From owner-freebsd-ports Sun Mar 28 0:41:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 3ED4114BF6 for ; Sun, 28 Mar 1999 00:41:16 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from bubble.didi.com ([207.92.173.144]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id AAA12170; Sun, 28 Mar 1999 00:41:01 -0800 (PST) Received: (from asami@localhost) by bubble.didi.com (8.9.2/8.8.8) id VAA01750; Sat, 27 Mar 1999 21:11:07 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Date: Sat, 27 Mar 1999 21:11:07 -0800 (PST) Message-Id: <199903280511.VAA01750@bubble.didi.com> X-Authentication-Warning: bubble.didi.com: asami set sender to asami@cs.berkeley.edu using -f To: nbm@mithrandr.moria.org Cc: freebsd-ports@freebsd.org In-reply-to: <19990327165750.A68075@rucus.ru.ac.za> (message from Neil Blakey-Milner on Sat, 27 Mar 1999 16:57:50 +0000) Subject: Re: CVSup and Fetch From: asami@freebsd.org (Satoshi "the Wraith" Asami) References: <199903261302.IAA19553@istari.home.net> <199903261348.FAA18790@silvia.hip.berkeley.edu> <19990327152150.A57118@rucus.ru.ac.za> <199903271329.FAA22229@silvia.hip.berkeley.edu> <19990327165750.A68075@rucus.ru.ac.za> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Neil Blakey-Milner * > You are vastly underestimating the magnitude of the problem. :) * * Perhaps, but I think we'd better make sure people don't start getting * irritated because they have to use upgrade kits too often. Do you know how often bsd.port.mk changes? :) We're talking people who are tracking ports-current here. If they are cvsupping the ports tree, I don't think asking them to fetch an upgrade kit (at most) once a month is going to annoy that much. (Also it's only if you aren't making world yourself.) * Enough of a lot of theoretical waffle (hmm... foood), if there's any * interest, I have no problems following up with patches and code. I think you should go read the mail archives. Or the cvs logs. ;> * (also, on a final note, would people be interested in my patches that add * functionality to pkg_* and bsd.port.mk to handle LICENSE files or variables, * considering package system rewrites?) How does it work? What I would like to see is something like, say, a LICENSE variable in the port Makefiles that takes either a full pathname ("${PREFIX}/share/doc/foobaz/license") or one of the pre-determined values ("BSD"/"GPL"/etc.). They will be stored inside packages as "+LICENSE". bsd.port.mk can be made to pass an extra argument to pkg_create for this. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 0:50:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C396815032 for ; Sun, 28 Mar 1999 00:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA57079; Sun, 28 Mar 1999 00:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from corp.au.triax.com (slwag2p23.ozemail.com.au [203.108.157.71]) by hub.freebsd.org (Postfix) with ESMTP id DA22D14D0E for ; Sun, 28 Mar 1999 00:47:11 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id SAA25319; Sun, 28 Mar 1999 18:46:51 +1000 (EST) Message-Id: <199903280846.SAA25319@corp.au.triax.com> Date: Sun, 28 Mar 1999 18:46:51 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@corp.au.triax.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10829: update port: xchat-0.9.3 to 0.9.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10829 >Category: ports >Synopsis: update port: xchat-0.9.3 to 0.9.4 >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 Mar 28 00:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: Patch updates the xchat port from 0.9.3 to 0.9.4. >How-To-Repeat: >Fix: Apply the following diff.. diff -ruN xchat/Makefile xchat-0.9.4/Makefile --- xchat/Makefile Sun Mar 21 22:27:23 1999 +++ xchat-0.9.4/Makefile Sun Mar 28 18:30:39 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: xchat -# Version required: 0.9.3 +# Version required: 0.9.4 # Date created: 17 Nov 1998 # Whom: Jim Mock # # $Id: Makefile,v 1.6 1999/03/05 16:49:58 nectar Exp $ # -DISTNAME= xchat-0.9.3 +DISTNAME= xchat-0.9.4 CATEGORIES= net MASTER_SITES= http://xchat.linuxpower.org/files/ \ http://www.ozemail.com.au/~peterzelezny/xchat/ \ diff -ruN xchat/files/md5 xchat-0.9.4/files/md5 --- xchat/files/md5 Sun Mar 21 21:54:13 1999 +++ xchat-0.9.4/files/md5 Sun Mar 28 18:30:56 1999 @@ -1 +1 @@ -MD5 (xchat-0.9.3.tar.gz) = 84e24beeba00f905a3aea18ce44f8a63 +MD5 (xchat-0.9.4.tar.gz) = 1f31a1cceb340812844c51628318c19e >Release-Note: >Audit-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 Mar 28 1: 0:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3ADBA1524D for ; Sun, 28 Mar 1999 01:00:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA59008; Sun, 28 Mar 1999 01:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (dialup27.v90pool1.infolane.net [207.88.42.227]) by hub.freebsd.org (Postfix) with ESMTP id 7554E156C8 for ; Sun, 28 Mar 1999 00:55:20 -0800 (PST) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: from patrol.area51.fremont.ca.us (mharo@localhost [127.0.0.1]) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) with ESMTP id AAA23078 for ; Sun, 28 Mar 1999 00:55:02 -0800 (PST) (envelope-from mharo@patrol.area51.fremont.ca.us) Message-Id: <199903280855.AAA23078@patrol.area51.fremont.ca.us> Date: Sun, 28 Mar 1999 00:55:02 -0800 From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10830: Update: net/proftpd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10830 >Category: ports >Synopsis: Update: net/proftpd >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 Mar 28 01:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Proftpd Pre-Release 3 is now out. portlint passes fine. one updated patch file. no new or removed patch files. >How-To-Repeat: >Fix: cvs diff: in directory .: cvs diff: ignoring CVS/Root because it specifies a non-existent repository /hos t/trang.nuxi.com/FBSD/CVS-repository Index: Makefile =================================================================== RCS file: /cvs/ports/net/proftpd/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile - --- Makefile 1999/03/15 02:13:32 1.8 +++ Makefile 1999/03/28 07:57:51 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.8 1999/03/15 02:13:32 steve Exp $ # - -DISTNAME= proftpd-1.2.0pre2 +DISTNAME= proftpd-1.2.0pre3 PKGNAME= proftpd-1.2.0 CATEGORIES= net MASTER_SITES= ftp://ftp.proftpd.org/distrib/ Index: files/md5 =================================================================== RCS file: /cvs/ports/net/proftpd/files/md5,v retrieving revision 1.5 diff -u -r1.5 md5 - --- md5 1999/03/15 02:13:35 1.5 +++ md5 1999/03/28 07:57:51 @@ -1 +1 @@ - -MD5 (proftpd-1.2.0pre2.tar.gz) = 85bed6f9211ba4a33f560312f1090a4b +MD5 (proftpd-1.2.0pre3.tar.gz) = 60b8dc1ffd656a0c6823e83dc07aaecb Index: patches/patch-ae =================================================================== RCS file: /cvs/ports/net/proftpd/patches/patch-ae,v retrieving revision 1.3 diff -u -r1.3 patch-ae - --- patch-ae 1998/12/14 22:13:37 1.3 +++ patch-ae 1999/03/28 07:57:52 @@ -1,15 +1,107 @@ - ---- modules/mod_auth.c.orig Sat Oct 17 22:24:41 1998 - -+++ modules/mod_auth.c Mon Dec 14 15:26:02 1998 - -@@ -61,7 +61,7 @@ +--- modules/mod_auth.c.orig Thu Mar 4 16:29:19 1999 ++++ modules/mod_auth.c Sat Mar 27 23:50:44 1999 +@@ -65,11 +65,11 @@ /* Is this the proper behavior when timing out? */ send_response_async(R_421,"Login Timeout (%d seconds): closing control conn ection.", TimeoutLogin); +- main_exit((void*)LOG_NOTICE,"FTP login timed out, disconnected.", ++ main_exit((void*)LOG_INFO,"FTP login timed out, disconnected.", + (void*)0,NULL); + + /* - schedule(main_exit,0,(void*)LOG_NOTICE,"FTP login timed out, disconnected." , + schedule(main_exit,0,(void*)LOG_INFO,"FTP login timed out, disconnected.", (void*)0,NULL); remove_timer(TIMER_IDLE,ANY_MODULE); remove_timer(TIMER_NOXFER,ANY_MODULE); - -@@ -763,13 +763,13 @@ +@@ -525,7 +525,7 @@ + c = _auth_resolve_user(p,&user,&ourname,&anonname); + + if(!user) { +- log_pri(LOG_NOTICE,"failed login, '%s' is not a UserAlias.",origuser); ++ log_pri(LOG_INFO,"failed login, '%s' is not a UserAlias.",origuser); + goto auth_failure; + } + +@@ -533,7 +533,7 @@ + aclp = login_check_limits(main_server->conf,FALSE,TRUE,&i); + + if((pw = auth_getpwnam(p,user)) == NULL) { +- log_pri(LOG_NOTICE,"failed login, can't find user '%s'",user); ++ log_pri(LOG_INFO,"failed login, can't find user '%s'",user); + goto auth_failure; + } + +@@ -596,7 +596,7 @@ + } + + if(!login_check_limits(c->subset,FALSE,TRUE,&i) || (!aclp && !i) ){ +- log_auth(LOG_NOTICE,"ANON %s: LIMIT access denies login from %s [%s] to %s:%i", ++ log_auth(LOG_INFO,"ANON %s: LIMIT access denies login from %s [%s] to % s:%i", + origuser, + session.c->remote_name, + inet_ascii(p,session.c->remote_ipaddr), +@@ -607,7 +607,7 @@ + } + + if(!c && !aclp) { +- log_auth(LOG_NOTICE,"USER %s: LIMIT access denies login from %s [%s] to % s:%i", ++ log_auth(LOG_INFO,"USER %s: LIMIT access denies login from %s [%s] to %s: %i", + origuser,session.c->remote_name, + inet_ascii(p,session.c->remote_ipaddr), + inet_ascii(p,session.c->local_ipaddr), +@@ -642,28 +642,28 @@ + + switch(authcode) { + case AUTH_NOPWD: +- log_auth(LOG_NOTICE,"USER %s: no such user found from %s [%s] to %s:%i" , ++ log_auth(LOG_INFO,"USER %s: no such user found from %s [%s] to %s:%i", + user,session.c->remote_name, + inet_ascii(p,session.c->remote_ipaddr), + inet_ascii(p,session.c->local_ipaddr), + session.c->local_port); + break; + case AUTH_BADPWD: +- log_auth(LOG_NOTICE,"USER %s: incorrect password from %s [%s] to %s:%i" , ++ log_auth(LOG_INFO,"USER %s: incorrect password from %s [%s] to %s:%i", + origuser,session.c->remote_name, + inet_ascii(p,session.c->remote_ipaddr), + inet_ascii(p,session.c->local_ipaddr), + session.c->local_port); + break; + case AUTH_AGEPWD: +- log_auth(LOG_NOTICE,"USER %s: password expired from %s [%s] to %s:%i", ++ log_auth(LOG_INFO,"USER %s: password expired from %s [%s] to %s:%i", + user,session.c->remote_name, + inet_ascii(p,session.c->remote_ipaddr), + inet_ascii(p,session.c->local_ipaddr), + session.c->local_port); + break; + case AUTH_DISABLEDPWD: +- log_auth(LOG_NOTICE,"USER %s: account disabled from %s [%s] to %s:%i", ++ log_auth(LOG_INFO,"USER %s: account disabled from %s [%s] to %s:%i", + user,session.c->remote_name, + inet_ascii(p,session.c->remote_ipaddr), + inet_ascii(p,session.c->local_ipaddr), +@@ -685,7 +685,7 @@ + auth_setgrent(p); + + if(!_auth_check_shell((c ? c->subset : main_server->conf),pw->pw_shell)) { +- log_auth(LOG_NOTICE,"failed login '%s' from %s [%s] to %s:%i (invalid she ll)", ++ log_auth(LOG_INFO,"failed login '%s' from %s [%s] to %s:%i (invalid shell )", + user,session.c->remote_name, + inet_ascii(p,session.c->remote_ipaddr), + inet_ascii(p,session.c->local_ipaddr), +@@ -694,7 +694,7 @@ + } + + if(!_auth_check_ftpusers((c ? c->subset : main_server->conf),pw->pw_name)) { +- log_auth(LOG_NOTICE,"failed login '%s' from %s [%s] to %s:%i (user in %s) ", ++ log_auth(LOG_INFO,"failed login '%s' from %s [%s] to %s:%i (user in %s)", + pw->pw_name,session.c->remote_name, + inet_ascii(p,session.c->remote_ipaddr), + inet_ascii(p,session.c->local_ipaddr), +@@ -787,13 +787,13 @@ resolve_anonymous_dirs(c->subset); if(c) @@ -25,7 +117,34 @@ origuser,session.c->remote_name, inet_ascii(p,session.c->remote_ipaddr), inet_ascii(p,session.c->local_ipaddr), - -@@ -1132,7 +1132,7 @@ +@@ -1063,7 +1063,7 @@ + + if(failnopwprompt) { + if(!user) { +- log_pri(LOG_NOTICE,"failed login, '%s' is not a UserAlias.",origuser); ++ log_pri(LOG_INFO,"failed login, '%s' is not a UserAlias.",origuser); + send_response(R_530,"Login incorrect."); + end_login(0); + } +@@ -1079,7 +1079,7 @@ + + if(c) { + if(!login_check_limits(c->subset,FALSE,TRUE,&i) || (!aclp && !i) ) { +- log_auth(LOG_NOTICE,"ANON %s: LIMIT access denies login from %s [%s] to %s:%i", ++ log_auth(LOG_INFO,"ANON %s: LIMIT access denies login from %s [ %s] to %s:%i", + origuser, + session.c->remote_name, + inet_ascii(cmd->tmp_pool,session.c->remote_ipaddr), +@@ -1091,7 +1091,7 @@ + } + + if(!c && !aclp) { +- log_auth(LOG_NOTICE,"USER %s: LIMIT access denies login from %s [%s] to %s:%i", ++ log_auth(LOG_INFO,"USER %s: LIMIT access denies login from %s [%s] to % s:%i", + origuser,session.c->remote_name, + inet_ascii(cmd->tmp_pool,session.c->remote_ipaddr), + inet_ascii(cmd->tmp_pool,session.c->local_ipaddr), +@@ -1156,7 +1156,7 @@ send_response(R_530,"%s", sreplace(cmd->tmp_pool,maxstr,"%m",maxn,NULL)); @@ -34,7 +153,7 @@ max); end_login(0); } - -@@ -1156,7 +1156,7 @@ +@@ -1180,7 +1180,7 @@ send_response(R_530,"%s", sreplace(cmd->tmp_pool,maxstr,"%m",maxn,NULL)); @@ -43,7 +162,7 @@ max); end_login(0); } - -@@ -1243,7 +1243,7 @@ +@@ -1267,7 +1267,7 @@ if(++auth_tries >= max) { send_response(R_530,"Login incorrect"); - --AAA23028.922611057/patrol.area51.fremont.ca.us-- ------- End of Forwarded Message >Release-Note: >Audit-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 Mar 28 1:30:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BFB4314CE9 for ; Sun, 28 Mar 1999 01:30:33 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA63339; Sun, 28 Mar 1999 01:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 Mar 1999 01:30:03 -0800 (PST) Message-Id: <199903280930.BAA63339@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jim Mock Subject: Re: ports/9780 Reply-To: Jim Mock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9780; it has been noted by GNATS. From: Jim Mock To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/9780 Date: Sun, 28 Mar 1999 19:25:37 +1000 The following patch upgrades wmcalclock to 1.21, cleans up the Makefile a bit, and adds a new master site. diff -ruN wmcalclock.orig/Makefile wmcalclock/Makefile --- wmcalclock.orig/Makefile Sun Mar 28 18:57:12 1999 +++ wmcalclock/Makefile Sun Mar 28 19:04:38 1999 @@ -1,30 +1,29 @@ -# New ports collection makefile for: wmcalcloc -# Version required: 1.11 -# Date created: 27 Jan 1999 -# Whom: Shuichi Tanaka +# New ports collection makefile for: wmcalclock +# Version required: 1.21 +# Date created: 27 Jan 1999 +# Whom: Shuichi Tanaka # # $Id$ # -DISTNAME= wmCalClock-1.11 -PKGNAME= wmcalclock-1.11 -CATEGORIES= x11-clock windowmaker -MASTER_SITES= ftp://leadbelly.lanl.gov/pub/mgh/ +DISTNAME= wmCalClock-1.21 +CATEGORIES= x11-clocks windowmaker +MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ -MAINTAINER= stanaka@bb.mbn.or.jp +MAINTAINER= stanaka@bb.mbn.or.jp -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm -WRKSRC= ${WRKDIR}/${DISTNAME}/wmCalClock +WRKSRC= ${WRKDIR}/${DISTNAME}/wmCalClock -MAN1= wmCalClock.1 -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_XLIB= yes +MAN1= wmCalClock.1 +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_XLIB= yes .include pre-build: - @cd ${WRKSRC} && ${GMAKE} clean + (cd ${WRKSRC} && ${GMAKE} clean) .include diff -ruN wmcalclock.orig/files/md5 wmcalclock/files/md5 --- wmcalclock.orig/files/md5 Sun Mar 28 18:57:12 1999 +++ wmcalclock/files/md5 Sun Mar 28 19:10:40 1999 @@ -1 +1 @@ -MD5 (wmCalClock-1.11.tar.gz) = 73426c3fc913c3735abd21a1c73dc02e +MD5 (wmCalClock-1.21.tar.gz) = 836cc0927bf5ba06c09c3bd6787a47e1 diff -ruN wmcalclock.orig/patches/patch-aa wmcalclock/patches/patch-aa --- wmcalclock.orig/patches/patch-aa Sun Mar 28 18:57:12 1999 +++ wmcalclock/patches/patch-aa Sun Mar 28 19:14:49 1999 @@ -1,5 +1,5 @@ ---- Makefile Fri Jan 8 12:18:40 1999 -+++ Makefile Wed Jan 27 08:48:59 1999 +--- Makefile.orig Sun Mar 28 19:13:32 1999 ++++ Makefile Sun Mar 28 19:14:22 1999 @@ -1,6 +1,6 @@ CC = gcc CFLAGS = -O2 -Wall @@ -8,10 +8,10 @@ DESTDIR= /usr/X11R6 LIBDIR = -L/usr/X11R6/lib -@@ -32,5 +32,5 @@ +@@ -32,5 +32,4 @@ install:: wmCalClock - install -s -m 0755 wmCalClock $(DESTDIR)/bin -- install -m 0644 wmCalClock.1 $(DESTDIR)/man/man1 -+ install -c -m 0644 wmCalClock.1 $(DESTDIR)/man/man1 - + install -s -m 0755 wmCalClock $(DESTDIR)/bin +- install -m 0644 wmCalClock.1 $(DESTDIR)/man/man1 +- ++ install -c -m 0644 wmCalClock.1 $(DESTDIR)/man/man1 -- Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD work: Triax Internet Services http://www.triax.com/ / \ The personal: http://www.triax.com/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 2:10:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B65E51533D for ; Sun, 28 Mar 1999 02:10:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA70298; Sun, 28 Mar 1999 02:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 Mar 1999 02:10:02 -0800 (PST) Message-Id: <199903281010.CAA70298@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jim Mock Subject: Re: ports/9939 Reply-To: Jim Mock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9939; it has been noted by GNATS. From: Jim Mock To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/9939 Date: Sun, 28 Mar 1999 20:07:22 +1000 The following patch fixes the Makefile (it now passes portlint without errors or warnings) and updates tkRunIt to 0.94.1. It also installs the runitrc.sample into ${PREFIX}/share/examples/tkrunit. diff -ruN tkrunit.orig/Makefile tkrunit/Makefile --- tkrunit.orig/Makefile Sun Mar 28 19:35:28 1999 +++ tkrunit/Makefile Sun Mar 28 20:02:37 1999 @@ -1,24 +1,38 @@ -# New port makefile for: tkrunnit -# Version required: 0.92 -# Date created: 6 February, 1999 -# Whom: +# New ports collection makefile for: tkrunnit +# Version required: 0.94.1 +# Date created: 6 February, 1999 +# Whom: Stephen Farrell # # $Id$ # -PKGNAME= tkRunIt-0.92 -DISTNAME= tkRunIt-092 -CATEGORIES= misc -MASTER_SITES= http://www.cs.columbia.edu/~etgold/software/tkRunIt/ +DISTNAME= tkRunIt-0941 +PKGNAME= tkRunIt-0.94.1 +CATEGORIES= misc +MASTER_SITES= http://www.cs.columbia.edu/~etgold/software/tkRunIt/ -MAINTAINER= steve@farrell.org -NO_BUILD= yes +MAINTAINER= steve@farrell.org -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 + +NO_BUILD= yes post-extract: - @(cd ${WRKDIR} ; mv tkRunIt ${DISTNAME}) + @(cd ${WRKDIR} ; ${MV} tkRunIt ${DISTNAME}) + do-install: - @(cd ${WRKSRC} ; ${INSTALL_SCRIPT} runit.tcl ${PREFIX}/bin) + @(cd ${WRKSRC} ; ${INSTALL_SCRIPT} runit.tcl ${PREFIX}/bin) + +post-install: + @${ECHO} " " + @${ECHO} "-------------------------------------------------------------------" + @${ECHO} "===> Installing runitrc.sample in ${PREFIX}/share/examples/tkrunit" + @${ECHO} "===> Copy runitrc.sample to ~/.runitrc and modify if you wish" + @${ECHO} "===> Run the program with the following command:" + @${ECHO} "===> wish8.0 ${PREFIX}/bin/runit.tcl" + @${ECHO} "-------------------------------------------------------------------" + @${ECHO} " " + @${MKDIR} ${PREFIX}/share/examples/tkrunit && chmod a+rx ${PREFIX}/share/examples/tkrunit + @${INSTALL_DATA} ${WRKSRC}/runitrc.sample ${PREFIX}/share/examples/tkrunit .include diff -ruN tkrunit.orig/files/md5 tkrunit/files/md5 --- tkrunit.orig/files/md5 Sun Mar 28 19:35:28 1999 +++ tkrunit/files/md5 Sun Mar 28 19:41:17 1999 @@ -1 +1 @@ -MD5 (tkRunIt-092.tar.gz) = 60fbc223e88f618b4218425080b58860 +MD5 (tkRunIt-0941.tar.gz) = 350ed155295f8ae81519c2215aadc72c diff -ruN tkrunit.orig/pkg/PLIST tkrunit/pkg/PLIST --- tkrunit.orig/pkg/PLIST Sun Mar 28 19:35:28 1999 +++ tkrunit/pkg/PLIST Sun Mar 28 19:57:56 1999 @@ -1 +1,3 @@ bin/runit.tcl +share/examples/tkrunit/runitrc.sample +@dirrm share/examples/tkrunit -- Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD work: Triax Internet Services http://www.triax.com/ / \ The personal: http://www.triax.com/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 2:20:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 029A214CFC for ; Sun, 28 Mar 1999 02:20:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA71479; Sun, 28 Mar 1999 02:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 Mar 1999 02:20:02 -0800 (PST) Message-Id: <199903281020.CAA71479@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jim Mock Subject: Re: ports/9955 Reply-To: Jim Mock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9955; it has been noted by GNATS. From: Jim Mock To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/9955 Date: Sun, 28 Mar 1999 20:17:15 +1000 The following patch removes the LIB_DEPENDS line from the Makefile. It's not needed because USE_IMAKE implies USE_X_PREFIX which implies USE_XLIB. diff -ruN tclock.orig/Makefile tclock/Makefile --- tclock.orig/Makefile Mon Feb 8 06:49:53 1999 +++ tclock/Makefile Sun Mar 28 20:10:12 1999 @@ -15,8 +15,6 @@ MAINTAINER= Lars.Koeller@Uni-Bielefeled.DE -LIB_DEPENDS= X11:${PORTSDIR}/x11/XFree86 - NO_WRKSUBDIR= yes USE_IMAKE= yes MAN1= tclock.1 -- Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD work: Triax Internet Services http://www.triax.com/ / \ The personal: http://www.triax.com/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 2:30:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 689A914CFC for ; Sun, 28 Mar 1999 02:30:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA72986; Sun, 28 Mar 1999 02:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 Mar 1999 02:30:01 -0800 (PST) Message-Id: <199903281030.CAA72986@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jim Mock Subject: Re: ports/9988 Reply-To: Jim Mock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9988; it has been noted by GNATS. From: Jim Mock To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/9988 Date: Sun, 28 Mar 1999 20:27:59 +1000 Please close this PR. I'll be re-submitting it with the new version of wmcp shortly. -- Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD work: Triax Internet Services http://www.triax.com/ / \ The personal: http://www.triax.com/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 3: 0:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 92DBA153B0 for ; Sun, 28 Mar 1999 03:00:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA76746; Sun, 28 Mar 1999 03:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (dialup38.v90pool1.infolane.net [207.88.42.238]) by hub.freebsd.org (Postfix) with ESMTP id 44D0715728 for ; Sun, 28 Mar 1999 02:50:55 -0800 (PST) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id CAA61482; Sun, 28 Mar 1999 02:50:38 -0800 (PST) (envelope-from mharo) Message-Id: <199903281050.CAA61482@patrol.area51.fremont.ca.us> Date: Sun, 28 Mar 1999 02:50:38 -0800 (PST) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10831: Update: net/mrtg 2.7.2 from 2.6.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10831 >Category: ports >Synopsis: Update: net/mrtg 2.7.2 from 2.6.6 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 28 03:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Update to mrtg port. No new or removed patchfiles for this port. portlint: WARN: please use single whitespace right before $(Id|FreeBSD)$ tag. 0 fatal errors and 1 warnings found. Not sure where this whitespace is. I thought maybe it was a few spaces before $Id so I changed it to a tab. >How-To-Repeat: >Fix: cvs diff: in directory .: cvs diff: ignoring CVS/Root because it specifies a non-existent repository /host/trang.nuxi.com/FBSD/CVS-repository cvs server: Diffing . Index: Makefile =================================================================== RCS file: /cvs/ports/net/mrtg/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 1999/03/10 15:02:22 1.11 +++ Makefile 1999/03/28 10:31:25 @@ -3,10 +3,10 @@ # Date created: April 18th 1997 # Whom: James FitzGibbon # -# $Id: Makefile,v 1.11 1999/03/10 15:02:22 jfitz Exp $ +# $Id$ # -DISTNAME= mrtg-2.6.6 +DISTNAME= mrtg-2.7.2 CATEGORIES= net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ @@ -25,10 +25,10 @@ CONFIGURE_ENV= PERL=${PERL} do-install: - ${MKDIR} -p -m 755 ${PREFIX}/etc/mrtg - ${MKDIR} -p -m 755 ${PREFIX}/lib/perl5/site_perl/${PERL_VER} - ${MKDIR} -p -m 755 ${PREFIX}/share/mrtg - ${MKDIR} -p -m 755 ${PREFIX}/share/doc/mrtg + ${MKDIR} -m 755 ${PREFIX}/etc/mrtg + ${MKDIR} -m 755 ${PREFIX}/lib/perl5/site_perl/${PERL_VER} + ${MKDIR} -m 755 ${PREFIX}/share/mrtg + ${MKDIR} -m 755 ${PREFIX}/share/doc/mrtg for file in ANNOUNCE CHANGES COPYING COPYRIGHT MANIFEST README doc/config.html doc/config.pod doc/config.txt doc/htaccess.txt doc/logfile-format.txt doc/manual.html doc/manual.txt doc/mibhelp.txt doc/squid.txt ; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/share/doc/mrtg/; \ done cvs server: Diffing files Index: files/md5 =================================================================== RCS file: /cvs/ports/net/mrtg/files/md5,v retrieving revision 1.7 diff -u -r1.7 md5 --- md5 1999/03/10 15:02:22 1.7 +++ md5 1999/03/28 10:31:27 @@ -1 +1 @@ -MD5 (mrtg-2.6.6.tar.gz) = e5b1b5c63ddcc13c3fd096cd90b3a5a3 +MD5 (mrtg-2.7.2.tar.gz) = 55d40bbf9dc3d888d774fe377e017afa cvs server: Diffing pkg >Release-Note: >Audit-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 Mar 28 4:10:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB11014D88 for ; Sun, 28 Mar 1999 04:10:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA90448; Sun, 28 Mar 1999 04:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id 822D114CFC for ; Sun, 28 Mar 1999 04:03:14 -0800 (PST) (envelope-from nick.hibma@jrc.it) Received: from elpc36.jrc.it (elpc36.jrc.it [139.191.71.36]) by mrelay.jrc.it (LMC5692) with ESMTP id OAA16503 for ; Sun, 28 Mar 1999 14:06:09 +0200 (MET DST) Received: (from n_hibma@localhost) by elpc36.jrc.it (8.9.3/8.8.7) id OAA80381; Sun, 28 Mar 1999 14:02:48 +0200 (CEST) (envelope-from n_hibma) Message-Id: <199903281202.OAA80381@elpc36.jrc.it> Date: Sun, 28 Mar 1999 14:02:48 +0200 (CEST) From: nick.hibma@jrc.it Reply-To: nick.hibma@jrc.it To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10832: mSQL 2.0.4.1 port broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10832 >Category: ports >Synopsis: mSQL 2.x not freely available anymore >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 Mar 28 04:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Nick Hibma >Release: FreeBSD 4.0-CURRENT i386 >Organization: Joint Research Centre >Environment: ports dir as off today or before (1999-03-28) >Description: mSQL is not freely available for download anymore. You have to register to get the software. >How-To-Repeat: n.a. >Fix: Download files first and add to /usr/ports/distfiles before doing a make;make install in the /usr/ports/databases/msql directory. Suggested by maintainer: Add a text explaining how and where to fetch the package manually when doing a make without the package being available. Mentioned other port doing the same but I do not remember which one that 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 Sun Mar 28 4:50:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 97BF915669 for ; Sun, 28 Mar 1999 04:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA94411; Sun, 28 Mar 1999 04:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from corp.au.triax.com (slwag2p23.ozemail.com.au [203.108.157.71]) by hub.freebsd.org (Postfix) with ESMTP id 7443415272 for ; Sun, 28 Mar 1999 04:41:15 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id WAA73518; Sun, 28 Mar 1999 22:40:58 +1000 (EST) Message-Id: <199903281240.WAA73518@corp.au.triax.com> Date: Sun, 28 Mar 1999 22:40:58 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@corp.au.triax.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10833: new port: wmcp-1.2.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10833 >Category: ports >Synopsis: new port: wmcp-1.2.6 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 28 04:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: This replaces ports/9988. Please see my followup to that PR and close it. >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: # # wmcp # wmcp/pkg # wmcp/pkg/PLIST # wmcp/pkg/DESCR # wmcp/pkg/COMMENT # wmcp/patches # wmcp/patches/patch-aa # wmcp/files # wmcp/files/md5 # wmcp/Makefile # echo c - wmcp mkdir -p wmcp > /dev/null 2>&1 echo c - wmcp/pkg mkdir -p wmcp/pkg > /dev/null 2>&1 echo x - wmcp/pkg/PLIST sed 's/^X//' >wmcp/pkg/PLIST << 'END-of-wmcp/pkg/PLIST' Xbin/wmcp END-of-wmcp/pkg/PLIST echo x - wmcp/pkg/DESCR sed 's/^X//' >wmcp/pkg/DESCR << 'END-of-wmcp/pkg/DESCR' XA very simple dockable pager for Window Maker. Up to nine workspaces Xmy be selected with buttons that send the appropriate synthetic ALT X1..9 key code to the root window. If you love Window Maker but can't Xlive without a pager, this app may be of use to you. X XWWW Homepage: http://www.linuxbox.com/~bac/ X X- Jim END-of-wmcp/pkg/DESCR echo x - wmcp/pkg/COMMENT sed 's/^X//' >wmcp/pkg/COMMENT << 'END-of-wmcp/pkg/COMMENT' XA dockable pager for WindowMaker. END-of-wmcp/pkg/COMMENT echo c - wmcp/patches mkdir -p wmcp/patches > /dev/null 2>&1 echo x - wmcp/patches/patch-aa sed 's/^X//' >wmcp/patches/patch-aa << 'END-of-wmcp/patches/patch-aa' X--- Makefile.orig Tue Feb 9 23:16:16 1999 X+++ Makefile Tue Feb 9 23:16:34 1999 X@@ -1,6 +1,6 @@ X X X-INCLUDES =-I/usr/X11R6/include/X11 -I/usr/local/include -I/usr/include/X11R6/X11 X+INCLUDES =-I/usr/X11R6/include/X11 -I/usr/X11R6/include -I/usr/local/include -I/usr/include/X11R6/X11 X LIBINC =-L/usr/X11R6/lib -L/usr/include/lib X LIBS = -lm -lX11 -lXpm -lXext X END-of-wmcp/patches/patch-aa echo c - wmcp/files mkdir -p wmcp/files > /dev/null 2>&1 echo x - wmcp/files/md5 sed 's/^X//' >wmcp/files/md5 << 'END-of-wmcp/files/md5' XMD5 (wmcp-1.2.6.tar.gz) = 384736be9178d92e02c87c55bd290150 END-of-wmcp/files/md5 echo x - wmcp/Makefile sed 's/^X//' >wmcp/Makefile << 'END-of-wmcp/Makefile' X# New ports collection makefile for: wmcp X# Version required: 1.2.6 X# Date created: 10 February 1999 X# Whom: Jim Mock X# X# $Id$ X# X XDISTNAME= wmcp-1.2.6 XCATEGORIES= misc windowmaker XMASTER_SITES= http://www.linuxbox.com/~bac/src/wmcp/ X XMAINTAINER= jim@phrantic.phear.net X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XUSE_GMAKE= yes XUSE_X_PREFIX= yes X X.include X Xpre-build: X (cd ${WRKSRC} && ${GMAKE} clean) X Xdo-build: X (cd ${WRKSRC} && make) X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/wmcp ${PREFIX}/bin X X.include END-of-wmcp/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 Sun Mar 28 4:50:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 097871566C for ; Sun, 28 Mar 1999 04:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA94420; Sun, 28 Mar 1999 04:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from corp.au.triax.com (slwag2p23.ozemail.com.au [203.108.157.71]) by hub.freebsd.org (Postfix) with ESMTP id 244B815272 for ; Sun, 28 Mar 1999 04:43:35 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id WAA73629; Sun, 28 Mar 1999 22:43:18 +1000 (EST) Message-Id: <199903281243.WAA73629@corp.au.triax.com> Date: Sun, 28 Mar 1999 22:43:18 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@corp.au.triax.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10834: new port: wmpop3-0.2.2a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10834 >Category: ports >Synopsis: new port: wmpop3-0.2.2a >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 Mar 28 04:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: wmpop3 is a pop3 mail checker for the Window Maker dock. >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: # # wmpop3 # wmpop3/Makefile # wmpop3/files # wmpop3/files/md5 # wmpop3/pkg # wmpop3/pkg/PLIST # wmpop3/pkg/COMMENT # wmpop3/pkg/DESCR # wmpop3/patches # wmpop3/patches/patch-aa # echo c - wmpop3 mkdir -p wmpop3 > /dev/null 2>&1 echo x - wmpop3/Makefile sed 's/^X//' >wmpop3/Makefile << 'END-of-wmpop3/Makefile' X# New ports collection makefile for: wmpop3 X# Version required: 0.2.1a X# Date created: 28 Mar 1999 X# Whom: Jim Mock X# X# $Id$ X# X XDISTNAME= WMPop3-0.2.2a XPKGNAME= wmpop3-0.2.2a XCATEGORIES= mail windowmaker XMASTER_SITES= http://www.cs.mun.ca/~scotth/download/ XEXTRACT_SUFX= .tgz X XMAINTAINER= jim@phrantic.phear.net X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XUSE_GMAKE= yes XWRKSRC= ${WRKDIR}/wmpop3.app/wmpop3 XUSE_X_PREFIX= yes X X.include X Xpre-build: X (cd ${WRKSRC} && ${GMAKE} clean) X Xpost-install: X @${ECHO} " " X @${ECHO} "-----------------------------------------------------------" X @${ECHO} "===> Installing wmpop3rc in ${PREFIX}/share/examples/wmpop3" X @${ECHO} "===> Modify to your config and copy to ~/.wmpop3rc" X @${ECHO} "-----------------------------------------------------------" X @${ECHO} " " X @${MKDIR} ${PREFIX}/share/examples/wmpop3 && chmod a+rx ${PREFIX}/share/examples/wmpop3 X ${INSTALL_DATA} ${WRKSRC}/wmpop3rc ${PREFIX}/share/examples/wmpop3 X @${ECHO} " " X @${ECHO} "-----------------------------------------------------------" X @${ECHO} "===> Installing README in ${PREFIX}/share/doc/wmpop3" X @${ECHO} "===> Please read it for usage instructions" X @${ECHO} "-----------------------------------------------------------" X @${ECHO} " " X @${MKDIR} ${PREFIX}/share/doc/wmpop3 && chmod a+rx ${PREFIX}/share/doc/wmpop3 X ${INSTALL_DATA} ${WRKDIR}/wmpop3.app/README ${PREFIX}/share/doc/wmpop3 X X.include END-of-wmpop3/Makefile echo c - wmpop3/files mkdir -p wmpop3/files > /dev/null 2>&1 echo x - wmpop3/files/md5 sed 's/^X//' >wmpop3/files/md5 << 'END-of-wmpop3/files/md5' XMD5 (WMPop3-0.2.2a.tgz) = f9b874d67f5fe1d913958fdda6e03937 END-of-wmpop3/files/md5 echo c - wmpop3/pkg mkdir -p wmpop3/pkg > /dev/null 2>&1 echo x - wmpop3/pkg/PLIST sed 's/^X//' >wmpop3/pkg/PLIST << 'END-of-wmpop3/pkg/PLIST' Xbin/wmpop3 Xshare/examples/wmpop3/wmpop3rc Xshare/doc/wmpop3/README X@dirrm share/examples/wmpop3 X@dirrm share/doc/wmpop3 END-of-wmpop3/pkg/PLIST echo x - wmpop3/pkg/COMMENT sed 's/^X//' >wmpop3/pkg/COMMENT << 'END-of-wmpop3/pkg/COMMENT' XA POP3 mail check for the Window Maker dock. END-of-wmpop3/pkg/COMMENT echo x - wmpop3/pkg/DESCR sed 's/^X//' >wmpop3/pkg/DESCR << 'END-of-wmpop3/pkg/DESCR' XWMPop3 is a POP3 mail box checker. It will connect to a POP3 server Xto check if you have mail, if you do then it will alert you of new Xmail and how many messages are currently in your mail box. X XWWW homepage: http://www.cs.mun.ca/~scotth/ X X- Jim END-of-wmpop3/pkg/DESCR echo c - wmpop3/patches mkdir -p wmpop3/patches > /dev/null 2>&1 echo x - wmpop3/patches/patch-aa sed 's/^X//' >wmpop3/patches/patch-aa << 'END-of-wmpop3/patches/patch-aa' X--- Makefile.orig Tue Mar 23 06:26:24 1999 X+++ Makefile Sun Mar 28 22:30:43 1999 X@@ -1,6 +1,6 @@ X LIBDIR = -L/usr/X11R6/lib X LIBS = -lXpm -lXext -lX11 X-FLAGS = -O2 X+CFLAGS = -O2 X OBJS = wmpop3.o \ X Pop3Client.o \ X ../wmgeneral/wmgeneral.o \ X@@ -9,10 +9,10 @@ X X X .c.o: X- cc -I/usr/X11R6/share/include $(FLAGS) -c -Wall $< -o $*.o X+ cc -I/usr/X11R6/include $(CFLAGS) -c -Wall $< -o $*.o X X wmpop3: $(OBJS) X- cc $(FLAGS) -o wmpop3 $^ -lXext $(LIBDIR) $(LIBS) X+ cc $(CFLAGS) -o wmpop3 $^ -lXext $(LIBDIR) $(LIBS) X X all:: wmpop3 X X@@ -24,24 +24,6 @@ X rm -f *~ X X install:: wmpop3 X- @echo "Use 'make install1' for system install." X- @echo "Use 'make install2' for single user install." X- @echo X- X-install1:: wmpop3 X- cp -f wmpop3 /usr/local/bin/ X- chmod 755 /usr/local/bin/wmpop3 X- chown root:root /usr/local/bin/wmpop3 X- @echo X- @echo "WMPop3 Installation finished..." X- X-install2:: wmpop3 X- mkdir $(HOME)/wmpop3 X- cp -f wmpop3 $(HOME)/wmpop3 X- chmod 755 $(HOME)/wmpop3 X- cp -f wmpop3rc $(HOME)/.wmpop3rc X- chmod 600 $(HOME)/.wmpop3rc X- @echo "WMPop3 Installation finished..." X- @echo X- @echo "Make sure ~/wmpop3 is in your path" X- @echo X+ cp -f wmpop3 /usr/X11R6/bin/ X+ chmod 755 /usr/X11R6/bin/wmpop3 X+ chown root.wheel /usr/X11R6/bin/wmpop3 END-of-wmpop3/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 Sun Mar 28 6:40:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E32CB14D3F for ; Sun, 28 Mar 1999 06:40:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA16599; Sun, 28 Mar 1999 06:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 Mar 1999 06:40:03 -0800 (PST) Message-Id: <199903281440.GAA16599@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Dima Sivachenko Subject: RE: ports/10831: net/mrtg update Reply-To: Dima Sivachenko Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10831; it has been noted by GNATS. From: Dima Sivachenko To: freebsd-gnats-submit@freebsd.org Cc: Subject: RE: ports/10831: net/mrtg update Date: Sun, 28 Mar 1999 18:34:01 +0400 (MSD) You forgot to install 'cfgmaker_ip' file! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 7:59:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 2214514BEF for ; Sun, 28 Mar 1999 07:59:00 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10RHxQ-0002AE-00 for ports@freebsd.org; Sun, 28 Mar 1999 17:58:40 +0200 From: Sheldon Hearn Reply-To: Sheldon Hearn To: ports@freebsd.org Subject: xpilot building with debugging support? Date: Sun, 28 Mar 1999 17:58:38 +0200 Message-ID: <8321.922636718@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks, I'm looking for feedback from folks who build xpilot out of the ports tree. Specifically, I want to know whether it builds with debugging support (-g), which it shouldn't. No need to reply to the list. Mail to me will be fine. Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 8:21:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 0B7BF1566A for ; Sun, 28 Mar 1999 08:21:20 -0800 (PST) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 62262 invoked by uid 1003); 28 Mar 1999 18:25:49 -0000 Date: Sun, 28 Mar 1999 18:25:49 +0000 From: Neil Blakey-Milner To: Satoshi the Wraith Asami Cc: freebsd-ports@freebsd.org Subject: Re: CVSup and Fetch Message-ID: <19990328182548.A86409@rucus.ru.ac.za> References: <199903261302.IAA19553@istari.home.net> <199903261348.FAA18790@silvia.hip.berkeley.edu> <19990327152150.A57118@rucus.ru.ac.za> <199903271329.FAA22229@silvia.hip.berkeley.edu> <19990327165750.A68075@rucus.ru.ac.za> <199903280511.VAA01750@bubble.didi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199903280511.VAA01750@bubble.didi.com>; from Satoshi "the Wraith" Asami on Sat, Mar 27, 1999 at 09:11:07PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat 1999-03-27 (21:11), Satoshi "the Wraith" Asami wrote: > * (also, on a final note, would people be interested in my patches > * that add functionality to pkg_* and bsd.port.mk to handle LICENSE > * files or variables, considering package system rewrites?) > > How does it work? What I would like to see is something like, > say, a LICENSE variable in the port Makefiles that takes either a > full pathname ("${PREFIX}/share/doc/foobaz/license") or one of the > pre-determined values ("BSD"/"GPL"/etc.). They will be stored inside > packages as "+LICENSE". bsd.port.mk can be made to pass an extra > argument to pkg_create for this. Well, let me just submit a PR with the patches in. The only query I have about them is whether people would prefer that for, say, LICENSE=COPYRIGHT check ${WRKSRC}/${LICENSE} - since I'd imagine one would only really use the license variable if it's one of the default licenses, or a file somewhere in ${WRKSRC}. Also, I'm using -n to pkg_install, since -l and -L are being used by other pkg_*. Comments? Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 8:30:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EDFE1566A for ; Sun, 28 Mar 1999 08:30:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA51443; Sun, 28 Mar 1999 08:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 775D7155F4 for ; Sun, 28 Mar 1999 08:21:07 -0800 (PST) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 62224 invoked by uid 1003); 28 Mar 1999 18:25:35 -0000 Message-Id: <19990328182535.A29002@rucus.ru.ac.za> Date: Sun, 28 Mar 1999 18:25:35 +0000 From: Neil Blakey-Milner Reply-To: nbm@mithrandr.moria.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10837: New license mechanism for ports. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10837 >Category: ports >Synopsis: New license mechanism for ports. >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 Mar 28 08:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Neil Blakey-Milner >Release: FreeBSD 3.0-STABLE i386 >Organization: Rhodes University Computer Users' Society >Environment: FreeBSD rucus.ru.ac.za 3.0-STABLE FreeBSD 3.0-STABLE #0: Tue Feb 9 22:52:23 GMT 1999 grahams@rucus.ru.ac.za:/usr/src/sys/compile/RUCUS-SMP i386 >Description: Someone asked on FreeBSD-ports for a mechanism to support licenses in our ports system. These patches allow for LICENSE files in pkg/, or a LICENSE variable pointing to a file, or one of a few default licenses (BSD, GPL, LGPL, etc - not provided). >How-To-Repeat: >Fix: These two patches, first one to bsd.port.mk, and the other one to the /usr/src/usr.sbin/pkg_install directory. Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.307 diff -u -r1.307 bsd.port.mk --- bsd.port.mk 1999/03/09 11:27:34 1.307 +++ bsd.port.mk 1999/03/28 17:48:58 @@ -475,6 +475,7 @@ .endif PACKAGES?= ${PORTSDIR}/packages TEMPLATES?= ${PORTSDIR}/Templates +LICENSES?= ${PORTSDIR}/Licenses .if exists(${MASTERDIR}/patches.${ARCH}-${OPSYS}) PATCHDIR?= ${MASTERDIR}/patches.${ARCH}-${OPSYS} @@ -737,6 +738,12 @@ .undef NO_PACKAGE .endif +.if exists(${PKGDIR}/LICENSE) +LICENSE?= ${PKGDIR}/LICENSE +.else +LICENSE?= ${WRKSRC}/LICENSE +.endif + COMMENT?= ${PKGDIR}/COMMENT DESCR?= ${PKGDIR}/DESCR PLIST?= ${PKGDIR}/PLIST @@ -750,6 +757,13 @@ PKG_DELETE?= /usr/sbin/pkg_delete .if !defined(PKG_ARGS) PKG_ARGS= -v -c ${COMMENT} -d ${DESCR} -f ${TMPPLIST} -p ${PREFIX} -P "`${MAKE} package-depends | grep -v -E ${PKG_IGNORE_DEPENDS} | sort -u`" ${EXTRA_PKG_ARGS} +.if exists(${LICENSE}) +PKG_ARGS+= -n ${LICENSE} +.else +.if exists(${LICENSES}/${LICENSE}) +PKG_ARGS+= -n ${LICENSES}/${LICENSE} +.endif +.endif .if exists(${PKGINSTALL}) PKG_ARGS+= -i ${PKGINSTALL} .endif @@ -2286,6 +2300,13 @@ ${PKG_CMD} ${PKG_ARGS} -O ${PKGFILE} > ${PKG_DBDIR}/${PKGNAME}/+CONTENTS; \ ${CP} ${DESCR} ${PKG_DBDIR}/${PKGNAME}/+DESC; \ ${CP} ${COMMENT} ${PKG_DBDIR}/${PKGNAME}/+COMMENT; \ + if [ -n "${LICENSE}" ]; then \ + if [ -f ${LICENSE} ]; then \ + ${CP} ${LICENSE} ${PKG_DBDIR}/${PKGNAME}/+LICENSE; \ + elif [ -f ${LICENSES}/${LICENSE} ]; then \ + ${CP} ${LICENSES}/${LICENSE} ${PKG_DBDIR}/${PKGNAME}/+LICENSE; \ + fi; \ + fi; \ if [ -f ${PKGINSTALL} ]; then \ ${CP} ${PKGINSTALL} ${PKG_DBDIR}/${PKGNAME}/+INSTALL; \ fi; \ Index: add/perform.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/add/perform.c,v retrieving revision 1.54 diff -u -r1.54 perform.c --- perform.c 1998/12/16 13:59:29 1.54 +++ perform.c 1999/03/28 17:59:19 @@ -430,6 +430,8 @@ move_file(".", COMMENT_FNAME, LogDir); if (fexists(DISPLAY_FNAME)) move_file(".", DISPLAY_FNAME, LogDir); + if (fexists(LICENSE_FNAME)) + move_file(".", LICENSE_FNAME, LogDir); for (p = Plist.head; p ; p = p->next) { if (p->type != PLIST_PKGDEP) continue; Index: create/create.h =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/create/create.h,v retrieving revision 1.14 diff -u -r1.14 create.h --- create.h 1998/12/16 13:59:30 1.14 +++ create.h 1999/03/10 09:47:09 @@ -37,6 +37,7 @@ extern char *ExcludeFrom; extern char *Mtree; extern char *Pkgdeps; +extern char *License; extern char PlayPen[]; extern int Dereference; extern int PlistOnly; Index: create/main.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/create/main.c,v retrieving revision 1.18 diff -u -r1.18 main.c --- main.c 1998/12/16 13:59:30 1.18 +++ main.c 1999/03/12 12:21:54 @@ -18,7 +18,7 @@ #include "lib.h" #include "create.h" -static char Options[] = "YNOhvf:p:P:c:d:i:I:k:K:r:t:X:D:m:s:"; +static char Options[] = "YNOhvn:f:p:P:c:d:i:I:k:K:r:t:X:D:m:s:"; char *Prefix = NULL; char *Comment = NULL; @@ -34,6 +34,7 @@ char *ExcludeFrom = NULL; char *Mtree = NULL; char *Pkgdeps = NULL; +char *License = NULL; char PlayPen[FILENAME_MAX]; int Dereference = 0; int PlistOnly = 0; @@ -129,6 +130,10 @@ Pkgdeps = optarg; break; + case 'n': + License = optarg; + break; + case '?': default: usage(); @@ -165,7 +170,7 @@ "usage: pkg_create [-YNOhv] [-P pkgs] [-p prefix] [-f contents] [-i iscript]", " [-I piscript] [-k dscript] [-K pdscript] [-r rscript] ", " [-t template] [-X excludefile] [-D displayfile] ", -" [-m mtreefile] -c comment -d description -f packlist ", -" pkg-name"); +" [-m mtreefile] [-n licensefile] -c comment ", +" -d description -f packlist pkg-name"); exit(1); } Index: create/perform.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/create/perform.c,v retrieving revision 1.47 diff -u -r1.47 perform.c --- perform.c 1998/12/16 13:59:30 1.47 +++ perform.c 1999/03/12 12:01:11 @@ -151,6 +151,12 @@ add_plist(&plist, PLIST_IGNORE, NULL); add_plist(&plist, PLIST_FILE, DESC_FNAME); + if (License) { + copy_file(home, License, LICENSE_FNAME); + add_plist(&plist, PLIST_IGNORE, NULL); + add_plist(&plist, PLIST_FILE, LICENSE_FNAME); + } + if (Install) { copy_file(home, Install, INSTALL_FNAME); add_plist(&plist, PLIST_IGNORE, NULL); @@ -278,6 +284,8 @@ fprintf(totar, "%s\n", COMMENT_FNAME); fprintf(totar, "%s\n", DESC_FNAME); + if (License) + fprintf(totar, "%s\n", LICENSE_FNAME); if (Install) fprintf(totar, "%s\n", INSTALL_FNAME); if (PostInstall) Index: info/info.h =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/info/info.h,v retrieving revision 1.10 diff -u -r1.10 info.h --- info.h 1997/02/22 16:09:40 1.10 +++ info.h 1999/03/12 12:04:23 @@ -43,6 +43,7 @@ #define SHOW_DISPLAY 0x0200 #define SHOW_REQBY 0x0400 #define SHOW_MTREE 0x0800 +#define SHOW_LICENSE 0x1000 extern int Flags; extern Boolean AllInstalled; Index: info/main.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/info/main.c,v retrieving revision 1.15 diff -u -r1.15 main.c --- main.c 1997/12/26 05:29:29 1.15 +++ main.c 1999/03/12 12:33:40 @@ -28,7 +28,7 @@ #include "lib.h" #include "info.h" -static char Options[] = "acdDe:fikrRpLqImvhl:"; +static char Options[] = "acdDe:fikrRpLqImvhl:n"; int Flags = 0; Boolean AllInstalled = FALSE; @@ -105,6 +105,10 @@ case 'm': Flags |= SHOW_MTREE; + break; + + case 'n': + Flags |= SHOW_LICENSE; break; case 'l': Index: info/perform.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/info/perform.c,v retrieving revision 1.26 diff -u -r1.26 perform.c --- perform.c 1998/12/16 13:59:31 1.26 +++ perform.c 1999/03/28 18:20:01 @@ -191,6 +191,8 @@ show_plist("Prefix(s):\n", &plist, PLIST_CWD); if (Flags & SHOW_FILES) show_files("Files:\n", &plist); + if ((Flags & SHOW_LICENSE) && fexists(LICENSE_FNAME)) + show_file("License:\n", LICENSE_FNAME); if (!Quiet) puts(InfoPrefix); } Index: lib/lib.h =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/lib/lib.h,v retrieving revision 1.27 diff -u -r1.27 lib.h --- lib.h 1998/12/16 13:59:31 1.27 +++ lib.h 1999/03/10 10:19:45 @@ -65,6 +65,7 @@ #define CONTENTS_FNAME "+CONTENTS" #define COMMENT_FNAME "+COMMENT" #define DESC_FNAME "+DESC" +#define LICENSE_FNAME "+LICENSE" #define INSTALL_FNAME "+INSTALL" #define POST_INSTALL_FNAME "+POST-INSTALL" #define DEINSTALL_FNAME "+DEINSTALL" >Release-Note: >Audit-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 Mar 28 8:46:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A963F154CB; Sun, 28 Mar 1999 08:46:48 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA52312; Sun, 28 Mar 1999 08:46:31 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Sun, 28 Mar 1999 08:46:31 -0800 (PST) From: Message-Id: <199903281646.IAA52312@freefall.freebsd.org> To: greg@greg.rim.or.jp, sheldonh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10702 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Add NCD audio support for emiclock ports State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Sun Mar 28 08:46:03 PST 1999 State-Changed-Why: Waiting for proper diffs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 8:50:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7675C14D0E for ; Sun, 28 Mar 1999 08:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA52422; Sun, 28 Mar 1999 08:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 Mar 1999 08:50:01 -0800 (PST) Message-Id: <199903281650.IAA52422@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: ports/10702: Add NCD audio support for emiclock ports Reply-To: Sheldon Hearn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10702; it has been noted by GNATS. From: Sheldon Hearn To: greg@greg.rim.or.jp (Kensaku Masuda) Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/10702: Add NCD audio support for emiclock ports Date: Sun, 28 Mar 1999 18:45:54 +0200 Hi, Some suggestions to improve the odds of someone looking at your PR: 1) Use ${X11BASE}/bin instead of /usr/X11R6/bin in your Makefile diff. 2) Are you sure nas is a BUILD_DEPENDency and not a RUN_DEPENDency? 3) Submit proper diffs, not a tarball, as per the instructions in section 4.7.7 of the FreeBSD Handbook. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 9: 0:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D09C1566F for ; Sun, 28 Mar 1999 09:00:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA53154; Sun, 28 Mar 1999 09:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from nobutaka.com (ppp-saijo-187.ipc.hiroshima-u.ac.jp [133.41.4.187]) by hub.freebsd.org (Postfix) with ESMTP id D3D8914D0E for ; Sun, 28 Mar 1999 08:52:33 -0800 (PST) (envelope-from nobutaka@nobutaka.com) Received: (from nobutaka@localhost) by nobutaka.com (8.9.3/8.9.3) id BAA56382; Mon, 29 Mar 1999 01:52:13 +0900 (JST) (envelope-from nobutaka) Message-Id: <199903281652.BAA56382@nobutaka.com> Date: Mon, 29 Mar 1999 01:52:13 +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/10838: Update port: graphics/gimp1-i18n Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10838 >Category: ports >Synopsis: Update port: graphics/gimp1-i18n >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 Mar 28 09:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 4.0-CURRENT i386 >Organization: Cluster II, Faculty of Engineering, Hiroshima University, Japan >Environment: >Description: Updates from 1.1.2 to 1.1.3. New file: patches/patch-ap Removed files: patches/patch-ac, patches/patch-ai >How-To-Repeat: >Fix: diff -urN gimp1-i18n.orig/Makefile gimp1-i18n/Makefile --- gimp1-i18n.orig/Makefile Sun Mar 28 04:12:14 1999 +++ gimp1-i18n/Makefile Sun Mar 28 06:35:13 1999 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.55 1999/03/19 04:39:53 nectar Exp $ # -DISTNAME= gimp-1.1.2 -PKGNAME= gimp-i18n-1.1.2 +DISTNAME= gimp-1.1.3 +PKGNAME= gimp-i18n-1.1.3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.2/ \ ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.2/ \ @@ -34,8 +34,11 @@ MAN1= gimp.1 gimptool.1 MAN3= gpc.3 +MAN5= gimprc.5 post-install: + @${INSTALL_DATA} ${WRKSRC}/plug-ins/gpc/gpc.h ${PREFIX}/include + @${INSTALL_DATA} ${WRKSRC}/plug-ins/megawidget/megawidget.h ${PREFIX}/include @${INSTALL_SCRIPT} ${FILESDIR}/gimp.setfont ${PREFIX}/bin @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib @${CAT} ${PKGDIR}/MESSAGE diff -urN gimp1-i18n.orig/files/md5 gimp1-i18n/files/md5 --- gimp1-i18n.orig/files/md5 Sun Mar 28 04:12:13 1999 +++ gimp1-i18n/files/md5 Fri Mar 26 16:57:07 1999 @@ -1 +1 @@ -MD5 (gimp-1.1.2.tar.gz) = 806e4cca53e056a0d78492ba436fd8ac +MD5 (gimp-1.1.3.tar.gz) = d0d8a9e32441b971eb7fadf98224eb94 diff -urN gimp1-i18n.orig/patches/patch-ac gimp1-i18n/patches/patch-ac --- gimp1-i18n.orig/patches/patch-ac Sun Mar 28 04:12:13 1999 +++ gimp1-i18n/patches/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,246 +0,0 @@ ---- plug-ins/gpc/Makefile.am.orig Wed Nov 18 06:14:51 1998 -+++ plug-ins/gpc/Makefile.am Sat Feb 20 17:31:16 1999 -@@ -1,11 +1,14 @@ - ## Process this file with automake to produce Makefile.in - - pluginlibdir = $(libdir) -+gimpincludedir = $(includedir) - - pluginlib_LIBRARIES = libgpc.a - - libgpc_a_SOURCES = \ -- gpc.c \ -+ gpc.c -+ -+gimpinclude_HEADERS = \ - gpc.h - - INCLUDES = \ ---- plug-ins/gpc/Makefile.in.orig Thu Feb 4 11:21:25 1999 -+++ plug-ins/gpc/Makefile.in Sat Feb 20 17:33:30 1999 -@@ -162,10 +162,14 @@ - prefix = @prefix@ - - pluginlibdir = $(libdir) -+gimpincludedir = $(includedir) - - pluginlib_LIBRARIES = libgpc.a - --libgpc_a_SOURCES = gpc.c gpc.h -+libgpc_a_SOURCES = gpc.c -+ -+ -+gimpinclude_HEADERS = gpc.h - - - INCLUDES = -I$(top_srcdir) $(GTK_CFLAGS) -I$(includedir) -@@ -201,6 +205,8 @@ - MANS = $(man_MANS) - - NROFF = nroff -+HEADERS = $(gimpinclude_HEADERS) -+ - DIST_COMMON = Makefile.am Makefile.in - - -@@ -208,6 +214,7 @@ - - TAR = tar - GZIP_ENV = --best -+DEP_FILES = .deps/gpc.P - SOURCES = $(libgpc_a_SOURCES) - OBJECTS = $(libgpc_a_OBJECTS) - -@@ -215,9 +222,9 @@ - .SUFFIXES: - .SUFFIXES: .S .c .lo .o .s - $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) -- cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps plug-ins/gpc/Makefile -+ cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gpc/Makefile - --Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) - cd $(top_builddir) \ - && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status - -@@ -254,9 +261,6 @@ - rm -f $(DESTDIR)$(pluginlibdir)/$$p; \ - done - --.c.o: -- $(COMPILE) -c $< -- - .s.o: - $(COMPILE) -c $< - -@@ -273,9 +277,6 @@ - - maintainer-clean-compile: - --.c.lo: -- $(LIBTOOL) --mode=compile $(COMPILE) -c $< -- - .s.lo: - $(LIBTOOL) --mode=compile $(COMPILE) -c $< - -@@ -336,6 +337,21 @@ - @$(NORMAL_UNINSTALL) - $(MAKE) $(AM_MAKEFLAGS) uninstall-man3 - -+install-gimpincludeHEADERS: $(gimpinclude_HEADERS) -+ @$(NORMAL_INSTALL) -+ $(mkinstalldirs) $(DESTDIR)$(gimpincludedir) -+ @list='$(gimpinclude_HEADERS)'; for p in $$list; do \ -+ if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ -+ echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(gimpincludedir)/$$p"; \ -+ $(INSTALL_DATA) $$d$$p $(DESTDIR)$(gimpincludedir)/$$p; \ -+ done -+ -+uninstall-gimpincludeHEADERS: -+ @$(NORMAL_UNINSTALL) -+ list='$(gimpinclude_HEADERS)'; for p in $$list; do \ -+ rm -f $(DESTDIR)$(gimpincludedir)/$$p; \ -+ done -+ - tags: TAGS - - ID: $(HEADERS) $(SOURCES) $(LISP) -@@ -370,6 +386,11 @@ - subdir = plug-ins/gpc - - distdir: $(DISTFILES) -+ here=`cd $(top_builddir) && pwd`; \ -+ top_distdir=`cd $(top_distdir) && pwd`; \ -+ distdir=`cd $(distdir) && pwd`; \ -+ cd $(top_srcdir) \ -+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu plug-ins/gpc/Makefile - @for file in $(DISTFILES); do \ - d=$(srcdir); \ - if test -d $$d/$$file; then \ -@@ -380,10 +401,38 @@ - || cp -p $$d/$$file $(distdir)/$$file || :; \ - fi; \ - done --gpc.o: gpc.c ../../libgimp/gimp.h ../../libgimp/gimpenums.h \ -- ../../libgimp/gimpfeatures.h ../../libgimp/parasite.h \ -- ../../libgimp/parasiteF.h ../../libgimp/parasiteP.h - -+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) -+ -+-include $(DEP_FILES) -+ -+mostlyclean-depend: -+ -+clean-depend: -+ -+distclean-depend: -+ -rm -rf .deps -+ -+maintainer-clean-depend: -+ -+%.o: %.c -+ @echo '$(COMPILE) -c $<'; \ -+ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< -+ @-cp .deps/$(*F).pp .deps/$(*F).P; \ -+ tr ' ' '\012' < .deps/$(*F).pp \ -+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ -+ >> .deps/$(*F).P; \ -+ rm .deps/$(*F).pp -+ -+%.lo: %.c -+ @echo '$(LTCOMPILE) -c $<'; \ -+ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< -+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ -+ < .deps/$(*F).pp > .deps/$(*F).P; \ -+ tr ' ' '\012' < .deps/$(*F).pp \ -+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ -+ >> .deps/$(*F).P; \ -+ rm -f .deps/$(*F).pp - info-am: - info: info-am - dvi-am: -@@ -395,20 +444,23 @@ - install-exec-am: - install-exec: install-exec-am - --install-data-am: install-pluginlibLIBRARIES install-man -+install-data-am: install-pluginlibLIBRARIES install-man \ -+ install-gimpincludeHEADERS - install-data: install-data-am - - install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - install: install-am --uninstall-am: uninstall-pluginlibLIBRARIES uninstall-man -+uninstall-am: uninstall-pluginlibLIBRARIES uninstall-man \ -+ uninstall-gimpincludeHEADERS - uninstall: uninstall-am --all-am: Makefile $(LIBRARIES) $(MANS) -+all-am: Makefile $(LIBRARIES) $(MANS) $(HEADERS) - all-redirect: all-am - install-strip: - $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install - installdirs: -- $(mkinstalldirs) $(DESTDIR)$(pluginlibdir) $(DESTDIR)$(mandir)/man3 -+ $(mkinstalldirs) $(DESTDIR)$(pluginlibdir) $(DESTDIR)$(mandir)/man3 \ -+ $(DESTDIR)$(gimpincludedir) - - - mostlyclean-generic: -@@ -421,27 +473,27 @@ - - maintainer-clean-generic: - mostlyclean-am: mostlyclean-pluginlibLIBRARIES mostlyclean-compile \ -- mostlyclean-libtool mostlyclean-tags \ -+ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \ - mostlyclean-generic - - mostlyclean: mostlyclean-am - - clean-am: clean-pluginlibLIBRARIES clean-compile clean-libtool \ -- clean-tags clean-generic mostlyclean-am -+ clean-tags clean-depend clean-generic mostlyclean-am - - clean: clean-am - - distclean-am: distclean-pluginlibLIBRARIES distclean-compile \ -- distclean-libtool distclean-tags distclean-generic \ -- clean-am -+ distclean-libtool distclean-tags distclean-depend \ -+ distclean-generic clean-am - -rm -f libtool - - distclean: distclean-am - - maintainer-clean-am: maintainer-clean-pluginlibLIBRARIES \ - maintainer-clean-compile maintainer-clean-libtool \ -- maintainer-clean-tags maintainer-clean-generic \ -- distclean-am -+ maintainer-clean-tags maintainer-clean-depend \ -+ maintainer-clean-generic distclean-am - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." - -@@ -453,13 +505,15 @@ - mostlyclean-compile distclean-compile clean-compile \ - maintainer-clean-compile mostlyclean-libtool distclean-libtool \ - clean-libtool maintainer-clean-libtool install-man3 uninstall-man3 \ --install-man uninstall-man tags mostlyclean-tags distclean-tags \ --clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \ --check-am installcheck-am installcheck install-exec-am install-exec \ --install-data-am install-data install-am install uninstall-am uninstall \ --all-redirect all-am all installdirs mostlyclean-generic \ --distclean-generic clean-generic maintainer-clean-generic clean \ --mostlyclean distclean maintainer-clean -+install-man uninstall-man uninstall-gimpincludeHEADERS \ -+install-gimpincludeHEADERS tags mostlyclean-tags distclean-tags \ -+clean-tags maintainer-clean-tags distdir mostlyclean-depend \ -+distclean-depend clean-depend maintainer-clean-depend info-am info \ -+dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ -+install-exec install-data-am install-data install-am install \ -+uninstall-am uninstall all-redirect all-am all installdirs \ -+mostlyclean-generic distclean-generic clean-generic \ -+maintainer-clean-generic clean mostlyclean distclean maintainer-clean - - - .PHONY: files diff -urN gimp1-i18n.orig/patches/patch-ad gimp1-i18n/patches/patch-ad --- gimp1-i18n.orig/patches/patch-ad Sun Mar 28 04:12:13 1999 +++ gimp1-i18n/patches/patch-ad Fri Mar 26 17:27:23 1999 @@ -1,16 +1,16 @@ ---- app/Makefile.in.orig Sat Feb 20 18:05:08 1999 -+++ app/Makefile.in Sat Feb 20 18:07:40 1999 +--- app/Makefile.in.orig Tue Mar 9 09:58:40 1999 ++++ app/Makefile.in Fri Mar 26 17:20:32 1999 @@ -174,7 +174,7 @@ - EXTRA_DIST = tools/anchor.xpm tools/channel.xbm tools/delete.xpm tools/duplicate.xpm tools/eye.xbm tools/layer.xbm tools/linked.xbm tools/lower.xpm tools/mask.xbm tools/new.xpm tools/raise.xpm + EXTRA_DIST = tools/anchor.xpm tools/channel.xbm tools/delete.xpm tools/duplicate.xpm tools/eye.xbm tools/layer.xbm tools/linked.xbm tools/lower.xpm tools/mask.xbm tools/new.xpm tools/raise.xpm tools/penadd.xpm tools/pendel.xpm tools/penedit.xpm tools/pennorm.xpm tools/penstroke.xpm tools/ptoselection.xpm makefile.msc gimp.def gimp.rc wilber.ico --CPPFLAGS = -DLIBDIR=\""$(gimpplugindir)"\" -DDATADIR=\""$(gimpdatadir)"\" -DGIMPDIR=\""$(gimpdir)"\" -DLOCALEDIR=\""$(localedir)"\" -DREGEX_MALLOC @GIMP_THREAD_FLAGS@ -+CPPFLAGS = -DLIBDIR=\""$(gimpplugindir)"\" -DDATADIR=\""$(gimpdatadir)"\" -DGIMPDIR=\""$(gimpdir)"\" -DLOCALEDIR=\""$(localedir)"\" -DREGEX_MALLOC @GIMP_THREAD_FLAGS@ -I/usr/local/include +-CPPFLAGS = -DLIBDIR=\""$(gimpplugindir)"\" -DLOCALEDIR=\""$(localedir)"\" -DREGEX_MALLOC @GIMP_THREAD_FLAGS@ ++CPPFLAGS = -DLIBDIR=\""$(gimpplugindir)"\" -DLOCALEDIR=\""$(localedir)"\" -DREGEX_MALLOC @GIMP_THREAD_FLAGS@ -I/usr/local/include INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl $(GTK_CFLAGS) -I$(includedir) ---- po/Makefile.in.in.orig Sat Feb 20 23:41:05 1999 -+++ po/Makefile.in.in Sat Feb 20 23:41:18 1999 +--- po/Makefile.in.in.orig Fri Mar 26 17:26:20 1999 ++++ po/Makefile.in.in Fri Mar 26 17:26:58 1999 @@ -18,7 +18,7 @@ prefix = @prefix@ diff -urN gimp1-i18n.orig/patches/patch-ah gimp1-i18n/patches/patch-ah --- gimp1-i18n.orig/patches/patch-ah Sun Mar 28 04:12:14 1999 +++ gimp1-i18n/patches/patch-ah Sat Mar 27 04:31:00 1999 @@ -1,28 +1,32 @@ ---- configure.in.orig Thu Feb 4 08:37:10 1999 -+++ configure.in Sun Feb 21 00:11:35 1999 -@@ -441,7 +441,7 @@ +--- configure.in.orig Tue Mar 9 05:07:41 1999 ++++ configure.in Sat Mar 27 04:29:04 1999 +@@ -449,8 +449,8 @@ fi gimpdatadir=$datadir/gimp -gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION +-localedir='${prefix}/${DATADIRNAME}/locale' +gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION - localedir=$datadir/locale ++localedir='${prefix}/share/locale' brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile` ---- configure.orig Thu Feb 4 08:38:47 1999 -+++ configure Sun Feb 21 00:11:46 1999 -@@ -7254,7 +7254,7 @@ + gradientdata=`ls -1 $srcdir/data/gradients | grep -v Makefile` +--- configure.orig Tue Mar 9 06:22:49 1999 ++++ configure Sat Mar 27 04:29:44 1999 +@@ -7459,8 +7459,8 @@ fi gimpdatadir=$datadir/gimp -gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION +-localedir='${prefix}/${DATADIRNAME}/locale' +gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION - localedir=$datadir/locale ++localedir='${prefix}/share/locale' brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile` ---- Makefile.in.orig Sat Feb 20 23:45:16 1999 -+++ Makefile.in Sun Feb 21 00:12:00 1999 -@@ -530,7 +530,7 @@ + gradientdata=`ls -1 $srcdir/data/gradients | grep -v Makefile` +--- Makefile.in.orig Tue Mar 9 09:58:27 1999 ++++ Makefile.in Sat Mar 27 02:30:37 1999 +@@ -566,7 +566,7 @@ install-exec: install-exec-recursive install-data-am: install-gimpdataSCRIPTS install-man \ diff -urN gimp1-i18n.orig/patches/patch-ai gimp1-i18n/patches/patch-ai --- gimp1-i18n.orig/patches/patch-ai Sun Mar 28 04:12:14 1999 +++ gimp1-i18n/patches/patch-ai Thu Jan 1 09:00:00 1970 @@ -1,234 +0,0 @@ ---- plug-ins/megawidget/Makefile.am.orig Mon Sep 21 07:02:58 1998 -+++ plug-ins/megawidget/Makefile.am Sat Feb 20 17:35:15 1999 -@@ -1,11 +1,14 @@ - ## Process this file with automake to produce Makefile.in - - pluginlibdir = $(libdir) -+gimpincludedir = $(includedir) - - pluginlib_LIBRARIES = libmegawidget.a - - libmegawidget_a_SOURCES = \ -- megawidget.c \ -+ megawidget.c -+ -+gimpinclude_HEADERS = \ - megawidget.h - - INCLUDES = \ ---- plug-ins/megawidget/Makefile.in.orig Thu Feb 4 11:21:21 1999 -+++ plug-ins/megawidget/Makefile.in Sat Feb 20 17:35:33 1999 -@@ -162,10 +162,14 @@ - prefix = @prefix@ - - pluginlibdir = $(libdir) -+gimpincludedir = $(includedir) - - pluginlib_LIBRARIES = libmegawidget.a - --libmegawidget_a_SOURCES = megawidget.c megawidget.h -+libmegawidget_a_SOURCES = megawidget.c -+ -+ -+gimpinclude_HEADERS = megawidget.h - - - INCLUDES = -I$(top_srcdir) $(GTK_CFLAGS) -I$(includedir) -@@ -193,6 +197,8 @@ - LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - CCLD = $(CC) - LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ -+HEADERS = $(gimpinclude_HEADERS) -+ - DIST_COMMON = Makefile.am Makefile.in - - -@@ -200,6 +206,7 @@ - - TAR = tar - GZIP_ENV = --best -+DEP_FILES = .deps/megawidget.P - SOURCES = $(libmegawidget_a_SOURCES) - OBJECTS = $(libmegawidget_a_OBJECTS) - -@@ -207,9 +214,9 @@ - .SUFFIXES: - .SUFFIXES: .S .c .lo .o .s - $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) -- cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps plug-ins/megawidget/Makefile -+ cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/megawidget/Makefile - --Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) - cd $(top_builddir) \ - && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status - -@@ -246,9 +253,6 @@ - rm -f $(DESTDIR)$(pluginlibdir)/$$p; \ - done - --.c.o: -- $(COMPILE) -c $< -- - .s.o: - $(COMPILE) -c $< - -@@ -265,9 +269,6 @@ - - maintainer-clean-compile: - --.c.lo: -- $(LIBTOOL) --mode=compile $(COMPILE) -c $< -- - .s.lo: - $(LIBTOOL) --mode=compile $(COMPILE) -c $< - -@@ -289,6 +290,21 @@ - $(AR) cru libmegawidget.a $(libmegawidget_a_OBJECTS) $(libmegawidget_a_LIBADD) - $(RANLIB) libmegawidget.a - -+install-gimpincludeHEADERS: $(gimpinclude_HEADERS) -+ @$(NORMAL_INSTALL) -+ $(mkinstalldirs) $(DESTDIR)$(gimpincludedir) -+ @list='$(gimpinclude_HEADERS)'; for p in $$list; do \ -+ if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ -+ echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(gimpincludedir)/$$p"; \ -+ $(INSTALL_DATA) $$d$$p $(DESTDIR)$(gimpincludedir)/$$p; \ -+ done -+ -+uninstall-gimpincludeHEADERS: -+ @$(NORMAL_UNINSTALL) -+ list='$(gimpinclude_HEADERS)'; for p in $$list; do \ -+ rm -f $(DESTDIR)$(gimpincludedir)/$$p; \ -+ done -+ - tags: TAGS - - ID: $(HEADERS) $(SOURCES) $(LISP) -@@ -323,6 +339,11 @@ - subdir = plug-ins/megawidget - - distdir: $(DISTFILES) -+ here=`cd $(top_builddir) && pwd`; \ -+ top_distdir=`cd $(top_distdir) && pwd`; \ -+ distdir=`cd $(distdir) && pwd`; \ -+ cd $(top_srcdir) \ -+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu plug-ins/megawidget/Makefile - @for file in $(DISTFILES); do \ - d=$(srcdir); \ - if test -d $$d/$$file; then \ -@@ -333,11 +354,38 @@ - || cp -p $$d/$$file $(distdir)/$$file || :; \ - fi; \ - done --megawidget.o: megawidget.c ../../libgimp/gimp.h \ -- ../../libgimp/gimpenums.h ../../libgimp/gimpfeatures.h \ -- ../../libgimp/parasite.h ../../libgimp/parasiteF.h \ -- ../../libgimp/parasiteP.h megawidget.h - -+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) -+ -+-include $(DEP_FILES) -+ -+mostlyclean-depend: -+ -+clean-depend: -+ -+distclean-depend: -+ -rm -rf .deps -+ -+maintainer-clean-depend: -+ -+%.o: %.c -+ @echo '$(COMPILE) -c $<'; \ -+ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< -+ @-cp .deps/$(*F).pp .deps/$(*F).P; \ -+ tr ' ' '\012' < .deps/$(*F).pp \ -+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ -+ >> .deps/$(*F).P; \ -+ rm .deps/$(*F).pp -+ -+%.lo: %.c -+ @echo '$(LTCOMPILE) -c $<'; \ -+ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< -+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ -+ < .deps/$(*F).pp > .deps/$(*F).P; \ -+ tr ' ' '\012' < .deps/$(*F).pp \ -+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ -+ >> .deps/$(*F).P; \ -+ rm -f .deps/$(*F).pp - info-am: - info: info-am - dvi-am: -@@ -349,20 +397,20 @@ - install-exec-am: - install-exec: install-exec-am - --install-data-am: install-pluginlibLIBRARIES -+install-data-am: install-pluginlibLIBRARIES install-gimpincludeHEADERS - install-data: install-data-am - - install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - install: install-am --uninstall-am: uninstall-pluginlibLIBRARIES -+uninstall-am: uninstall-pluginlibLIBRARIES uninstall-gimpincludeHEADERS - uninstall: uninstall-am --all-am: Makefile $(LIBRARIES) -+all-am: Makefile $(LIBRARIES) $(HEADERS) - all-redirect: all-am - install-strip: - $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install - installdirs: -- $(mkinstalldirs) $(DESTDIR)$(pluginlibdir) -+ $(mkinstalldirs) $(DESTDIR)$(pluginlibdir) $(DESTDIR)$(gimpincludedir) - - - mostlyclean-generic: -@@ -375,27 +423,27 @@ - - maintainer-clean-generic: - mostlyclean-am: mostlyclean-pluginlibLIBRARIES mostlyclean-compile \ -- mostlyclean-libtool mostlyclean-tags \ -+ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \ - mostlyclean-generic - - mostlyclean: mostlyclean-am - - clean-am: clean-pluginlibLIBRARIES clean-compile clean-libtool \ -- clean-tags clean-generic mostlyclean-am -+ clean-tags clean-depend clean-generic mostlyclean-am - - clean: clean-am - - distclean-am: distclean-pluginlibLIBRARIES distclean-compile \ -- distclean-libtool distclean-tags distclean-generic \ -- clean-am -+ distclean-libtool distclean-tags distclean-depend \ -+ distclean-generic clean-am - -rm -f libtool - - distclean: distclean-am - - maintainer-clean-am: maintainer-clean-pluginlibLIBRARIES \ - maintainer-clean-compile maintainer-clean-libtool \ -- maintainer-clean-tags maintainer-clean-generic \ -- distclean-am -+ maintainer-clean-tags maintainer-clean-depend \ -+ maintainer-clean-generic distclean-am - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." - -@@ -406,8 +454,10 @@ - uninstall-pluginlibLIBRARIES install-pluginlibLIBRARIES \ - mostlyclean-compile distclean-compile clean-compile \ - maintainer-clean-compile mostlyclean-libtool distclean-libtool \ --clean-libtool maintainer-clean-libtool tags mostlyclean-tags \ --distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ -+clean-libtool maintainer-clean-libtool uninstall-gimpincludeHEADERS \ -+install-gimpincludeHEADERS tags mostlyclean-tags distclean-tags \ -+clean-tags maintainer-clean-tags distdir mostlyclean-depend \ -+distclean-depend clean-depend maintainer-clean-depend info-am info \ - dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ - install-exec install-data-am install-data install-am install \ - uninstall-am uninstall all-redirect all-am all installdirs \ diff -urN gimp1-i18n.orig/patches/patch-ap gimp1-i18n/patches/patch-ap --- gimp1-i18n.orig/patches/patch-ap Thu Jan 1 09:00:00 1970 +++ gimp1-i18n/patches/patch-ap Fri Mar 26 18:54:13 1999 @@ -0,0 +1,20 @@ +--- libgimp/Makefile.in.orig Fri Mar 26 17:45:23 1999 ++++ libgimp/Makefile.in Fri Mar 26 18:51:33 1999 +@@ -165,7 +165,7 @@ + CPPFLAGS = -DGIMPDIR=\""$(gimpdir)"\" -DDATADIR=\""$(gimpdatadir)"\" @GIMP_THREAD_FLAGS@ + + +-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl -I../intl $(GTK_CFLAGS) -I$(includedir) ++INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl -I../intl $(GTK_CFLAGS) -I$(includedir) -I/usr/local/include + + + EXTRA_DIST = chain.xpm gimpfeatures.h.in makefile.msc gimp.def gimpi.def gimpui.def gimpfeatures.h.win32 +@@ -190,7 +190,7 @@ + + libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) + +-libgimp_la_LIBADD = $(GLIB_LIBS) -lm ++libgimp_la_LIBADD = $(GTK_LIBS) -lm + + libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) + diff -urN gimp1-i18n.orig/pkg/PLIST gimp1-i18n/pkg/PLIST --- gimp1-i18n.orig/pkg/PLIST Sun Mar 28 04:12:13 1999 +++ gimp1-i18n/pkg/PLIST Sun Mar 28 04:10:57 1999 @@ -14,38 +14,41 @@ include/gck/gckvector.h include/libgimp/color_selector.h include/libgimp/gimp.h -include/libgimp/gimpentry.h +include/libgimp/gimpchainbutton.h include/libgimp/gimpenums.h +include/libgimp/gimpenv.h include/libgimp/gimpfeatures.h include/libgimp/gimpintl.h include/libgimp/gimpmatrix.h include/libgimp/gimpmenu.h include/libgimp/gimpmodule.h +include/libgimp/gimpsizeentry.h include/libgimp/gimpui.h +include/libgimp/gimpunit.h +include/libgimp/gimpunitmenu.h include/libgimp/gserialize.h include/libgimp/parasite.h include/libgimp/parasiteF.h include/libgimp/parasiteP.h -lib/libgck-1.1.so.2 +lib/libgck-1.1.so.3 lib/libgck.a lib/libgck.la -lib/libgck.so.2 -lib/libgimp-1.1.so.2 +lib/libgimp-1.1.so.3 lib/libgimp.a lib/libgimp.la -lib/libgimp.so.2 -lib/libgimpui-1.1.so.2 +lib/libgimpui-1.1.so.3 lib/libgimpui.a lib/libgimpui.la -lib/libgimpui.so.2 lib/libgpc.a lib/libmegawidget.a @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B libexec/gimp/1.1/modules/libcolorsel_gtk.a libexec/gimp/1.1/modules/libcolorsel_gtk.la +libexec/gimp/1.1/modules/libcolorsel_gtk.so.0 libexec/gimp/1.1/modules/libcolorsel_triangle.a libexec/gimp/1.1/modules/libcolorsel_triangle.la +libexec/gimp/1.1/modules/libcolorsel_triangle.so.0 libexec/gimp/1.1/plug-ins/AlienMap libexec/gimp/1.1/plug-ins/CEL libexec/gimp/1.1/plug-ins/CML_explorer @@ -232,6 +235,7 @@ share/gimp/gfig/sprial share/gimp/gfig/star2 share/gimp/gfig/stars +share/gimp/gimprc.5 share/gimp/gradients/Abstract_1 share/gimp/gradients/Abstract_2 share/gimp/gradients/Abstract_3 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 9: 4:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D16C2152FC; Sun, 28 Mar 1999 09:04:18 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA53379; Sun, 28 Mar 1999 09:04:01 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Sun, 28 Mar 1999 09:04:01 -0800 (PST) From: Message-Id: <199903281704.JAA53379@freefall.freebsd.org> To: joep@di.nl, sheldonh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10707 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [ADD] port for doxygen State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Sun Mar 28 09:01:13 PST 1999 State-Changed-Why: Please split patch-aa into one patchfile per file to be patched. USE_PERL5= YES, not an explanation. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 9:30:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B1DFA15377; Sun, 28 Mar 1999 09:29:39 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA54811; Sun, 28 Mar 1999 09:29:22 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Sun, 28 Mar 1999 09:29:22 -0800 (PST) From: Message-Id: <199903281729.JAA54811@freefall.freebsd.org> To: sdn@slip.net, sheldonh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10721 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Lesstif fails to compiled with Internal compiler error State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Sun Mar 28 09:28:17 PST 1999 State-Changed-Why: This is an FAQ. Please see the FreeBSD FAQ titled "My programs occasionally die with ``Signal 11'' errors." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 9:40:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 53BF414DE9 for ; Sun, 28 Mar 1999 09:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA55490; Sun, 28 Mar 1999 09:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 Mar 1999 09:40:01 -0800 (PST) Message-Id: <199903281740.JAA55490@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: ports/10732: update from 0.1 to 0.3 Reply-To: Sheldon Hearn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10732; it has been noted by GNATS. From: Sheldon Hearn To: dada@sbox.tu-graz.ac.at (Martin Kammerhofer) Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/10732: update from 0.1 to 0.3 Date: Sun, 28 Mar 1999 19:37:45 +0200 Hi Martin, For future reference, ``Date Created'' and ``Whom'' don't change when MAINTAINERSHIP is handed over -- they refer to the port's birthday and parent. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 10: 0:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A276E15679 for ; Sun, 28 Mar 1999 10:00:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA56732; Sun, 28 Mar 1999 10:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 Mar 1999 10:00:01 -0800 (PST) Message-Id: <199903281800.KAA56732@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: MANTANI Nobutaka Subject: Re: ports/10838: Update port: graphics/gimp1-i18n Reply-To: MANTANI Nobutaka Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10838; it has been noted by GNATS. From: MANTANI Nobutaka To: nobutaka@nobutaka.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/10838: Update port: graphics/gimp1-i18n Date: Mon, 29 Mar 1999 02:51:30 +0900 I have forgotten changing MASTER_SITES in Makefile. Please apply this patch instead of the patch in the PR. --- MANTANI Nobutaka Cluster II, Faculty of Engineering, Hiroshima University, Japan diff -urN gimp1-i18n.orig/Makefile gimp1-i18n/Makefile --- gimp1-i18n.orig/Makefile Sun Mar 28 04:12:14 1999 +++ gimp1-i18n/Makefile Mon Mar 29 02:24:29 1999 @@ -6,12 +6,12 @@ # $Id: Makefile,v 1.55 1999/03/19 04:39:53 nectar Exp $ # -DISTNAME= gimp-1.1.2 -PKGNAME= gimp-i18n-1.1.2 +DISTNAME= gimp-1.1.3 +PKGNAME= gimp-i18n-1.1.3 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.2/ \ - ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.2/ \ - http://www.ameth.org/gimp/pub/gimp/unstable/v1.1.2/ +MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.3/ \ + ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.3/ \ + http://www.ameth.org/gimp/pub/gimp/unstable/v1.1.3/ MAINTAINER= nobutaka@nobutaka.com @@ -34,8 +34,11 @@ MAN1= gimp.1 gimptool.1 MAN3= gpc.3 +MAN5= gimprc.5 post-install: + @${INSTALL_DATA} ${WRKSRC}/plug-ins/gpc/gpc.h ${PREFIX}/include + @${INSTALL_DATA} ${WRKSRC}/plug-ins/megawidget/megawidget.h ${PREFIX}/include @${INSTALL_SCRIPT} ${FILESDIR}/gimp.setfont ${PREFIX}/bin @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib @${CAT} ${PKGDIR}/MESSAGE diff -urN gimp1-i18n.orig/files/md5 gimp1-i18n/files/md5 --- gimp1-i18n.orig/files/md5 Sun Mar 28 04:12:13 1999 +++ gimp1-i18n/files/md5 Fri Mar 26 16:57:07 1999 @@ -1 +1 @@ -MD5 (gimp-1.1.2.tar.gz) = 806e4cca53e056a0d78492ba436fd8ac +MD5 (gimp-1.1.3.tar.gz) = d0d8a9e32441b971eb7fadf98224eb94 diff -urN gimp1-i18n.orig/patches/patch-ac gimp1-i18n/patches/patch-ac --- gimp1-i18n.orig/patches/patch-ac Sun Mar 28 04:12:13 1999 +++ gimp1-i18n/patches/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,246 +0,0 @@ ---- plug-ins/gpc/Makefile.am.orig Wed Nov 18 06:14:51 1998 -+++ plug-ins/gpc/Makefile.am Sat Feb 20 17:31:16 1999 -@@ -1,11 +1,14 @@ - ## Process this file with automake to produce Makefile.in - - pluginlibdir = $(libdir) -+gimpincludedir = $(includedir) - - pluginlib_LIBRARIES = libgpc.a - - libgpc_a_SOURCES = \ -- gpc.c \ -+ gpc.c -+ -+gimpinclude_HEADERS = \ - gpc.h - - INCLUDES = \ ---- plug-ins/gpc/Makefile.in.orig Thu Feb 4 11:21:25 1999 -+++ plug-ins/gpc/Makefile.in Sat Feb 20 17:33:30 1999 -@@ -162,10 +162,14 @@ - prefix = @prefix@ - - pluginlibdir = $(libdir) -+gimpincludedir = $(includedir) - - pluginlib_LIBRARIES = libgpc.a - --libgpc_a_SOURCES = gpc.c gpc.h -+libgpc_a_SOURCES = gpc.c -+ -+ -+gimpinclude_HEADERS = gpc.h - - - INCLUDES = -I$(top_srcdir) $(GTK_CFLAGS) -I$(includedir) -@@ -201,6 +205,8 @@ - MANS = $(man_MANS) - - NROFF = nroff -+HEADERS = $(gimpinclude_HEADERS) -+ - DIST_COMMON = Makefile.am Makefile.in - - -@@ -208,6 +214,7 @@ - - TAR = tar - GZIP_ENV = --best -+DEP_FILES = .deps/gpc.P - SOURCES = $(libgpc_a_SOURCES) - OBJECTS = $(libgpc_a_OBJECTS) - -@@ -215,9 +222,9 @@ - .SUFFIXES: - .SUFFIXES: .S .c .lo .o .s - $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) -- cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps plug-ins/gpc/Makefile -+ cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gpc/Makefile - --Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) - cd $(top_builddir) \ - && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status - -@@ -254,9 +261,6 @@ - rm -f $(DESTDIR)$(pluginlibdir)/$$p; \ - done - --.c.o: -- $(COMPILE) -c $< -- - .s.o: - $(COMPILE) -c $< - -@@ -273,9 +277,6 @@ - - maintainer-clean-compile: - --.c.lo: -- $(LIBTOOL) --mode=compile $(COMPILE) -c $< -- - .s.lo: - $(LIBTOOL) --mode=compile $(COMPILE) -c $< - -@@ -336,6 +337,21 @@ - @$(NORMAL_UNINSTALL) - $(MAKE) $(AM_MAKEFLAGS) uninstall-man3 - -+install-gimpincludeHEADERS: $(gimpinclude_HEADERS) -+ @$(NORMAL_INSTALL) -+ $(mkinstalldirs) $(DESTDIR)$(gimpincludedir) -+ @list='$(gimpinclude_HEADERS)'; for p in $$list; do \ -+ if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ -+ echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(gimpincludedir)/$$p"; \ -+ $(INSTALL_DATA) $$d$$p $(DESTDIR)$(gimpincludedir)/$$p; \ -+ done -+ -+uninstall-gimpincludeHEADERS: -+ @$(NORMAL_UNINSTALL) -+ list='$(gimpinclude_HEADERS)'; for p in $$list; do \ -+ rm -f $(DESTDIR)$(gimpincludedir)/$$p; \ -+ done -+ - tags: TAGS - - ID: $(HEADERS) $(SOURCES) $(LISP) -@@ -370,6 +386,11 @@ - subdir = plug-ins/gpc - - distdir: $(DISTFILES) -+ here=`cd $(top_builddir) && pwd`; \ -+ top_distdir=`cd $(top_distdir) && pwd`; \ -+ distdir=`cd $(distdir) && pwd`; \ -+ cd $(top_srcdir) \ -+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu plug-ins/gpc/Makefile - @for file in $(DISTFILES); do \ - d=$(srcdir); \ - if test -d $$d/$$file; then \ -@@ -380,10 +401,38 @@ - || cp -p $$d/$$file $(distdir)/$$file || :; \ - fi; \ - done --gpc.o: gpc.c ../../libgimp/gimp.h ../../libgimp/gimpenums.h \ -- ../../libgimp/gimpfeatures.h ../../libgimp/parasite.h \ -- ../../libgimp/parasiteF.h ../../libgimp/parasiteP.h - -+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) -+ -+-include $(DEP_FILES) -+ -+mostlyclean-depend: -+ -+clean-depend: -+ -+distclean-depend: -+ -rm -rf .deps -+ -+maintainer-clean-depend: -+ -+%.o: %.c -+ @echo '$(COMPILE) -c $<'; \ -+ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< -+ @-cp .deps/$(*F).pp .deps/$(*F).P; \ -+ tr ' ' '\012' < .deps/$(*F).pp \ -+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ -+ >> .deps/$(*F).P; \ -+ rm .deps/$(*F).pp -+ -+%.lo: %.c -+ @echo '$(LTCOMPILE) -c $<'; \ -+ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< -+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ -+ < .deps/$(*F).pp > .deps/$(*F).P; \ -+ tr ' ' '\012' < .deps/$(*F).pp \ -+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ -+ >> .deps/$(*F).P; \ -+ rm -f .deps/$(*F).pp - info-am: - info: info-am - dvi-am: -@@ -395,20 +444,23 @@ - install-exec-am: - install-exec: install-exec-am - --install-data-am: install-pluginlibLIBRARIES install-man -+install-data-am: install-pluginlibLIBRARIES install-man \ -+ install-gimpincludeHEADERS - install-data: install-data-am - - install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - install: install-am --uninstall-am: uninstall-pluginlibLIBRARIES uninstall-man -+uninstall-am: uninstall-pluginlibLIBRARIES uninstall-man \ -+ uninstall-gimpincludeHEADERS - uninstall: uninstall-am --all-am: Makefile $(LIBRARIES) $(MANS) -+all-am: Makefile $(LIBRARIES) $(MANS) $(HEADERS) - all-redirect: all-am - install-strip: - $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install - installdirs: -- $(mkinstalldirs) $(DESTDIR)$(pluginlibdir) $(DESTDIR)$(mandir)/man3 -+ $(mkinstalldirs) $(DESTDIR)$(pluginlibdir) $(DESTDIR)$(mandir)/man3 \ -+ $(DESTDIR)$(gimpincludedir) - - - mostlyclean-generic: -@@ -421,27 +473,27 @@ - - maintainer-clean-generic: - mostlyclean-am: mostlyclean-pluginlibLIBRARIES mostlyclean-compile \ -- mostlyclean-libtool mostlyclean-tags \ -+ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \ - mostlyclean-generic - - mostlyclean: mostlyclean-am - - clean-am: clean-pluginlibLIBRARIES clean-compile clean-libtool \ -- clean-tags clean-generic mostlyclean-am -+ clean-tags clean-depend clean-generic mostlyclean-am - - clean: clean-am - - distclean-am: distclean-pluginlibLIBRARIES distclean-compile \ -- distclean-libtool distclean-tags distclean-generic \ -- clean-am -+ distclean-libtool distclean-tags distclean-depend \ -+ distclean-generic clean-am - -rm -f libtool - - distclean: distclean-am - - maintainer-clean-am: maintainer-clean-pluginlibLIBRARIES \ - maintainer-clean-compile maintainer-clean-libtool \ -- maintainer-clean-tags maintainer-clean-generic \ -- distclean-am -+ maintainer-clean-tags maintainer-clean-depend \ -+ maintainer-clean-generic distclean-am - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." - -@@ -453,13 +505,15 @@ - mostlyclean-compile distclean-compile clean-compile \ - maintainer-clean-compile mostlyclean-libtool distclean-libtool \ - clean-libtool maintainer-clean-libtool install-man3 uninstall-man3 \ --install-man uninstall-man tags mostlyclean-tags distclean-tags \ --clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \ --check-am installcheck-am installcheck install-exec-am install-exec \ --install-data-am install-data install-am install uninstall-am uninstall \ --all-redirect all-am all installdirs mostlyclean-generic \ --distclean-generic clean-generic maintainer-clean-generic clean \ --mostlyclean distclean maintainer-clean -+install-man uninstall-man uninstall-gimpincludeHEADERS \ -+install-gimpincludeHEADERS tags mostlyclean-tags distclean-tags \ -+clean-tags maintainer-clean-tags distdir mostlyclean-depend \ -+distclean-depend clean-depend maintainer-clean-depend info-am info \ -+dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ -+install-exec install-data-am install-data install-am install \ -+uninstall-am uninstall all-redirect all-am all installdirs \ -+mostlyclean-generic distclean-generic clean-generic \ -+maintainer-clean-generic clean mostlyclean distclean maintainer-clean - - - .PHONY: files diff -urN gimp1-i18n.orig/patches/patch-ad gimp1-i18n/patches/patch-ad --- gimp1-i18n.orig/patches/patch-ad Sun Mar 28 04:12:13 1999 +++ gimp1-i18n/patches/patch-ad Fri Mar 26 17:27:23 1999 @@ -1,16 +1,16 @@ ---- app/Makefile.in.orig Sat Feb 20 18:05:08 1999 -+++ app/Makefile.in Sat Feb 20 18:07:40 1999 +--- app/Makefile.in.orig Tue Mar 9 09:58:40 1999 ++++ app/Makefile.in Fri Mar 26 17:20:32 1999 @@ -174,7 +174,7 @@ - EXTRA_DIST = tools/anchor.xpm tools/channel.xbm tools/delete.xpm tools/duplicate.xpm tools/eye.xbm tools/layer.xbm tools/linked.xbm tools/lower.xpm tools/mask.xbm tools/new.xpm tools/raise.xpm + EXTRA_DIST = tools/anchor.xpm tools/channel.xbm tools/delete.xpm tools/duplicate.xpm tools/eye.xbm tools/layer.xbm tools/linked.xbm tools/lower.xpm tools/mask.xbm tools/new.xpm tools/raise.xpm tools/penadd.xpm tools/pendel.xpm tools/penedit.xpm tools/pennorm.xpm tools/penstroke.xpm tools/ptoselection.xpm makefile.msc gimp.def gimp.rc wilber.ico --CPPFLAGS = -DLIBDIR=\""$(gimpplugindir)"\" -DDATADIR=\""$(gimpdatadir)"\" -DGIMPDIR=\""$(gimpdir)"\" -DLOCALEDIR=\""$(localedir)"\" -DREGEX_MALLOC @GIMP_THREAD_FLAGS@ -+CPPFLAGS = -DLIBDIR=\""$(gimpplugindir)"\" -DDATADIR=\""$(gimpdatadir)"\" -DGIMPDIR=\""$(gimpdir)"\" -DLOCALEDIR=\""$(localedir)"\" -DREGEX_MALLOC @GIMP_THREAD_FLAGS@ -I/usr/local/include +-CPPFLAGS = -DLIBDIR=\""$(gimpplugindir)"\" -DLOCALEDIR=\""$(localedir)"\" -DREGEX_MALLOC @GIMP_THREAD_FLAGS@ ++CPPFLAGS = -DLIBDIR=\""$(gimpplugindir)"\" -DLOCALEDIR=\""$(localedir)"\" -DREGEX_MALLOC @GIMP_THREAD_FLAGS@ -I/usr/local/include INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl $(GTK_CFLAGS) -I$(includedir) ---- po/Makefile.in.in.orig Sat Feb 20 23:41:05 1999 -+++ po/Makefile.in.in Sat Feb 20 23:41:18 1999 +--- po/Makefile.in.in.orig Fri Mar 26 17:26:20 1999 ++++ po/Makefile.in.in Fri Mar 26 17:26:58 1999 @@ -18,7 +18,7 @@ prefix = @prefix@ diff -urN gimp1-i18n.orig/patches/patch-ah gimp1-i18n/patches/patch-ah --- gimp1-i18n.orig/patches/patch-ah Sun Mar 28 04:12:14 1999 +++ gimp1-i18n/patches/patch-ah Sat Mar 27 04:31:00 1999 @@ -1,28 +1,32 @@ ---- configure.in.orig Thu Feb 4 08:37:10 1999 -+++ configure.in Sun Feb 21 00:11:35 1999 -@@ -441,7 +441,7 @@ +--- configure.in.orig Tue Mar 9 05:07:41 1999 ++++ configure.in Sat Mar 27 04:29:04 1999 +@@ -449,8 +449,8 @@ fi gimpdatadir=$datadir/gimp -gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION +-localedir='${prefix}/${DATADIRNAME}/locale' +gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION - localedir=$datadir/locale ++localedir='${prefix}/share/locale' brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile` ---- configure.orig Thu Feb 4 08:38:47 1999 -+++ configure Sun Feb 21 00:11:46 1999 -@@ -7254,7 +7254,7 @@ + gradientdata=`ls -1 $srcdir/data/gradients | grep -v Makefile` +--- configure.orig Tue Mar 9 06:22:49 1999 ++++ configure Sat Mar 27 04:29:44 1999 +@@ -7459,8 +7459,8 @@ fi gimpdatadir=$datadir/gimp -gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION +-localedir='${prefix}/${DATADIRNAME}/locale' +gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION - localedir=$datadir/locale ++localedir='${prefix}/share/locale' brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile` ---- Makefile.in.orig Sat Feb 20 23:45:16 1999 -+++ Makefile.in Sun Feb 21 00:12:00 1999 -@@ -530,7 +530,7 @@ + gradientdata=`ls -1 $srcdir/data/gradients | grep -v Makefile` +--- Makefile.in.orig Tue Mar 9 09:58:27 1999 ++++ Makefile.in Sat Mar 27 02:30:37 1999 +@@ -566,7 +566,7 @@ install-exec: install-exec-recursive install-data-am: install-gimpdataSCRIPTS install-man \ diff -urN gimp1-i18n.orig/patches/patch-ai gimp1-i18n/patches/patch-ai --- gimp1-i18n.orig/patches/patch-ai Sun Mar 28 04:12:14 1999 +++ gimp1-i18n/patches/patch-ai Thu Jan 1 09:00:00 1970 @@ -1,234 +0,0 @@ ---- plug-ins/megawidget/Makefile.am.orig Mon Sep 21 07:02:58 1998 -+++ plug-ins/megawidget/Makefile.am Sat Feb 20 17:35:15 1999 -@@ -1,11 +1,14 @@ - ## Process this file with automake to produce Makefile.in - - pluginlibdir = $(libdir) -+gimpincludedir = $(includedir) - - pluginlib_LIBRARIES = libmegawidget.a - - libmegawidget_a_SOURCES = \ -- megawidget.c \ -+ megawidget.c -+ -+gimpinclude_HEADERS = \ - megawidget.h - - INCLUDES = \ ---- plug-ins/megawidget/Makefile.in.orig Thu Feb 4 11:21:21 1999 -+++ plug-ins/megawidget/Makefile.in Sat Feb 20 17:35:33 1999 -@@ -162,10 +162,14 @@ - prefix = @prefix@ - - pluginlibdir = $(libdir) -+gimpincludedir = $(includedir) - - pluginlib_LIBRARIES = libmegawidget.a - --libmegawidget_a_SOURCES = megawidget.c megawidget.h -+libmegawidget_a_SOURCES = megawidget.c -+ -+ -+gimpinclude_HEADERS = megawidget.h - - - INCLUDES = -I$(top_srcdir) $(GTK_CFLAGS) -I$(includedir) -@@ -193,6 +197,8 @@ - LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - CCLD = $(CC) - LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ -+HEADERS = $(gimpinclude_HEADERS) -+ - DIST_COMMON = Makefile.am Makefile.in - - -@@ -200,6 +206,7 @@ - - TAR = tar - GZIP_ENV = --best -+DEP_FILES = .deps/megawidget.P - SOURCES = $(libmegawidget_a_SOURCES) - OBJECTS = $(libmegawidget_a_OBJECTS) - -@@ -207,9 +214,9 @@ - .SUFFIXES: - .SUFFIXES: .S .c .lo .o .s - $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) -- cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps plug-ins/megawidget/Makefile -+ cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/megawidget/Makefile - --Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) - cd $(top_builddir) \ - && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status - -@@ -246,9 +253,6 @@ - rm -f $(DESTDIR)$(pluginlibdir)/$$p; \ - done - --.c.o: -- $(COMPILE) -c $< -- - .s.o: - $(COMPILE) -c $< - -@@ -265,9 +269,6 @@ - - maintainer-clean-compile: - --.c.lo: -- $(LIBTOOL) --mode=compile $(COMPILE) -c $< -- - .s.lo: - $(LIBTOOL) --mode=compile $(COMPILE) -c $< - -@@ -289,6 +290,21 @@ - $(AR) cru libmegawidget.a $(libmegawidget_a_OBJECTS) $(libmegawidget_a_LIBADD) - $(RANLIB) libmegawidget.a - -+install-gimpincludeHEADERS: $(gimpinclude_HEADERS) -+ @$(NORMAL_INSTALL) -+ $(mkinstalldirs) $(DESTDIR)$(gimpincludedir) -+ @list='$(gimpinclude_HEADERS)'; for p in $$list; do \ -+ if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ -+ echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(gimpincludedir)/$$p"; \ -+ $(INSTALL_DATA) $$d$$p $(DESTDIR)$(gimpincludedir)/$$p; \ -+ done -+ -+uninstall-gimpincludeHEADERS: -+ @$(NORMAL_UNINSTALL) -+ list='$(gimpinclude_HEADERS)'; for p in $$list; do \ -+ rm -f $(DESTDIR)$(gimpincludedir)/$$p; \ -+ done -+ - tags: TAGS - - ID: $(HEADERS) $(SOURCES) $(LISP) -@@ -323,6 +339,11 @@ - subdir = plug-ins/megawidget - - distdir: $(DISTFILES) -+ here=`cd $(top_builddir) && pwd`; \ -+ top_distdir=`cd $(top_distdir) && pwd`; \ -+ distdir=`cd $(distdir) && pwd`; \ -+ cd $(top_srcdir) \ -+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu plug-ins/megawidget/Makefile - @for file in $(DISTFILES); do \ - d=$(srcdir); \ - if test -d $$d/$$file; then \ -@@ -333,11 +354,38 @@ - || cp -p $$d/$$file $(distdir)/$$file || :; \ - fi; \ - done --megawidget.o: megawidget.c ../../libgimp/gimp.h \ -- ../../libgimp/gimpenums.h ../../libgimp/gimpfeatures.h \ -- ../../libgimp/parasite.h ../../libgimp/parasiteF.h \ -- ../../libgimp/parasiteP.h megawidget.h - -+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) -+ -+-include $(DEP_FILES) -+ -+mostlyclean-depend: -+ -+clean-depend: -+ -+distclean-depend: -+ -rm -rf .deps -+ -+maintainer-clean-depend: -+ -+%.o: %.c -+ @echo '$(COMPILE) -c $<'; \ -+ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< -+ @-cp .deps/$(*F).pp .deps/$(*F).P; \ -+ tr ' ' '\012' < .deps/$(*F).pp \ -+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ -+ >> .deps/$(*F).P; \ -+ rm .deps/$(*F).pp -+ -+%.lo: %.c -+ @echo '$(LTCOMPILE) -c $<'; \ -+ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< -+ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ -+ < .deps/$(*F).pp > .deps/$(*F).P; \ -+ tr ' ' '\012' < .deps/$(*F).pp \ -+ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ -+ >> .deps/$(*F).P; \ -+ rm -f .deps/$(*F).pp - info-am: - info: info-am - dvi-am: -@@ -349,20 +397,20 @@ - install-exec-am: - install-exec: install-exec-am - --install-data-am: install-pluginlibLIBRARIES -+install-data-am: install-pluginlibLIBRARIES install-gimpincludeHEADERS - install-data: install-data-am - - install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - install: install-am --uninstall-am: uninstall-pluginlibLIBRARIES -+uninstall-am: uninstall-pluginlibLIBRARIES uninstall-gimpincludeHEADERS - uninstall: uninstall-am --all-am: Makefile $(LIBRARIES) -+all-am: Makefile $(LIBRARIES) $(HEADERS) - all-redirect: all-am - install-strip: - $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install - installdirs: -- $(mkinstalldirs) $(DESTDIR)$(pluginlibdir) -+ $(mkinstalldirs) $(DESTDIR)$(pluginlibdir) $(DESTDIR)$(gimpincludedir) - - - mostlyclean-generic: -@@ -375,27 +423,27 @@ - - maintainer-clean-generic: - mostlyclean-am: mostlyclean-pluginlibLIBRARIES mostlyclean-compile \ -- mostlyclean-libtool mostlyclean-tags \ -+ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \ - mostlyclean-generic - - mostlyclean: mostlyclean-am - - clean-am: clean-pluginlibLIBRARIES clean-compile clean-libtool \ -- clean-tags clean-generic mostlyclean-am -+ clean-tags clean-depend clean-generic mostlyclean-am - - clean: clean-am - - distclean-am: distclean-pluginlibLIBRARIES distclean-compile \ -- distclean-libtool distclean-tags distclean-generic \ -- clean-am -+ distclean-libtool distclean-tags distclean-depend \ -+ distclean-generic clean-am - -rm -f libtool - - distclean: distclean-am - - maintainer-clean-am: maintainer-clean-pluginlibLIBRARIES \ - maintainer-clean-compile maintainer-clean-libtool \ -- maintainer-clean-tags maintainer-clean-generic \ -- distclean-am -+ maintainer-clean-tags maintainer-clean-depend \ -+ maintainer-clean-generic distclean-am - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." - -@@ -406,8 +454,10 @@ - uninstall-pluginlibLIBRARIES install-pluginlibLIBRARIES \ - mostlyclean-compile distclean-compile clean-compile \ - maintainer-clean-compile mostlyclean-libtool distclean-libtool \ --clean-libtool maintainer-clean-libtool tags mostlyclean-tags \ --distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ -+clean-libtool maintainer-clean-libtool uninstall-gimpincludeHEADERS \ -+install-gimpincludeHEADERS tags mostlyclean-tags distclean-tags \ -+clean-tags maintainer-clean-tags distdir mostlyclean-depend \ -+distclean-depend clean-depend maintainer-clean-depend info-am info \ - dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ - install-exec install-data-am install-data install-am install \ - uninstall-am uninstall all-redirect all-am all installdirs \ diff -urN gimp1-i18n.orig/patches/patch-ap gimp1-i18n/patches/patch-ap --- gimp1-i18n.orig/patches/patch-ap Thu Jan 1 09:00:00 1970 +++ gimp1-i18n/patches/patch-ap Fri Mar 26 18:54:13 1999 @@ -0,0 +1,20 @@ +--- libgimp/Makefile.in.orig Fri Mar 26 17:45:23 1999 ++++ libgimp/Makefile.in Fri Mar 26 18:51:33 1999 +@@ -165,7 +165,7 @@ + CPPFLAGS = -DGIMPDIR=\""$(gimpdir)"\" -DDATADIR=\""$(gimpdatadir)"\" @GIMP_THREAD_FLAGS@ + + +-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl -I../intl $(GTK_CFLAGS) -I$(includedir) ++INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl -I../intl $(GTK_CFLAGS) -I$(includedir) -I/usr/local/include + + + EXTRA_DIST = chain.xpm gimpfeatures.h.in makefile.msc gimp.def gimpi.def gimpui.def gimpfeatures.h.win32 +@@ -190,7 +190,7 @@ + + libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) + +-libgimp_la_LIBADD = $(GLIB_LIBS) -lm ++libgimp_la_LIBADD = $(GTK_LIBS) -lm + + libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) + diff -urN gimp1-i18n.orig/pkg/PLIST gimp1-i18n/pkg/PLIST --- gimp1-i18n.orig/pkg/PLIST Sun Mar 28 04:12:13 1999 +++ gimp1-i18n/pkg/PLIST Sun Mar 28 04:10:57 1999 @@ -14,38 +14,41 @@ include/gck/gckvector.h include/libgimp/color_selector.h include/libgimp/gimp.h -include/libgimp/gimpentry.h +include/libgimp/gimpchainbutton.h include/libgimp/gimpenums.h +include/libgimp/gimpenv.h include/libgimp/gimpfeatures.h include/libgimp/gimpintl.h include/libgimp/gimpmatrix.h include/libgimp/gimpmenu.h include/libgimp/gimpmodule.h +include/libgimp/gimpsizeentry.h include/libgimp/gimpui.h +include/libgimp/gimpunit.h +include/libgimp/gimpunitmenu.h include/libgimp/gserialize.h include/libgimp/parasite.h include/libgimp/parasiteF.h include/libgimp/parasiteP.h -lib/libgck-1.1.so.2 +lib/libgck-1.1.so.3 lib/libgck.a lib/libgck.la -lib/libgck.so.2 -lib/libgimp-1.1.so.2 +lib/libgimp-1.1.so.3 lib/libgimp.a lib/libgimp.la -lib/libgimp.so.2 -lib/libgimpui-1.1.so.2 +lib/libgimpui-1.1.so.3 lib/libgimpui.a lib/libgimpui.la -lib/libgimpui.so.2 lib/libgpc.a lib/libmegawidget.a @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B libexec/gimp/1.1/modules/libcolorsel_gtk.a libexec/gimp/1.1/modules/libcolorsel_gtk.la +libexec/gimp/1.1/modules/libcolorsel_gtk.so.0 libexec/gimp/1.1/modules/libcolorsel_triangle.a libexec/gimp/1.1/modules/libcolorsel_triangle.la +libexec/gimp/1.1/modules/libcolorsel_triangle.so.0 libexec/gimp/1.1/plug-ins/AlienMap libexec/gimp/1.1/plug-ins/CEL libexec/gimp/1.1/plug-ins/CML_explorer @@ -232,6 +235,7 @@ share/gimp/gfig/sprial share/gimp/gfig/star2 share/gimp/gfig/stars +share/gimp/gimprc.5 share/gimp/gradients/Abstract_1 share/gimp/gradients/Abstract_2 share/gimp/gradients/Abstract_3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 10: 7:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E01B014CA7; Sun, 28 Mar 1999 10:07:50 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA57675; Sun, 28 Mar 1999 10:07:33 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Sun, 28 Mar 1999 10:07:33 -0800 (PST) From: Message-Id: <199903281807.KAA57675@freefall.freebsd.org> To: adrian@ubergeeks.com, sheldonh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10741 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: patch to update sudo for current version. State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Sun Mar 28 10:07:03 PST 1999 State-Changed-Why: Duplicate of ports/10499. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 10:30:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A1311575E; Sun, 28 Mar 1999 10:30:18 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA59068; Sun, 28 Mar 1999 10:30:01 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Sun, 28 Mar 1999 10:30:01 -0800 (PST) From: Message-Id: <199903281830.KAA59068@freefall.freebsd.org> To: pfgiffun@bachue.usc.unal.edu.co, sheldonh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10758 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: fftw State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Sun Mar 28 10:29:11 PST 1999 State-Changed-Why: We already have fftw-2.0.1, please send diffs against the existing port. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 11:19:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from yoshi.iq.org (yoshy.iq.org [203.4.184.224]) by hub.freebsd.org (Postfix) with ESMTP id 603EC14C29; Sun, 28 Mar 1999 11:19:35 -0800 (PST) (envelope-from proff@yoshi.iq.org) Received: (from proff@localhost) by yoshi.iq.org (8.8.8/8.8.8) id FAA18547; Mon, 29 Mar 1999 05:19:20 +1000 (EST) Date: Mon, 29 Mar 1999 05:19:20 +1000 (EST) Message-Id: <199903281919.FAA18547@yoshi.iq.org> From: Julian Assange To: freebsd-ports@freebsd.org, freebsd-hackers@freebsd.org Subject: festival package from NetBSD Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Festival is a general multi-lingual speech synthesis system developed at CSTR. It offers a full text to speech system with various APIs, as well an environment for development and research of speech synthesis techniques. It is written in C++ with a Scheme-based command interpreter for general control. This package was quite a bit of work to create (27 sub-packages, 10 diphone databases, 4 pronounciation dictionaries, lexicons etc). It should be trivial to port from the NetBSD pkg system to the FreeBSD port system. ftp://suburbia.net/pub/proff/festival.tgz Cheers, Julian. Current version Version 1.3.1 (January 1999) is now available for research, educational and individual use for free. It has the following features * English (British and American), Spanish (mexican) and Welsh text to speech * Externally configurable language independent modules + phonesets, lexicons, letter-to-sound rules, tokenizing, part of speech tagging, intonation and duration. * Waveform synthesizers: + diphone based: residual excited LPC (and PSOLA not for distribution) + MBROLA database support. * Portable (Unix) distribution. * On-line documentation. * SABLE markup, Emacs, client/server (including Java), scripting interfaces. -- Julian Assange http://iq.org/~proff The trouble with acting according to your conscience is that once you start doing it, nobody can trust you any more. Alexis A. Gilliland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 11:23: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C90614C29; Sun, 28 Mar 1999 11:23:02 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA61892; Sun, 28 Mar 1999 11:22:44 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Sun, 28 Mar 1999 11:22:44 -0800 (PST) From: Message-Id: <199903281922.LAA61892@freefall.freebsd.org> To: eischen@vigrid.com, sheldonh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10729 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: Ada-aware GDB State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Sun Mar 28 11:22:15 PST 1999 State-Changed-Why: Fails portlint, includes binary files. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 11:30:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7644814D27 for ; Sun, 28 Mar 1999 11:30:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA62103; Sun, 28 Mar 1999 11:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail2.atl.bellsouth.net (mail2.atl.bellsouth.net [205.152.0.22]) by hub.freebsd.org (Postfix) with ESMTP id 9626A14C29 for ; Sun, 28 Mar 1999 11:22:14 -0800 (PST) (envelope-from wghicks@bellsouth.net) Received: from wghicks.bellsouth.net (host-209-214-64-99.atl.bellsouth.net [209.214.64.99]) by mail2.atl.bellsouth.net (8.8.8-spamdog/8.8.5) with ESMTP id OAA28966 for ; Sun, 28 Mar 1999 14:21:53 -0500 (EST) Received: (from wghicks@localhost) by wghicks.bellsouth.net (8.9.2/8.9.2) id OAA16774; Sun, 28 Mar 1999 14:21:29 -0500 (EST) (envelope-from wghicks) Message-Id: <199903281921.OAA16774@bellsouth.net> Date: Sun, 28 Mar 1999 14:21:29 -0500 (EST) From: wghicks@bellsouth.net Reply-To: wghicks@bellsouth.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10839: [new port] bison-1.27 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10839 >Category: ports >Synopsis: [new port] bison-1.27 >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 Mar 28 11:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jerry Hicks >Release: FreeBSD 3.1-STABLE i386 >Organization: Fair Play, Uninc. >Environment: FreeBSD wghicks.bellsouth.net 3.1-STABLE FreeBSD 3.1-STABLE #0: Sun Mar 21 22:47:57 EST 1999 root@wghicks.bellsouth.net:/usr/src/sys/compile/WGHICKS i386 >Description: Bison-1.27 from FSF, a YACCalike parser generator >How-To-Repeat: >Fix: begin 644 bison-1.27-port.tar.gz M'XL(`!-__C8``^U9>V_;-A#/O^&GN*4ID@"V7GXU[F-);*=S%SN!G70KFB*3 MI9.E61)=4JKKM?WN.TINXB;I4F!&.JSZ`88E'GEWO#O>B>24BT3J+K[#4!\% MDL?ZVLH!5:-1J\$:*!C7_AH!>$N#H9IF'4J]6O^M\D^L+_EE6KU*FE6C%J M:V"L3H6OXP?W_P/HXPRR*`"'AR$Z2(E"*JK`MVD@ MT&WF_M.L!A';=H+@"*0_M[F^;C6@1X8U=W=WB?B;SR-J7'^!0LSAE\"92/:` MVC>[[B8]L'9W>-K?[W6>KN?"RAG3UOYIY_GQH-L94GL6HZRW/SSM#"Z&W5/5 MN/EAZ?WB>?_LTW*'B^'90;L[>)JK3Y1N_Y1^G0%QFXU]I<3>",-0\C3QM1@3 MQEY9OQ)QW4^2:5/79[.9-HY3C8NQ+KF7S&R!^AQM81F&H?E)%#)&0B]:Q_W# M[O.S`:D_1ZDD]4W%)A.LF8Q-N4S*04RA%H9-MKX7>/`:?H*R!YL?3@:=P^[O MG_0@]KCN!@+>/(;$QQC.V3H0?=AI?X)RC+!EEO0>QFE3GV[!N9Y*<:Y+GU0Z MOQK[[!:&CS-.7J#DYBJ4%>EZSUS9VRC$@S&B.&'J(CP925=3`:-%DV?L>\=O M@7^'F_E?+7NYTJ^`;Z[_52H!C1IEE$J]42_J_WW@:_Z/W-59_X[Z#]"H+/D_ MK__5:E'_[P.]=@VVKTJN1L;0QG_MP%.H6X[KVD:#?B-T;:]1J>[:IK5K5$:N M1?YC&2K_5^D#HUC_]X%#P:,FG-AI"(-T%,3P9.J+/4]ZZM#C M&1NFHS_129HPP";`098F7.ZD$<:)K4Z*?F;LU$>(;!KJ!IZ'`F,'883)##%> MC+!C%U[9C@.);R?0A4G,9\`]"&36PO)>,IWFYU`),=SK@\-CF8@T.Y`JP

@ENT=G@4 M*5%_/,3W4[(;]+<6BDM[+B'F"2D,RG@T)Y:/B+TP<&A\D$D6"#;]^B#]P$MT M@6[J+/=2W&,.>?N"S"[)6NZ-*T=,']6$W2MUVE^!3%%!.A#OK4-.P)YF[U@D3)L>&D?5(VS6L6 M2B6QL\&SI;+]*$T@5)Z34]O!,GI>X`3*MJ0NS_SF<:%48E-;2!)DDU82MB4B MM+B@P$JH8)WX;=5'4@1E4SA`,<$0YR78&*K`=-@0R1/TD%F@Q:,I;6L%=(0@ M[@-T.-6Z^48)7J04).;NHUJ)6I4CH<\U.&L=Z*UAFSVJZ5;-W"EE9H\X.2;B M+@HR*3I^'+Q-LP-2&&.,9!6EO+)ER/G$]I%L)E'Y9'M(NF]T+F?:6@IL%7!' M^T>#;7,'CB['#6G;UWRKJ_[V`2G[N=Y9=)2QN`7P[$/,O6F00 M3:DZ[%&Z?(\.?'&14"Z[E'NI*#QLW[A*^-RD[A"NT=A>QNJUN@99Z@9OX.-' HRISNS4L/=>>17WDLWW@LB_C>YBQ0H$"!`@4*%/C/XV]T/[R6`"@```9O ` 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 Mar 28 11:30:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 822DE1556B for ; Sun, 28 Mar 1999 11:30:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA62108; Sun, 28 Mar 1999 11:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 Mar 1999 11:30:01 -0800 (PST) Message-Id: <199903281930.LAA62108@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: ports/10729: New port: Ada-aware GDB Reply-To: Sheldon Hearn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10729; it has been noted by GNATS. From: Sheldon Hearn To: Daniel Eischen Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/10729: New port: Ada-aware GDB Date: Sun, 28 Mar 1999 21:22:03 +0200 Hi Daniel, Please read the FreeBSD Handbook's guidelines on port submissions and try again. Your port wouldn't pass portlint, not to mention the presence of some unorthodox files: adagdb-4.17/patches/gdb-4.17.gnat.diff.gz adagdb-4.17/patches/gcc_bugfix.patch adagdb-4.17/patches/README Also, we try to avoid version numbers in ports wherever possible. I'm closing your PR. Resubmit when you've read through the guidelines and your port passes portlint. Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 11:34:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D46414BE7; Sun, 28 Mar 1999 11:34:09 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA62374; Sun, 28 Mar 1999 11:33:52 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Sun, 28 Mar 1999 11:33:52 -0800 (PST) From: Message-Id: <199903281933.LAA62374@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/10831 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/mrtg 2.7.2 from 2.6.6 Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: sheldonh Responsible-Changed-When: Sun Mar 28 11:33:21 PST 1999 Responsible-Changed-Why: Port maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 12:20:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C0B114C48 for ; Sun, 28 Mar 1999 12:20:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA64417; Sun, 28 Mar 1999 12:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 Mar 1999 12:20:01 -0800 (PST) Message-Id: <199903282020.MAA64417@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/10781: Update gqmpeg port (0.4.6 -> 0.5.0) Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10781; it has been noted by GNATS. From: Chris Piazza To: freebsd-gnats-submit@freebsd.org, cpiazza@home.net Cc: Subject: Re: ports/10781: Update gqmpeg port (0.4.6 -> 0.5.0) Date: Sun, 28 Mar 1999 12:11:20 -0800 (PST) Port is already updated, please disregard above patch and use the one included. diff -ruN /usr/ports/audio/gqmpeg/Makefile gqmpeg/Makefile --- /usr/ports/audio/gqmpeg/Makefile Mon Mar 15 10:30:04 1999 +++ gqmpeg/Makefile Sun Mar 28 11:51:01 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: gqmpeg -# Version required: 0.4.6 +# Version required: 0.5.1 # Date Created: 28 Oct 1998 # Whom: Vanilla Pooh Shu # # $Id: Makefile,v 1.11 1999/03/15 18:30:04 nectar Exp $ # -DISTNAME= gqmpeg-0.4.6 +DISTNAME= gqmpeg-0.5.1 CATEGORIES= audio MASTER_SITES= http://www.geocities.com/SiliconValley/Haven/5235/ EXTRACT_SUFX= .src.tgz diff -ruN /usr/ports/audio/gqmpeg/files/md5 gqmpeg/files/md5 --- /usr/ports/audio/gqmpeg/files/md5 Tue Feb 2 09:07:22 1999 +++ gqmpeg/files/md5 Sun Mar 28 11:51:48 1999 @@ -1 +1 @@ -MD5 (gqmpeg-0.4.6.src.tgz) = 17233ea8f197d0227fa67e15e1d8b1c1 +MD5 (gqmpeg-0.5.1.src.tgz) = 9649e5366da9298df19c216791fb9b14 diff -ruN /usr/ports/audio/gqmpeg/patches/patch-aa gqmpeg/patches/patch-aa --- /usr/ports/audio/gqmpeg/patches/patch-aa Sun Jan 24 00:10:31 1999 +++ gqmpeg/patches/patch-aa Sun Mar 28 11:55:51 1999 @@ -1,17 +1,20 @@ ---- Makefile.orig Fri Jan 22 07:37:38 1999 -+++ Makefile Sun Jan 24 03:15:04 1999 -@@ -1,11 +1,8 @@ -- +--- Makefile.orig Sat Mar 27 04:38:09 1999 ++++ Makefile Sun Mar 28 11:55:31 1999 +@@ -1,13 +1,12 @@ + -PREFIX=/usr/local -- + -GTK_INCLUDE = `gtk-config --cflags` -GTK_LIB = `gtk-config --libs` -+GTK_INCLUDE = `gtk11d-config --cflags` -+GTK_LIB = `gtk11d-config --libs` ++GTK_INCLUDE = `gtk12-config --cflags` ++GTK_LIB = `gtk12-config --libs` IMLIB_INCLUDE = `imlib-config --cflags-gdk` IMLIB_LIB = `imlib-config --libs-gdk` -CFLAGS = $(GTK_INCLUDE) $(IMLIB_INCLUDE) +CFLAGS += $(GTK_INCLUDE) $(IMLIB_INCLUDE) LDFLAGS = $(GTK_LIB) $(IMLIB_LIB) - CC = gcc -Wall $(CFLAGS) $(SHAPED_HACK) +-CC = gcc -Wall $(CFLAGS) ++CC += -Wall $(CFLAGS) + + GNOME_PREFIX = `gnome-config --prefix` diff -ruN /usr/ports/audio/gqmpeg/pkg/DESCR gqmpeg/pkg/DESCR --- /usr/ports/audio/gqmpeg/pkg/DESCR Mon Nov 16 07:47:10 1998 +++ gqmpeg/pkg/DESCR Sun Mar 28 11:48:47 1999 @@ -1,6 +1,7 @@ -Another gtk-base graphic file viewer. +A GTK-based mp3 front-end. +Uses mpg123 for decoding and supports winamp themes.. -author's homepage: http://www.geocities.com/SiliconValley/Haven/5235/ +Author's homepage: http://www.geocities.com/SiliconValley/Haven/5235/ -Vanilla vanilla@FreeBSD.ORG --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 14: 0:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from thneed.ubergeeks.com (thneed.ubergeeks.com [206.205.41.245]) by hub.freebsd.org (Postfix) with ESMTP id 75CBA156D1; Sun, 28 Mar 1999 13:59:24 -0800 (PST) (envelope-from adrian@ubergeeks.com) Received: from localhost (adrian@localhost) by thneed.ubergeeks.com (8.9.2/8.9.1) with ESMTP id RAA05464; Sun, 28 Mar 1999 17:02:39 -0500 (EST) (envelope-from adrian@ubergeeks.com) X-Authentication-Warning: thneed.ubergeeks.com: adrian owned process doing -bs Date: Sun, 28 Mar 1999 17:02:39 -0500 (EST) From: Adrian Filipi-Martin Reply-To: Adrian Filipi-Martin To: sheldonh@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/10741 In-Reply-To: <199903281807.KAA57675@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 28 Mar 1999 sheldonh@FreeBSD.org wrote: > Synopsis: patch to update sudo for current version. > > State-Changed-From-To: open->closed > State-Changed-By: sheldonh > State-Changed-When: Sun Mar 28 10:07:03 PST 1999 > State-Changed-Why: > Duplicate of ports/10499. Uhhh, didn't this get closed a week or two ago for the same reason? I only submitted one PR. C'est la software.... Adrian -- [ adrian@ubergeeks.com -- Ubergeeks Consulting -- http://www.ubergeeks.com/ ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 14:19:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 8478614D68 for ; Sun, 28 Mar 1999 14:19:41 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id QAA32443 for ; Sun, 28 Mar 1999 16:19:22 -0600 (CST) Date: Sun, 28 Mar 1999 16:19:21 -0600 (CST) From: Steve Price To: freebsd-ports@freebsd.org Subject: 'must have' packages on first CD 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 know I'm probably going to regret asking this and I can't guarantee I'll get everyone's favorites in, but... here's little exercise in achieving some semblance of customer satisfaction. I'd like to know the top five ports that are a 'must have' on the first CD of each FreeBSD release. I mean which ports do people have to have for the first reboot after settting up a box and absolutely cannot tolerate sticking in the 2nd CD to grab any remaining ports of interest. I was thinking along the lines of a shell (bash/tcsh), an editor (emacs/vim), etc. So here's the deal. I'd like to get a list of people's top five ports that must go on the first CD. A few guidelines so we don't bore this list to death and end up making this a nightmare for me. :) 1) Reply to me and not the list. If at the end there is enough interest I can post some form of results. 2) Pick five and only five! If you really have to have six ask your friend to add it to his/her list before they send their's in. 3) No need for explanations for why you want them. Just list them one per line like this: bash-1.14.7 emacs-20.3 xv-3.10a tcl-8.0.4 tk-8.0.4 4) Don't worry about listing the dependencies. I can pick those up easily enough. 5) Try to pick ones that are in the -current ports tree. Asking me to put rxvt-2.4.5 on there when rxvt-2.4.11 is what we have, just isn't going to happen. x) What are you waiting for? Send me your list. :) -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 14:30: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id ADC1014C83 for ; Sun, 28 Mar 1999 14:30:08 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id QAA02989 for ; Sun, 28 Mar 1999 16:29:49 -0600 (CST) Date: Sun, 28 Mar 1999 16:29:49 -0600 (CST) From: Steve Price To: freebsd-ports@FreeBSD.ORG Subject: Re: 'must have' packages on first CD 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 Oops, just noticed I missed a very important guideline. 6) Don't pick ports that aren't allowed to be on the CD because they contain export-controlled code or have some form of licensing restrictions. Any more guidelines I come up with I'll just keep to myself. :) -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 14:50:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF6B914DD8 for ; Sun, 28 Mar 1999 14:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA71647; Sun, 28 Mar 1999 14:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 55E6314D68; Sun, 28 Mar 1999 14:40:34 -0800 (PST) Message-Id: <19990328224034.55E6314D68@hub.freebsd.org> Date: Sun, 28 Mar 1999 14:40:34 -0800 (PST) From: sdn@slip.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10842: bpatch core dumps Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10842 >Category: ports >Synopsis: bpatch core dumps >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 28 14:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Steve Davidson >Release: FreeBSD 3.1-RELEASE >Organization: >Environment: FreeBSD 3.1-RELEASE >Description: "bpatch filename" core dumps in FreeBSD 3.1. It worked great in 2.2.8 It fails when installed from package, ports, or downloaded from the net. >How-To-Repeat: Run it: bpatch filename >Fix: Use FreeBSD 2.2.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 Mar 28 15:17:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (Postfix) with ESMTP id 644DF156FB for ; Sun, 28 Mar 1999 15:16:40 -0800 (PST) (envelope-from w@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id BAA19336; Mon, 29 Mar 1999 01:14:39 +0200 (CEST) (envelope-from w@panke.de.freebsd.org) Received: (from w@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id AAA01249; Mon, 29 Mar 1999 00:22:25 +0200 (CEST) (envelope-from w) Message-ID: <19990329002225.49572@panke.de.freebsd.org> Date: Mon, 29 Mar 1999 00:22:25 +0200 From: Wolfram Schneider To: Chuck Robey , Rich Morin Cc: ports@FreeBSD.ORG Subject: Re: Ports Collection nits References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: ; from Chuck Robey on Sat, Mar 20, 1999 at 08:26:34PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 1999-03-20 20:26:34 -0500, Chuck Robey wrote: > > The snapshot I discuss below was downloaded from ftp.cdrom.com on > > 19990318. If you want a copy of the (rather primitive :-) script I > > am using to check things out, let me know... > > > > * Quite a few of the path names from the second and fourth fields of > > the INDEX file (e.g., .../print/c2ps-a4/../c2ps-letter/pkg/DESCR) > > contain the string "../". This seems unnecessarily convoluted. Is > > there a functional reason for this or is it just an artifact (e.g., > > of a moved directory or a spin-off package)? > > This is because those paths are often assembled piece by piece from > parts, and one of those parts has ".." in it in a context where it does > make sense. The ".." doesn't cause any harm, so no one is terribly > interested in fixing it (seeing as making a fix may well break something > that uses one of the constituent path parts). Uh, '../' are evil for cgi scripts arguments ;-{ It makes the security checks complicated. I hope I fixed the '..' in http://www.freebsd.org/cgi/ports.cgi and the other ports cgi scripts (pds.cgi, url.cgi). -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 16:35:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id 61FAD153ED for ; Sun, 28 Mar 1999 16:35:15 -0800 (PST) (envelope-from naddy@mips.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id CAA27684 for freebsd-ports@freebsd.org; Mon, 29 Mar 1999 02:34:54 +0200 (CEST) (envelope-from naddy@mips.rhein-neckar.de) Received: by mips.rhein-neckar.de id m10RPdN-000WyWC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Mon, 29 Mar 1999 02:10:29 +0200 (CEST) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Where to put game score files? Date: 29 Mar 1999 02:10:26 +0200 Message-ID: <7dmgdi$u3h$1@mips.rhein-neckar.de> To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Where should the score files of games be kept? /var/games? /usr/local/games? /usr/local/lib/? -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de carpe librum: books 'n' reviews To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 16:41: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 88CA71539F; Sun, 28 Mar 1999 16:41:07 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA75939; Sun, 28 Mar 1999 16:40:50 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Sun, 28 Mar 1999 16:40:50 -0800 (PST) From: Message-Id: <199903290040.QAA75939@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10817 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update sudo to v1.5.8p2 State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Sun Mar 28 16:39:57 PST 1999 State-Changed-Why: Duplicate of 10499, which is more accurate. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 16:50:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D87D153BC for ; Sun, 28 Mar 1999 16:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA76355; Sun, 28 Mar 1999 16:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2D31A15362; Sun, 28 Mar 1999 16:44:06 -0800 (PST) Message-Id: <19990329004406.2D31A15362@hub.freebsd.org> Date: Sun, 28 Mar 1999 16:44:06 -0800 (PST) From: eischen@vigrid.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10844: New port: adagdb Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10844 >Category: ports >Synopsis: New port: adagdb >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 Mar 28 16:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Daniel Eischen >Release: 4.0-current >Organization: >Environment: FreeBSD rigel 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Wed Mar 24 02:31:06 EST 1999 deischen@rigel:/opt/b/src/src/sys/compile/rigel i386 >Description: This is a new port for an Ada-aware debugger based on gdb-4.17. Note to committer: o The port now depends on the GNAT source tarball due to an enclosed patch file for GDB-4.17. I don't like having to depend on having to fetch this large file to obtain the patch file, but it caused complaints when trying to include it in the port. If there are other ways to handle this, perhaps they can be pointed out. o The FreeBSD specific patches to gdb-4.17 are contained in patch files patch-aa - patch-be. Ideally, if and when there is a port for gdb-4.17, we could perhaps use those patch files (which would be identical) instead of keeping a copy of them in this port also. Patches specific to the Ada-aware gdb-4.17 are contained in patch-ca and patch-cb (to possibly allow for more FreeBSD specific patches to gdb-4.17). o Building with EXPOSE_FATAL_GCC_ERROR defined, exposes a fatal bug in GCC (both the base gcc, and gcc-28 from ports). This was meant to easily allow the bug to be reproduced. The port is rather large, so I placed it up for ftp instead of spamming the mailing lists. Fetch it from: ftp://ftp.pcnet.com/users/eischen/FreeBSD/adagdb.tar.gz >How-To-Repeat: NA >Fix: NA >Release-Note: >Audit-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 Mar 28 16:58:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from unknown (1Cust90.tnt3.atl2.da.uu.net [153.36.17.90]) by hub.freebsd.org (Postfix) with SMTP id 1CD3F1546D; Sun, 28 Mar 1999 16:58:21 -0800 (PST) (envelope-from remailer@replay.com) From: Subject: toner sales advertising Date: Mon, 29 Mar 1999 04:33:14 Message-Id: <19990329005825.1CD3F1546D@hub.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org BENCHMARK PRINT SUPPLY LASER PRINTER CARTRIDGES JUST FOR YOU AS WELL AS FAX AND COPIER TONER CHECK OUT THESE NEW PRINT CARTRIDGE PRICES : APPLE LASER WRITER PRO 600 OR 16/600 $69 LASER WRITER SELECT 300,310.360 $64 LASER WRITER 300, 320, 360 $54 LASER WRITER LS,NT,2NTX,2F,2G & 2SC $54 LASER WRITER 12/640 $79 HEWLETT PACKARD LASERJET SERIES 2,3 & 3D $49 LASERJET SERIES 2P AND 3P $54 LASERJET SERIES 3SI AND 4SI $75 LASERJET SERIES 4L AND 4P $49 LASERJET SERIES 4, 4M, 5, 5M $59 LASERJET SERIES 4000 HIGH YIELD $99 LASERJET SERIES 4V $95 LASERJET SERIES 5SI , 8000 $95 LASERJET SERIES 5L AND 6L $49 LASERJET SERIES 5P, 5MP, 6P, 6MP $59 LASERJET SERIES 5000 $89 HP LASERFAX LASERFAX 500, 700, FX1, $59 LASERFAX 5000, 7000, FX2, $59 LASERFAX FX3 $69 LASERFAX FX4 $79 LEXMARK OPTRA 4019, 4029 HIGH YIELD $135 OPTRA R, 4039, 4049 HIGH YIELD $135 OPTRA S 4059 HIGH YIELD $135 OPTRA E $59 OPTRA N $115 EPSON EPL-70000, 8000 $105 EPL-1000, 1500 $105 CANON LBP-430 $49 LBP-460, 465 $59 LBP-8 II $54 LBP-LX $54 LBP-MX $95 LBP-AX $49 LBP-EX $59 LBP-SX $49 LBP-BX $95 LBP-PX $49 LBP-WX $95 LBP-VX $59 CANON FAX L700 THRU L790 FX1 $59 CANONFAX L5000 L70000 FX2 $59 CANON COPIERS PC 20, 25 ETC.... $89 PC 3, 6RE, 7, 11 (A30) $69 PC 320 THRU 700 (E40) $89 NEC SERIES 2 LASER MODEL 95 $105 PLACE YOUR ORDER BY : PHONE 770-399-0953 FAX: 770-698-9700 E-MAIL: BENCHMARK1@USA.NET WITH SUBJECTLINE: ORDER MAIL: 1091 REDSTONE LANE, ATLANTA GA 30338 MAKE SURE YOU INCLUDE THE FOLLOWING INFORMATION IN YOUR ORDER: 1) PHONE NUMBER 2) COMPANY NAME 3) SHIPPING ADDRESS 4) YOUR NAME 5) ITEMS NEEDED WITH QUANTITIES 6) METHOD OF PAYMENT. (COD OR CREDIT CARD) 7) CREDIT CARD NUMBER WITH EXPIRATION DATE WE SHIP UPS GROUND STANDARD. ADD $4.5 FOR SHIPPING AND HANDLING. FOR ORDER QUESTIONS CALL 770-399-0953 FOR CUSTOMER SERVICE 770-399-5505 FOR E-MAIL REMOVAL USE: BENCHMARK2@USA.NET OR CALL 770-399-5614 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 17: 0:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DFF54154BD for ; Sun, 28 Mar 1999 17:00:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA77064; Sun, 28 Mar 1999 17:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (dialup47.v90pool1.infolane.net [207.88.42.247]) by hub.freebsd.org (Postfix) with ESMTP id 695A61576E for ; Sun, 28 Mar 1999 16:52:58 -0800 (PST) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id QAA98111; Sun, 28 Mar 1999 16:52:45 -0800 (PST) (envelope-from mharo) Message-Id: <199903290052.QAA98111@patrol.area51.fremont.ca.us> Date: Sun, 28 Mar 1999 16:52:45 -0800 (PST) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10845: Patch: misc/nwrite Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10845 >Category: ports >Synopsis: Patch: misc/nwrite >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 Mar 28 17:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: slight bug in configure which prevents nwrite from writing to other ttys. >How-To-Repeat: >Fix: patch-ab: --- configure.orig Sat Feb 27 13:21:39 1999 +++ configure Sat Feb 27 13:21:47 1999 @@ -1382,7 +1382,7 @@ EOF else - INSTALLFLAGS="-g tty -m 755" + INSTALLFLAGS="-g tty -m 2755" cat >> confdefs.h <<\EOF #define TTYS_WORLD_WRITABLE FALSE EOF >Release-Note: >Audit-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 Mar 28 17:42:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from unknown (1Cust147.tnt3.atl2.da.uu.net [153.36.17.147]) by hub.freebsd.org (Postfix) with SMTP id 8BB0E14E0C; Sun, 28 Mar 1999 17:42:06 -0800 (PST) (envelope-from remailer@replay.com) From: Subject: laser printer toner advertisement Date: Mon, 29 Mar 1999 05:02:17 Message-Id: <19990329014207.8BB0E14E0C@hub.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org BENCHMARK PRINT SUPPLY LASER PRINTER CARTRIDGES JUST FOR YOU AS WELL AS FAX AND COPIER TONER CHECK OUT THESE NEW PRINT CARTRIDGE PRICES : APPLE LASER WRITER PRO 600 OR 16/600 $69 LASER WRITER SELECT 300,310.360 $64 LASER WRITER 300, 320, 360 $54 LASER WRITER LS,NT,2NTX,2F,2G & 2SC $54 LASER WRITER 12/640 $79 HEWLETT PACKARD LASERJET SERIES 2,3 & 3D $49 LASERJET SERIES 2P AND 3P $54 LASERJET SERIES 3SI AND 4SI $75 LASERJET SERIES 4L AND 4P $49 LASERJET SERIES 4, 4M, 5, 5M $59 LASERJET SERIES 4000 HIGH YIELD $99 LASERJET SERIES 4V $95 LASERJET SERIES 5SI , 8000 $95 LASERJET SERIES 5L AND 6L $49 LASERJET SERIES 5P, 5MP, 6P, 6MP $59 LASERJET SERIES 5000 $89 HP LASERFAX LASERFAX 500, 700, FX1, $59 LASERFAX 5000, 7000, FX2, $59 LASERFAX FX3 $69 LASERFAX FX4 $79 LEXMARK OPTRA 4019, 4029 HIGH YIELD $135 OPTRA R, 4039, 4049 HIGH YIELD $135 OPTRA S 4059 HIGH YIELD $135 OPTRA E $59 OPTRA N $115 EPSON EPL-70000, 8000 $105 EPL-1000, 1500 $105 CANON LBP-430 $49 LBP-460, 465 $59 LBP-8 II $54 LBP-LX $54 LBP-MX $95 LBP-AX $49 LBP-EX $59 LBP-SX $49 LBP-BX $95 LBP-PX $49 LBP-WX $95 LBP-VX $59 CANON FAX L700 THRU L790 FX1 $59 CANONFAX L5000 L70000 FX2 $59 CANON COPIERS PC 20, 25 ETC.... $89 PC 3, 6RE, 7, 11 (A30) $69 PC 320 THRU 700 (E40) $89 NEC SERIES 2 LASER MODEL 95 $105 PLACE YOUR ORDER BY : PHONE 770-399-0953 FAX: 770-698-9700 E-MAIL: BENCHMARK1@USA.NET WITH SUBJECTLINE: ORDER MAIL: 1091 REDSTONE LANE, ATLANTA GA 30338 MAKE SURE YOU INCLUDE THE FOLLOWING INFORMATION IN YOUR ORDER: 1) PHONE NUMBER 2) COMPANY NAME 3) SHIPPING ADDRESS 4) YOUR NAME 5) ITEMS NEEDED WITH QUANTITIES 6) METHOD OF PAYMENT. (COD OR CREDIT CARD) 7) CREDIT CARD NUMBER WITH EXPIRATION DATE WE SHIP UPS GROUND STANDARD. ADD $4.5 FOR SHIPPING AND HANDLING. FOR ORDER QUESTIONS CALL 770-399-0953 FOR CUSTOMER SERVICE 770-399-5505 FOR E-MAIL REMOVAL USE: BENCHMARK2@USA.NET OR CALL 770-399-5614 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 18: 0:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 589DC14DB4 for ; Sun, 28 Mar 1999 18:00:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA87570; Sun, 28 Mar 1999 18:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 Mar 1999 18:00:01 -0800 (PST) Message-Id: <199903290200.SAA87570@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Michael Subject: Re: ports/10845: Patch: misc/nwrite Reply-To: Michael Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10845; it has been noted by GNATS. From: Michael To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/10845: Patch: misc/nwrite Date: Sun, 28 Mar 1999 17:50:22 -0800 cvs diff: in directory .: cvs diff: ignoring CVS/Root because it specifies a non-existent repository /host/trang.nuxi.com/FBSD/CVS-repository Index: Makefile =================================================================== RCS file: /cvs/ports/misc/nwrite/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/03/15 02:11:36 1.3 +++ Makefile 1999/03/29 01:49:20 @@ -17,4 +17,10 @@ MAN1= nwrite.1 +BINGRP= tty +BINMODE= 2755 +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/nwrite ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/nwrite.1.in ${PREFIX}/man/man1/nwrite.1 + .include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 18: 0:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 802EB1537C for ; Sun, 28 Mar 1999 18:00:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA87579; Sun, 28 Mar 1999 18:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5639A14DB4; Sun, 28 Mar 1999 17:58:31 -0800 (PST) Message-Id: <19990329015831.5639A14DB4@hub.freebsd.org> Date: Sun, 28 Mar 1999 17:58:31 -0800 (PST) From: pfgiffun@bachue.usc.unal.edu.co To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10846: New port: THE text editor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10846 >Category: ports >Synopsis: New port: THE text editor >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 28 18:00:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 2.2.7-R >Organization: Universidad Nacional de Colombia >Environment: >Description: This is a text editor, a clone of the classic XEDIT, with REXX support. >How-To-Repeat: >Fix: begin 644 the.tar.gz M'XL(`-V[_C8``^T;_5/BR')_)7]%[VG5P0HA`1*4?5[I`2JU@A;@WF[=7E$A M&21E/MA)W?_^>F82#'Z@ZQ.VZEZZU#"3GNZ9[IZ>[AX,IZ3\9LT`-:6N M:?`&0*UK"GLB),^X`;I>KVM535,U1%,J2OT-:.N>&(,H"`T*\&9&+.JOP)M/ M"7$V,:'-0HCZG]@."=9H!<_7OZ)4E3JBJ55%R?2_";C5OVNM2]ZJHNBUV@K] MUU/Z5Q6F_WJU]@:4-K6B6^9D=Z^B3*0?/>\,7@?8_I]=7:XU!OB.\[]2J?+SOZ[7 M,O^_"4CTWSSK=MN]X5IX/.W_JT+_-;VF*15$JRBU>N;_-P'#*8$3$@2.[5U" MV[)#GQ;!\,!V9PYQB1<:H>U[X$\`+06N"6(`X6C9$?!O@&3_M]J#9G]-/)[: M_U7E=O_K%97%?WJEFNW_30"&?F`'8$!(KI.=C5O=""$*2`!C/YR"Z;NNX5F` M/H(D#1R"/5?D!L:V9Z'S"*30!W]&J!$2&3HAHVI[(?$L8@&^&A,(;-=V4-C8 M8L[D8[?<[`Y@$L];A&:$Z7>NCRD+E/K6"IQ[G+=F8[9*DO MF!%G&!&?7'QMBY M@;GAA2SFPI,`6^$4XSAN&*PO+A2"/8$;'!B[:,"<<&Z'4ZG?_O2I;+NF#-#S MJ6LX2`#?47)I8XQ',2`,`YC@\<%R2A8>@N//"073"$@1YE,;N;@$8SV)1Z`Q MESFU0^3AQ9%GOB#XX9P]/V1QY<2/,$S,1][7R`\QVDPX@&>X))`P6H0(CS7* MV%@X8.)C#QK^#;!7`3$HFC\.\VD!9SYD*W:-*XQ^67"<3)X-D);FSF-C3IB' MJ;=+D26I5"KAR.MKV91]:E_FNCB;%C&AL@N*UF`_"JA[>[O2SLY.C)C[#>=P M1,:@XBN]4=,;59WA[$D'!U!25;6HPPY[8/?!@01;Q`D(>V#X/9%`VME">;VU MR`2C="M_,6B/F#IT15$*TD[YW>M`F9$2(IH:YA4+\L>H8]>$?.!3>E.`$NJ1 M>`NQL;("9A:$>H9SJ_HB0$QJ(5XN3986,'G9#)MI3R0`V,L;*'0A;V$P`1II M``M2:)^!$=K!Y(:_1\5Z@1W:?Q*>A]`9)L?0 MO>FCHOOQ@H]B6;2OB5!=HKF3PX_MT7G_;'B&>L,IY?G??O^H/3KL'RNCX>?S M-O10'$4Q95PY:[$2S<+P1;Z5R!;M*K6\%#%5$&M[(=-<3(RW8.:CT%;39,2$ M$?)IBBD)6H]-^?VK3OG]"Z?,-\QKJODO1JWT.*!O,-&@+2,T8`4:0KS:V&Z: M)X=]OER/S-D&^'U7^>,]1Q`61;H[`/\_3?.GCK$X_B%'15^0=]@?R.HF'@9A7+2D4]66"@( MFV$S(&%$/;$V+@IJSF[R^5;[B"'#NT),I0BI/LY+#&"N>\3=1#[A)U[$A!]; MWH+L8H7_),;";.QAS\HL"E[/DJ`_.$'BPXM^3]@YRVB:<<4%??TC;H(=$+7= M:K$..YK*'NQ\6`WYY0U58(P2:8Q.D)U#:/$I(KV+TU,45'P4E;CV3-A_5,3Y M99=02#;J"`]X]W?[#YDK0!@")_2HRWPNJ2<6\$Q!B#6*MGNA!$W9Y4JH M[OY0)7RO'L;1I)ALO^\5/!^['C$_)ND?'3/_F^!^_F<8K\WCJ?Q/5;2D_H<& MD8=MRM(:M=ZH[35JFDA9[IQLK(U(Q6H->!.@>71Z>#S(Y?;A0'QDSA)_.KUF MJ]-G_=OY@)J630O26VB>GPO\?2AU9/S=S@O$`AQ@$#`X@(/!Y\%(?"RU>!WP MK-L>(4:[.3SK?][_\M-V'C.`B7U=X'7#+S\)?LW;B91,Y"F:!?8IYHDLNB>C MYD5_T!Z,D.L!;[,(@+<8&286L3H62?V@U3GVF-%[_=4]I$NU4BFJ-371)O[8 M'FXDQVF`S.K),"7.#'MS;"F#X>'IZ:AU.#S$]-`%5@LL63@'VA M*%;BI_2W1'J!)5C?)\PKW`\07R@A5?:&94;I@OA*"DE)G'FT90J+8OG*\;=% M];OC4^7VE106-?A[,[BMSJ\DL"C9WR-P6\Q?28`N)'"7`'W&_!<7`O=&WUX5 MK"3@W'*_0^`9BT]=-]S7W^(B8B6)Q>W$/?ZW]Q8K"227&?<7L+CF6#D^??]Q MA\#2U0C?L*9##*_!-E*)NE":P#O9AY`:)J^-81KEL1OA=S)^P+_3T(6$QCML M7V*0QMQ>X@ABQ[<91Y!R=>MU!&F?^C)'D*;P$D>0'O\R1Y"F\")'D";P(D>0 M)O#]CB`]^D6.($W@NQW!'?V]Q!&D2;S($:0)O,@1I`FLPQ'\Z"`V@Q<#R_^2 MB'Y=/)[(_U2UIB_^_T>OZ_S[_YJ>Y7^;@"WHD3G,?!H&8/J.0T3EW(U-@EV* M-7+LG-V"CX0&[!TE7R.;$JN1J\AU[&\9(0&3$GQ@7ZZ.&>&-R`*WX+>I[V)? M#KW$)/+LV8$1N`23S$MI"]]N=ZP&;.-'J=49#'N'W?9^;!/Q1:-T_N&8=^?0 M3GE'\W#8/C[K=]J#_9SXMEH@=0\'PW9_-.@,L1<'3\)9HUS&O[)C7TY#Q_:N M9/3=Y5DT+D_C[[IR7YC[(N5R`CNRV2V@_2>1S<"7(SLR96)%?,C,,*^,2Q+< M'<(8?(U"AB<;`M4UZ-54X-U!I-\N97=V*5N$(P;QU]A80/(0W7E4FMO$DPU3 M-D(Q@IIE\=TX,1$)E]WI#?&WW1=2XTH\.**$_#IH<1E+OUYT3EN8.)ZW>RT4 M&+MH;&S_=7[6'PXP>?RG[!@H"=9;LEU3DHY[%Z/F6>^HRelease-Note: >Audit-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 Mar 28 18:19: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E5B76156E2; Sun, 28 Mar 1999 18:18:59 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA94714; Sun, 28 Mar 1999 18:18:42 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Sun, 28 Mar 1999 18:18:42 -0800 (PST) From: Message-Id: <199903290218.SAA94714@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10845 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Patch: misc/nwrite State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Sun Mar 28 18:12:28 PST 1999 State-Changed-Why: /home/ncvs/ports/misc/nwrite/Makefile,v <-- Makefile new revision: 1.4; previous revision: 1.3 Updated, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 21: 9: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id E98D114D67; Sun, 28 Mar 1999 21:08:58 -0800 (PST) (envelope-from mmercer@ipass.net) Received: from ipass.net (ts2-92-ppp.ipass.net [207.120.205.92]) by pluto.ipass.net (8.9.1a/8.9.1) with ESMTP id AAA09645; Mon, 29 Mar 1999 00:08:37 -0500 (EST) Message-ID: <36FF0B69.BD0C336E@ipass.net> Date: Mon, 29 Mar 1999 00:11:05 -0500 From: "Michael E. Mercer" Reply-To: mmercer@ipass.net X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" , freebsd-current@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: apache13-fp probs: fpsrvadm.exe core dumps. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello all, I am running 4.0 current and am trying to get apache13-fp to install, however the executable fpsrvadm.exe core dumps. I have tried to do this on two different 4.0 machines, same thing happens on both. Is there something I am missing? later Michael Mercer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 21:15:21 1999 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 81A6315472; Sun, 28 Mar 1999 21:15:19 -0800 (PST) (envelope-from norn@norn.ca.eu.org) Received: (from norn@localhost) by norn.ca.eu.org (8.9.3/8.9.3) id VAA00281; Sun, 28 Mar 1999 21:14:18 -0800 (PST) (envelope-from norn) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <36FF0B69.BD0C336E@ipass.net> Date: Sun, 28 Mar 1999 21:14:18 -0800 (PST) Reply-To: Chris Piazza From: Chris Piazza To: "Michael E. Mercer" Subject: RE: apache13-fp probs: fpsrvadm.exe core dumps. Cc: freebsd-ports@FreeBSD.ORG, freebsd-current@FreeBSD.ORG, "freebsd-questions@FreeBSD.ORG" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 29-Mar-99 Michael E. Mercer wrote: > Hello all, > > I am running 4.0 current and am trying to get apache13-fp > to install, however the executable fpsrvadm.exe core dumps. > > I have tried to do this on two different 4.0 machines, > same thing happens on both. > > Is there something I am missing? > > later > Michael Mercer > > Yes, dg 1999/03/11 10:28:47 PST Modified files: sys/i386/conf Makefile.i386 kernel.script sys/i386/include pmap.h Log: Increased kernel virtual address space to 1GB. NOTE: You MUST have fixed bootblocks in order to boot the kernel after this! Also note that this change breaks BSDI BSD/OS compatibility. Also increased default NKPT to 17 so that FreeBSD can boot on machines with >=2GB of RAM. Booting on machines with exactly 4GB requires other patches, not included. Either manually back this out or use 3.1. --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 21:20: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 49DCB15424 for ; Sun, 28 Mar 1999 21:20:02 -0800 (PST) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id AAA90525; Mon, 29 Mar 1999 00:18:16 -0500 (EST) Date: Mon, 29 Mar 1999 00:18:15 -0500 (EST) From: Chuck Robey To: Chris Piazza Cc: "Michael E. Mercer" , freebsd-ports@FreeBSD.ORG Subject: RE: apache13-fp probs: fpsrvadm.exe core dumps. 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 Sun, 28 Mar 1999, Chris Piazza wrote: Please stop cross-posting, it's rude. Replying to a cross-posted mail is just as bad (it's not an excuse). There was only one list this was reasonable to post on anyways. I took -current and -questions off the cc list. > On 29-Mar-99 Michael E. Mercer wrote: > > Hello all, > > > > I am running 4.0 current and am trying to get apache13-fp > > to install, however the executable fpsrvadm.exe core dumps. > > > > I have tried to do this on two different 4.0 machines, > > same thing happens on both. > > > > Is there something I am missing? > > > > later > > Michael Mercer > > > > > Yes, > > dg 1999/03/11 10:28:47 PST > > Modified files: > sys/i386/conf Makefile.i386 kernel.script > sys/i386/include pmap.h > Log: > Increased kernel virtual address space to 1GB. NOTE: You MUST have fixed > bootblocks in order to boot the kernel after this! Also note that this > change breaks BSDI BSD/OS compatibility. > Also increased default NKPT to 17 so that FreeBSD can boot on machines > with >=2GB of RAM. Booting on machines with exactly 4GB requires other > patches, not included. > > Either manually back this out or use 3.1. > > --- > Chris Piazza Abbotsford, BC, Canada > cpiazza@home.net > finger norn@norn.ca.eu.org for PGP key > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 21:40:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5210314C8B for ; Sun, 28 Mar 1999 21:40:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA66876; Sun, 28 Mar 1999 21:40:01 -0800 (PST) (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 BA68214C8B for ; Sun, 28 Mar 1999 21:31:51 -0800 (PST) (envelope-from handy@lambic.physics.montana.edu) Received: (from handy@localhost) by lambic.physics.montana.edu (8.8.8/8.8.7) id WAA17041; Sun, 28 Mar 1999 22:31:29 -0700 (MST) (envelope-from handy) Message-Id: <199903290531.WAA17041@lambic.physics.montana.edu> Date: Sun, 28 Mar 1999 22:31:29 -0700 (MST) From: handy@lambic.physics.montana.edu Reply-To: handy@lambic.physics.montana.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10848: mgv -lXp diff Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10848 >Category: ports >Synopsis: mgv doesn't link without -lXp >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 Mar 28 21:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Brian Handy >Release: FreeBSD 3.1-STABLE i386 >Organization: Montana State University >Environment: Compiled on a 3.1 box with Apps2Go ELF Motif 2.1.10. >Description: /usr/ports/print/mgv doesn't link properly with the new version of Motif. It calls out a bunch of Xp* functions (I guess that's the right lingo) and the compile neatly falls over. I found the attached patch on the author's web page for this very problem. He states it will be added into the package in the next release, though I'm not sure when that will be. >How-To-Repeat: >Fix: diff -urN mgv.orig/patches/patch-ab mgv/patches/patch-ab --- mgv.orig/patches/patch-ab Wed Dec 31 17:00:00 1969 +++ mgv/patches/patch-ab Sun Mar 28 22:23:31 1999 @@ -0,0 +1,54 @@ +--- configure.orig Tue Oct 20 15:42:09 1998 ++++ configure Tue Oct 20 15:42:47 1998 +@@ -2067,11 +2067,11 @@ + ice_motif_save_LIBS="$LIBS" + ice_motif_save_CFLAGS="$CFLAGS" + ice_motif_save_CPPFLAGS="$CPPFLAGS" + ice_motif_save_LDFLAGS="$LDFLAGS" + # +-LIBS="$X_PRE_LIBS -lXm -lXt -lX11 $X_EXTRA_LIBS $LIBS" ++LIBS="$X_PRE_LIBS -lXm -lXp -lXext -lXt -lX11 $X_EXTRA_LIBS $LIBS" + CFLAGS="$X_CFLAGS $CFLAGS" + CPPFLAGS="$X_CFLAGS $CPPFLAGS" + LDFLAGS="$X_LIBS $LDFLAGS" + # + cat > conftest.$ac_ext <&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lXm ${X_PRE_LIBS} ${XPM_LIBS} ${XEXT_LIBS} ${XT_LIBS} ${XEXT_LIBS} ${X11_LIBS} $LIBS" ++LIBS="-lXm -lXp -lXext ${X_PRE_LIBS} ${XPM_LIBS} ${XEXT_LIBS} ${XT_LIBS} ${XEXT_LIBS} ${X11_LIBS} $LIBS" + cat > conftest.$ac_ext <&6 +- XM_LIBS="-lXm" ++ XM_LIBS="-lXm -lXp -lXext" + cat >> confdefs.h <<\EOF + #define HAVE_MOTIF 1 + EOF + + else >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 21:50:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BC921543E for ; Sun, 28 Mar 1999 21:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA71124; Sun, 28 Mar 1999 21:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail2.atl.bellsouth.net (mail2.atl.bellsouth.net [205.152.0.22]) by hub.freebsd.org (Postfix) with ESMTP id 60F0B1507A for ; Sun, 28 Mar 1999 21:45:06 -0800 (PST) (envelope-from wghicks@bellsouth.net) Received: from wghicks.bellsouth.net (host-209-214-64-99.atl.bellsouth.net [209.214.64.99]) by mail2.atl.bellsouth.net (8.8.8-spamdog/8.8.5) with ESMTP id AAA15591 for ; Mon, 29 Mar 1999 00:44:44 -0500 (EST) Received: (from wghicks@localhost) by wghicks.bellsouth.net (8.9.2/8.9.2) id AAA35036; Mon, 29 Mar 1999 00:44:22 -0500 (EST) (envelope-from wghicks) Message-Id: <199903290544.AAA35036@bellsouth.net> Date: Mon, 29 Mar 1999 00:44:22 -0500 (EST) From: wghicks@bellsouth.net Reply-To: wghicks@bellsouth.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10849: [PORT UPGRADE] crossm68k-devel (EGCS-1.1.2 based toolchain) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10849 >Category: ports >Synopsis: [PORT UPGRADE] crossm68k-devel (EGCS-1.1.2 based toolchain) >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 Mar 28 21:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jerry Hicks >Release: FreeBSD 3.1-STABLE i386 >Organization: Fair Play, Uninc. >Environment: FreeBSD wghicks.bellsouth.net 3.1-STABLE \ FreeBSD 3.1-STABLE #0: Sun Mar 21 22:47:57 EST 1999 \ root@wghicks.bellsouth.net:/usr/src/sys/compile/WGHICKS i386 >Description: This is a development release of an upgrade to ports/devel/crossm68k and is based on EGCS 1.1.2, binutils 2.9.1, and newlib 1.8.1 It has only been lightly tested and should not be used for production work but is provided early for other developers and testers. The existing m68k ports should remain in place until this one has been properly qualified for general use. It is expected to supercede the following ports after testing is completed: ports/devel crossm68k [existing 2.0 metaport] m68kbinutils m68kgcc m68knewlib This version does not support any languages other than C. The next -devel version is expected to include support for C++. GDB is not part of the toolchain at present, although it might be made optional in the next development release. With only a fair amount of effort, this port should be useful for deriving toolchains for other architectures. Special thanks to David Obrien for the native FreeBSD EGCS port; Several pieces of this port were lifted directly from there and studying his example was tremendously helpful. Cheers, Jerry Hicks wghicks@bellsouth.net March 29, 1999 >How-To-Repeat: >Fix: begin 644 crossm68k-devel-port.tar.gz M'XL(`,()_S8``^U<>7?;N+7/O^*G0!UG)JY#2J06RW(]SXZC.&Z\Y%C.).U[ M[V@@$)08*X?!G6=WE"K M3GPW".Q.]UJ.X\]^4$"MQDZ[C9XA%AJYWR2".IV=G4ZCU6GM(*2V6JKZ#+5_ ME`*B$`4A]A%ZYKMN*,+=3BBUGD*AIPV>P/YG^)H:ID6_5X;::'1:K:7V;VL[ M6L[^';7=>H8:/Z*`1>$_W/[/Y3_+R'9UVD.IN?=0B$?RK:F'DQYJ[2%`2,\1 MO>N%P7X+GL[I+>)N@XAK692$INL@.R%&ANOW:CE/`J)?J1\PG$__$9D^U7NU MFJJHB@99;W!($?$I_+#DFK8#JOAH=Q?R/DU)#>G`RNS@_/^ONU&AV30(ZE?7A_G"3. M5&PJ#>GH\*I_?'%YTA]`5JSSV>'@JG\Y')QA`Y@1E2)7*(0O6H M[D6C^MB)ZB/3B4+3"NKH?R2F;(R&OPJYA_Q`(:[-P0Z]M4H MF4C'BJ(Q_.5D%G;&T4S_E1B8YA<%Z\H7;TW!1B2/J&^9CJ+3>N28=VM+)]@> M^:8^IBN7GOOGVY-3[G"I^\B:L@NYT"$IXZ\H]A7`=V=IG`-Q?1JSX@D7&0S@%R^'UP>`:"V^0V>WYQ` MJ#VBN@[)O%FY'G0$&Y+4/SX:#"_[OZ;-$TJN*IU.G'YU>'G9)7,.0 MI./SC\.CB_.W)\6I-^P32?HXZ`]?__WD@P::,RU8_/CL M\'T_B;/'X=O3PV-FV-/#\^./4#N#_0VR@61#.CP]G98N[H(DZ<,IN$)LN1PMJG:M,!B'$4U1)4IAI>(=M.@CK MNJ^!_U,$_2Y4$MG>AJP0C0E!4$N.91/7N4&.C=S1%^)Z]^Q7CVP/^=@!'TWJ M,3"_4A2$ONF,`_[K<;';<=FR^LB;WYCL!]!$H8X.NJRJ$0Z\J5KKJS.XNCSY MD"@QV-Y'4..7_;L1J)V(4R:C,9\_P3D3D9S]'GSY]1 M`'YHZ<[/(0HG-*!HQ$6.`EUA`Z]B7_^7Q'QP>'3VAG4?7TU/2^3&*;$FDN[* M]"[T,0E[4NU@\]OE&30'WT#3ALU3S_CC7.++;$DWOTW[JH<]I+N\>@ET:&AS M,\6PI#^SGF@KKOR71)\Q1#_]%*=N?DNU9N+ZGZ\N#X^NAJ_[;R^21LR2ATP: M;P4)^X0TA1^^9<,R1V^AWW^'B8D9(A7M[25*C+\6Z'#\?Z[#UA1_].[B`6U$ MSK7CWC*?(1/SAJ+PWH/Y5LQZ`ZF__*2AO1P/&F""^*/N.G1+DCPW"+/6Y*5[ M&9=NBY5N\]O@7?_TE*D_.`)7B/4'8CGT*95Y/Q],4DZF`_->R^H]-O:<_\X, MCJ99<=7%]9+1D+G2R?G@BG5Q'RXOCB\/SQ[$#8RU8V'K`,`>-#O3(5:D4_27 M3`/X1?K_GCG_,8)H_<"]3_2=MKY M];_6J-;_3Q+.WK31RX7KCRVTC[K&+M95W*&[G9V69NC-1F>WM;.K[D!:DVB: MQ,D7+%08,=G%+=)J$:W9TC55;6*C:VBM;E/?;1$=-QHQ\9(5#6,`HK51EXXZ M#;6%FT8+Y!MTQ]@=Z1W=:*AZ-01\?Q"U?^]Z_$/V@$OT_^J.5O7_3Q&*[']T M<7;6/[_Z+AE%_;_:>+3_JW7:5?__%.',#5W?M3`Z.^IT[^[N$'>"=*_&I@XL M05W7(A/,%J"PZ-.1Z_"=!L3[:U1UPO_6H:C]O^G#8O([912T?[71;.7;?Z/= MJ-K_4X1'[=_`MFG=B[H!19*_)TA7$S/@+Y!>+>I07B'/=V],G0:03A';DT78 MF>XB2XM[IM!%\>XOVS!#TT)EBR0!7T*#P/4#!:%/C&]@F>-)R%Y_F89),'N1 M%;P"#J!?@&W*E42$;<5)(\HY@\*0Z1H(9X2S_1.,@(=!?:Y6K$DL5I'B`L,_ MSH"&&"4O!-!-\E(,^+$\OK4AO05N+`9^.;)F&"\FB>!_/0K\^L*&^YV6.6,; M5$C;?874W=W=JF?_#PA%_7_\)F+Z(J:4#''_KVG0W>?Z_YV.5LW_GB2P;=87 M+S([KR]>L'U9:5$Z>Z&R,"-Y_;(P#_N+><7O91;FQ:]3%F8E[X&6:<%>!BW6 M(GV?M##7L9?JN*10BQ5G;Z<69L``DFQBUT>&KDRF,>P$,-01*Y,$`%#T&E(. M(H?>48*2O7K9=`P7R=`X+1I2].)-G274B>".?\`BAY1.:^816/J&=3^CD$W;R"=U\PFXN(:^&EM=< MRVNN/2+):Z[E-=?RFFMYS;6\YEI>5YJ7FA>9EYD7F)>X*YTP!WMOY%L M9-T(_2][+\9F=S+,XGY67]7/J!/UZM[/\?0EF&"?SM"_S'OO8]\5>_MR_$(7 M9Y_@P']S1/WP7L%IG#5-:RXVC;@><6%*^C@!\+G&7N<(/2#0><#0RH9.-G(J M=RL#1\[*T-61_LK(:"$2\AN-!GL<*XO+/$,0,8+X84-Q"WC8A5)&I$`.`T#/ M*^9BZIZ8"P,46QU"NF"(%;Q!B1 M7TRY"!PCQH@\8Z:MV#5B7)%OS'-;[AP9;@+OF'(3N4<,*O*/+&JY@P2N$)0Z"7SL*4FS,!$_C+/;:G3S,,$GI,!BMQGGI_`AS)`D2/EBB'VI@RXR*46 M\%WN5WF^`N>:YRORL`RRR,T>09?ZFL#4`M<3N)O`Q83^(O`1H5\(?*'8_F*; M%]M9;%NQ/0ML*+!;NB0.[H/ZD'TT%\"J6`0BKF.8XP(0K`"H$Q:`J.\[;@'& M($YH%6%,BQ9`S-"TJ5\`\K"/[0*,3XO+Y=/`C7Q2I%-@CAU<5#98;H6R_F4% M5`&$5<`*D-$*F"(/6<6+(L<,0KT(M(+2M]@4%=W&9&(ZM&[@(+1Q.%D!:E)* M#6\%8$##+[8GMLX\=@5@4>7A((`5M0`P9/M=HGRH-0LJ7R1#U%((TU"07]CT MBYK]"J8JZA7&OJBJ"PULN00+NQ0;6X`1`H3Z>Y`M,G+R&DV$N!4UGJ)>RJ=C MG1JBEE7DKL6=5ZB;PLX]U&%D$@+8[K4`$%+?-EU1)15T'Y%#0E]4AL).JJB# MBL*%EF(Z#Q8!E;W@27I)UTFXU&25JSVRE-NEN:U#:]LA5E=[O7 M94D=M:&5KBE&7;Z>O;+&]>[]DI0!+'](25IBF9Y'RTN.RI+:3:VTU$E)PIMN MNZQ92]:P&;B=5J>L1WBE9+(9K,P/Z9:AA@ELZ);L4$>N:Y4A+=__\V&K#.%E M__#-6;^$0/..ZJN3K3^@!AXEP>IPXGEK@.,;*;0U*(B:3H76G/JL3Y:=%JXY M[5F?[/%T=UU76)=N!7SU3>&_6!!]_Y=^&O"],M8__]-1&XWJ_,]3A%7LGS]# MOJZ,HN__6^W<^4]-57>:U?>?3Q&>_RG>\9E(S]A=)-MJ3 MYX^5/LSN?)E=6M*39W?B/$CG_4^G)Z\3R"S2D[,G3!_8)1FJ@FSJC^./\M/[ M`6#T"?C'^*E@A!V=7YD#%.Q.'/;-/XNB$%^;SAAY/B549U?5*!*_3R%5*QT! MV;T*S#V(@62D;*'?$8=EBYF'W@%T2RJ$Y3@N$QQS`_4U*+![DQQ"2(O'MK-) MZ/HF#:`2V!D(R.45"DV6M5B)U0;[OHX=WC+T&>48PW^8"!OL!I/D6S;$[GJ0 M:O9-3O--QF"JH<1N>V`:-3,:Q?993Q\V<;38(9.$>"9]9OEELEL*8B7ORHF(X"G?>X=N8ZZ"T=@67`%+UFH]?NQ"?"MK>WL^C:('+X78U: M%ZGM7J/94[LQ\.``R6J[]6H';<<_!P<2DM!SE)Z%"Z#['MWS`2+^:"/R*8HG MG"@9.-B+8-:]9T>5VXE))HQ/?$,6NQAK%+&+P:*`#>B,+#T'Z+I6H$ARO/), M[HY[?+`*KUVX.__YMWJO[$;IOB!1I]=VH1JP?YO M_`HI&-E`^-8>F@,%,6CSY:#/+OQ[/?QP>/6.W6LEURB9N&CC-52[GM;Y$1]S MCZ".B&M[X!S^QA['@@1VB1.(8??B;<'O\=%1?#W>\(I='C@8;*'L+7GLIK<- M:7NQD#GFV^LSWV#5D>/L1PY[43JS3J)YRA1;UD(%E^5O,)LK']Y=G/^MAZ#[ M)-?\/-7LL9?8:E?EK2/^Y99":(FI$%K)6`@M,A?B,\P25D@/5&S%M5V&SSP/ M5*-60!-50S^B<:)A_A$G5O\F88WQ?U161N'ZO[/S:/QO[53C_U,$-OY/AYCI M!.!J$J$+$H(ED-;HL:&=3P"Z?`*0A<_-`)J]5B-!QC.`=IMU)[=9 MS@^$\?AM)*?>D]&;.C>F[SKLE/\K/K;,D-@(J9\P0Q,WF!M8`3E-YC,`]))/ M&9"-[]ED`2<7&Z0CR18PDI*+8X=LP-_?B"/R;(XP2XB']B2>S!@R<#<3@?G# M+)),(S*,YF(PJ8`198D2"V3R(696G7$Y9Q7T:"K$6,YJ$1;FU&'K99A/P."' M7,>ZY];J<&MU9M;B$[`1M5QV@2J[9(%-5/CG>=!]0Q53=E7#V,=V+!U;@#0O*%#)GRelease-Note: >Audit-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 Mar 28 22:20:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id 8D802157EB for ; Sun, 28 Mar 1999 22:20:24 -0800 (PST) (envelope-from dirk.meyer@dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.1/8.9.1) with UUCP id IAA22863 for freebsd-ports@FreeBSD.ORG; Mon, 29 Mar 1999 08:18:15 +0200 (CEST) Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.9.1/8.9.1) with BSMTP id HAA02442 for ; Mon, 29 Mar 1999 07:45:05 +0200 (CEST) To: freebsd-ports@FreeBSD.ORG Message-ID: <7Eg8s9jpeT@dmeyer.dinoex.sub.org> From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: ports/10742: port www/webalizer update Date: Mon, 29 Mar 1999 07:42:55 +0200 X-Mailer: Dinoex 1.70 References: <199903230658.HAA25552@net2.dinoex.sub.org> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect v0.77-m4] X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Copyright: (C) Copyright 1999 by Dirk Meyer -- All rights reserved. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 19990329000000S+2@dinoex.sub.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >Number: 10742 > >Category: ports > >Synopsis: port www/webalizer update A new patchlevel has been added to fix a bug. Only the Version-depended Information in the Makefile and the md5 sum hast to be changed. diff -ru webalizer-1.22.1/Makefile webalizer-1.22.2/Makefile --- webalizer-1.22.1/Makefile Tue Mar 23 07:47:31 1999 +++ webalizer-1.22.2/Makefile Mon Mar 29 07:25:07 1999 @@ -5,8 +5,8 @@ # # $Id: Makefile,v 1.4 1998/08/17 00:34:42 steve Exp $ -DISTNAME= webalizer-1.22-01-src -PKGNAME= webalizer-1.22.1 +DISTNAME= webalizer-1.22-02-src +PKGNAME= webalizer-1.22.2 CATEGORIES= www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ \ ftp://ftp.dinoex.sub.de/pub/approved/ @@ -23,7 +23,7 @@ SUPP_LANG= english german french spanish dutch italian polish \ catalan czech portuguese_brazil russian slovak swedish \ portugues -WRKSRC= ${WRKDIR}/webalizer-1.22-01 +WRKSRC= ${WRKDIR}/webalizer-1.22-02 .if defined(BATCH) WEBALIZER_LANG=english diff -ru webalizer-1.22.1/files/md5 webalizer-1.22.2/files/md5 --- webalizer-1.22.1/files/md5 Tue Mar 23 07:28:09 1999 +++ webalizer-1.22.2/files/md5 Mon Mar 29 07:28:00 1999 @@ -1 +1 @@ -MD5 (webalizer-1.22-01-src.tgz) = 37c66cb8fa62e2c9b4217e291008555b +MD5 (webalizer-1.22-02-src.tgz) = 48b390e1dd96c9585b102f59e743d4c1 . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 22:20:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id D4504157F8 for ; Sun, 28 Mar 1999 22:20:28 -0800 (PST) (envelope-from dirk.meyer@dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.1/8.9.1) with UUCP id IAA22864 for freebsd-ports@FreeBSD.ORG; Mon, 29 Mar 1999 08:18:22 +0200 (CEST) Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.9.1/8.9.1) with BSMTP id HAA02446 for ; Mon, 29 Mar 1999 07:45:05 +0200 (CEST) To: freebsd-ports@FreeBSD.ORG Message-ID: <7Eg8s4dd+P@dmeyer.dinoex.sub.org> From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: ports/10743: port german/webalizer update Date: Mon, 29 Mar 1999 07:42:55 +0200 X-Mailer: Dinoex 1.70 References: <199903230702.IAA25766@net2.dinoex.sub.org> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect v0.77-m4] X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Copyright: (C) Copyright 1999 by Dirk Meyer -- All rights reserved. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 19990329000000S+2@dinoex.sub.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >Number: 10743 > >Category: ports > >Synopsis: port german/webalizer update A new patchlevel has been added to fix a bug. Only the Version-depended Information in the Makefile and the md5 sum hast to be changed. diff -ru de-webalizer-1.22.1/Makefile de-webalizer-1.22.2/Makefile --- de-webalizer-1.22.1/Makefile Tue Mar 23 07:44:38 1999 +++ de-webalizer-1.22.2/Makefile Mon Mar 29 07:31:05 1999 @@ -5,8 +5,8 @@ # # $Id: Makefile,v 1.1.1.1 1998/07/13 00:13:21 steve Exp $ -DISTNAME= webalizer-1.22-01-src -PKGNAME= de-webalizer-1.22.1 +DISTNAME= webalizer-1.22-02-src +PKGNAME= de-webalizer-1.22.2 CATEGORIES= german www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ \ ftp://ftp.dinoex.sub.de/pub/approved/ @@ -20,7 +20,7 @@ MAN1= de-webalizer.1 DOC1= CHANGES COPYING Copyright INSTALL \ README country-codes.txt webalizer.LSM -WRKSRC= ${WRKDIR}/webalizer-1.22-01 +WRKSRC= ${WRKDIR}/webalizer-1.22-02 post-configure: @${ECHO_MSG} "===> customizing for german" diff -ru de-webalizer-1.22.1/files/md5 de-webalizer-1.22.2/files/md5 --- de-webalizer-1.22.1/files/md5 Tue Mar 23 07:41:06 1999 +++ de-webalizer-1.22.2/files/md5 Mon Mar 29 07:31:49 1999 @@ -1 +1 @@ -MD5 (webalizer-1.22-01-src.tgz) = 37c66cb8fa62e2c9b4217e291008555b +MD5 (webalizer-1.22-02-src.tgz) = 48b390e1dd96c9585b102f59e743d4c1 Only in de-webalizer-1.22.2: work . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 22:58:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id DA3EC14F52 for ; Sun, 28 Mar 1999 22:58:38 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu ([207.92.173.144]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id WAA13735; Sun, 28 Mar 1999 22:58:25 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id WAA31306; Sun, 28 Mar 1999 22:57:46 -0800 (PST) Date: Sun, 28 Mar 1999 22:57:46 -0800 (PST) Message-Id: <199903290657.WAA31306@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: sheldonh@iafrica.com Cc: ports@freebsd.org In-reply-to: <8321.922636718@axl.noc.iafrica.com> (message from Sheldon Hearn on Sun, 28 Mar 1999 17:58:38 +0200) Subject: Re: xpilot building with debugging support? From: asami@freebsd.org (Satoshi "the Wraith" Asami) References: <8321.922636718@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * I'm looking for feedback from folks who build xpilot out of the ports * tree. Specifically, I want to know whether it builds with debugging * support (-g), which it shouldn't. It is. You can check /a/asami/portbuild/[34]/logs on bento for these kinds of stuff. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 23: 0:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4345D14F52 for ; Sun, 28 Mar 1999 23:00:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA08682; Sun, 28 Mar 1999 23:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 Mar 1999 23:00:01 -0800 (PST) Message-Id: <199903290700.XAA08682@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Neil Blakey-Milner Subject: Re: ports/10837: New license mechanism for ports. Reply-To: Neil Blakey-Milner Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10837; it has been noted by GNATS. From: Neil Blakey-Milner To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/10837: New license mechanism for ports. Date: Mon, 29 Mar 1999 09:00:02 +0000 On Sun 1999-03-28 (18:25), I wrote: > These two patches, first one to bsd.port.mk, and the other one > to the /usr/src/usr.sbin/pkg_install directory. > +.if exists(${LICENSE}) > +PKG_ARGS+= -n ${LICENSE} > +.else > +.if exists(${LICENSES}/${LICENSE}) > +PKG_ARGS+= -n ${LICENSES}/${LICENSE} > +.endif > +.endif Obviously, there should be a check against that version variable, or the version variable should be updated, depending on the method decided upon. (Hence my problems with just bumping the minimum - people would be a bit irritated having to fetch another upgrade kit after the fetch -A one) Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 28 23:51:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CCB7915762; Sun, 28 Mar 1999 23:51:40 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA32001; Sun, 28 Mar 1999 23:51:23 -0800 (PST) (envelope-from asami@FreeBSD.org) Date: Sun, 28 Mar 1999 23:51:23 -0800 (PST) From: Message-Id: <199903290751.XAA32001@freefall.freebsd.org> To: hiro@eken.phys.nagoya-u.ac.jp, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10724 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: editors/mule incorrect arch-dependent data dir State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Sun Mar 28 23:51:04 PST 1999 State-Changed-Why: Fixed mule-common/Makefile and bsd.port.mk per our discussion, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 0:46:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 2473B14D4C for ; Mon, 29 Mar 1999 00:46:04 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10RXfj-000JbZ-00; Mon, 29 Mar 1999 10:45:27 +0200 From: Sheldon Hearn To: Adrian Filipi-Martin Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/10741 In-reply-to: Your message of "Sun, 28 Mar 1999 17:02:39 EST." Date: Mon, 29 Mar 1999 10:45:27 +0200 Message-ID: <75363.922697127@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 28 Mar 1999 17:02:39 EST, Adrian Filipi-Martin wrote: > Uhhh, didn't this get closed a week or two ago for the same reason? > I only submitted one PR. Nope, someone told you it was a duplicate, that's all. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 1: 4:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 221C714E30 for ; Mon, 29 Mar 1999 01:04:09 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu ([207.92.173.144]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id BAA13864; Mon, 29 Mar 1999 01:03:56 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id BAA31602; Mon, 29 Mar 1999 01:03:17 -0800 (PST) Date: Mon, 29 Mar 1999 01:03:17 -0800 (PST) Message-Id: <199903290903.BAA31602@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: naddy@mips.rhein-neckar.de Cc: freebsd-ports@freebsd.org In-reply-to: <7dmgdi$u3h$1@mips.rhein-neckar.de> (naddy@mips.rhein-neckar.de) Subject: Re: Where to put game score files? From: asami@freebsd.org (Satoshi "the Wraith" Asami) References: <7dmgdi$u3h$1@mips.rhein-neckar.de> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: naddy@mips.rhein-neckar.de (Christian Weisgerber) * Where should the score files of games be kept? * /var/games? Here, I guess. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 1:10:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8397615285 for ; Mon, 29 Mar 1999 01:10:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA39934; Mon, 29 Mar 1999 01:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from titanium.yy.ics.keio.ac.jp (titanium.yy.ics.keio.ac.jp [131.113.47.73]) by hub.freebsd.org (Postfix) with ESMTP id 6300214E30 for ; Mon, 29 Mar 1999 01:07:31 -0800 (PST) (envelope-from sanpei@sanpei.org) Received: from lavender.yy.cs.keio.ac.jp (ppp098.dialup.st.keio.ac.jp [131.113.27.98]) by titanium.yy.ics.keio.ac.jp (8.8.8+3.0Wbeta13/3.7W) with ESMTP id SAA02691; Mon, 29 Mar 1999 18:06:57 +0900 (JST) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.2/3.7W) id RAA18516; Mon, 29 Mar 1999 17:44:57 +0900 (JST) Message-Id: <199903290844.RAA18516@lavender.yy.cs.keio.ac.jp> Date: Mon, 29 Mar 1999 17:44:57 +0900 (JST) From: sanpei@sanpei.org Reply-To: sanpei@sanpei.org To: FreeBSD-gnats-submit@freebsd.org Cc: andy@icc.surw.chel.su X-Send-Pr-Version: 3.2 Subject: ports/10851: [PATCH] Update port: deskutils/cal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10851 >Category: ports >Synopsis: [PATCH] Update port: deskutils/cal >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 Mar 29 01:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: MIHIRA Yoshiro >Release: FreeBSD 3.1-RELEASE i386 >Organization: Keio UNIV. >Environment: 3.1-RELEASE >Description: I fix some documentaion problem of deskutils/cal. o add patches/patch-ac which replace /usr/lib strings to %%PREFIX%%. o change Makefile for %%PREFIX%% strings. o change MAINTAINER of this ports to me, submitted by original maintainer. Please add patch-ac to CVS repository by hand, which is new file. >How-To-Repeat: >Fix: diff -uNr cal.org/Makefile cal/Makefile --- cal.org/Makefile Sat Aug 8 07:17:51 1998 +++ cal/Makefile Mon Mar 29 17:32:45 1999 @@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= utils/shell -MAINTAINER= andy@icc.surw.chel.su +MAINTAINER= sanpei@sanpei.org WRKSRC= ${WRKDIR}/cal-3.5/source MAKEFILE= makefile.unx @@ -20,6 +20,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cal ${PREFIX}/bin/cal + ${MV} ${WRKSRC}/cal.1 ${WRKSRC}/cal.1.org + ${SED} -e 's|%%PREFIX%%|${PREFIX},' ${WRKSRC}/cal.1.org > ${WRKSRC}/cal.1 ${INSTALL_MAN} ${WRKSRC}/cal.1 ${PREFIX}/man/man1/cal.1 @${MKDIR} ${PREFIX}/etc/cal @chmod 0755 ${PREFIX}/etc/cal diff -uNr cal.org/patches/patch-ac cal/patches/patch-ac --- cal.org/patches/patch-ac Thu Jan 1 09:00:00 1970 +++ cal/patches/patch-ac Mon Mar 29 16:09:39 1999 @@ -0,0 +1,17 @@ +--- source/cal.1.org Sat Jul 6 02:55:52 1996 ++++ source/cal.1 Mon Mar 29 16:02:33 1999 +@@ -375,12 +375,12 @@ + .TP + .B caldat + .TP +-.B /usr/lib/caldat ++.B %%PREFIX%%/etc/cal/caldat + Unix global date files + .TP + .B calcol + .TP +-.B /usr/lib/calcol ++.B %%PREFIX%%/etc/cal/calcol + Unix global color files + .TP + .B ~/.dates >Release-Note: >Audit-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 Mar 29 1:51:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 5AE5214E6C for ; Mon, 29 Mar 1999 01:51:05 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu ([207.92.173.144]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id BAA13923; Mon, 29 Mar 1999 01:50:50 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id BAA31713; Mon, 29 Mar 1999 01:50:10 -0800 (PST) Date: Mon, 29 Mar 1999 01:50:10 -0800 (PST) Message-Id: <199903290950.BAA31713@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: nbm@mithrandr.moria.org Cc: freebsd-ports@freebsd.org In-reply-to: <19990328182548.A86409@rucus.ru.ac.za> (message from Neil Blakey-Milner on Sun, 28 Mar 1999 18:25:49 +0000) Subject: Re: CVSup and Fetch From: asami@freebsd.org (Satoshi "the Wraith" Asami) References: <199903261302.IAA19553@istari.home.net> <199903261348.FAA18790@silvia.hip.berkeley.edu> <19990327152150.A57118@rucus.ru.ac.za> <199903271329.FAA22229@silvia.hip.berkeley.edu> <19990327165750.A68075@rucus.ru.ac.za> <199903280511.VAA01750@bubble.didi.com> <19990328182548.A86409@rucus.ru.ac.za> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Neil Blakey-Milner * Well, let me just submit a PR with the patches in. Just saw it. I think it's generally a good solution to a very important problem. * The only query I have about them is whether people would prefer that * for, say, LICENSE=COPYRIGHT check ${WRKSRC}/${LICENSE} - since I'd imagine * one would only really use the license variable if it's one of the default * licenses, or a file somewhere in ${WRKSRC}. I think it's fundamentally flawed to try to dig something out of ${WRKSRC}. LICENSE files (if it exists) should be installed somewhere alongside the ports' own docs, that's why I suggested you refer to the installed location or a standard template (BSD/GPL/etc.). Also, depending on something in ${WRKSRC} will break the "package-noinstall" target. I generally don't like the idea of keeping a copy of the license in the ports tree. What's in a distfile shouldn't be in our repository. If the port has a really funky license, a warning about it can be put in pkg/DESCR as that's where people look first. * Also, I'm using -n to pkg_install, since -l and -L are being used by * other pkg_*. I don't mind either way. That's eventually Jordan's call anyway. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 2:40:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A305A15839 for ; Mon, 29 Mar 1999 02:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA48499; Mon, 29 Mar 1999 02:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 37B651583E; Mon, 29 Mar 1999 02:39:26 -0800 (PST) Message-Id: <19990329103926.37B651583E@hub.freebsd.org> Date: Mon, 29 Mar 1999 02:39:26 -0800 (PST) From: nakai@internetsolutions.co.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10852: Fixed port: snes9x Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10852 >Category: ports >Synopsis: Fixed port: snes9x >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 Mar 29 02:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Yukihiro Nakai >Release: 3.1R >Organization: Internet Solutions, Inc >Environment: 3.1R with latest /usr/ports >Description: I have fixed the snes9x port to follow its latest version. Now it comes with sound! ( It was my mistake the previous port doesn't support sound... ) I disabled the joystick, but it seems FreeBSD support that. Could anyone hack? Also, I don't test the s9xserver, because don't know what game really use that. Yukihiro Nakai -------------- diff -ruN snes9x.orig/Makefile snes9x/Makefile --- snes9x.orig/Makefile Sat Mar 27 16:40:03 1999 +++ snes9x/Makefile Sat Mar 27 16:33:44 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: snes9x -# Version required: 116a +# Version required: 118e # Date created: 20 July 1997 # Whom: Yukihiro Nakai # # $Id: Makefile,v 1.7 1999/02/03 11:11:42 asami Exp $ # -DISTNAME= snes116a -PKGNAME= snes9x-116a +DISTNAME= snes118e +PKGNAME= snes9x-118e CATEGORIES= emulators MASTER_SITES= http://www.snes9x.com/zips/ EXTRACT_SUFX= .zip @@ -23,6 +23,7 @@ USE_GMAKE= YES USE_X_PREFIX= YES MAKEFILE= Makefile.linux +ALL_TARGET= snes9x s9xserver EXTRACT_CMD= unzip EXTRACT_BEFORE_ARGS= # empty diff -ruN snes9x.orig/files/md5 snes9x/files/md5 --- snes9x.orig/files/md5 Sat Mar 27 16:40:03 1999 +++ snes9x/files/md5 Thu Mar 25 23:29:30 1999 @@ -1 +1 @@ -MD5 (snes116a.zip) = 76487bcdd362065bdf6877413f895243 +MD5 (snes118e.zip) = 676e4509c80031e8dd9938cd6e68f5d1 diff -ruN snes9x.orig/patches/patch-aa snes9x/patches/patch-aa --- snes9x.orig/patches/patch-aa Sat Mar 27 16:40:03 1999 +++ snes9x/patches/patch-aa Sat Mar 27 16:24:01 1999 @@ -1,16 +1,23 @@ ---- Makefile.linux.orig Mon Dec 21 14:40:08 1998 -+++ Makefile.linux Sun Jan 10 10:32:23 1999 -@@ -1,8 +1,8 @@ --ZSNESFX=1 -+#ZSNESFX=1 - ASMCPU=1 - #SPC700ASM=1 - NETPLAY=1 --UNZIP=1 -+#UNZIP=1 +--- Makefile.linux.orig Sat Mar 27 15:19:07 1999 ++++ Makefile.linux Sat Mar 27 15:31:11 1999 +@@ -5,7 +5,7 @@ + UNZIP=1 ifdef ZSNESFX - FXOBJ=i386/zsnes.o +-FXOBJ=i386/zsnes.o ++FXOBJ=i386/zsnes.o fxinst.o fxemu.o fxdbg.o + FXDEFINES=-DZSNES_FX -DEXECUTE_SUPERFX_PER_LINE + FXDEPENDS=zsnes_fx + FXNO_DEPENDS=c_fx +@@ -16,7 +16,7 @@ + FXNO_DEPENDS=zsnes_fx + endif + +-LINUXDEFINES=-DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION ++LINUXDEFINES=-DUSE_DGA_EXTENSION -DUSE_VIDMODE_EXTENSION -D__linux + + ifdef ASMCPU + ifdef SPC700ASM @@ -47,8 +47,8 @@ UNZIPDEFINES=-DUNZIP_SUPPORT endif @@ -22,37 +29,11 @@ NASM = nasm INCLUDES=-I/usr/X11R6/include -I/usr/local/include -@@ -58,7 +58,7 @@ +@@ -59,7 +59,6 @@ -Ii386 \ -I. \ -Iunzip \ --DJOYSTICK_SUPPORT \ -+#-DJOYSTICK_SUPPORT \ -DZLIB \ -DNO_INLINE_SET_GET \ -DVAR_CYCLES \ -@@ -84,9 +84,9 @@ - LDLIBS = -L/usr/X11R6/lib - - ifdef NETPLAY --all: offsets snes9x ssnes9x s9xserver -+all: offsets snes9x s9xserver - else --all: offsets snes9x ssnes9x -+all: offsets snes9x - endif - - #ggisnes9x -@@ -101,10 +101,10 @@ - ./offsets >i386/offsets.h - - snes9x: $(OBJECTS) unix/x11.o -- $(CCC) $(INCLUDES) -o $@ $(OBJECTS) unix/x11.o $(LDLIBS) -lXext -lX11 -lXxf86dga -lXxf86vm -lgz -lm -+ $(CCC) $(INCLUDES) -o $@ $(OBJECTS) unix/x11.o $(LDLIBS) -lXext -lX11 -lXxf86dga -lXxf86vm -lz -lm - - xf86snes9x: $(OBJECTS) unix/xf86.o -- $(CCC) $(INCLUDES) -o $@ $(OBJECTS) unix/xf86.o $(LDLIBS) -lXext -lX11 -lXxf86dga -lXxf86vm -lgz -lm -+ $(CCC) $(INCLUDES) -o $@ $(OBJECTS) unix/xf86.o $(LDLIBS) -lXext -lX11 -lXxf86dga -lXxf86vm -lz -lm - /bin/chmod u+s xf86snes9x - - ssnes9x: $(OBJECTS) unix/svga.o diff -ruN snes9x.orig/patches/patch-ab snes9x/patches/patch-ab --- snes9x.orig/patches/patch-ab Sat Mar 27 16:40:03 1999 +++ snes9x/patches/patch-ab Sat Mar 27 16:24:58 1999 @@ -1,40 +1,11 @@ ---- unix/unix.cpp.orig Mon Dec 21 15:09:16 1998 -+++ unix/unix.cpp Sun Jan 10 10:28:58 1999 -@@ -71,6 +71,10 @@ - #if defined(__sun) && defined(__GNUC__) - typedef void (*SIG_PF)(); +--- port.h.orig Sat Mar 27 15:23:53 1999 ++++ port.h Sat Mar 27 16:24:39 1999 +@@ -125,7 +125,7 @@ + #define SLASH_CHAR '/' #endif -+#if defined (__FreeBSD__) -+typedef void (*SIG_PF)(); -+#endif -+ - #include "snes9x.h" - #include "memmap.h" -@@ -302,7 +306,7 @@ - Settings.SoundBufferSize = 0; - Settings.SPCTo65c816Ratio = 2; - Settings.DisableSoundEcho = FALSE; -- Settings.APUEnabled = TRUE; -+ Settings.APUEnabled = FALSE; - Settings.H_Max = (100 * SNES_CYCLES_PER_SCANLINE) / 100; - Settings.SkipFrames = AUTO_FRAMERATE; - Settings.Shutdown = TRUE; -@@ -983,7 +987,7 @@ - #if defined(__linux) - sa.sa_handler = (SIG_PF) SoundTrigger; - #else -- sa.sa_handler = (SIG_PF) SoundTrigger; -+ sa.sa_handler = (void*) SoundTrigger; +-#ifdef __linux ++#if defined(__linux) || defined(__FreeBSD__) + typedef void (*SignalHandler)(int); + #define SIG_PF SignalHandler #endif - - #if defined (SA_RESTART) -@@ -1615,7 +1619,7 @@ - stretch = get_config_int("Graphics", "Scale", 0); - _vsync = get_config_int("Graphics", "VSync", 0); - -- Settings.APUEnabled = get_config_int("Sound", "APUEnabled", TRUE); -+ Settings.APUEnabled = get_config_int("Sound", "APUEnabled", FALSE); - Settings.SoundPlaybackRate = get_config_int("Sound", "SoundPlaybackRate", 4); - Settings.Stereo = get_config_int("Sound", "Stereo", TRUE); - Settings.SoundBufferSize = get_config_int("Sound", "SoundBufferSize", 256); diff -ruN snes9x.orig/patches/patch-ac snes9x/patches/patch-ac --- snes9x.orig/patches/patch-ac Sat Mar 27 16:40:03 1999 +++ snes9x/patches/patch-ac Sat Mar 27 16:25:15 1999 @@ -1,12 +1,17 @@ ---- soundux.cpp.orig Sun Jan 10 10:18:25 1999 -+++ soundux.cpp Sun Jan 10 10:19:17 1999 -@@ -1202,7 +1202,9 @@ - return (1); +--- ppu.cpp.orig Sat Mar 27 15:26:53 1999 ++++ ppu.cpp Sat Mar 27 15:28:24 1999 +@@ -2293,6 +2293,7 @@ + } + + #ifndef ZSNES_FX ++#if 0 + void S9xSuperFXExec () + { + #ifdef EXECUTE_SUPERFX_PER_LINE +@@ -2463,5 +2464,6 @@ + } + #endif + } ++#endif + #endif - S9xSetSoundMute (TRUE); -+/* - if (!S9xOpenSoundDevice (mode, stereo, buffer_size)) -+*/ - { - S9xMessage (S9X_ERROR, S9X_SOUND_DEVICE_OPEN_FAILED, - "Sound device open failed"); diff -ruN snes9x.orig/patches/patch-ad snes9x/patches/patch-ad --- snes9x.orig/patches/patch-ad Thu Jan 1 09:00:00 1970 +++ snes9x/patches/patch-ad Sat Mar 27 16:25:41 1999 @@ -0,0 +1,11 @@ +--- unix/unix.cpp.orig Sat Mar 27 15:20:06 1999 ++++ unix/unix.cpp Sat Mar 27 15:20:14 1999 +@@ -57,7 +57,7 @@ + #endif + + #ifdef __linux +-#include ++#include + #endif + + #ifdef __sun >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 2:50:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C0FA515837 for ; Mon, 29 Mar 1999 02:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA49061; Mon, 29 Mar 1999 02:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6EEBD15436; Mon, 29 Mar 1999 02:46:55 -0800 (PST) Message-Id: <19990329104655.6EEBD15436@hub.freebsd.org> Date: Mon, 29 Mar 1999 02:46:55 -0800 (PST) From: nakai@internetsolutions.co.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10854: New port: xfce-common Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10854 >Category: ports >Synopsis: New port: xfce-common >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 Mar 29 02:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Yukihiro Nakai >Release: 3.1R >Organization: Internet Solutions, Inc >Environment: 3.1R with the latest /usr/ports >Description: I made a port of xfce-common, the common configrations for XFCE. Please enjoy... Yukihiro Nakai -------------- begin 744 xfce-common.tar.gz M'XL( 'E9_C8 ^U;6W/:2!;.*_H5G8H?XB)<= %B9C)E&TB63< NX^QX:G=+ MU4@-]""IF99D[-G:_[ZG)Z/G$GSGO'-5NN43=;S:;1T,=N\ZS9=+3_]@D*^B.T[?^+^?2[ MU #/RO^F(>*_V=*+^'\,VM=_YVHPZ UO7W0-5?Q'5G.M_WK+$O'?:K2*^'\, MZB2J1PX+)G2*)HPC81%H20.7+2L^#O"4\"+&_]_2OO]W>Z/.S0NO\1S_U_6Z M\'^C;A7^?PPJ_/_/3?O^?_VE/WK9[*_R?[U1-ZQ-_6>D_9]9+_S_&!3.,">U MNX^=7FU&O$6-!#7LNCYS';\ZBWQ/.P2(HQGCF>PQ#3!_S&2[9!(ZG)! @@CG M$5MD\B$VD0<)=\(DS(AGS28AYE! ^+)N>"&$@#'/HD( MSUXA)%&<+;0(CSV2R5TFJV?S'R9C5\+T61S*!B]$%I'P0Q8'LOF7&8*9<(6U M"H#$6H$MLU9@*ZPU04BL%?@2:TVX6=::,#.M%;A2:TWXF=8*7(FU E=BK4_< M3&M- ')K!8C$6H$KL5;@2JT5^-G6FC EUIKP)=::\"76FO"SK)7Z,'%8NP@" MF, AH(&H.J63+-PE=N8>F4@Q=Q\ONW)^IV>#B]"(^$K<.(X2<\R!\Y@SSX/[ M+::*_:>XU!I40 !U>?PV%1M ;D.($ @Y0@[,^+F0X.@B1/E0;-[M>K2(*9$L06T M.D$>7 X3Y70Z4RN#,Q9-.5:?4P!#YE$UD(!$G"CVDXX;B%9;;"9MO?.,D4-&PZ[M4@S^K,:1>XBL'@T5$A?053P$ M-Y5C?Q[8V(GH/8EHY)$Q5NP6X [S&%><&V"Y JW !<]_*[2\!50X MI4!"4,N1C0 )H5G/ U)D@Q1DY@%92A 8LC-7"SHU6!D,VPO.%BRTH18GL503 M>,SBR(YFQ%[5[3)L+)S+]B@)I&8SAD+*A0W8J^LL%7:J0'!.X$ T<"B(4:K: MM+D -PPC3D5YQ:01>BSJ0H@!,HPS8^" 4 8QKQ+ZV),FN"VP/8'\(,5ZU+'= ML7P^@5%%Y@3DRU-6@E'F2G$OA0,129\C=!BU@"#%;7&WI0:*F"O2AB./TQ!U M(E&BI'V3!)C6E2!N&)"6(/;J'(IA21L)WA3-E#O?-BB0"ED=63X&BAQ1!,HP M))A"%IC)(!.. _GFIFD&## %E>5)@3L#%GA!Y2ZZ P^9W/>3%MJ-'97K>7A, MO- F#AQ/BA---^64@(X8]Z5K@VG%#Y7YC+"% @K0:*(*J&D_W5U*D4M_55O*A9I]OYHVL1'FVKE+.??1 M%N"I* P/\%)GRV34.K4[<(I5S>!*< =8R<9(D,69'-KKEE@RN <>BS[I$%R4 M3U%T<*;$@L/BU]X_$6W__CO 0_'^AZY;^N;]+]-,?O^U].+WWV/0 M&S0D2[1@/ J1PSQQKP,%!O)7IB#>"&F7A)&D-J*]07^#-"@@G/P60P7NMDO) M*\/ Z>*((,BI\ %/2V8=_34."-+/SEK _7G&?'A:^B6>TQGE# V%Q-&/R-GDSSW3W2J[HIYCRKU?6:;B"]V6[H M;:..[G% /0^CWL,"G<-:N/W_:L'8XG8O;WJ>KFWYO M!$Q=KRQ];7 QNNW=V*/^K7@XBZ)%NU9;+I?5I$]C?%K#W)G1>U+3 -L?WL+_ MO9L/I0 [<#0:0/%0A34T[>;KT.[VKGO#KI@<$ES[Y.WUU;-:?24 M>360J$N@2'1#!$I0TB/D M"_&UO_FJ#:_LRZ_]+]W5URH4G5[L$O3C.'2KPJ*J_ORG(IG\;]/.^S\X0W=1YEM4B"U$?1&B-KI.VEH$%N?,T>LGW <%:4BKI,C+ M_A"2W#J$?$"U..0UCT$;+.[= 29^2=Q '"/>=+H:.6,*4[>WNGZY<6H=YI, M4?YFBBW IF^"O>_.)'#IDU.D)3*SKR^^;$^RFO=TTXVEL,N+SN?NS=7U: ^V MZ59?6/\2_Q^_U!H*_S>,AKD7_ZV691;^?PP2_M]_JO8/!H!6V]0W 6"-W8,9 MEBC!UQ&@8;TS=%2&#SV- AJB 4C:\ZINU&YKJ'1.G!E#_?0A#::HT^VAG5M. ME/S4K%5*Y_[24/0L M2;V>/8D8YB 8VX\T(+;4VVO\[FM/*E#@@F7=D"C\P[ M:F\UK?R-2I*+Q].L1R.%P/VY;.+V-5!6:6#9T^_+?ER#LDKS[\O=.F M?7FC4O+?VH?:[;4W/>6/]0-Q&[C^DMP!KK^MDPATC&C]-+WTVWS%_@+R]'H, M#;8\5Y@/G:"_H]>HXF[R*?KG#RB:D0#FK92\ %7"G5-N@#^ 3VN5]"S).=:! M8,BBF8@"$4/CF'IN\J:,N92.-_KHI,LJ*"""BJHH((**JB@@@KZ(_0? (4=Z6,0!0 #C end >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 2:50:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A5F62157FD for ; Mon, 29 Mar 1999 02:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA49052; Mon, 29 Mar 1999 02:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 978DF14E0C; Mon, 29 Mar 1999 02:43:10 -0800 (PST) Message-Id: <19990329104310.978DF14E0C@hub.freebsd.org> Date: Mon, 29 Mar 1999 02:43:10 -0800 (PST) From: nakai@internetsolutions.co.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10853: Fixed port: xfce Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10853 >Category: ports >Synopsis: Fixed port: xfce >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 Mar 29 02:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Yukihiro Nakai >Release: 3.1R >Organization: InternetSolutions, Inc >Environment: 3.1R with the latest /usr/ports >Description: I haved fixed the xfce port to follow its latest version. Please enjoy... Yukihiro Nakai -------------- diff -ruN xfce.orig/Makefile xfce/Makefile --- xfce.orig/Makefile Sun Mar 28 12:01:00 1999 +++ xfce/Makefile Sun Mar 28 12:01:55 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: xfce -# Version required: 2.1.1 +# Version required: 2.4.0 # Date created: 30 June 1997 # Whom: Yukihiro Nakai # # $Id: Makefile,v 1.13 1999/01/12 16:51:20 vanilla Exp $ # -DISTNAME= xfce-2.1.1 +DISTNAME= xfce-2.4.0 CATEGORIES= x11-wm MASTER_SITES= http://www.xfce.org/archive/ @@ -17,8 +17,6 @@ # depends on xforms ONLY_FOR_ARCHS= i386 - -BROKEN= install USE_GMAKE= yes USE_IMAKE= yes diff -ruN xfce.orig/files/md5 xfce/files/md5 --- xfce.orig/files/md5 Sun Mar 28 12:01:00 1999 +++ xfce/files/md5 Sun Mar 28 12:02:00 1999 @@ -1 +1 @@ -MD5 (xfce-2.1.1.tar.gz) = c30093dea99745d096be0a15b3684714 +MD5 (xfce-2.4.0.tar.gz) = 9f5125050d38b21e546408205b983e90 diff -ruN xfce.orig/patches/patch-aa xfce/patches/patch-aa --- xfce.orig/patches/patch-aa Sun Mar 28 12:01:00 1999 +++ xfce/patches/patch-aa Sun Mar 28 12:05:04 1999 @@ -1,9 +1,36 @@ ---- XFCE.def.orig Wed Oct 21 09:11:00 1998 -+++ XFCE.def Tue Nov 17 13:24:34 1998 -@@ -1,5 +1,5 @@ - XBINDIR = $(BINDIR) +--- XFCE.def.orig Sun Mar 28 12:03:01 1999 ++++ XFCE.def Sun Mar 28 12:04:53 1999 +@@ -1,10 +1,10 @@ + XCOMM Definition options : Please edit ! + XCOMM ================================== + +-#define LINUX ++/* #define LINUX */ + /* #define SOLARIS */ +-/* #define BSD */ +-#define STATIC ++#define BSD ++/* #define STATIC */ + + XCOMM Compile options : Please check ! + XCOMM ================================ +@@ -41,7 +41,7 @@ + + #ifdef BSD + XCOMM +-XCOMM for Free BSD 2.2.2 ++XCOMM for Free BSD 3.x or later + XCOMM + XFCE_SYSLIB = -L/usr/X11/lib -L/usr/X11R6/lib -L/usr/local/lib + STD_LIBRARIES = -lXext -lX11 -lXpm -lm +@@ -54,8 +54,8 @@ + LINK_OPTIONS = -O -s + #endif + +-XCOMM BINDIR = /usr/local/bin -XFCE_DIR = /var/XFCE -+XFCE_DIR = $(PREFIX)/lib/X11/XFCE ++XCOMM BINDIR = $(X11BASE)/bin ++XFCE_DIR = $(X11BASE)/share/XFCE + XBINDIR = $(BINDIR) XFCE_PAL = $(XFCE_DIR)/palettes XFCE_BACKDROPS = $(XFCE_DIR)/backdrops - XFCE_HELP = $(XFCE_DIR)/help diff -ruN xfce.orig/patches/patch-ab xfce/patches/patch-ab --- xfce.orig/patches/patch-ab Sun Mar 28 12:01:00 1999 +++ xfce/patches/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,34 +0,0 @@ ---- xfce/Imakefile.orig Wed Oct 21 09:11:00 1998 -+++ xfce/Imakefile Tue Nov 17 14:28:44 1998 -@@ -20,10 +20,10 @@ - - XCOMM And then, use the right directory as extra include - XCOMM for LINUX: --XCOMM EXTRA_LIBRARIES = -L/usr/local/lib -lforms -lXpm -lm -+EXTRA_LIBRARIES = -L/usr/X11R6/lib -lxforms -lXpm -lm - - XCOMM for static link with XForms --EXTRA_LIBRARIES = $(USRLIBDIR)/libforms.a -L/usr/local/lib -lXpm -lm -+XCOMM EXTRA_LIBRARIES = $(USRLIBDIR)/libforms.a -L/usr/local/lib -lXpm -lm - - XCOMM for SOLARIS 2.5.1 - XCOMM EXTRA_LIBRARIES = -L/usr/local/lib -lforms -lXpm -lm -lsocket -@@ -52,15 +52,13 @@ - - - install.bin:: $(PROGRAMS) install.man -- @umask 022 - @if [ -d $(DEST_BIN) ]; then set +x; \ - else (set -x; $(MKDIRHIER) $(DEST_BIN)); fi -- @cp -vf $(PROGRAMS) $(DEST_BIN); -- (cd $(DEST_BIN); ln -svf $(PROG1) XFCE); -+ @cp $(PROGRAMS) $(DEST_BIN); -+ (cd $(DEST_BIN); ln -s $(PROG1) XFCE); - @chmod 0755 $(DEST_BIN)/$(PROG1); - @chmod 0755 $(DEST_BIN)/$(PROG2); - - install:: install.bin -- @umask 022 - @mkdir -p $(DEST_XFCE) -- @cp -vpf XFce2.logo $(DEST_XFCE); -+ @cp XFce2.logo $(DEST_XFCE); diff -ruN xfce.orig/patches/patch-ac xfce/patches/patch-ac --- xfce.orig/patches/patch-ac Sun Mar 28 12:01:00 1999 +++ xfce/patches/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,22 +0,0 @@ ---- xfsound/Imakefile.orig Wed Oct 21 09:11:00 1998 -+++ xfsound/Imakefile Tue Nov 17 14:29:54 1998 -@@ -10,8 +10,8 @@ - PROGRAM = xfsound - PLAY_SOUND = xfplay - --XCOMM EXTRA_LIBRARIES = -L/usr/local/lib -lforms -lX11 -lXpm -lm --EXTRA_LIBRARIES = $(USRLIBDIR)/libforms.a -L/usr/local/lib -lX11 -lXpm -lm -+EXTRA_LIBRARIES = -L/usr/X11R6/lib -lxforms -lX11 -lXpm -lm -+XCOMM EXTRA_LIBRARIES = $(USRLIBDIR)/libforms.a -L/usr/local/lib -lX11 -lXpm -lm - EXTRA_INCLUDES = -I/usr/local/include -I/usr/X11R6/include/X11 -I. -Wall - EXTRA_DEFINES = -DXFCE_ICONS=\"$(XFCE_ICONS)\" -DXFCE_DIR=\"$(XFCE_DIR)\"\ - -DXBINDIR=\"$(XBINDIR)\" -DXFCE_PAL=\"$(XFCE_PAL)\"\ -@@ -21,7 +21,6 @@ - ComplexProgramTarget(xfsound) - - install:: -- @umask 022 - @if [ -d $(DEST_BIN) ]; then set +x; \ - else (set -x; $(MKDIRHIER) $(DEST_BIN)); fi -- @cp -vf $(PLAY_SOUND) $(DEST_BIN); -+ @cp $(PLAY_SOUND) $(DEST_BIN); diff -ruN xfce.orig/patches/patch-ad xfce/patches/patch-ad --- xfce.orig/patches/patch-ad Sun Mar 28 12:01:00 1999 +++ xfce/patches/patch-ad Thu Jan 1 09:00:00 1970 @@ -1,81 +0,0 @@ ---- goodies/Imakefile.orig Wed Oct 21 09:11:00 1998 -+++ goodies/Imakefile Tue Nov 17 14:36:44 1998 -@@ -1,64 +1,45 @@ - #include "../XFCE.def" - - install.palettes:: -- umask 000 - mkdir -p $(DEST_PAL) - chmod a+w $(DEST_PAL) -- cp -vpf palettes\/* $(DEST_PAL) -+ cp palettes\/* $(DEST_PAL) - - install.help:: -- umask 022 - mkdir -p $(DEST_HELP) -- cp -vdfR help\/* $(DEST_HELP) -+ cp -R help\/* $(DEST_HELP) - chmod -R a+r $(DEST_HELP) - - install.icons:: -- umask 022 - mkdir -p $(DEST_ICONS) -- cp -vpf icons\/* $(DEST_ICONS) -+ cp icons\/* $(DEST_ICONS) - chmod -R a+r $(DEST_ICONS) - - install.sounds:: -- umask 022 - mkdir -p $(DEST_SOUNDS) -- cp -vpf sounds\/* $(DEST_SOUNDS) -+ cp sounds\/* $(DEST_SOUNDS) - chmod -R a+r $(DEST_SOUNDS) - - install.backdrops:: -- umask 022 - mkdir -p $(DEST_BACKDROPS) -- cp -vpf backdrops\/* $(DEST_BACKDROPS) -+ cp backdrops\/* $(DEST_BACKDROPS) - chmod -R a+r $(DEST_BACKDROPS) - - install.sample:: -- umask 022 -- @cp -vpf sample.* $(DEST_XFCE)/; -+ @cp sample.* $(DEST_XFCE)/; - (cd $(DEST_XFCE);\ -- ln -svf sample.fvwmrc system.fvwmrc;\ -- ln -svf sample.fvwm2rc system.fvwm2rc;\ -- ln -svf sample.xfwmrc system.xfwmrc;) -+ ln -s sample.fvwmrc system.fvwmrc;\ -+ ln -s sample.fvwm2rc system.fvwm2rc;\ -+ ln -s sample.xfwmrc system.xfwmrc;) - (cd $(DEST_XFCE);\ -- ln -svf sample.xfcerc .xfcerc;\ -- ln -svf sample.xinitrc .xinitrc;\ -- ln -svf sample.xfbdrc .xfbdrc;\ -- ln -svf sample.xfsoundrc .xfsoundrc;) -+ ln -s sample.xfcerc .xfcerc;\ -+ ln -s sample.xinitrc .xinitrc;\ -+ ln -s sample.xfbdrc .xfbdrc;\ -+ ln -s sample.xfsoundrc .xfsoundrc;) - chmod -R a+r $(DEST_XFCE) - --install.bin:: -- umask 022 -- @if [ -d $(DEST_BIN) ]; then set +x; \ -- else (set -x; $(MKDIRHIER) $(DEST_BIN)); fi -- @cp -vpf xfce_setup $(DEST_BIN); -- @cp -vpf xfce_remove $(DEST_BIN); -- @cp -vpf Quickstart $(DEST_XFCE)/; -- @chmod 0755 $(DEST_BIN)/xfce_setup; -- @chmod 0755 $(DEST_BIN)/xfce_remove; -- @chmod 0755 $(DEST_XFCE)/Quickstart; -- chmod -R a+r $(DEST_XFCE) -- -- - install:: install.palettes install.help install.icons install.backdrops \ -- install.sounds install.sample install.bin -+ install.sounds install.sample - - all:: - @echo Nothing to build for the goodies ! diff -ruN xfce.orig/patches/patch-ae xfce/patches/patch-ae --- xfce.orig/patches/patch-ae Sun Mar 28 12:01:00 1999 +++ xfce/patches/patch-ae Thu Jan 1 09:00:00 1970 @@ -1,8 +0,0 @@ ---- Imakefile.orig Tue Nov 17 13:59:58 1998 -+++ Imakefile Tue Nov 17 14:00:05 1998 -@@ -14,4 +14,4 @@ - install:: - mkdir -p $(XFCE_DIR) - mkdir -p $(XFCE_DIR)/doc -- @cp -vp INSTALL MANUAL README COPYRIGHT $(XFCE_DIR)/doc/ -+ @cp INSTALL MANUAL README COPYRIGHT $(XFCE_DIR)/doc/ diff -ruN xfce.orig/pkg/PLIST xfce/pkg/PLIST --- xfce.orig/pkg/PLIST Sun Mar 28 12:01:00 1999 +++ xfce/pkg/PLIST Sun Mar 28 12:09:27 1999 @@ -1,442 +1,10 @@ bin/xfbd bin/xfce +bin/xfmouse +bin/xfpager bin/xfplay bin/xfsound bin/xfwm -lib/X11/XFCE/backdrops/Anneaux.xpm -lib/X11/XFCE/backdrops/Arena.xpm -lib/X11/XFCE/backdrops/Bluedrops.xpm -lib/X11/XFCE/backdrops/Bluefalls.xpm -lib/X11/XFCE/backdrops/Boucles.xpm -lib/X11/XFCE/backdrops/Brownie.xpm -lib/X11/XFCE/backdrops/Candies.xpm -lib/X11/XFCE/backdrops/Cds.xpm -lib/X11/XFCE/backdrops/Circle.xpm -lib/X11/XFCE/backdrops/Cloth.xpm -lib/X11/XFCE/backdrops/Clouds.xpm -lib/X11/XFCE/backdrops/Cocoa.xpm -lib/X11/XFCE/backdrops/Compute.xpm -lib/X11/XFCE/backdrops/Concrete.xpm -lib/X11/XFCE/backdrops/Darkblue.xpm -lib/X11/XFCE/backdrops/Darkblue2.xpm -lib/X11/XFCE/backdrops/Desert.xpm -lib/X11/XFCE/backdrops/Desert2.xpm -lib/X11/XFCE/backdrops/Dry.xpm -lib/X11/XFCE/backdrops/Eyes.xpm -lib/X11/XFCE/backdrops/Fire.xpm -lib/X11/XFCE/backdrops/Flames.xpm -lib/X11/XFCE/backdrops/Flow.xpm -lib/X11/XFCE/backdrops/Funkyblue.xpm -lib/X11/XFCE/backdrops/Gallets.xpm -lib/X11/XFCE/backdrops/Glasses.xpm -lib/X11/XFCE/backdrops/Gold.xpm -lib/X11/XFCE/backdrops/Gradient.xpm -lib/X11/XFCE/backdrops/Granit.xpm -lib/X11/XFCE/backdrops/Gray.xpm -lib/X11/XFCE/backdrops/Green.xpm -lib/X11/XFCE/backdrops/Greenslate.xpm -lib/X11/XFCE/backdrops/Grey.xpm -lib/X11/XFCE/backdrops/Grey_marb.xpm -lib/X11/XFCE/backdrops/Greydrops.xpm -lib/X11/XFCE/backdrops/Greysea.xpm -lib/X11/XFCE/backdrops/Guimauve.xpm -lib/X11/XFCE/backdrops/Hardblue.xpm -lib/X11/XFCE/backdrops/Honey.xpm -lib/X11/XFCE/backdrops/Leaves.xpm -lib/X11/XFCE/backdrops/Marble2.xpm -lib/X11/XFCE/backdrops/Marbled.xpm -lib/X11/XFCE/backdrops/Marbled2.xpm -lib/X11/XFCE/backdrops/Marblee.xpm -lib/X11/XFCE/backdrops/Maze.xpm -lib/X11/XFCE/backdrops/Multicolor1.xpm -lib/X11/XFCE/backdrops/Multicolor2.xpm -lib/X11/XFCE/backdrops/Notes.xpm -lib/X11/XFCE/backdrops/Paper.xpm -lib/X11/XFCE/backdrops/Pencils.xpm -lib/X11/XFCE/backdrops/Pieces.xpm -lib/X11/XFCE/backdrops/Plasma.xpm -lib/X11/XFCE/backdrops/Pool.xpm -lib/X11/XFCE/backdrops/Praline.xpm -lib/X11/XFCE/backdrops/Psy.xpm -lib/X11/XFCE/backdrops/Psy2.xpm -lib/X11/XFCE/backdrops/Psy3.xpm -lib/X11/XFCE/backdrops/Raindrops.xpm -lib/X11/XFCE/backdrops/Rock.xpm -lib/X11/XFCE/backdrops/Rotin.xpm -lib/X11/XFCE/backdrops/Rough.xpm -lib/X11/XFCE/backdrops/Sandy-ridges.xpm -lib/X11/XFCE/backdrops/Satin.xpm -lib/X11/XFCE/backdrops/Satin2.xpm -lib/X11/XFCE/backdrops/Satin3.xpm -lib/X11/XFCE/backdrops/Sea.xpm -lib/X11/XFCE/backdrops/Sky.xpm -lib/X11/XFCE/backdrops/Slate.xpm -lib/X11/XFCE/backdrops/Smooth.xpm -lib/X11/XFCE/backdrops/Soft.xpm -lib/X11/XFCE/backdrops/Softblue.xpm -lib/X11/XFCE/backdrops/Sol.xpm -lib/X11/XFCE/backdrops/Solid.xpm -lib/X11/XFCE/backdrops/Space.xpm -lib/X11/XFCE/backdrops/Space2.xpm -lib/X11/XFCE/backdrops/Speed.xpm -lib/X11/XFCE/backdrops/Storm.xpm -lib/X11/XFCE/backdrops/Stucco.xpm -lib/X11/XFCE/backdrops/Teal.xpm -lib/X11/XFCE/backdrops/Tiles.xpm -lib/X11/XFCE/backdrops/Tiles2.xpm -lib/X11/XFCE/backdrops/Tiles3.xpm -lib/X11/XFCE/backdrops/Time.xpm -lib/X11/XFCE/backdrops/Ufo.xpm -lib/X11/XFCE/backdrops/Wall1.xpm -lib/X11/XFCE/backdrops/Wall2.xpm -lib/X11/XFCE/backdrops/Wall3.xpm -lib/X11/XFCE/backdrops/Wax.xpm -lib/X11/XFCE/backdrops/Weave-red.xpm -lib/X11/XFCE/backdrops/Weird.xpm -lib/X11/XFCE/backdrops/Wood-floor.xpm -lib/X11/XFCE/backdrops/Wood.xpm -lib/X11/XFCE/backdrops/Wood2.xpm -lib/X11/XFCE/backdrops/Worm.xpm -lib/X11/XFCE/backdrops/XFce_logo.xpm -lib/X11/XFCE/backdrops/Yellow.xpm -lib/X11/XFCE/doc/COPYRIGHT -lib/X11/XFCE/doc/INSTALL -lib/X11/XFCE/doc/MANUAL -lib/X11/XFCE/doc/README -lib/X11/XFCE/help/en/addmodcm.html -lib/X11/XFCE/help/en/author.html -lib/X11/XFCE/help/en/binary.html -lib/X11/XFCE/help/en/defscreen.html -lib/X11/XFCE/help/en/desktop.html -lib/X11/XFCE/help/en/index.html -lib/X11/XFCE/help/en/info.html -lib/X11/XFCE/help/en/intro.html -lib/X11/XFCE/help/en/library.html -lib/X11/XFCE/help/en/links.html -lib/X11/XFCE/help/en/menus.html -lib/X11/XFCE/help/en/panel.html -lib/X11/XFCE/help/en/panelcom.html -lib/X11/XFCE/help/en/parameters.html -lib/X11/XFCE/help/en/setup.html -lib/X11/XFCE/help/en/table.html -lib/X11/XFCE/help/en/welcome.html -lib/X11/XFCE/help/en/xfbd.html -lib/X11/XFCE/help/en/xfsound.html -lib/X11/XFCE/help/en/xfwm.html -lib/X11/XFCE/help/fr/addmodcm.html -lib/X11/XFCE/help/fr/author.html -lib/X11/XFCE/help/fr/binary.html -lib/X11/XFCE/help/fr/defscreen.html -lib/X11/XFCE/help/fr/desktop.html -lib/X11/XFCE/help/fr/index.html -lib/X11/XFCE/help/fr/info.html -lib/X11/XFCE/help/fr/intro.html -lib/X11/XFCE/help/fr/library.html -lib/X11/XFCE/help/fr/links.html -lib/X11/XFCE/help/fr/menus.html -lib/X11/XFCE/help/fr/panel.html -lib/X11/XFCE/help/fr/panelcom.html -lib/X11/XFCE/help/fr/parameters.html -lib/X11/XFCE/help/fr/setup.html -lib/X11/XFCE/help/fr/table.html -lib/X11/XFCE/help/fr/welcome.html -lib/X11/XFCE/help/fr/xfbd.html -lib/X11/XFCE/help/fr/xfsound.html -lib/X11/XFCE/help/fr/xfwm.html -lib/X11/XFCE/help/images/Announcement.gif -lib/X11/XFCE/help/images/Backleft.gif -lib/X11/XFCE/help/images/XFBD.gif -lib/X11/XFCE/help/images/XFCE_additem.gif -lib/X11/XFCE/help/images/XFCE_butinfo.gif -lib/X11/XFCE/help/images/XFCE_butlock.gif -lib/X11/XFCE/help/images/XFCE_butquit.gif -lib/X11/XFCE/help/images/XFCE_butsetup.gif -lib/X11/XFCE/help/images/XFCE_center.gif -lib/X11/XFCE/help/images/XFCE_close.gif -lib/X11/XFCE/help/images/XFCE_define.gif -lib/X11/XFCE/help/images/XFCE_filesel.gif -lib/X11/XFCE/help/images/XFCE_iconify.gif -lib/X11/XFCE/help/images/XFCE_iconmenu.gif -lib/X11/XFCE/help/images/XFCE_iconmenu2.gif -lib/X11/XFCE/help/images/XFCE_left.gif -lib/X11/XFCE/help/images/XFCE_loadpal.gif -lib/X11/XFCE/help/images/XFCE_logo.gif -lib/X11/XFCE/help/images/XFCE_menu.gif -lib/X11/XFCE/help/images/XFCE_menu_detached.gif -lib/X11/XFCE/help/images/XFCE_menu_selected.gif -lib/X11/XFCE/help/images/XFCE_move.gif -lib/X11/XFCE/help/images/XFCE_panel.gif -lib/X11/XFCE/help/images/XFCE_popdown.gif -lib/X11/XFCE/help/images/XFCE_popup.gif -lib/X11/XFCE/help/images/XFCE_right.gif -lib/X11/XFCE/help/images/XFCE_screen.gif -lib/X11/XFCE/help/images/XFCE_selexec.gif -lib/X11/XFCE/help/images/XFCE_setup.gif -lib/X11/XFCE/help/images/XFCE_topleft.gif -lib/X11/XFCE/help/images/XFSND_dialog.gif -lib/X11/XFCE/help/images/XFSND_eventlist.gif -lib/X11/XFCE/help/images/XFSND_fileselect.gif -lib/X11/XFCE/help/images/XFWM_activetitlebar.gif -lib/X11/XFCE/help/images/XFWM_colors.gif -lib/X11/XFCE/help/images/XFWM_iconify.gif -lib/X11/XFCE/help/images/XFWM_inactivetitlebar.gif -lib/X11/XFCE/help/images/XFWM_maximize.gif -lib/X11/XFCE/help/images/XFWM_maximized.gif -lib/X11/XFCE/help/images/XFWM_menuclose.gif -lib/X11/XFCE/help/images/XFWM_pal1.gif -lib/X11/XFCE/help/images/XFWM_pal2.gif -lib/X11/XFCE/help/images/XFWM_pal3.gif -lib/X11/XFCE/help/images/XFWM_pal4.gif -lib/X11/XFCE/help/images/XFWM_sticky.gif -lib/X11/XFCE/help/images/XFWM_window.gif -lib/X11/XFCE/help/images/a_propos_auteur.gif -lib/X11/XFCE/help/images/about_the_author.gif -lib/X11/XFCE/help/images/autres_liens.gif -lib/X11/XFCE/help/images/backdrop_manager.gif -lib/X11/XFCE/help/images/backgr.gif -lib/X11/XFCE/help/images/barre_principale.gif -lib/X11/XFCE/help/images/binary_distribution.gif -lib/X11/XFCE/help/images/bouncing.gif -lib/X11/XFCE/help/images/cholesterol-small.gif -lib/X11/XFCE/help/images/cholesterol_free.gif -lib/X11/XFCE/help/images/clic_dbl.gif -lib/X11/XFCE/help/images/clic_left.gif -lib/X11/XFCE/help/images/clic_mid.gif -lib/X11/XFCE/help/images/clic_right.gif -lib/X11/XFCE/help/images/commandes_barre_principale.gif -lib/X11/XFCE/help/images/compiler_xfce.gif -lib/X11/XFCE/help/images/compiling_sources.gif -lib/X11/XFCE/help/images/contenu_menus.gif -lib/X11/XFCE/help/images/define_front_panel_commands.gif -lib/X11/XFCE/help/images/desktop_with_xfce.gif -lib/X11/XFCE/help/images/distribution_precompilee.gif -lib/X11/XFCE/help/images/download.gif -lib/X11/XFCE/help/images/english.gif -lib/X11/XFCE/help/images/france.gif -lib/X11/XFCE/help/images/gestionnaire_fenetres.gif -lib/X11/XFCE/help/images/gestionnaire_papier.gif -lib/X11/XFCE/help/images/gestionnaire_sons.gif -lib/X11/XFCE/help/images/introduction.gif -lib/X11/XFCE/help/images/labels_ecran.gif -lib/X11/XFCE/help/images/librairie_xforms.gif -lib/X11/XFCE/help/images/linux-kheops.gif -lib/X11/XFCE/help/images/liste_distribution.gif -lib/X11/XFCE/help/images/logo.gif -lib/X11/XFCE/help/images/logo07.gif -lib/X11/XFCE/help/images/mailing_list.gif -lib/X11/XFCE/help/images/menu_entries.gif -lib/X11/XFCE/help/images/menus_deroulants.gif -lib/X11/XFCE/help/images/moongroup_micro.gif -lib/X11/XFCE/help/images/moongroup_neon.gif -lib/X11/XFCE/help/images/moongroup_small.gif -lib/X11/XFCE/help/images/mouse.gif -lib/X11/XFCE/help/images/new.gif -lib/X11/XFCE/help/images/nocount.gif -lib/X11/XFCE/help/images/olivier.gif -lib/X11/XFCE/help/images/other_links.gif -lib/X11/XFCE/help/images/parametres_configuration.gif -lib/X11/XFCE/help/images/penguincompany.jpg -lib/X11/XFCE/help/images/popup_menus.gif -lib/X11/XFCE/help/images/press.gif -lib/X11/XFCE/help/images/screen_1.gif -lib/X11/XFCE/help/images/screen_2.gif -lib/X11/XFCE/help/images/screen_3.gif -lib/X11/XFCE/help/images/screen_4.gif -lib/X11/XFCE/help/images/screen_labels.gif -lib/X11/XFCE/help/images/screens.gif -lib/X11/XFCE/help/images/setup_parameters.gif -lib/X11/XFCE/help/images/sound_manager.gif -lib/X11/XFCE/help/images/telechargement.gif -lib/X11/XFCE/help/images/ver2released.gif -lib/X11/XFCE/help/images/vertical_XFCE.gif -lib/X11/XFCE/help/images/votre_bureau.gif -lib/X11/XFCE/help/images/xfce2_help_system.gif -lib/X11/XFCE/help/images/xfce_front_panel.gif -lib/X11/XFCE/help/images/xforms_library.gif -lib/X11/XFCE/help/images/xfwm_window_manager.gif -lib/X11/XFCE/help/index.html -lib/X11/XFCE/icons/ABC.xpm -lib/X11/XFCE/icons/AZ.xpm -lib/X11/XFCE/icons/Animator.xpm -lib/X11/XFCE/icons/AntiVirus.xpm -lib/X11/XFCE/icons/BackUp.xpm -lib/X11/XFCE/icons/Ballon.xpm -lib/X11/XFCE/icons/Binoculars.xpm -lib/X11/XFCE/icons/Bomb.xpm -lib/X11/XFCE/icons/Bomb2.xpm -lib/X11/XFCE/icons/Box_empty.xpm -lib/X11/XFCE/icons/Box_full.xpm -lib/X11/XFCE/icons/C++.xpm -lib/X11/XFCE/icons/C.xpm -lib/X11/XFCE/icons/CAD.xpm -lib/X11/XFCE/icons/CAD2.xpm -lib/X11/XFCE/icons/Calculator.xpm -lib/X11/XFCE/icons/Camera.xpm -lib/X11/XFCE/icons/Cards.xpm -lib/X11/XFCE/icons/Chart.xpm -lib/X11/XFCE/icons/Clock.xpm -lib/X11/XFCE/icons/Colormap.xpm -lib/X11/XFCE/icons/CompactDisc.xpm -lib/X11/XFCE/icons/Connect.xpm -lib/X11/XFCE/icons/Copy.xpm -lib/X11/XFCE/icons/Database.xpm -lib/X11/XFCE/icons/DiskCopy.xpm -lib/X11/XFCE/icons/Disk_blue.xpm -lib/X11/XFCE/icons/Disks.xpm -lib/X11/XFCE/icons/Document.xpm -lib/X11/XFCE/icons/Drawing.xpm -lib/X11/XFCE/icons/Drawing2.xpm -lib/X11/XFCE/icons/Drawing3.xpm -lib/X11/XFCE/icons/Dynamite.xpm -lib/X11/XFCE/icons/Earth.xpm -lib/X11/XFCE/icons/Edit.xpm -lib/X11/XFCE/icons/Editres.xpm -lib/X11/XFCE/icons/Exit.xpm -lib/X11/XFCE/icons/FAX.xpm -lib/X11/XFCE/icons/Film.xpm -lib/X11/XFCE/icons/Film2.xpm -lib/X11/XFCE/icons/FontDesigner.xpm -lib/X11/XFCE/icons/Fonts.xpm -lib/X11/XFCE/icons/Format.xpm -lib/X11/XFCE/icons/Ftp.xpm -lib/X11/XFCE/icons/Game.xpm -lib/X11/XFCE/icons/Graph_bar.xpm -lib/X11/XFCE/icons/Graph_pie.xpm -lib/X11/XFCE/icons/Hammer.xpm -lib/X11/XFCE/icons/Key.xpm -lib/X11/XFCE/icons/Keys.xpm -lib/X11/XFCE/icons/Lightbulb.xpm -lib/X11/XFCE/icons/Lightning.xpm -lib/X11/XFCE/icons/Lock.xpm -lib/X11/XFCE/icons/Magnify.xpm -lib/X11/XFCE/icons/Mail.xpm -lib/X11/XFCE/icons/Math4.xpm -lib/X11/XFCE/icons/Meter.xpm -lib/X11/XFCE/icons/Mosaic.xpm -lib/X11/XFCE/icons/Mouse.xpm -lib/X11/XFCE/icons/Moviemaker2.xpm -lib/X11/XFCE/icons/Music.xpm -lib/X11/XFCE/icons/Music2.xpm -lib/X11/XFCE/icons/Netscape.xpm -lib/X11/XFCE/icons/News.xpm -lib/X11/XFCE/icons/No_drag.xpm -lib/X11/XFCE/icons/Packer.xpm -lib/X11/XFCE/icons/Palette.xpm -lib/X11/XFCE/icons/Pencil.xpm -lib/X11/XFCE/icons/Penguin.xpm -lib/X11/XFCE/icons/Plug.xpm -lib/X11/XFCE/icons/Postit.xpm -lib/X11/XFCE/icons/PrefsDock.xpm -lib/X11/XFCE/icons/Radar.xpm -lib/X11/XFCE/icons/Raytracer.xpm -lib/X11/XFCE/icons/Reader.xpm -lib/X11/XFCE/icons/Sound.xpm -lib/X11/XFCE/icons/SoundEditor.xpm -lib/X11/XFCE/icons/TEX.xpm -lib/X11/XFCE/icons/Tapes.xpm -lib/X11/XFCE/icons/Telescope.xpm -lib/X11/XFCE/icons/Temperature.xpm -lib/X11/XFCE/icons/Terminal.xpm -lib/X11/XFCE/icons/TextEditor.xpm -lib/X11/XFCE/icons/Tic_tac_toe.xpm -lib/X11/XFCE/icons/Tick.xpm -lib/X11/XFCE/icons/Timer.xpm -lib/X11/XFCE/icons/Torus.xpm -lib/X11/XFCE/icons/View.xpm -lib/X11/XFCE/icons/Viewer.xpm -lib/X11/XFCE/icons/Warning.xpm -lib/X11/XFCE/icons/WordProcessing.xpm -lib/X11/XFCE/icons/WordProcessing2.xpm -lib/X11/XFCE/icons/WordProcessing3.xpm -lib/X11/XFCE/icons/X_server.xpm -lib/X11/XFCE/icons/Xmix.xpm -lib/X11/XFCE/icons/Xterm.xpm -lib/X11/XFCE/icons/Xv.xpm -lib/X11/XFCE/palettes/Alpine -lib/X11/XFCE/palettes/Anthracite -lib/X11/XFCE/palettes/Bahamas -lib/X11/XFCE/palettes/Citrouille -lib/X11/XFCE/palettes/Dolly -lib/X11/XFCE/palettes/Dust -lib/X11/XFCE/palettes/Fall -lib/X11/XFCE/palettes/Golden -lib/X11/XFCE/palettes/Grayscale -lib/X11/XFCE/palettes/HiContrast -lib/X11/XFCE/palettes/Iceland -lib/X11/XFCE/palettes/Mauve -lib/X11/XFCE/palettes/Nature -lib/X11/XFCE/palettes/Netsy -lib/X11/XFCE/palettes/Plum -lib/X11/XFCE/palettes/Prairie -lib/X11/XFCE/palettes/Salmon -lib/X11/XFCE/palettes/Sand -lib/X11/XFCE/palettes/Spring -lib/X11/XFCE/palettes/Sunny -lib/X11/XFCE/palettes/Teal -lib/X11/XFCE/palettes/Troica -lib/X11/XFCE/palettes/Typhoon -lib/X11/XFCE/palettes/Win -lib/X11/XFCE/palettes/Xfce-1 -lib/X11/XFCE/sample.Xclients -lib/X11/XFCE/sample.fvwm2rc -lib/X11/XFCE/sample.fvwmrc -lib/X11/XFCE/sample.mwm.xinitrc -lib/X11/XFCE/sample.xfbdrc -lib/X11/XFCE/sample.xfcerc -lib/X11/XFCE/sample.xfsoundrc -lib/X11/XFCE/sample.xfwmrc -lib/X11/XFCE/sample.xinitrc -lib/X11/XFCE/sounds/alert01.wav -lib/X11/XFCE/sounds/beep01.wav -lib/X11/XFCE/sounds/beep02.wav -lib/X11/XFCE/sounds/beep03.wav -lib/X11/XFCE/sounds/beep04.wav -lib/X11/XFCE/sounds/beep05.wav -lib/X11/XFCE/sounds/beep06.wav -lib/X11/XFCE/sounds/beep07.wav -lib/X11/XFCE/sounds/beep08.wav -lib/X11/XFCE/sounds/beep09.wav -lib/X11/XFCE/sounds/beep10.wav -lib/X11/XFCE/sounds/beep11.wav -lib/X11/XFCE/sounds/beep12.wav -lib/X11/XFCE/sounds/bell01.wav -lib/X11/XFCE/sounds/bell02.wav -lib/X11/XFCE/sounds/bell03.wav -lib/X11/XFCE/sounds/bell04.wav -lib/X11/XFCE/sounds/bong01.wav -lib/X11/XFCE/sounds/bong02.wav -lib/X11/XFCE/sounds/bong03.wav -lib/X11/XFCE/sounds/bong04.wav -lib/X11/XFCE/sounds/bong05.wav -lib/X11/XFCE/sounds/bong06.wav -lib/X11/XFCE/sounds/bong07.wav -lib/X11/XFCE/sounds/bong08.wav -lib/X11/XFCE/sounds/bong09.wav -lib/X11/XFCE/sounds/bong10.wav -lib/X11/XFCE/sounds/bong11.wav -lib/X11/XFCE/sounds/bong12.wav -lib/X11/XFCE/sounds/crash01.wav -lib/X11/XFCE/sounds/crash02.wav -lib/X11/XFCE/sounds/crash04.wav -lib/X11/XFCE/sounds/crash05.wav -lib/X11/XFCE/sounds/crash06.wav -lib/X11/XFCE/sounds/logon01.wav -lib/X11/XFCE/sounds/logon02.wav -lib/X11/XFCE/sounds/logout01.wav -lib/X11/XFCE/sounds/ping01.wav -lib/X11/XFCE/sounds/ping02.wav -lib/X11/XFCE/sounds/ping03.wav -lib/X11/XFCE/sounds/ping04.wav -lib/X11/XFCE/sounds/pop01.wav -lib/X11/XFCE/sounds/pop02.wav -lib/X11/XFCE/sounds/sink01.wav -lib/X11/XFCE/sounds/slide01.wav -lib/X11/XFCE/sounds/slide02.wav -lib/X11/XFCE/sounds/space01.wav -lib/X11/XFCE/sounds/zap01.wav -lib/X11/XFCE/sounds/zap02.wav -lib/X11/XFCE/sounds/zap03.wav -lib/X11/XFCE/sounds/zap04.wav lib/X11/app-defaults/XFce lib/X11/app-defaults/XFce-de lib/X11/app-defaults/XFce-en @@ -444,11 +12,12 @@ lib/X11/app-defaults/XFce-fr lib/X11/app-defaults/XFce-hu lib/X11/app-defaults/XFce-it +lib/X11/app-defaults/XFce-pt lib/X11/app-defaults/XFce-sk man/man1/xfce.1.gz +man/man1/xfmouse.1.gz +man/man1/xfpager.1.gz man/man1/xfsound.1.gz man/man1/xfwm.1.gz -@dirrm lib/X11/XFCE/backdrops -@dirrm lib/X11/XFCE/help -@dirrm lib/X11/XFCE/sounds -@dirrm lib/X11/XFCE +@dirrm share/XFCE/doc +@dirrm share/XFCE >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 3: 6:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from scds.com (jseger.shore.net [204.167.102.1]) by hub.freebsd.org (Postfix) with ESMTP id BC11B1584A; Mon, 29 Mar 1999 03:06:25 -0800 (PST) (envelope-from jseger@jseger.scds.com) Received: from jseger.scds.com (localhost [127.0.0.1]) by scds.com (8.9.3/8.8.8) with ESMTP id GAA04883; Mon, 29 Mar 1999 06:06:45 -0500 (EST) (envelope-from jseger@jseger.scds.com) Message-Id: <199903291106.GAA04883@scds.com> To: me@FreeBSD.org Cc: ports@FreeBSD.org Subject: comms/seyon Date: Mon, 29 Mar 1999 06:06:45 -0500 From: "Justin M. Seger" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org comms/seyon has been BROKEN since 1998/04/03, almost 1 year now. If anyone plans to fix it anytime soon, let me know. Otherwise, I'll delete it in two weeks. TTYL, -Justin Seger- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 3:48:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gate2.consol.de (gate2.consol.de [194.221.87.12]) by hub.freebsd.org (Postfix) with ESMTP id 5A02E14BF8 for ; Mon, 29 Mar 1999 03:48:13 -0800 (PST) (envelope-from Michael.Elbel@consol.de) X-Envelope-Sender-Is: Michael.Elbel@consol.de (at relayer gate2.consol.de) Received: from msgsrv.bb.consol.de (root@msgsrv.bb.consol.de [10.250.0.100]) by gate2.consol.de (8.9.1a/8.9.1) with ESMTP id NAA17655 for ; Mon, 29 Mar 1999 13:47:53 +0200 (CEST) Received: from fourier.int.consol.de (fourier.int.consol.de [10.0.1.17]) by msgsrv.bb.consol.de (8.8.8/8.8.8) with ESMTP id NAA04209 for ; Mon, 29 Mar 1999 13:47:53 +0200 Received: (from me@localhost) by fourier.int.consol.de (8.9.3/8.8.7) id NAA75883 for ports@freebsd.org; Mon, 29 Mar 1999 13:47:53 +0200 (CEST) (envelope-from me) Date: Mon, 29 Mar 1999 13:39:13 +0200 From: Michael Elbel To: "Justin M. Seger" Subject: Re: comms/seyon Message-ID: <19990329133913.C1242@consol.de> References: <199903291106.GAA04883@scds.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199903291106.GAA04883@scds.com>; from Justin M. Seger on Mon, Mar 29, 1999 at 06:06:45AM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Mar 29, 1999 at 06:06:45AM -0500, Justin M. Seger wrote: > comms/seyon has been BROKEN since 1998/04/03, almost 1 year now. If > anyone plans to fix it anytime soon, let me know. Otherwise, I'll > delete it in two weeks. Thanks for the reminder - yes, I'll fix it. It's just 4 lines to delete from the Imakefile. Wanted to do that for a long time but forgot about it :-( Michael -- \|/ -O- Michael Elbel, ConSol* GmbH, - me@consol.de - 089 / 45841-256 /|\ Fermentation fault (coors dumped) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 4:20:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 90A0F14E0C for ; Mon, 29 Mar 1999 04:20:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA59042; Mon, 29 Mar 1999 04:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 Mar 1999 04:20:02 -0800 (PST) Message-Id: <199903291220.EAA59042@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Joep Grooten Subject: Re: ports/10707 Reply-To: Joep Grooten Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10707; it has been noted by GNATS. From: Joep Grooten To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/10707 Date: Mon, 29 Mar 1999 14:07:34 +0200 > Synopsis: [ADD] port for doxygen > > State-Changed-From-To: open->feedback > State-Changed-By: sheldonh > State-Changed-When: Sun Mar 28 09:01:13 PST 1999 > State-Changed-Why: > Please split patch-aa into one patchfile per file to be patched. Done. Do patches for different files always have to be in different patch files ? The only thing I could find about this in the handbook is that multiple patches on the same file should not be done by multiple patchfiles. > USE_PERL5= YES, not an explanation. Sure. Okay, here is the revised port for doxygen : # 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: # # doxygen # doxygen/Makefile # doxygen/patches # doxygen/patches/patch-aa # doxygen/patches/patch-ab # doxygen/patches/patch-ac # doxygen/patches/patch-ad # doxygen/files # doxygen/files/md5 # doxygen/pkg # doxygen/pkg/COMMENT # doxygen/pkg/PLIST # doxygen/pkg/DESCR # echo c - doxygen mkdir -p doxygen > /dev/null 2>&1 echo x - doxygen/Makefile sed 's/^X//' >doxygen/Makefile << 'END-of-doxygen/Makefile' X# New ports collection makefile for: doxygen X# Version required: 0.4 X# Date created: 20 March 1998 X# Whom: Joep Grooten X# X# $Id$ X# X XDISTNAME= doxygen-0.4.src XPKGNAME= doxygen-0.4 XCATEGORIES= devel XMASTER_SITES= http://www.stack.nl/~dimitri/doxygen/dl/ X XMAINTAINER= joep@di.nl X XWRKSRC= ${WRKDIR}/doxygen-0.4 X XUSE_QT= YES X XUSE_PERL5= YES XMAKE_ARGS= freebsd-g++ X Xdo-configure: X cd ${WRKSRC}/src; \ X ${MAKE} tmake \ X TMAKE=../tmake/bin/tmake \ X TMAKEPATH=../tmake/lib/freebsd-g++ \ X PERL=${PERL} X Xdo-build: X @(cd ${WRKSRC}/src; ${MAKE}) X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/bin/doxygen ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/bin/doxytag ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/bin/doxysearch ${PREFIX}/bin X X.include END-of-doxygen/Makefile echo c - doxygen/patches mkdir -p doxygen/patches > /dev/null 2>&1 echo x - doxygen/patches/patch-aa sed 's/^X//' >doxygen/patches/patch-aa << 'END-of-doxygen/patches/patch-aa' X--- Makefile.orig Sun Mar 28 20:02:05 1999 X+++ Makefile Sat Mar 20 16:36:52 1999 X@@ -1,6 +1,6 @@ X MAKE = make # name of the make tool to use X TAR = tar # name of the GNU tar tool X-PERL = perl # name of the perl interpreter (version 5.0 or higher) X+PERL = $(PERL5) # name of the perl interpreter (version 5.0 or higher) X TMAKE = ../tmake/bin/tmake X X # for BSD-make X@@ -242,3 +242,5 @@ X src Makefile Makefile.windows INSTALL make.bat X X FORCE: X+ X+all: END-of-doxygen/patches/patch-aa echo x - doxygen/patches/patch-ab sed 's/^X//' >doxygen/patches/patch-ab << 'END-of-doxygen/patches/patch-ab' X--- src/doxygen.pro.orig Sun Mar 28 20:03:45 1999 X+++ src/doxygen.pro Sun Mar 21 12:24:16 1999 X@@ -29,7 +29,8 @@ X cppvalue.cpp ce_lex.cpp ce_parse.cpp pre.cpp \ X tag.cpp filename.cpp declinfo.cpp defargs.cpp define.cpp X win32:INCLUDEPATH += . X-#unix:INCLUDEPATH += /usr/include X+unix:INCLUDEPATH += /usr/local/include /usr/local/qt/include /usr/X11R6/include/X11/qt/ X+unix:TMAKE_LIBS += -L/usr/local/lib -L/usr/local/qt/lib -L/usr/X11R6/lib X #unix:TMAKE_CFLAGS = -ansi -pedantic -D_POSIX_SOURCE X TARGET = ../bin/doxygen X OBJECTS_DIR = ../objects END-of-doxygen/patches/patch-ab echo x - doxygen/patches/patch-ac sed 's/^X//' >doxygen/patches/patch-ac << 'END-of-doxygen/patches/patch-ac' X--- src/doxytag.pro.orig Sun Mar 28 20:04:26 1999 X+++ src/doxytag.pro Sun Mar 21 12:24:45 1999 X@@ -19,5 +19,6 @@ X SOURCES = doxytag.cpp suffixtree.cpp searchindex.cpp images.cpp X TARGET = ../bin/doxytag X win32:INCLUDEPATH += . X-#unix:INCLUDEPATH += /usr/include X+unix:INCLUDEPATH += /usr/local/include /usr/local/qt/include /usr/X11R6/include/X11/qt/ X+unix:TMAKE_LIBS += -L/usr/local/lib -L/usr/local/qt/lib -L/usr/X11R6/lib X OBJECTS_DIR = ../objects END-of-doxygen/patches/patch-ac echo x - doxygen/patches/patch-ad sed 's/^X//' >doxygen/patches/patch-ad << 'END-of-doxygen/patches/patch-ad' X--- tmake/bin/tmake.orig Sun Mar 28 20:16:14 1999 X+++ tmake/bin/tmake Sat Mar 20 12:28:08 1999 X@@ -1,4 +1,4 @@ X-#!/usr/bin/perl X+#!/usr/local/bin/perl X ############################################################################ X # $Id: tmake,v 1.53 1998/11/12 17:24:11 hanord Exp $ X # X@@ -207,7 +207,7 @@ X sub check_unix { X my($r); X $r = 0; X- if ( -f "/bin/uname" ) { X+ if ( -f "/usr/bin/uname" ) { X $r = 1; X (-f "\\bin\\uname") && ($r = 0); X } END-of-doxygen/patches/patch-ad echo c - doxygen/files mkdir -p doxygen/files > /dev/null 2>&1 echo x - doxygen/files/md5 sed 's/^X//' >doxygen/files/md5 << 'END-of-doxygen/files/md5' XMD5 (doxygen-0.4.src.tar.gz) = 6cee71d1331ba6f3019e3ee184663a6f END-of-doxygen/files/md5 echo c - doxygen/pkg mkdir -p doxygen/pkg > /dev/null 2>&1 echo x - doxygen/pkg/COMMENT sed 's/^X//' >doxygen/pkg/COMMENT << 'END-of-doxygen/pkg/COMMENT' Xa documentation system for C and C++. END-of-doxygen/pkg/COMMENT echo x - doxygen/pkg/PLIST sed 's/^X//' >doxygen/pkg/PLIST << 'END-of-doxygen/pkg/PLIST' Xbin/doxygen Xbin/doxytag Xbin/doxysearch END-of-doxygen/pkg/PLIST echo x - doxygen/pkg/DESCR sed 's/^X//' >doxygen/pkg/DESCR << 'END-of-doxygen/pkg/DESCR' XDoxygen is a documentation system for C and C++. It can generate an on-line Xclass browser (in HTML) and/or an off-line reference manual (in LaTeX) from a Xset of documented source files. The documentation is extracted directly from Xthe sources. X Xhttp://www.stack.nl/~dimitri/doxygen X XJoep Grooten Xjoep@di.nl END-of-doxygen/pkg/DESCR exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 5: 0:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A5DA157ED for ; Mon, 29 Mar 1999 05:00:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA62139; Mon, 29 Mar 1999 05:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from hole.noc.iafrica.com (hole.noc.iafrica.com [196.31.1.191]) by hub.freebsd.org (Postfix) with ESMTP id 1570F14E0C for ; Mon, 29 Mar 1999 04:53:04 -0800 (PST) (envelope-from bradh@hole.noc.iafrica.com) Received: from bradh by hole.noc.iafrica.com with local (Exim 2.04 #1) id 10RbX2-0003XQ-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 29 Mar 1999 14:52:44 +0200 Message-Id: Date: Mon, 29 Mar 1999 14:52:44 +0200 From: bradh@uunet.co.za Reply-To: bradh@uunet.co.za To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10857: NEW PORT: bind-8.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10857 >Category: ports >Synopsis: NEW PORT: bind-8.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 Mar 29 05:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Brad Hendrickse >Release: FreeBSD 3.1-STABLE i386 >Organization: UUNET SA >Environment: FreeBSD ns1.rabies.org.za 3.1-STABLE FreeBSD 3.1-STABLE #0: Tue Mar 16 00:50:52 SAST 1999 bradh@ns1.rabies.org.za:/usr/src/sys/compile/kernel.AMNESIA i386 SMP system - 2 x Intel Pentium 200Mhz >Description: The Berkeley Internet Name Daemon, an implementation of DNS. BIND 8 Features -> DNS Dynamic Updates (RFC 2136) -> DNS Change Notification (RFC 1996) -> Completely new configuration syntax -> Flexible, categorized logging system -> IP-address-based access control for queries, zone transfers, and updates that may be specified on a zone-by-zone basis -> More efficient zone transfers -> Improved performance for servers with thousands of zones -> The server no longer forks for outbound zone transfers -> Many bug fixes HomePage: http://www.isc.org/bind.html -- brad hendrickse bradh@uunet.co.za >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: # # bind8 # bind8/CVS # bind8/CVS/Root # bind8/CVS/Repository # bind8/CVS/Entries # bind8/Makefile # bind8/README.html # bind8/files # bind8/files/CVS # bind8/files/CVS/Root # bind8/files/CVS/Repository # bind8/files/CVS/Entries # bind8/files/md5 # bind8/patches # bind8/patches/patch-aa # bind8/patches/patch-ab # bind8/patches/patch-ac # bind8/patches/patch-ad # bind8/patches/patch-ae # bind8/patches/patch-af # bind8/pkg # bind8/pkg/CVS # bind8/pkg/CVS/Root # bind8/pkg/CVS/Repository # bind8/pkg/CVS/Entries # bind8/pkg/COMMENT # bind8/pkg/DESCR # bind8/pkg/PLIST # echo c - bind8 mkdir -p bind8 > /dev/null 2>&1 echo c - bind8/CVS mkdir -p bind8/CVS > /dev/null 2>&1 echo x - bind8/CVS/Root sed 's/^X//' >bind8/CVS/Root << 'END-of-bind8/CVS/Root' X/home/ncvs END-of-bind8/CVS/Root echo x - bind8/CVS/Repository sed 's/^X//' >bind8/CVS/Repository << 'END-of-bind8/CVS/Repository' X/home/ncvs/ports/net/bind8 END-of-bind8/CVS/Repository echo x - bind8/CVS/Entries sed 's/^X//' >bind8/CVS/Entries << 'END-of-bind8/CVS/Entries' X/Makefile/1.3/Wed Feb 4 16:23:28 1998// XD/files//// XD/patches//// XD/pkg//// END-of-bind8/CVS/Entries echo x - bind8/Makefile sed 's/^X//' >bind8/Makefile << 'END-of-bind8/Makefile' X# New ports collection makefile for: bind-8.2 X# Version required: 8.2 X# Date created: 29 March 1999 X# Whom: brad hendrickse X# X# $Id$ X# X XDISTNAME= bind-8.2 XCATEGORIES= net XMASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ XDISTFILES= bind-8.2-src.tar.gz bind-8.2-doc.tar.gz X XPATCH_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ XPATCHFILES= patch1 XPATCH_DIST_STRIP= -p1 X XMAINTAINER= bradh@uunet.co.za X XWRKSRC= ${WRKDIR}/src X XMAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 mkdep.1 XMAN3= getaddrinfo.3 gethostbyname.3 getnameinfo.3 getnetent.3 \ X inet_cidr.3 resolver.3 tsig.3 XMAN5= irs.conf.5 named.conf.5 resolver.5 XMAN7= hostname.7 mailaddr.7 XMAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ X nsupdate.8 X Xpost-install: X @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) X ${MKDIR} ${PREFIX}/share/doc/bind8 X ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 X X.include END-of-bind8/Makefile echo x - bind8/README.html sed 's/^X//' >bind8/README.html << 'END-of-bind8/README.html' X X The FreeBSD Ports Collection (net/bind8) X

The FreeBSD Ports Collection ("net/bind8")


X X X

You are now in the directory for the port "net/bind8" (package name "bind-8.1.1"). X X

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


XThe Berkeley Internet Name Daemon, an implementation of DNS. X


X X

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

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

X X

X X X


X Go up one level X| X Go to top of ports tree X X END-of-bind8/README.html echo c - bind8/files mkdir -p bind8/files > /dev/null 2>&1 echo c - bind8/files/CVS mkdir -p bind8/files/CVS > /dev/null 2>&1 echo x - bind8/files/CVS/Root sed 's/^X//' >bind8/files/CVS/Root << 'END-of-bind8/files/CVS/Root' X/home/ncvs END-of-bind8/files/CVS/Root echo x - bind8/files/CVS/Repository sed 's/^X//' >bind8/files/CVS/Repository << 'END-of-bind8/files/CVS/Repository' X/home/ncvs/ports/net/bind8/files END-of-bind8/files/CVS/Repository echo x - bind8/files/CVS/Entries sed 's/^X//' >bind8/files/CVS/Entries << 'END-of-bind8/files/CVS/Entries' X/md5/1.1.1.1/Wed Nov 26 00:24:18 1997// XD END-of-bind8/files/CVS/Entries echo x - bind8/files/md5 sed 's/^X//' >bind8/files/md5 << 'END-of-bind8/files/md5' XMD5 (bind-8.2-src.tar.gz) = f45ad0d96c8f4d7338b4c669fee906d8 XMD5 (bind-8.2-doc.tar.gz) = a5bee5f073016c2e2fb2a835f087ba28 XMD5 (patch1) = 73b1ba41798f47144723052bc434d876 END-of-bind8/files/md5 echo c - bind8/patches mkdir -p bind8/patches > /dev/null 2>&1 echo x - bind8/patches/patch-aa sed 's/^X//' >bind8/patches/patch-aa << 'END-of-bind8/patches/patch-aa' X*** /usr/ports/net/bind8/work/doc/man/Makefile Sun Mar 7 11:57:19 1999 X--- /usr/ports/net/bind8/work/doc/man/Makefile Mon Mar 29 01:56:15 1999 X*************** X*** 57,77 **** X # X # Default location for manual section directories. X # X! DESTMAN= /usr/share/man X X # X # Install manuals in ${MANDIR}N. For systems that generate catable manual X # entries on the fly, use X # MANDIR = man X # X! MANDIR = cat X X # X # Default extension for manual entries. To install the manual entries under X # their `real' extensions use X # CATEXT = $$N X # X! CATEXT = 0 X X # X # Command to install manual entries X--- 57,77 ---- X # X # Default location for manual section directories. X # X! DESTMAN= /usr/local/man X X # X # Install manuals in ${MANDIR}N. For systems that generate catable manual X # entries on the fly, use X # MANDIR = man X # X! MANDIR = man X X # X # Default extension for manual entries. To install the manual entries under X # their `real' extensions use X # CATEXT = $$N X # X! CATEXT = $$N X X # X # Command to install manual entries X*************** X*** 228,243 **** X # X # User command manual entries X # X! CMD_BASE = dig host dnsquery X CMD_SRC_EXT = 1 X CMD_SRC = dig.${CMD_SRC_EXT} \ X host.${CMD_SRC_EXT} \ X dnsquery.${CMD_SRC_EXT} \ X! dnskeygen.${CMD_SRC_EXT} X CMD_OUT = dig.${CMD_OUT_EXT} \ X host.${CMD_OUT_EXT} \ X dnsquery.${CMD_OUT_EXT} \ X! dnskeygen.${CMD_OUT_EXT} X X # X # named manual entries X--- 228,245 ---- X # X # User command manual entries X # X! CMD_BASE = dig host dnsquery dnskeygen mkdep X CMD_SRC_EXT = 1 X CMD_SRC = dig.${CMD_SRC_EXT} \ X host.${CMD_SRC_EXT} \ X dnsquery.${CMD_SRC_EXT} \ X! dnskeygen.${CMD_SRC_EXT} \ X! mkdep.${CMD_SRC_EXT} X CMD_OUT = dig.${CMD_OUT_EXT} \ X host.${CMD_OUT_EXT} \ X dnsquery.${CMD_OUT_EXT} \ X! dnskeygen.${CMD_OUT_EXT} \ X! mkdep.${CMD_OUT_EXT} X X # X # named manual entries X*************** X*** 278,284 **** X # X # Network library routines manual entries X # X! LIB_NETWORK_BASE = gethostbyname resolver getnetent X LIB_NETWORK_SRC_EXT = 3 X LIB_NETWORK_SRC = gethostbyname.${LIB_NETWORK_SRC_EXT} \ X inet_cidr.${LIB_NETWORK_SRC_EXT} \ X--- 280,287 ---- X # X # Network library routines manual entries X # X! LIB_NETWORK_BASE = gethostbyname inet_cidr resolver getnetent \ X! tsig getaddrinfo getnameinfo X LIB_NETWORK_SRC_EXT = 3 X LIB_NETWORK_SRC = gethostbyname.${LIB_NETWORK_SRC_EXT} \ X inet_cidr.${LIB_NETWORK_SRC_EXT} \ END-of-bind8/patches/patch-aa echo x - bind8/patches/patch-ab sed 's/^X//' >bind8/patches/patch-ab << 'END-of-bind8/patches/patch-ab' X*** /usr/ports/net/bind8/work/src/port/freebsd/Makefile.set Mon Mar 29 02:25:48 1999 X--- /usr/ports/net/bind8/work/src/port/freebsd/Makefile.set Mon Mar 29 02:26:34 1999 X*************** X*** 1,10 **** X 'CC=cc' X 'CDEBUG=-O2 -g' X! 'DESTBIN=/usr/bin' X! 'DESTSBIN=/usr/sbin' X! 'DESTEXEC=/usr/libexec' X! 'DESTMAN=/usr/share/man' X! 'DESTHELP=/usr/share/misc' X 'DESTETC=/etc' X 'DESTRUN=/var/run' X 'LEX=lex -I' X--- 1,10 ---- X 'CC=cc' X 'CDEBUG=-O2 -g' X! 'DESTBIN=/usr/local/bin' X! 'DESTSBIN=/usr/local/sbin' X! 'DESTEXEC=/usr/local/libexec' X! 'DESTMAN=/usr/local/man' X! 'DESTHELP=/usr/local/share/misc' X 'DESTETC=/etc' X 'DESTRUN=/var/run' X 'LEX=lex -I' END-of-bind8/patches/patch-ab echo x - bind8/patches/patch-ac sed 's/^X//' >bind8/patches/patch-ac << 'END-of-bind8/patches/patch-ac' X*** /usr/ports/net/bind8/work/src/include/Makefile Mon Mar 29 11:27:51 1999 X--- /usr/ports/net/bind8/work/src/include/Makefile Mon Mar 29 11:28:34 1999 X*************** X*** 17,23 **** X HFILES = netdb.h resolv.h irs.h irp.h hesiod.h X X DESTDIR= X! DESTINC= /usr/local/bind/include X INSTALL= install X INSTALL_INC= X X--- 17,23 ---- X HFILES = netdb.h resolv.h irs.h irp.h hesiod.h X X DESTDIR= X! DESTINC= /usr/local/include/bind X INSTALL= install X INSTALL_INC= X END-of-bind8/patches/patch-ac echo x - bind8/patches/patch-ad sed 's/^X//' >bind8/patches/patch-ad << 'END-of-bind8/patches/patch-ad' X*** /usr/ports/net/bind8/work/src/lib/Makefile Mon Mar 29 11:30:30 1999 X--- /usr/ports/net/bind8/work/src/lib/Makefile Mon Mar 29 11:30:51 1999 X*************** X*** 25,32 **** X O=o X A=a X DESTDIR= X! DESTINC= /usr/local/bind/include X! DESTLIB= /usr/local/bind/lib X TOP= .. X INCL= ${TOP}/include X PORTINCL= ${TOP}/port/${SYSTYPE}/include X--- 25,32 ---- X O=o X A=a X DESTDIR= X! DESTINC= /usr/local/include/bind X! DESTLIB= /usr/local/lib X TOP= .. X INCL= ${TOP}/include X PORTINCL= ${TOP}/port/${SYSTYPE}/include END-of-bind8/patches/patch-ad echo x - bind8/patches/patch-ae sed 's/^X//' >bind8/patches/patch-ae << 'END-of-bind8/patches/patch-ae' X*** /usr/ports/net/bind8/work/src/port/freebsd/include/Makefile Mon Mar 29 14:28:40 1999 X--- /usr/ports/net/bind8/work/src/port/freebsd/include/Makefile Mon Mar 29 14:29:08 1999 X*************** X*** 55,61 **** X HFILES = X X DESTDIR= X! DESTINC= /usr/local/bind/include X INSTALL= install X X MARGS= DESTDIR="${DESTDIR}" DESTINC="${DESTINC}" INSTALL="${INSTALL}" X--- 55,61 ---- X HFILES = X X DESTDIR= X! DESTINC= /usr/local/include/bind X INSTALL= install X X MARGS= DESTDIR="${DESTDIR}" DESTINC="${DESTINC}" INSTALL="${INSTALL}" END-of-bind8/patches/patch-ae echo x - bind8/patches/patch-af sed 's/^X//' >bind8/patches/patch-af << 'END-of-bind8/patches/patch-af' X*** /usr/ports/net/bind8/work/src/port/freebsd/include/sys/Makefile Mon Mar 29 14:31:35 1999 X--- /usr/ports/net/bind8/work/src/port/freebsd/include/sys/Makefile Mon Mar 29 14:31:07 1999 X*************** X*** 54,60 **** X HFILES= bitypes.h cdefs.h X X DESTDIR= X! DESTINC= /usr/local/bind/include X X all depend: X X--- 54,60 ---- X HFILES= bitypes.h cdefs.h X X DESTDIR= X! DESTINC= /usr/local/include/bind X X all depend: X END-of-bind8/patches/patch-af echo c - bind8/pkg mkdir -p bind8/pkg > /dev/null 2>&1 echo c - bind8/pkg/CVS mkdir -p bind8/pkg/CVS > /dev/null 2>&1 echo x - bind8/pkg/CVS/Root sed 's/^X//' >bind8/pkg/CVS/Root << 'END-of-bind8/pkg/CVS/Root' X/home/ncvs END-of-bind8/pkg/CVS/Root echo x - bind8/pkg/CVS/Repository sed 's/^X//' >bind8/pkg/CVS/Repository << 'END-of-bind8/pkg/CVS/Repository' X/home/ncvs/ports/net/bind8/pkg END-of-bind8/pkg/CVS/Repository echo x - bind8/pkg/CVS/Entries sed 's/^X//' >bind8/pkg/CVS/Entries << 'END-of-bind8/pkg/CVS/Entries' X/COMMENT/1.1.1.1/Wed Nov 26 00:24:19 1997// X/DESCR/1.1.1.1/Wed Nov 26 00:24:20 1997// X/PLIST/1.1.1.1/Wed Nov 26 00:24:20 1997// XD END-of-bind8/pkg/CVS/Entries echo x - bind8/pkg/COMMENT sed 's/^X//' >bind8/pkg/COMMENT << 'END-of-bind8/pkg/COMMENT' XThe Berkeley Internet Name Daemon, an implementation of DNS. END-of-bind8/pkg/COMMENT echo x - bind8/pkg/DESCR sed 's/^X//' >bind8/pkg/DESCR << 'END-of-bind8/pkg/DESCR' XThe Berkeley Internet Name Daemon, an implementation of DNS. X XBIND 8 Features X -> DNS Dynamic Updates (RFC 2136) X -> DNS Change Notification (RFC 1996) X -> Completely new configuration syntax X -> Flexible, categorized logging system X -> IP-address-based access control for queries, zone transfers, and X updates that may be specified on a zone-by-zone basis X -> More efficient zone transfers X -> Improved performance for servers with thousands of zones X -> The server no longer forks for outbound zone transfers X -> Many bug fixes X XHomePage: http://www.isc.org/bind.html X X-- Xbrad hendrickse Xbradh@uunet.co.za END-of-bind8/pkg/DESCR echo x - bind8/pkg/PLIST sed 's/^X//' >bind8/pkg/PLIST << 'END-of-bind8/pkg/PLIST' Xinclude/bind/arpa/inet.h Xinclude/bind/arpa/nameser.h Xinclude/bind/arpa/nameser_compat.h Xinclude/bind/isc/eventlib.h Xinclude/bind/isc/misc.h Xinclude/bind/isc/tree.h Xinclude/bind/isc/logging.h Xinclude/bind/isc/heap.h Xinclude/bind/isc/memcluster.h Xinclude/bind/isc/assertions.h Xinclude/bind/isc/list.h Xinclude/bind/isc/dst.h Xinclude/bind/isc/irpmarshall.h Xinclude/bind/netdb.h Xinclude/bind/resolv.h Xinclude/bind/irs.h Xinclude/bind/irp.h Xinclude/bind/hesiod.h Xlib/libbind.a Xlib/libbind_r.a Xbin/addr Xbin/dig Xbin/dnsquery Xbin/host Xbin/mkservdb Xbin/nslookup Xbin/nsupdate Xlibexec/dnskeygen Xlibexec/named-xfer Xsbin/irpd Xsbin/named Xsbin/named-bootconf Xsbin/ndc Xshare/doc/bind8/acl.html Xshare/doc/bind8/address_list.html Xshare/doc/bind8/comments.html Xshare/doc/bind8/config.html Xshare/doc/bind8/controls.html Xshare/doc/bind8/docdef.html Xshare/doc/bind8/example.html Xshare/doc/bind8/include.html Xshare/doc/bind8/index.html Xshare/doc/bind8/key.html Xshare/doc/bind8/logging.html Xshare/doc/bind8/master.html Xshare/doc/bind8/options.html Xshare/doc/bind8/server.html Xshare/doc/bind8/trusted-keys.html Xshare/doc/bind8/zone.html Xshare/misc/nslookup.help X@dirrm include/bind/arpa X@dirrm include/bind/isc X@dirrm include/bind X@dirrm share/doc/bind8 END-of-bind8/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 6:56: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D8DD014F6D; Mon, 29 Mar 1999 06:56:00 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA19219; Mon, 29 Mar 1999 06:55:43 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 06:55:43 -0800 (PST) From: Message-Id: <199903291455.GAA19219@freefall.freebsd.org> To: martti.kuparinen@lmf.ericsson.se, dirk@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10541 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] fix for security/stunnel port State-Changed-From-To: open->closed State-Changed-By: dirk State-Changed-When: Mon Mar 29 06:55:08 PST 1999 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 Mar 29 7:23:17 1999 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 E757514CB7 for ; Mon, 29 Mar 1999 07:22:54 -0800 (PST) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.9.2/8.9.2) id RAA89854; Mon, 29 Mar 1999 17:21:33 +0200 (CEST) (envelope-from ibex) Date: Mon, 29 Mar 1999 17:21:33 +0200 From: Dirk Froemberg To: danny Cc: ports Subject: Re: help on building stunnel Message-ID: <19990329172133.A89662@physik.TU-Berlin.DE> References: <00e201be66a2$1042c920$6f00000a@domain.pentalpha.com.hk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <00e201be66a2$1042c920$6f00000a@domain.pentalpha.com.hk>; from danny on Fri, Mar 05, 1999 at 08:49:44AM +0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! A fix for stunnel was committed a few minutes ago. Please sync your ports-tree and try to compile it again. Regards Dirk On Fri, Mar 05, 1999 at 08:49:44AM +0800, danny wrote: > I am trying to install port of stunnel on 3.1 stable FreeBSD, and get the > following error messages. > Can you help me to solve it. > > Thank! > > > checking for tcpd.h... no > updating cache ./config.cache > creating ./config.status > creating Makefile > creating config.h > ===> Building for stunnel-2.1 > cc -c -O -pipe -Wall -I/usr/local/include stunnel.c > cc -s -o stunnel > stunnel.o -L/usr/local/lib -lssl -lcrypto -lRSAglue -lrsaref > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- e-mail: dirk@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 Mar 29 9:30:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EB0E15881 for ; Mon, 29 Mar 1999 09:30:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA39045; Mon, 29 Mar 1999 09:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 5482615917 for ; Mon, 29 Mar 1999 09:20:41 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10Rfhy-0007VL-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 29 Mar 1999 19:20:18 +0200 Message-Id: <28850.922728018@axl.noc.iafrica.com> Date: Mon, 29 Mar 1999 19:20:18 +0200 From: Sheldon Hearn Reply-To: Sheldon Hearn To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10859: [PATCH] xpilot compiles with debugging support Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10859 >Category: ports >Synopsis: [PATCH] xpilot compiles with debugging support >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 29 09:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Sheldon Hearn >Release: FreeBSD 4.0-CURRENT i386 >Organization: UUNET South Africa >Environment: FreeBSD 4.0-CURRENT #0: Mon Mar 29 11:26:56 SAST 1999 i386 >Description: The games/xpilot ports installs (and packages) with debugging support built into the binaries. >How-To-Repeat: Watch for "-g" in the build output. >Fix: Apply the following diff to the port's existing patch-a to teach it to honour xf86site.cf's optimization directives. Index: patches/patch-a =================================================================== RCS file: /home/ncvs/ports/games/xpilot/patches/patch-a,v retrieving revision 1.6 diff -u -d -r1.6 patch-a --- patch-a 1999/03/09 00:11:26 1.6 +++ patch-a 1999/03/29 17:16:02 @@ -17,3 +17,20 @@ /* Manual pages for games usually go to section 6. */ MANSUFFIX = 6 +*************** +*** 91,97 **** + * CDEBUGFLAGS should specify optimalization or debug information (or both). + * Try not defining anything first. + */ +! CDEBUGFLAGS = -g /* General debug flag */ + /* CDEBUGFLAGS = -O /* General optimize flag */ + /* CDEBUGFLAGS = -Ae +O3 +FPD /* HP cc optimize flags (no +ESlit) */ + /* CDEBUGFLAGS = -Ae -g -z +w1 /* HP cc debug flags */ +--- 91,97 ---- + * CDEBUGFLAGS should specify optimalization or debug information (or both). + * Try not defining anything first. + */ +! /* CDEBUGFLAGS = -g /* General debug flag */ + /* CDEBUGFLAGS = -O /* General optimize flag */ + /* CDEBUGFLAGS = -Ae +O3 +FPD /* HP cc optimize flags (no +ESlit) */ + /* CDEBUGFLAGS = -Ae -g -z +w1 /* HP cc debug flags */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 9:54:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id B314A14DF2; Mon, 29 Mar 1999 09:53:55 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10RgEB-0008dI-00; Mon, 29 Mar 1999 19:53:35 +0200 From: Sheldon Hearn To: asami@freebsd.org (Satoshi "the Wraith" Asami) Cc: ports@freebsd.org Subject: Re: xpilot building with debugging support? In-reply-to: Your message of "Sun, 28 Mar 1999 22:57:46 PST." <199903290657.WAA31306@silvia.hip.berkeley.edu> Date: Mon, 29 Mar 1999 19:53:35 +0200 Message-ID: <33187.922730015@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 28 Mar 1999 22:57:46 PST, Satoshi "the Wraith" Asami wrote: > * [...] Specifically, I want to know whether it builds with debugging > * support (-g), which it shouldn't. > > It is. You can check /a/asami/portbuild/[34]/logs on bento for these > kinds of stuff. There waits with baited breath and anticipation a PR to fix this very problem. See ports/10859... :-) Later, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 11: 0:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 83B4215643 for ; Mon, 29 Mar 1999 11:00:29 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA49683 for freebsd-ports@freebsd.org; Mon, 29 Mar 1999 11:00:11 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 29 Mar 1999 11:00:11 -0800 (PST) Message-Id: <199903291900.LAA49683@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 [1999/01/25] ports/9691 ports jadetex port depends on unknown other pac o [1999/02/14] ports/10091ports xsysinfo does not execute o [1999/03/07] ports/10475ports devel/asl NLS patch broken o [1999/03/28] ports/10842ports bpatch core dumps 4 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/03/22] ports/6100 ports xmpeg3 chokes on filenames with spaces o [1998/07/23] ports/7382 ports Pine4 does not co-exist with older instal o [1998/08/27] ports/7761 ports Update to recent port submission of nicet a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1998/10/30] ports/8502 ports GNAT 3.10 port uses clock_gettime which i o [1998/11/29] ports/8891 ports ssh2 port assume you have zipped manpage o [1999/01/02] ports/9279 ports new port submission - libparanoia. o [1999/01/13] ports/9480 ports ELF kernel netboot o [1999/01/25] ports/9688 ports The current tcl80 port has problems, does o [1999/01/28] ports/9757 ports can't make package o [1999/01/30] ports/9819 ports Port fix: ncurses o [1999/02/01] ports/9870 ports 2.2.8-19990120-SNAP package errors o [1999/02/05] ports/9919 ports mrt on 3.0-STABLE does not compile as is o [1999/02/07] ports/9949 ports SKIP is an LKM and will not work with 3.0 o [1999/02/08] ports/9975 ports new port of xqf (find quake servers) o [1999/02/09] ports/9989 ports [SECURITY] Latest ProFTPD and Wu-ftpd may o [1999/02/14] ports/10094ports autogeneration of msql user failed o [1999/02/14] ports/10097ports new port - kvirc o [1999/02/17] ports/10133ports KDE changed path on their ftp server o [1999/02/22] ports/10197ports New Port: naim-0.9.3 o [1999/02/25] ports/10234ports New port of libimg for Tcl/Tk image handl o [1999/02/25] ports/10271ports New port of the Postilion mail client o [1999/02/27] ports/10296ports Fails to add packages from a 2.2.6-RELEAS o [1999/02/27] ports/10299ports pkg_add: could not find package XFree86-3 o [1999/03/03] ports/10373ports Increasing kernel file descriptors causes o [1999/03/07] ports/10480ports tk81 will not *compile* with threaded app o [1999/03/13] ports/10579ports Error with Network discovery in tkined (p o [1999/03/15] ports/10600ports ssh2 port doesn't symlink /etc/ssh2 which f [1999/03/16] ports/10625ports XFree86 aout library support incorrect o [1999/03/18] ports/10665ports ports/graphics/sane needs access to /dev/ o [1999/03/19] ports/10681ports lessitf can't find X11 Revision 5 or high o [1999/03/24] ports/10782ports emacs 19.34 failed to compile under 4.0-c o [1999/03/24] ports/10783ports ELF emacs 19.34 hangs under X windows o [1999/03/25] ports/10787ports ports/www/apache13-fp configure failed on o [1999/03/25] ports/10790ports `make extract` attempt to install port de o [1999/03/27] ports/10827ports update of WSoundPrefs from 0.9.1 to 0.9.3 36 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/02/17] ports/5771 ports New port: Stuttgart Neural Network Simula o [1998/03/08] ports/5946 ports New port biology/molmol o [1998/04/07] ports/6235 ports New port: scwm-icon o [1998/04/07] ports/6236 ports New port: scwm o [1998/04/17] ports/6331 ports New port: libshhopt-1.1.3 a [1998/04/19] ports/6355 ports New port: qplug - Netscape plugin to show o [1998/04/20] ports/6361 ports New port: GNU Pascal Compiler o [1998/04/23] ports/6393 ports New port: MultiMedia package - CD player, o [1998/05/01] ports/6473 ports New port: libshhmsg-1.3.3 o [1998/05/01] ports/6474 ports New port: libxalloc-1.0.2 o [1998/05/07] ports/6541 ports New port: math/dc o [1998/05/10] ports/6570 ports New port: java CUP parser o [1998/05/16] ports/6657 ports new port for perl/Tk 800.004 o [1998/05/19] ports/6687 ports New port, ktelnet v0.6 o [1998/05/19] ports/6699 ports New port: the Generic NQS system o [1998/05/21] ports/6709 ports New port kmessage o [1998/06/13] ports/6942 ports New port, mrouted-beta o [1998/06/28] ports/7094 ports New port of xbomber game o [1998/06/30] ports/7128 ports New port: Raster3D-2.4f o [1998/07/02] ports/7150 ports `elftoaout': new port o [1998/07/18] ports/7314 ports ncurses port doesn't support TERM=xterm-c o [1998/07/27] ports/7409 ports New port: CaribbeanStud-1.0 o [1998/08/03] ports/7480 ports New Port afbackup-3.0.4 o [1998/08/08] ports/7532 ports New port: ipltd-2.01 o [1998/08/18] ports/7659 ports New port: pfx-0.1.1 o [1998/08/21] ports/7701 ports New port: drmario-1.0 o [1998/08/24] ports/7734 ports update atari800 - upgrade to the latest v o [1998/09/03] ports/7827 ports New port: garith-2.1 o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac f [1998/10/13] ports/8299 ports new port for games/xbd (Boulder Dash) o [1998/11/07] ports/8586 ports new port: misc/kmamerun o [1998/11/11] ports/8651 ports I create a new ports about wget o [1998/11/13] ports/8675 ports new port: x11-toolkits/gtkstep11 o [1998/11/15] ports/8696 ports New port: psi88 o [1998/11/21] ports/8789 ports Port created for Lucent Technology's Csco o [1998/11/22] ports/8795 ports xgal.sndsrv.freebsd.c is out of sync with f [1998/11/23] ports/8816 ports New port: ptc-2.0.10 o [1998/11/25] ports/8863 ports [Reviced] New port: mopac7 o [1998/11/29] ports/8899 ports New port: qmail-contrib o [1998/11/29] ports/8900 ports New port: mail/qmailanalog o [1998/12/01] ports/8920 ports netscape java displaying on ncd xterm cra o [1998/12/02] ports/8943 ports New port: InterNetNews 2.2beta2 o [1998/12/20] ports/9142 ports Re-work patches to configure script to be o [1999/01/07] ports/9366 ports New port of icmpquery o [1999/01/07] docs/9375 ports Information on how to build PLIST automat o [1999/01/11] ports/9452 ports New port for itk-3.0.1 o [1999/01/11] ports/9453 ports New port for itcl-3.0.1 o [1999/01/11] ports/9454 ports New port for iwidgets-3.0.0 o [1999/01/19] ports/9571 ports New ports for netscape plug-in, named "pl o [1999/01/21] ports/9604 ports Minor improvements to ucspi-tcp port o [1999/01/21] ports/9608 ports Linux Communicator 4.5 o [1999/01/21] ports/9615 ports explorer port fails to build, can't find o [1999/01/23] ports/9649 ports abc2ps port a [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/01/25] ports/9672 ports New port: misc/xtail o [1999/01/25] ports/9686 ports Update of the nn-6.5.3 port o [1999/01/26] ports/9699 ports Reorganization the x11-toolkits/xview por o [1999/01/26] ports/9700 ports Reorganization the x11-toolkits/xview-cli o [1999/01/26] ports/9704 ports Minor fixes to olvwm o [1999/01/26] ports/9710 ports NN-6.5.3 with NOV enabled can't find .ove o [1999/01/27] ports/9719 ports New port: misc/fortuneit o [1999/01/27] ports/9726 ports new ports ( devel/swarm ) o [1999/01/27] ports/9734 ports TclDP-4.0b2 port added o [1999/01/27] ports/9739 ports Update to math/metis port o [1999/01/27] ports/9740 ports New port: cm postscript fonts by AMS o [1999/01/27] ports/9741 ports New port: ams postscript fonts by AMS o [1999/01/28] ports/9745 ports Ports changes for SWARM ports ( ports/972 o [1999/01/29] ports/9780 ports new port: x11-clock/wmcalclock o [1999/01/29] ports/9783 ports new port: lang/pike o [1999/01/31] ports/9840 ports patch allows ports to fetch their sources o [1999/01/31] ports/9851 ports Port update: update R to 0.63.2 o [1999/01/31] ports/9852 ports new port: wmdate-0.5 o [1999/02/01] ports/9864 ports make rblcheck use relay.orbs.org instead o [1999/02/01] ports/9865 ports Upgrade Leafnode+ port from version 2.3 t o [1999/02/01] ports/9866 ports port of unix2dos and dos2unix utilities o [1999/02/01] ports/9872 ports New port: waveplay o [1999/02/01] ports/9875 ports new port: devel/astyle (aka "Artistic Sty o [1999/02/02] ports/9884 ports samba does not allow "joes" (username+pas o [1999/02/03] ports/9899 ports port submission for tdetect o [1999/02/03] ports/9901 ports New port net/libnet f [1999/02/04] ports/9911 ports slrn port Makefile broken (patch included o [1999/02/05] ports/9925 ports New port, br-ispell o [1999/02/06] ports/9939 ports NEW port for tkRunIt o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/07] ports/9955 ports New port tclock (transparent analog clock o [1999/02/09] ports/9984 ports PDL - Perl Data Language o [1999/02/09] ports/9985 ports New port: jmirror o [1999/02/09] ports/9988 ports New port: wmcp 1.2.5 o [1999/02/10] ports/10003ports New port: p5-Socks o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/10] ports/10012ports new port: xmradio o [1999/02/11] ports/10033ports upgrading to 2.2.8 breaks the perl5 port o [1999/02/13] ports/10063ports New port: chinese/telnet o [1999/02/14] ports/10092ports Here is a port upgrade for fvwm-2.1.10 o [1999/02/14] ports/10093ports Upgrade GNAT to 3.11p and fix for ELF o [1999/02/14] ports/10096ports New port: games/xtet42 o [1999/02/15] ports/10102ports net/ircII port wants to install help file o [1999/02/15] ports/10103ports revision of port of plugger-3.0 o [1999/02/15] ports/10104ports New port: games/pmars-0.8 o [1999/02/15] ports/10111ports Problem with the pgp262s port, Makefile w o [1999/02/16] ports/10123ports Update for t1utils port o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/02/17] ports/10134ports New port: lynx-ssl (Category: www) o [1999/02/17] ports/10136ports New port shorten (an audio compressor) o [1999/02/17] ports/10137ports version update of RPM port to version 2.5 o [1999/02/17] ports/10141ports korganizer update to 1.1 o [1999/02/18] ports/10147ports SANE 1.00 overrides CAM's DFLTPHYS in cam o [1999/02/19] ports/10161ports New port : mail/mailx o [1999/02/19] ports/10162ports Fix kdmrc to add qmail usernames to NoUse o [1999/02/19] ports/10164ports XFree86-3.3.3.1 build fails with kerberos o [1999/02/19] ports/10168ports [NEW PORT] ezbounce (IRC Proxy) o [1999/02/20] ports/10176ports upgrade of devel/doc++ port o [1999/02/21] ports/10178ports USE_SOCKS=YES option broken for security/ o [1999/02/21] ports/10187ports New port - gftp o [1999/02/22] ports/10196ports Better startup scripts for ssh o [1999/02/22] ports/10210ports New Port: tgd 1.2c o [1999/02/22] ports/10215ports net/coda_client and net/coda_server o [1999/02/23] ports/10227ports wrong sendmail path in rdist6-port o [1999/02/23] ports/10232ports New port - unace o [1999/02/23] ports/10233ports misc/buffer has been removed, let's reviv o [1999/02/25] ports/10268ports [new port] colortail o [1999/02/25] ports/10270ports [new port] wterm o [1999/02/25] ports/10272ports [new port] gmixer o [1999/02/26] ports/10279ports [new port] gtimer o [1999/02/27] ports/10297ports libtix numbering goofed up o [1999/02/27] ports/10298ports New port: icecast-1.1.0 o [1999/02/28] ports/10304ports unpost master site removed o [1999/02/28] ports/10309ports New port, id3ren, mpeg3 audio information o [1999/02/28] ports/10313ports New port - ripenc o [1999/03/01] ports/10321ports Update Ports: postgresql-ja 6.4.2 o [1999/03/01] ports/10329ports New Port of XMangekyou-2.0 o [1999/03/01] ports/10333ports New port: kmikmod o [1999/03/02] ports/10352ports ghostscript55 port build fails using jpeg o [1999/03/02] ports/10354ports New port of XBalloon-1.0 o [1999/03/02] ports/10367ports NS Communicator 4.5 fails o [1999/03/03] ports/10377ports `make' in ports does not honor {f,ht}tp_p o [1999/03/04] ports/10386ports Fix port: p5-MLDBM o [1999/03/04] ports/10389ports Create new port mod_jserv and JSDK 2.0 o [1999/03/04] ports/10393ports formatted lsof man page installed into ma o [1999/03/05] ports/10396ports SPIN is in the wrong category o [1999/03/05] ports/10404ports Samba PLIST not up to date. o [1999/03/05] ports/10407ports incomplete mirrors suggested for samba o [1999/03/05] ports/10410ports pkg_add: could not find package XFree86-3 o [1999/03/05] ports/10413ports su2; description of file location is wron o [1999/03/05] ports/10414ports slirp port patch o [1999/03/06] ports/10415ports samba-2.0.3 port make package fails and s o [1999/03/07] ports/10467ports ports submission: wmnetselect o [1999/03/07] ports/10469ports new port: linux-netcape-communicator-4.51 o [1999/03/07] ports/10476ports x11-toolkits/tix doesn't build properly o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/08] ports/10489ports new port of gnotepad+ o [1999/03/09] ports/10514ports New port - V.E.R.A. o [1999/03/10] ports/10532ports Port of GNU Pascal o [1999/03/11] ports/10543ports New port uploaded for xslj o [1999/03/12] ports/10562ports New port - PVM3 o [1999/03/14] ports/10592ports New ports: japanese/exmh2 (ja-exmh-2.0.2) o [1999/03/16] ports/10617ports New Port: archivers/pkzip-2.5 o [1999/03/16] ports/10629ports New port: comms/gnokii o [1999/03/16] ports/10634ports Update the hylafax port to do a client in o [1999/03/17] ports/10639ports ports/web/wml must be upgraded and unbrok o [1999/03/17] ports/10644ports New port: korean/gtk10 o [1999/03/17] ports/10645ports New port: korean/gau o [1999/03/18] ports/10649ports NEW PORT: devel/icqlib o [1999/03/18] ports/10650ports NEW PORT: devel/kicq o [1999/03/18] ports/10651ports NEW PORT: net/kicq o [1999/03/18] ports/10661ports TCL command line option parser port o [1999/03/19] ports/10677ports FVWM2 finally went to release status o [1999/03/19] ports/10679ports new port for bpft-2.0 o [1999/03/19] ports/10682ports List mirror sites in MASTER_SITE_BACKUP - o [1999/03/20] ports/10696ports Lesstif updated to 0.88.0 f [1999/03/20] ports/10702ports Add NCD audio support for emiclock ports f [1999/03/21] ports/10707ports [ADD] port for doxygen o [1999/03/21] ports/10710ports postfix port o [1999/03/21] ports/10716ports new port, easy library for command entry o [1999/03/22] ports/10726ports Port update: korean/ftghostscript5 o [1999/03/22] ports/10727ports Port update: korean/netscape4-communicato o [1999/03/22] ports/10730ports New port: games/wmeyes o [1999/03/22] ports/10731ports Upgrade port: pnmtopng 2.37.2 o [1999/03/22] ports/10732ports update from 0.1 to 0.3 o [1999/03/22] ports/10734ports Update of gdb port to 4.17 o [1999/03/22] ports/10735ports new ports categories haven't been added t o [1999/03/22] ports/10742ports port www/webalizer update o [1999/03/22] ports/10743ports port german/webalizer update o [1999/03/23] ports/10745ports NEW PORT: lang/jdk-tutorial o [1999/03/23] ports/10748ports Update Port: p5-Time o [1999/03/23] ports/10749ports Update port: converters/p5-MIME-Base64-2. o [1999/03/23] ports/10750ports Update port: asfiles-1.0(x11-fm/asfiles) o [1999/03/23] ports/10751ports A new ports of CrazyWWWBoardLEp3 f [1999/03/23] ports/10758ports New port: fftw o [1999/03/23] ports/10763ports nitpicking on the dict port o [1999/03/23] ports/10767ports New port: print/magicfilter o [1999/03/23] ports/10769ports Update: security/vscan o [1999/03/24] ports/10770ports New Port for kmp3 (a mp3 player for the K o [1999/03/24] ports/10781ports Update gqmpeg port (0.4.6 -> 0.5.0) o [1999/03/25] ports/10786ports [PATCH] port update: net/zircon to 1.18.2 o [1999/03/25] ports/10791ports Update net/mrtg to 2.7.1 o [1999/03/25] ports/10795ports lesstif-0.88.0 update o [1999/03/25] ports/10797ports update port: ascd-0.9.3 to 0.10.1 o [1999/03/26] ports/10801ports An update of the swi-pl port follows. o [1999/03/26] ports/10806ports Update net/scotty to 2.1.10 o [1999/03/26] ports/10813ports crossgo32 brokeness o [1999/03/27] ports/10814ports update: xtt-1.1 to 1.2.1 o [1999/03/27] ports/10815ports update: japanese/tcl80 o [1999/03/27] ports/10816ports update: japanese/tk80 o [1999/03/28] ports/10829ports update port: xchat-0.9.3 to 0.9.4 o [1999/03/28] ports/10830ports Update: net/proftpd o [1999/03/28] ports/10832ports mSQL 2.x not freely available anymore o [1999/03/28] ports/10833ports new port: wmcp-1.2.6 o [1999/03/28] ports/10834ports new port: wmpop3-0.2.2a o [1999/03/28] ports/10837ports New license mechanism for ports. o [1999/03/28] ports/10838ports Update port: graphics/gimp1-i18n o [1999/03/28] ports/10839ports [new port] bison-1.27 o [1999/03/28] ports/10844ports New port: adagdb o [1999/03/28] ports/10846ports New port: THE text editor o [1999/03/28] ports/10848ports mgv doesn't link without -lXp o [1999/03/28] ports/10849ports [PORT UPGRADE] crossm68k-devel (EGCS-1.1. o [1999/03/29] ports/10851ports [PATCH] Update port: deskutils/cal o [1999/03/29] ports/10852ports Fixed port: snes9x o [1999/03/29] ports/10853ports Fixed port: xfce o [1999/03/29] ports/10854ports New port: xfce-common o [1999/03/29] ports/10857ports NEW PORT: bind-8.2 o [1999/03/29] ports/10859ports [PATCH] xpilot compiles with debugging su 222 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 Mar 29 11:24:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B69114BF1; Mon, 29 Mar 1999 11:24:48 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA51894; Mon, 29 Mar 1999 11:24:31 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 11:24:31 -0800 (PST) From: Message-Id: <199903291924.LAA51894@freefall.freebsd.org> To: dima@Chg.RU, dirk@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10791 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update net/mrtg to 2.7.1 State-Changed-From-To: open->closed State-Changed-By: dirk State-Changed-When: Mon Mar 29 11:23:46 PST 1999 State-Changed-Why: mrtg was upgraded to 2.7.2. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 11:29: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A30F14E09; Mon, 29 Mar 1999 11:29:01 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA52510; Mon, 29 Mar 1999 11:28:44 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 11:28:44 -0800 (PST) From: Message-Id: <199903291928.LAA52510@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, cwt@FreeBSD.org Subject: Re: ports/9688 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: The current tcl80 port has problems, does not support plus-patches Responsible-Changed-From-To: freebsd-ports->cwt Responsible-Changed-By: dirk Responsible-Changed-When: Mon Mar 29 11:27:57 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 11:29:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AECA914DCF; Mon, 29 Mar 1999 11:29:34 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA52592; Mon, 29 Mar 1999 11:29:17 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 11:29:17 -0800 (PST) From: Message-Id: <199903291929.LAA52592@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, itojun@FreeBSD.org Subject: Re: ports/9919 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mrt on 3.0-STABLE does not compile as is Responsible-Changed-From-To: freebsd-ports->itojun Responsible-Changed-By: dirk Responsible-Changed-When: Mon Mar 29 11:28:56 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 11:30:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D33814D84; Mon, 29 Mar 1999 11:30:13 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA52734; Mon, 29 Mar 1999 11:29:56 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 11:29:56 -0800 (PST) From: Message-Id: <199903291929.LAA52734@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/10094 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: autogeneration of msql user failed Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: dirk Responsible-Changed-When: Mon Mar 29 11:29:36 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 11:30:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E78814E55; Mon, 29 Mar 1999 11:30:53 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA52903; Mon, 29 Mar 1999 11:30:36 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 11:30:36 -0800 (PST) From: Message-Id: <199903291930.LAA52903@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, tg@FreeBSD.org Subject: Re: ports/10137 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: version update of RPM port to version 2.5.5 Responsible-Changed-From-To: freebsd-ports->tg Responsible-Changed-By: dirk Responsible-Changed-When: Mon Mar 29 11:30:06 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 11:31:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 894C714F34; Mon, 29 Mar 1999 11:31:16 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA52985; Mon, 29 Mar 1999 11:30:59 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 11:30:59 -0800 (PST) From: Message-Id: <199903291930.LAA52985@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, se@FreeBSD.org Subject: Re: ports/10162 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix kdmrc to add qmail usernames to NoUsers Responsible-Changed-From-To: freebsd-ports->se Responsible-Changed-By: dirk Responsible-Changed-When: Mon Mar 29 11:30:45 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 11:31:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D66A314E6C; Mon, 29 Mar 1999 11:31:51 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA53198; Mon, 29 Mar 1999 11:31:34 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 11:31:34 -0800 (PST) From: Message-Id: <199903291931.LAA53198@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: ports/10178 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: USE_SOCKS=YES option broken for security/ssh Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: dirk Responsible-Changed-When: Mon Mar 29 11:31:06 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 11:32:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3979715005; Mon, 29 Mar 1999 11:32:30 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA53301; Mon, 29 Mar 1999 11:32:13 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 11:32:13 -0800 (PST) From: Message-Id: <199903291932.LAA53301@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: ports/10196 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Better startup scripts for ssh Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: dirk Responsible-Changed-When: Mon Mar 29 11:31:48 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 11:33:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6066814C19; Mon, 29 Mar 1999 11:33:09 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA53377; Mon, 29 Mar 1999 11:32:52 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 11:32:52 -0800 (PST) From: Message-Id: <199903291932.LAA53377@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, rvb@FreeBSD.org Subject: Re: ports/10215 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: net/coda_client and net/coda_server Responsible-Changed-From-To: freebsd-ports->rvb Responsible-Changed-By: dirk Responsible-Changed-When: Mon Mar 29 11:32:32 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 11:33:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0708814E09; Mon, 29 Mar 1999 11:33:39 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA53516; Mon, 29 Mar 1999 11:33:22 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 11:33:22 -0800 (PST) From: Message-Id: <199903291933.LAA53516@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, peter@FreeBSD.org Subject: Re: ports/10227 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wrong sendmail path in rdist6-port Responsible-Changed-From-To: freebsd-ports->peter Responsible-Changed-By: dirk Responsible-Changed-When: Mon Mar 29 11:33:03 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 11:34:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E3A7153A6; Mon, 29 Mar 1999 11:34:10 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA53725; Mon, 29 Mar 1999 11:33:53 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 11:33:53 -0800 (PST) From: Message-Id: <199903291933.LAA53725@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, andreas@FreeBSD.org Subject: Re: ports/10352 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ghostscript55 port build fails using jpeg lib Responsible-Changed-From-To: freebsd-ports->andreas Responsible-Changed-By: dirk Responsible-Changed-When: Mon Mar 29 11:33:34 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 11:34:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7E0C14E66; Mon, 29 Mar 1999 11:34:37 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA53804; Mon, 29 Mar 1999 11:34:20 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 11:34:20 -0800 (PST) From: Message-Id: <199903291934.LAA53804@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/10393 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: formatted lsof man page installed into man8 Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: dirk Responsible-Changed-When: Mon Mar 29 11:34:01 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 11:35:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 83C9914FC8; Mon, 29 Mar 1999 11:35:10 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA53883; Mon, 29 Mar 1999 11:34:53 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 11:34:53 -0800 (PST) From: Message-Id: <199903291934.LAA53883@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, hosokawa@FreeBSD.org Subject: Re: ports/10404 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Samba PLIST not up to date. Responsible-Changed-From-To: freebsd-ports->hosokawa Responsible-Changed-By: dirk Responsible-Changed-When: Mon Mar 29 11:34:33 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 11:35:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 00EB214DBD; Mon, 29 Mar 1999 11:35:43 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA53961; Mon, 29 Mar 1999 11:35:26 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 11:35:26 -0800 (PST) From: Message-Id: <199903291935.LAA53961@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, hosokawa@FreeBSD.org Subject: Re: ports/10407 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: incomplete mirrors suggested for samba Responsible-Changed-From-To: freebsd-ports->hosokawa Responsible-Changed-By: dirk Responsible-Changed-When: Mon Mar 29 11:34:59 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 11:36:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E42AC14CA3; Mon, 29 Mar 1999 11:36:20 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA54080; Mon, 29 Mar 1999 11:36:03 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 11:36:03 -0800 (PST) From: Message-Id: <199903291936.LAA54080@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, hosokawa@FreeBSD.org Subject: Re: ports/10415 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: samba-2.0.3 port make package fails and smbrun is never installed Responsible-Changed-From-To: freebsd-ports->hosokawa Responsible-Changed-By: dirk Responsible-Changed-When: Mon Mar 29 11:35:42 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 11:36:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B54014DF2; Mon, 29 Mar 1999 11:36:52 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA54288; Mon, 29 Mar 1999 11:36:35 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 11:36:35 -0800 (PST) From: Message-Id: <199903291936.LAA54288@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, phk@FreeBSD.org Subject: Re: ports/10579 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Error with Network discovery in tkined (part of Responsible-Changed-From-To: freebsd-ports->phk Responsible-Changed-By: dirk Responsible-Changed-When: Mon Mar 29 11:36:16 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 11:37:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6791115920; Mon, 29 Mar 1999 11:37:20 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA54426; Mon, 29 Mar 1999 11:37:03 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 11:37:03 -0800 (PST) From: Message-Id: <199903291937.LAA54426@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, rse@FreeBSD.org Subject: Re: ports/10639 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/web/wml must be upgraded and unbroken Responsible-Changed-From-To: freebsd-ports->rse Responsible-Changed-By: dirk Responsible-Changed-When: Mon Mar 29 11:36:42 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 11:37:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 16D731596C; Mon, 29 Mar 1999 11:37:53 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA54712; Mon, 29 Mar 1999 11:37:36 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 11:37:36 -0800 (PST) From: Message-Id: <199903291937.LAA54712@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/10748 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update Port: p5-Time Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: dirk Responsible-Changed-When: Mon Mar 29 11:37:12 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 11:38:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B765152D9; Mon, 29 Mar 1999 11:38:30 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA54917; Mon, 29 Mar 1999 11:38:13 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 11:38:13 -0800 (PST) From: Message-Id: <199903291938.LAA54917@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/10769 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: security/vscan Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: dirk Responsible-Changed-When: Mon Mar 29 11:37:48 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 11:38:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A6CD14E09; Mon, 29 Mar 1999 11:38:56 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA55059; Mon, 29 Mar 1999 11:38:39 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 11:38:39 -0800 (PST) From: Message-Id: <199903291938.LAA55059@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, phk@FreeBSD.org Subject: Re: ports/10806 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update net/scotty to 2.1.10 Responsible-Changed-From-To: freebsd-ports->phk Responsible-Changed-By: dirk Responsible-Changed-When: Mon Mar 29 11:38:23 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 11:39:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AB1514DEB; Mon, 29 Mar 1999 11:39:22 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA55211; Mon, 29 Mar 1999 11:39:05 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 11:39:05 -0800 (PST) From: Message-Id: <199903291939.LAA55211@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/10832 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mSQL 2.x not freely available anymore Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: dirk Responsible-Changed-When: Mon Mar 29 11:38:45 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 11:39:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F1C1A14E0E; Mon, 29 Mar 1999 11:39:47 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA55292; Mon, 29 Mar 1999 11:39:31 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 11:39:31 -0800 (PST) From: Message-Id: <199903291939.LAA55292@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, joerg@FreeBSD.org Subject: Re: ports/10842 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: bpatch core dumps Responsible-Changed-From-To: freebsd-ports->joerg Responsible-Changed-By: dirk Responsible-Changed-When: Mon Mar 29 11:39:12 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 12: 0:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D121814E11 for ; Mon, 29 Mar 1999 12:00:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA57493; Mon, 29 Mar 1999 12:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 Mar 1999 12:00:02 -0800 (PST) Message-Id: <199903292000.MAA57493@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Bill Fumerola Subject: Re: ports/10857: NEW PORT: bind-8.2 Reply-To: Bill Fumerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10857; it has been noted by GNATS. From: Bill Fumerola To: bradh@uunet.co.za Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/10857: NEW PORT: bind-8.2 Date: Mon, 29 Mar 1999 14:25:41 -0500 (EST) On Mon, 29 Mar 1999 bradh@uunet.co.za wrote: > >Synopsis: NEW PORT: bind-8.2 bind8 exists, please send an _update_ in 'diff -ruN' form - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 Mar 29 12:20:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 27DC514D67 for ; Mon, 29 Mar 1999 12:20:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA59406; Mon, 29 Mar 1999 12:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 Mar 1999 12:20:02 -0800 (PST) Message-Id: <199903292020.MAA59406@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: ports/10729: New port: Ada-aware GDB Reply-To: Sheldon Hearn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10729; it has been noted by GNATS. From: Sheldon Hearn To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/10729: New port: Ada-aware GDB Date: Mon, 29 Mar 1999 22:14:45 +0200 Superceded by ports/10844. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 12:28:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from chumbly.math.missouri.edu (chumbly.math.missouri.edu [128.206.72.12]) by hub.freebsd.org (Postfix) with ESMTP id 32C0A14C3A for ; Mon, 29 Mar 1999 12:28:52 -0800 (PST) (envelope-from rich@chumbly.math.missouri.edu) Received: (from rich@localhost) by chumbly.math.missouri.edu (8.9.1a/8.9.1) id OAA29581; Mon, 29 Mar 1999 14:28:18 -0600 (CST) From: Rich Winkel Message-Id: <199903292028.OAA29581@chumbly.math.missouri.edu> Subject: FreeBSD Port: mgdiff-1.0 To: andreas@marvin.robin.de Date: Mon, 29 Mar 1999 14:28:18 -0600 (CST) Cc: ports@freebsd.org X-Mailer: ELM [version 2.4 PL23] 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 This would a fantastic utility for updating /etc files, in conjunction with mergemaster. Unfortunately it's missing two important capabilities: The ability to simultaneously select two differing blocks, so they're both in the merged output. The ability to individually select or unselect lines within a block. I hope someone can add this functionality, before I try to undertake it myself :-) Thanks!!!!!!!!!! Rich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 12:50:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AA7714EAA for ; Mon, 29 Mar 1999 12:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA61517; Mon, 29 Mar 1999 12:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 Mar 1999 12:50:01 -0800 (PST) Message-Id: <199903292050.MAA61517@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: ports/10844: New port: adagdb Reply-To: Sheldon Hearn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10844; it has been noted by GNATS. From: Sheldon Hearn To: Daniel Eischen Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/10844: New port: adagdb Date: Mon, 29 Mar 1999 22:44:37 +0200 Comments: 1) Use $Id$, not $Id:$ . 2) Use ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${EXTRACT_AFTER_ARGS}, not ${TAR} -xzf . 3) Use ${PATCH} ${PATCH_ARGS}, not ${PATCH} -s . Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 12:50:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE1171533B for ; Mon, 29 Mar 1999 12:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA61526; Mon, 29 Mar 1999 12:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from hole.noc.iafrica.com (hole.noc.iafrica.com [196.31.1.191]) by hub.freebsd.org (Postfix) with ESMTP id DF8DF14BD6 for ; Mon, 29 Mar 1999 12:44:25 -0800 (PST) (envelope-from bradh@hole.noc.iafrica.com) Received: from bradh by hole.noc.iafrica.com with local (Exim 2.04 #1) id 10RitB-0006DH-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 29 Mar 1999 22:44:05 +0200 Message-Id: Date: Mon, 29 Mar 1999 22:44:05 +0200 From: bradh@uunet.co.za Reply-To: bradh@uunet.co.za To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10861: UPDATE PORT: bind8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10861 >Category: ports >Synopsis: UPDATE PORT: bind8 >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 Mar 29 12:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Brad Hendrickse >Release: FreeBSD 3.1-STABLE i386 >Organization: UUNET SA >Environment: FreeBSD ns1.rabies.org.za 3.1-STABLE FreeBSD 3.1-STABLE #0: Tue Mar 16 00:50:52 SAST 1999 bradh@ns1.rabies.org.za:/usr/src/sys/compile/kernel.AMNESIA i386 >Description: The Berkeley Internet Name Daemon, an implementation of DNS. BIND 8 Features -> DNS Dynamic Updates (RFC 2136) -> DNS Change Notification (RFC 1996) -> Completely new configuration syntax -> Flexible, categorized logging system -> IP-address-based access control for queries, zone transfers, and updates that may be specified on a zone-by-zone basis -> More efficient zone transfers -> Improved performance for servers with thousands of zones -> The server no longer forks for outbound zone transfers -> Many bug fixes HomePage: http://www.isc.org/bind.html -- brad hendrickse bradh@uunet.co.za >How-To-Repeat: N/A >Fix: diff -r -U 2 -N bind8/CVS/Entries bind8/CVS/Entries --- bind8/CVS/Entries Thu Jan 1 02:00:00 1970 +++ bind8/CVS/Entries Wed Mar 25 06:28:13 1998 @@ -0,0 +1,4 @@ +/Makefile/1.3/Wed Feb 4 16:23:28 1998// +D/files//// +D/patches//// +D/pkg//// diff -r -U 2 -N bind8/CVS/Repository bind8/CVS/Repository --- bind8/CVS/Repository Thu Jan 1 02:00:00 1970 +++ bind8/CVS/Repository Wed Mar 25 06:28:11 1998 @@ -0,0 +1 @@ +/home/ncvs/ports/net/bind8 diff -r -U 2 -N bind8/CVS/Root bind8/CVS/Root --- bind8/CVS/Root Thu Jan 1 02:00:00 1970 +++ bind8/CVS/Root Wed Mar 25 06:28:11 1998 @@ -0,0 +1 @@ +/home/ncvs diff -r -U 2 -N bind8/Makefile bind8/Makefile --- bind8/Makefile Wed Jan 13 05:37:27 1999 +++ bind8/Makefile Mon Mar 29 12:56:12 1999 @@ -1,31 +1,32 @@ -# New ports collection makefile for: bind -# Version required: 8.1.2 -# Date created: 18 July 1997 -# Whom: jseger@scds.com +# New ports collection makefile for: bind-8.2 +# Version required: 8.2 +# Date created: 29 March 1999 +# Whom: brad hendrickse # -# $Id: Makefile,v 1.8 1999/01/13 03:37:27 scrappy Exp $ +# $Id$ # -DISTNAME= bind-8.1.2 +DISTNAME= bind-8.2 CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.1.2/ -DISTFILES= bind-8.1.2-src.tar.gz bind-8.1.2-doc.tar.gz +MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ +DISTFILES= bind-8.2-src.tar.gz bind-8.2-doc.tar.gz -MAINTAINER= jseger@FreeBSD.org +PATCH_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ +PATCHFILES= patch1 +PATCH_DIST_STRIP= -p1 -Y2K= http://www.isc.org/y2k.html +MAINTAINER= bradh@uunet.co.za WRKSRC= ${WRKDIR}/src -MAN1= dig.1 dnsquery.1 host.1 -MAN3= gethostbyname.3 getnetent.3 resolver.3 -MAN5= irs.conf.5 resolver.5 +MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 mkdep.1 +MAN3= getaddrinfo.3 gethostbyname.3 getnameinfo.3 getnetent.3 \ + inet_cidr.3 resolver.3 tsig.3 +MAN5= irs.conf.5 named.conf.5 resolver.5 MAN7= hostname.7 mailaddr.7 -MAN8= named-xfer.8 named.8 ndc.8 nslookup.8 - -PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP} +MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ + nsupdate.8 post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/ @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) ${MKDIR} ${PREFIX}/share/doc/bind8 diff -r -U 2 -N bind8/README.html bind8/README.html --- bind8/README.html Thu Jan 1 02:00:00 1970 +++ bind8/README.html Wed Mar 25 06:54:05 1998 @@ -0,0 +1,30 @@ + + The FreeBSD Ports Collection (net/bind8) +

The FreeBSD Ports Collection ("net/bind8")


+ + +

You are now in the directory for the port "net/bind8" (package name "bind-8.1.1"). + +

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


+The Berkeley Internet Name Daemon, an implementation of DNS. +


+ +

Please read the file "pkg/DESCR" for a +longer description. + +

Go to the top of the ports tree for +a summary on how to use the ports collection. + +

+ +

+ + +


+ Go up one level +| + Go to top of ports tree + + diff -r -U 2 -N bind8/files/CVS/Entries bind8/files/CVS/Entries --- bind8/files/CVS/Entries Thu Jan 1 02:00:00 1970 +++ bind8/files/CVS/Entries Wed Mar 25 06:28:12 1998 @@ -0,0 +1,2 @@ +/md5/1.1.1.1/Wed Nov 26 00:24:18 1997// +D diff -r -U 2 -N bind8/files/CVS/Repository bind8/files/CVS/Repository --- bind8/files/CVS/Repository Thu Jan 1 02:00:00 1970 +++ bind8/files/CVS/Repository Wed Mar 25 06:28:11 1998 @@ -0,0 +1 @@ +/home/ncvs/ports/net/bind8/files diff -r -U 2 -N bind8/files/CVS/Root bind8/files/CVS/Root --- bind8/files/CVS/Root Thu Jan 1 02:00:00 1970 +++ bind8/files/CVS/Root Wed Mar 25 06:28:11 1998 @@ -0,0 +1 @@ +/home/ncvs diff -r -U 2 -N bind8/files/md5 bind8/files/md5 --- bind8/files/md5 Thu May 21 02:42:24 1998 +++ bind8/files/md5 Mon Mar 29 12:50:22 1999 @@ -1,2 +1,3 @@ -MD5 (bind-8.1.2-src.tar.gz) = 7911bd8f0de7d1047da874d92dd608d7 -MD5 (bind-8.1.2-doc.tar.gz) = 329dfd97895d96493ff2850374b2465d +MD5 (bind-8.2-src.tar.gz) = f45ad0d96c8f4d7338b4c669fee906d8 +MD5 (bind-8.2-doc.tar.gz) = a5bee5f073016c2e2fb2a835f087ba28 +MD5 (patch1) = 73b1ba41798f47144723052bc434d876 diff -r -U 2 -N bind8/patches/patch-aa bind8/patches/patch-aa --- bind8/patches/patch-aa Thu May 21 03:27:14 1998 +++ bind8/patches/patch-aa Mon Mar 29 01:59:11 1999 @@ -1,29 +1,102 @@ ---- src/port/freebsd/Makefile.set.orig Mon Jun 16 23:30:35 1997 -+++ src/port/freebsd/Makefile.set Tue Nov 25 18:51:41 1997 -@@ -1,12 +1,14 @@ - 'CC=cc' --'CDEBUG=-O2 -g' --'DESTBIN=/usr/bin' --'DESTSBIN=/usr/sbin' --'DESTEXEC=/usr/libexec' --'DESTMAN=/usr/share/man' --'DESTHELP=/usr/share/misc' --'DESTETC=/etc' -+'CDEBUG=-O2' -+'DESTBIN=${PREFIX}/bin' -+'DESTSBIN=${PREFIX}/sbin' -+'DESTEXEC=${PREFIX}/libexec' -+'DESTMAN=${PREFIX}/man' -+'DESTHELP=${PREFIX}/share/misc' -+'DESTINC=${PREFIX}/include/bind' -+'DESTLIB=${PREFIX}/lib' - 'DESTRUN=/var/run' -+'DESTETC=/etc' - 'LEX=lex -I' - 'YACC=yacc -d' - 'SYSLIBS=-ll -lutil' -@@ -16,3 +18,4 @@ - 'CATEXT=0' - 'PS=ps' - 'RANLIB=ranlib' -+'SH=${SH}' +*** /usr/ports/net/bind8/work/doc/man/Makefile Sun Mar 7 11:57:19 1999 +--- /usr/ports/net/bind8/work/doc/man/Makefile Mon Mar 29 01:56:15 1999 +*************** +*** 57,77 **** + # + # Default location for manual section directories. + # +! DESTMAN= /usr/share/man + + # + # Install manuals in ${MANDIR}N. For systems that generate catable manual + # entries on the fly, use + # MANDIR = man + # +! MANDIR = cat + + # + # Default extension for manual entries. To install the manual entries under + # their `real' extensions use + # CATEXT = $$N + # +! CATEXT = 0 + + # + # Command to install manual entries +--- 57,77 ---- + # + # Default location for manual section directories. + # +! DESTMAN= /usr/local/man + + # + # Install manuals in ${MANDIR}N. For systems that generate catable manual + # entries on the fly, use + # MANDIR = man + # +! MANDIR = man + + # + # Default extension for manual entries. To install the manual entries under + # their `real' extensions use + # CATEXT = $$N + # +! CATEXT = $$N + + # + # Command to install manual entries +*************** +*** 228,243 **** + # + # User command manual entries + # +! CMD_BASE = dig host dnsquery + CMD_SRC_EXT = 1 + CMD_SRC = dig.${CMD_SRC_EXT} \ + host.${CMD_SRC_EXT} \ + dnsquery.${CMD_SRC_EXT} \ +! dnskeygen.${CMD_SRC_EXT} + CMD_OUT = dig.${CMD_OUT_EXT} \ + host.${CMD_OUT_EXT} \ + dnsquery.${CMD_OUT_EXT} \ +! dnskeygen.${CMD_OUT_EXT} + + # + # named manual entries +--- 228,245 ---- + # + # User command manual entries + # +! CMD_BASE = dig host dnsquery dnskeygen mkdep + CMD_SRC_EXT = 1 + CMD_SRC = dig.${CMD_SRC_EXT} \ + host.${CMD_SRC_EXT} \ + dnsquery.${CMD_SRC_EXT} \ +! dnskeygen.${CMD_SRC_EXT} \ +! mkdep.${CMD_SRC_EXT} + CMD_OUT = dig.${CMD_OUT_EXT} \ + host.${CMD_OUT_EXT} \ + dnsquery.${CMD_OUT_EXT} \ +! dnskeygen.${CMD_OUT_EXT} \ +! mkdep.${CMD_OUT_EXT} + + # + # named manual entries +*************** +*** 278,284 **** + # + # Network library routines manual entries + # +! LIB_NETWORK_BASE = gethostbyname resolver getnetent + LIB_NETWORK_SRC_EXT = 3 + LIB_NETWORK_SRC = gethostbyname.${LIB_NETWORK_SRC_EXT} \ + inet_cidr.${LIB_NETWORK_SRC_EXT} \ +--- 280,287 ---- + # + # Network library routines manual entries + # +! LIB_NETWORK_BASE = gethostbyname inet_cidr resolver getnetent \ +! tsig getaddrinfo getnameinfo + LIB_NETWORK_SRC_EXT = 3 + LIB_NETWORK_SRC = gethostbyname.${LIB_NETWORK_SRC_EXT} \ + inet_cidr.${LIB_NETWORK_SRC_EXT} \ diff -r -U 2 -N bind8/patches/patch-ab bind8/patches/patch-ab --- bind8/patches/patch-ab Mon Jan 12 21:19:44 1998 +++ bind8/patches/patch-ab Mon Mar 29 02:28:54 1999 @@ -1,42 +1,25 @@ ---- doc/man/Makefile.orig Fri Mar 14 04:43:51 1997 -+++ doc/man/Makefile Mon Jan 5 14:03:46 1998 -@@ -52,26 +52,26 @@ - # Target directory for the manual directory tree. Eg., may be used to - # specify the path of an NFS-mounted directory for common files. - # --DESTDIR= -+DESTDIR= ${PREFIX} - - # - # Default location for manual section directories. - # --DESTMAN= /usr/share/man -+DESTMAN= /man - - # - # Install manuals in ${MANDIR}N. For systems that generate catable manual - # entries on the fly, use - # MANDIR = man - # --MANDIR = cat -+MANDIR = man - - # - # Default extension for manual entries. To install the manual entries under - # their `real' extensions use - # CATEXT = $$N - # --CATEXT = 0 -+CATEXT = $$N - - # - # Command to install manual entries -@@ -105,7 +105,7 @@ - # can be used. - # MANROFF = cat - # --MANROFF = ( tbl | nroff -mandoc ) -+MANROFF = cat - - # - # Default extensions for installed manual entries. The following variables +*** /usr/ports/net/bind8/work/src/port/freebsd/Makefile.set Mon Mar 29 02:25:48 1999 +--- /usr/ports/net/bind8/work/src/port/freebsd/Makefile.set Mon Mar 29 02:26:34 1999 +*************** +*** 1,10 **** + 'CC=cc' + 'CDEBUG=-O2 -g' +! 'DESTBIN=/usr/bin' +! 'DESTSBIN=/usr/sbin' +! 'DESTEXEC=/usr/libexec' +! 'DESTMAN=/usr/share/man' +! 'DESTHELP=/usr/share/misc' + 'DESTETC=/etc' + 'DESTRUN=/var/run' + 'LEX=lex -I' +--- 1,10 ---- + 'CC=cc' + 'CDEBUG=-O2 -g' +! 'DESTBIN=/usr/local/bin' +! 'DESTSBIN=/usr/local/sbin' +! 'DESTEXEC=/usr/local/libexec' +! 'DESTMAN=/usr/local/man' +! 'DESTHELP=/usr/local/share/misc' + 'DESTETC=/etc' + 'DESTRUN=/var/run' + 'LEX=lex -I' diff -r -U 2 -N bind8/patches/patch-ac bind8/patches/patch-ac --- bind8/patches/patch-ac Thu Jan 1 02:00:00 1970 +++ bind8/patches/patch-ac Mon Mar 29 11:29:39 1999 @@ -0,0 +1,19 @@ +*** /usr/ports/net/bind8/work/src/include/Makefile Mon Mar 29 11:27:51 1999 +--- /usr/ports/net/bind8/work/src/include/Makefile Mon Mar 29 11:28:34 1999 +*************** +*** 17,23 **** + HFILES = netdb.h resolv.h irs.h irp.h hesiod.h + + DESTDIR= +! DESTINC= /usr/local/bind/include + INSTALL= install + INSTALL_INC= + +--- 17,23 ---- + HFILES = netdb.h resolv.h irs.h irp.h hesiod.h + + DESTDIR= +! DESTINC= /usr/local/include/bind + INSTALL= install + INSTALL_INC= + diff -r -U 2 -N bind8/patches/patch-ad bind8/patches/patch-ad --- bind8/patches/patch-ad Thu May 21 03:27:15 1998 +++ bind8/patches/patch-ad Mon Mar 29 11:47:49 1999 @@ -1,15 +1,21 @@ ---- src/lib/irs/getpwent.c.orig Wed May 20 21:18:51 1998 -+++ src/lib/irs/getpwent.c Wed May 20 21:21:21 1998 -@@ -102,10 +102,12 @@ - (void) setpassent(0); - } - #else -+#if __FreeBSD__ < 3 - int - setpwent() { - return (setpassent(0)); - } -+#endif - #endif - - void +*** /usr/ports/net/bind8/work/src/lib/Makefile Mon Mar 29 11:30:30 1999 +--- /usr/ports/net/bind8/work/src/lib/Makefile Mon Mar 29 11:30:51 1999 +*************** +*** 25,32 **** + O=o + A=a + DESTDIR= +! DESTINC= /usr/local/bind/include +! DESTLIB= /usr/local/bind/lib + TOP= .. + INCL= ${TOP}/include + PORTINCL= ${TOP}/port/${SYSTYPE}/include +--- 25,32 ---- + O=o + A=a + DESTDIR= +! DESTINC= /usr/local/include/bind +! DESTLIB= /usr/local/lib + TOP= .. + INCL= ${TOP}/include + PORTINCL= ${TOP}/port/${SYSTYPE}/include diff -r -U 2 -N bind8/patches/patch-ae bind8/patches/patch-ae --- bind8/patches/patch-ae Thu Jan 1 02:00:00 1970 +++ bind8/patches/patch-ae Mon Mar 29 14:38:15 1999 @@ -0,0 +1,19 @@ +*** /usr/ports/net/bind8/work/src/port/freebsd/include/Makefile Mon Mar 29 14:28:40 1999 +--- /usr/ports/net/bind8/work/src/port/freebsd/include/Makefile Mon Mar 29 14:29:08 1999 +*************** +*** 55,61 **** + HFILES = + + DESTDIR= +! DESTINC= /usr/local/bind/include + INSTALL= install + + MARGS= DESTDIR="${DESTDIR}" DESTINC="${DESTINC}" INSTALL="${INSTALL}" +--- 55,61 ---- + HFILES = + + DESTDIR= +! DESTINC= /usr/local/include/bind + INSTALL= install + + MARGS= DESTDIR="${DESTDIR}" DESTINC="${DESTINC}" INSTALL="${INSTALL}" diff -r -U 2 -N bind8/patches/patch-af bind8/patches/patch-af --- bind8/patches/patch-af Thu Jan 1 02:00:00 1970 +++ bind8/patches/patch-af Mon Mar 29 14:32:49 1999 @@ -0,0 +1,19 @@ +*** /usr/ports/net/bind8/work/src/port/freebsd/include/sys/Makefile Mon Mar 29 14:31:35 1999 +--- /usr/ports/net/bind8/work/src/port/freebsd/include/sys/Makefile Mon Mar 29 14:31:07 1999 +*************** +*** 54,60 **** + HFILES= bitypes.h cdefs.h + + DESTDIR= +! DESTINC= /usr/local/bind/include + + all depend: + +--- 54,60 ---- + HFILES= bitypes.h cdefs.h + + DESTDIR= +! DESTINC= /usr/local/include/bind + + all depend: + diff -r -U 2 -N bind8/pkg/CVS/Entries bind8/pkg/CVS/Entries --- bind8/pkg/CVS/Entries Thu Jan 1 02:00:00 1970 +++ bind8/pkg/CVS/Entries Wed Mar 25 06:28:13 1998 @@ -0,0 +1,4 @@ +/COMMENT/1.1.1.1/Wed Nov 26 00:24:19 1997// +/DESCR/1.1.1.1/Wed Nov 26 00:24:20 1997// +/PLIST/1.1.1.1/Wed Nov 26 00:24:20 1997// +D diff -r -U 2 -N bind8/pkg/CVS/Repository bind8/pkg/CVS/Repository --- bind8/pkg/CVS/Repository Thu Jan 1 02:00:00 1970 +++ bind8/pkg/CVS/Repository Wed Mar 25 06:28:13 1998 @@ -0,0 +1 @@ +/home/ncvs/ports/net/bind8/pkg diff -r -U 2 -N bind8/pkg/CVS/Root bind8/pkg/CVS/Root --- bind8/pkg/CVS/Root Thu Jan 1 02:00:00 1970 +++ bind8/pkg/CVS/Root Wed Mar 25 06:28:13 1998 @@ -0,0 +1 @@ +/home/ncvs diff -r -U 2 -N bind8/pkg/DESCR bind8/pkg/DESCR --- bind8/pkg/DESCR Wed Nov 26 02:24:20 1997 +++ bind8/pkg/DESCR Fri Mar 26 22:26:44 1999 @@ -12,2 +12,8 @@ -> The server no longer forks for outbound zone transfers -> Many bug fixes + +HomePage: http://www.isc.org/bind.html + +-- +brad hendrickse +bradh@uunet.co.za diff -r -U 2 -N bind8/pkg/PLIST bind8/pkg/PLIST --- bind8/pkg/PLIST Thu Dec 10 04:59:27 1998 +++ bind8/pkg/PLIST Mon Mar 29 12:39:14 1999 @@ -1,28 +1,34 @@ -bin/addr -bin/dig -bin/dnsquery -bin/host -bin/named-bootconf.pl -bin/nslookup -bin/nsupdate include/bind/arpa/inet.h include/bind/arpa/nameser.h include/bind/arpa/nameser_compat.h -include/bind/isc/assertions.h include/bind/isc/eventlib.h -include/bind/isc/heap.h -include/bind/isc/list.h -include/bind/isc/logging.h -include/bind/isc/memcluster.h include/bind/isc/misc.h include/bind/isc/tree.h -include/bind/hesiod.h -include/bind/irs.h +include/bind/isc/logging.h +include/bind/isc/heap.h +include/bind/isc/memcluster.h +include/bind/isc/assertions.h +include/bind/isc/list.h +include/bind/isc/dst.h +include/bind/isc/irpmarshall.h include/bind/netdb.h include/bind/resolv.h -include/bind/sys/bitypes.h +include/bind/irs.h +include/bind/irp.h +include/bind/hesiod.h lib/libbind.a +lib/libbind_r.a +bin/addr +bin/dig +bin/dnsquery +bin/host +bin/mkservdb +bin/nslookup +bin/nsupdate +libexec/dnskeygen libexec/named-xfer +sbin/irpd sbin/named +sbin/named-bootconf sbin/ndc share/doc/bind8/acl.html @@ -30,4 +36,5 @@ share/doc/bind8/comments.html share/doc/bind8/config.html +share/doc/bind8/controls.html share/doc/bind8/docdef.html share/doc/bind8/example.html @@ -36,11 +43,12 @@ share/doc/bind8/key.html share/doc/bind8/logging.html +share/doc/bind8/master.html share/doc/bind8/options.html share/doc/bind8/server.html +share/doc/bind8/trusted-keys.html share/doc/bind8/zone.html share/misc/nslookup.help @dirrm include/bind/arpa @dirrm include/bind/isc -@dirrm include/bind/sys @dirrm include/bind -@dirrm share/doc/bind8 \ No newline at end of file +@dirrm share/doc/bind8 >Release-Note: >Audit-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 Mar 29 13: 0:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EB1515830 for ; Mon, 29 Mar 1999 13:00:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA61862; Mon, 29 Mar 1999 13:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 Mar 1999 13:00:01 -0800 (PST) Message-Id: <199903292100.NAA61862@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Daniel Eischen Subject: Re: ports/10844: New port: adagdb Reply-To: Daniel Eischen Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10844; it has been noted by GNATS. From: Daniel Eischen To: eischen@vigrid.com, sheldonh@iafrica.com Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/10844: New port: adagdb Date: Mon, 29 Mar 1999 15:58:15 -0500 (EST) > 1) Use $Id$, not $Id:$ . Oops, that's 'cause I was trying all things to get portlint not to complain about a non-empty version identifier. > 2) Use ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${EXTRACT_AFTER_ARGS}, not > ${TAR} -xzf . Tried that. Couldn't get it to work when trying to extract just one file from the tarball. > 3) Use ${PATCH} ${PATCH_ARGS}, not ${PATCH} -s . OK. Dan Eischen eischen@vigrid.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 13:10:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D31E814D6C for ; Mon, 29 Mar 1999 13:10:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA62320; Mon, 29 Mar 1999 13:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 Mar 1999 13:10:01 -0800 (PST) Message-Id: <199903292110.NAA62320@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: ports/10844: New port: adagdb Reply-To: Sheldon Hearn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10844; it has been noted by GNATS. From: Sheldon Hearn To: Daniel Eischen Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/10844: New port: adagdb Date: Mon, 29 Mar 1999 23:01:34 +0200 Doesn't compile here, on CURRENT as of yesterday. cc -c -O -pipe -DFREEBSD_ELF -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline -I../bfd -I./../bfd -I./../include blockframe.c blockframe.c: In function `get_prev_frame_info': blockframe.c:361: `kernel_debugging' undeclared (first use this function) blockframe.c:361: (Each undeclared identifier is reported only once blockframe.c:361: for each function it appears in.) *** Error code 1 Stop. Caio, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 13:30:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 91A7915881 for ; Mon, 29 Mar 1999 13:30:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA63470; Mon, 29 Mar 1999 13:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 Mar 1999 13:30:03 -0800 (PST) Message-Id: <199903292130.NAA63470@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Daniel Eischen Subject: Re: ports/10844: New port: adagdb Reply-To: Daniel Eischen Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10844; it has been noted by GNATS. From: Daniel Eischen To: eischen@vigrid.com, sheldonh@iafrica.com Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/10844: New port: adagdb Date: Mon, 29 Mar 1999 16:26:35 -0500 (EST) > Doesn't compile here, on CURRENT as of yesterday. > > cc -c -O -pipe -DFREEBSD_ELF -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline -I../bfd -I./../bfd -I./../include blockframe.c > blockframe.c: In function `get_prev_frame_info': > blockframe.c:361: `kernel_debugging' undeclared (first use this > function) > blockframe.c:361: (Each undeclared identifier is reported only once > blockframe.c:361: for each function it appears in.) > *** Error code 1 Sounds like a patch file didn't get applied correctly (look in work/gdb-4.17/gdb/config/i386/nm-fbsd.h, which is where kernel_debugging is defined). I don't have access to a -current system until I get home later, but this port mostly builds under a 2.2.7 system (it gets way past blockframe.c). Have you modified the Makefile in someway so that the patches don't get applied correctly? If patch/patch-av was applied, then this compiler error shouldn't happen. Dan Eischen eischen@vigrid.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 13:33: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C53F714E11; Mon, 29 Mar 1999 13:33:01 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA63597; Mon, 29 Mar 1999 13:32:44 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 29 Mar 1999 13:32:44 -0800 (PST) From: Message-Id: <199903292132.NAA63597@freefall.freebsd.org> To: eischen@vigrid.com, sheldonh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10844 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: adagdb State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Mon Mar 29 13:31:44 PST 1999 State-Changed-Why: Waiting for originator to iron out CURRENT build issues. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 13:40:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A80121515A for ; Mon, 29 Mar 1999 13:40:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA63974; Mon, 29 Mar 1999 13:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 Mar 1999 13:40:01 -0800 (PST) Message-Id: <199903292140.NAA63974@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: ports/10844: New port: adagdb Reply-To: Sheldon Hearn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10844; it has been noted by GNATS. From: Sheldon Hearn To: Daniel Eischen Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/10844: New port: adagdb Date: Mon, 29 Mar 1999 23:31:22 +0200 On Mon, 29 Mar 1999 16:26:35 EST, Daniel Eischen wrote: > I don't have access to a -current system until I get home later, > but this port mostly builds under a 2.2.7 system (it gets way past > blockframe.c). Remember that the 2.2 branch isn't a concern for ports anymore. If you can keep a port working for that branch, great. But it shouldn't be your development platform for submissions. Let us know what you find on your CURRENT box. > Have you modified the Makefile in someway so that the patches don't > get applied correctly? Nope, used your port "out-of-the-box". :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 13:40:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4ABC8153C8 for ; Mon, 29 Mar 1999 13:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA63981; Mon, 29 Mar 1999 13:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 Mar 1999 13:40:02 -0800 (PST) Message-Id: <199903292140.NAA63981@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Daniel Eischen Subject: Re: ports/10844: New port: adagdb Reply-To: Daniel Eischen Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10844; it has been noted by GNATS. From: Daniel Eischen To: eischen@vigrid.com, sheldonh@iafrica.com Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/10844: New port: adagdb Date: Mon, 29 Mar 1999 16:33:53 -0500 (EST) > Remember that the 2.2 branch isn't a concern for ports anymore. If you > can keep a port working for that branch, great. But it shouldn't be your > development platform for submissions. YES, I know that. I did the port on a box that was -current as of last week. Dan Eischen eischen@vigrid.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 14: 0:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BD26014F94 for ; Mon, 29 Mar 1999 14:00:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA64811; Mon, 29 Mar 1999 14:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 Mar 1999 14:00:00 -0800 (PST) Message-Id: <199903292200.OAA64811@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tom Hukins Subject: Re: ports/10857: NEW PORT: bind-8.2 Reply-To: Tom Hukins Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10857; it has been noted by GNATS. From: Tom Hukins To: bradh@uunet.co.za Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/10857: NEW PORT: bind-8.2 Date: Mon, 29 Mar 1999 19:40:25 +0100 On Mon, Mar 29, 1999 at 02:52:44PM +0200, bradh@uunet.co.za wrote: > > >Synopsis: NEW PORT: bind-8.2 There is already a bind8 port in /usr/ports/net. It would probably be better if you sent a patch to upgrade the existing port rather than submitting a new port. See the Handbook for details on how to upgrade a port. Is there a good reason for having two bind8 ports? Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 14:10:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id F397014CEF for ; Mon, 29 Mar 1999 14:10:08 -0800 (PST) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id RAA01208; Mon, 29 Mar 1999 17:07:54 -0500 (EST) Date: Mon, 29 Mar 1999 17:07:54 -0500 (EST) From: Chuck Robey To: Tom Hukins Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/10857: NEW PORT: bind-8.2 In-Reply-To: <199903292200.OAA64811@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 29 Mar 1999, Tom Hukins wrote: > The following reply was made to PR ports/10857; it has been noted by GNATS. > > From: Tom Hukins > To: bradh@uunet.co.za > Cc: FreeBSD-gnats-submit@freebsd.org > Subject: Re: ports/10857: NEW PORT: bind-8.2 > Date: Mon, 29 Mar 1999 19:40:25 +0100 > > On Mon, Mar 29, 1999 at 02:52:44PM +0200, bradh@uunet.co.za wrote: > > > > >Synopsis: NEW PORT: bind-8.2 > > There is already a bind8 port in /usr/ports/net. It would probably > be better if you sent a patch to upgrade the existing port rather > than submitting a new port. See the Handbook for details on how to > upgrade a port. > > Is there a good reason for having two bind8 ports? NO. There is already a candidate for bind-stable in the main freebsd tree, so the bind port should track the latest release, and there should only be one version out there. People who want safety use the one pre-installed, and those wanting the latest use the port. ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 14:15:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from eh.est.is (eh.est.is [194.144.208.34]) by hub.freebsd.org (Postfix) with ESMTP id DA23714CEF for ; Mon, 29 Mar 1999 14:15:06 -0800 (PST) (envelope-from totii@est.is) Received: from gateway.toti.est.is (toti.est.is [194.144.208.13]) by eh.est.is (8.8.8/8.8.8) with ESMTP id WAA01738 for ; Mon, 29 Mar 1999 22:17:30 GMT (envelope-from totii@est.is) Received: from est.is (asus.toti.est.is [192.168.255.2]) by gateway.toti.est.is (8.9.3/8.9.1) with ESMTP id WAA17830 for ; Mon, 29 Mar 1999 22:14:39 GMT (envelope-from totii@est.is) Message-ID: <37006BAB.F9578937@est.is> Date: Mon, 29 Mar 1999 22:14:03 -0800 From: Thordur Ivarsson Reply-To: thivars@est.is X-Mailer: Mozilla 4.08 [en] (Win98; I) MIME-Version: 1.0 To: "freebsd-ports@FreeBSD.ORG" Subject: Frontpage extension coredumps (Bus Error) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Does anyone know about this problem, the executeables coredump from all versions of FP extensions V3 and V4 Any solutions, I am running current built 3 days ago. Thordur Ivarsson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 14:28:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F0C0114BF9; Mon, 29 Mar 1999 14:28:37 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA66263; Mon, 29 Mar 1999 14:28:20 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 14:28:20 -0800 (PST) From: Message-Id: <199903292228.OAA66263@freefall.freebsd.org> To: bradh@uunet.co.za, dirk@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10857 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NEW PORT: bind-8.2 State-Changed-From-To: open->closed State-Changed-By: dirk State-Changed-When: Mon Mar 29 14:27:29 PST 1999 State-Changed-Why: Superseded by ports/10861. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 14:30:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F19915629 for ; Mon, 29 Mar 1999 14:30:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA66398; Mon, 29 Mar 1999 14:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (dialup44.v90pool1.infolane.net [207.88.42.244]) by hub.freebsd.org (Postfix) with ESMTP id 1E77815408 for ; Mon, 29 Mar 1999 14:23:18 -0800 (PST) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id OAA74411; Mon, 29 Mar 1999 14:23:11 -0800 (PST) (envelope-from mharo) Message-Id: <199903292223.OAA74411@patrol.area51.fremont.ca.us> Date: Mon, 29 Mar 1999 14:23:11 -0800 (PST) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10864: Update: graphics/xanim Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10864 >Category: ports >Synopsis: Update: graphics/xanim >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 29 14:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: FreeBSD 3.1-STABLE #19: Mon Mar 8 09:48:06 PST 1999 root@patrol.area51.fremont.ca.us:/usr/src/sys/compile/PATROL >Description: New version of xanim. I am unable to check if this port works with 2.2-STABLE. No new or removed patchs. portlint: WARN: pkg/DESCR exceeds 24 lines, make it shorter if possible.(currently 45 lines) 0 fatal errors and 1 warnings found. >How-To-Repeat: >Fix: cvs diff: in directory .: cvs diff: ignoring CVS/Root because it specifies a non-existent repository /host/trang.nuxi.com/FBSD/CVS-repository Index: Makefile =================================================================== RCS file: /cvs/ports/graphics/xanim/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 1998/11/21 07:27:36 1.17 +++ Makefile 1999/03/29 22:19:22 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.17 1998/11/21 07:27:36 steve Exp $ # -DISTNAME= xanim27070 -PKGNAME= xanim-2.70.7.0 +DISTNAME= xanim2801 +PKGNAME= xanim-2.80.1 CATEGORIES= graphics MASTER_SITES= ftp://xanim.va.pubnix.com/ \ ftp://xanim.va.pubnix.com/modules/ Index: files/md5 =================================================================== RCS file: /cvs/ports/graphics/xanim/files/md5,v retrieving revision 1.9 diff -u -r1.9 md5 --- md5 1998/09/27 09:18:30 1.9 +++ md5 1999/03/29 22:19:23 @@ -1,7 +1,4 @@ -MD5 (xanim27070.tar.gz) = 768253a86b059b4d100e34c602931af6 -MD5 (xa2.0_cvid_netbsd386.o.Z) = 80a70d69ea532c7f32a074381fff8468 -MD5 (xa2.0_iv32_netbsd386.o.Z) = 1968c29d77e02c53df14bc4f2a29a1c0 -MD5 (xa1.0_cyuv_netbsd386.o.Z) = 9f2d2b1a14f4518ffd02c0f45ccbf9e6 +MD5 (xanim2801.tar.gz) = e2ecd086c160f18dd7cc3cac438758c2 MD5 (xa2.0_cvid_linuxELF.o.Z) = 3b4e0575227a595267f8ea8c8dc389d4 MD5 (xa2.0_iv32_linuxELF.o.Z) = 6d96884a3ab902efb3315388c5091c42 MD5 (xa1.0_cyuv_linuxELF.o.Z) = 1485e89ede4f392229b3dbee0015b59d Index: patches/patch-ab =================================================================== RCS file: /cvs/ports/graphics/xanim/patches/patch-ab,v retrieving revision 1.6 diff -u -r1.6 patch-ab --- patch-ab 1998/09/14 20:37:02 1.6 +++ patch-ab 1999/03/29 22:19:25 @@ -1,53 +1,60 @@ ---- Imakefile.orig Tue Mar 24 01:55:08 1998 -+++ Imakefile Mon Sep 14 22:22:19 1998 -@@ -95,9 +95,9 @@ - XCOMM XA_CVID_DEF = -DXA_CINEPAK +--- Imakefile.orig Sun Mar 21 14:36:26 1999 ++++ Imakefile Mon Mar 29 12:01:48 1999 +@@ -116,7 +116,7 @@ + XCOMM XA_DLL_DEF = -DXA_DLL + XCOMM + XCOMM ### You may need this library. +-XA_DLL_LIB = -ldl ++XCOMM XA_DLL_LIB = -ldl + XCOMM + XCOMM If you'd like to change the default directory that XAnim searches while + XCOMM looking for dlls, then change the directory below. +@@ -190,7 +190,7 @@ + XCOMM XA_CVID_DEF = -DXA_CVID XCOMM XA_CYUV_DEF = -DXA_CYUV - XCOMM --XA_IV32_LIB = --XA_CVID_LIB = --XA_CYUV_LIB = -+XCOMM XA_IV32_LIB = xa2.0_cvid_netbsd386.o -+XCOMM XA_CVID_LIB = xa2.0_iv32_netbsd386.o -+XCOMM XA_CYUV_LIB = xa1.0_cyuv_netbsd386.o - XCOMM - XCOMM NOTE: SGI Machines Only: - XCOMM if your linker core dumps then you'll need to uncomment the following -@@ -165,7 +165,7 @@ - XCOMM XA_AUDIO_DEFS = - XCOMM - XCOMM -- Sun Sparcs ----------------------------------------------------------- --XA_AUDIO_DEFS = -DXA_SPARC_AUDIO -+XCOMM XA_AUDIO_DEFS = -DXA_SPARC_AUDIO - XCOMM - XCOMM NOTE: Imakefile should add the -DSVR4 to Sun Solaris machines, if not - XCOMM use the following: -@@ -210,8 +210,8 @@ - XCOMM XA_MACH_LIBS = -lc - XCOMM - XCOMM -- Also FreeBSD, and BSDI with SBlast-BSD-1.5 (development stages)------- --XCOMM XA_AUDIO_DEFS = -DXA_LINUX_AUDIO -DXA_LINUX_NEWER_SND --XCOMM XA_AUDIO_LIBS = -lc -+XA_AUDIO_DEFS = -DXA_LINUX_AUDIO -DXA_LINUX_NEWER_SND + XCOMM +-XCOMM XA_IV32_LIB = mods/xa2.1_iv32_linuxELF.o ++XCOMM XA_IV32_LIB = mods/xa2.0_iv32_linuxELF.o + XCOMM XA_CVID_LIB = mods/xa2.0_cvid_linuxELF.o + XCOMM XA_CYUV_LIB = mods/xa1.0_cyuv_linuxELF.o + XCOMM +@@ -267,8 +267,8 @@ + XCOMM XA_AUDIO_DEFS = + XCOMM + XCOMM ## -- Linux PCs --------------------------------------------------------- +-XA_AUDIO_DEFS = -DXA_LINUX_AUDIO +-XA_AUDIO_LIBS = -lc ++XCOMM XA_AUDIO_DEFS = -DXA_LINUX_AUDIO ++XCOMM XA_AUDIO_LIBS = -lc + XCOMM + XCOMM -- Linux PC's with OLD Rev sound drivers ------------------------------- + XCOMM XA_AUDIO_DEFS = -DXA_LINUX_AUDIO -DXA_LINUX_OLDER_SND +@@ -314,8 +314,8 @@ + XCOMM XA_AUDIO_LIBS = -lc + XCOMM + XCOMM -- Also FreeBSD, and BSDI with SBlast-BSD-1.5 (development stages)------ +-XCOMM XA_AUDIO_DEFS = -DXA_LINUX_AUDIO +-XCOMM XA_AUDIO_LIBS = -lc ++XA_AUDIO_DEFS = -DXA_LINUX_AUDIO +XA_AUDIO_LIBS = -lc - XCOMM - XCOMM -- SGI Indigo ----------------------------------------------------------- - XCOMM XA_AUDIO_DEFS = -DXA_SGI_AUDIO -@@ -325,7 +325,7 @@ - XCOMM -- following symbols(XmbufDisplayBuffers, XmbufQueryExtension, - XCOMM -- XmbufCreateBuffers). - XCOMM -- NOTE_7: HP-UX machines need to comment this out. --XCOMM XA_MULTIBUF = -DXMBUF + XCOMM + XCOMM -- TOWNS Linux 16 bit PCM ---------------------------------------------- + XCOMM XA_AUDIO_DEFS = -DXA_TOWNS_AUDIO +@@ -442,7 +442,7 @@ + XCOMM -- following symbols(XmbufDisplayBuffers, XmbufQueryExtension, + XCOMM -- XmbufCreateBuffers). + XCOMM -- NOTE_8: HP-UX machines need to comment this out. +-XCOMM XA_MULTIBUF = -DXMBUF +XA_MULTIBUF = -DXMBUF - XCOMM - XCOMM ******************** - -@@ -345,7 +345,7 @@ + XCOMM + XCOMM ########### + XCOMM +@@ -465,7 +465,7 @@ - PROGRAMS = xanim + PROGRAMS = $(XANIM) -INCLUDES = -I$(INCDIR) $(XA_INCS) +INCLUDES = -I$(INCDIR)/X11 $(XA_INCS) - LIBS1 = $(XA_LIBS) $(EXTENSIONLIB) $(XTOOLLIB) $(XLIB) -lm + DEPLIBS1 = $(DEPEXTENSIONLIB) $(DEPXTOOLLIB) $(DEPXLIB) >Release-Note: >Audit-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 Mar 29 14:31: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B84D151B5; Mon, 29 Mar 1999 14:31:06 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA66457; Mon, 29 Mar 1999 14:30:49 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 29 Mar 1999 14:30:49 -0800 (PST) From: Message-Id: <199903292230.OAA66457@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, jseger@FreeBSD.org Subject: Re: ports/10861 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: UPDATE PORT: bind8 Responsible-Changed-From-To: freebsd-ports->jseger Responsible-Changed-By: dirk Responsible-Changed-When: Mon Mar 29 14:29:59 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 14:38:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from vedanix.welearn.com.au (vedanix.welearn.com.au [203.35.200.140]) by hub.freebsd.org (Postfix) with ESMTP id 26BDB14BF9 for ; Mon, 29 Mar 1999 14:38:06 -0800 (PST) (envelope-from sue@vedanix.welearn.com.au) Received: (from sue@localhost) by vedanix.welearn.com.au (8.8.8/8.8.8) id IAA24820; Tue, 30 Mar 1999 08:40:28 +1000 (EST) (envelope-from sue) Message-ID: <19990330084028.52258@welearn.com.au> Date: Tue, 30 Mar 1999 08:40:28 +1000 From: Sue Blake To: Steve Price , freebsd-ports@FreeBSD.ORG Subject: Re: 'must have' packages on first CD Mail-Followup-To: Steve Price , freebsd-ports@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: ; from Steve Price on Sun, Mar 28, 1999 at 04:19:21PM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Mar 28, 1999 at 04:19:21PM -0600, Steve Price wrote: > I know I'm probably going to regret asking this and I can't > guarantee I'll get everyone's favorites in, but... here's > little exercise in achieving some semblance of customer > satisfaction. > > I'd like to know the top five ports that are a 'must have' > on the first CD of each FreeBSD release. I mean which ports > do people have to have for the first reboot after settting > up a box and absolutely cannot tolerate sticking in the 2nd > CD to grab any remaining ports of interest. I was thinking > along the lines of a shell (bash/tcsh), an editor (emacs/vim), > etc. For another purpose, I asked for the top ten packages on the -newbies list last year. If you can be bothered checking for it in the archives, you'll get a pretty good idea of what ports the super-green people will drive us silly over if they can't find and install them easily. IIRC it boiled down to about 15 that most new people expected to have available right from the start, or soon thereafter. From these 15 it would be sensible to discard the nice toys if necessary and ensure that the rest are all present on the first CD. -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 15:14: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 06A9015901 for ; Mon, 29 Mar 1999 15:14:04 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu ([207.92.173.144]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id PAA14765 for ; Mon, 29 Mar 1999 15:13:52 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id PAA33846; Mon, 29 Mar 1999 15:12:52 -0800 (PST) Date: Mon, 29 Mar 1999 15:12:52 -0800 (PST) Message-Id: <199903292312.PAA33846@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: [asami@FreeBSD.org: cvs commit: src/share/mk Makefile] From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Duh. Sorry, I forgot to commit this alongside bsd.port.mk last night. If you cvsupped before this one, made world and bsd.port.mk is complaining, please just add a file /var/db/pkg/.mkversion that says "19990328" (without the quotes) and all should be fine. Satoshi ------- Start of forwarded message ------- From: Satoshi "the Wraith" Asami Date: Mon, 29 Mar 1999 15:02:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk Makefile asami 1999/03/29 15:02:30 PST Modified files: share/mk Makefile Log: Create /var/db/pkg/.mkversion file with datestamp. Revision Changes Path 1.22 +4 -1 src/share/mk/Makefile ------- End of forwarded message ------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 15:17: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 8098614F4E for ; Mon, 29 Mar 1999 15:16:55 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu ([207.92.173.144]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id PAA14780; Mon, 29 Mar 1999 15:16:43 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id PAA33863; Mon, 29 Mar 1999 15:15:45 -0800 (PST) Date: Mon, 29 Mar 1999 15:15:45 -0800 (PST) Message-Id: <199903292315.PAA33863@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: eischen@vigrid.com Cc: freebsd-ports@FreeBSD.org In-reply-to: <199903292100.NAA61862@freefall.freebsd.org> (message from Daniel Eischen on Mon, 29 Mar 1999 13:00:01 -0800 (PST)) Subject: Re: ports/10844: New port: adagdb From: asami@FreeBSD.org (Satoshi - the Wraith - Asami) References: <199903292100.NAA61862@freefall.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * > 2) Use ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${EXTRACT_AFTER_ARGS}, not * > ${TAR} -xzf . Actually if you want to call tar explicitly to extract a specific file or something, using ${TAR} is fine. ${EXTRACT_*} macros may change in the future, ${TAR} most likely will not. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 15:29:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (Postfix) with ESMTP id 9FC8E14E90 for ; Mon, 29 Mar 1999 15:29:08 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id IAA04924; Tue, 30 Mar 1999 08:58:58 +0930 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA14323; Tue, 30 Mar 1999 08:58:52 +0930 Date: Tue, 30 Mar 1999 08:58:48 +0930 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Christian Weisgerber Cc: freebsd-ports@freebsd.org Subject: Re: Where to put game score files? In-Reply-To: <7dmgdi$u3h$1@mips.rhein-neckar.de> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 29 Mar 1999, Christian Weisgerber wrote: > Where should the score files of games be kept? > /var/games? > /usr/local/games? > /usr/local/lib/? I'd weigh in with /usr/local/share//whatever. Kris > > -- > Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de > carpe librum: books 'n' reviews > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > ----- The Feynman problem-solving algorithm: 1. Write down the problem 2. Think real hard 3. Write down the solution To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 15:30:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 6037714D2E; Mon, 29 Mar 1999 15:30:49 -0800 (PST) (envelope-from eischen@vigrid.com) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id SAA05345; Mon, 29 Mar 1999 18:29:57 -0500 (EST) Date: Mon, 29 Mar 1999 18:29:57 -0500 (EST) From: Daniel Eischen Message-Id: <199903292329.SAA05345@pcnet1.pcnet.com> To: asami@FreeBSD.org, eischen@vigrid.com Subject: Re: ports/10844: New port: adagdb Cc: freebsd-ports@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > * > 2) Use ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${EXTRACT_AFTER_ARGS}, not > * > ${TAR} -xzf . > > Actually if you want to call tar explicitly to extract a specific file > or something, using ${TAR} is fine. ${EXTRACT_*} macros may change in > the future, ${TAR} most likely will not. Yep, that's exactly what I was doing. BTW, I like your new name (the Wraith) :) Dan Eischen eischen@vigrid.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 15:36:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id F10C814C4F for ; Mon, 29 Mar 1999 15:36:39 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id RAA29976; Mon, 29 Mar 1999 17:36:10 -0600 (CST) Date: Mon, 29 Mar 1999 17:36:10 -0600 (CST) From: Steve Price To: Sue Blake Cc: freebsd-ports@FreeBSD.ORG Subject: Re: 'must have' packages on first CD In-Reply-To: <19990330084028.52258@welearn.com.au> 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, 30 Mar 1999, Sue Blake wrote: # For another purpose, I asked for the top ten packages on the -newbies # list last year. If you can be bothered checking for it in the archives, # you'll get a pretty good idea of what ports the super-green people will # drive us silly over if they can't find and install them easily. # # IIRC it boiled down to about 15 that most new people expected to have # available right from the start, or soon thereafter. From these 15 # it would be sensible to discard the nice toys if necessary and ensure # that the rest are all present on the first CD. Just found it and amazingly enough there was only one that wasn't in both lists. :) # # -- # # Regards, # -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 16:50:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B9D014C48 for ; Mon, 29 Mar 1999 16:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA76616; Mon, 29 Mar 1999 16:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 Mar 1999 16:50:01 -0800 (PST) Message-Id: <199903300050.QAA76616@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/10133: KDE changed path on their ftp server Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10133; it has been noted by GNATS. From: Chris Piazza To: freebsd-gnats-submit@freebsd.org, mharo@area51.fremont.ca.us Cc: Subject: Re: ports/10133: KDE changed path on their ftp server Date: Mon, 29 Mar 1999 16:42:21 -0800 (PST) This PR should be closed, the problem was fixed by David O'Brien on Feb. 28, 1999. --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 17:41:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 35147156B5; Mon, 29 Mar 1999 17:41:46 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA81387; Mon, 29 Mar 1999 17:41:29 -0800 (PST) (envelope-from asami@FreeBSD.org) Date: Mon, 29 Mar 1999 17:41:29 -0800 (PST) From: Message-Id: <199903300141.RAA81387@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10133 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: KDE changed path on their ftp server State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Mon Mar 29 17:40:57 PST 1999 State-Changed-Why: Fixed on Feb. 28, 1999 by obrien. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 17:50:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 98CE8156B5 for ; Mon, 29 Mar 1999 17:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA82141; Mon, 29 Mar 1999 17:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 Mar 1999 17:50:01 -0800 (PST) Message-Id: <199903300150.RAA82141@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Daniel M. Eischen" Subject: Re: ports/10844: New port: adagdb Reply-To: "Daniel M. Eischen" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10844; it has been noted by GNATS. From: "Daniel M. Eischen" To: eischen@vigrid.com, sheldonh@iafrica.com Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/10844: New port: adagdb Date: Mon, 29 Mar 1999 16:40:30 -0500 This is a multi-part message in MIME format. --------------91FC6BD00FFF38AE349F00D0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > Doesn't compile here, on CURRENT as of yesterday. > > cc -c -O -pipe -DFREEBSD_ELF -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline -I../bfd -I./../bfd -I./../include blockframe.c > blockframe.c: In function `get_prev_frame_info': > blockframe.c:361: `kernel_debugging' undeclared (first use this > function) > blockframe.c:361: (Each undeclared identifier is reported only once > blockframe.c:361: for each function it appears in.) > *** Error code 1 It seems that version revision 1.306 of ports/Mk/bsd.port.mk broke this port. From the CVS logs: revision 1.306 date: 1999/03/08 07:23:10; author: asami; state: Exp; lines: +38 -18 (1) Change FETCH_CMD to add the -A flag, so it won't be confused by the "not_found.html" stuff. (2) Add "MACHINE_ARCH?=i386" so those with a 2.x system have a fighting chance of getting ports-current to work. (3) Add new variable CONFIGURE_TARGET, defaulting to ${MACHINE_ARCH}--freebsd${OSREL}, which is tucked to the end of CONFIGURE_ARGS if GNU_CONFIGURE is defined. This port was setting CONFIGURE_ARGS, but not CONFIGURE_TARGET. The default CONFIGURE_TARGET happened to be wrong for this port, plus configure got all confused having two targets specified. I modified the ports Makefile to correctly set CONFIGURE_TARGET. The port has been updated at my ftp site. Attached is a diff if you've already retrieved it. Dan Eischen eischen@vigrid.com --------------91FC6BD00FFF38AE349F00D0 Content-Type: text/plain; charset=us-ascii; name="adagdb.diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="adagdb.diffs" --- Makefile.orig Sun Mar 28 19:08:50 1999 +++ Makefile Mon Mar 29 16:34:20 1999 @@ -3,7 +3,7 @@ # Date created: 19 Mar 1999 # Whom: Daniel Eischen # -# $Id:$ +# $Id$ DISTNAME= gdb-4.17 PKGNAME= adagdb-4.17 @@ -29,7 +29,8 @@ GNUHOST= ${ARCH}-unknown-freebsd${OSREL} .endif -CONFIGURE_ARGS= --host=${GNUHOST} --program-prefix="ada" +CONFIGURE_TARGET= --host=${GNUHOST} +CONFIGURE_ARGS= --program-prefix="ada" # If you want to expose a fatal GCC error, define this: # @@ -45,7 +46,7 @@ # One patch depends on the GNAT patches being applied first. pre-patch: @${ECHO} "===> Applying GNAT-3.11p patches to ${DISTNAME}." - @(cd ${WRKSRC}; ${PATCH} -s < ${WRKDIR}/gnat-3.11p-src/src/gdb-4.17.gnat.diff ) + @(cd ${WRKSRC}; ${PATCH} ${PATH_ARGS} < ${WRKDIR}/gnat-3.11p-src/src/gdb-4.17.gnat.diff ) .if defined(EXPOSE_FATAL_GCC_ERROR) post-patch: --------------91FC6BD00FFF38AE349F00D0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 18:29:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 86B0414F80; Mon, 29 Mar 1999 18:29:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA85945; Mon, 29 Mar 1999 18:29:11 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 29 Mar 1999 18:29:11 -0800 (PST) From: Message-Id: <199903300229.SAA85945@freefall.freebsd.org> To: jonny@jonny.eng.br, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10233 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: misc/buffer has been removed, let's revive it! State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Mon Mar 29 18:23:37 PST 1999 State-Changed-Why: Re-imported and the distfile put up on my homepage until we can find another home for it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 20:10:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF1CE1519F for ; Mon, 29 Mar 1999 20:10:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA93262; Mon, 29 Mar 1999 20:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 Mar 1999 20:10:02 -0800 (PST) Message-Id: <199903300410.UAA93262@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Hiroo Ono Subject: Re: ports/10299: pkg_add: could not find package XFree86-3.3.3.1! Reply-To: Hiroo Ono Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10299; it has been noted by GNATS. From: Hiroo Ono To: freebsd-gnats-submit@freebsd.org Cc: sdn@slip.net Subject: Re: ports/10299: pkg_add: could not find package XFree86-3.3.3.1! Date: Tue, 30 Mar 1999 13:09:04 +0900 hi. > pkg_add: could not find package XFree86-3.3.3.1 ! There is same case in PR ports/10410, I think. with FreeBSD-2.2.8-RELEASE, you should do cd /; tar zxvf /usr/X11R6/lib/X11/pkgreg.tar.gz as user root. If you can't find the tar ball, do mkdir /var/db/pkg/XFree86-3.3.3.1 as described in the comment to PR ports/10410 BTW, I've encountered same error with 3.1-RELEASE and I can't find pkgreg.tar.gz. ---- Hiroo ONO mailto:hiroo@exp.t.u-tokyo.ac.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 22: 0:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 55DC415956 for ; Mon, 29 Mar 1999 22:00:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA04450; Mon, 29 Mar 1999 22:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from newbox.lunabase.org (pool.204.140.175.133.cinenet.net [204.140.175.133]) by hub.freebsd.org (Postfix) with ESMTP id 17B23153AF for ; Mon, 29 Mar 1999 21:56:36 -0800 (PST) (envelope-from faber@newbox.lunabase.org) Received: (from faber@localhost) by newbox.lunabase.org (8.9.2/8.8.8) id VAA62553; Mon, 29 Mar 1999 21:56:15 -0800 (PST) (envelope-from faber) Message-Id: <199903300556.VAA62553@newbox.lunabase.org> Date: Mon, 29 Mar 1999 21:56:15 -0800 (PST) From: Ted Faber Reply-To: faber@lunabase.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10865: Update of grap port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10865 >Category: ports >Synopsis: port update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 29 22:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ted Faber >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: N/A >Description: update to use autoconf >How-To-Repeat: N/A >Fix: Update port, diff follows diff -ruN grap.bak/Makefile grap/Makefile --- grap.bak/Makefile Mon Mar 8 15:18:59 1999 +++ grap/Makefile Mon Mar 29 20:57:24 1999 @@ -3,14 +3,16 @@ # Date created: 14 Jan 1999 # Whom: faber@lunabase.org # -# $Id: Makefile,v 1.2 1999/03/08 21:00:46 steve Exp $ +# $Id: Makefile,v 1.4 1999/03/30 04:57:24 faber Exp $ # -DISTNAME= grap-0.9a -CATEGORIES= textproc graphics +DISTNAME= grap-0.91a +CATEGORIES= textproc graphics MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/ MAINTAINER= faber@lunabase.org +HAS_CONFIGURE=yes +GNU_CONFIGURE=yes MAN1= grap.1 diff -ruN grap.bak/files/md5 grap/files/md5 --- grap.bak/files/md5 Mon Mar 8 15:18:59 1999 +++ grap/files/md5 Mon Mar 29 21:49:08 1999 @@ -1 +1 @@ -MD5 (grap-0.9a.tar.gz) = 3bc737bd4db916fedbac96ff3a1be019 +MD5 (grap-0.91a.tar.gz) = d3ca287a5c15000a883ac3cbf8ce913c Binary files grap.bak/grap-0.91a.tgz and grap/grap-0.91a.tgz differ diff -ruN grap.bak/pkg/DESCR grap/pkg/DESCR --- grap.bak/pkg/DESCR Sun Jan 17 21:03:22 1999 +++ grap/pkg/DESCR Thu Jan 14 23:59:55 1999 @@ -6,3 +6,4 @@ -- Ted Faber faber@lunabase.org + diff -ruN grap.bak/pkg/PLIST grap/pkg/PLIST --- grap.bak/pkg/PLIST Mon Mar 8 15:18:59 1999 +++ grap/pkg/PLIST Mon Mar 29 21:14:39 1999 @@ -1,15 +1,14 @@ bin/grap +share/grap/grap.defines +share/grap/README share/grap/CHANGES share/grap/COPYRIGHT -share/grap/README -share/grap/grap.defines share/grap/examples/400mpairs.d share/grap/examples/400mtimes.d share/grap/examples/400wpairs.d share/grap/examples/Makefile share/grap/examples/army.d share/grap/examples/boyhts.d -share/grap/examples/color_example.ms share/grap/examples/example.ms share/grap/examples/internet.d share/grap/examples/prof2.d >Release-Note: >Audit-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 Mar 29 22:46:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from fosburgh.dyndns.org (Dorm-36314.RH.UH.EDU [129.7.141.218]) by hub.freebsd.org (Postfix) with ESMTP id 0602514C3B for ; Mon, 29 Mar 1999 22:46:05 -0800 (PST) (envelope-from wotan@fosburgh.dyndns.org) Received: from localhost (wotan@localhost) by fosburgh.dyndns.org (8.9.2/8.9.2) with ESMTP id AAA57569 for ; Tue, 30 Mar 1999 00:45:43 -0600 (CST) (envelope-from wotan@fosburgh.dyndns.org) Date: Tue, 30 Mar 1999 00:45:35 -0600 (CST) From: Jonathan Fosburgh Reply-To: jef53313@bayou.uh.edu To: ports@freebsd.org Subject: Gnome-1 slow 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 have been tracking gnome since the port for version 1 was released (and I had used the prior port with none of the problems I will mention here) and have seen it become mostly useable. ;) The main problem I have now is that gnome applications take forever to launch. Indeed, I think every gnome app I have tried (and I have tried most of them) seem to take longer to come up than does Netscape. I'm on a Pentium 133 with 48 megs of ram and 200+ megs of swap, so that's not it. Another, possibly related problem is that none of the applications can attach to esd, whether it is launched from the gnome session manager or from the command line. For this problem. I have a generic SB 16 PNP of pcm1. Has anyone else had these problems? I will note that gimp does not start up slow like this, the spash screen comes up within probably a second or two of typing the command. I am using 3.1-STABLE from a couple of weeks ago. Jonathan Fosburgh Geotechnician Snyder Oil Corporation Houston, TX Home Page: http://www.geocities.com/vienna/1498 Manager, FreeBSD Webring: http://www.geocities.com/vienna/1498/computer/freebsdring.html ICQ: 32742908 AIM: Namthorien To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 29 23:20:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 97FFC1593A for ; Mon, 29 Mar 1999 23:20:44 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.2/8.9.1) with ESMTP id XAA20419 for ; Mon, 29 Mar 1999 23:20:25 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id HAA79465 for ports@freebsd.org; Tue, 30 Mar 1999 07:20:25 GMT (envelope-from obrien) Date: Mon, 29 Mar 1999 23:20:24 -0800 From: "David O'Brien" To: ports@freebsd.org Subject: GimpUserManual Message-ID: <19990329232024.A79435@dragon.nuxi.com> Reply-To: obrien@NUXI.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i 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 While looking at how much less space bzip2'ed packages take over gzip'ed ones, I was hit by just how *LARGE* the Gimp user manual is. 15M GimpUserManual-HTML-1.0.0.tgz 12M GimpUserManual-PDF-1.0.0.tgz 43M GimpUserManual-PS-1.0.0.tgz 70M total 70meg is 11% of the space of the CDROM it is on. I don't think we are getting enough bang for our buck WRT to GimpUserManual. I would like to propose that we add "NO_CDROM" to the PostScript version. The only reason someone would want the PostScript version is to print it out (the PDF version is much more useful when reading on-line). Since both Acrobat and xpdf can produce the PostScript version, why do we need it? Think about how many more distfiles we could have fit on the CDROM set w/o GimpUserManual-PS-1.0.0.tgz being there. -- -- David (obrien@NUXI.com -or- obrien@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 Mar 29 23:57:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from firewall1.lehman.com (firewall.Lehman.COM [192.147.65.66]) by hub.freebsd.org (Postfix) with ESMTP id 85FA4159DB; Mon, 29 Mar 1999 23:57:38 -0800 (PST) (envelope-from nclayton@lehman.com) Received: from relay.messaging-svcs2.lehman.com by firewall1.lehman.com (8.8.6/8.8.6) id CAA11670; Tue, 30 Mar 1999 02:57:18 -0500 (EST) Received: from lonmailhost.lehman.com by relay.messaging-svcs2.lehman.com (8.9.3/8.8.5) id CAA00540; Tue, 30 Mar 1999 02:56:47 -0500 (EST) Received: by lonmailhost.lehman.com (SMI-8.6/Lehman Bros. V1.5) id IAA17556; Tue, 30 Mar 1999 08:56:46 +0100 Message-ID: <19990330085646.T14492@lehman.com> Date: Tue, 30 Mar 1999 08:56:46 +0100 From: nclayton@lehman.com To: ports@freebsd.org Cc: nik@freebsd.org Subject: GNU Stow, and the ports system? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i Organization: Lehman Brothers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Folks, Chaps, [ not on -ports, please cc: replies to me ] Has anyone looked at GNU Stow? http://www.gnu.org/software/stow/manual.html Basically, it lets you install applications in to their own directories hierarchies (/path/to/perl/bin, /path/to/perl/man, /path/to/perl/lib, and so on) and then manages the creation of symlinks from these directories into somewhere like /usr/local/. It handles the case where two applications try and install binaries (or other files) with the same name. So all your programs stay separate, but your $PATH doesn't grow inordinately long. I've used (and written) similar software myself, but never seriously with FreeBSD. It occurs to me that this could be used with the ports system quite nicely. Something like (untested); # cd /usr/ports/textproc/jade # make # make PREFIX=/opt/\$DISTNAME install which would install Jade in to /opt/jade-1.2.1/{bin,man,lib}, followed by # cd /opt # stow jade-1.2.1 to make the symlinks as necessary. Removing an installed package is then done by # cd /opt # stow -D jade-1.2.1 # pkg_delete jade-1.2.1 Now, obviously I could just do this myself (and probably will when my 3.1 box finishes rebuilding itself). But would anyone be interested in having this functionality folded back into the ports system as an option? Perhaps a "USE_STOW" knob in /etc/make.conf, which would modify the "install" and "deinstall" targets to have the above behaviour? If people are interested, I'll get to work on patches. A hunt through the -ports archives show that this has been mentioned once before, in October last year, http://www.freebsd.org/cgi/getmsg.cgi?fetch=307914+311440+/usr/local/www/db/text/1998/freebsd-ports/19981004.freebsd-ports but there doesn't seem to have been any real discussion about it. N -- --+==[ Systems Administrator, Year 2000 Test Lab, Lehman Brothers, Inc. ]==+-- --+==[ 1 Broadgate, London, EC2M 7HA 0171-601-0011 x5514 ]==+-- --+==[ Year 2000 Testing: It's about time. . . ]==+-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 0:44:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (Postfix) with ESMTP id 096B01550F; Tue, 30 Mar 1999 00:43:56 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id SAA10417; Tue, 30 Mar 1999 18:13:47 +0930 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA02758; Tue, 30 Mar 1999 18:13:40 +0930 Date: Tue, 30 Mar 1999 18:13:40 +0930 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Julian Assange Cc: freebsd-ports@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: festival package from NetBSD In-Reply-To: <199903281919.FAA18547@yoshi.iq.org> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 29 Mar 1999, Julian Assange wrote: > This package was quite a bit of work to create (27 sub-packages, > 10 diphone databases, 4 pronounciation dictionaries, lexicons > etc). It should be trivial to port from the NetBSD pkg system > to the FreeBSD port system. Cool, I've been idly poking at this for a while now, this will help. Thanks! Kris ----- The Feynman problem-solving algorithm: 1. Write down the problem 2. Think real hard 3. Write down the solution To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 1:11:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (Postfix) with ESMTP id 4DF5E152EB for ; Tue, 30 Mar 1999 01:10:55 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id SAA10415; Tue, 30 Mar 1999 18:25:16 +0930 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA25210; Tue, 30 Mar 1999 18:22:46 +0930 Date: Tue, 30 Mar 1999 18:22:46 +0930 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Steve Price Cc: Nate Williams , freebsd-ports@freebsd.org Subject: Re: Ports question 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, 26 Mar 1999, Steve Price wrote: > # Second, on ELF systems, if the data of /usr/libexec/ld-elf.so.1 is older > # than March 24, I need to install a new loader. Or, I need to abort the > # installation since it requires a new runtime loader. > > Installing a new loader would be a bad thing to do from the ports > tree. As for testing the date that is not a perfect solution either. > I'd like to see a quick-n-dirty test prgram written and add that > to the ELF distfiles. Then you could do something like this: Perhaps __FreeBSD_version should be bumped, if this is a choke point. March 24 wasn't too long ago, it's probably not too late. Kris ----- The Feynman problem-solving algorithm: 1. Write down the problem 2. Think real hard 3. Write down the solution To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 1:31:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id DA462151F5 for ; Tue, 30 Mar 1999 01:31:13 -0800 (PST) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 28170 invoked by uid 1003); 30 Mar 1999 11:36:18 -0000 Date: Tue, 30 Mar 1999 11:36:18 +0000 From: Neil Blakey-Milner To: nclayton@lehman.com Cc: ports@FreeBSD.ORG, nik@FreeBSD.ORG Subject: Re: GNU Stow, and the ports system? Message-ID: <19990330113617.A22325@rucus.ru.ac.za> References: <19990330085646.T14492@lehman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <19990330085646.T14492@lehman.com>; from nclayton@lehman.com on Tue, Mar 30, 1999 at 08:56:46AM +0100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue 1999-03-30 (08:56), nclayton@lehman.com wrote: > Now, obviously I could just do this myself (and probably will when my > 3.1 box finishes rebuilding itself). But would anyone be interested in > having this functionality folded back into the ports system as an option? I think it's a good functional add-on to the ports system, although I'd rather not have it depends on GPL'd software (cue major upheaval and infighting). If you're interested in the concept more than the program, I'm willing to do the coding, if you're not interesting in that part and were thinking of using Stow. > Perhaps a "USE_STOW" knob in /etc/make.conf, which would modify the > "install" and "deinstall" targets to have the above behaviour? So long as there's a variable we can set on command line when we don't want to use the make.conf option. > If people are interested, I'll get to work on patches. I'm pretty interested, if only as an exercise (and so that people will go for my minimum version + version checking in bsd.port.mk because it'll be changing so often *duck*). A minor addition may be a command-line option to pkg_add to automatically use this "stow" process when adding ports. (One can only hope that since the package is aimed to install at /usr/local, and we'll "stow" to /usr/local that we'll not run into any problems) Also to pkg_add and pkg_create, maybe a new @option to tell pkg_add that the package was created using the "stow" mechanism. (primarily for "local" packages - ie, not FreeBSD-created ones) (not to be confused with the previous paragraph, which tries to "stow" non-"stow"ed packages. (and maybe a "@version" for packages which tells what version of pkg_create was used to create it, and if pkg_add runs into something it doesn't understand, it'll bleat and ask you to upgrade) Suggestions? Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 1:43:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BDBC14DB4; Tue, 30 Mar 1999 01:43:46 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA30364; Tue, 30 Mar 1999 01:43:29 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Tue, 30 Mar 1999 01:43:29 -0800 (PST) From: Message-Id: <199903300943.BAA30364@freefall.freebsd.org> To: dirk@FreeBSD.org, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10137 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: version update of RPM port to version 2.5.5 Responsible-Changed-From-To: tg->freebsd-ports Responsible-Changed-By: dirk Responsible-Changed-When: Tue Mar 30 01:42:41 PST 1999 Responsible-Changed-Why: Thomas Gellekum: "Could someone take this one, please? I can't do anything about it from here." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 2: 0:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 71C1715215 for ; Tue, 30 Mar 1999 02:00:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA32271; Tue, 30 Mar 1999 02:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail4.svr.pol.co.uk (mail4.svr.pol.co.uk [195.92.193.211]) by hub.freebsd.org (Postfix) with ESMTP id 1D29314DB4 for ; Tue, 30 Mar 1999 01:51:28 -0800 (PST) (envelope-from tom@eborcom.com) Received: from modem-26.osmium.dialup.pol.co.uk ([62.136.37.154]) by mail4.svr.pol.co.uk with esmtp (Exim 2.12 #1) id 10RvAm-0002OW-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 30 Mar 1999 10:51:04 +0100 Received: (qmail 596 invoked by uid 5000); 30 Mar 1999 09:47:36 -0000 Message-Id: <19990330094736.595.qmail@eborcom.com> Date: 30 Mar 1999 09:47:36 -0000 From: Tom Hukins To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10867: Update Port: ezmlm-idx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10867 >Category: ports >Synopsis: Update Port: ezmlm-idx >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 Mar 30 02:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 2.2.8-STABLE i386 >Organization: eBORcOM >Environment: >Description: The following patch upgrades the ezmlm-idx port to the latest version. I am the port's maintainer. Files added: pkg/MESSAGE pkg/PLIST.docs Files removed: patches/patch-aa patches pkg/PLIST.nodocs >How-To-Repeat: >Fix: diff -ruN ezmlm-idx.old/Makefile ezmlm-idx/Makefile --- ezmlm-idx.old/Makefile Sun Feb 28 17:14:24 1999 +++ ezmlm-idx/Makefile Tue Mar 30 10:43:18 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: ezmlm -# Version required: 0.313 +# Version required: 0.321 # Date created: 28 November 1998 # Whom: Neil Blakey-Milner # @@ -15,46 +15,50 @@ MAINTAINER= tom@eborcom.com -.if defined(NOPORTDOCS) -PLIST= ${PKGDIR}/PLIST.nodocs -.endif - # QMAIL_DIR is the directory where qmail is installed -.if !defined(QMAIL_DIR) -QMAIL_DIR= /var/qmail -.endif +QMAIL_DIR?= /var/qmail + +# LANGUAGE is the ISO code for the language to use in ezmlmrc +LANGUAGE?= en_US RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail +# If USE_MYSQL is defined, build with MySQL extensions +.if defined(USE_MYSQL) +ALL_TARGET= it ${LANGUAGE} mysql +LIB_DEPENDS+= mysqlclient.6:${PORTSDIR}/databases/mysql322 +.else +ALL_TARGET= it ${LANGUAGE} +.endif + NO_PACKAGE= Unsure of djb's license WRKSRC= ${WRKDIR}/ezmlm-${EZMLM_VERSION} -ALL_TARGET= it - -MAN1= ezmlm-list.1 ezmlm-make.1 ezmlm-manage.1 ezmlm-reject.1 \ - ezmlm-return.1 ezmlm-send.1 ezmlm-sub.1 ezmlm-unsub.1 \ - ezmlm-warn.1 ezmlm-weed.1 ezmlm-accept.1 ezmlm-both.1 \ - ezmlm-issubn.1 ezmlm-glconf.1 ezmlm-glmake.1 ezmlm-moderate.1 \ - ezmlm-request.1 ezmlm-store.1 ezmlm-idx.1 ezmlm-gate.1 \ - ezmlm-tstdig.1 ezmlm-get.1 ezmlm-check.1 ezmlm-clean.1 \ - ezmlm-cron.1 -MAN5= ezmlm.5 ezmlmrc.5 +MAN1= ezmlm-accept.1 ezmlm-check.1 ezmlm-clean.1 ezmlm-cron.1 \ + ezmlm-gate.1 ezmlm-get.1 ezmlm-glconf.1 ezmlm-grant.1 \ + ezmlm-idx.1 ezmlm-issubn.1 ezmlm-limit.1 ezmlm-list.1 \ + ezmlm-make.1 ezmlm-manage.1 ezmlm-mktab.1 ezmlm-moderate.1 \ + ezmlm-receipt.1 ezmlm-reject.1 ezmlm-request.1 \ + ezmlm-return.1 ezmlm-send.1 ezmlm-split.1 ezmlm-store.1 \ + ezmlm-sub.1 ezmlm-test.1 ezmlm-tstdig.1 ezmlm-unsub.1 \ + ezmlm-warn.1 ezmlm-weed.1 +MAN5= ezmlm.5 ezmlmglrc.5 ezmlmrc.5 ezmlmsubrc.5 DIFF_MSG= Cannot Make and Install with different PREFIX or QMAIL_DIR -MY_PROGRAMS= ezmlm-clean ezmlm-cron ezmlm-gate ezmlm-get ezmlm-idx \ - ezmlm-issubn ezmlm-list ezmlm-make ezmlm-manage \ - ezmlm-moderate ezmlm-request ezmlm-reject ezmlm-return \ - ezmlm-send ezmlm-store ezmlm-sub ezmlm-tstdig ezmlm-unsub \ - ezmlm-warn ezmlm-weed +MY_PROGRAMS= clean cron gate get idx issubn list make manage \ + moderate receipt request reject return send split \ + store sub tstdig unsub warn weed -MY_SCRIPTS= ezmlm-accept ezmlm-both ezmlm-check ezmlm-glconf ezmlm-glmake +MY_SCRIPTS= accept check glconf grant mktab test -MY_CONFIG= ezmlmrc +MY_CONFIG= ezmlmglrc ezmlmrc ezmlmsubrc EZMLM_VERSION= 0.53 -IDX_VERSION= 0.313 +IDX_VERSION= 0.321 + +PLIST= ${WRKDIR}/PLIST pre-patch: @${MV} -f ${WRKDIR}/ezmlm-idx-${IDX_VERSION}/* ${WRKSRC} @@ -68,21 +72,30 @@ @${ECHO} ${QMAIL_DIR} > ${WRKSRC}/conf-qmail @${ECHO} ${PREFIX} > ${WRKDIR}/.PPREFIX @${ECHO} ${QMAIL_DIR} >> ${WRKDIR}/.PPREFIX + @${ECHO} ${NOPORTDOCS} ${USE_MYSQL} >> ${WRKDIR}/.PPREFIX + @${MV} ${WRKSRC}/idx.h ${WRKSRC}/idx.h.orig + @${SED} -e 's#TXT_ETC_EZMLMRC "/etc/ezmlmrc"#TXT_ETC_EZMLMRC "${PREFIX}/etc/ezmlmrc"#' \ + < ${WRKSRC}/idx.h.orig > ${WRKSRC}/idx.h + @${CP} ${PKGDIR}/PLIST ${WRKDIR} +.if !defined(NOPORTDOCS) + @${CAT} ${PKGDIR}/PLIST.docs >> ${WRKDIR}/PLIST +.endif pre-install: @${ECHO} ${PREFIX} > ${WRKDIR}/.IPREFIX @${ECHO} ${QMAIL_DIR} >> ${WRKDIR}/.IPREFIX + @${ECHO} ${NOPORTDOCS} ${USE_MYSQL} >> ${WRKDIR}/.IPREFIX @diff ${WRKDIR}/.[PI]PREFIX || (${ECHO} ${DIFF_MSG} && exit 1) do-install: .for file in ${MY_PROGRAMS} - @${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin + @${INSTALL_PROGRAM} ${WRKSRC}/ezmlm-${file} ${PREFIX}/bin .endfor .for file in ${MY_SCRIPTS} - @${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin + @${INSTALL_SCRIPT} ${WRKSRC}/ezmlm-${file} ${PREFIX}/bin .endfor .for file in ${MY_CONFIG} - @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/bin + @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/etc/${file}.sample .endfor .for file in ${MAN1} @${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/man/man1 @@ -97,5 +110,6 @@ @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/ezmlm-idx .endfor .endif + @${CAT} ${PKGDIR}/MESSAGE .include diff -ruN ezmlm-idx.old/files/md5 ezmlm-idx/files/md5 --- ezmlm-idx.old/files/md5 Mon Jan 18 03:51:18 1999 +++ ezmlm-idx/files/md5 Mon Mar 29 15:17:33 1999 @@ -1,2 +1,2 @@ -MD5 (ezmlm-idx-0.313.tar.gz) = 34e3b177ae7ccf162a405a96213e85f2 +MD5 (ezmlm-idx-0.321.tar.gz) = e6ed4a3a613211e374d4e363b3d608c1 MD5 (ezmlm-0.53.tar.gz) = 108c632caaa8cdbfd3041e6c449191b2 diff -ruN ezmlm-idx.old/patches/patch-aa ezmlm-idx/patches/patch-aa --- ezmlm-idx.old/patches/patch-aa Mon Jan 18 03:51:18 1999 +++ ezmlm-idx/patches/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- Makefile.orig Sat Nov 28 22:55:51 1998 -+++ Makefile Sat Nov 28 22:57:57 1998 -@@ -962,7 +962,7 @@ - ./compile seek_set.c - - setup: \ --it man install conf-bin conf-man -+it install conf-bin conf-man - ./install "`head -1 conf-bin`" < BIN - ./install "`head -1 conf-man`" < MAN - diff -ruN ezmlm-idx.old/pkg/COMMENT ezmlm-idx/pkg/COMMENT --- ezmlm-idx.old/pkg/COMMENT Mon Jan 18 03:51:18 1999 +++ ezmlm-idx/pkg/COMMENT Mon Mar 29 19:05:02 1999 @@ -1 +1 @@ -This is an addition and patch to ezmlm-0.53 [(c) Dan J. Bernstein]. +Improved version of the ezmlm-0.53 mailing list management software. diff -ruN ezmlm-idx.old/pkg/DESCR ezmlm-idx/pkg/DESCR --- ezmlm-idx.old/pkg/DESCR Mon Jan 18 03:51:18 1999 +++ ezmlm-idx/pkg/DESCR Mon Mar 29 19:08:39 1999 @@ -1,19 +1,18 @@ -ezmlm is an easy-to-use, high-speed mailing list manager for qmail. +ezmlm-idx is an addition and patch to ezmlm-0.53. -This is an addition and patch to ezmlm-0.53 [(c) Dan J. Bernstein]. -Ezmlm-idx uses only Dan's libraries and heavily relies on ezmlm-0.53 code. -ezmlm-idx does not function without ezmlm-0.53. +ezmlm-idx adds multi-message threaded archive retrieval, digests, remote +administration, message and subscription moderation, subscriber-only +restrictions, message trailer, subject prefix, subscriber name storage, +customizable setup, multi-language and MIME support and more. In addition, +improved bounce handling, case-insensitive subscriber address storage, and +support for distributed lists (main + sublist transparent to the +subscriber). -ezmlm-idx-0.31 adds threaded archive retrieval, digest creation, -subscription moderation, remote administration, message moderation, -a fully configurable ezmlm-make list setup and editing commands and -a large number of other options to ezmlm lists. See man pages and -FAQ.idx for more information. It also adds support for user- or -host-wide integration of lists with a ``majordomo@''-style interface -(see ezmlm-request.1 and FAQ). +ezmlm-idx can now be compiled with MySQL support for centrally administrated +distributed lists with binaries that autosense use of SQL or standard ezmlm +databases. -To use ezmlm-idx with other languages, copy the correct ezmlmrc.XX file -(where XX is the iso 639 language code) to /etc/ezmlmrc or ~/.ezmlmrc. -If the appropriate one doesn't exist, feel free to make a translations -(please leave comments English for the benefit of maintenance) and mail -to lindberg@id.wustl.edu. See FAQ.idx for more info. +http://www.ezmlm.org/ + +- Tom +tom@eborcom.com diff -ruN ezmlm-idx.old/pkg/MESSAGE ezmlm-idx/pkg/MESSAGE --- ezmlm-idx.old/pkg/MESSAGE Thu Jan 1 01:00:00 1970 +++ ezmlm-idx/pkg/MESSAGE Mon Mar 29 19:02:10 1999 @@ -0,0 +1,12 @@ +ezmlm-idx has been installed successfully. + +However, before you can use the programs, you should copy the +"ezmlmglrc.sample", "ezmlmrc.sample" and "ezmlmsubrc.sample" files +in ${PREFIX}/etc to "ezmlmglrc", "ezmlmrc" and "ezmlmsubrc" +respectively. + +Usually, you do not need to edit these files, but be sure to check +carefully. + +If you have enabled the MySQL extensions, you need to create an +ezmlm database. See INSTALL.idx in ${PREFIX}/share/doc/ezmlm-idx. diff -ruN ezmlm-idx.old/pkg/PLIST ezmlm-idx/pkg/PLIST --- ezmlm-idx.old/pkg/PLIST Sun Feb 28 17:14:24 1999 +++ ezmlm-idx/pkg/PLIST Mon Mar 29 17:56:43 1999 @@ -1,33 +1,31 @@ bin/ezmlm-accept -bin/ezmlm-both bin/ezmlm-check bin/ezmlm-clean bin/ezmlm-cron bin/ezmlm-gate bin/ezmlm-get bin/ezmlm-glconf -bin/ezmlm-glmake +bin/ezmlm-grant bin/ezmlm-idx bin/ezmlm-issubn bin/ezmlm-list bin/ezmlm-make bin/ezmlm-manage +bin/ezmlm-mktab bin/ezmlm-moderate +bin/ezmlm-receipt bin/ezmlm-reject bin/ezmlm-request bin/ezmlm-return bin/ezmlm-send +bin/ezmlm-split bin/ezmlm-store bin/ezmlm-sub +bin/ezmlm-test bin/ezmlm-tstdig bin/ezmlm-unsub bin/ezmlm-warn bin/ezmlm-weed -bin/ezmlmrc -share/doc/ezmlm-idx/CHANGES.idx -share/doc/ezmlm-idx/DOWNGRADE.idx -share/doc/ezmlm-idx/FAQ.idx -share/doc/ezmlm-idx/INSTALL.idx -share/doc/ezmlm-idx/README.idx -share/doc/ezmlm-idx/UPGRADE.idx -@dirrm share/doc/ezmlm-idx +etc/ezmlmglrc.sample +etc/ezmlmrc.sample +etc/ezmlmsubrc.sample diff -ruN ezmlm-idx.old/pkg/PLIST.docs ezmlm-idx/pkg/PLIST.docs --- ezmlm-idx.old/pkg/PLIST.docs Thu Jan 1 01:00:00 1970 +++ ezmlm-idx/pkg/PLIST.docs Mon Mar 29 17:31:46 1999 @@ -0,0 +1,7 @@ +share/doc/ezmlm-idx/CHANGES.idx +share/doc/ezmlm-idx/DOWNGRADE.idx +share/doc/ezmlm-idx/FAQ.idx +share/doc/ezmlm-idx/INSTALL.idx +share/doc/ezmlm-idx/README.idx +share/doc/ezmlm-idx/UPGRADE.idx +@dirrm share/doc/ezmlm-idx diff -ruN ezmlm-idx.old/pkg/PLIST.nodocs ezmlm-idx/pkg/PLIST.nodocs --- ezmlm-idx.old/pkg/PLIST.nodocs Mon Feb 22 04:17:42 1999 +++ ezmlm-idx/pkg/PLIST.nodocs Thu Jan 1 01:00:00 1970 @@ -1,26 +0,0 @@ -bin/ezmlm-accept -bin/ezmlm-both -bin/ezmlm-check -bin/ezmlm-clean -bin/ezmlm-cron -bin/ezmlm-gate -bin/ezmlm-get -bin/ezmlm-glconf -bin/ezmlm-glmake -bin/ezmlm-idx -bin/ezmlm-issubn -bin/ezmlm-list -bin/ezmlm-make -bin/ezmlm-manage -bin/ezmlm-moderate -bin/ezmlm-reject -bin/ezmlm-request -bin/ezmlm-return -bin/ezmlm-send -bin/ezmlm-store -bin/ezmlm-sub -bin/ezmlm-tstdig -bin/ezmlm-unsub -bin/ezmlm-warn -bin/ezmlm-weed -bin/ezmlmrc >Release-Note: >Audit-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 Mar 30 2:20:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 73E3E14C0F for ; Tue, 30 Mar 1999 02:20:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA35628; Tue, 30 Mar 1999 02:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 30 Mar 1999 02:20:03 -0800 (PST) Message-Id: <199903301020.CAA35628@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Subject: Re: ports/10781: Update gqmpeg port (0.4.6 -> 0.5.0) Reply-To: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10781; it has been noted by GNATS. From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/10781: Update gqmpeg port (0.4.6 -> 0.5.0) Date: Tue, 30 Mar 1999 19:18:24 +0900 This version of diff includes fix patch for show true CPU load. Please replace the previous patch... Thanks. Yukihiro Nakai -------------- diff -ruN gqmpeg.orig/Makefile gqmpeg/Makefile --- gqmpeg.orig/Makefile Tue Mar 30 02:02:01 1999 +++ gqmpeg/Makefile Tue Mar 30 02:02:23 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: gqmpeg -# Version required: 0.4.6 +# Version required: 0.5.1 # Date Created: 28 Oct 1998 # Whom: Vanilla Pooh Shu # # $Id: Makefile,v 1.11 1999/03/15 18:30:04 nectar Exp $ # -DISTNAME= gqmpeg-0.4.6 +DISTNAME= gqmpeg-0.5.1 CATEGORIES= audio MASTER_SITES= http://www.geocities.com/SiliconValley/Haven/5235/ EXTRACT_SUFX= .src.tgz @@ -18,6 +18,9 @@ USE_X_PREFIX= yes ALL_TARGET= gqmpeg + +BINGRP= kmem +BINMODE= 2555 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gqmpeg ${PREFIX}/bin diff -ruN gqmpeg.orig/files/md5 gqmpeg/files/md5 --- gqmpeg.orig/files/md5 Tue Mar 30 02:02:01 1999 +++ gqmpeg/files/md5 Tue Mar 30 00:57:07 1999 @@ -1 +1 @@ -MD5 (gqmpeg-0.4.6.src.tgz) = 17233ea8f197d0227fa67e15e1d8b1c1 +MD5 (gqmpeg-0.5.1.src.tgz) = 9649e5366da9298df19c216791fb9b14 diff -ruN gqmpeg.orig/patches/patch-aa gqmpeg/patches/patch-aa --- gqmpeg.orig/patches/patch-aa Tue Mar 30 02:02:01 1999 +++ gqmpeg/patches/patch-aa Tue Mar 30 02:02:31 1999 @@ -1,17 +1,21 @@ ---- Makefile.orig Fri Jan 22 07:37:38 1999 -+++ Makefile Sun Jan 24 03:15:04 1999 -@@ -1,11 +1,8 @@ -- +--- Makefile.orig Sat Mar 27 21:38:09 1999 ++++ Makefile Tue Mar 30 01:48:05 1999 +@@ -1,13 +1,11 @@ + -PREFIX=/usr/local - -GTK_INCLUDE = `gtk-config --cflags` -GTK_LIB = `gtk-config --libs` -+GTK_INCLUDE = `gtk11d-config --cflags` -+GTK_LIB = `gtk11d-config --libs` ++GTK_INCLUDE = `gtk12-config --cflags` ++GTK_LIB = `gtk12-config --libs` IMLIB_INCLUDE = `imlib-config --cflags-gdk` IMLIB_LIB = `imlib-config --libs-gdk` -CFLAGS = $(GTK_INCLUDE) $(IMLIB_INCLUDE) +-LDFLAGS = $(GTK_LIB) $(IMLIB_LIB) +-CC = gcc -Wall $(CFLAGS) +CFLAGS += $(GTK_INCLUDE) $(IMLIB_INCLUDE) - LDFLAGS = $(GTK_LIB) $(IMLIB_LIB) - CC = gcc -Wall $(CFLAGS) $(SHAPED_HACK) ++LDFLAGS = $(GTK_LIB) $(IMLIB_LIB) -lkvm ++CC += -Wall $(CFLAGS) + + GNOME_PREFIX = `gnome-config --prefix` diff -ruN gqmpeg.orig/patches/patch-ab gqmpeg/patches/patch-ab --- gqmpeg.orig/patches/patch-ab Thu Jan 1 09:00:00 1970 +++ gqmpeg/patches/patch-ab Tue Mar 30 01:48:42 1999 @@ -0,0 +1,75 @@ +--- main.c.orig Tue Mar 30 01:40:15 1999 ++++ main.c Tue Mar 30 01:47:25 1999 +@@ -15,6 +15,27 @@ + #include + #include + ++#ifdef __FreeBSD__ ++#include ++#include ++#include ++#include ++#include ++#include ++ ++#ifdef FSCALE ++#define FIXED_PCTCPU FSCALE ++#endif ++ ++#ifdef FIXED_PCTCPU ++typedef long pctcpu; ++#define pctdouble(p) ((double)(p) / FIXED_PCTCPU) ++#else ++typedef double pctcpu; ++#define pctdouble(p) (p) ++#endif ++#endif ++ + static gint fast_advance = FALSE; + static gint advance_max_frame; + static gint advance_max_sec; +@@ -99,6 +120,36 @@ + #define HZ 100 /* for FreeBSD? */ + #endif + ++#ifdef __FreeBSD__ ++static gfloat check_child_cpu_usage(int childs_pid) ++{ ++ static gfloat percent_of_cpu = 0.0; ++ ++ static kvm_t *kd; ++ kd = kvm_open(NULL, NULL, NULL, O_RDONLY, "kvm_open"); ++ if (kd == NULL) return percent_of_cpu; ++ ++ { ++ static struct kinfo_proc *ki; ++ static int nproc; ++ ki = kvm_getprocs(kd, KERN_PROC_PID, childs_pid, &nproc); ++ if (nproc != 1) { ++ percent_of_cpu = 0.0; ++ } else { ++ percent_of_cpu = 100.0 * pctdouble(ki->kp_proc.p_pctcpu); ++ } ++ } ++ ++ kvm_close(kd); ++ ++ if (percent_of_cpu > 99.0) { ++ percent_of_cpu = 99; ++ } ++ ++ return percent_of_cpu; ++} ++ ++#else + static gfloat check_child_cpu_usage(int childs_pid) + { + /* needed for SGI IRIX 5.3 and 6.5 */ +@@ -197,6 +248,7 @@ + + return percent_of_cpu; + } ++#endif + + void set_song_info(gint n) + { diff -ruN gqmpeg.orig/pkg/DESCR gqmpeg/pkg/DESCR --- gqmpeg.orig/pkg/DESCR Tue Mar 30 02:02:01 1999 +++ gqmpeg/pkg/DESCR Tue Mar 30 00:57:07 1999 @@ -1,6 +1,7 @@ -Another gtk-base graphic file viewer. +A GTK-based mp3 front-end. +Uses mpg123 for decoding and supports winamp themes.. -author's homepage: http://www.geocities.com/SiliconValley/Haven/5235/ +Author's homepage: http://www.geocities.com/SiliconValley/Haven/5235/ -Vanilla vanilla@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 Mar 30 5:27:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (Postfix) with ESMTP id 7F9B11536A for ; Tue, 30 Mar 1999 05:27:41 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id WAA12403; Tue, 30 Mar 1999 22:57:32 +0930 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA06949; Tue, 30 Mar 1999 22:57:25 +0930 Date: Tue, 30 Mar 1999 22:57:25 +0930 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Steve Price Cc: Nate Williams , freebsd-ports@freebsd.org Subject: Re: Ports question In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 30 Mar 1999, Kris Kennaway wrote: > Perhaps __FreeBSD_version should be bumped, if this is a choke point. > March 24 wasn't too long ago, it's probably not too late. Hrm, I didn't realise how long ago this mail was sent (4 days), and it seems the question has been well and truly resolved by now. That'll teach me to let mail build up in my folder :) Kris ----- The Feynman problem-solving algorithm: 1. Write down the problem 2. Think real hard 3. Write down the solution To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 5:31: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 20E2615011; Tue, 30 Mar 1999 05:31:04 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA61253; Tue, 30 Mar 1999 05:30:47 -0800 (PST) (envelope-from kris@FreeBSD.org) Date: Tue, 30 Mar 1999 05:30:47 -0800 (PST) From: Message-Id: <199903301330.FAA61253@freefall.freebsd.org> To: stanaka@bb.mbn.or.jp, kris@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9780 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: x11-clock/wmcalclock State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Tue Mar 30 05:27:57 PST 1999 State-Changed-Why: Oops, I already committed this port the other week without noticing this PR. The current version is in fact 1.22. The extra distfile is welcome, though - thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 6:37:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B8FA515386; Tue, 30 Mar 1999 06:37:53 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA69516; Tue, 30 Mar 1999 06:37:37 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Tue, 30 Mar 1999 06:37:37 -0800 (PST) From: Message-Id: <199903301437.GAA69516@freefall.freebsd.org> To: andy@icc.surw.chel.su, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/7409 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: CaribbeanStud-1.0 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Mar 30 06:37:17 PST 1999 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 Mar 30 7:10:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA3B815B03 for ; Tue, 30 Mar 1999 07:10:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA10708; Tue, 30 Mar 1999 07:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 30 Mar 1999 07:10:01 -0800 (PST) Message-Id: <199903301510.HAA10708@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Pedro Fernando Giffuni" Subject: Re: ports/10758 Reply-To: "Pedro Fernando Giffuni" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10758; it has been noted by GNATS. From: "Pedro Fernando Giffuni" To: sheldonh@FreeBSD.org Cc: Subject: Re: ports/10758 Date: Tue, 30 Mar 1999 09:44:51 -0500 Hi, I noticed that after I posted my port. I sent a copy of my port to the maintainer and haven't heard of him since then. I don't have the time to test that the new version won't break Grace, so I leave it up to the maintainer. Pedro. sheldonh@FreeBSD.org escribió: > Synopsis: New port: fftw > > State-Changed-From-To: open->feedback > State-Changed-By: sheldonh > State-Changed-When: Sun Mar 28 10:29:11 PST 1999 > State-Changed-Why: > We already have fftw-2.0.1, please send diffs against the existing > port. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 7:11:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id CA4DC151E9 for ; Tue, 30 Mar 1999 07:11:08 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10S0AC-0002Wr-00 for ports@freebsd.org; Tue, 30 Mar 1999 17:10:48 +0200 From: Sheldon Hearn To: ports@freebsd.org Subject: Maintainer wanted: math/fftw Date: Tue, 30 Mar 1999 17:10:48 +0200 Message-ID: <9724.922806648@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks, Any takes on the math/fftw port? It's in need of an update. A PR is open on it, but the maintainer's e-mail domain is unroutable. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 7:11:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id E1890151E9 for ; Tue, 30 Mar 1999 07:11:43 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10S0Ai-0002XM-00 for ports@freebsd.org; Tue, 30 Mar 1999 17:11:20 +0200 From: Sheldon Hearn To: ports@freebsd.org Subject: Re: Maintainer wanted: math/fftw In-reply-to: Your message of "Tue, 30 Mar 1999 17:10:48 +0200." <9724.922806648@axl.noc.iafrica.com> Date: Tue, 30 Mar 1999 17:11:20 +0200 Message-ID: <9755.922806680@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 30 Mar 1999 17:10:48 +0200, Sheldon Hearn wrote: > A PR is open on it, but the maintainer's e-mail domain is unroutable. Duh. PR 10758. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 7:41:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id 1BCF415AE7 for ; Tue, 30 Mar 1999 07:41:49 -0800 (PST) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.2/8.9.1) id HAA30558; Tue, 30 Mar 1999 07:40:53 -0800 (PST) (envelope-from mph) Date: Tue, 30 Mar 1999 07:40:53 -0800 From: Matthew Hunt To: Sheldon Hearn Cc: ports@FreeBSD.ORG Subject: Re: Maintainer wanted: math/fftw Message-ID: <19990330074053.A30047@wopr.caltech.edu> References: <9724.922806648@axl.noc.iafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <9724.922806648@axl.noc.iafrica.com>; from Sheldon Hearn on Tue, Mar 30, 1999 at 05:10:48PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Mar 30, 1999 at 05:10:48PM +0200, Sheldon Hearn wrote: > Any takes on the math/fftw port? It's in need of an update. A PR is open > on it, but the maintainer's e-mail domain is unroutable. I can probably take it if nobody else wants to. I will be on an observing run most of this week, so any work I do on it will probably be next week. -- Matthew Hunt * Science rules. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 8: 1:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from patrol.area51.fremont.ca.us (dialup47.v90pool1.infolane.net [207.88.42.247]) by hub.freebsd.org (Postfix) with ESMTP id 0A58215B22 for ; Tue, 30 Mar 1999 08:01:08 -0800 (PST) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: from patrol.area51.fremont.ca.us (mharo@localhost [127.0.0.1]) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) with ESMTP id IAA20488; Tue, 30 Mar 1999 08:00:33 -0800 (PST) (envelope-from mharo@patrol.area51.fremont.ca.us) Message-Id: <199903301600.IAA20488@patrol.area51.fremont.ca.us> From: Michael Haro To: freebsd-ports@freebsd.org, Julian Assange Subject: Re: festival package from NetBSD X-Mailer: MH 6.8.4 Date: Tue, 30 Mar 1999 08:00:33 -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > This package was quite a bit of work to create (27 sub-packages, > 10 diphone databases, 4 pronounciation dictionaries, lexicons > etc). It should be trivial to port from the NetBSD pkg system > to the FreeBSD port system. > > ftp://suburbia.net/pub/proff/festival.tgz I started working on converting the Makefiles to FreeBSD's ports system, but stopped when I noticed that some of the distfiles are greater than 4MB in size. I'm on a dialup connection until Thursday and thus downloading lots of 4MB files is really slow. I can continue working on testing the Makefile conversion when I get back to campus on Thursday. If there is any major source patching required to make this port build with FreeBSD then this port will be above my current abilities. At the moment I'm not stuck, but I also don't have a majority of the festival package downloaded. Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 8:35:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 85F1315B44; Tue, 30 Mar 1999 08:35:24 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA17711; Tue, 30 Mar 1999 08:35:07 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Tue, 30 Mar 1999 08:35:07 -0800 (PST) From: Message-Id: <199903301635.IAA17711@freefall.freebsd.org> To: jsutton@webnet.com.au, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/7734 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update atari800 - upgrade to the latest version State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Mar 30 08:33:27 PST 1999 State-Changed-Why: committed after I fixed several problems Please check this. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 8:55:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A8DA815B2A; Tue, 30 Mar 1999 08:55:27 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA18931; Tue, 30 Mar 1999 08:55:10 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Tue, 30 Mar 1999 08:55:10 -0800 (PST) From: Message-Id: <199903301655.IAA18931@freefall.freebsd.org> To: rom_glsa@ein-hashofet.co.il, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/8675 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: x11-toolkits/gtkstep11 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Mar 30 08:42:14 PST 1999 State-Changed-Why: Newer version is already in ports tree To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 9: 1:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail15.svr.pol.co.uk (mail15.svr.pol.co.uk [195.92.193.25]) by hub.freebsd.org (Postfix) with ESMTP id F1A0215981 for ; Tue, 30 Mar 1999 09:01:27 -0800 (PST) (envelope-from tom@eborcom.com) Received: from modem-61.amlodipine.dialup.pol.co.uk ([62.136.50.189]) by mail15.svr.pol.co.uk with esmtp (Exim 2.12 #1) id 10S1sv-0006gz-00 for freebsd-ports@FreeBSD.ORG; Tue, 30 Mar 1999 18:01:06 +0100 Received: (qmail 18727 invoked by uid 5000); 30 Mar 1999 16:20:07 -0000 Date: Tue, 30 Mar 1999 17:20:06 +0100 From: Tom Hukins To: freebsd-ports@FreeBSD.ORG Subject: Re: Problems with p5-* ports Message-ID: <19990330172006.A18680@eborcom.com> Mail-Followup-To: freebsd-ports@FreeBSD.ORG References: <19990322162220.A6658@eborcom.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="TB36FDmn/VVEgNH/" X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Bill Fumerola on Mon, Mar 22, 1999 at 03:29:14PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=us-ascii On Mon, Mar 22, 1999 at 03:29:14PM -0500, Bill Fumerola wrote: > On Mon, 22 Mar 1999, Tom Hukins wrote: > > > Another thought: Would it be a good idea for PERL5_DEPENDS to > > include a minimum acceptable version for each module, as is done > > with LIB_DEPENDS? For example, a dependent port might work fine with > > Module.pm only if $Module::VERSION > 1.40. > > This probably is a good idea as some software requires a certain version > of some perl mods. True. I've updated my patch to account for this. The newest version is attached to this message. I'd appreciate comments from the Ports Wraith on this. Is there any chance of something like this finding its way into bsd.port.mk? Regards, Tom --TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="portmk.patch2" --- /usr/ports/Mk/bsd.port.mk.orig Tue Mar 9 18:22:10 1999 +++ /usr/ports/Mk/bsd.port.mk Tue Mar 30 17:10:34 1999 @@ -608,6 +608,11 @@ .endif .endif +.if defined(PERL5_MODULE) +MAN3PREFIX?= ${PREFIX}/lib/perl5/${PERL_VERSION} +USE_PERL5= yes +.endif + .if defined(USE_XLIB) LIB_DEPENDS+= X11.6:${PORTSDIR}/x11/XFree86 .endif @@ -1478,6 +1483,12 @@ .if defined(USE_IMAKE) @(cd ${WRKSRC} && ${XMKMF}) .endif +.if defined(PERL5_MODULE) + @(cd ${WRKSRC} && \ + ${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL PREFIX=${PREFIX} \ + INSTALLMAN1DIR=${PREFIX}/man/man1 \ + INSTALLSCRIPT=${PREFIX}/bin) +.endif .endif # Build @@ -1581,7 +1592,7 @@ .endif .if make(real-extract) @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} checksum REAL_EXTRACT=yes - @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} build-depends lib-depends misc-depends + @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} build-depends lib-depends perl5-depends misc-depends .endif .if make(real-install) .if !defined(NO_PKG_REGISTER) && !defined(FORCE_PKG_REGISTER) @@ -1600,7 +1611,7 @@ ${ECHO_MSG} " If this is not desired, set it to an appropriate value"; \ ${ECHO_MSG} " and install this port again by \`\`make reinstall''."; \ fi - @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} run-depends lib-depends + @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} run-depends lib-depends perl5-depends .endif .if make(real-install) .if !defined(NO_MTREE) @@ -1946,7 +1957,7 @@ ################################################################ .if !target(depends) -depends: lib-depends misc-depends +depends: lib-depends misc-depends perl5-depends @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} fetch-depends @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} build-depends @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} run-depends @@ -2066,6 +2077,37 @@ fi \ done @${ECHO_MSG} "===> Returning to build of ${PKGNAME}" +.endif +.else + @${DO_NADA} +.endif + +perl5-depends: +.if defined(PERL5_DEPENDS) +.if !defined(NO_DEPENDS) + @for i in ${PERL5_DEPENDS}; do \ + lib=`${ECHO} $$i | ${SED} -e 's/\..*//' | ${SED} -e 's!/!::!g'`; \ + version=`${ECHO} $$i | ${SED} -e 's/[^\.]*\.//' | ${SED} -e 's/:.*//'`; \ + dir=`${ECHO} $$i | ${SED} -e 's/[^:]*://'`; \ + if ${PERL5} -M"$$lib $$version" -e 'exit 0' > /dev/null 2>&1; then \ + ${ECHO_MSG} "===> ${PKGNAME} depends on Perl module: $$lib version $$version or greater - found"; \ + else \ + ${ECHO_MSG} "===> ${PKGNAME} depends on Perl module: $$lib version $$version or greater - not found"; \ + ${ECHO_MSG} "===> Verifying $$target for $$lib in $$dir"; \ + if [ ! -d "$$dir" ]; then \ + ${ECHO_MSG} " >> No directory for $$lib. Skipping.."; \ + else \ + (cd $$dir; ${MAKE} ${.MAKEFLAGS} $$target) ; \ + ${ECHO_MSG} "===> Returning to build of ${PKGNAME}"; \ + if $${PERL5} -M$$lib -e 'exit 0' > /dev/null 2>&1; then \ + ${TRUE}; \ + else \ + ${ECHO_MSG} "Error: Perl module \"$$lib\" does not exist"; \ + ${FALSE}; \ + fi; \ + fi; \ + fi; \ + done .endif .else @${DO_NADA} --TB36FDmn/VVEgNH/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 9: 9:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4302815B2F; Tue, 30 Mar 1999 09:09:36 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA20317; Tue, 30 Mar 1999 09:09:19 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Tue, 30 Mar 1999 09:09:19 -0800 (PST) From: Message-Id: <199903301709.JAA20317@freefall.freebsd.org> To: bradh@iafrica.com, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/8943 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: InterNetNews 2.2beta2 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Mar 30 09:07:30 PST 1999 State-Changed-Why: Newer version is already in ports tree as news/inn-stable To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 9:10:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0811D15B1B for ; Tue, 30 Mar 1999 09:10:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA20365; Tue, 30 Mar 1999 09:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 30 Mar 1999 09:10:01 -0800 (PST) Message-Id: <199903301710.JAA20365@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tom Hukins Subject: Re: ports/9608: Linux Communicator 4.5 Reply-To: Tom Hukins Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9608; it has been noted by GNATS. From: Tom Hukins To: freebsd-gnats-submit@freebsd.org, jcwells@u.washington.edu Cc: Subject: Re: ports/9608: Linux Communicator 4.5 Date: Tue, 30 Mar 1999 15:43:25 +0100 This PR seems to have been superceded by ports/10469 which contains a port for linux-netscape-4.51. Should this PR be closed? Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 9:31:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 94E6B15CC0; Tue, 30 Mar 1999 09:31:16 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA22385; Tue, 30 Mar 1999 09:30:59 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Tue, 30 Mar 1999 09:30:59 -0800 (PST) From: Message-Id: <199903301730.JAA22385@freefall.freebsd.org> To: Dom.Mitchell@palmerharvey.co.uk, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9366 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port of icmpquery State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Mar 30 09:30:41 PST 1999 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 Mar 30 10: 7:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id 3F75414F5D for ; Tue, 30 Mar 1999 10:07:52 -0800 (PST) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id LAA19267; Tue, 30 Mar 1999 11:06:31 -0700 (MST) (envelope-from brett@peloton.physics.montana.edu) Date: Tue, 30 Mar 1999 11:06:31 -0700 (MST) From: Brett Taylor To: "David O'Brien" Cc: ports@FreeBSD.ORG Subject: Re: GimpUserManual In-Reply-To: <19990329232024.A79435@dragon.nuxi.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 Hi, On Mon, 29 Mar 1999, David O'Brien wrote: > While looking at how much less space bzip2'ed packages take over gzip'ed > ones, I was hit by just how *LARGE* the Gimp user manual is. > > 15M GimpUserManual-HTML-1.0.0.tgz > 12M GimpUserManual-PDF-1.0.0.tgz > 43M GimpUserManual-PS-1.0.0.tgz > 70M total Actually, I think it's time to ditch the PDF and PS versions. Why? We'll they're certainly big. The PDF and PS files have also gone missing from the MASTER_SITE. I haven't had time (defending my thesis in 1 week) to fix the ports, but I think we can safely drop the PS and PDF versions - I've played w/ them all and the HTML version is by far the most useful. Give me a week or so and I'll fix them and can the PDF and PS versions unless there's a big demand not to. Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.org/ * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 10:13: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 7989014F5D for ; Tue, 30 Mar 1999 10:13:02 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.9.2/8.9.1) id KAA49211; Tue, 30 Mar 1999 10:12:41 -0800 (PST) (envelope-from obrien) Message-ID: <19990330101241.A49189@nuxi.com> Date: Tue, 30 Mar 1999 10:12:41 -0800 From: "David O'Brien" To: Brett Taylor Cc: ports@FreeBSD.ORG Subject: Re: GimpUserManual Reply-To: obrien@NUXI.com References: <19990329232024.A79435@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Brett Taylor on Tue, Mar 30, 1999 at 11:06:31AM -0700 X-Operating-System: FreeBSD 3.1-STABLE 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 Tue, Mar 30, 1999 at 11:06:31AM -0700, Brett Taylor wrote: > Actually, I think it's time to ditch the PDF and PS versions. ..snip.. > I haven't had time (defending my thesis in 1 week) to fix the ports, > but I think we can safely drop the PS and PDF versions - I've played w/ > them all and the HTML version is by far the most useful. Just make them "NO_CDROM= 'too big'". No need to toast the ports -- someone might acutally like the PDF version (I love them for their searchability) or PS (who knows why). -- -- David (obrien@NUXI.com -or- obrien@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 Mar 30 10:20:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E70B115BDA for ; Tue, 30 Mar 1999 10:20:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA25765; Tue, 30 Mar 1999 10:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 30 Mar 1999 10:20:02 -0800 (PST) Message-Id: <199903301820.KAA25765@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: bradh@uunet.co.za Subject: Re: ports/10857: UPDATED PORT: bind8 Reply-To: bradh@uunet.co.za Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10857; it has been noted by GNATS. From: bradh@uunet.co.za To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/10857: UPDATED PORT: bind8 Date: Tue, 30 Mar 1999 20:08:48 +0200 >Submitter-Id: current-users >Originator: Brad Hendrickse >Organization: UUNET SA >Confidential: no >Synopsis: UPDATED PORT: bind8 >Severity: non-critical >Priority: low >Category: ports >Release: FreeBSD 3.1-STABLE i386 >Class: change-request >Environment: FreeBSD ns1.rabies.org.za 3.1-STABLE FreeBSD 3.1-STABLE #0: Tue Mar 16 00:50:52 SAST 1999 bradh@ns1.rabies.org.za:/usr/src/sys/compile/kernel.AMNESIA i386 >Description: files modified: /usr/ports/net/bind8/Makefile /usr/ports/net/bind8/files/md5 /usr/ports/net/bind8/patches/patch-aa /usr/ports/net/bind8/patches/patch-ab /usr/ports/net/bind8/patches/patch-ac /usr/ports/net/bind8/patches/patch-ad /usr/ports/net/bind8/patches/patch-ae /usr/ports/net/bind8/patches/patch-af /usr/ports/net/bind8/pkg/PLIST >How-To-Repeat: N/A >Fix: diff -r -U 2 -N bind8/CVS/Entries bind8/CVS/Entries --- bind8/CVS/Entries Thu Jan 1 02:00:00 1970 +++ bind8/CVS/Entries Wed Mar 25 06:28:13 1998 @@ -0,0 +1,4 @@ +/Makefile/1.3/Wed Feb 4 16:23:28 1998// +D/files//// +D/patches//// +D/pkg//// diff -r -U 2 -N bind8/CVS/Repository bind8/CVS/Repository --- bind8/CVS/Repository Thu Jan 1 02:00:00 1970 +++ bind8/CVS/Repository Wed Mar 25 06:28:11 1998 @@ -0,0 +1 @@ +/home/ncvs/ports/net/bind8 diff -r -U 2 -N bind8/CVS/Root bind8/CVS/Root --- bind8/CVS/Root Thu Jan 1 02:00:00 1970 +++ bind8/CVS/Root Wed Mar 25 06:28:11 1998 @@ -0,0 +1 @@ +/home/ncvs diff -r -U 2 -N bind8/Makefile bind8/Makefile --- bind8/Makefile Wed Jan 13 05:37:27 1999 +++ bind8/Makefile Tue Mar 30 19:59:05 1999 @@ -1,31 +1,32 @@ -# New ports collection makefile for: bind -# Version required: 8.1.2 -# Date created: 18 July 1997 -# Whom: jseger@scds.com +# New ports collection makefile for: bind-8 +# Version required: 8.2 +# Date created: 29 March 1999 +# Whom: brad hendrickse # -# $Id: Makefile,v 1.8 1999/01/13 03:37:27 scrappy Exp $ +# $Id$ # -DISTNAME= bind-8.1.2 +DISTNAME= bind-8.2 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.1.2/ -DISTFILES= bind-8.1.2-src.tar.gz bind-8.1.2-doc.tar.gz +MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ +DISTFILES= bind-8.2-src.tar.gz bind-8.2-doc.tar.gz -MAINTAINER= jseger@FreeBSD.org +PATCH_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ +PATCHFILES= patch1 +PATCH_DIST_STRIP= -p1 -Y2K= http://www.isc.org/y2k.html +MAINTAINER= bradh@uunet.co.za WRKSRC= ${WRKDIR}/src -MAN1= dig.1 dnsquery.1 host.1 -MAN3= gethostbyname.3 getnetent.3 resolver.3 -MAN5= irs.conf.5 resolver.5 +MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 mkdep.1 +MAN3= getaddrinfo.3 gethostbyname.3 getnameinfo.3 getnetent.3 \ + inet_cidr.3 resolver.3 tsig.3 +MAN5= irs.conf.5 named.conf.5 resolver.5 MAN7= hostname.7 mailaddr.7 -MAN8= named-xfer.8 named.8 ndc.8 nslookup.8 - -PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP} +MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ + nsupdate.8 post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/bin/named/named-bootconf.pl ${PREFIX}/bin/ @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) ${MKDIR} ${PREFIX}/share/doc/bind8 diff -r -U 2 -N bind8/README.html bind8/README.html --- bind8/README.html Thu Jan 1 02:00:00 1970 +++ bind8/README.html Wed Mar 25 06:54:05 1998 @@ -0,0 +1,30 @@ + + The FreeBSD Ports Collection (net/bind8) +

The FreeBSD Ports Collection ("net/bind8")


+ + +

You are now in the directory for the port "net/bind8" (package name "bind-8.1.1"). + +

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


+The Berkeley Internet Name Daemon, an implementation of DNS. +


+ +

Please read the file "pkg/DESCR" for a +longer description. + +

Go to the top of the ports tree for +a summary on how to use the ports collection. + +

+ +

+ + +


+ Go up one level +| + Go to top of ports tree + + diff -r -U 2 -N bind8/files/CVS/Entries bind8/files/CVS/Entries --- bind8/files/CVS/Entries Thu Jan 1 02:00:00 1970 +++ bind8/files/CVS/Entries Wed Mar 25 06:28:12 1998 @@ -0,0 +1,2 @@ +/md5/1.1.1.1/Wed Nov 26 00:24:18 1997// +D diff -r -U 2 -N bind8/files/CVS/Repository bind8/files/CVS/Repository --- bind8/files/CVS/Repository Thu Jan 1 02:00:00 1970 +++ bind8/files/CVS/Repository Wed Mar 25 06:28:11 1998 @@ -0,0 +1 @@ +/home/ncvs/ports/net/bind8/files diff -r -U 2 -N bind8/files/CVS/Root bind8/files/CVS/Root --- bind8/files/CVS/Root Thu Jan 1 02:00:00 1970 +++ bind8/files/CVS/Root Wed Mar 25 06:28:11 1998 @@ -0,0 +1 @@ +/home/ncvs diff -r -U 2 -N bind8/files/md5 bind8/files/md5 --- bind8/files/md5 Thu May 21 02:42:24 1998 +++ bind8/files/md5 Mon Mar 29 12:50:22 1999 @@ -1,2 +1,3 @@ -MD5 (bind-8.1.2-src.tar.gz) = 7911bd8f0de7d1047da874d92dd608d7 -MD5 (bind-8.1.2-doc.tar.gz) = 329dfd97895d96493ff2850374b2465d +MD5 (bind-8.2-src.tar.gz) = f45ad0d96c8f4d7338b4c669fee906d8 +MD5 (bind-8.2-doc.tar.gz) = a5bee5f073016c2e2fb2a835f087ba28 +MD5 (patch1) = 73b1ba41798f47144723052bc434d876 diff -r -U 2 -N bind8/patches/patch-aa bind8/patches/patch-aa --- bind8/patches/patch-aa Thu May 21 03:27:14 1998 +++ bind8/patches/patch-aa Mon Mar 29 01:59:11 1999 @@ -1,29 +1,102 @@ ---- src/port/freebsd/Makefile.set.orig Mon Jun 16 23:30:35 1997 -+++ src/port/freebsd/Makefile.set Tue Nov 25 18:51:41 1997 -@@ -1,12 +1,14 @@ - 'CC=cc' --'CDEBUG=-O2 -g' --'DESTBIN=/usr/bin' --'DESTSBIN=/usr/sbin' --'DESTEXEC=/usr/libexec' --'DESTMAN=/usr/share/man' --'DESTHELP=/usr/share/misc' --'DESTETC=/etc' -+'CDEBUG=-O2' -+'DESTBIN=${PREFIX}/bin' -+'DESTSBIN=${PREFIX}/sbin' -+'DESTEXEC=${PREFIX}/libexec' -+'DESTMAN=${PREFIX}/man' -+'DESTHELP=${PREFIX}/share/misc' -+'DESTINC=${PREFIX}/include/bind' -+'DESTLIB=${PREFIX}/lib' - 'DESTRUN=/var/run' -+'DESTETC=/etc' - 'LEX=lex -I' - 'YACC=yacc -d' - 'SYSLIBS=-ll -lutil' -@@ -16,3 +18,4 @@ - 'CATEXT=0' - 'PS=ps' - 'RANLIB=ranlib' -+'SH=${SH}' +*** /usr/ports/net/bind8/work/doc/man/Makefile Sun Mar 7 11:57:19 1999 +--- /usr/ports/net/bind8/work/doc/man/Makefile Mon Mar 29 01:56:15 1999 +*************** +*** 57,77 **** + # + # Default location for manual section directories. + # +! DESTMAN= /usr/share/man + + # + # Install manuals in ${MANDIR}N. For systems that generate catable manual + # entries on the fly, use + # MANDIR = man + # +! MANDIR = cat + + # + # Default extension for manual entries. To install the manual entries under + # their `real' extensions use + # CATEXT = $$N + # +! CATEXT = 0 + + # + # Command to install manual entries +--- 57,77 ---- + # + # Default location for manual section directories. + # +! DESTMAN= /usr/local/man + + # + # Install manuals in ${MANDIR}N. For systems that generate catable manual + # entries on the fly, use + # MANDIR = man + # +! MANDIR = man + + # + # Default extension for manual entries. To install the manual entries under + # their `real' extensions use + # CATEXT = $$N + # +! CATEXT = $$N + + # + # Command to install manual entries +*************** +*** 228,243 **** + # + # User command manual entries + # +! CMD_BASE = dig host dnsquery + CMD_SRC_EXT = 1 + CMD_SRC = dig.${CMD_SRC_EXT} \ + host.${CMD_SRC_EXT} \ + dnsquery.${CMD_SRC_EXT} \ +! dnskeygen.${CMD_SRC_EXT} + CMD_OUT = dig.${CMD_OUT_EXT} \ + host.${CMD_OUT_EXT} \ + dnsquery.${CMD_OUT_EXT} \ +! dnskeygen.${CMD_OUT_EXT} + + # + # named manual entries +--- 228,245 ---- + # + # User command manual entries + # +! CMD_BASE = dig host dnsquery dnskeygen mkdep + CMD_SRC_EXT = 1 + CMD_SRC = dig.${CMD_SRC_EXT} \ + host.${CMD_SRC_EXT} \ + dnsquery.${CMD_SRC_EXT} \ +! dnskeygen.${CMD_SRC_EXT} \ +! mkdep.${CMD_SRC_EXT} + CMD_OUT = dig.${CMD_OUT_EXT} \ + host.${CMD_OUT_EXT} \ + dnsquery.${CMD_OUT_EXT} \ +! dnskeygen.${CMD_OUT_EXT} \ +! mkdep.${CMD_OUT_EXT} + + # + # named manual entries +*************** +*** 278,284 **** + # + # Network library routines manual entries + # +! LIB_NETWORK_BASE = gethostbyname resolver getnetent + LIB_NETWORK_SRC_EXT = 3 + LIB_NETWORK_SRC = gethostbyname.${LIB_NETWORK_SRC_EXT} \ + inet_cidr.${LIB_NETWORK_SRC_EXT} \ +--- 280,287 ---- + # + # Network library routines manual entries + # +! LIB_NETWORK_BASE = gethostbyname inet_cidr resolver getnetent \ +! tsig getaddrinfo getnameinfo + LIB_NETWORK_SRC_EXT = 3 + LIB_NETWORK_SRC = gethostbyname.${LIB_NETWORK_SRC_EXT} \ + inet_cidr.${LIB_NETWORK_SRC_EXT} \ diff -r -U 2 -N bind8/patches/patch-ab bind8/patches/patch-ab --- bind8/patches/patch-ab Mon Jan 12 21:19:44 1998 +++ bind8/patches/patch-ab Mon Mar 29 02:28:54 1999 @@ -1,42 +1,25 @@ ---- doc/man/Makefile.orig Fri Mar 14 04:43:51 1997 -+++ doc/man/Makefile Mon Jan 5 14:03:46 1998 -@@ -52,26 +52,26 @@ - # Target directory for the manual directory tree. Eg., may be used to - # specify the path of an NFS-mounted directory for common files. - # --DESTDIR= -+DESTDIR= ${PREFIX} - - # - # Default location for manual section directories. - # --DESTMAN= /usr/share/man -+DESTMAN= /man - - # - # Install manuals in ${MANDIR}N. For systems that generate catable manual - # entries on the fly, use - # MANDIR = man - # --MANDIR = cat -+MANDIR = man - - # - # Default extension for manual entries. To install the manual entries under - # their `real' extensions use - # CATEXT = $$N - # --CATEXT = 0 -+CATEXT = $$N - - # - # Command to install manual entries -@@ -105,7 +105,7 @@ - # can be used. - # MANROFF = cat - # --MANROFF = ( tbl | nroff -mandoc ) -+MANROFF = cat - - # - # Default extensions for installed manual entries. The following variables +*** /usr/ports/net/bind8/work/src/port/freebsd/Makefile.set Mon Mar 29 02:25:48 1999 +--- /usr/ports/net/bind8/work/src/port/freebsd/Makefile.set Mon Mar 29 02:26:34 1999 +*************** +*** 1,10 **** + 'CC=cc' + 'CDEBUG=-O2 -g' +! 'DESTBIN=/usr/bin' +! 'DESTSBIN=/usr/sbin' +! 'DESTEXEC=/usr/libexec' +! 'DESTMAN=/usr/share/man' +! 'DESTHELP=/usr/share/misc' + 'DESTETC=/etc' + 'DESTRUN=/var/run' + 'LEX=lex -I' +--- 1,10 ---- + 'CC=cc' + 'CDEBUG=-O2 -g' +! 'DESTBIN=/usr/local/bin' +! 'DESTSBIN=/usr/local/sbin' +! 'DESTEXEC=/usr/local/libexec' +! 'DESTMAN=/usr/local/man' +! 'DESTHELP=/usr/local/share/misc' + 'DESTETC=/etc' + 'DESTRUN=/var/run' + 'LEX=lex -I' diff -r -U 2 -N bind8/patches/patch-ac bind8/patches/patch-ac --- bind8/patches/patch-ac Thu Jan 1 02:00:00 1970 +++ bind8/patches/patch-ac Mon Mar 29 11:29:39 1999 @@ -0,0 +1,19 @@ +*** /usr/ports/net/bind8/work/src/include/Makefile Mon Mar 29 11:27:51 1999 +--- /usr/ports/net/bind8/work/src/include/Makefile Mon Mar 29 11:28:34 1999 +*************** +*** 17,23 **** + HFILES = netdb.h resolv.h irs.h irp.h hesiod.h + + DESTDIR= +! DESTINC= /usr/local/bind/include + INSTALL= install + INSTALL_INC= + +--- 17,23 ---- + HFILES = netdb.h resolv.h irs.h irp.h hesiod.h + + DESTDIR= +! DESTINC= /usr/local/include/bind + INSTALL= install + INSTALL_INC= + diff -r -U 2 -N bind8/patches/patch-ad bind8/patches/patch-ad --- bind8/patches/patch-ad Thu May 21 03:27:15 1998 +++ bind8/patches/patch-ad Mon Mar 29 11:47:49 1999 @@ -1,15 +1,21 @@ ---- src/lib/irs/getpwent.c.orig Wed May 20 21:18:51 1998 -+++ src/lib/irs/getpwent.c Wed May 20 21:21:21 1998 -@@ -102,10 +102,12 @@ - (void) setpassent(0); - } - #else -+#if __FreeBSD__ < 3 - int - setpwent() { - return (setpassent(0)); - } -+#endif - #endif - - void +*** /usr/ports/net/bind8/work/src/lib/Makefile Mon Mar 29 11:30:30 1999 +--- /usr/ports/net/bind8/work/src/lib/Makefile Mon Mar 29 11:30:51 1999 +*************** +*** 25,32 **** + O=o + A=a + DESTDIR= +! DESTINC= /usr/local/bind/include +! DESTLIB= /usr/local/bind/lib + TOP= .. + INCL= ${TOP}/include + PORTINCL= ${TOP}/port/${SYSTYPE}/include +--- 25,32 ---- + O=o + A=a + DESTDIR= +! DESTINC= /usr/local/include/bind +! DESTLIB= /usr/local/lib + TOP= .. + INCL= ${TOP}/include + PORTINCL= ${TOP}/port/${SYSTYPE}/include diff -r -U 2 -N bind8/patches/patch-ae bind8/patches/patch-ae --- bind8/patches/patch-ae Thu Jan 1 02:00:00 1970 +++ bind8/patches/patch-ae Mon Mar 29 14:38:15 1999 @@ -0,0 +1,19 @@ +*** /usr/ports/net/bind8/work/src/port/freebsd/include/Makefile Mon Mar 29 14:28:40 1999 +--- /usr/ports/net/bind8/work/src/port/freebsd/include/Makefile Mon Mar 29 14:29:08 1999 +*************** +*** 55,61 **** + HFILES = + + DESTDIR= +! DESTINC= /usr/local/bind/include + INSTALL= install + + MARGS= DESTDIR="${DESTDIR}" DESTINC="${DESTINC}" INSTALL="${INSTALL}" +--- 55,61 ---- + HFILES = + + DESTDIR= +! DESTINC= /usr/local/include/bind + INSTALL= install + + MARGS= DESTDIR="${DESTDIR}" DESTINC="${DESTINC}" INSTALL="${INSTALL}" diff -r -U 2 -N bind8/patches/patch-af bind8/patches/patch-af --- bind8/patches/patch-af Thu Jan 1 02:00:00 1970 +++ bind8/patches/patch-af Mon Mar 29 14:32:49 1999 @@ -0,0 +1,19 @@ +*** /usr/ports/net/bind8/work/src/port/freebsd/include/sys/Makefile Mon Mar 29 14:31:35 1999 +--- /usr/ports/net/bind8/work/src/port/freebsd/include/sys/Makefile Mon Mar 29 14:31:07 1999 +*************** +*** 54,60 **** + HFILES= bitypes.h cdefs.h + + DESTDIR= +! DESTINC= /usr/local/bind/include + + all depend: + +--- 54,60 ---- + HFILES= bitypes.h cdefs.h + + DESTDIR= +! DESTINC= /usr/local/include/bind + + all depend: + diff -r -U 2 -N bind8/pkg/CVS/Entries bind8/pkg/CVS/Entries --- bind8/pkg/CVS/Entries Thu Jan 1 02:00:00 1970 +++ bind8/pkg/CVS/Entries Wed Mar 25 06:28:13 1998 @@ -0,0 +1,4 @@ +/COMMENT/1.1.1.1/Wed Nov 26 00:24:19 1997// +/DESCR/1.1.1.1/Wed Nov 26 00:24:20 1997// +/PLIST/1.1.1.1/Wed Nov 26 00:24:20 1997// +D diff -r -U 2 -N bind8/pkg/CVS/Repository bind8/pkg/CVS/Repository --- bind8/pkg/CVS/Repository Thu Jan 1 02:00:00 1970 +++ bind8/pkg/CVS/Repository Wed Mar 25 06:28:13 1998 @@ -0,0 +1 @@ +/home/ncvs/ports/net/bind8/pkg diff -r -U 2 -N bind8/pkg/CVS/Root bind8/pkg/CVS/Root --- bind8/pkg/CVS/Root Thu Jan 1 02:00:00 1970 +++ bind8/pkg/CVS/Root Wed Mar 25 06:28:13 1998 @@ -0,0 +1 @@ +/home/ncvs diff -r -U 2 -N bind8/pkg/DESCR bind8/pkg/DESCR --- bind8/pkg/DESCR Wed Nov 26 02:24:20 1997 +++ bind8/pkg/DESCR Fri Mar 26 22:26:44 1999 @@ -12,2 +12,8 @@ -> The server no longer forks for outbound zone transfers -> Many bug fixes + +HomePage: http://www.isc.org/bind.html + +-- +brad hendrickse +bradh@uunet.co.za diff -r -U 2 -N bind8/pkg/PLIST bind8/pkg/PLIST --- bind8/pkg/PLIST Thu Dec 10 04:59:27 1998 +++ bind8/pkg/PLIST Mon Mar 29 12:39:14 1999 @@ -1,28 +1,34 @@ -bin/addr -bin/dig -bin/dnsquery -bin/host -bin/named-bootconf.pl -bin/nslookup -bin/nsupdate include/bind/arpa/inet.h include/bind/arpa/nameser.h include/bind/arpa/nameser_compat.h -include/bind/isc/assertions.h include/bind/isc/eventlib.h -include/bind/isc/heap.h -include/bind/isc/list.h -include/bind/isc/logging.h -include/bind/isc/memcluster.h include/bind/isc/misc.h include/bind/isc/tree.h -include/bind/hesiod.h -include/bind/irs.h +include/bind/isc/logging.h +include/bind/isc/heap.h +include/bind/isc/memcluster.h +include/bind/isc/assertions.h +include/bind/isc/list.h +include/bind/isc/dst.h +include/bind/isc/irpmarshall.h include/bind/netdb.h include/bind/resolv.h -include/bind/sys/bitypes.h +include/bind/irs.h +include/bind/irp.h +include/bind/hesiod.h lib/libbind.a +lib/libbind_r.a +bin/addr +bin/dig +bin/dnsquery +bin/host +bin/mkservdb +bin/nslookup +bin/nsupdate +libexec/dnskeygen libexec/named-xfer +sbin/irpd sbin/named +sbin/named-bootconf sbin/ndc share/doc/bind8/acl.html @@ -30,4 +36,5 @@ share/doc/bind8/comments.html share/doc/bind8/config.html +share/doc/bind8/controls.html share/doc/bind8/docdef.html share/doc/bind8/example.html @@ -36,11 +43,12 @@ share/doc/bind8/key.html share/doc/bind8/logging.html +share/doc/bind8/master.html share/doc/bind8/options.html share/doc/bind8/server.html +share/doc/bind8/trusted-keys.html share/doc/bind8/zone.html share/misc/nslookup.help @dirrm include/bind/arpa @dirrm include/bind/isc -@dirrm include/bind/sys @dirrm include/bind -@dirrm share/doc/bind8 \ No newline at end of file +@dirrm share/doc/bind8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 10:24:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id 34DE914CCD for ; Tue, 30 Mar 1999 10:24:09 -0800 (PST) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id LAA19334; Tue, 30 Mar 1999 11:22:49 -0700 (MST) (envelope-from brett@peloton.physics.montana.edu) Date: Tue, 30 Mar 1999 11:22:49 -0700 (MST) From: Brett Taylor To: "David O'Brien" Cc: ports@FreeBSD.ORG Subject: Re: GimpUserManual In-Reply-To: <19990330101241.A49189@nuxi.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 Hi David, On Tue, 30 Mar 1999, David O'Brien wrote: > On Tue, Mar 30, 1999 at 11:06:31AM -0700, Brett Taylor wrote: > > Actually, I think it's time to ditch the PDF and PS versions. > Just make them "NO_CDROM= 'too big'". No need to toast the ports -- > someone might acutally like the PDF version (I love them for their > searchability) or PS (who knows why). This is easy, but as I said, at least I think I did, the distfiles for the PDF and PS versions have gone away on the master site. I was going to put them on my personal machine but it's an awful lot of space on my already pretty full machine. Maybe I'll do it anyway. I'll worry about it in a week. :-) Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.org/ * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 10:30:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 596131552E for ; Tue, 30 Mar 1999 10:30:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA26572; Tue, 30 Mar 1999 10:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from bilbo.vpop.net (timberdoodle41.customers.uswest.net [207.224.253.41]) by hub.freebsd.org (Postfix) with ESMTP id 9823E14CCD for ; Tue, 30 Mar 1999 10:22:59 -0800 (PST) (envelope-from mreimer@bilbo.vpop.net) Received: (from mreimer@localhost) by bilbo.vpop.net (8.8.8/8.8.8) id KAA26825; Tue, 30 Mar 1999 10:23:13 -0800 (PST) (envelope-from mreimer) Message-Id: <199903301823.KAA26825@bilbo.vpop.net> Date: Tue, 30 Mar 1999 10:23:13 -0800 (PST) From: mreimer@vpop.net Reply-To: mreimer@vpop.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10873: devel/ORBit upgrade to 0.4.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10873 >Category: ports >Synopsis: Upgrade devel/ORBit to 0.4.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 30 10:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Matthew Reimer >Release: FreeBSD 2.2.8-STABLE i386 >Organization: VPOP Technologies, Inc. >Environment: N/A >Description: Upgrade to ORBit-0.4.2 >How-To-Repeat: N/A >Fix: patch-aa no longer necessary; remove. *** Makefile.orig Tue Mar 30 10:22:36 1999 --- Makefile Tue Mar 30 09:29:26 1999 *************** *** 6,12 **** # $Id: Makefile,v 1.15 1999/03/09 01:08:50 nectar Exp $ # ! DISTNAME= ORBit-0.4.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= ORBit --- 6,12 ---- # $Id: Makefile,v 1.15 1999/03/09 01:08:50 nectar Exp $ # ! DISTNAME= ORBit-0.4.2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= ORBit >Release-Note: >Audit-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 Mar 30 10:30:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7724915A52 for ; Tue, 30 Mar 1999 10:30:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA26581; Tue, 30 Mar 1999 10:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ckgppxy1.proxy.att.com (ckgppxy1.att.com [12.20.58.148]) by hub.freebsd.org (Postfix) with ESMTP id E8FA114CCD; Tue, 30 Mar 1999 10:25:03 -0800 (PST) (envelope-from shalunov@tuzik.lz.att.com) Received: from tuzik.lz.att.com ([135.25.200.84]) by ckgppxy1.proxy.att.com (AT&T/IPNS/GW-1.0) with ESMTP id NAA27780; Tue, 30 Mar 1999 13:24:39 -0500 (EST) Received: (from shalunov@localhost) by tuzik.lz.att.com (8.9.2/8.9.2) id NAA05144; Tue, 30 Mar 1999 13:27:05 -0500 (EST) (envelope-from shalunov) Message-Id: <199903301827.NAA05144@tuzik.lz.att.com> Date: Tue, 30 Mar 1999 13:27:05 -0500 (EST) From: stanislav shalunov Reply-To: shalunov@att.com To: FreeBSD-gnats-submit@freebsd.org Cc: andreas@freebsd.org, jan@tdb.uu.se X-Send-Pr-Version: 3.2 Subject: ports/10874: [PATCH] html2ps doesn't handle `file:/...' syntax Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10874 >Category: ports >Synopsis: [PATCH] html2ps doesn't handle `file:/...' syntax >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 Mar 30 10:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: stanislav shalunov >Release: FreeBSD 3.1-RELEASE i386 >Organization: AT&T >Environment: html2ps version 1.0 beta1 installed via ports collection on FreeBSD 3.1-RELEASE (`make install' in /usr/ports/print/html2ps). (Two normal ports collection patches applied: one changes name of Perl, the other one TeX dir location.) >Description: html2ps chokes on pictures inserted via Thus mswordview output isn't parsed properly. The output is, e.g., Error opening file:/usr/local/lib/mswordview/patterns/pagebreak.gif >How-To-Repeat: Process any HTML file with file:/... >Fix: --- /usr/local/bin/html2ps Tue Mar 23 14:28:36 1999 +++ html2ps Tue Mar 30 13:10:41 1999 @@ -4072,6 +4072,7 @@ $URL=$url; unless($url=~m|://|) { if($url=~m|^http:(.*)|) {$url=$1} + if($url=~m|^file:(.*)|) {$url=$1} if($url=~m|^/|) {$URL=$b1.$url} else {$URL=$b2.$url} } while($URL!~m|^\.\./| && $URL=~m|[^/]*/\.\./|) {$URL=$`.$'}; >Release-Note: >Audit-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 Mar 30 10:47:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pop01.globecomm.net (pop01.globecomm.net [206.253.129.185]) by hub.freebsd.org (Postfix) with ESMTP id 6075014E55 for ; Tue, 30 Mar 1999 10:47:14 -0800 (PST) (envelope-from zen@buddhist.com) Received: from WhizKid (r10.bfm.org [208.18.213.106]) by pop01.globecomm.net (8.9.0/8.8.0) with SMTP id NAA21080 for ; Tue, 30 Mar 1999 13:46:39 -0500 (EST) Message-Id: <3.0.6.32.19990330124513.008fcea0@mail.bfm.org> X-Sender: stanislav@mail.bfm.org X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Tue, 30 Mar 1999 12:45:13 -0600 To: From: "G. Adam Stanislav" Subject: Double slash 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 am trying to prepare a port, but when I type "make install", this is what I get: >===> Installing for tuc-1.10 >gcc -O3 tuc.c -o tuc >strip tuc >install tuc /usr/local/bin >===> Generating temporary packing list >===> Compressing manual pages for tuc-1.10 >/usr/local/man//man1/tuc.1: No such file or directory >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. > Please note the double slash between "man" and "man1" in the error message. Here is my Makefile: ># New ports collection makefile for: tuc ># Version required: 1.10 ># Date created: 30 March 1999 ># Whom: G. Adam Stanislav ># ># $Id$ ># > >DISTNAME= tuc-1.10 >CATEGORIES= textproc >MASTER_SITES= http://www.whizkidtech.net/ >MASTER_SITE_SUBDIR= fports > >MAINTAINER= adam@whizkidtech.net > >MAN1= tuc.1 > >NO_CDROM= Author does not allow CD-ROM distribution > >.include > And here is the Makefile inside tuc-1.10.tar.gz: ># tuc version 1.10 >all: tuc > >tuc: tuc.c > gcc -O3 tuc.c -o tuc > strip tuc > >install: tuc > install tuc ${PREFIX}/bin > > What am I doing wrong? Adam --- Want to design your own web counter? Get GCL 2.10 from http://www.whizkidtech.net/gcl/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 10:50:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B638E153E9 for ; Tue, 30 Mar 1999 10:50:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA28413; Tue, 30 Mar 1999 10:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.dinoex.sub.org (unknown [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id A01EC14C8F for ; Tue, 30 Mar 1999 10:41:14 -0800 (PST) (envelope-from dinoex@net2.dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.1/8.9.1) with UUCP id UAA29388 for FreeBSD-gnats-submit@freebsd.org; Tue, 30 Mar 1999 20:38:39 +0200 (CEST) Received: (from dinoex@localhost) by net2.dinoex.sub.org (8.9.1/8.9.1) id UAA26211; Tue, 30 Mar 1999 20:35:43 +0200 (CEST) Message-Id: <199903301835.UAA26211@net2.dinoex.sub.org> Date: Tue, 30 Mar 1999 20:35:43 +0200 (CEST) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10875: port www/webalizer update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10875 >Category: ports >Synopsis: port www/webalizer update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 30 10:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 2.2.7-19981027-SNAP i386 >Organization: privat >Environment: gd-lib, apache >Description: generates statistics in HTML output, for Apache web server. >How-To-Repeat: old Release is out of date old distfile no longer on server >Fix: new version more languages are supported apply the patches to use the new version this fix superseedes ports/10742 diff webalizer/Makefile webalizer-1.22.3/Makefile --- webalizer/Makefile Sat Jan 30 11:12:10 1999 +++ webalizer-1.22.3/Makefile Tue Mar 30 08:24:28 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: webalizer -# Version required: 1.20 +# Version required: 1.22 # Date created: 02.Jun 1998 # Whom: dirk.meyer@dinoex.sub.org # # $Id: Makefile,v 1.5 1999/01/26 02:18:07 steve Exp $ -DISTNAME= webalizer-1.20-07-src -PKGNAME= webalizer-1.20 +DISTNAME= webalizer-1.22-03-src +PKGNAME= webalizer-1.22.3 CATEGORIES= www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ \ ftp://ftp.dinoex.sub.de/pub/approved/ @@ -20,12 +20,15 @@ MAN1= webalizer.1 DOC1= CHANGES COPYING Copyright INSTALL \ README country-codes.txt webalizer.LSM -SUPP_LANG= english german french spanish dutch italian polish -WRKSRC= ${WRKDIR} +SUPP_LANG= english german french spanish dutch italian polish \ + catalan czech portuguese_brazil russian slovak swedish \ + portugues +WRKSRC= ${WRKDIR}/webalizer-1.22-03 .if defined(BATCH) WEBALIZER_LANG=english .endif +WEBALIZER_LANG=english pre-fetch: .if !defined(WEBALIZER_LANG) @@ -39,8 +42,8 @@ .for i in ${SUPP_LANG} .if defined(WEBALIZER_LANG) && ${WEBALIZER_LANG} == ${i} @${ECHO_MSG} "===> customizing for ${i}" - ${LN} -sf ${WRKSRC}/webalizer_lang.${i} \ - ${WRKSRC}/webalizer_lang.h + @cd ${WRKSRC}; \ + ${LN} -sf lang/webalizer_lang.${i} webalizer_lang.h .endif .endfor @@ -60,7 +63,7 @@ .endfor .endif ${MKDIR} ${PREFIX}/share/examples/webalizer -.for i in msfree.gif sample.conf +.for i in msfree.gif sample.conf webalizer.gif @${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/examples/webalizer/${i} .endfor @if [ ! -f ${PREFIX}/etc/webalizer.conf-dist ]; then \ diff webalizer/files/md5 webalizer-1.22.3/files/md5 --- webalizer/files/md5 Mon Aug 17 02:34:45 1998 +++ webalizer-1.22.3/files/md5 Tue Mar 30 07:31:58 1999 @@ -1 +1 @@ -MD5 (webalizer-1.20-07-src.tgz) = d81f5798b2992de6cf51c6c440b67b07 +MD5 (webalizer-1.22-03-src.tgz) = dd5d45a7d68b5786937766dd2876d58d diff webalizer/patches/patch-aa webalizer-1.22.3/patches/patch-aa --- webalizer/patches/patch-aa Sun Jun 28 14:42:08 1998 +++ webalizer-1.22.3/patches/patch-aa Thu Mar 4 18:53:07 1999 @@ -1,18 +1,19 @@ ---- Makefile.orig Thu Jun 4 06:04:11 1998 -+++ Makefile Sun Jun 28 14:36:10 1998 -@@ -15,11 +15,11 @@ - #CFLAGS= -b elf - - # These for GNU gcc --CC=gcc --CFLAGS= -O2 -Wall -fsigned-char -+CC?=cc -+CFLAGS+=-fsigned-char +--- Makefile.orig Tue Mar 2 08:37:06 1999 ++++ Makefile Thu Mar 4 18:52:57 1999 +@@ -19,12 +19,12 @@ + # These for Linux (most GCC based systems) + BINDIR = /usr/local/bin + MANDIR = /usr/local/man/man1 +-CC = gcc +-CFLAGS = -O2 -Wall -fsigned-char +-LIBS = -lgd -lm ++CC?=gcc ++CFLAGS+=-O2 -Wall -fsigned-char ++LIBS= -L$(PREFIX)/lib -lgd -lm --GDLIB = /usr/local/include/gd --LIBS= -lgd -lm + # where are the GD header files? +-GDLIB = /usr/local/include/gd +GDLIB = $(PREFIX)/include/gd -+LIBS= -L$(PREFIX)/lib -lgd -lm - all: webalizer + # Shouldn't have to touch below here! diff webalizer/patches/patch-ab webalizer-1.22.3/patches/patch-ab --- webalizer/patches/patch-ab Thu Jul 30 15:06:44 1998 +++ webalizer-1.22.3/patches/patch-ab Thu Mar 4 20:33:06 1999 @@ -1,14 +1,12 @@ ---- webalizer.c.orig Thu Jul 30 14:53:08 1998 -+++ webalizer.c Thu Jul 30 14:54:57 1998 -@@ -240,10 +240,8 @@ - add_nlist("index.",&index_alias); - +--- webalizer.c.orig Wed Mar 3 10:39:17 1999 ++++ webalizer.c Thu Mar 4 20:33:00 1999 +@@ -192,8 +192,8 @@ /* check for default config file */ -- if (!access("webalizer.conf",F_OK)) -- get_config("webalizer.conf"); + if (!access("webalizer.conf",F_OK)) + get_config("webalizer.conf"); - else if (!access("/etc/webalizer.conf",F_OK)) - get_config("/etc/webalizer.conf"); -+ if (!access("!!PREFIX!!/etc/webalizer.conf",F_OK)) ++ else if (!access("!!PREFIX!!/etc/webalizer.conf",F_OK)) + get_config("!!PREFIX!!/etc/webalizer.conf"); /* get command line options */ diff webalizer/pkg/PLIST webalizer-1.22.3/pkg/PLIST --- webalizer/pkg/PLIST Sat Jan 30 11:12:12 1999 +++ webalizer-1.22.3/pkg/PLIST Thu Mar 4 18:58:50 1999 @@ -10,4 +10,5 @@ @dirrm share/doc/webalizer share/examples/webalizer/msfree.gif share/examples/webalizer/sample.conf +share/examples/webalizer/webalizer.gif @dirrm share/examples/webalizer >Release-Note: >Audit-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 Mar 30 10:50:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C4B315A6C; Tue, 30 Mar 1999 10:50:56 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA28471; Tue, 30 Mar 1999 10:50:39 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Tue, 30 Mar 1999 10:50:39 -0800 (PST) From: Message-Id: <199903301850.KAA28471@freefall.freebsd.org> To: jim@corp.au.triax.com, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10833 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: wmcp-1.2.6 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Mar 30 10:50:15 PST 1999 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 Mar 30 10:54: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0252014E78; Tue, 30 Mar 1999 10:54:08 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA28760; Tue, 30 Mar 1999 10:53:51 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Tue, 30 Mar 1999 10:53:51 -0800 (PST) From: Message-Id: <199903301853.KAA28760@freefall.freebsd.org> To: jim@corp.au.triax.com, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9988 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: wmcp 1.2.5 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Mar 30 10:51:02 PST 1999 State-Changed-Why: Requested by submitter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 10:54:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ms2.eranet.net (ms2.eranet.net [203.95.230.35]) by hub.freebsd.org (Postfix) with ESMTP id 7D25A14E78 for ; Tue, 30 Mar 1999 10:54:36 -0800 (PST) (envelope-from supermi@usa.net) Received: from pentium-ii-450 (n214.n203-95-237.eranet.net [203.95.237.214]) by ms2.eranet.net (8.9.1a/8.9.1) with SMTP id CAA01437; Wed, 31 Mar 1999 02:52:59 +0800 (CST) Date: Wed, 31 Mar 1999 02:52:59 +0800 (CST) From: supermi@usa.net Message-Id: <199903301852.CAA01437@ms2.eranet.net> To: ¦U¦ìºô¤Í@ms2.eranet.net Subject: 99-3¤ë¥÷¥þ·s¥Ø¿ý¤W¥«¤F MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org sorry,¦pªG¦¹«Ê«H³y¦¨±zªº§xÂZ,¤U¦¸¨M¤£¦Aµoµ¹±z ¦ý¹ï±z¦b¤WInternet¤Î¨Ï¥Î¹q¸£µ´¹ï·|¦³À°§U¡ ±z¬O§_§ä¤£¨ì¤@­Ó¥iªø´Á°t¦XªºªwÄѨÑÀ³°Ó©O? ¬O§_ÁÙ¦bºô¸ô­W­W´M³V............¨M¹ï¥i¥HÅý±zªø´Á¨ÑÀ³³f·½ ¦U¦¡¦U¼ËVCD,DBT,MP3,IMAGE,CAD,GAME,CAI,DK,GIF,ADULT,FONT,DIC À³¦³ºÉ¦³,¤@¦¸´N¯àÅý±z§ä¨ì±z©Ò»Ý­nªºªwÄÑ,¦hºØ¿ï¾Ü. ¤@«ß¨Ï¥Î¥Õª÷¤ù.¤ôÂŤù©Î¬Oª÷ºñ¤ù¿N¿ý,«OÃÒÃa¤ù¥i´« ¥»¤u§@«ÇªÃ«ù»ù®æ¤½¹D,ªA°È§Ö³tªº®Ä²v¬°±z´£¨Ñ³Ì¦nªºªwÄÑ ¨M¤£¬O¤@¯ë¤£¯à¥ÎªºªwÄÑ,±z¥i¶Rªº¦w¤ß,¥Îªº©ñ¤ß,¤£©È±z¤ñ¸û ´£¨Ñµ¹¤©»Ý­nªººô¤Í,¦pªG¨Ï¥Î¤£¿ù,·q½ÐÁʶR­ìª©,¨Ã´£¨Ñ¶l±H¥Ø¿ýªA°È ºô§} http://www.supercd.surf1.com/ §Y¥i¦b¯¸¤WÂsÄý©Î¬O¤U¸ü¥Ø¿ýºCºC¬Ý,¬Ý¦n¦b¤U©w³æ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 11: 8:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 30CE414FE1; Tue, 30 Mar 1999 11:08:38 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA30787; Tue, 30 Mar 1999 11:08:21 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Tue, 30 Mar 1999 11:08:21 -0800 (PST) From: Message-Id: <199903301908.LAA30787@freefall.freebsd.org> To: jim@corp.au.triax.com, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10834 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: wmpop3-0.2.2a State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Mar 30 11:08:03 PST 1999 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 Mar 30 11:13:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 9375B15BDB for ; Tue, 30 Mar 1999 11:13:44 -0800 (PST) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id OAA08262; Tue, 30 Mar 1999 14:11:49 -0500 (EST) Date: Tue, 30 Mar 1999 14:11:49 -0500 (EST) From: Chuck Robey To: "G. Adam Stanislav" Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Double slash In-Reply-To: <3.0.6.32.19990330124513.008fcea0@mail.bfm.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 30 Mar 1999, G. Adam Stanislav wrote: > Hello, > > I am trying to prepare a port, but when I type "make install", this is what > I get: > > >===> Installing for tuc-1.10 > >gcc -O3 tuc.c -o tuc > >strip tuc > >install > tuc /usr/local/bin > >===> Generating temporary packing list > >===> > Compressing manual pages for tuc-1.10 > >/usr/local/man//man1/tuc.1: No such > file or directory > >*** Error code 1 Interesting. There isn't any textproc/tuc port. Where did you get the beast? BTW, there's nothing wrong with double slashes, the system takes them fine (and throws one of them away). > >DISTNAME= tuc-1.10 > >CATEGORIES= > textproc > >MASTER_SITES= http://www.whizkidtech.net/ > >MASTER_SITE_SUBDIR= > fports > > > >MAINTAINER= adam@whizkidtech.net ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 11:30:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gershwin.tera.com (unknown [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id AE36C14C3A for ; Tue, 30 Mar 1999 11:30:37 -0800 (PST) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id LAA05183; Tue, 30 Mar 1999 11:30:03 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id LAA08161; Tue, 30 Mar 1999 11:29:52 -0800 (PST) From: Gary Kline Message-Id: <199903301929.LAA08161@tao.thought.org> Subject: Re: GimpUserManual In-Reply-To: from Brett Taylor at "Mar 30, 99 11:22:49 am" To: brett@peloton.physics.montana.edu (Brett Taylor) Date: Tue, 30 Mar 1999 11:29:52 -0800 (PST) Cc: obrien@NUXI.com, ports@FreeBSD.ORG Organization: <> thought.org: public service Unix since 1986... <> X-Mailer: ELM [version 2.4ME+ PL32 (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 According to Brett Taylor: > Hi David, > > On Tue, 30 Mar 1999, David O'Brien wrote: > > > On Tue, Mar 30, 1999 at 11:06:31AM -0700, Brett Taylor wrote: > > > Actually, I think it's time to ditch the PDF and PS versions. > > > Just make them "NO_CDROM= 'too big'". No need to toast the ports -- > > someone might acutally like the PDF version (I love them for their > > searchability) or PS (who knows why). > > This is easy, but as I said, at least I think I did, the distfiles for the > PDF and PS versions have gone away on the master site. I was going to put > them on my personal machine but it's an awful lot of space on my already > pretty full machine. > > Maybe I'll do it anyway. I'll worry about it in a week. :-) Seems to me that if the PDF & PS versions can be generated only one source is necessary. I mean, how many cycles does it cost? gary PS: Besides, the CDROM's are getting mighty heavy with all them-thar extra bits... . > -- Gary D. Kline kline@tao.thought.org Public service uNix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 11:36:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id A65AF14C3A for ; Tue, 30 Mar 1999 11:36:39 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.9.2/8.9.1) id LAA49556; Tue, 30 Mar 1999 11:35:59 -0800 (PST) (envelope-from obrien) Message-ID: <19990330113559.C49279@nuxi.com> Date: Tue, 30 Mar 1999 11:35:59 -0800 From: "David O'Brien" To: Gary Kline , Brett Taylor Cc: ports@FreeBSD.ORG Subject: Re: GimpUserManual Reply-To: obrien@NUXI.com References: <199903301929.LAA08161@tao.thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199903301929.LAA08161@tao.thought.org>; from Gary Kline on Tue, Mar 30, 1999 at 11:29:52AM -0800 X-Operating-System: FreeBSD 3.1-STABLE 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 > Seems to me that if the PDF & PS versions can be generated > only one source is necessary. I don't know what Gimp's native document format is. So I can't comment on if the PDF file can be generated easily. The PostScript file *is* easily generated from the PDF file. -- -- David (obrien@NUXI.com -or- obrien@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 Mar 30 11:40:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id 75DF515B41 for ; Tue, 30 Mar 1999 11:40:23 -0800 (PST) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id MAA19762; Tue, 30 Mar 1999 12:38:39 -0700 (MST) (envelope-from brett@peloton.physics.montana.edu) Date: Tue, 30 Mar 1999 12:38:39 -0700 (MST) From: Brett Taylor To: Gary Kline Cc: obrien@NUXI.com, ports@FreeBSD.ORG Subject: Re: GimpUserManual In-Reply-To: <199903301929.LAA08161@tao.thought.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 Hi, On Tue, 30 Mar 1999, Gary Kline wrote: > Seems to me that if the PDF & PS versions can be generated > only one source is necessary. I mean, how many cycles does > it cost? One could certainly generate PDF and PS using various utilities from the HTML file. I think for certain we could get rid of the PS version if need be. If I can put all of the distfiles on my site then I we could keep them all and just do a NO_CDROM as David rightly suggests. Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.org/ * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 11:40:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pop01.globecomm.net (pop01.globecomm.net [206.253.129.185]) by hub.freebsd.org (Postfix) with ESMTP id F13A115B57 for ; Tue, 30 Mar 1999 11:40:22 -0800 (PST) (envelope-from zen@buddhist.com) Received: from WhizKid (r32.bfm.org [208.18.213.128]) by pop01.globecomm.net (8.9.0/8.8.0) with SMTP id OAA04240; Tue, 30 Mar 1999 14:39:10 -0500 (EST) Message-Id: <3.0.6.32.19990330132720.008fc100@mail.bfm.org> X-Sender: stanislav@mail.bfm.org X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Tue, 30 Mar 1999 13:27:20 -0600 To: Chuck Robey From: "G. Adam Stanislav" Subject: Re: Double slash Cc: freebsd-ports@FreeBSD.ORG In-Reply-To: References: <3.0.6.32.19990330124513.008fcea0@mail.bfm.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 14:11 30-03-1999 -0500, Chuck Robey wrote: >On Tue, 30 Mar 1999, G. Adam Stanislav wrote: >> [snip] >> Compressing manual pages for tuc-1.10 >> >/usr/local/man//man1/tuc.1: No such >> file or directory >> >*** Error code 1 > >Interesting. There isn't any textproc/tuc port. Where did you get the >beast? I wrote it. >BTW, there's nothing wrong with double slashes, the system takes them >fine (and throws one of them away). Then where does the error code 1 come from? It fails to install. Am I supposed to move tuc.1 to /usr/local/man/man1 from my Makefile? From the handbook I have the impression the file takes care of it. Adam --- Want to design your own web counter? Get GCL 2.10 from http://www.whizkidtech.net/gcl/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 11:42: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id 6031B15A8F for ; Tue, 30 Mar 1999 11:42:00 -0800 (PST) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id MAA19776; Tue, 30 Mar 1999 12:40:23 -0700 (MST) (envelope-from brett@peloton.physics.montana.edu) Date: Tue, 30 Mar 1999 12:40:23 -0700 (MST) From: Brett Taylor To: "David O'Brien" Cc: Gary Kline , ports@FreeBSD.ORG Subject: Re: GimpUserManual In-Reply-To: <19990330113559.C49279@nuxi.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 Hi, On Tue, 30 Mar 1999, David O'Brien wrote: > I don't know what Gimp's native document format is. My guess is HTML. But then again the manual was NOT written explicitly by the Gimp team (associated people but...). I guess HTML since the PS and PDF files disapppeared from the master site. Anyway, I'll move all the files to my site, or somewhere else, and get all this straightened out in the middle of next week, if not before. Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.org/ * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 11:45:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 8DACB14FDB for ; Tue, 30 Mar 1999 11:45:38 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA160491063; Tue, 30 Mar 1999 14:11:03 -0500 Date: Tue, 30 Mar 1999 14:11:03 -0500 (EST) From: Bill Fumerola To: Chuck Robey Cc: "G. Adam Stanislav" , freebsd-ports@FreeBSD.ORG Subject: Re: Double slash In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 30 Mar 1999, Chuck Robey wrote: > > I am trying to prepare a port, but when I type "make install", this is what > > I get: > Interesting. There isn't any textproc/tuc port. Where did you get the > beast? "I am trying to prepare a port". - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 Mar 30 11:48:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 27ABE14E5C for ; Tue, 30 Mar 1999 11:48:16 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA160581155; Tue, 30 Mar 1999 14:12:35 -0500 Date: Tue, 30 Mar 1999 14:12:35 -0500 (EST) From: Bill Fumerola To: "G. Adam Stanislav" Cc: Chuck Robey , freebsd-ports@FreeBSD.ORG Subject: Re: Double slash In-Reply-To: <3.0.6.32.19990330132720.008fc100@mail.bfm.org> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 30 Mar 1999, G. Adam Stanislav wrote: > Then where does the error code 1 come from? It fails to install. Am I > supposed to move tuc.1 to /usr/local/man/man1 from my Makefile? From the > handbook I have the impression the file takes care of it. You install it, bsd.port.mk will compress it. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 Mar 30 11:55:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blaubaer.kn-bremen.de (unknown [194.94.232.249]) by hub.freebsd.org (Postfix) with ESMTP id 99A0B1518D for ; Tue, 30 Mar 1999 11:55:33 -0800 (PST) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id VAA03778 for freebsd-ports@FreeBSD.ORG; Tue, 30 Mar 1999 21:55:19 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.8.8/8.8.5) id VAA21326 for freebsd-ports@FreeBSD.ORG; Tue, 30 Mar 1999 21:50:56 +0200 (MET DST) From: Juergen Lock Date: Tue, 30 Mar 1999 21:50:55 +0200 To: freebsd-ports@FreeBSD.ORG Subject: trying to update emulators/wine: no such 386 instruction: `fist' Message-ID: <19990330215055.A20847@saturn.kn-bremen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org While trying to update emulators/wine... Index: Makefile =================================================================== RCS file: /home/cvs/cvs/ports/emulators/wine/Makefile,v retrieving revision 1.69 diff -u -r1.69 Makefile --- Makefile 1999/02/20 00:08:36 1.69 +++ Makefile 1999/03/30 17:29:20 @@ -6,9 +6,9 @@ # $Id: Makefile,v 1.69 1999/02/20 00:08:36 se Exp $ # -DATE= 990214 +DATE= 990328 DISTNAME= Wine-${DATE} -PKGNAME= wine-99.02.14 +PKGNAME= wine-99.03.28 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development Index: files/md5 =================================================================== RCS file: /home/cvs/cvs/ports/emulators/wine/files/md5,v retrieving revision 1.45 diff -u -r1.45 md5 --- md5 1999/02/20 00:08:37 1.45 +++ md5 1999/03/30 17:32:14 @@ -1 +1 @@ -MD5 (Wine-990214.tar.gz) = ee9447f18a19223d5d45e199e6629751 +MD5 (Wine-990328.tar.gz) = c753471f829138d43ab7dde6f20875fd (and removed patches/patch-ar) the build dies with: ../tools/build -o callto16.s -callto16 ./thunk.c as -o callto16.o callto16.s ld -r builtin.o dummy.o relay.o snoop.o thunk.o avifile.o comm.o commdlg.o compobj.o ddeml.o dispdib.o display.o gdi.o kernel.o keyboard.o lzexpand.o mmsystem.o mouse.o msacm.o msvideo.o ole2.o ole2conv.o ole2disp.o ole2nls.o ole2prox.o ole2thk.o olecli.o olesvr.o rasapi16.o shell.o sound.o storage.o stress.o system.o toolhelp.o typelib.o user.o ver.o w32sys.o win32s16.o win87em.o winaspi.o windebug.o wineps.o wing.o winsock.o wprocs.o callfrom16.o callto16.o -o if1632.o cc -c -O -Wall -D__WINE__ -D_REENTRANT -I../include -I../include -I. -I. -I/usr/X11R6/include -o emulate.o ./emulate.c /tmp/ccf20491.s: Assembler messages: /tmp/ccf20491.s:67: Error: no such 386 instruction: `fist' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. work/wine-990328/miscemu/emulate.c in void WINAPI WIN87_fpmath( CONTEXT *context ) contains the lines, case 6: /* round top of stack to integer using method AX & 0x0C00 */ /* returns current controlword */ { DWORD dw=0; /* I don't know much about asm() programming. This could be * wrong. */ __asm__ __volatile__("frndint"); __asm__ __volatile__("fist %0;wait" : "=m" (dw) : : "memory"); TRACE(int,"On top of stack is %ld\n",dw); } break; does anyone here know what that insn is in hex so i can replace it with something (i.e. dc.b(s)) our as understands? thanx, -- Juergen Lock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 12:40:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EEDC15215 for ; Tue, 30 Mar 1999 12:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA40048; Tue, 30 Mar 1999 12:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 30 Mar 1999 12:40:02 -0800 (PST) Message-Id: <199903302040.MAA40048@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jeremy Lea Subject: Re: ports/10873: devel/ORBit upgrade to 0.4.2 Reply-To: Jeremy Lea Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10873; it has been noted by GNATS. From: Jeremy Lea To: mreimer@vpop.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/10873: devel/ORBit upgrade to 0.4.2 Date: Tue, 30 Mar 1999 22:31:19 +0200 Hi, On Tue, Mar 30, 1999 at 10:23:13AM -0800, mreimer@vpop.net wrote: > >Synopsis: Upgrade devel/ORBit to 0.4.2 Please test ports before send-pr'ing. Vanilla broke fetching on all of the MSATER_SITE_GNOME ports a few days ago, which your patch doesn't address, plus patch-aa needs to be reworked because libtool has got the .so naming convention's wrong again. glib and gtk+ are also broken by the libtool problem, and there is a 2.2.x problem I introduced in glib. I'll be looking into these ports over the next week, and also taking a first stab at automatic libtool fixing... Regards, -Jeremy -- | ------------------------------------------------------ --+-- "Maybe tomorrow will be better than today, | or maybe it will not come at all..." - Pam Thum | ------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 12:58:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gershwin.tera.com (unknown [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 133F014D46 for ; Tue, 30 Mar 1999 12:58:35 -0800 (PST) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id MAA08004; Tue, 30 Mar 1999 12:58:13 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id MAA09015; Tue, 30 Mar 1999 12:58:02 -0800 (PST) From: Gary Kline Message-Id: <199903302058.MAA09015@tao.thought.org> Subject: Re: GimpUserManual In-Reply-To: from Brett Taylor at "Mar 30, 99 12:40:23 pm" To: brett@peloton.physics.montana.edu (Brett Taylor) Date: Tue, 30 Mar 1999 12:58:02 -0800 (PST) Cc: obrien@NUXI.com, ports@FreeBSD.ORG Organization: <> thought.org: public service Unix since 1986... <> X-Mailer: ELM [version 2.4ME+ PL32 (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 According to Brett Taylor: > Hi, > > On Tue, 30 Mar 1999, David O'Brien wrote: > > > I don't know what Gimp's native document format is. > > My guess is HTML. But then again the manual was NOT written explicitly by > the Gimp team (associated people but...). I guess HTML since the PS and > PDF files disapppeared from the master site. Anyway, I'll move all the > files to my site, or somewhere else, and get all this straightened out in > the middle of next week, if not before. > > Makes sense to discard the PostScript version--as both you gentlemen seem to agree. (This is where having the filter|conversion tools installed by default might be a way of saving a lot of space. Maybe not. --Um, I'll go back to my cage|cave now... ) gary -- Gary D. Kline kline@tao.thought.org Public service uNix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 13:27:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id 2DCDA14CC5 for ; Tue, 30 Mar 1999 13:27:35 -0800 (PST) (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 XAA02456; Tue, 30 Mar 1999 23:04:15 +0200 (CEST) Message-Id: <199903302104.XAA02456@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: Sheldon Hearn Cc: ports@FreeBSD.ORG Subject: Re: Maintainer wanted: math/fftw Reply-To: Gary Jennejohn In-reply-to: Your message of "Tue, 30 Mar 1999 17:11:20 +0200." <9755.922806680@axl.noc.iafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 30 Mar 1999 23:04:15 +0200 From: Gary Jennejohn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sheldon Hearn writes: > > >On Tue, 30 Mar 1999 17:10:48 +0200, Sheldon Hearn wrote: > >> A PR is open on it, but the maintainer's e-mail domain is unroutable. > >Duh. PR 10758. > did you try both addresses listed in the Makefile ? I've recently sent Lars mail at Lars.Koeller@Uni-Bielefeled.DE with no problems. --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.dec.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 14:18:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id CEFCD15BDB; Tue, 30 Mar 1999 14:18:52 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu ([207.92.173.144]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id OAA16124; Tue, 30 Mar 1999 14:18:34 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id OAA41059; Tue, 30 Mar 1999 14:17:47 -0800 (PST) Date: Tue, 30 Mar 1999 14:17:47 -0800 (PST) Message-Id: <199903302217.OAA41059@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: nbm@mithrandr.moria.org Cc: nclayton@lehman.com, ports@FreeBSD.ORG, nik@FreeBSD.ORG In-reply-to: <19990330113617.A22325@rucus.ru.ac.za> (message from Neil Blakey-Milner on Tue, 30 Mar 1999 11:36:18 +0000) Subject: Re: GNU Stow, and the ports system? From: asami@FreeBSD.ORG (Satoshi - the Wraith - Asami) References: <19990330085646.T14492@lehman.com> <19990330113617.A22325@rucus.ru.ac.za> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Neil Blakey-Milner * Cc: ports@FreeBSD.ORG, nik@FreeBSD.ORG * * On Tue 1999-03-30 (08:56), nclayton@lehman.com wrote: * > Now, obviously I could just do this myself (and probably will when my * > 3.1 box finishes rebuilding itself). But would anyone be interested in * > having this functionality folded back into the ports system as an option? As an option? Heck, I'd like to see it as the default. :) * I think it's a good functional add-on to the ports system, although I'd * rather not have it depends on GPL'd software (cue major upheaval and * infighting). If you're interested in the concept more than the program, * I'm willing to do the coding, if you're not interesting in that part and * were thinking of using Stow. No need to reinvent the wheel, this is not the kernel so we don't have a problem with GPL's software (or we'll have to rewrite the compiler...). -W To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 14:31:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hyperhost.net (ether.lightrealm.com [207.159.132.5]) by hub.freebsd.org (Postfix) with ESMTP id 5E97A14C3A for ; Tue, 30 Mar 1999 14:31:25 -0800 (PST) (envelope-from patseal@hyperhost.net) Received: from port5.annex8.radix.net (port5.annex8.radix.net [205.252.108.5]) by hyperhost.net (8.8.5/8.8.5) with ESMTP id RAA16759 for ; Tue, 30 Mar 1999 17:31:03 -0500 (EST) Date: Tue, 30 Mar 1999 17:30:56 -0500 (EST) From: Patrick Seal To: ports@freebsd.org Subject: installing Wordperfect from CD/ports 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 tried questions with no reponse, so I'm trying here! ---------- Forwarded message ---------- I have Wordperfect on CD. It won't install. If you're interested, I asked this question about a week or two ago with a little bit of different information. here's what I got so far: # cd /cdrom # ./install.wp errors # cd /usr/ports/editors/wordperfect # make install works fine # cd /usr/ports/editors/wordperfect/work/ # ./install.wp (Runme is just a wrapper for this) same errors hmm. what could the port be doing to make it install right. Oh let's take a look at the Makefile!! do-install: @${MKDIR} ${WRKDIR}/tmp >>>> @(cd ${WRKDIR} ; ${SCRIPTS_ENV} TMPDIR=${WRKDIR}/tmp ${SH} Runme) @sed 's#REPLACE_ME_WITH_DESTINATION#${PREFIX}/lib/corel#' \ < ${FILESDIR}/xwp \ > ${WRKDIR}/xwp @if test -f ${PREFIX}/bin/xwp ; then \ ${MV} ${PREFIX}/bin/xwp ${PREFIX}/bin/xwp.old ; fi @${INSTALL_SCRIPT} ${WRKDIR}/xwp ${PREFIX}/bin @(cd ${WRKDIR} ; ${SCRIPTS_ENV} TMPDIR=${WRKDIR}/tmp ${SH} Runme) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ I checked the /usr/ports/Mk/bsd.port.mk and it said: # SCRIPTS_ENV - Additional environment vars passed to scripts in # ${SCRIPTDIR} executed by bsd.port.mk (default: see below). so i did: (to save you guys some trouble, I consolidated it for you) SCRIPTS_ENV+= PORTOBJFORMAT=${PORTOBJFORMAT} SCRIPTS_ENV+= ${INSTALL_MACROS} SCRIPTS_ENV+= CURDIR=${MASTERDIR} DISTDIR=${DISTDIR} \ WRKDIR=${WRKDIR} WRKSRC=${WRKSRC} PATCHDIR=${PATCHDIR} \ SCRIPTDIR=${SCRIPTDIR} FILESDIR=${FILESDIR} \ PORTSDIR=${PORTSDIR} DEPENDS="${DEPENDS}" \ PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} \ X11BASE=${X11BASE} .if defined(BATCH) SCRIPTS_ENV+= BATCH=yes .endif Since this makes it all run correctly, what can I do to "emulate" what the port does from the command line? Any information would be greatful, Thanks! ------------------------------------ _____________________________________ Patrick Seal |"Microsoft isn't evil, they just make | really crappy operating systems." Hyperhost - http://www.hyperhost.net| -Linus Torvalds hosting and Design http://www.freebsd.org - http://www.linux.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 14:37:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from icicle.winternet.com (icicle.winternet.com [198.174.169.13]) by hub.freebsd.org (Postfix) with ESMTP id 0FE8D153F9 for ; Tue, 30 Mar 1999 14:37:07 -0800 (PST) (envelope-from nrahlstr@mail.winternet.com) Received: (from adm@localhost) by icicle.winternet.com (8.8.8/8.8.8) id QAA18989; Tue, 30 Mar 1999 16:36:38 -0600 (CST) Received: from tundra.winternet.com(198.174.169.11) by icicle.winternet.com via smap (V2.0) id xma018945; Tue, 30 Mar 99 16:36:16 -0600 Received: (from nrahlstr@localhost) by tundra.winternet.com (8.8.7/8.8.4) id QAA13828; Tue, 30 Mar 1999 16:36:15 -0600 (CST) Message-ID: <19990330163614.A13650@winternet.com> Date: Tue, 30 Mar 1999 16:36:14 -0600 From: Nathan Ahlstrom To: Patrick Seal , ports@FreeBSD.ORG Subject: Re: installing Wordperfect from CD/ports References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Patrick Seal on Tue, Mar 30, 1999 at 05:30:56PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Since this makes it all run correctly, what can I do to "emulate" what the > port does from the command line? > > Any information would be greatful, > Thanks! It also patches the Runme script. See /usr/ports/editors/wordperfect/patches/patch-aa -- Nathan Ahlstrom FreeBSD: http://www.FreeBSD.org/ nrahlstr@winternet.com PGP Key ID: 0x67BC9D19 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 14:52: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hyperhost.net (ether.lightrealm.com [207.159.132.5]) by hub.freebsd.org (Postfix) with ESMTP id 78D9915553 for ; Tue, 30 Mar 1999 14:51:41 -0800 (PST) (envelope-from patseal@hyperhost.net) Received: from port5.annex8.radix.net (port5.annex8.radix.net [205.252.108.5]) by hyperhost.net (8.8.5/8.8.5) with ESMTP id RAA22360; Tue, 30 Mar 1999 17:51:07 -0500 (EST) Date: Tue, 30 Mar 1999 17:51:03 -0500 (EST) From: Patrick Seal To: Nathan Ahlstrom Cc: ports@FreeBSD.ORG Subject: Re: installing Wordperfect from CD/ports In-Reply-To: <19990330163614.A13650@winternet.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 Yes I saw that, but the CD doesn't have a runme script (which pretty much only extracts the downloaded componets. ------------------------------------ _____________________________________ Patrick Seal |"Microsoft isn't evil, they just make | really crappy operating systems." Hyperhost - http://www.hyperhost.net| -Linus Torvalds hosting and Design http://www.freebsd.org - http://www.linux.org On Tue, 30 Mar 1999, Nathan Ahlstrom wrote: > > > Since this makes it all run correctly, what can I do to "emulate" what the > > port does from the command line? > > > > Any information would be greatful, > > Thanks! > > It also patches the Runme script. See > /usr/ports/editors/wordperfect/patches/patch-aa > > -- > Nathan Ahlstrom FreeBSD: http://www.FreeBSD.org/ > nrahlstr@winternet.com PGP Key ID: 0x67BC9D19 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 14:52: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id CC33615487 for ; Tue, 30 Mar 1999 14:51:41 -0800 (PST) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id RAA08868; Tue, 30 Mar 1999 17:49:50 -0500 (EST) Date: Tue, 30 Mar 1999 17:49:50 -0500 (EST) From: Chuck Robey To: "G. Adam Stanislav" Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Double slash In-Reply-To: <3.0.6.32.19990330132720.008fc100@mail.bfm.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 30 Mar 1999, G. Adam Stanislav wrote: > At 14:11 30-03-1999 -0500, Chuck Robey wrote: > >On Tue, 30 Mar 1999, G. Adam Stanislav wrote: > >> [snip] > >> Compressing manual pages for tuc-1.10 > >> >/usr/local/man//man1/tuc.1: No such > >> file or directory > >> >*** Error code 1 > > > >Interesting. There isn't any textproc/tuc port. Where did you get the > >beast? > > I wrote it. > > >BTW, there's nothing wrong with double slashes, the system takes them > >fine (and throws one of them away). > > Then where does the error code 1 come from? It fails to install. Am I > supposed to move tuc.1 to /usr/local/man/man1 from my Makefile? From the > handbook I have the impression the file takes care of it. I missed reading the point that you were writing a new port, my mistake, sorry. You know that putting the man page on the MAN1 list doesn't install it, it just manages the compression and PLIST management, the port itself has to take responsibility for actually moving tuc.1 into position for it to be found for compression. Sometimes, the distribution makefile handles this for you, and sometimes you have to explicitly add a $(INSTALL_MAN) line to the port's makefile to do it yourself. Are you certain that tuc.1 is really going into place? > > Adam > --- > Want to design your own web counter? > Get GCL 2.10 from http://www.whizkidtech.net/gcl/ > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 15: 0:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D3ACA14C2D for ; Tue, 30 Mar 1999 15:00:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA48780; Tue, 30 Mar 1999 15:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from whizkidtech.net (r30.bfm.org [208.18.213.126]) by hub.freebsd.org (Postfix) with ESMTP id 169F814C43 for ; Tue, 30 Mar 1999 14:56:59 -0800 (PST) (envelope-from adam@whizkidtech.net) Received: (from root@localhost) by whizkidtech.net (8.9.2/8.9.2) id QAA47695; Tue, 30 Mar 1999 16:57:02 -0600 (CST) (envelope-from adam) Message-Id: <199903302257.QAA47695@whizkidtech.net> Date: Tue, 30 Mar 1999 16:57:02 -0600 (CST) From: adam@whizkidtech.net Reply-To: adam@whizkidtech.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10881: Submitting a port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10881 >Category: ports >Synopsis: Submitting a 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 Mar 30 15:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: G. Adam Stanislav >Release: FreeBSD 3.1-RELEASE i386 >Organization: Whiz Kid Technomagic >Environment: >Description: # 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: # # tuc # tuc/Makefile # tuc/files # tuc/files/md5 # tuc/pkg # tuc/pkg/COMMENT # tuc/pkg/DESCR # tuc/pkg/PLIST # echo c - tuc mkdir -p tuc > /dev/null 2>&1 echo x - tuc/Makefile sed 's/^X//' >tuc/Makefile << 'END-of-tuc/Makefile' X# New ports collection makefile for: tuc X# Version required: 1.10 X# Date created: 30 March 1999 X# Whom: G. Adam Stanislav X# X# $Id$ X# X XDISTNAME= tuc-1.10 XCATEGORIES= textproc XMASTER_SITES= http://www.whizkidtech.net/fports/ X XMAINTAINER= adam@whizkidtech.net X XMAN1= tuc.1 X XNO_CDROM= Author does not allow CD-ROM distribution X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/tuc ${PREFIX}/bin X.if !defined(NOPORTDOCS) X $(INSTALL_MAN) ${WRKSRC}/tuc.1 ${PREFIX}/man/man1 X.endif X X.include END-of-tuc/Makefile echo c - tuc/files mkdir -p tuc/files > /dev/null 2>&1 echo x - tuc/files/md5 sed 's/^X//' >tuc/files/md5 << 'END-of-tuc/files/md5' XMD5 (tuc-1.10.tar.gz) = b97db7c392f2dcef0364b304d10a17c1 END-of-tuc/files/md5 echo c - tuc/pkg mkdir -p tuc/pkg > /dev/null 2>&1 echo x - tuc/pkg/COMMENT sed 's/^X//' >tuc/pkg/COMMENT << 'END-of-tuc/pkg/COMMENT' XText to Unix Conversion END-of-tuc/pkg/COMMENT echo x - tuc/pkg/DESCR sed 's/^X//' >tuc/pkg/DESCR << 'END-of-tuc/pkg/DESCR' XUtility to convert text files from any operating system to Unix format, Xand to convert Unix files to DOS format. X Xhttp://www.whizkidtech.net/ X XG. Adam Stanislav Xadam@whizkidtech.net END-of-tuc/pkg/DESCR echo x - tuc/pkg/PLIST sed 's/^X//' >tuc/pkg/PLIST << 'END-of-tuc/pkg/PLIST' Xbin/tuc X END-of-tuc/pkg/PLIST exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 15:20:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 299F6155CF for ; Tue, 30 Mar 1999 15:20:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA50043; Tue, 30 Mar 1999 15:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8D3FF14C2D; Tue, 30 Mar 1999 15:11:03 -0800 (PST) Message-Id: <19990330231103.8D3FF14C2D@hub.freebsd.org> Date: Tue, 30 Mar 1999 15:11:03 -0800 (PST) From: adam@whizkidtech.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10882: No problem, submitting a port :-) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10882 >Category: ports >Synopsis: No problem, submitting a 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 Mar 30 15:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: G. Adam Stanislav >Release: 3.1-RELEASE >Organization: Whiz Kid Technomagic >Environment: >Description: # 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: # # tuc # tuc/Makefile # tuc/files # tuc/files/md5 # tuc/pkg # tuc/pkg/COMMENT # tuc/pkg/DESCR # tuc/pkg/PLIST # echo c - tuc mkdir -p tuc > /dev/null 2>&1 echo x - tuc/Makefile sed 's/^X//' >tuc/Makefile << 'END-of-tuc/Makefile' X# New ports collection makefile for: tuc X# Version required: 1.10 X# Date created: 30 March 1999 X# Whom: G. Adam Stanislav X# X# $Id$ X# X XDISTNAME= tuc-1.10 XCATEGORIES= textproc XMASTER_SITES= http://www.whizkidtech.net/fports/ X XMAINTAINER= adam@whizkidtech.net X XMAN1= tuc.1 X XNO_CDROM= Author does not allow CD-ROM distribution X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/tuc ${PREFIX}/bin X.if !defined(NOPORTDOCS) X $(INSTALL_MAN) ${WRKSRC}/tuc.1 ${PREFIX}/man/man1 X.endif X X.include END-of-tuc/Makefile echo c - tuc/files mkdir -p tuc/files > /dev/null 2>&1 echo x - tuc/files/md5 sed 's/^X//' >tuc/files/md5 << 'END-of-tuc/files/md5' XMD5 (tuc-1.10.tar.gz) = b97db7c392f2dcef0364b304d10a17c1 END-of-tuc/files/md5 echo c - tuc/pkg mkdir -p tuc/pkg > /dev/null 2>&1 echo x - tuc/pkg/COMMENT sed 's/^X//' >tuc/pkg/COMMENT << 'END-of-tuc/pkg/COMMENT' XText to Unix Conversion END-of-tuc/pkg/COMMENT echo x - tuc/pkg/DESCR sed 's/^X//' >tuc/pkg/DESCR << 'END-of-tuc/pkg/DESCR' XUtility to convert text files from any operating system to Unix format, Xand to convert Unix files to DOS format. X Xhttp://www.whizkidtech.net/ X XG. Adam Stanislav Xadam@whizkidtech.net END-of-tuc/pkg/DESCR echo x - tuc/pkg/PLIST sed 's/^X//' >tuc/pkg/PLIST << 'END-of-tuc/pkg/PLIST' Xbin/tuc X END-of-tuc/pkg/PLIST exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 15:22:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pop02.globecomm.net (pop02.globecomm.net [206.253.129.186]) by hub.freebsd.org (Postfix) with ESMTP id 11D4C14F77 for ; Tue, 30 Mar 1999 15:22:20 -0800 (PST) (envelope-from zen@buddhist.com) Received: from WhizKid (r44.bfm.org [208.18.213.140]) by pop02.globecomm.net (8.9.0/8.8.0) with SMTP id SAA08641; Tue, 30 Mar 1999 18:23:03 -0500 (EST) Message-Id: <3.0.6.32.19990330172128.00909d00@mail.bfm.org> X-Sender: stanislav@mail.bfm.org X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Tue, 30 Mar 1999 17:21:28 -0600 To: Chuck Robey From: "G. Adam Stanislav" Subject: Re: Double slash Cc: freebsd-ports@FreeBSD.ORG In-Reply-To: References: <3.0.6.32.19990330132720.008fc100@mail.bfm.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 17:49 30-03-1999 -0500, Chuck Robey wrote: > You know that putting the man page on the MAN1 list doesn't >install it, it just manages the compression and PLIST management, the >port itself has to take responsibility for actually moving tuc.1 into >position for it to be found for compression. Sometimes, the >distribution makefile handles this for you, and sometimes you have to >explicitly add a $(INSTALL_MAN) line to the port's makefile to do it >yourself. > >Are you certain that tuc.1 is really going into place? Thank you (and Bill). That was indeed the problem: I needed to use ${INSTALL_MAN}. Now I have it submitted, and look forward to seeing it in the ports. :-) Adam --- Want to design your own web counter? Get GCL 2.10 from http://www.whizkidtech.net/gcl/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 15:31:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 61EDD14F77 for ; Tue, 30 Mar 1999 15:31:35 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu ([207.92.173.144]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id PAA16243; Tue, 30 Mar 1999 15:31:23 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id PAA45505; Tue, 30 Mar 1999 15:30:42 -0800 (PST) Date: Tue, 30 Mar 1999 15:30:42 -0800 (PST) Message-Id: <199903302330.PAA45505@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: tom@eborcom.com Cc: freebsd-ports@FreeBSD.ORG In-reply-to: <19990330172006.A18680@eborcom.com> (message from Tom Hukins on Tue, 30 Mar 1999 17:20:06 +0100) Subject: Re: Problems with p5-* ports From: asami@FreeBSD.ORG (Satoshi - the Wraith - Asami) References: <19990322162220.A6658@eborcom.com> <19990330172006.A18680@eborcom.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Tom Hukins * I'd appreciate comments from the Ports Wraith on this. Is there any * chance of something like this finding its way into bsd.port.mk? "Ports Wraith"? ;) * +.if defined(PERL5_MODULE) * +MAN3PREFIX?= ${PREFIX}/lib/perl5/${PERL_VERSION} * +USE_PERL5= yes * +.endif * + Good. * +.if defined(PERL5_MODULE) * + @(cd ${WRKSRC} && \ * + ${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL PREFIX=${PREFIX} \ * + INSTALLMAN1DIR=${PREFIX}/man/man1 \ * + INSTALLSCRIPT=${PREFIX}/bin) * +.endif I'm not sure if this is good. I've seen many different combinations of settings, and some USE_PERL5 ports don't even have this line. * .if make(real-extract) * + @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} build-depends lib-depends perl5-depends misc-depends * .if make(real-install) * + @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} run-depends lib-depends perl5-depends Ok. * +perl5-depends: * +.if defined(PERL5_DEPENDS) * +.if !defined(NO_DEPENDS) * + @for i in ${PERL5_DEPENDS}; do \ * + lib=`${ECHO} $$i | ${SED} -e 's/\..*//' | ${SED} -e 's!/!::!g'`; \ * + version=`${ECHO} $$i | ${SED} -e 's/[^\.]*\.//' | ${SED} -e 's/:.*//'`; \ * + dir=`${ECHO} $$i | ${SED} -e 's/[^:]*://'`; \ Where's "target" defined? (Did you test this patch?) * + ${ECHO_MSG} "===> Verifying $$target for $$lib in $$dir"; \ I don't know perl jargon but the rest looks ok. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 15:50:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B21E314D28 for ; Tue, 30 Mar 1999 15:50:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA51488; Tue, 30 Mar 1999 15:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pegasus.rz.tu-clausthal.de (pegasus.rz.tu-clausthal.de [139.174.2.93]) by hub.freebsd.org (Postfix) with ESMTP id 461ED14CEA for ; Tue, 30 Mar 1999 15:45:09 -0800 (PST) (envelope-from inof@pegasus.rz.tu-clausthal.de) Received: (from inof@localhost) by pegasus.rz.tu-clausthal.de (8.9.2/8.9.2) id BAA46672; Wed, 31 Mar 1999 01:44:50 +0200 (CEST) (envelope-from inof) Message-Id: <199903302344.BAA46672@pegasus.rz.tu-clausthal.de> Date: Wed, 31 Mar 1999 01:44:50 +0200 (CEST) From: oliver.fromme@heim3.tu-clausthal.de Reply-To: oliver.fromme@heim3.tu-clausthal.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10883: GNU CSSC 0.10beta.pl1 port submission Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10883 >Category: ports >Synopsis: GNU CSSC 0.10beta.pl1 port submission >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 Mar 30 15:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Oliver Fromme >Release: FreeBSD 3.1-19990318-STABLE i386 >Organization: Clausthal University of Technology >Environment: N/A >Description: This is GNU CSSC, a workalike for the source code control system SCCS. Should go to /usr/ports/devel/cssc. Thanks. >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # cssc # cssc/files # cssc/files/md5 # cssc/pkg # cssc/pkg/COMMENT # cssc/pkg/DESCR # cssc/pkg/PLIST # cssc/Makefile # cssc/patches # cssc/patches/patch-aa # echo c - cssc mkdir -p cssc > /dev/null 2>&1 echo c - cssc/files mkdir -p cssc/files > /dev/null 2>&1 echo x - cssc/files/md5 sed 's/^X//' >cssc/files/md5 << 'END-of-cssc/files/md5' XMD5 (CSSC-0.10beta.pl1.tar.gz) = 67f52a36495d012bbaafd7b84f4f62f0 END-of-cssc/files/md5 echo c - cssc/pkg mkdir -p cssc/pkg > /dev/null 2>&1 echo x - cssc/pkg/COMMENT sed 's/^X//' >cssc/pkg/COMMENT << 'END-of-cssc/pkg/COMMENT' XA workalike for the source code control system SCCS. END-of-cssc/pkg/COMMENT echo x - cssc/pkg/DESCR sed 's/^X//' >cssc/pkg/DESCR << 'END-of-cssc/pkg/DESCR' XThis is GNU CSSC, a workalike for the source code control system SCCS. XIt is based on the MySC package by Ross Ridge. X XSCCS commands implemented this package are: admin, cdc, delta, get, Xprs, prt, sccsdiff, rmdel, sact, unget and what. Not all options and Xcapabilities of the commands have been implemented yet, and the comb, Xval and vc commands are not provided at all. X XUnimplemented features include consistency checking (admin -h), Xignored deltas (delta -g), printing the differences after a delta X(delta -p), l-files (get -l), and getting a delta by sequence number X(get -a). Some features like including and excluding deltas (get -i X-x) have been implemented but not extensively tested. X XFreeBSD port made by Oliver Fromme END-of-cssc/pkg/DESCR echo x - cssc/pkg/PLIST sed 's/^X//' >cssc/pkg/PLIST << 'END-of-cssc/pkg/PLIST' Xbin/sccs Xlibexec/cssc/admin Xlibexec/cssc/cdc Xlibexec/cssc/delta Xlibexec/cssc/get Xlibexec/cssc/prs Xlibexec/cssc/prt Xlibexec/cssc/rmdel Xlibexec/cssc/sact Xlibexec/cssc/sccsdiff Xlibexec/cssc/unget Xlibexec/cssc/val Xlibexec/cssc/what X@dirrm libexec/cssc X@unexec install-info --delete %D/info/cssc.info %D/info/dir Xinfo/cssc.info Xinfo/cssc.info-1 Xinfo/cssc.info-2 Xinfo/cssc.info-3 X@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir X@exec install-info %D/info/zsh.info %D/info/dir END-of-cssc/pkg/PLIST echo x - cssc/Makefile sed 's/^X//' >cssc/Makefile << 'END-of-cssc/Makefile' X# New ports collection makefile for: CSSC X# Version required: 0.10beta.pl1 X# Date created: 31 Mar 1999 X# Whom: Oliver Fromme X# X# $Id$ X# X XDISTNAME= CSSC-0.10beta.pl1 XPKGNAME= cssc-0.10b.1 XCATEGORIES= devel XMASTER_SITES= ftp://alpha.gnu.org/gnu/CSSC/ X XMAINTAINER= olli@fromme.com X XGNU_CONFIGURE= yes XMAN1= sccs.1 X X# X# NOTE: X# portlint will warn about the absolute pathname "/usr/share/info/dir", X# although it is OK in this case (see the FreeBSD Handbook, section X# "Making a port yourself", subsection "Info files"). X# Xpost-install: X @strip ${PREFIX}/bin/sccs X @for FILE in ${PREFIX}/libexec/cssc/*; do \ X if file $$FILE | ${GREP} -q 'not stripped'; then \ X strip $$FILE; \ X fi; \ X done X @if [ ! -f ${PREFIX}/info/dir ]; then \ X ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ X fi X @install-info ${PREFIX}/info/cssc.info ${PREFIX}/info/dir X X.include END-of-cssc/Makefile echo c - cssc/patches mkdir -p cssc/patches > /dev/null 2>&1 echo x - cssc/patches/patch-aa sed 's/^X//' >cssc/patches/patch-aa << 'END-of-cssc/patches/patch-aa' X*** docs/cssc.texi.orig Sun Mar 21 11:11:21 1999 X--- docs/cssc.texi Wed Mar 31 01:05:22 1999 X*************** X*** 5,11 **** X X @dircategory Miscellaneous X @direntry X! * cssc: (cssc). The GNU work-alike replacement for SCCS. X @end direntry X X @finalout X--- 5,11 ---- X X @dircategory Miscellaneous X @direntry X! * cssc: (cssc). The GNU work-alike replacement for SCCS. X @end direntry X X @finalout END-of-cssc/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 16: 0:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 393441524F for ; Tue, 30 Mar 1999 16:00:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA52231; Tue, 30 Mar 1999 16:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 30 Mar 1999 16:00:01 -0800 (PST) Message-Id: <199903310000.QAA52231@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: asami@freebsd.org (Satoshi - the Wraith - Asami) Subject: Re: ports/10882: No problem, submitting a port :-) Reply-To: asami@freebsd.org (Satoshi - the Wraith - Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10882; it has been noted by GNATS. From: asami@freebsd.org (Satoshi - the Wraith - Asami) To: adam@whizkidtech.net Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/10882: No problem, submitting a port :-) Date: Tue, 30 Mar 1999 15:57:18 -0800 (PST) * >Number: 10882 * >Synopsis: No problem, submitting a port :-) You just sent in a PR (10881) that contains the same port. Can I delete this one? Also, next time please put the name of the port in the synopsis. (Think web listing.) -W To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 16: 2:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 7616A14F23 for ; Tue, 30 Mar 1999 16:02:31 -0800 (PST) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id TAA09091; Tue, 30 Mar 1999 19:00:44 -0500 (EST) Date: Tue, 30 Mar 1999 19:00:44 -0500 (EST) From: Chuck Robey To: "G. Adam Stanislav" Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Double slash In-Reply-To: <3.0.6.32.19990330172128.00909d00@mail.bfm.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 30 Mar 1999, G. Adam Stanislav wrote: > At 17:49 30-03-1999 -0500, Chuck Robey wrote: > > You know that putting the man page on the MAN1 list doesn't > >install it, it just manages the compression and PLIST management, the > >port itself has to take responsibility for actually moving tuc.1 into > >position for it to be found for compression. Sometimes, the > >distribution makefile handles this for you, and sometimes you have to > >explicitly add a $(INSTALL_MAN) line to the port's makefile to do it > >yourself. > > > >Are you certain that tuc.1 is really going into place? > > Thank you (and Bill). That was indeed the problem: I needed to use > ${INSTALL_MAN}. Yeah, if Bill hadn't chimed in, I'd never have realized WHY I'd messed up my original post to you. Glad this helped. ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 16: 7: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id A7A5E14CC1; Tue, 30 Mar 1999 16:06:55 -0800 (PST) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id TAA09106; Tue, 30 Mar 1999 19:05:09 -0500 (EST) Date: Tue, 30 Mar 1999 19:05:09 -0500 (EST) From: Chuck Robey To: Satoshi - the Wraith - Asami Cc: tom@eborcom.com, freebsd-ports@FreeBSD.ORG Subject: Re: Problems with p5-* ports In-Reply-To: <199903302330.PAA45505@silvia.hip.berkeley.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 Tue, 30 Mar 1999, Satoshi - the Wraith - Asami wrote: > * From: Tom Hukins > > * I'd appreciate comments from the Ports Wraith on this. Is there any > * chance of something like this finding its way into bsd.port.mk? > > "Ports Wraith"? ;) You're the one who started the "Lord Of The Rings" motif, Satoshi ... I think you're port's "Bombadil" myself. D'you have a funny-looking hat, maybe with a feather in it? > > * +.if defined(PERL5_MODULE) > * +MAN3PREFIX?= ${PREFIX}/lib/perl5/${PERL_VERSION} > * +USE_PERL5= yes > * +.endif > * + > > Good. > > * +.if defined(PERL5_MODULE) > * + @(cd ${WRKSRC} && \ > * + ${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL PREFIX=${PREFIX} \ > * + INSTALLMAN1DIR=${PREFIX}/man/man1 \ > * + INSTALLSCRIPT=${PREFIX}/bin) > * +.endif > > I'm not sure if this is good. I've seen many different combinations > of settings, and some USE_PERL5 ports don't even have this line. > > * .if make(real-extract) > * + @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} build-depends lib-depends perl5-depends misc-depends > * .if make(real-install) > * + @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} run-depends lib-depends perl5-depends > > Ok. > > * +perl5-depends: > * +.if defined(PERL5_DEPENDS) > * +.if !defined(NO_DEPENDS) > * + @for i in ${PERL5_DEPENDS}; do \ > * + lib=`${ECHO} $$i | ${SED} -e 's/\..*//' | ${SED} -e 's!/!::!g'`; \ > * + version=`${ECHO} $$i | ${SED} -e 's/[^\.]*\.//' | ${SED} -e 's/:.*//'`; \ > * + dir=`${ECHO} $$i | ${SED} -e 's/[^:]*://'`; \ > > Where's "target" defined? (Did you test this patch?) > > * + ${ECHO_MSG} "===> Verifying $$target for $$lib in $$dir"; \ > > I don't know perl jargon but the rest looks ok. > > -PW > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 16:20:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 419D214DFB for ; Tue, 30 Mar 1999 16:20:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA53727; Tue, 30 Mar 1999 16:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id 4B49914D4E for ; Tue, 30 Mar 1999 16:17:05 -0800 (PST) (envelope-from dinoex@net2.dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.1/8.9.1) with UUCP id CAA00396 for FreeBSD-gnats-submit@freebsd.org; Wed, 31 Mar 1999 02:12:58 +0200 (CEST) Received: (from dinoex@localhost) by net2.dinoex.sub.org (8.9.1/8.9.1) id UAA26570; Tue, 30 Mar 1999 20:40:33 +0200 (CEST) Message-Id: <199903301840.UAA26570@net2.dinoex.sub.org> Date: Tue, 30 Mar 1999 20:40:33 +0200 (CEST) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10884: port german/webalizer update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10884 >Category: ports >Synopsis: port german/webalizer update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 30 16:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 2.2.7-19981027-SNAP i386 >Organization: privat >Environment: gd-lib, apache >Description: generates statistics in HTML output, for Apache web server. Output is generated in German. >How-To-Repeat: old Release is out of date old distfile no longer on server >Fix: new version, new traslations patches/patch-webalizer_lang.german is no longer needed apply the patches to use the new version this fix superseedes ports/10743 diff de-webalizer/Makefile de-webalizer-1.22.3/Makefile --- de-webalizer/Makefile Sat Jan 30 11:11:13 1999 +++ de-webalizer-1.22.3/Makefile Tue Mar 30 08:25:01 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: webalizer -# Version required: 1.20 +# Version required: 1.22 # Date created: 02.Jun 1998 # Whom: dirk.meyer@dinoex.sub.org # # $Id: Makefile,v 1.2 1999/01/26 02:20:57 steve Exp $ -DISTNAME= webalizer-1.20-07-src -PKGNAME= de-webalizer-1.20 +DISTNAME= webalizer-1.22-03-src +PKGNAME= de-webalizer-1.22.3 CATEGORIES= german www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ \ ftp://ftp.dinoex.sub.de/pub/approved/ @@ -20,12 +20,11 @@ MAN1= de-webalizer.1 DOC1= CHANGES COPYING Copyright INSTALL \ README country-codes.txt webalizer.LSM -WRKSRC= ${WRKDIR} +WRKSRC= ${WRKDIR}/webalizer-1.22-03 post-configure: - @echo "config german" @${ECHO_MSG} "===> customizing for german" - @cd ${WRKSRC}; ${LN} -sf webalizer_lang.german webalizer_lang.h + @cd ${WRKSRC}; ${LN} -sf lang/webalizer_lang.german webalizer_lang.h do-install: .for i in ${BIN1} @@ -43,12 +42,12 @@ .endfor .endif ${MKDIR} ${PREFIX}/share/examples/de-webalizer -.for i in msfree.gif sample.conf +.for i in msfree.gif sample.conf webalizer.gif @${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/examples/de-webalizer/${i} .endfor - @if [ ! -f ${PREFIX}/etc/webalizer.conf-dist ]; then \ + @if [ ! -f ${PREFIX}/etc/de-webalizer.conf-dist ]; then \ ${INSTALL_DATA} ${WRKSRC}/sample.conf \ - ${PREFIX}/etc/webalizer.conf-dist ; \ + ${PREFIX}/etc/de-webalizer.conf-dist ; \ fi .include diff de-webalizer/files/md5 de-webalizer-1.22.3/files/md5 --- de-webalizer/files/md5 Sat Jan 30 11:11:14 1999 +++ de-webalizer-1.22.3/files/md5 Tue Mar 30 08:15:18 1999 @@ -1 +1 @@ -MD5 (webalizer-1.20-07-src.tgz) = d81f5798b2992de6cf51c6c440b67b07 +MD5 (webalizer-1.22-03-src.tgz) = dd5d45a7d68b5786937766dd2876d58d diff de-webalizer/patches/patch-Makefile de-webalizer-1.22.3/patches/patch-Makefile --- de-webalizer/patches/patch-Makefile Sat Jan 30 11:11:16 1999 +++ de-webalizer-1.22.3/patches/patch-Makefile Thu Mar 4 18:53:07 1999 @@ -1,18 +1,19 @@ ---- Makefile.orig Thu Jun 4 06:04:11 1998 -+++ Makefile Sun Jun 28 14:36:10 1998 -@@ -15,11 +15,11 @@ - #CFLAGS= -b elf - - # These for GNU gcc --CC=gcc --CFLAGS= -O2 -Wall -fsigned-char -+CC?=cc -+CFLAGS+=-fsigned-char +--- Makefile.orig Tue Mar 2 08:37:06 1999 ++++ Makefile Thu Mar 4 18:52:57 1999 +@@ -19,12 +19,12 @@ + # These for Linux (most GCC based systems) + BINDIR = /usr/local/bin + MANDIR = /usr/local/man/man1 +-CC = gcc +-CFLAGS = -O2 -Wall -fsigned-char +-LIBS = -lgd -lm ++CC?=gcc ++CFLAGS+=-O2 -Wall -fsigned-char ++LIBS= -L$(PREFIX)/lib -lgd -lm --GDLIB = /usr/local/include/gd --LIBS= -lgd -lm + # where are the GD header files? +-GDLIB = /usr/local/include/gd +GDLIB = $(PREFIX)/include/gd -+LIBS= -L$(PREFIX)/lib -lgd -lm - all: webalizer + # Shouldn't have to touch below here! diff de-webalizer/patches/patch-prefix de-webalizer-1.22.3/patches/patch-prefix --- de-webalizer/patches/patch-prefix Tue Jan 26 03:21:11 1999 +++ de-webalizer-1.22.3/patches/patch-prefix Thu Mar 4 20:33:06 1999 @@ -1,14 +1,12 @@ ---- webalizer.c.orig Thu Jul 30 14:53:08 1998 -+++ webalizer.c Thu Jul 30 14:54:57 1998 -@@ -240,10 +240,8 @@ - add_nlist("index.",&index_alias); - +--- webalizer.c.orig Wed Mar 3 10:39:17 1999 ++++ webalizer.c Thu Mar 4 20:33:00 1999 +@@ -192,8 +192,8 @@ /* check for default config file */ -- if (!access("webalizer.conf",F_OK)) -- get_config("webalizer.conf"); + if (!access("webalizer.conf",F_OK)) + get_config("webalizer.conf"); - else if (!access("/etc/webalizer.conf",F_OK)) - get_config("/etc/webalizer.conf"); -+ if (!access("!!PREFIX!!/etc/webalizer.conf",F_OK)) ++ else if (!access("!!PREFIX!!/etc/webalizer.conf",F_OK)) + get_config("!!PREFIX!!/etc/webalizer.conf"); /* get command line options */ diff de-webalizer/patches/patch-webalizer_lang.german de-webalizer-1.22.3/patches/patch-webalizer_lang.german --- de-webalizer/patches/patch-webalizer_lang.german Tue Jan 26 03:21:11 1999 +++ de-webalizer-1.22.3/patches/patch-webalizer_lang.german Thu Jan 1 01:00:00 1970 @@ -1,700 +0,0 @@ diff de-webalizer/pkg/PLIST de-webalizer-1.22.3/pkg/PLIST --- de-webalizer/pkg/PLIST Sat Jan 30 11:11:24 1999 +++ de-webalizer-1.22.3/pkg/PLIST Sat Mar 6 08:55:29 1999 @@ -1,5 +1,5 @@ bin/de-webalizer -etc/webalizer.conf-dist +etc/de-webalizer.conf-dist share/doc/de-webalizer/CHANGES share/doc/de-webalizer/COPYING share/doc/de-webalizer/Copyright @@ -10,4 +10,5 @@ @dirrm share/doc/de-webalizer share/examples/de-webalizer/msfree.gif share/examples/de-webalizer/sample.conf +share/examples/de-webalizer/webalizer.gif @dirrm share/examples/de-webalizer diff de-webalizer/scripts/pre-configure de-webalizer-1.22.3/scripts/pre-configure --- de-webalizer/scripts/pre-configure Thu Jan 1 01:00:00 1970 +++ de-webalizer-1.22.3/scripts/pre-configure Thu Jul 30 15:06:44 1998 @@ -0,0 +1,10 @@ +#! /bin/sh + +# +# $Id: pre-configure,v 1.1 1998/07/30 13:06:44 andreas Exp $ +# + +# only one central config file in $PREFIX/etc +# -andreas + +perl -pi -e "s=!!PREFIX!!=$PREFIX=" ${WRKSRC}/webalizer.c >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 16:30:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BE1C14DFB for ; Tue, 30 Mar 1999 16:30:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA54293; Tue, 30 Mar 1999 16:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kaa.kfunigraz.ac.at (KAA-ATM.kfunigraz.ac.at [143.50.202.22]) by hub.freebsd.org (Postfix) with ESMTP id 2DFCD14D6B for ; Tue, 30 Mar 1999 16:29:23 -0800 (PST) (envelope-from dada@balu.kfunigraz.ac.at) Received: from balu.kfunigraz.ac.at (balu [143.50.16.16]) by kaa.kfunigraz.ac.at (8.9.2/8.9.2) with ESMTP id CAA15553 for ; Wed, 31 Mar 1999 02:28:30 +0100 (MET) Received: from localhost.kfunigraz.ac.at (IDENT:lMoikhx4fIBHmOkY5cBanwKDQkp/Bsir@BONLINEA56.kfunigraz.ac.at [143.50.36.56]) by balu.kfunigraz.ac.at (8.9.2/8.9.2) with ESMTP id CAA22506 for ; Wed, 31 Mar 1999 02:20:40 +0100 (MET) Received: (from dada@localhost) by localhost.kfunigraz.ac.at (8.8.8/8.8.8) id CAA07849; Wed, 31 Mar 1999 02:08:24 +0200 (CEST) (envelope-from dada) Message-Id: <199903310008.CAA07849@localhost.kfunigraz.ac.at> Date: Wed, 31 Mar 1999 02:08:24 +0200 (CEST) From: dada@sbox.tu-graz.ac.at Reply-To: dada@sbox.tu-graz.ac.at To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10885: [new port] java2html-0.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10885 >Category: ports >Synopsis: [new port] java2html-0.4 >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 Mar 30 16:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Martin Kammerhofer >Release: FreeBSD 2.2.8-STABLE i386 >Organization: Graz University of Technology >Environment: >Description: Java, C and C++ to HTML converter >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: # # java2html # java2html/pkg # java2html/pkg/COMMENT # java2html/pkg/DESCR # java2html/pkg/PLIST # java2html/Makefile # java2html/files # java2html/files/md5 # java2html/patches # java2html/patches/patch-aa # java2html/patches/patch-ab # echo c - java2html mkdir -p java2html > /dev/null 2>&1 echo c - java2html/pkg mkdir -p java2html/pkg > /dev/null 2>&1 echo x - java2html/pkg/COMMENT sed 's/^X//' >java2html/pkg/COMMENT << 'END-of-java2html/pkg/COMMENT' XJava, C and C++ to HTML converter END-of-java2html/pkg/COMMENT echo x - java2html/pkg/DESCR sed 's/^X//' >java2html/pkg/DESCR << 'END-of-java2html/pkg/DESCR' XJava2html is a syntax highlighter for Java and C++ source code that Xproduces a highlighted html file as output. X XJava2html offers the following features: X X - support for Java and C++ X - fast (single pass conversion using flex) X - doesn't change formatting - only adds tags X and properly escapes non-ascii characters X - easy integration with webservers - browse your sources colourized X - gzips http output for browsers to save bandwidth (only in CGI mode) X - documentation and manpage included END-of-java2html/pkg/DESCR echo x - java2html/pkg/PLIST sed 's/^X//' >java2html/pkg/PLIST << 'END-of-java2html/pkg/PLIST' Xbin/java2html Xshare/doc/java2html/AUTHORS Xshare/doc/java2html/NEWS Xshare/doc/java2html/README X@dirrm share/doc/java2html END-of-java2html/pkg/PLIST echo x - java2html/Makefile sed 's/^X//' >java2html/Makefile << 'END-of-java2html/Makefile' X# New ports collection makefile for: java2html X# Version required: 0.4 X# Date created: 21 March 1999 X# Whom: Martin Kammerhofer X# X# $Id$ X# X XDISTNAME= java2html-0.4 XCATEGORIES= textproc www XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= apps/www/converters X XMAINTAINER= mkamm@gmx.net X XUSE_AUTOCONF= yes X XMAN1= java2html.1 X X.if !defined(NOPORTDOCS) Xpost-install: X ${MKDIR} ${PREFIX}/share/doc/java2html X ${INSTALL_MAN} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/java2html X ${INSTALL_MAN} ${WRKSRC}/NEWS ${PREFIX}/share/doc/java2html X ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/java2html X.endif X X.include END-of-java2html/Makefile echo c - java2html/files mkdir -p java2html/files > /dev/null 2>&1 echo x - java2html/files/md5 sed 's/^X//' >java2html/files/md5 << 'END-of-java2html/files/md5' XMD5 (java2html-0.4.tar.gz) = c13dd7e6a90cbc38a7db7472bc3b35bd END-of-java2html/files/md5 echo c - java2html/patches mkdir -p java2html/patches > /dev/null 2>&1 echo x - java2html/patches/patch-aa sed 's/^X//' >java2html/patches/patch-aa << 'END-of-java2html/patches/patch-aa' X--- Makefile.in~ Wed Mar 10 22:14:48 1999 X+++ Makefile.in Sun Mar 21 18:19:16 1999 X@@ -12,7 +12,7 @@ X # for gzip because otherwise the load on the web server X # grows without having big benefits. X # COMPRESSION = -DCOMPRESSION=4 X-COMPRESSION = -DCOMPRESSION=1 X+COMPRESSION ?= -DCOMPRESSION=1 X X # Dont change things beyond this line. X TARGET = c2html X@@ -40,7 +40,7 @@ X srcdir = @srcdir@ X CPPFLAGS = @CPPFLAGS@ X X-CFLAGS = -O2 -Wall -pedantic $(COMPRESSION) X+CFLAGS ?= -O2 -Wall -pedantic X-ALL_CFLAGS = $(CFLAGS) -I$(srcdir) X+ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) X X all: $(TARGET) END-of-java2html/patches/patch-aa echo x - java2html/patches/patch-ab sed 's/^X//' >java2html/patches/patch-ab << 'END-of-java2html/patches/patch-ab' X--- java2html.l.orig Fri Mar 26 15:09:48 1999 X+++ java2html.l Wed Mar 31 01:30:38 1999 X@@ -1,4 +1,4 @@ X-%{ /* -*- makefile -*- */ X+%{ /* make it look better in emacs: -*- mode: c; -*- */ X /* X * We build a lexical analyzer that converts a Java source file to X * a beautifully highlighted HTML file now. X@@ -9,6 +9,9 @@ X #include X #include X #include X+#include X+#include X+#include X X #ifdef HAVE_UNISTD_H X #include X@@ -412,12 +415,14 @@ X int rc = 0; X char *title = (char *) NULL; X char *pt = (char *) NULL; X+ int nocgi = 0; /* don't generate HTTP headers */ X+ struct stat sb; X X char gzipcmd[10]; X X pt = strrchr(argv[0], '/'); X prog = (pt)? ++pt : argv[0]; /* basename */ X- while (-1 != (ch = getopt(argc, argv, "h?t:w:V"))) X+ while (-1 != (ch = getopt(argc, argv, "h?t:w:nV"))) X { X switch(ch) X { X@@ -428,6 +433,9 @@ X if (1 != sscanf(optarg, "%d", &width)) X { usage(); } X break; X+ case 'n': X+ nocgi = 1 - nocgi; /* toggle noCGI flag */ X+ break; X case 'V': X fprintf(stderr, "java2html version %s%s\n", X VERSION, X@@ -446,7 +454,7 @@ X actout = stdout; X X if ((pt = getenv("PATH_TRANSLATED")) X- && getenv("GATEWAY_INTERFACE")) X+ && getenv("GATEWAY_INTERFACE") && nocgi == 0) X { X /* CGI */ X if (!title) X@@ -463,6 +471,16 @@ X exit(1); X } X fprintf (actout, "Content-Type: text/html\n"); X+ if (fstat(fileno(actin), &sb) == 0) { X+ /* report last modification date */ X+ char rfc1123date[32]; X+ X+ (void) setlocale(LC_TIME, "C"); X+ if (strftime(rfc1123date, sizeof(rfc1123date), X+ "%a, %e %b %Y %T %Z", gmtime(&sb.st_mtime))) X+ fprintf(actout, "Last-Modified: %.*s\n", X+ (int)sizeof(rfc1123date), rfc1123date); X+ } X if (COMPRESSION) X { X /* should we compress output with gzip? */ END-of-java2html/patches/patch-ab 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 Mar 30 17: 8:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rah.star-gate.com (rah.star-gate.com [209.249.129.138]) by hub.freebsd.org (Postfix) with ESMTP id F22D214C47; Tue, 30 Mar 1999 17:08:18 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.9.1/8.8.8) with ESMTP id RAA26974; Tue, 30 Mar 1999 17:05:56 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199903310105.RAA26974@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Julian Assange Cc: freebsd-ports@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: Re: festival package from NetBSD In-reply-to: Your message of "Mon, 29 Mar 1999 05:19:20 +1000." <199903281919.FAA18547@yoshi.iq.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 30 Mar 1999 17:05:55 -0800 From: Amancio Hasty Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If I am not mistaken Festival was originally developed on FreeBSD so perhaps the developing team may be interested in making a ports / package. Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 17:29:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from athena.veritas.com (athena.veritas.com [192.203.46.191]) by hub.freebsd.org (Postfix) with ESMTP id 1950E14BF9 for ; Tue, 30 Mar 1999 17:29:32 -0800 (PST) (envelope-from aaron@sigma.veritas.com) Received: from megami.veritas.com (megami.veritas.com [192.203.46.101]) by athena.veritas.com (8.9.1a/8.9.1) with SMTP id RAA22819 for ; Tue, 30 Mar 1999 17:29:13 -0800 (PST) Received: from sigma.veritas.com([192.203.46.125]) (849 bytes) by megami.veritas.com via sendmail with P:esmtp/R:smart_host/T:smtp (sender: ) id for ; Tue, 30 Mar 1999 17:29:12 -0800 (PST) (Smail-3.2.0.101 1997-Dec-17 #3 built 1999-Jan-25) Received: from sigma (localhost [127.0.0.1]) by sigma.veritas.com (8.9.2/8.9.1) with ESMTP id RAA11828 for ; Tue, 30 Mar 1999 17:29:12 -0800 (PST) (envelope-from aaron@sigma.veritas.com) Message-Id: <199903310129.RAA11828@sigma.veritas.com> From: Aaron Smith To: freebsd-ports@freebsd.org Subject: problem with "wget" dependency on "gettext" Date: Tue, 30 Mar 1999 17:29:11 -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org i have the proper version of gettext installed. when i try to install wget, it looks for a shared libintl -- but gettext only installs a static version. wget install bombs out. is this my problem or a ports problem? aaron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 17:46:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id 0C980154FB; Tue, 30 Mar 1999 17:46:36 -0800 (PST) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id EAAF04CE0D; Tue, 30 Mar 1999 20:46:17 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id UAA06205; Tue, 30 Mar 1999 20:46:17 -0500 (EST) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.7/8.8.5) id UAA28226; Tue, 30 Mar 1999 20:46:17 -0500 (EST) Message-Id: <199903310146.UAA28226@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: ports@freebsd.org Subject: Freshly installed 3.1-19990328-STABLE is too old for bsd.port.mk? Cc: jkh@freebsd.org Date: Tue, 30 Mar 1999 17:46:16 -0800 Versions: dmail (solaris) 2.2c/makemail 2.8t Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I guess sysinstall needs to install a /var/db/pkg/.mkversion? ... Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 17:56:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 4FA6E154BA; Tue, 30 Mar 1999 17:56:21 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu ([207.92.173.144]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA16448; Tue, 30 Mar 1999 17:55:36 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id RAA46169; Tue, 30 Mar 1999 17:54:50 -0800 (PST) Date: Tue, 30 Mar 1999 17:54:50 -0800 (PST) Message-Id: <199903310154.RAA46169@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: fenner@research.att.com Cc: ports@FreeBSD.ORG, jkh@FreeBSD.ORG In-reply-to: <199903310146.UAA28226@windsor.research.att.com> (message from Bill Fenner on Tue, 30 Mar 1999 17:46:16 -0800) Subject: Re: Freshly installed 3.1-19990328-STABLE is too old for bsd.port.mk? From: asami@FreeBSD.ORG (Satoshi - the Wraith - Asami) References: <199903310146.UAA28226@windsor.research.att.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * I guess sysinstall needs to install a /var/db/pkg/.mkversion? ... Aieek. You're right. Jordan, what do you think? -W To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 18: 1:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id F362E1551A; Tue, 30 Mar 1999 18:01:20 -0800 (PST) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id UAA14231; Tue, 30 Mar 1999 20:59:32 -0500 (EST) Date: Tue, 30 Mar 1999 20:59:31 -0500 (EST) From: Chuck Robey To: Satoshi - the Wraith - Asami Cc: fenner@research.att.com, ports@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: Freshly installed 3.1-19990328-STABLE is too old for bsd.port.mk? In-Reply-To: <199903310154.RAA46169@silvia.hip.berkeley.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 Tue, 30 Mar 1999, Satoshi - the Wraith - Asami wrote: > * I guess sysinstall needs to install a /var/db/pkg/.mkversion? ... > > Aieek. You're right. > > Jordan, what do you think? Don't forget everyone who's running current, and doesn't make huge use of sysinstall. They can either handle it manually (they ARE running current, they have to be willing to do stuff like that sometimes) or make installworld has to touch it. If they ahve to touch it themselves, then UPDATING needs, well, updating. > > -W > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 18: 7:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tokyonet-entrance.astec.co.jp (tokyonet-entrance.astec.co.jp [202.239.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 098231505B for ; Tue, 30 Mar 1999 18:07:28 -0800 (PST) (envelope-from nakai@internetsolutions.co.jp) Received: from amont.astec.co.jp (amont.astec.co.jp [172.20.10.1]) by tokyonet-entrance.astec.co.jp (8.9.1+3.0W/3.7W-astecMX2.3) with ESMTP id LAA11910; Wed, 31 Mar 1999 11:07:07 +0900 (JST) Received: from internetsolutions.co.jp (isi43.astec.co.jp [172.20.12.243]) by amont.astec.co.jp (8.7.6/3.6W-astecMX2.4) with ESMTP id LAA24990; Wed, 31 Mar 1999 11:07:05 +0900 (JST) Message-ID: <37018348.CA269AA1@internetsolutions.co.jp> Date: Wed, 31 Mar 1999 11:07:04 +0900 From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Organization: InternetSolutions, Inc. X-Mailer: Mozilla 4.5 [ja] (Win98; I) X-Accept-Language: ja MIME-Version: 1.0 To: Aaron Smith Cc: freebsd-ports@freebsd.org Subject: Re: problem with "wget" dependency on "gettext" References: <199903310129.RAA11828@sigma.veritas.com> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Aaron Smith wrote: > > i have the proper version of gettext installed. when i try to > install wget, it looks for a shared libintl -- but gettext only installs a > static version. wget install bombs out. > > is this my problem or a ports problem? > > aaron Your have not libintl.so in your system because you don't use the latest gettext port. Please reinstall with the latest one. Get from ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/devel/gettext.tar ftp://ftp.jp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/devel/gettext.tar.gz or other mirror sites near you. -------------- Yukihiro Nakai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 18:17:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id 73CDF14DC8; Tue, 30 Mar 1999 18:17:16 -0800 (PST) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id 2253B4CE0D; Tue, 30 Mar 1999 21:16:57 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id VAA06691; Tue, 30 Mar 1999 21:16:51 -0500 (EST) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.7/8.8.5) id VAA28424; Tue, 30 Mar 1999 21:16:50 -0500 (EST) Message-Id: <199903310216.VAA28424@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: chuckr@mat.net Subject: Re: Freshly installed 3.1-19990328-STABLE is too old for bsd.port.mk? Cc: asami@freebsd.org, fenner@research.att.com, ports@freebsd.org, jkh@freebsd.org Date: Tue, 30 Mar 1999 18:16:50 -0800 Versions: dmail (solaris) 2.2c/makemail 2.8t Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I didn't address the -current issue because the message in bsd.port.mk says "You need a fresh make world ..." so I figured that "make world" updated .mkversion . However, if it does, I can't find it. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 18:36:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id A6F9B15576; Tue, 30 Mar 1999 18:36:05 -0800 (PST) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id VAA14332; Tue, 30 Mar 1999 21:34:17 -0500 (EST) Date: Tue, 30 Mar 1999 21:34:17 -0500 (EST) From: Chuck Robey To: Bill Fenner Cc: asami@FreeBSD.ORG, ports@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: Freshly installed 3.1-19990328-STABLE is too old for bsd.port.mk? In-Reply-To: <199903310216.VAA28424@windsor.research.att.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 30 Mar 1999, Bill Fenner wrote: > > I didn't address the -current issue because the message in bsd.port.mk > says "You need a fresh make world ..." so I figured that "make world" > updated .mkversion . However, if it does, I can't find it. I figured it didn't, since my last new installworld & new kernel was on the 29th, and I still got the warning (and I didn't find a .mkversion). ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 18:40:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7FE914DC8 for ; Tue, 30 Mar 1999 18:40:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA61921; Tue, 30 Mar 1999 18:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 30 Mar 1999 18:40:02 -0800 (PST) Message-Id: <199903310240.SAA61921@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "G. Adam Stanislav" Subject: Re: ports/10882: No problem, submitting a port :-) Reply-To: "G. Adam Stanislav" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10882; it has been noted by GNATS. From: "G. Adam Stanislav" To: asami@freebsd.org (Satoshi - the Wraith - Asami) Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/10882: No problem, submitting a port :-) Date: Tue, 30 Mar 1999 20:38:23 -0600 At 15:57 30-03-1999 -0800, Satoshi - the Wraith - Asami wrote: > * >Number: 10882 > * >Synopsis: No problem, submitting a port :-) > >You just sent in a PR (10881) that contains the same port. Can I >delete this one? I did? hmmm... It told me that it could not send it, that is why I submitted it via the web site. By all means, if there are two identical ports, delete one. >Also, next time please put the name of the port in the synopsis. OK, will do. Thanks, Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 18:43: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E6EC515452; Tue, 30 Mar 1999 18:42:59 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA62186; Tue, 30 Mar 1999 18:42:43 -0800 (PST) (envelope-from asami@FreeBSD.org) Date: Tue, 30 Mar 1999 18:42:43 -0800 (PST) From: Message-Id: <199903310242.SAA62186@freefall.freebsd.org> To: adam@whizkidtech.net, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10881 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Submitting a port (textproc/tuc) State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Tue Mar 30 18:42:15 PST 1999 State-Changed-Why: Same as 10882, but I'll close this one since it has an extra " " at beginning of lines. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 18:50:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E0AC014DC8 for ; Tue, 30 Mar 1999 18:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA62640; Tue, 30 Mar 1999 18:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 30 Mar 1999 18:50:02 -0800 (PST) Message-Id: <199903310250.SAA62640@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: asami@freebsd.org (Satoshi - the Wraith - Asami) Subject: Re: ports/10882: No problem, submitting a port :-) Reply-To: asami@freebsd.org (Satoshi - the Wraith - Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10882; it has been noted by GNATS. From: asami@freebsd.org (Satoshi - the Wraith - Asami) To: adam@whizkidtech.net Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/10882: No problem, submitting a port :-) Date: Tue, 30 Mar 1999 18:47:59 -0800 (PST) * I did? hmmm... It told me that it could not send it, that is why I I got it, it's 10881. * submitted it via the web site. By all means, if there are two identical * ports, delete one. The first one had a space in front of all the lines so I decided to keep the second (this) one. Thanks. :) -W To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 20: 0:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE19E154E8 for ; Tue, 30 Mar 1999 20:00:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA66455; Tue, 30 Mar 1999 20:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 30 Mar 1999 20:00:02 -0800 (PST) Message-Id: <199903310400.UAA66455@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Jason C. Wells" Subject: Re: ports/9608: Linux Communicator 4.5 Reply-To: "Jason C. Wells" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9608; it has been noted by GNATS. From: "Jason C. Wells" To: Tom Hukins Cc: freebsd-gnats-submit@FreeBSD.ORG, jcwells@u.washington.edu Subject: Re: ports/9608: Linux Communicator 4.5 Date: Tue, 30 Mar 1999 19:57:33 -0800 (PST) On Tue, 30 Mar 1999, Tom Hukins wrote: >This PR seems to have been superceded by ports/10469 which contains >a port for linux-netscape-4.51. Should this PR be closed? Yep. Close away. Catchya Later, | Give me UNIX or give me a typewriter. Jason Wells | 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 Mar 30 20: 2:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B6401549A; Tue, 30 Mar 1999 20:02:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA66692; Tue, 30 Mar 1999 20:02:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 30 Mar 1999 20:02:24 -0800 (PST) From: Message-Id: <199903310402.UAA66692@freefall.freebsd.org> To: jcwells@u.washington.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9608 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Linux Communicator 4.5 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Tue Mar 30 20:02:08 PST 1999 State-Changed-Why: Superceded by ports/10469. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 21:38:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 458F215461; Tue, 30 Mar 1999 21:38:27 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA72706; Tue, 30 Mar 1999 21:38:10 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Date: Tue, 30 Mar 1999 21:38:10 -0800 (PST) From: Message-Id: <199903310538.VAA72706@freefall.freebsd.org> To: oliver.fromme@heim3.tu-clausthal.de, jkoshy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10883 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: GNU CSSC 0.10beta.pl1 port submission State-Changed-From-To: open->closed State-Changed-By: jkoshy State-Changed-When: Tue Mar 30 21:36:11 PST 1999 State-Changed-Why: Port imported, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 30 22:38:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BB2015C66; Tue, 30 Mar 1999 22:38:47 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA76759; Tue, 30 Mar 1999 22:38:30 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Tue, 30 Mar 1999 22:38:30 -0800 (PST) From: Message-Id: <199903310638.WAA76759@freefall.freebsd.org> To: jim@corp.au.triax.com, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9852 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: wmdate-0.5 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Mar 30 22:38:14 PST 1999 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 Mar 30 22:39:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3151014BE1; Tue, 30 Mar 1999 22:39:29 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA76855; Tue, 30 Mar 1999 22:39:12 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Tue, 30 Mar 1999 22:39:12 -0800 (PST) From: Message-Id: <199903310639.WAA76855@freefall.freebsd.org> To: nugget@slacker.com, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10467 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports submission: wmnetselect State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Mar 30 22:38:54 PST 1999 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 Mar 30 22:40: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A38A14BE1; Tue, 30 Mar 1999 22:40:01 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA77029; Tue, 30 Mar 1999 22:39:44 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Tue, 30 Mar 1999 22:39:44 -0800 (PST) From: Message-Id: <199903310639.WAA77029@freefall.freebsd.org> To: zenin@archive.rhps.org, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10730 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: games/wmeyes State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Mar 30 22:39:30 PST 1999 State-Changed-Why: committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 0: 9:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id CF84B15BB4 for ; Wed, 31 Mar 1999 00:09:17 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10SG3A-0003Gw-00; Wed, 31 Mar 1999 10:08:36 +0200 From: Sheldon Hearn To: Gary Jennejohn Cc: ports@FreeBSD.ORG Subject: Re: Maintainer wanted: math/fftw In-reply-to: Your message of "Tue, 30 Mar 1999 23:04:15 +0200." <199903302104.XAA02456@peedub.muc.de> Date: Wed, 31 Mar 1999 10:08:36 +0200 Message-ID: <12581.922867716@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 30 Mar 1999 23:04:15 +0200, Gary Jennejohn wrote: > did you try both addresses listed in the Makefile ? I've recently sent > Lars mail at Lars.Koeller@Uni-Bielefeled.DE with no problems. Yup. $ nslookup cc.fh-lippe.de Server: cache01.ns.iafrica.com Address: 196.7.0.138 *** cache01.ns.iafrica.com can't find cc.fh-lippe.de: Non-existent host/domain $ show +deleted 798 |head -22 Return-Path: MAILER-DAEMON Delivery-Date: Tue, 30 Mar 1999 17:08:58 +0200 Received: from root by axl.noc.iafrica.com with local (Exim 2.12 #1) id 10S08Q-0002W7-00 for sheldonh@axl.noc.iafrica.com; Tue, 30 Mar 1999 17:08:58 +0200 X-Failed-Recipients: Lars.Koeller@Uni-Bielefeled.DE From: Mail Delivery System To: sheldonh@axl.noc.iafrica.com Subject: Mail delivery failed: returning message to sender Message-Id: Date: Tue, 30 Mar 1999 17:08:58 +0200 This message was created automatically by mail delivery software. A message that you sent could not be delivered to all of its recipients. The following address(es) failed: Lars.Koeller@Uni-Bielefeled.DE: unrouteable mail domain "uni-bielefeled.de" ------ This is a copy of the message, including all the headers. ------ He's definitely "not contactable" from here. :-) Later, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 0:25:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id CEEBC14BE1 for ; Wed, 31 Mar 1999 00:25:20 -0800 (PST) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.2/8.9.1) id AAA43711; Wed, 31 Mar 1999 00:24:42 -0800 (PST) (envelope-from mph) Date: Wed, 31 Mar 1999 00:24:42 -0800 From: Matthew Hunt To: Sheldon Hearn Cc: Gary Jennejohn , ports@FreeBSD.ORG Subject: Re: Maintainer wanted: math/fftw Message-ID: <19990331002442.A43661@wopr.caltech.edu> References: <199903302104.XAA02456@peedub.muc.de> <12581.922867716@axl.noc.iafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <12581.922867716@axl.noc.iafrica.com>; from Sheldon Hearn on Wed, Mar 31, 1999 at 10:08:36AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Mar 31, 1999 at 10:08:36AM +0200, Sheldon Hearn wrote: > $ nslookup cc.fh-lippe.de > Server: cache01.ns.iafrica.com > Address: 196.7.0.138 > > *** cache01.ns.iafrica.com can't find cc.fh-lippe.de: Non-existent host/domain wopr:~$ nslookup -query=mx cc.fh-lippe.de Server: localhost Address: 127.0.0.1 Non-authoritative answer: cc.fh-lippe.de preference = 190, mail exchanger = ki1.chemie.fu-berlin.de cc.fh-lippe.de preference = 120, mail exchanger = henoch.cc.fh-lippe.de cc.fh-lippe.de preference = 170, mail exchanger = hermes.hrz.uni-bielefeld.de Authoritative answers can be found from: fh-lippe.de nameserver = henoch.cc.fh-lippe.de fh-lippe.de nameserver = deneb.dfn.de fh-lippe.de nameserver = noc.hrz.uni-bielefeld.de fh-lippe.de nameserver = thalassa.cc.fh-lippe.de ki1.chemie.fu-berlin.de internet address = 160.45.24.21 henoch.cc.fh-lippe.de internet address = 193.16.112.72 hermes.hrz.uni-bielefeld.de internet address = 129.70.4.55 deneb.dfn.de internet address = 192.76.176.9 noc.hrz.uni-bielefeld.de internet address = 129.70.5.16 thalassa.cc.fh-lippe.de internet address = 193.16.112.71 -- Matthew Hunt * UNIX is a lever for the http://www.pobox.com/~mph/ * intellect. -J.R. Mashey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 1:50:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6331A15542 for ; Wed, 31 Mar 1999 01:50:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA93545; Wed, 31 Mar 1999 01:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (sbay1-124.batnet.com [209.239.164.124]) by hub.freebsd.org (Postfix) with ESMTP id 1BC7A14EC8 for ; Wed, 31 Mar 1999 01:45:14 -0800 (PST) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id BAA13980; Wed, 31 Mar 1999 01:44:58 -0800 (PST) (envelope-from mharo) Message-Id: <199903310944.BAA13980@patrol.area51.fremont.ca.us> Date: Wed, 31 Mar 1999 01:44:58 -0800 (PST) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10887: Change: net/pppload Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10887 >Category: ports >Synopsis: Change: net/pppload >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 31 01:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: MASTER_SITE stopped working after addition of fetch -A. http://sunsite.unc.edu/ is doing a redirect (302) to http://metalab.unc.edu/ Maybe this name change should be reflected in bsd.port.mk too??? >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /cvs/ports/net/pppload/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 1999/01/26 02:56:27 1.9 +++ Makefile 1999/03/31 09:40:59 @@ -8,7 +8,8 @@ DISTNAME= pppload-1.0 CATEGORIES= net sysutils -MASTER_SITES= http://sunsite.unc.edu/pub/Linux/system/network/serial/ppp/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= system/network/serial/ppp MAINTAINER= ports@FreeBSD.ORG >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 1:53:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from firewall1.lehman.com (firewall.Lehman.COM [192.147.65.66]) by hub.freebsd.org (Postfix) with ESMTP id 3B2591554E; Wed, 31 Mar 1999 01:53:34 -0800 (PST) (envelope-from nclayton@lehman.com) Received: from relay.messaging-svcs2.lehman.com by firewall1.lehman.com (8.8.6/8.8.6) id EAA29611; Wed, 31 Mar 1999 04:48:43 -0500 (EST) Received: from lonmailhost.lehman.com by relay.messaging-svcs2.lehman.com (8.9.3/8.8.5) id EAA19720; Wed, 31 Mar 1999 04:48:11 -0500 (EST) Received: by lonmailhost.lehman.com (SMI-8.6/Lehman Bros. V1.5) id KAA06106; Wed, 31 Mar 1999 10:48:10 +0100 Message-ID: <19990331104809.F14492@lehman.com> Date: Wed, 31 Mar 1999 10:48:09 +0100 From: nclayton@lehman.com To: Satoshi - the Wraith - Asami , nbm@mithrandr.moria.org Cc: ports@FreeBSD.ORG, nik@FreeBSD.ORG Subject: Re: GNU Stow, and the ports system? References: <19990330085646.T14492@lehman.com> <19990330113617.A22325@rucus.ru.ac.za> <199903302217.OAA41059@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199903302217.OAA41059@silvia.hip.berkeley.edu>; from Satoshi - the Wraith - Asami on Tue, Mar 30, 1999 at 02:17:47PM -0800 Organization: Lehman Brothers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Mar 30, 1999 at 02:17:47PM -0800, Satoshi - the Wraith - Asami wrote: > * From: Neil Blakey-Milner > * Cc: ports@FreeBSD.ORG, nik@FreeBSD.ORG > * > * On Tue 1999-03-30 (08:56), nclayton@lehman.com wrote: > * > Now, obviously I could just do this myself (and probably will when my > * > 3.1 box finishes rebuilding itself). But would anyone be interested in > * > having this functionality folded back into the ports system as an option? > > As an option? Heck, I'd like to see it as the default. :) OK. I tried playing with it briefly last night, but ran in to all sorts of problems (some of which are doubtless to do with the fact that my box is in a state of disarray at the moment). In particular it seems to violently object to the fact that /usr/local/ on my system is a symlink to /local/1/usr.local. I'll get some more time next week. In the mean time I note that it's written in Perl 4. I could well be better off dusting down some of my own scripts (Perl 5) and properly documenting them instead. I need to buy a laptop. . . N -- --+==[ Systems Administrator, Year 2000 Test Lab, Lehman Brothers, Inc. ]==+-- --+==[ 1 Broadgate, London, EC2M 7HA 0171-601-0011 x5514 ]==+-- --+==[ Year 2000 Testing: It's about time. . . ]==+-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 2: 7:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from firewall1.lehman.com (firewall1.Lehman.COM [192.147.65.82]) by hub.freebsd.org (Postfix) with ESMTP id 7835115542 for ; Wed, 31 Mar 1999 02:07:44 -0800 (PST) (envelope-from nclayton@lehman.com) Received: from relay.messaging-svcs2.lehman.com by firewall1.lehman.com (8.8.6/8.8.6) id FAA03417; Wed, 31 Mar 1999 05:07:24 -0500 (EST) Received: from lonmailhost.lehman.com by relay.messaging-svcs2.lehman.com (8.9.3/8.8.5) id FAA23452; Wed, 31 Mar 1999 05:06:51 -0500 (EST) Received: by lonmailhost.lehman.com (SMI-8.6/Lehman Bros. V1.5) id LAA08608; Wed, 31 Mar 1999 11:06:48 +0100 Message-ID: <19990331110648.G14492@lehman.com> Date: Wed, 31 Mar 1999 11:06:48 +0100 From: nclayton@lehman.com To: ports@freebsd.org Subject: Explicit version checks in dependencies Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i Organization: Lehman Brothers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi porters, [ Please cc: replies to me, I'm not on the list ] I maintain the textproc/docproj port. This is a meta-port to include all the programs required by the FreeBSD documentation project (similar to the KDE port). At the moment I use normal dependencies to verify that various executables and other files have been installed. This works (after a fashion) but has problems. For example, there are several versions of TeX that the user could have installed prior to installing this port. Only one of them (teTeX-beta) will work, but it's very difficult to tell an installation of teTeX-beta apart from any other install of TeX. Simply checking for a /usr/local/bin/tex executable isn't sufficient. Or the textproc/dsssl-docbook-modular port, which installs files in to /usr/local/share/sgml/docbook/dsssl/modular/*. Different versions of this port are very similar, so simply checking for the existance of a file isn't enough. Ideally, I'd like to be able to check for whether a port's been installed, and the version number that was installed as well. I think I can do this by specifying dependencies on directories in /var/db/pkg, something like; BUILD_DEPENDS= /var/db/pkg/teTeX-981113/:${PORTSDIR}/print/teTeX-beta\ /var/db/pkg/jade-1.2.1:${PORTSDIR}/textproc/jade\ /var/db/pkg/tidy-99.2.12:${PORTSDIR}/www/tidy and so on. That'll work, but is inflexible. If Jade is upgraded to version 1.2.2 for example, these dependencies will fail. In an ideal world there'd be a way to specify the minimum version number required, possibly with a warning if a newer version of the port exists. Something like; # cd /usr/ports/textproc/docproj # make dep-check Checking teTeX-981113 (print/teTeX-beta): Found Checking tidy-99.2.12 (www/tidy): Found Checking jade-1.2.1 (textproc/jade): Found 1.2.2 (should be OK) Is this sort of functionality already in the ports system somewhere, and I just haven't seen it? N -- --+==[ Systems Administrator, Year 2000 Test Lab, Lehman Brothers, Inc. ]==+-- --+==[ 1 Broadgate, London, EC2M 7HA 0171-601-0011 x5514 ]==+-- --+==[ Year 2000 Testing: It's about time. . . ]==+-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 2:20:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69B5415525 for ; Wed, 31 Mar 1999 02:20:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA95770; Wed, 31 Mar 1999 02:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (sbay1-124.batnet.com [209.239.164.124]) by hub.freebsd.org (Postfix) with ESMTP id 75FDB14E1C for ; Wed, 31 Mar 1999 02:15:39 -0800 (PST) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id CAA23687; Wed, 31 Mar 1999 02:15:23 -0800 (PST) (envelope-from mharo) Message-Id: <199903311015.CAA23687@patrol.area51.fremont.ca.us> Date: Wed, 31 Mar 1999 02:15:23 -0800 (PST) From: mharo@patrol.area51.fremont.ca.us Reply-To: mharo@patrol.area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10888: Update: mail/fetchmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10888 >Category: ports >Synopsis: Update: mail/fetchmail >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 31 02:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Updated version of this port. No added, changed or removed patch files Portlint: WARN: possible use of absolute pathname "/usr/include/md5.h", in Makefile. 0 fatal errors and 1 warnings found. This warning is fine >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /cvs/ports/mail/fetchmail/Makefile,v retrieving revision 1.72 diff -u -r1.72 Makefile --- Makefile 1999/03/15 02:09:20 1.72 +++ Makefile 1999/03/31 10:13:00 @@ -11,7 +11,7 @@ # does not need Python, so there is no RUN_DEPENDS for Python in # this Makefile. -DISTNAME= fetchmail-4.7.8 +DISTNAME= fetchmail-4.7.9 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ Index: files/md5 =================================================================== RCS file: /cvs/ports/mail/fetchmail/files/md5,v retrieving revision 1.64 diff -u -r1.64 md5 --- md5 1999/03/15 02:09:24 1.64 +++ md5 1999/03/31 10:13:01 @@ -1 +1 @@ -MD5 (fetchmail-4.7.8.tar.gz) = 9ff1c2f639902bbfe03c2b9fd05f0305 +MD5 (fetchmail-4.7.9.tar.gz) = 7832d55f49e9364677e9f7388dc12631 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 3:18:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E30A1557A; Wed, 31 Mar 1999 03:18:27 -0800 (PST) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA98667; Wed, 31 Mar 1999 03:18:11 -0800 (PST) (envelope-from flathill@FreeBSD.org) Date: Wed, 31 Mar 1999 03:18:11 -0800 (PST) From: Message-Id: <199903311118.DAA98667@freefall.freebsd.org> To: mharo@patrol.area51.fremont.ca.us, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10888 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: mail/fetchmail State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Wed Mar 31 03:17:56 PST 1999 State-Changed-Why: Committed. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 4:47:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail4.svr.pol.co.uk (mail4.svr.pol.co.uk [195.92.193.211]) by hub.freebsd.org (Postfix) with ESMTP id CBA59152BB for ; Wed, 31 Mar 1999 04:47:10 -0800 (PST) (envelope-from tom@eborcom.com) Received: from modem-7.nabumatone.dialup.pol.co.uk ([62.136.81.7]) by mail4.svr.pol.co.uk with esmtp (Exim 2.12 #1) id 10SKON-00071Q-00 for freebsd-ports@FreeBSD.ORG; Wed, 31 Mar 1999 13:46:49 +0100 Received: (qmail 21318 invoked by uid 5000); 31 Mar 1999 12:36:44 -0000 Date: Wed, 31 Mar 1999 13:36:44 +0100 From: Tom Hukins To: Satoshi - the Wraith - Asami Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Problems with p5-* ports Message-ID: <19990331133644.A12048@eborcom.com> Mail-Followup-To: Satoshi - the Wraith - Asami , freebsd-ports@FreeBSD.ORG References: <19990322162220.A6658@eborcom.com> <19990330172006.A18680@eborcom.com> <199903302330.PAA45505@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199903302330.PAA45505@silvia.hip.berkeley.edu>; from Satoshi - the Wraith - Asami on Tue, Mar 30, 1999 at 03:30:42PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Mar 30, 1999 at 03:30:42PM -0800, Satoshi - the Wraith - Asami wrote: > > * +.if defined(PERL5_MODULE) > * + @(cd ${WRKSRC} && \ > * + ${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL PREFIX=${PREFIX} \ > * + INSTALLMAN1DIR=${PREFIX}/man/man1 \ > * + INSTALLSCRIPT=${PREFIX}/bin) > * +.endif > > I'm not sure if this is good. I've seen many different combinations > of settings, and some USE_PERL5 ports don't even have this line. I think I haven't explained my thoughts very clearly. PERL5_MODULE is only defined if the port is a typical CPAN module collection which configures with Makefile.PL. There are many USE_PERL5 ports which are not CPAN modules. Such ports should not define PERL5_MODULE, but they should use PERL5_DEPENDS to specify which PERL5_MODULE ports they depend on, if any. Does this sound reasonable? > * +perl5-depends: > * +.if defined(PERL5_DEPENDS) > * +.if !defined(NO_DEPENDS) > * + @for i in ${PERL5_DEPENDS}; do \ > * + lib=`${ECHO} $$i | ${SED} -e 's/\..*//' | ${SED} -e 's!/!::!g'`; \ > * + version=`${ECHO} $$i | ${SED} -e 's/[^\.]*\.//' | ${SED} -e 's/:.*//'`; \ > * + dir=`${ECHO} $$i | ${SED} -e 's/[^:]*://'`; \ > > Where's "target" defined? (Did you test this patch?) I did test the patch, but this error slipped through. You can't "use strict" on Makefiles. :( If you add: target=${DEPENDS_TARGET}; \ after the "dir=" line, everything works properly. > I don't know perl jargon but the rest looks ok. Great! I'm fairly certain the Perl jargon is correct - I'm much more comfortable with Perl than Makefiles. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 4:50:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5778615C88 for ; Wed, 31 Mar 1999 04:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA06980; Wed, 31 Mar 1999 04:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail4.svr.pol.co.uk (mail4.svr.pol.co.uk [195.92.193.211]) by hub.freebsd.org (Postfix) with ESMTP id EE5BB152BB for ; Wed, 31 Mar 1999 04:47:12 -0800 (PST) (envelope-from tom@eborcom.com) Received: from modem-7.nabumatone.dialup.pol.co.uk ([62.136.81.7]) by mail4.svr.pol.co.uk with esmtp (Exim 2.12 #1) id 10SKOS-00071Q-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 31 Mar 1999 13:46:53 +0100 Received: (qmail 21306 invoked by uid 5000); 31 Mar 1999 12:35:13 -0000 Message-Id: <19990331123513.21305.qmail@eborcom.com> Date: 31 Mar 1999 12:35:13 -0000 From: Tom Hukins To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10890: html2ps: Bad CATEGORIES Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10890 >Category: ports >Synopsis: html2ps: Bad CATEGORIES >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 31 04:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 2.2.8-STABLE i386 >Organization: eBORcOM >Environment: >Description: The html2ps port lives in /usr/ports/print, but its Makefile contains the following line: CATEGORIES= lang www perl5 If the port lives under /usr/ports/print, the first item in CATEGORIES should be "print". >How-To-Repeat: % more /usr/ports/print/html2ps/Makefile >Fix: Either add "print" to the start of CATEGORIES, or replace "lang" with "print" (I don't think this port belongs under "lang"). >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 5:33:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AEF514C2E; Wed, 31 Mar 1999 05:33:12 -0800 (PST) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA09701; Wed, 31 Mar 1999 05:32:56 -0800 (PST) (envelope-from flathill@FreeBSD.org) Date: Wed, 31 Mar 1999 05:32:56 -0800 (PST) From: Message-Id: <199903311332.FAA09701@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10864 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: graphics/xanim State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Wed Mar 31 05:32:41 PST 1999 State-Changed-Why: Committed. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 5:49:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (Postfix) with ESMTP id 8A97A14C2E for ; Wed, 31 Mar 1999 05:49:51 -0800 (PST) (envelope-from roger@cs.strath.ac.uk) Received: from cs.strath.ac.uk (posh.dmem.strath.ac.uk [130.159.202.3]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with ESMTP id OAA15174 Wed, 31 Mar 1999 14:49:28 +0100 (BST) Message-ID: <370227E7.B3B277C5@cs.strath.ac.uk> Date: Wed, 31 Mar 1999 14:49:27 +0100 From: Roger Hardiman Organization: Strathclyde Uni X-Mailer: Mozilla 4.07 [en] (X11; I; FreeBSD 4.0-CURRENT i386) MIME-Version: 1.0 To: ports@freebsd.org Subject: ports index on th web site Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, on http://www.freebsd.org/ports is a complete index of the ports. generated 8 days ago. I have a required from the author of 'mm' (added to /devel/mm a few days ago) that the index be updated to include his port. I presume the index pages are autogenerated. When is the next update planned? Thanks Roger -- Roger Hardiman Stratchlyde Uni Telepresence Group roger@cs.strath.ac.uk roger@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 5:56:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id D624F14C2E for ; Wed, 31 Mar 1999 05:56:24 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca42-28.ix.netcom.com [209.111.212.28]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id FAA17195; Wed, 31 Mar 1999 05:56:14 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id FAA49456; Wed, 31 Mar 1999 05:55:50 -0800 (PST) Date: Wed, 31 Mar 1999 05:55:50 -0800 (PST) Message-Id: <199903311355.FAA49456@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: roger@cs.strath.ac.uk Cc: ports@freebsd.org In-reply-to: <370227E7.B3B277C5@cs.strath.ac.uk> (message from Roger Hardiman on Wed, 31 Mar 1999 14:49:27 +0100) Subject: Re: ports index on th web site From: asami@freebsd.org (Satoshi - the Wraith - Asami) References: <370227E7.B3B277C5@cs.strath.ac.uk> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Roger Hardiman * I presume the index pages are autogenerated. * When is the next update planned? In the next few days. ;> -W To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 6: 2:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A0A8115C3B; Wed, 31 Mar 1999 06:02:34 -0800 (PST) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA14364; Wed, 31 Mar 1999 06:02:18 -0800 (PST) (envelope-from flathill@FreeBSD.org) Date: Wed, 31 Mar 1999 06:02:18 -0800 (PST) From: Message-Id: <199903311402.GAA14364@freefall.freebsd.org> To: nakai@internetsolutions.co.jp, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10852 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fixed port: snes9x State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Wed Mar 31 06:02:01 PST 1999 State-Changed-Why: Committed. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 6:28:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6274314CD5; Wed, 31 Mar 1999 06:28:43 -0800 (PST) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA17468; Wed, 31 Mar 1999 06:28:27 -0800 (PST) (envelope-from flathill@FreeBSD.org) Date: Wed, 31 Mar 1999 06:28:27 -0800 (PST) From: Message-Id: <199903311428.GAA17468@freefall.freebsd.org> To: nakai@internetsolutions.co.jp, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10853 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fixed port: xfce State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Wed Mar 31 06:26:42 PST 1999 State-Changed-Why: Committed. Thanks! Some file is lacking in PLIST, so fix. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 6:50:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B262151C3 for ; Wed, 31 Mar 1999 06:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA99587; Wed, 31 Mar 1999 06:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 31 Mar 1999 06:50:02 -0800 (PST) Message-Id: <199903311450.GAA99587@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "G. Adam Stanislav" Subject: Re: ports/10882: No problem, submitting a port :-) Reply-To: "G. Adam Stanislav" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10882; it has been noted by GNATS. From: "G. Adam Stanislav" To: asami@freebsd.org (Satoshi - the Wraith - Asami) Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/10882: No problem, submitting a port :-) Date: Wed, 31 Mar 1999 08:39:36 -0600 At 18:47 30-03-1999 -0800, Satoshi - the Wraith - Asami wrote: >The first one had a space in front of all the lines so I decided to >keep the second (this) one. Thanks. :) No, thank you. :-) This is my first port, but by no means the last. I wrote a simple utility for my own use, to convert text from ISO-8859-2 to u-8 (one of the Unicode encodings), which helps me create web pages in my native tongue. Yesterday I polished it up for more general use. This morning I realized I can fairly easily use it as the basis for a series of such programs, one for each of the ISO-8859 standards. So, you should be hearing from me soon again. :-) I do have a question, if I may: I have read somewhere that there is a file somewhere in FreeBSD with a "generic" version of the BSD licence that one can use by just inserting one's own name. Unfortunately, I did not write its path down back then, and, for the life of me, I cannot find it now. Do you happen to know where it is? Adam ===> Whiz Kid Technomagic <=== http://www.whizkidtech.net/ The resource center for webmasters and web users Winner of the Starting Point Hot Site award Winner of the Lighthouse Award Home of the Web Magic Award To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 7:11:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E0FE41559E; Wed, 31 Mar 1999 07:11:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA62856; Wed, 31 Mar 1999 07:10:59 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 31 Mar 1999 07:10:59 -0800 (PST) From: Message-Id: <199903311510.HAA62856@freefall.freebsd.org> To: dirk.meyer@dinoex.sub.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10742 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port www/webalizer update State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 31 07:10:31 PST 1999 State-Changed-Why: Superceded by ports/10875. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 7:11:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B9B61559E; Wed, 31 Mar 1999 07:11:49 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA62966; Wed, 31 Mar 1999 07:11:32 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 31 Mar 1999 07:11:32 -0800 (PST) From: Message-Id: <199903311511.HAA62966@freefall.freebsd.org> To: dirk.meyer@dinoex.sub.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10743 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port german/webalizer update State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 31 07:11:02 PST 1999 State-Changed-Why: Superceded by ports/10884. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 7:12:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4154B1553D; Wed, 31 Mar 1999 07:12:46 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA63177; Wed, 31 Mar 1999 07:12:29 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 31 Mar 1999 07:12:29 -0800 (PST) From: Message-Id: <199903311512.HAA63177@freefall.freebsd.org> To: tjprimeau@sprint.ca, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10795 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: lesstif-0.88.0 update State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 31 07:12:14 PST 1999 State-Changed-Why: Duplicate of ports/10696. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 7:14:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A04B15D10; Wed, 31 Mar 1999 07:14:25 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA63654; Wed, 31 Mar 1999 07:14:08 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 31 Mar 1999 07:14:08 -0800 (PST) From: Message-Id: <199903311514.HAA63654@freefall.freebsd.org> To: faber@lunabase.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10865 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port update State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 31 07:13:57 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 7:16: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CCE515CC4; Wed, 31 Mar 1999 07:16:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA63987; Wed, 31 Mar 1999 07:15:45 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 31 Mar 1999 07:15:45 -0800 (PST) From: Message-Id: <199903311515.HAA63987@freefall.freebsd.org> To: dirk.meyer@dinoex.sub.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10875 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port www/webalizer update State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 31 07:15:20 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 7:18: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC40815D37; Wed, 31 Mar 1999 07:18:04 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA64374; Wed, 31 Mar 1999 07:17:48 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 31 Mar 1999 07:17:48 -0800 (PST) From: Message-Id: <199903311517.HAA64374@freefall.freebsd.org> To: dirk.meyer@dinoex.sub.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10884 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port german/webalizer update State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 31 07:17:37 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 7:22: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D87D115BF9; Wed, 31 Mar 1999 07:22:04 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA65080; Wed, 31 Mar 1999 07:21:48 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 31 Mar 1999 07:21:48 -0800 (PST) From: Message-Id: <199903311521.HAA65080@freefall.freebsd.org> To: sheldonh@iafrica.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10859 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] xpilot compiles with debugging support State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 31 07:21:28 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 7:26:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C81E15EAF; Wed, 31 Mar 1999 07:26:31 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA66031; Wed, 31 Mar 1999 07:26:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 31 Mar 1999 07:26:15 -0800 (PST) From: Message-Id: <199903311526.HAA66031@freefall.freebsd.org> To: jim@corp.au.triax.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10829 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: xchat-0.9.3 to 0.9.4 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 31 07:24:47 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 7:28: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7B9B15F36; Wed, 31 Mar 1999 07:27:54 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA66306; Wed, 31 Mar 1999 07:27:38 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 31 Mar 1999 07:27:38 -0800 (PST) From: Message-Id: <199903311527.HAA66306@freefall.freebsd.org> To: jim@corp.au.triax.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10797 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: ascd-0.9.3 to 0.10.1 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 31 07:27:07 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 7:31:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC1D215C31; Wed, 31 Mar 1999 07:31:35 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA67145; Wed, 31 Mar 1999 07:31:19 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 31 Mar 1999 07:31:19 -0800 (PST) From: Message-Id: <199903311531.HAA67145@freefall.freebsd.org> To: sanpei@sanpei.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10851 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Update port: deskutils/cal State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 31 07:29:35 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 7:35:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D220B15D2F; Wed, 31 Mar 1999 07:35:00 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA67786; Wed, 31 Mar 1999 07:34:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 31 Mar 1999 07:34:44 -0800 (PST) From: Message-Id: <199903311534.HAA67786@freefall.freebsd.org> To: tom@eborcom.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10867 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update Port: ezmlm-idx State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 31 07:33:07 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 8:50:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EC51151C3 for ; Wed, 31 Mar 1999 08:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA78313; Wed, 31 Mar 1999 08:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.palmerharvey.co.uk (mail.palmerharvey.co.uk [62.172.109.58]) by hub.freebsd.org (Postfix) with ESMTP id 7C2A115C7A for ; Wed, 31 Mar 1999 08:50:02 -0800 (PST) (envelope-from Dom.Mitchell@palmerharvey.co.uk) Received: from ho-nt-01.pandhm.co.uk (unverified) by mail.palmerharvey.co.uk (Content Technologies SMTPRS 2.0.15) with ESMTP id for ; Wed, 31 Mar 1999 17:49:32 +0100 Received: from voodoo.pandhm.co.uk ([10.100.35.12]) by ho-nt-01.pandhm.co.uk with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id GZL8KFRG; Wed, 31 Mar 1999 17:42:54 +0100 Received: from dom by voodoo.pandhm.co.uk with local (Exim 2.10 #1) id 10SOE6-000FZV-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 31 Mar 1999 17:52:26 +0100 Message-Id: Date: Wed, 31 Mar 1999 17:52:26 +0100 From: Dom Mitchell Reply-To: Dom.Mitchell@palmerharvey.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10892: Upgrade xscreensaver to 3.08 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10892 >Category: ports >Synopsis: Upgrade version of xscreensaver to 3.08 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 31 08:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 4.0-CURRENT i386 >Organization: Palmer & Harvey McLane Ltd. >Environment: FreeBSD voodoo.pandhm.co.uk 4.0-CURRENT FreeBSD 4.0-CURRENT #19: Mon Mar 22 04:35:54 GMT 1999 root@voodoo.pandhm.co.uk:/usr/src/sys/compile/VOODOO i386 XFRee86 3.3.3.1 Mesa 3.0 installed >Description: The latest & greatest version. >How-To-Repeat: The usual. >Fix: Here's the patch to the port. Note that the patches directory is entirely gone now. No patches required - thanks, Jamie! diff -urP /usr/ports/x11/xscreensaver/Makefile xscreensaver/Makefile --- /usr/ports/x11/xscreensaver/Makefile Fri Dec 11 00:02:55 1998 +++ xscreensaver/Makefile Wed Mar 31 16:15:40 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: xscreensaver -# Version required: 3.06 +# Version required: 3.08 # Date created: 10 July 1995 # Whom: dom@myrddin.demon.co.uk # # $Id: Makefile,v 1.18 1998/12/10 12:17:10 jseger Exp $ # -DISTNAME= xscreensaver-3.06 +DISTNAME= xscreensaver-3.08 CATEGORIES= x11 MASTER_SITES= http://www.jwz.org/xscreensaver/ @@ -26,7 +26,7 @@ moire.1 munch.1 noseguy.1 pedal.1 penrose.1 pyro.1 \ qix.1 rd-bomb.1 rocks.1 rorschach.1 sierpinski.1 \ slidescreen.1 slip.1 sonar.1 sphere.1 spiral.1 \ - starfish.1 strange.1 swirl.1 vines.1 xjack.1 xlyap.1 \ + starfish.1 strange.1 swirl.1 t3d.1 vines.1 xjack.1 xlyap.1 \ xroger.1 xscreensaver-command.1 xscreensaver-demo.1 \ xscreensaver.1 diff -urP /usr/ports/x11/xscreensaver/files/md5 xscreensaver/files/md5 --- /usr/ports/x11/xscreensaver/files/md5 Fri Dec 11 00:02:55 1998 +++ xscreensaver/files/md5 Wed Mar 31 10:32:43 1999 @@ -1 +1 @@ -MD5 (xscreensaver-3.06.tar.gz) = 170a198f45c3922a322988c313ed602a +MD5 (xscreensaver-3.08.tar.gz) = 38b7ea3c4489f7a5e653cfb0a95dcacf Only in /usr/ports/x11/xscreensaver: patches diff -urP /usr/ports/x11/xscreensaver/pkg/DESCR xscreensaver/pkg/DESCR --- /usr/ports/x11/xscreensaver/pkg/DESCR Mon Jul 6 09:42:28 1998 +++ xscreensaver/pkg/DESCR Wed Mar 31 10:20:30 1999 @@ -2,10 +2,15 @@ screen instead of going blank. You can specify the programs and their arguments using resources. +Xscreensaver will make use of any installed OpenGL libraries, such as +Mesa (also in the ports collection). + It doesn't work very well with my XF86_S3 with the MIT-SCREEN-SAVER extension, so it is disabled in config.h. It makes very little difference anyway as the saver still watches the keyboard and mouse activity. + +http://www.jwz.org/xscreensaver/ -Satoshi asami@cs.berkeley.edu diff -urP /usr/ports/x11/xscreensaver/pkg/PLIST xscreensaver/pkg/PLIST --- /usr/ports/x11/xscreensaver/pkg/PLIST Fri Dec 11 00:02:55 1998 +++ xscreensaver/pkg/PLIST Wed Mar 31 16:08:11 1999 @@ -1,15 +1,20 @@ bin/ant +bin/atlantis bin/attraction bin/blitspin bin/bouboule bin/braid bin/bsod +bin/bubble3d bin/bubbles +bin/cage bin/coral bin/crystal bin/cynosure bin/decayscreen bin/deco +bin/deluxe +bin/demon bin/discrete bin/distort bin/drift @@ -20,6 +25,8 @@ bin/flow bin/forest bin/galaxy +bin/gears +bin/glplanet bin/goop bin/grav bin/greynetic @@ -34,34 +41,45 @@ bin/julia bin/kaleidescope bin/kumppa +bin/lament bin/laser bin/lightning bin/lisa bin/lissie bin/lmorph +bin/loop bin/maze +bin/moebius bin/moire bin/moire2 +bin/morph3d bin/mountain bin/munch bin/noseguy bin/pedal +bin/penetrate bin/penrose +bin/pipes bin/pyro bin/qix bin/rd-bomb bin/rocks bin/rorschach bin/rotor +bin/rubik bin/sierpinski bin/slidescreen bin/slip bin/sonar bin/sphere bin/spiral +bin/sproingies bin/starfish +bin/stairs bin/strange +bin/superquadrics bin/swirl +bin/t3d bin/triangle bin/truchet bin/vines -- ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. ********************************************************************** >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 9:58:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from finch-post-12.mail.demon.net (finch-post-12.mail.demon.net [194.217.242.41]) by hub.freebsd.org (Postfix) with ESMTP id 21741150DE for ; Wed, 31 Mar 1999 09:58:22 -0800 (PST) (envelope-from tim@scratch.demon.co.uk) Received: from [212.228.22.156] (helo=franklin.matlink) by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1) id 10SPFW-0009hV-0C for freebsd-ports@freebsd.org; Wed, 31 Mar 1999 17:57:58 +0000 Received: from localhost (localhost [127.0.0.1]) by franklin.matlink (8.9.3/8.9.3) with ESMTP id SAA01264 for ; Wed, 31 Mar 1999 18:57:30 +0100 (BST) (envelope-from tim@franklin.matlink) Message-Id: <199903311757.SAA01264@franklin.matlink> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-ports@freebsd.org Subject: wdm wont install Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 31 Mar 1999 18:57:30 +0100 From: Tim Preece Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'm running 4.0-CURRENT on an i686 and have recently de-installed everything and made world etc in a last attemp to sort out a mailing problem, however in doing this I have also learnt a lesson to document everything. The problem is the same as I had before in Jan but with much playing around I managed to set to right the problem so that I could get wdm to compile. The trouble is that now I cant remember what I did. Does anyone know how to get wdm to find the WINGs.h and WUtil.h successfully in order to build the wraster libs needed. Any help much appreciated To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 10: 8:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (nat192.236.mpoweredpc.net [142.177.192.236]) by hub.freebsd.org (Postfix) with ESMTP id 7FE0B150DE; Wed, 31 Mar 1999 10:07:59 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id OAA80229; Wed, 31 Mar 1999 14:07:11 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 31 Mar 1999 14:07:11 -0400 (AST) From: The Hermit Hacker To: Satoshi - the Wraith - Asami Cc: nbm@mithrandr.moria.org, nclayton@lehman.com, ports@FreeBSD.ORG, nik@FreeBSD.ORG Subject: Re: GNU Stow, and the ports system? In-Reply-To: <199903302217.OAA41059@silvia.hip.berkeley.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 Tue, 30 Mar 1999, Satoshi - the Wraith - Asami wrote: > * From: Neil Blakey-Milner > * Cc: ports@FreeBSD.ORG, nik@FreeBSD.ORG > * > * On Tue 1999-03-30 (08:56), nclayton@lehman.com wrote: > * > Now, obviously I could just do this myself (and probably will when my > * > 3.1 box finishes rebuilding itself). But would anyone be interested in > * > having this functionality folded back into the ports system as an option? > > As an option? Heck, I'd like to see it as the default. :) Please make it an option...its taken me two years to finally eliminate it from our servers here at work...I'd hate to have to start all over again with FreeBSD :( Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 10: 9:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (nat192.236.mpoweredpc.net [142.177.192.236]) by hub.freebsd.org (Postfix) with ESMTP id BFD6214BE1; Wed, 31 Mar 1999 10:09:27 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id OAA80233; Wed, 31 Mar 1999 14:09:11 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 31 Mar 1999 14:09:11 -0400 (AST) From: The Hermit Hacker To: nclayton@lehman.com Cc: Satoshi - the Wraith - Asami , nbm@mithrandr.moria.org, ports@FreeBSD.ORG, nik@FreeBSD.ORG Subject: Re: GNU Stow, and the ports system? In-Reply-To: <19990331104809.F14492@lehman.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 31 Mar 1999 nclayton@lehman.com wrote: > On Tue, Mar 30, 1999 at 02:17:47PM -0800, Satoshi - the Wraith - Asami wrote: > > * From: Neil Blakey-Milner > > * Cc: ports@FreeBSD.ORG, nik@FreeBSD.ORG > > * > > * On Tue 1999-03-30 (08:56), nclayton@lehman.com wrote: > > * > Now, obviously I could just do this myself (and probably will when my > > * > 3.1 box finishes rebuilding itself). But would anyone be interested in > > * > having this functionality folded back into the ports system as an option? > > > > As an option? Heck, I'd like to see it as the default. :) > > OK. I tried playing with it briefly last night, but ran in to all sorts > of problems (some of which are doubtless to do with the fact that my box > is in a state of disarray at the moment). In particular it seems to > violently object to the fact that /usr/local/ on my system is a symlink > to /local/1/usr.local. Even more fun is when you create a file in /usr/local that isn't "registered" in the 'stow database'...next time you run stow, it will happily remove it for you :) At least, with the system we were using, 'stow' (in our case, called 'depot') *owns* /usr/local ... don't put anything in there that it doesn't know about or it will trash it... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 10:46:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id E1EDF14E27 for ; Wed, 31 Mar 1999 10:46:15 -0800 (PST) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 29658 invoked by uid 1003); 31 Mar 1999 20:51:48 -0000 Date: Wed, 31 Mar 1999 20:51:48 +0000 From: Neil Blakey-Milner To: The Hermit Hacker Cc: nclayton@lehman.com, Satoshi - the Wraith - Asami , ports@FreeBSD.ORG, nik@FreeBSD.ORG Subject: Re: GNU Stow, and the ports system? Message-ID: <19990331205148.A14649@rucus.ru.ac.za> References: <19990331104809.F14492@lehman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: ; from The Hermit Hacker on Wed, Mar 31, 1999 at 02:09:11PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed 1999-03-31 (14:09), The Hermit Hacker wrote: > Even more fun is when you create a file in /usr/local that isn't > "registered" in the 'stow database'...next time you run stow, it will > happily remove it for you :) > > At least, with the system we were using, 'stow' (in our case, called > 'depot') *owns* /usr/local ... don't put anything in there that it doesn't > know about or it will trash it... Stow doesn't maintain state information between running, and thus doesn't have a "database" - that's one of it's main differences compared to Depot. That and stow is a lot simpler than Depot, which can sometimes be pretty cryptic, and is also much safer (for the reasons you mention above). Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 10:56:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 858C0155EB for ; Wed, 31 Mar 1999 10:56:31 -0800 (PST) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 47401 invoked by uid 1003); 31 Mar 1999 21:02:03 -0000 Date: Wed, 31 Mar 1999 21:02:03 +0000 From: Neil Blakey-Milner To: nclayton@lehman.com Cc: Satoshi - the Wraith - Asami , ports@FreeBSD.ORG, nik@FreeBSD.ORG Subject: Re: GNU Stow, and the ports system? Message-ID: <19990331210203.B14649@rucus.ru.ac.za> References: <19990330085646.T14492@lehman.com> <19990330113617.A22325@rucus.ru.ac.za> <199903302217.OAA41059@silvia.hip.berkeley.edu> <19990331104809.F14492@lehman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <19990331104809.F14492@lehman.com>; from nclayton@lehman.com on Wed, Mar 31, 1999 at 10:48:09AM +0100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed 1999-03-31 (10:48), nclayton@lehman.com wrote: > > As an option? Heck, I'd like to see it as the default. :) > > OK. I tried playing with it briefly last night, but ran in to all sorts > of problems (some of which are doubtless to do with the fact that my box > is in a state of disarray at the moment). In particular it seems to > violently object to the fact that /usr/local/ on my system is a symlink > to /local/1/usr.local. This is one of the weirder things I've seen it do - when the directory to be stowed to is itself a symlink. It also has some weird incongruencies mentioned in the manual. > I'll get some more time next week. In the mean time I note that it's > written in Perl 4. I could well be better off dusting down some of > my own scripts (Perl 5) and properly documenting them instead. It's pretty old, and that's one of the reasons I offered to write something like it. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 11:18:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from idea.co.uk (ultra2.idea.co.uk [194.36.20.11]) by hub.freebsd.org (Postfix) with ESMTP id 23CED150FE for ; Wed, 31 Mar 1999 11:18:41 -0800 (PST) (envelope-from kiril@idea.co.uk) Received: (from kiril@localhost) by idea.co.uk (8.9.2/8.9.2) id UAA19058 for freebsd-ports@freebsd.org; Wed, 31 Mar 1999 20:14:43 +0100 (BST) From: Kiril Mitev Message-Id: <199903311914.UAA19058@idea.co.uk> Subject: perl Gtk - run time failure To: freebsd-ports@freebsd.org Date: Wed, 31 Mar 1999 20:14:43 +0100 (BST) X-Mailer: ELM [version 2.4 PL25] 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 This is 3.1-RELEASE, trying to build port p5-Gtk.... during the config , the following messages comes up: Looks good Note (probably harmless): No library found for -lgif Note (probably harmless): No library found for -ltiff34 Note (probably harmless): No library found for -lpng Note (probably harmless): No library found for -ljpeg Writing Makefile for Gtk the build is fine, but attempts to use Gtk (or run make test) result in: Can't load 'blib/arch/auto/Gtk/Gtk.so' for module Gtk: /usr/X11R6/lib/libgdk_imlib.so.2: Undefined symbol "png_libpng_ver" at /usr/libdata/perl/5.00502/DynaLoader.pm line 168. (yes, all those libs ARE installed....and even exist) Kiril To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 11:28: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 150EE155E8 for ; Wed, 31 Mar 1999 11:27:37 -0800 (PST) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 52153 invoked by uid 1003); 31 Mar 1999 21:33:11 -0000 Date: Wed, 31 Mar 1999 21:33:11 +0000 From: Neil Blakey-Milner To: Satoshi - the Wraith - Asami Cc: nclayton@lehman.com, ports@FreeBSD.ORG, nik@FreeBSD.ORG Subject: Re: GNU Stow, and the ports system? Message-ID: <19990331213311.C14649@rucus.ru.ac.za> References: <19990330085646.T14492@lehman.com> <19990330113617.A22325@rucus.ru.ac.za> <199903302217.OAA41059@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199903302217.OAA41059@silvia.hip.berkeley.edu>; from Satoshi - the Wraith - Asami on Tue, Mar 30, 1999 at 02:17:47PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue 1999-03-30 (14:17), Satoshi - the Wraith - Asami wrote: > * infighting). If you're interested in the concept more than the program, > * I'm willing to do the coding, if you're not interesting in that part and > * were thinking of using Stow. > > No need to reinvent the wheel, this is not the kernel so we don't have > a problem with GPL's software (or we'll have to rewrite the compiler...). Stow is reasonably old, and needs a good rewrite in any case, and I've been planning to write something like it for a while now. In any case, stow is a reinvented wheel of depot, which admittedly is way too complex. Stow is a bit too simple too, and there are some seriously missing bits in it, which I'd like to add, and has some weird inconsistencies which I'd like to fix. The GPL/BSD thing only really applies in my mind to integration with the ports system, which doesn't seem to have any bits of it GPL as yet. (the compiler doesn't count - it's not a requirement that we use only it) Since I believe we'll do more work on it that was done to create stow, someone might as well write a version from scratch. And I'd like to write the majority of the "stow" system in C, for possible inclusion in an envisaged libpkg (which would have the usual perl and python modules, etc). This libpkg would then be used in future packaging programs. (which is talking many ages in the future) In any case, the C code would be of more use on the boot floppy when we install programs - the stow perl bits would not usable, and I think providing a consistent interface to the packaging system is essential. (of course, I may be wrong) (and we need a new trendy name for it) Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 12:23: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3983415D1A; Wed, 31 Mar 1999 12:23:06 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA01361; Wed, 31 Mar 1999 12:22:49 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Wed, 31 Mar 1999 12:22:49 -0800 (PST) From: Message-Id: <199903312022.MAA01361@freefall.freebsd.org> To: tom@eborcom.com, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10890 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: html2ps: Bad CATEGORIES State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Wed Mar 31 12:20:27 PST 1999 State-Changed-Why: Updated in rev1.7 of ports/print/html2ps/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 13:40:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axp5.physik.fu-berlin.de (axp5.physik.fu-berlin.de [160.45.34.3]) by hub.freebsd.org (Postfix) with ESMTP id 3B1A414D81 for ; Wed, 31 Mar 1999 13:40:46 -0800 (PST) (envelope-from thimm@oberon.physik.fu-berlin.de) Received: from oberon.physik.fu-berlin.de (oberon.physik.fu-berlin.de [160.45.33.83]) by axp5.physik.fu-berlin.de (8.9.1a/8.9.1) with ESMTP id XAA21994; Wed, 31 Mar 1999 23:40:14 +0200 (MET DST) Received: (from thimm@localhost) by oberon.physik.fu-berlin.de (8.9.1a/8.9.1) id XAA22195; Wed, 31 Mar 1999 23:40:12 +0200 (MET DST) Message-ID: <19990331234012.A22859@physik.fu-berlin.de> Date: Wed, 31 Mar 1999 23:40:12 +0200 From: Axel Thimm To: Sheldon Hearn , Gary Jennejohn Cc: ports@FreeBSD.ORG Subject: Re: Maintainer wanted: math/fftw References: <199903302104.XAA02456@peedub.muc.de> <12581.922867716@axl.noc.iafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <12581.922867716@axl.noc.iafrica.com>; from Sheldon Hearn on Wed, Mar 31, 1999 at 10:08:36AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Mar 31, 1999 at 10:08:36AM +0200, Sheldon Hearn wrote: > On Tue, 30 Mar 1999 23:04:15 +0200, Gary Jennejohn wrote: > > did you try both addresses listed in the Makefile ? I've recently sent > > Lars mail at Lars.Koeller@Uni-Bielefeled.DE with no problems. ^ There is an `e' too many, the town's name is Bielefeld. > This message was created automatically by mail delivery software. > > A message that you sent could not be delivered to all of its recipients. The > following address(es) failed: > > Lars.Koeller@Uni-Bielefeled.DE: > unrouteable mail domain "uni-bielefeled.de" > > ------ This is a copy of the message, including all the headers. ------ > > He's definitely "not contactable" from here. :-) -- Axel.Thimm@physik.fu-berlin.de Axel.Thimm@ifh.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 17:49:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BE0214CF2; Wed, 31 Mar 1999 17:49:51 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA18864; Wed, 31 Mar 1999 17:49:34 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Wed, 31 Mar 1999 17:49:34 -0800 (PST) From: Message-Id: <199904010149.RAA18864@freefall.freebsd.org> To: mi@aldan.algebra.com, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/8795 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: xgal.sndsrv.freebsd.c is out of sync with sound.h State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Wed Mar 31 17:44:33 PST 1999 State-Changed-Why: Committed your patch. And I found another bug: - if (!dsp) do_nothing(); + if (dsp<0) do_nothing(); in xgal.sndsrv.freebsd.c. I fixed it. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 18:43: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 193C7151A3; Wed, 31 Mar 1999 18:43:01 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA22908; Wed, 31 Mar 1999 18:42:44 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Wed, 31 Mar 1999 18:42:44 -0800 (PST) From: Message-Id: <199904010242.SAA22908@freefall.freebsd.org> To: cjh@kr.freebsd.org, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10644 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: korean/gtk10 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Wed Mar 31 18:42:26 PST 1999 State-Changed-Why: committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 18:43:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B4FB155A9; Wed, 31 Mar 1999 18:43:27 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA22984; Wed, 31 Mar 1999 18:43:11 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Wed, 31 Mar 1999 18:43:11 -0800 (PST) From: Message-Id: <199904010243.SAA22984@freefall.freebsd.org> To: cjh@kr.freebsd.org, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10645 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: korean/gau State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Wed Mar 31 18:42:48 PST 1999 State-Changed-Why: committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 19: 7:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A686414D2C; Wed, 31 Mar 1999 19:07:53 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA24352; Wed, 31 Mar 1999 19:07:37 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Wed, 31 Mar 1999 19:07:37 -0800 (PST) From: Message-Id: <199904010307.TAA24352@freefall.freebsd.org> To: lkoeller@cc.fh-lippe.de, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9955 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port tclock (transparent analog clock) State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Wed Mar 31 19:07:16 PST 1999 State-Changed-Why: committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 19:21:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from wna1.wna-linknet.com (wna1.wna-linknet.com [208.128.88.10]) by hub.freebsd.org (Postfix) with ESMTP id 97EE21522D for ; Wed, 31 Mar 1999 19:21:24 -0800 (PST) (envelope-from frodo@wna-linknet.com) Received: from brenda (cust138.wna-linknet.com [208.128.88.138]) by wna1.wna-linknet.com (8.8.8/8.8.8) with SMTP id WAA19186 for ; Wed, 31 Mar 1999 22:21:04 -0500 (EST) Message-ID: <008d01be7bee$0b71e8c0$0200000a@wnalinknet.com> From: "Edward Rempala" To: Subject: Date: Wed, 31 Mar 1999 22:16:17 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org auth 65738bd5 subscribe freebsd-ports frodo@wna-linknet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 19:40:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7379314BD8 for ; Wed, 31 Mar 1999 19:40:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA25867; Wed, 31 Mar 1999 19:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 31 Mar 1999 19:40:01 -0800 (PST) Message-Id: <199904010340.TAA25867@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/10710: postfix port Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10710; it has been noted by GNATS. From: Chris Piazza To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/10710: postfix port Date: Wed, 31 Mar 1999 19:32:04 -0800 (PST) This PR should be closed, postfix-19990317-pl03 is in the ports tree already. --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 19:50:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B72461556C for ; Wed, 31 Mar 1999 19:50:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA26303; Wed, 31 Mar 1999 19:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 17CD514BD8; Wed, 31 Mar 1999 19:49:02 -0800 (PST) Message-Id: <19990401034902.17CD514BD8@hub.freebsd.org> Date: Wed, 31 Mar 1999 19:49:02 -0800 (PST) From: jcwells@u.washington.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10896: ghostview should use newer libpng Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10896 >Category: ports >Synopsis: ghostview should use newer libpng >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 31 19:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jason C. Wells >Release: 3.1-STABLE >Organization: UW >Environment: FreeBSD s8-37-26.student.washington.edu 3.1-STABLE FreeBSD 3.1-STABLE #11: Wed Mar 31 16:08:08 PST 1999 jcw@s8-37-26.student.washington.edu:/usr/src/sys/compile/30STABLE i386 >Description: /usr/libexec/ld-elf.so.1: Shared object "libpng.so.2" not found Error: PostScript interpreter failed in main window >How-To-Repeat: >Fix: Make ghostview use FWIW: ln -s libpng.so.3 libpng.so.2 makes ghostview work. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 20: 6:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 791E2150B5; Wed, 31 Mar 1999 20:06:17 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA27201; Wed, 31 Mar 1999 20:06:01 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Date: Wed, 31 Mar 1999 20:06:01 -0800 (PST) From: Message-Id: <199904010406.UAA27201@freefall.freebsd.org> To: blaz@gold.amis.net, jkoshy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10710 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: postfix port State-Changed-From-To: open->closed State-Changed-By: jkoshy State-Changed-When: Wed Mar 31 20:03:31 PST 1999 State-Changed-Why: A port of Postfix was committed by torstenb on 29 Mar 1999. Thanks for contributing though! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 22:37:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 3D314151AF; Wed, 31 Mar 1999 22:37:22 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id WAA07247; Wed, 31 Mar 1999 22:37:12 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) To: Bill Fenner Cc: ports@freebsd.org, jkh@freebsd.org Subject: Re: Freshly installed 3.1-19990328-STABLE is too old for bsd.port.mk? In-reply-to: Your message of "Tue, 30 Mar 1999 17:46:16 PST." <199903310146.UAA28226@windsor.research.att.com> Date: Wed, 31 Mar 1999 22:37:12 -0800 Message-ID: <7245.922948632@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Eh? What? > > I guess sysinstall needs to install a /var/db/pkg/.mkversion? ... > > Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 22:38: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id AE429151AF; Wed, 31 Mar 1999 22:38:08 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id WAA07262; Wed, 31 Mar 1999 22:38:01 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) To: asami@FreeBSD.ORG (Satoshi - the Wraith - Asami) Cc: fenner@research.att.com, ports@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: Freshly installed 3.1-19990328-STABLE is too old for bsd.port.mk? In-reply-to: Your message of "Tue, 30 Mar 1999 17:54:50 PST." <199903310154.RAA46169@silvia.hip.berkeley.edu> Date: Wed, 31 Mar 1999 22:38:01 -0800 Message-ID: <7260.922948681@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I think not! Too evil. > * I guess sysinstall needs to install a /var/db/pkg/.mkversion? ... > > Aieek. You're right. > > Jordan, what do you think? > > -W To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 22:50:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 60929151AB for ; Wed, 31 Mar 1999 22:50:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA38840; Wed, 31 Mar 1999 22:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from corp.au.triax.com (slwag1p26.ozemail.com.au [203.108.157.42]) by hub.freebsd.org (Postfix) with ESMTP id 970F415C62 for ; Wed, 31 Mar 1999 22:40:28 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id QAA49000; Thu, 1 Apr 1999 16:40:08 +1000 (EST) Message-Id: <199904010640.QAA49000@corp.au.triax.com> Date: Thu, 1 Apr 1999 16:40:08 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@corp.au.triax.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10897: update port: wmweather-1.28 to 1.29 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10897 >Category: ports >Synopsis: update port wmweather-1.28 to 1.29 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 31 22:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: Patch updates the wmweather port from 1.28 to 1.29. I also added USE_X_PREFIX since it should be installed there and removed patch-aa because it's no longer needed. Also updated the MASTER_SITE to the new location. >How-To-Repeat: >Fix: Apply the following patch.. diff -ruN /usr/ports/misc/wmweather/Makefile wmweather/Makefile --- /usr/ports/misc/wmweather/Makefile Tue Mar 23 09:29:30 1999 +++ wmweather/Makefile Thu Apr 1 16:28:18 1999 @@ -1,20 +1,21 @@ # New ports collection makefile for: wmWeather-1.28 -# Version required: 1.28 +# Version required: 1.29 # Date created: 26 January 1998 # Whom: Kris Kennaway # # $Id: Makefile,v 1.3 1999/03/22 12:48:05 kris Exp $ -DISTNAME= wmWeather-1.28 +DISTNAME= wmWeather-1.29 CATEGORIES= misc windowmaker -MASTER_SITES= http://www.physics.adelaide.edu.au/~kkennawa/ +MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ MAINTAINER= kris@FreeBSD.ORG -WRKSRC= ${WRKDIR}/${DISTNAME}/wmWeather +WRKSRC= ${WRKDIR}/${DISTNAME}/Src USE_GMAKE= yes ALL_TARGET= clean all +USE_X_PREFIX= yes MAN1= wmWeather.1 diff -ruN /usr/ports/misc/wmweather/files/md5 wmweather/files/md5 --- /usr/ports/misc/wmweather/files/md5 Sat Mar 13 15:36:56 1999 +++ wmweather/files/md5 Thu Apr 1 16:19:59 1999 @@ -1 +1 @@ -MD5 (wmWeather-1.28.tar.gz) = 42c162cf43823448590fc765135c1597 +MD5 (wmWeather-1.29.tar.gz) = bb93a32f2d78a1e4f2e08b2ca94f5ffd diff -ruN /usr/ports/misc/wmweather/patches/patch-aa wmweather/patches/patch-aa --- /usr/ports/misc/wmweather/patches/patch-aa Thu Mar 11 23:08:09 1999 +++ wmweather/patches/patch-aa Thu Apr 1 16:24:56 1999 @@ -1,18 +1,11 @@ -*** Makefile Wed Jan 20 04:44:49 1999 ---- Makefile~ Tue Jan 26 23:40:36 1999 -*************** -*** 1,6 **** -! CC = gcc -! CFLAGS = -O2 -Wall -! INCDIR = -I/usr/X11R6/include/X11 - DESTDIR= /usr/X11R6 - LIBDIR = -L/usr/X11R6/lib - # for linux ---- 1,7 ---- -! CC ?= gcc -! CFLAGS ?= -O2 -! CFLAGS += -Wall -! INCDIR = -I/usr/X11R6/include - DESTDIR= /usr/X11R6 - LIBDIR = -L/usr/X11R6/lib - # for linux +--- GrabWeather.orig Thu Apr 1 16:23:29 1999 ++++ GrabWeather Thu Apr 1 16:24:20 1999 +@@ -49,7 +49,7 @@ + # for some people? Dont know why... (Perhaps they have a ~/.wgetrc file + # that overrides command line options?). + # +- $GrabCmd = "wget --proxy=off --passive-ftp --tries 0 -q -O $home/.wmWeatherReports/$StationID.TXT $URL"; ++ $GrabCmd = "fetch -q -o $home/.wmWeatherReports/$StationID.TXT $URL"; + system "$GrabCmd"; + + diff -ruN /usr/ports/misc/wmweather/patches/patch-ab wmweather/patches/patch-ab --- /usr/ports/misc/wmweather/patches/patch-ab Fri Mar 12 22:04:16 1999 +++ wmweather/patches/patch-ab Thu Jan 1 10:00:00 1970 @@ -1,11 +0,0 @@ ---- GrabWeather.orig Thu Mar 11 13:55:19 1999 -+++ GrabWeather Thu Mar 11 13:58:18 1999 -@@ -49,7 +49,7 @@ - # for some people? Dont know why... (Perhaps they have a ~/.wgetrc file - # that overrides command line options?). - # -- $GrabCmd = "wget --passive-ftp --tries 2 -q -O $home/.wmWeatherReports/$StationID.TXT $URL"; -+ $GrabCmd = "fetch -q -o $home/.wmWeatherReports/$StationID.TXT $URL"; - system "$GrabCmd"; - - diff -ruN /usr/ports/misc/wmweather/pkg/PLIST wmweather/pkg/PLIST --- /usr/ports/misc/wmweather/pkg/PLIST Thu Mar 11 23:08:08 1999 +++ wmweather/pkg/PLIST Thu Apr 1 16:28:25 1999 @@ -1,3 +1,2 @@ bin/wmWeather bin/GrabWeather - >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 23:40:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CFAF15533 for ; Wed, 31 Mar 1999 23:40:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA42070; Wed, 31 Mar 1999 23:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from corp.au.triax.com (slwag1p26.ozemail.com.au [203.108.157.42]) by hub.freebsd.org (Postfix) with ESMTP id DBAB3150B5 for ; Wed, 31 Mar 1999 23:31:52 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id RAA73860; Thu, 1 Apr 1999 17:31:32 +1000 (EST) Message-Id: <199904010731.RAA73860@corp.au.triax.com> Date: Thu, 1 Apr 1999 17:31:32 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@corp.au.triax.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10898: update port: wmmail-0.62 to 0.63a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10898 >Category: ports >Synopsis: update port wmmail-0.62 to 0.63a >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 31 23:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: Patch updates the wmmail port from 0.62 to 0.63a which, according to the author, fixes a bug with *BSD systems. >How-To-Repeat: >Fix: Apply the following patch.. diff -ruN wmmail/Makefile wmmail-0.63a/Makefile --- wmmail/Makefile Thu Apr 1 17:24:46 1999 +++ wmmail-0.63a/Makefile Thu Apr 1 17:24:00 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: wmmail -# Version required: 0.62 +# Version required: 0.63a # Date created: 7 Jun 1998 # Whom: rom # # $Id: Makefile,v 1.8 1999/03/15 01:15:57 steve Exp $ # -DISTNAME= WMMail.app-0.62 -PKGNAME= wmmail-0.62 +DISTNAME= WMMail.app-0.63a +PKGNAME= wmmail-0.63a CATEGORIES= mail windowmaker MASTER_SITES= http://www.eecg.utoronto.ca/~chanb/ @@ -19,17 +19,18 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-PL-libs="-L${LOCALBASE}/lib" \ --with-PL-incs="-I${LOCALBASE}/include" -WRKSRC= ${WRKDIR}/WMMail.app-0.62 +WRKSRC= ${WRKDIR}/WMMail.app-0.63a USE_X_PREFIX= yes post-install: @${ECHO} " " - @${ECHO} "---------------------------------------------------------------------" - @${ECHO} "===> Installing WMMail.defaults in ${PREFIX}/share/doc/WMMail" - @${ECHO} "===> Modify to your config and copy to ~/GNUstep/Defaults/WMMail" - @${ECHO} "---------------------------------------------------------------------" + @${ECHO} "------------------------------------------------------------------------------" + @${ECHO} "===> Installing WMMail defaults in ${PREFIX}/GNUstep/Apps/WMMail.app/Defaults" + @${ECHO} "===> Modify to your config and copy to ~/GNUstep/Defaults/WMMail" @${ECHO} " " - @${MKDIR} ${PREFIX}/share/doc/WMMail && chmod a+rx ${PREFIX}/share/doc/WMMail - ${INSTALL_DATA} ${WRKSRC}/WMMail.defaults ${PREFIX}/share/doc/WMMail + @${ECHO} "===> Installing README in ${PREFIX}/GNUstep/Apps/WMMail.app" + @${ECHO} "------------------------------------------------------------------------------" + @${ECHO} " " + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/GNUstep/Apps/WMMail.app .include diff -ruN wmmail/files/md5 wmmail-0.63a/files/md5 --- wmmail/files/md5 Thu Apr 1 17:24:45 1999 +++ wmmail-0.63a/files/md5 Thu Apr 1 16:44:01 1999 @@ -1 +1 @@ -MD5 (WMMail.app-0.62.tar.gz) = fcbed0b87f7a0b5a8018f5e24d9ff3a3 +MD5 (WMMail.app-0.63a.tar.gz) = c1f3faf0ecc9123413088c06acebf177 diff -ruN wmmail/pkg/PLIST wmmail-0.63a/pkg/PLIST --- wmmail/pkg/PLIST Thu Apr 1 17:24:45 1999 +++ wmmail-0.63a/pkg/PLIST Thu Apr 1 17:20:56 1999 @@ -1,4 +1,52 @@ GNUstep/Apps/WMMail.app/WMMail -share/doc/WMMail/WMMail.defaults +GNUstep/Apps/WMMail.app/README +GNUstep/Apps/WMMail.app/Anims/NeXT/Mail1.xpm +GNUstep/Apps/WMMail.app/Anims/NeXT/Mail2.xpm +GNUstep/Apps/WMMail.app/Anims/NeXT/Mail3.xpm +GNUstep/Apps/WMMail.app/Anims/asmail/asmail-new.xpm +GNUstep/Apps/WMMail.app/Anims/asmail/asmail-no.xpm +GNUstep/Apps/WMMail.app/Anims/asmail/asmail-old.xpm +GNUstep/Apps/WMMail.app/Anims/e/e-no.xpm +GNUstep/Apps/WMMail.app/Anims/e/e0.xpm +GNUstep/Apps/WMMail.app/Anims/e/e1.xpm +GNUstep/Apps/WMMail.app/Anims/e/e2.xpm +GNUstep/Apps/WMMail.app/Anims/e/e3.xpm +GNUstep/Apps/WMMail.app/Anims/e/e4.xpm +GNUstep/Apps/WMMail.app/Anims/e/e5.xpm +GNUstep/Apps/WMMail.app/Anims/e/e6.xpm +GNUstep/Apps/WMMail.app/Anims/e/e7.xpm +GNUstep/Apps/WMMail.app/Anims/e/e8.xpm +GNUstep/Apps/WMMail.app/Anims/e/e9.xpm +GNUstep/Apps/WMMail.app/Anims/e/e10.xpm +GNUstep/Apps/WMMail.app/Anims/e/e11.xpm +GNUstep/Apps/WMMail.app/Anims/monitor-e/monitor-no.xpm +GNUstep/Apps/WMMail.app/Anims/monitor-e/monitor-e0.xpm +GNUstep/Apps/WMMail.app/Anims/monitor-e/monitor-e1.xpm +GNUstep/Apps/WMMail.app/Anims/monitor-e/monitor-e2.xpm +GNUstep/Apps/WMMail.app/Anims/monitor-e/monitor-e3.xpm +GNUstep/Apps/WMMail.app/Anims/monitor-e/monitor-e4.xpm +GNUstep/Apps/WMMail.app/Anims/monitor-e/monitor-e5.xpm +GNUstep/Apps/WMMail.app/Anims/monitor-e/monitor-e6.xpm +GNUstep/Apps/WMMail.app/Anims/monitor-e/monitor-e7.xpm +GNUstep/Apps/WMMail.app/Anims/monitor-e/monitor-e8.xpm +GNUstep/Apps/WMMail.app/Anims/monitor-e/monitor-e9.xpm +GNUstep/Apps/WMMail.app/Anims/monitor-e/monitor-e10.xpm +GNUstep/Apps/WMMail.app/Anims/monitor-e/monitor-e11.xpm +GNUstep/Apps/WMMail.app/Defaults/WMMail +GNUstep/Apps/WMMail.app/Sounds/NewMail.au +GNUstep/Apps/WMMail.app/Sounds/NoMail.au +GNUstep/Apps/WMMail.app/Sounds/bark.au +GNUstep/Apps/WMMail.app/Sounds/bass_snap.au +GNUstep/Apps/WMMail.app/Sounds/clink.au +GNUstep/Apps/WMMail.app/Sounds/doorbell.au +GNUstep/Apps/WMMail.app/Sounds/drip.au +GNUstep/Apps/WMMail.app/Sounds/hammer.au +GNUstep/Apps/WMMail.app/Sounds/monkey.au +@dirrm GNUstep/Apps/WMMail.app/Anims/NeXT +@dirrm GNUstep/Apps/WMMail.app/Anims/asmail +@dirrm GNUstep/Apps/WMMail.app/Anims/e +@dirrm GNUstep/Apps/WMMail.app/Anims/monitor-e +@dirrm GNUstep/Apps/WMMail.app/Anims +@dirrm GNUstep/Apps/WMMail.app/Defaults +@dirrm GNUstep/Apps/WMMail.app/Sounds @dirrm GNUstep/Apps/WMMail.app -@dirrm share/doc/WMMail >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 31 23:50:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A6C5151DD for ; Wed, 31 Mar 1999 23:50:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA42746; Wed, 31 Mar 1999 23:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from corp.au.triax.com (slwag1p26.ozemail.com.au [203.108.157.42]) by hub.freebsd.org (Postfix) with ESMTP id C1A5E15C45 for ; Wed, 31 Mar 1999 23:47:47 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id RAA80214; Thu, 1 Apr 1999 17:47:28 +1000 (EST) Message-Id: <199904010747.RAA80214@corp.au.triax.com> Date: Thu, 1 Apr 1999 17:47:28 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@corp.au.triax.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10900: update port: wmitime-0.2 to 0.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10900 >Category: ports >Synopsis: update port wmitime-0.2 to 0.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 31 23:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: Patch updates the wmitime port from 0.2 to 0.3. >How-To-Repeat: >Fix: Apply the following patch.. diff -ruN wmitime/Makefile wmitime-0.3/Makefile --- wmitime/Makefile Thu Apr 1 17:34:06 1999 +++ wmitime-0.3/Makefile Thu Apr 1 17:37:04 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: wmitime -# Version required: 0.2 +# Version required: 0.3 # Date created: 14 March 1999 # Whom: Jim Mock # # $Id: Makefile,v 1.1.1.1 1999/03/16 09:46:15 kris Exp $ # -DISTNAME= wmitime-0.2 +DISTNAME= wmitime-0.3 CATEGORIES= x11-clocks windowmaker afterstep MASTER_SITES= http://www.neotokyo.org/illusion/ @@ -17,7 +17,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes -WRKSRC= ${WRKDIR}/wmitime.app/wmitime +WRKSRC= ${WRKDIR}/wmitime/wmitime do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmitime ${PREFIX}/bin diff -ruN wmitime/files/md5 wmitime-0.3/files/md5 --- wmitime/files/md5 Thu Apr 1 17:34:05 1999 +++ wmitime-0.3/files/md5 Thu Apr 1 17:35:32 1999 @@ -1 +1 @@ -MD5 (wmitime-0.2.tar.gz) = 80de7b5fd8fb3eb19e01389d39063b8f +MD5 (wmitime-0.3.tar.gz) = 7168e9d6b5930d510727530a309d812c diff -ruN wmitime/patches/patch-aa wmitime-0.3/patches/patch-aa --- wmitime/patches/patch-aa Thu Apr 1 17:34:06 1999 +++ wmitime-0.3/patches/patch-aa Thu Apr 1 17:41:29 1999 @@ -1,6 +1,7 @@ ---- Makefile.orig Sat Dec 12 13:11:45 1998 -+++ Makefile Tue Mar 16 20:05:45 1999 -@@ -1,6 +1,10 @@ +--- Makefile.orig Thu Apr 1 17:38:14 1999 ++++ Makefile Thu Apr 1 17:41:17 1999 +@@ -1,7 +1,10 @@ +-#LANG = fr +CC ?= gcc +CFLAGS ?= -O2 +CFLAGS += -Wall @@ -12,20 +13,20 @@ OBJS = wmitime.o \ ../wmgeneral/wmgeneral.o \ ../wmgeneral/misc.o \ -@@ -8,10 +12,10 @@ +@@ -9,10 +12,10 @@ .c.o: -- cc -I/usr/X11R6/share/include $(FLAGS) -c -Wall $< -o $*.o +- cc -I/usr/X11R6/share/include $(FLAGS) -D$(LANG) -c -Wall $< -o $*.o + $(CC) $(CFLAGS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR) wmtime: $(OBJS) -- cc $(FLAGS) -o wmitime $^ -lXext $(LIBDIR) $(LIBS) -+ $(CC) $(CFLAGS) $(SYSTEM) -o wmitime $^ $(INCDIR) $(LIBDIR) $(LIBS) +- cc $(FLAGS) -D$(LANG) -o wmitime $^ -lXext $(LIBDIR) $(LIBS) ++ $(CC) $(CFLAGS) $(SYSTEM) -o wmitime $^ $(INCDIR) $(LIBDIR) $(LIBS) all:: wmtime -@@ -23,11 +27,5 @@ +@@ -24,24 +27,5 @@ rm -f *~ install:: wmitime @@ -38,3 +39,16 @@ -# chmod 644 /etc/wminetrc + install -s -m 0755 wmitime $(DESTDIR)/bin @echo "wmitime Installation finished..." +- +- +- +- +- +- +- +- +- +- +- +- +- >Release-Note: >Audit-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 1 0:17:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1246615E63; Thu, 1 Apr 1999 00:15:31 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA45699; Thu, 1 Apr 1999 00:15:15 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Thu, 1 Apr 1999 00:15:15 -0800 (PST) From: Message-Id: <199904010815.AAA45699@freefall.freebsd.org> To: rmiya@cc.hirosaki-u.ac.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/8696 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: psi88 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Apr 1 00:14:44 PST 1999 State-Changed-Why: Commited, 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 1 0:20:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EE0515E8D; Thu, 1 Apr 1999 00:16:17 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA45873; Thu, 1 Apr 1999 00:16:01 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Thu, 1 Apr 1999 00:16:01 -0800 (PST) From: Message-Id: <199904010816.AAA45873@freefall.freebsd.org> To: rmiya@cc.hirosaki-u.ac.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/8863 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [Reviced] New port: mopac7 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Apr 1 00:15:39 PST 1999 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 1 0:30:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA7F214C80 for ; Thu, 1 Apr 1999 00:30:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA47258; Thu, 1 Apr 1999 00:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from corp.au.triax.com (slwag1p26.ozemail.com.au [203.108.157.42]) by hub.freebsd.org (Postfix) with ESMTP id 75CA91500D for ; Thu, 1 Apr 1999 00:24:44 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id SAA88311; Thu, 1 Apr 1999 18:24:26 +1000 (EST) Message-Id: <199904010824.SAA88311@corp.au.triax.com> Date: Thu, 1 Apr 1999 18:24:26 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@corp.au.triax.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10901: update port: wmcalclock-1.22 to 1.24 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10901 >Category: ports >Synopsis: update port wmcalclock-1.22 to 1.24 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 1 00:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: Patch updates the wmcalclock port from 1.22 to 1.24. I also changed the MASTER_SITE to the author's site and removed USE_XLIB because it's implied by USE_X_PREFIX. >How-To-Repeat: >Fix: Apply the following patch.. diff -ruN wmcalclock/Makefile wmcalclock-1.24/Makefile --- wmcalclock/Makefile Thu Apr 1 18:23:15 1999 +++ wmcalclock-1.24/Makefile Thu Apr 1 18:21:39 1999 @@ -1,23 +1,22 @@ # New ports collection makefile for: wmCalClock -# Version required: 1.22 +# Version required: 1.24 # Date created: 16 March 1999 # Whom: Kris Kennaway # # $Id: Makefile,v 1.3 1999/03/30 13:47:01 kris Exp $ # -DISTNAME= wmCalClock-1.22 +DISTNAME= wmCalClock-1.24 CATEGORIES= x11-clocks windowmaker -MASTER_SITES= ftp://ftp.ukrnet.net/pub/Unix/WindowMaker/src/ +MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ MAINTAINER= kris@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm/ -WRKSRC= ${WRKDIR}/${DISTNAME}/wmCalClock +WRKSRC= ${WRKDIR}/${DISTNAME}/Src USE_X_PREFIX= yes -USE_XLIB= yes USE_GMAKE= yes ALL_TARGET= clean all diff -ruN wmcalclock/files/md5 wmcalclock-1.24/files/md5 --- wmcalclock/files/md5 Thu Apr 1 18:23:14 1999 +++ wmcalclock-1.24/files/md5 Thu Apr 1 17:53:49 1999 @@ -1 +1 @@ -MD5 (wmCalClock-1.22.tar.gz) = eef9fee32365379a3e6fced2d7734052 +MD5 (wmCalClock-1.24.tar.gz) = 5755e93faceac796cdb6a24dbf5817d7 >Release-Note: >Audit-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 1 1: 0:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F38F314C8C for ; Thu, 1 Apr 1999 01:00:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA49996; Thu, 1 Apr 1999 01:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 0C031150E3; Thu, 1 Apr 1999 00:57:01 -0800 (PST) Message-Id: <19990401085701.0C031150E3@hub.freebsd.org> Date: Thu, 1 Apr 1999 00:57:01 -0800 (PST) From: spcoltri@io.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10902: upgrade cgoban port to 1.9.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10902 >Category: ports >Synopsis: upgrade cgoban port to 1.9.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 1 01:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Steve Coltrin >Release: 3.1-STABLE >Organization: The ccr project: Studying living information systems >Environment: FreeBSD hrothgar.ccrcentral.net 3.1-STABLE FreeBSD 3.1-STABLE #7: Mon Mar 1 18:28:38 MST 1999 zoot@hrothgar.ccrcentral.net:/usr/src/sys/compile/HROTHGAR i386 >Description: This patch upgrades the cgoban port to version 1.9.5 . >How-To-Repeat: >Fix: Apply in /usr/ports/games : diff -ur cgoban/Makefile cgoban.new/Makefile --- cgoban/Makefile Wed Aug 5 03:30:52 1998 +++ cgoban.new/Makefile Thu Apr 1 01:38:06 1999 @@ -6,9 +6,10 @@ # $Id: Makefile,v 1.8 1998/08/05 09:30:52 asami Exp $ # -DISTNAME= cgoban-1.9.2 +DISTNAME= cgoban-1.9.5 CATEGORIES= games -MASTER_SITES= ftp://igs.nuri.net/Go/igs_clients/Unix/ +MASTER_SITES= http://www.hevanet.com/wms/comp/cgoban/ \ + ftp://igs.joyjoy.net/Go/igs_clients/Unix/ MAINTAINER= simonm@dcs.gla.ac.uk diff -ur cgoban/files/md5 cgoban.new/files/md5 --- cgoban/files/md5 Fri Nov 28 07:55:46 1997 +++ cgoban.new/files/md5 Thu Apr 1 01:40:38 1999 @@ -1 +1 @@ -MD5 (cgoban-1.9.2.tar.gz) = 9048577b00edcef3ed40bd8865f45abf +MD5 (cgoban-1.9.5.tar.gz) = 8fa4e078935303e6a4cdb60e052c5786 >Release-Note: >Audit-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 1 1:51:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from PacHell.TelcoSucks.org (PacHell.TelcoSucks.org [207.90.181.5]) by hub.freebsd.org (Postfix) with ESMTP id D916814D7F for ; Thu, 1 Apr 1999 01:51:45 -0800 (PST) (envelope-from ulf@PacHell.TelcoSucks.org) Received: (from ulf@localhost) by PacHell.TelcoSucks.org (8.9.2/8.9.1) id BAA59553 for ports@freebsd.org; Thu, 1 Apr 1999 01:51:41 -0800 (PST) (envelope-from ulf) Message-ID: <19990401015141.D75024@TelcoSucks.org> Date: Thu, 1 Apr 1999 01:51:41 -0800 From: Ulf Zimmermann To: ports@freebsd.org Subject: Netscape Navigator 4.51 port files Reply-To: ulf@Alameda.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Organization: Alameda Networks, Inc. X-Operating-System: FreeBSD 3.1-STABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org As I couldn't drop them off on hub or freefall: ftp://ftp.Alameda.net/pub/netscape451-navigator.tar.gz ftp://ftp.Alameda.net/pub/netscape451-communicator.tar.gz -- Regards, Ulf. --------------------------------------------------------------------- Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-769-2936 Alameda Networks, Inc. | http://www.Alameda.net | Fax#: 510-521-5073 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 2:17:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 639451500A; Thu, 1 Apr 1999 02:17:57 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA56093; Thu, 1 Apr 1999 02:17:41 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Thu, 1 Apr 1999 02:17:41 -0800 (PST) From: Message-Id: <199904011017.CAA56093@freefall.freebsd.org> To: jcwells@u.washington.edu, dirk@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10896 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ghostview should use newer libpng State-Changed-From-To: open->closed State-Changed-By: dirk State-Changed-When: Thu Apr 1 02:14:00 PST 1999 State-Changed-Why: ghostview doesn't use or need png. And ghostscript has the correct dependency for png. Recompiling ghostscript will help the originator. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 4:30: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 8A7E414D1F for ; Thu, 1 Apr 1999 04:30:03 -0800 (PST) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id HAA05486; Thu, 1 Apr 1999 07:28:07 -0500 (EST) Date: Thu, 1 Apr 1999 07:28:06 -0500 (EST) From: Chuck Robey To: Ulf Zimmermann Cc: ports@FreeBSD.org Subject: Re: Netscape Navigator 4.51 port files In-Reply-To: <19990401015141.D75024@TelcoSucks.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 1 Apr 1999, Ulf Zimmermann wrote: > As I couldn't drop them off on hub or freefall: > > ftp://ftp.Alameda.net/pub/netscape451-navigator.tar.gz > ftp://ftp.Alameda.net/pub/netscape451-communicator.tar.gz Any idea what's changed? I get occaisonal lockups from 4.5, when I try to use X11 cut'n'paste to cut from the address on netscape. If that was fixed, I'd go hotly after this one, donwload time or not. ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 4:34: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from PacHell.TelcoSucks.org (PacHell.TelcoSucks.org [207.90.181.5]) by hub.freebsd.org (Postfix) with ESMTP id 6E1FA14D1F for ; Thu, 1 Apr 1999 04:34:06 -0800 (PST) (envelope-from ulf@PacHell.TelcoSucks.org) Received: (from ulf@localhost) by PacHell.TelcoSucks.org (8.9.2/8.9.1) id EAA01012; Thu, 1 Apr 1999 04:34:01 -0800 (PST) (envelope-from ulf) Message-ID: <19990401043401.A97868@TelcoSucks.org> Date: Thu, 1 Apr 1999 04:34:01 -0800 From: Ulf Zimmermann To: Chuck Robey , Ulf Zimmermann Cc: ports@FreeBSD.org Subject: Re: Netscape Navigator 4.51 port files Reply-To: ulf@Alameda.net References: <19990401015141.D75024@TelcoSucks.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Chuck Robey on Thu, Apr 01, 1999 at 07:28:06AM -0500 Organization: Alameda Networks, Inc. X-Operating-System: FreeBSD 3.1-STABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Apr 01, 1999 at 07:28:06AM -0500, Chuck Robey wrote: > On Thu, 1 Apr 1999, Ulf Zimmermann wrote: > > > As I couldn't drop them off on hub or freefall: > > > > ftp://ftp.Alameda.net/pub/netscape451-navigator.tar.gz > > ftp://ftp.Alameda.net/pub/netscape451-communicator.tar.gz > > Any idea what's changed? I get occaisonal lockups from 4.5, when I try > to use X11 cut'n'paste to cut from the address on netscape. If that was > fixed, I'd go hotly after this one, donwload time or not. Have had no lockups with 4.51 so far. Can't really say that I had any problems with 4.5. I primary did the port files, because Netscape has removed the 4.5 binary from the ftp server as far I can tell. > > > ----------------------------+----------------------------------------------- > Chuck Robey | Interests include any kind of voice or data > chuckr@glue.umd.edu | communications topic, C programming, and Unix. > 213 Lakeside Drive Apt T-1 | > Greenbelt, MD 20770 | I run picnic (FreeBSD-current) > (301) 220-2114 | and jaunt (Solaris7). > ----------------------------+----------------------------------------------- > > > -- Regards, Ulf. --------------------------------------------------------------------- Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-769-2936 Alameda Networks, Inc. | http://www.Alameda.net | Fax#: 510-521-5073 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 6:43:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69CC515077; Thu, 1 Apr 1999 06:43:40 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA75165; Thu, 1 Apr 1999 06:43:24 -0800 (PST) (envelope-from kris@FreeBSD.org) Date: Thu, 1 Apr 1999 06:43:24 -0800 (PST) From: Message-Id: <199904011443.GAA75165@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/10897 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port wmweather-1.28 to 1.29 Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: kris Responsible-Changed-When: Thu Apr 1 06:42:34 PST 1999 Responsible-Changed-Why: My port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 6:44:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C450815077; Thu, 1 Apr 1999 06:44:21 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA75257; Thu, 1 Apr 1999 06:44:05 -0800 (PST) (envelope-from kris@FreeBSD.org) Date: Thu, 1 Apr 1999 06:44:05 -0800 (PST) From: Message-Id: <199904011444.GAA75257@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/10900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port wmitime-0.2 to 0.3 Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: kris Responsible-Changed-When: Thu Apr 1 06:43:36 PST 1999 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 1 6:45: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE8A91515D; Thu, 1 Apr 1999 06:45:03 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA75411; Thu, 1 Apr 1999 06:44:47 -0800 (PST) (envelope-from kris@FreeBSD.org) Date: Thu, 1 Apr 1999 06:44:47 -0800 (PST) From: Message-Id: <199904011444.GAA75411@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/10901 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port wmcalclock-1.22 to 1.24 Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: kris Responsible-Changed-When: Thu Apr 1 06:44:35 PST 1999 Responsible-Changed-Why: My port To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 8:14:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail-green.research.att.com (mail-green.research.att.com [135.207.30.103]) by hub.freebsd.org (Postfix) with ESMTP id D97B9150CD; Thu, 1 Apr 1999 08:14:00 -0800 (PST) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-green.research.att.com (Postfix) with ESMTP id C0B1F1E03B; Thu, 1 Apr 1999 11:13:36 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id LAA21080; Thu, 1 Apr 1999 11:13:35 -0500 (EST) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.7/8.8.5) id LAA07967; Thu, 1 Apr 1999 11:13:34 -0500 (EST) Message-Id: <199904011613.LAA07967@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: jkh@freebsd.org Subject: Re: Freshly installed 3.1-19990328-STABLE is too old for bsd.port.mk? Cc: asami@freebsd.org, ports@freebsd.org Date: Thu, 1 Apr 1999 08:13:34 -0800 Versions: dmail (solaris) 2.2c/makemail 2.8t Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >I think [that sysinstall shouldn't install a /var/db/pkg/.mkversion]! >Too evil. But since it doesn't, the ports system doesn't work on freshly installed systems. I don't think that's a particularly desirable state. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 8:23:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 0E67314CA6; Thu, 1 Apr 1999 08:23:15 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca43-216.ix.netcom.com [209.111.209.216]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id IAA19185; Thu, 1 Apr 1999 08:23:06 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id IAA55837; Thu, 1 Apr 1999 08:22:50 -0800 (PST) Date: Thu, 1 Apr 1999 08:22:50 -0800 (PST) Message-Id: <199904011622.IAA55837@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: fenner@research.att.com Cc: jkh@freebsd.org, ports@freebsd.org In-reply-to: <199904011613.LAA07967@windsor.research.att.com> (message from Bill Fenner on Thu, 1 Apr 1999 08:13:34 -0800) Subject: Re: Freshly installed 3.1-19990328-STABLE is too old for bsd.port.mk? From: asami@freebsd.org (Satoshi - the Wraith - Asami) References: <199904011613.LAA07967@windsor.research.att.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Bill Fenner * >I think [that sysinstall shouldn't install a /var/db/pkg/.mkversion]! * >Too evil. * * But since it doesn't, the ports system doesn't work on freshly installed * systems. I don't think that's a particularly desirable state. I don't think anyone is arguing that the current state of affairs is particularly desirable. ;) It's just that the snaps are currently broken while we sort out the issues. Speaking of which, are releases still broken? Now that I think about it, I don't think sysinstall has anything to do with it -- the release uses installworld to populate the staging area, so the system should already have a timestamp of the build date. -W To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 8:52:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail-green.research.att.com (mail-green.research.att.com [135.207.30.103]) by hub.freebsd.org (Postfix) with ESMTP id 737BC14E3E; Thu, 1 Apr 1999 08:52:42 -0800 (PST) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-green.research.att.com (Postfix) with ESMTP id E41601E03B; Thu, 1 Apr 1999 11:52:22 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id LAA21867; Thu, 1 Apr 1999 11:52:20 -0500 (EST) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.7/8.8.5) id LAA08207; Thu, 1 Apr 1999 11:52:20 -0500 (EST) Message-Id: <199904011652.LAA08207@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: asami@freebsd.org Subject: Re: Freshly installed 3.1-19990328-STABLE is too old for bsd.port.mk? Cc: fenner@research.att.com, jkh@freebsd.org, ports@freebsd.org References: <199904011613.LAA07967@windsor.research.att.com> <199904011622.IAA55837@silvia.hip.berkeley.edu> Date: Thu, 1 Apr 1999 08:52:20 -0800 Versions: dmail (solaris) 2.2c/makemail 2.8t Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If the problem was just that installworld was broken, then I guess everything should be OK now. I have another machine that I want to install 3.1 on but it locks up after configuring the network card and 3.1 can't probe its ATAPI CD; if I can figure out some way around those 2 problems I will try installing a newer snapshot on that machine and we can see. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 8:59:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id EF01A151B7; Thu, 1 Apr 1999 08:59:13 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca43-216.ix.netcom.com [209.111.209.216]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id IAA19234; Thu, 1 Apr 1999 08:59:04 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id IAA56165; Thu, 1 Apr 1999 08:58:47 -0800 (PST) Date: Thu, 1 Apr 1999 08:58:47 -0800 (PST) Message-Id: <199904011658.IAA56165@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: fenner@research.att.com Cc: fenner@research.att.com, jkh@freebsd.org, ports@freebsd.org In-reply-to: <199904011652.LAA08207@windsor.research.att.com> (message from Bill Fenner on Thu, 1 Apr 1999 08:52:20 -0800) Subject: Re: Freshly installed 3.1-19990328-STABLE is too old for bsd.port.mk? From: asami@freebsd.org (Satoshi - the Wraith - Asami) References: <199904011613.LAA07967@windsor.research.att.com> <199904011622.IAA55837@silvia.hip.berkeley.edu> <199904011652.LAA08207@windsor.research.att.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Bill Fenner * If the problem was just that installworld was broken, then I guess * everything should be OK now. I have another machine that I want to * install 3.1 on but it locks up after configuring the network card and * 3.1 can't probe its ATAPI CD; if I can figure out some way around those * 2 problems I will try installing a newer snapshot on that machine and * we can see. Actually if you can just "cat bin.* | tar -tvzf - | grep mkversion", that will be enough to verify that the file is generated correctly. (I'd do it myself but I can't get any reasonable performance on the network now for some reason.) -W To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 9:40:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B527156C9 for ; Thu, 1 Apr 1999 09:40:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA89852; Thu, 1 Apr 1999 09:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from smtp.teleway.ne.jp (smtp.teleway.ne.jp [203.140.129.13]) by hub.freebsd.org (Postfix) with ESMTP id 156CE152BD for ; Thu, 1 Apr 1999 09:32:15 -0800 (PST) (envelope-from yasuf@big.or.jp) Received: from post1a.po.teleway.ne.jp (post1a.teleway.ne.jp [203.140.129.22]) by smtp.teleway.ne.jp (8.8.8/3.7W) with ESMTP id CAA17851 for ; Fri, 2 Apr 1999 02:31:55 +0900 (JST) (envelope-from yasuf@big.or.jp) Received: from localhost ([210.234.51.24]) by post1a.po.teleway.ne.jp (Post.Office MTA v3.0 release "turbo_2" ID# 110-55583U50000L50000S0V35) with ESMTP id AAA2966 for ; Fri, 2 Apr 1999 02:31:53 +0900 Message-Id: <19990402023154I.yasuf@big.or.jp> Date: Fri, 02 Apr 1999 02:31:54 +0900 From: yasuf@big.or.jp Reply-To: yasuf@big.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10906: Update: lang/ruby Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10906 >Category: ports >Synopsis: Update: lang/ruby >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 1 09:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Yasuhiro Fukuma >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: Updates for ruby-1.2.3. This also fixes a failure of "make package" with no Tcl/Tk packages installed. New file: patches/patch-bc >How-To-Repeat: >Fix: Index: ruby/Makefile =================================================================== RCS file: /home/ncvs/ports/lang/ruby/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 1999/02/22 04:11:48 1.9 +++ Makefile 1999/04/01 15:51:08 @@ -1,12 +1,12 @@ # New ports collection makefile for: ruby -# Version required: 1.2.2 +# Version required: 1.2.3 # Date created: 04 September 1997 # Whom: Eiji-usagi-MATSUmoto # # $Id: Makefile,v 1.9 1999/02/22 04:11:48 steve Exp $ # -DISTNAME= ruby-1.2.2 +DISTNAME= ruby-1.2.3 CATEGORIES= lang MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \ ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/${BRANCH_NAME}/ \ @@ -17,14 +17,29 @@ MAINTAINER= yasuf@big.or.jp +WWW_SITE= http://www.netlab.co.jp/ruby/ + GNU_CONFIGURE= yes #USE_AUTOCONF= yes MAN1= ruby.1 +PLIST_SUB+= RUBY_ARCH="${RUBY_ARCH}" + +RUBY_ARCH= ${ARCH}-freebsd${OSREL} +# lib/mkmf.rb requires that the name of the install program will be +# specified with absolute path. +INSTALL= /usr/bin/install + BRANCH_NAME= 1.2 +post-patch: + ${RM} -f ${WRKSRC}/ext/tcltklib/MANIFEST + ${RM} -f ${WRKSRC}/ext/tk/MANIFEST + post-install: strip ${PREFIX}/bin/ruby + ${MKDIR} ${PREFIX}/share/examples/ruby + ${INSTALL_DATA} ${WRKSRC}/sample/* ${PREFIX}/share/examples/ruby test: @(cd ${WRKSRC}; make test) Index: ruby/files/md5 =================================================================== RCS file: /home/ncvs/ports/lang/ruby/files/md5,v retrieving revision 1.5 diff -u -r1.5 md5 --- md5 1999/02/22 04:11:51 1.5 +++ md5 1999/03/25 07:01:03 @@ -1 +1 @@ -MD5 (ruby-1.2.2.tar.gz) = bf31e25ff94cfc2b3a7cae8c9f552364 +MD5 (ruby-1.2.3.tar.gz) = 8a6b13a9751d83bba5c638a718ffaad2 Index: ruby/patches/patch-ba =================================================================== RCS file: /home/ncvs/ports/lang/ruby/patches/patch-ba,v retrieving revision 1.1 diff -u -r1.1 patch-ba --- patch-ba 1999/02/22 10:19:39 1.1 +++ patch-ba 1999/03/25 07:01:03 @@ -1,17 +1,13 @@ ---- configure.in.orig Mon Jan 18 18:54:30 1999 -+++ configure.in Sat Feb 6 00:58:27 1999 -@@ -375,10 +375,10 @@ - rb_cv_dlopen=yes ;; +--- configure.in.orig Tue Feb 9 11:56:40 1999 ++++ configure.in Tue Feb 23 11:05:32 1999 +@@ -376,8 +376,8 @@ linux*) LDSHARED="gcc -shared" rb_cv_dlopen=yes ;; -- freebsd3*) LDSHARED="ld -Bshareable" -- LDFLAGS="-rdynamic" -- rb_cv_dlopen=yes ;; -- freebsd*) LDSHARED="ld -Bshareable" -+ freebsd*) LDSHARED="gcc -shared" + freebsd*) LDSHARED="gcc -shared" +- if test -x /usr/bin/objformat -a \ +- `/usr/bin/objformat` = "elf" ; then + if test -x /usr/bin/objformat && \ + test `/usr/bin/objformat` = "elf" ; then -+ LDFLAGS="-rdynamic" ; fi - rb_cv_dlopen=yes ;; - netbsd*) LDSHARED="ld -Bshareable" + LDFLAGS="-rdynamic" + fi rb_cv_dlopen=yes ;; Index: ruby/patches/patch-bb =================================================================== RCS file: /home/ncvs/ports/lang/ruby/patches/patch-bb,v retrieving revision 1.1 diff -u -r1.1 patch-bb --- patch-bb 1999/02/22 10:19:39 1.1 +++ patch-bb 1999/03/25 07:01:03 @@ -1,17 +1,13 @@ ---- configure.orig Mon Jan 18 19:03:57 1999 -+++ configure Sat Feb 6 00:58:33 1999 -@@ -3472,10 +3472,10 @@ - rb_cv_dlopen=yes ;; +--- configure.orig Tue Feb 9 11:56:46 1999 ++++ configure Tue Feb 23 11:06:07 1999 +@@ -3473,8 +3473,8 @@ linux*) LDSHARED="gcc -shared" rb_cv_dlopen=yes ;; -- freebsd3*) LDSHARED="ld -Bshareable" -- LDFLAGS="-rdynamic" -- rb_cv_dlopen=yes ;; -- freebsd*) LDSHARED="ld -Bshareable" -+ freebsd*) LDSHARED="gcc -shared" + freebsd*) LDSHARED="gcc -shared" +- if test -x /usr/bin/objformat -a \ +- `/usr/bin/objformat` = "elf" ; then + if test -x /usr/bin/objformat && \ + test `/usr/bin/objformat` = "elf" ; then -+ LDFLAGS="-rdynamic" ; fi - rb_cv_dlopen=yes ;; - netbsd*) LDSHARED="ld -Bshareable" + LDFLAGS="-rdynamic" + fi rb_cv_dlopen=yes ;; Index: ruby/patches/patch-bc =================================================================== RCS file: patch-bc diff -N patch-bc --- /dev/null Fri Apr 2 01:12:22 1999 +++ patch-bc Thu Mar 25 16:01:03 1999 @@ -0,0 +1,23 @@ +--- numeric.c.orig Wed Jul 15 15:12:51 1998 ++++ numeric.c Sun Mar 7 02:07:26 1999 +@@ -13,6 +13,9 @@ + #include "ruby.h" + #include + #include ++#ifdef __FreeBSD__ ++#include ++#endif + + static ID coerce; + static ID to_i; +@@ -1348,6 +1351,10 @@ + void + Init_Numeric() + { ++#ifdef __FreeBSD__ ++ /* allow divide by zero -- Inf */ ++ fpsetmask(fpgetmask() & ~(FP_X_DZ|FP_X_INV|FP_X_OFL)); ++#endif + coerce = rb_intern("coerce"); + to_i = rb_intern("to_i"); + Index: ruby/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/lang/ruby/pkg/PLIST,v retrieving revision 1.6 diff -u -r1.6 PLIST --- PLIST 1999/02/22 04:11:52 1.6 +++ PLIST 1999/04/01 16:02:06 @@ -1,44 +1,27 @@ bin/ruby -lib/ruby/i386-freebsd%%OSREL%%/tkutil.so -lib/ruby/i386-freebsd%%OSREL%%/tcltklib.so -lib/ruby/i386-freebsd%%OSREL%%/socket.so -lib/ruby/i386-freebsd%%OSREL%%/md5.so -lib/ruby/i386-freebsd%%OSREL%%/kconv.so -lib/ruby/i386-freebsd%%OSREL%%/fcntl.so -lib/ruby/i386-freebsd%%OSREL%%/etc.so -lib/ruby/i386-freebsd%%OSREL%%/dbm.so -lib/ruby/i386-freebsd%%OSREL%%/curses.so -lib/ruby/i386-freebsd%%OSREL%%/defines.h -lib/ruby/i386-freebsd%%OSREL%%/dln.h -lib/ruby/i386-freebsd%%OSREL%%/env.h -lib/ruby/i386-freebsd%%OSREL%%/fnmatch.h -lib/ruby/i386-freebsd%%OSREL%%/intern.h -lib/ruby/i386-freebsd%%OSREL%%/node.h -lib/ruby/i386-freebsd%%OSREL%%/re.h -lib/ruby/i386-freebsd%%OSREL%%/regex.h -lib/ruby/i386-freebsd%%OSREL%%/ruby.h -lib/ruby/i386-freebsd%%OSREL%%/rubyio.h -lib/ruby/i386-freebsd%%OSREL%%/rubysig.h -lib/ruby/i386-freebsd%%OSREL%%/st.h -lib/ruby/i386-freebsd%%OSREL%%/util.h -lib/ruby/i386-freebsd%%OSREL%%/version.h -lib/ruby/i386-freebsd%%OSREL%%/config.h -lib/ruby/i386-freebsd%%OSREL%%/rbconfig.rb -lib/ruby/tkvirtevent.rb -lib/ruby/tktext.rb -lib/ruby/tkscrollbox.rb -lib/ruby/tkpalette.rb -lib/ruby/tkmngfocus.rb -lib/ruby/tkmenubar.rb -lib/ruby/tkfont.rb -lib/ruby/tkentry.rb -lib/ruby/tkdialog.rb -lib/ruby/tkclass.rb -lib/ruby/tkcanvas.rb -lib/ruby/tkbgerror.rb -lib/ruby/tkafter.rb -lib/ruby/tk.rb -lib/ruby/tcltk.rb +lib/ruby/%%RUBY_ARCH%%/socket.so +lib/ruby/%%RUBY_ARCH%%/md5.so +lib/ruby/%%RUBY_ARCH%%/kconv.so +lib/ruby/%%RUBY_ARCH%%/fcntl.so +lib/ruby/%%RUBY_ARCH%%/etc.so +lib/ruby/%%RUBY_ARCH%%/dbm.so +lib/ruby/%%RUBY_ARCH%%/curses.so +lib/ruby/%%RUBY_ARCH%%/defines.h +lib/ruby/%%RUBY_ARCH%%/dln.h +lib/ruby/%%RUBY_ARCH%%/env.h +lib/ruby/%%RUBY_ARCH%%/fnmatch.h +lib/ruby/%%RUBY_ARCH%%/intern.h +lib/ruby/%%RUBY_ARCH%%/node.h +lib/ruby/%%RUBY_ARCH%%/re.h +lib/ruby/%%RUBY_ARCH%%/regex.h +lib/ruby/%%RUBY_ARCH%%/ruby.h +lib/ruby/%%RUBY_ARCH%%/rubyio.h +lib/ruby/%%RUBY_ARCH%%/rubysig.h +lib/ruby/%%RUBY_ARCH%%/st.h +lib/ruby/%%RUBY_ARCH%%/util.h +lib/ruby/%%RUBY_ARCH%%/version.h +lib/ruby/%%RUBY_ARCH%%/config.h +lib/ruby/%%RUBY_ARCH%%/rbconfig.rb lib/ruby/English.rb lib/ruby/Env.rb lib/ruby/README @@ -85,5 +68,57 @@ lib/ruby/timeout.rb lib/ruby/tracer.rb lib/ruby/weakref.rb -@dirrm lib/ruby/i386-freebsd%%OSREL%% +@dirrm lib/ruby/%%RUBY_ARCH%% @dirrm lib/ruby +share/examples/ruby/README +share/examples/ruby/biorhythm.rb +share/examples/ruby/cal.rb +share/examples/ruby/cbreak.rb +share/examples/ruby/clnt.rb +share/examples/ruby/dbmtest.rb +share/examples/ruby/dir.rb +share/examples/ruby/eval.rb +share/examples/ruby/export.rb +share/examples/ruby/exyacc.rb +share/examples/ruby/fact.rb +share/examples/ruby/fib.awk +share/examples/ruby/fib.pl +share/examples/ruby/fib.py +share/examples/ruby/fib.rb +share/examples/ruby/fib.scm +share/examples/ruby/freq.rb +share/examples/ruby/from.rb +share/examples/ruby/fullpath.rb +share/examples/ruby/getopts.test +share/examples/ruby/goodfriday.rb +share/examples/ruby/inf-ruby.el +share/examples/ruby/less.rb +share/examples/ruby/list.rb +share/examples/ruby/list2.rb +share/examples/ruby/list3.rb +share/examples/ruby/mine.rb +share/examples/ruby/mkproto.rb +share/examples/ruby/mpart.rb +share/examples/ruby/mrshtest.rb +share/examples/ruby/observ.rb +share/examples/ruby/occur.pl +share/examples/ruby/occur.rb +share/examples/ruby/occur2.rb +share/examples/ruby/philos.rb +share/examples/ruby/pi.rb +share/examples/ruby/rbc.rb +share/examples/ruby/rcs.awk +share/examples/ruby/rcs.dat +share/examples/ruby/rcs.rb +share/examples/ruby/regx.rb +share/examples/ruby/ruby-mode.el +share/examples/ruby/rubydb2x.el +share/examples/ruby/rubydb3x.el +share/examples/ruby/sieve.rb +share/examples/ruby/svr.rb +share/examples/ruby/test.rb +share/examples/ruby/time.rb +share/examples/ruby/trojan.rb +share/examples/ruby/tsvr.rb +share/examples/ruby/uumerge.rb +@dirrm share/examples/ruby >Release-Note: >Audit-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 1 9:40:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0536715D09 for ; Thu, 1 Apr 1999 09:40:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA89861; Thu, 1 Apr 1999 09:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from smtp.teleway.ne.jp (smtp.teleway.ne.jp [203.140.129.13]) by hub.freebsd.org (Postfix) with ESMTP id 6F5C9152BD for ; Thu, 1 Apr 1999 09:32:26 -0800 (PST) (envelope-from yasuf@big.or.jp) Received: from post1a.po.teleway.ne.jp (post1a.teleway.ne.jp [203.140.129.22]) by smtp.teleway.ne.jp (8.8.8/3.7W) with ESMTP id CAA17907 for ; Fri, 2 Apr 1999 02:32:06 +0900 (JST) (envelope-from yasuf@big.or.jp) Received: from localhost ([210.234.51.24]) by post1a.po.teleway.ne.jp (Post.Office MTA v3.0 release "turbo_2" ID# 110-55583U50000L50000S0V35) with ESMTP id AAA9974 for ; Fri, 2 Apr 1999 02:32:05 +0900 Message-Id: <19990402023206S.yasuf@big.or.jp> Date: Fri, 02 Apr 1999 02:32:06 +0900 From: yasuf@big.or.jp Reply-To: yasuf@big.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10907: New port: x11-toolkits/rubytk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10907 >Category: ports >Synopsis: New port: x11-toolkits/rubytk >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 1 09:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Yasuhiro Fukuma >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: I'd like to add the following new port to the collection. Package name: rubytk-1.2.3 Primary category: x11-toolkits Package description: This is Ruby/Tk, a Ruby interface to Tcl/Tk libraries. It's a part of the official Ruby distribution. >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: # # rubytk # rubytk/files # rubytk/files/md5 # rubytk/pkg # rubytk/pkg/PLIST # rubytk/pkg/COMMENT # rubytk/pkg/DESCR # rubytk/patches # rubytk/patches/patch-aa # rubytk/Makefile # echo c - rubytk mkdir -p rubytk > /dev/null 2>&1 echo c - rubytk/files mkdir -p rubytk/files > /dev/null 2>&1 echo x - rubytk/files/md5 sed 's/^X//' >rubytk/files/md5 << 'END-of-rubytk/files/md5' XMD5 (ruby-1.2.3.tar.gz) = 8a6b13a9751d83bba5c638a718ffaad2 END-of-rubytk/files/md5 echo c - rubytk/pkg mkdir -p rubytk/pkg > /dev/null 2>&1 echo x - rubytk/pkg/PLIST sed 's/^X//' >rubytk/pkg/PLIST << 'END-of-rubytk/pkg/PLIST' Xlib/ruby/%%RUBY_ARCH%%/tcltklib.so Xlib/ruby/%%RUBY_ARCH%%/tkutil.so Xlib/ruby/tcltk.rb Xlib/ruby/tk.rb Xlib/ruby/tkafter.rb Xlib/ruby/tkbgerror.rb Xlib/ruby/tkcanvas.rb Xlib/ruby/tkclass.rb Xlib/ruby/tkdialog.rb Xlib/ruby/tkentry.rb Xlib/ruby/tkfont.rb Xlib/ruby/tkmenubar.rb Xlib/ruby/tkmngfocus.rb Xlib/ruby/tkpalette.rb Xlib/ruby/tkscrollbox.rb Xlib/ruby/tktext.rb Xlib/ruby/tkvirtevent.rb END-of-rubytk/pkg/PLIST echo x - rubytk/pkg/COMMENT sed 's/^X//' >rubytk/pkg/COMMENT << 'END-of-rubytk/pkg/COMMENT' Xa Ruby interface to Tcl/Tk libraries. END-of-rubytk/pkg/COMMENT echo x - rubytk/pkg/DESCR sed 's/^X//' >rubytk/pkg/DESCR << 'END-of-rubytk/pkg/DESCR' XThis is Ruby/Tk, a Ruby interface to Tcl/Tk libraries. XIt's a part of the official Ruby distribution. X X- Yasuhiro Fukuma Xyasuf@big.or.jp END-of-rubytk/pkg/DESCR echo c - rubytk/patches mkdir -p rubytk/patches > /dev/null 2>&1 echo x - rubytk/patches/patch-aa sed 's/^X//' >rubytk/patches/patch-aa << 'END-of-rubytk/patches/patch-aa' X--- tcltklib/extconf.rb.orig Thu Jan 7 13:29:56 1999 X+++ tcltklib/extconf.rb Mon Mar 15 13:31:56 1999 X@@ -2,6 +2,11 @@ X X require 'mkmf' X X+prefix = ENV['PREFIX'] X+x11base = ENV['X11BASE'] X+tcllib = ENV['TCL_LIB'] X+tklib = ENV['TK_LIB'] X+ X have_library("nsl", "t_open") X have_library("socket", "socket") X have_library("dl", "dlopen") X@@ -31,20 +36,11 @@ X end X X search_header("tcl.h", X- "/usr/include/tcl{,8*,7*}", X- "/usr/include", X- "/usr/local/include/tcl{,8*,7*}", X- "/usr/local/include") X+ "#{prefix}/include/#{tcllib.sub(/(\\d)(\\d)/, '\\1.\\2')}") X search_header("tk.h", X- "/usr/include/tk{,8*,4*}", X- "/usr/include", X- "/usr/local/include/tk{,8*,4*}", X- "/usr/local/include") X+ "#{prefix}/include/#{tklib.sub(/(\\d)(\\d)/, '\\1.\\2')}") X search_header("X11/Xlib.h", X- "/usr/include/X11*", X- "/usr/include", X- "/usr/openwin/include", X- "/usr/X11*/include") X+ "#{x11base}/include") X X $CFLAGS = $includes.collect{|path| "-I" + path}.join(" ") X X@@ -75,11 +71,11 @@ X X if have_header("tcl.h") && have_header("tk.h") && X search_lib("libX11.{a,so}", "XOpenDisplay", X- "/usr/lib", "/usr/openwin/lib", "/usr/X11*/lib") && X- search_lib("libtcl{,8*,7*}.{a,so}", "Tcl_FindExecutable", X- "/usr/lib", "/usr/local/lib") && X- search_lib("libtk{,8*,4*}.{a,so}", "Tk_Init", X- "/usr/lib", "/usr/local/lib") X+ "#{x11base}/lib") && X+ search_lib("lib#{tcllib}.{a,so}", "Tcl_FindExecutable", X+ "#{prefix}/lib") && X+ search_lib("lib#{tklib}.{a,so}", "Tk_Init", X+ "#{prefix}/lib") X $LDFLAGS = $libraries.collect{|path| "-L" + path}.join(" ") X create_makefile("tcltklib") X end END-of-rubytk/patches/patch-aa echo x - rubytk/Makefile sed 's/^X//' >rubytk/Makefile << 'END-of-rubytk/Makefile' X# New ports collection makefile for: rubytk X# Version required: 1.2.3 X# Date created: 15 March 1999 X# Whom: Yasuhiro Fukuma X# X# $Id$ X# X XDISTNAME= ruby-1.2.3 XPKGNAME?= rubytk-1.2.3 XCATEGORIES?= x11-toolkits XMASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \ X ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/${BRANCH_NAME}/ \ X ftp://ftp.iij.ad.jp/pub/lang/ruby/${BRANCH_NAME}/ \ X ftp://blade.nagaokaut.ac.jp/pub/lang/ruby/${BRANCH_NAME}/ \ X ftp://ftp.krnet.ne.jp/pub/ruby/${BRANCH_NAME}/ \ X ftp://mirror.nucba.ac.jp/mirror/ruby/${BRANCH_NAME}/ X XMAINTAINER?= yasuf@big.or.jp X XBUILD_DEPENDS= ruby:${PORTSDIR}/lang/ruby XRUN_DEPENDS= ruby:${PORTSDIR}/lang/ruby XLIB_DEPENDS= ${TCL_LIB}.1:${PORTSDIR}/${TCL_CATEGORY}/tcl${TCL_VERSION} \ X ${TK_LIB}.1:${PORTSDIR}/${TK_CATEGORY}/tk${TK_VERSION} X XUSE_XLIB= yes XWRKSRC= ${WRKDIR}/${DISTNAME}/ext XCONFIGURE_ENV+= TCL_LIB="${TCL_LIB}" TK_LIB="${TK_LIB}" \ X PREFIX="${PREFIX}" X11BASE="${X11BASE}" XPLIST_SUB+= RUBY_ARCH="${RUBY_ARCH}" X XRUBY_ARCH= ${ARCH}-freebsd${OSREL} X XBRANCH_NAME= 1.2 X X# Set these vars as the version numbers (without decimal points) of Tcl/Tk X# you want to use with Ruby/Tk. X# e.g.: make TCL_VERSION=42 TK_VERSION=76 WITH_TCL_JP=yes build XTCL_VERSION?= 80 XTK_VERSION?= 80 X.if defined(WITH_TCL_JP) XTCL_CATEGORY= japanese XTK_CATEGORY= japanese XTCL_JP= jp X.else XTCL_CATEGORY= lang XTK_CATEGORY= x11-toolkits XTCL_JP= # empty X.endif X XTCL_LIB= tcl${TCL_VERSION}${TCL_JP} XTK_LIB= tk${TK_VERSION}${TCL_JP} X XRUBY= ${PREFIX}/bin/ruby XEXTS= tcltklib tk X Xdo-configure: X.for dir in ${EXTS} X @${ECHO_MSG} "Configuring in ${dir}..." X @cd ${WRKSRC}/${dir}; ${SETENV} ${CONFIGURE_ENV} ${RUBY} extconf.rb X.endfor X Xdo-build: X.for dir in ${EXTS} X @${ECHO_MSG} "Building in ${dir}..." X @cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${MAKE} ${ALL_TARGET} X.endfor X Xdo-install: X.for dir in ${EXTS} X @${ECHO_MSG} "Installing in ${dir}..." X @cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${MAKE} ${INSTALL_TARGET} X.endfor X X.include END-of-rubytk/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 9:40:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A6E015D13 for ; Thu, 1 Apr 1999 09:40:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA89870; Thu, 1 Apr 1999 09:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from smtp.teleway.ne.jp (smtp.teleway.ne.jp [203.140.129.13]) by hub.freebsd.org (Postfix) with ESMTP id 7B64E14E75 for ; Thu, 1 Apr 1999 09:32:35 -0800 (PST) (envelope-from yasuf@big.or.jp) Received: from post1a.po.teleway.ne.jp (post1a.teleway.ne.jp [203.140.129.22]) by smtp.teleway.ne.jp (8.8.8/3.7W) with ESMTP id CAA17981 for ; Fri, 2 Apr 1999 02:32:16 +0900 (JST) (envelope-from yasuf@big.or.jp) Received: from localhost ([210.234.51.24]) by post1a.po.teleway.ne.jp (Post.Office MTA v3.0 release "turbo_2" ID# 110-55583U50000L50000S0V35) with ESMTP id AAA273 for ; Fri, 2 Apr 1999 02:32:15 +0900 Message-Id: <19990402023217O.yasuf@big.or.jp> Date: Fri, 02 Apr 1999 02:32:17 +0900 From: yasuf@big.or.jp Reply-To: yasuf@big.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10908: New port: japanese/rubytk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10908 >Category: ports >Synopsis: New port: japanese/rubytk >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 1 09:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Yasuhiro Fukuma >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: I'd like to add the following new port to the collection. Package name: ja-rubytk-1.2.3 Primary category: japanese This is the "slave port" which depends on x11-toolkits/rubytk. >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: # # rubytk # rubytk/Makefile # echo c - rubytk mkdir -p rubytk > /dev/null 2>&1 echo x - rubytk/Makefile sed 's/^X//' >rubytk/Makefile << 'END-of-rubytk/Makefile' X# New ports collection makefile for: ja-rubytk X# Version required: 1.2.3 X# Date created: 15 March 1999 X# Whom: Yasuhiro Fukuma X# X# $Id$ X# X XPKGNAME= ja-rubytk-1.2.3 XCATEGORIES= japanese x11-toolkits X XMAINTAINER= yasuf@big.or.jp X XWITH_TCL_JP= yes X XMASTERDIR= ${.CURDIR}/../../x11-toolkits/rubytk X X.include "${MASTERDIR}/Makefile" END-of-rubytk/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 11:46: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id CE58B15119 for ; Thu, 1 Apr 1999 11:45:57 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA257873863; Thu, 1 Apr 1999 14:11:03 -0500 Date: Thu, 1 Apr 1999 14:11:03 -0500 (EST) From: Bill Fumerola To: Chuck Robey Cc: Ulf Zimmermann , ports@FreeBSD.ORG Subject: Re: Netscape Navigator 4.51 port files In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 1 Apr 1999, Chuck Robey wrote: > Any idea what's changed? I get occaisonal lockups from 4.5, when I try > to use X11 cut'n'paste to cut from the address on netscape. If that was > fixed, I'd go hotly after this one, donwload time or not. I guess I'm lucky, my cut'n'paste in X11 just doesn't with Netscape. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 1 11:58:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 64370151A0 for ; Thu, 1 Apr 1999 11:58:09 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA261444619; Thu, 1 Apr 1999 14:23:39 -0500 Date: Thu, 1 Apr 1999 14:23:39 -0500 (EST) From: Bill Fumerola To: Chuck Robey Cc: Ulf Zimmermann , ports@FreeBSD.ORG Subject: Re: Netscape Navigator 4.51 port files In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 1 Apr 1999, Bill Fumerola wrote: > I guess I'm lucky, my cut'n'paste in X11 just doesn't with Netscape. Erm, It doesn't work too. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 1 14:26: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 97B7314D5C; Thu, 1 Apr 1999 14:25:34 -0800 (PST) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.3/8.9.3) id AAA64314; Fri, 2 Apr 1999 00:25:12 +0200 (SAT) (envelope-from reg) Date: Fri, 2 Apr 1999 00:25:12 +0200 From: Jeremy Lea To: ports@freebsd.org Cc: sos@freebsd.org Subject: [PATCH] cdda2wav using FreeBSD ioctl for IDE CDs. Message-ID: <19990402002512.K12489@shale.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'm posting the attached patch, which implements 'cooked_ioctl' support for FreeBSD in cdda2wav, so that it works with ATAPI/IDE CD drives. I've not send-pr'd it since it needs a little more testing, before it can become part of the port, and I can submit it back to the author. It works for me... I get the same .WAV files as from my Windows machine, with a speed of about 660KB/sec. CD Drive: wdc1 at 0x170-0x177 irq 15 flags 0xa0ffa0ff on isa wdc1: unit 0 (atapi): , removable, accel, dma, iordy wcd0: drive speed 0 - 5843KB/sec, 128KB cache wcd0: supported read types: CD-R, CD-RW, CD-DA , packet track wcd0: Audio: play, 255 volume levels wcd0: Mechanism: ejectable tray wcd0: Medium: no/blank disc inside, unlocked Please could people look and comment. Regards, -Jeremy Soren: I've cc'd you, as author of atapi-cd.c (both versions), for two reasons: 1. The driver reads in only 8 sector blocks? Is this optimal, or could it go higher? Would it make any difference? 2. The driver returns LBA addresses in network byte order, but takes them in host byte order... This confused me for a while, and I would call it a bug. Question is if it is to late to fix? It would be nice if it always worked in host byte order, so that slow people like me don't spend hours wondering why the numbers look so funny ;) -- | What will people think when they hear that I'm a Jesus freak? --+-- What will people do when they find that it's true? | I don't really care if they label me a Jesus Freak, | There ain't no disguising the truth. - d c Talk --- cdda2wav/interface.c.orig Thu Apr 1 23:25:54 1999 +++ cdda2wav/interface.c Thu Apr 1 23:32:57 1999 @@ -44,33 +44,8 @@ #include #include - #include "mycdrom.h" #include "lowlevel.h" -/* some include file locations have changed with newer kernels */ -#if defined (__linux__) -# if LINUX_VERSION_CODE > 0x10300 + 97 -# if LINUX_VERSION_CODE < 0x200ff -# include -# include -# endif -# if !defined(CDROM_SELECT_SPEED) -# include -# endif -# endif - -/* Hack hack hack hack hack... makes the code clean, though. Zygo was here */ -# ifndef SG_BIG_BUFF -# define SG_BIG_BUFF 4096 /* FIXME: should be the size of page */ -# endif -/* HACK! the kernel header files were misdesigned for - * user applications. - * #include did not work - */ -struct request { /* this is and may not used */ - int dummy; -}; -#endif #include "byteorder.h" #include "interface.h" @@ -316,18 +291,17 @@ } } -#if defined (__linux__) +#if defined (__FreeBSD__) /******************************************************************* * * cooked ioctl section * */ -static struct cdrom_tochdr hdr; -static struct cdrom_tocentry entry[100]; -static struct cdrom_read_audio arg; +static struct ioc_toc_header hdr; +static struct ioc_read_toc_single_entry entry; +static struct ioc_read_audio arg; static int err; -static subq_chnl *ReadSubQ_cooked __PR(( SCSI *x, unsigned char sq_format, unsigned char track )); static unsigned ReadToc_cooked __PR(( SCSI *x, TOC *toc )); /* read the table of contents (toc) via the ioctl interface */ @@ -341,7 +315,7 @@ PRETEND_TO_USE(x); #if 0 - err = ioctl( global.cooked_fd, CDROMSTOP, NULL ); + err = ioctl( global.cooked_fd, CDIOCSTOP, NULL ); if ( err != 0 ) { /* error handling */ if (err == -1) { @@ -355,7 +329,7 @@ } } - err = ioctl( global.cooked_fd, CDROMSTART, NULL ); + err = ioctl( global.cooked_fd, CDIOCSTART, NULL ); if ( err != 0 ) { /* error handling */ if (err == -1) { @@ -370,7 +344,7 @@ } #endif /* get TocHeader to find out how many entries there are */ - err = ioctl( global.cooked_fd, CDROMREADTOCHDR, &hdr ); + err = ioctl( global.cooked_fd, CDIOREADTOCHEADER, &hdr ); if ( err != 0 ) { /* error handling */ if (err == -1) { @@ -384,59 +358,67 @@ } } /* get all TocEntries */ - for ( i = 0; i < hdr.cdth_trk1; i++ ) { - entry[i].cdte_track = 1+i; + tracks = hdr.ending_track - hdr.starting_track + 1; + for ( i = 0; i < tracks; i++ ) { + entry.track = hdr.starting_track+i; #if 0 - entry[i].cdte_format = CDROM_LBA; - err = ioctl( global.cooked_fd, CDROMREADTOCENTRY, &entry[i] ); + entry.address_format = CD_LBA_FORMAT; + err = ioctl( global.cooked_fd, CDIOREADTOCENTRY, &entry ); if ( err != 0 ) { /* error handling */ fprintf( stderr, "can't get TocEntry #%d (error %d).\n", i+1, err ); exit( -1 ); } - } - entry[i].cdte_track = CDROM_LEADOUT; - entry[i].cdte_format = CDROM_LBA; - err = ioctl( global.cooked_fd, CDROMREADTOCENTRY, &entry[i] ); + toc[i].bFlags = (entry.entry.addr_type << 4) | + (entry.entry.control & 0x0f); + toc[i].bTrack = entry.entry.track; + toc[i].dwStartSector = ntohl(entry.entry.addr.lba); + } + entry.track = CDROM_LEADOUT; + entry.address_format = CD_LBA_FORMAT; + err = ioctl( global.cooked_fd, CDIOREADTOCENTRY, &entry ); if ( err != 0 ) { /* error handling */ fprintf( stderr, "can't get TocEntry LEADOUT (error %d).\n", err ); exit( -1 ); } - tracks = hdr.cdth_trk1+1; - for (i = 0; i < tracks; i++) { - toc[i].bFlags = (entry[i].cdte_adr << 4) | (entry[i].cdte_ctrl & 0x0f); - toc[i].bTrack = entry[i].cdte_track; - toc[i].dwStartSector = entry[i].cdte_addr.lba; + toc[i].bFlags = (entry.entry.addr_type << 4) | + (entry.entry.control & 0x0f); + toc[i].bTrack = entry.entry.track; + toc[i].dwStartSector = ntohl(entry.entry.addr.lba); #else - entry[i].cdte_format = CDROM_MSF; - err = ioctl( global.cooked_fd, CDROMREADTOCENTRY, &entry[i] ); + entry.address_format = CD_MSF_FORMAT; + err = ioctl( global.cooked_fd, CDIOREADTOCENTRY, &entry ); if ( err != 0 ) { /* error handling */ fprintf( stderr, "can't get TocEntry #%d (error %d).\n", i+1, err ); exit( -1 ); } - } - entry[i].cdte_track = CDROM_LEADOUT; - entry[i].cdte_format = CDROM_MSF; - err = ioctl( global.cooked_fd, CDROMREADTOCENTRY, &entry[i] ); + toc[i].bFlags = (entry.entry.addr_type << 4) | + (entry.entry.control & 0x0f); + toc[i].bTrack = entry.entry.track; + toc[i].dwStartSector = -150 + 75*60*entry.entry.addr.msf.minute+ + 75* entry.entry.addr.msf.second+ + entry.entry.addr.msf.frame; + } + entry.track = CDROM_LEADOUT; + entry.address_format = CD_MSF_FORMAT; + err = ioctl( global.cooked_fd, CDIOREADTOCENTRY, &entry ); if ( err != 0 ) { /* error handling */ fprintf( stderr, "can't get TocEntry LEADOUT (error %d).\n", err ); exit( -1 ); } - tracks = hdr.cdth_trk1+1; - for (i = 0; i < tracks; i++) { - toc[i].bFlags = (entry[i].cdte_adr << 4) | (entry[i].cdte_ctrl & 0x0f); - toc[i].bTrack = entry[i].cdte_track; - toc[i].dwStartSector = -150 + 75*60*entry[i].cdte_addr.msf.minute+ - 75* entry[i].cdte_addr.msf.second+ - entry[i].cdte_addr.msf.frame; + toc[i].bFlags = (entry.entry.addr_type << 4) | + (entry.entry.control & 0x0f); + toc[i].bTrack = entry.entry.track; + toc[i].dwStartSector = -150 + 75*60*entry.entry.addr.msf.minute+ + 75* entry.entry.addr.msf.second+ + entry.entry.addr.msf.frame; #endif - } bufferTOC[0] = '\0'; bufferTOC[1] = '\0'; - return --tracks; /* without lead-out */ + return tracks; /* without lead-out */ } static void trash_cache_cooked __PR((UINT4 *p, unsigned lSector, unsigned SectorBurstVal)); @@ -447,13 +429,13 @@ unsigned SectorBurstVal; { /* trash the cache */ - static struct cdrom_read_audio arg2; + static struct ioc_read_audio arg2; - arg2.addr.lba = find_an_off_sector(lSector, SectorBurstVal); - arg2.addr_format = CDROM_LBA; + arg2.address.lba = find_an_off_sector(lSector, SectorBurstVal); + arg2.address_format = CD_LBA_FORMAT; arg2.nframes = 3; - arg2.buf = (unsigned char *) &p[0]; - ioctl(global.cooked_fd, CDROMREADAUDIO, &arg2); + arg2.buffer = (unsigned char *) &p[0]; + ioctl(global.cooked_fd, CDIOCREADAUDIO, &arg2); } static void ReadCdRom_cooked __PR(( SCSI *x, UINT4 *p, unsigned lSector, unsigned SectorBurstVal)); @@ -472,13 +454,13 @@ PRETEND_TO_USE(x); /* read 2352 bytes audio data */ - arg.addr.lba = lSector; - arg.addr_format = CDROM_LBA; + arg.address.lba = lSector; + arg.address_format = CD_LBA_FORMAT; arg.nframes = SectorBurstVal; - arg.buf = (unsigned char *) &p[0]; + arg.buffer = (unsigned char *) &p[0]; do { - err = ioctl(global.cooked_fd, CDROMREADAUDIO, &arg); + err = ioctl(global.cooked_fd, CDIOCREADAUDIO, &arg); retry_count++; if (err) { @@ -495,7 +477,7 @@ fprintf(stderr, " sector %u + %u, buffer %p, %p + %x\n", lSector, SectorBurstVal, p, fill_buffer, global.shmsize); } else { fprintf(stderr, "can't read frame #%d (error %d).\n", - arg.addr.lba, err); + arg.address.lba, err); } } else { nothing_read = 0; @@ -508,7 +490,7 @@ { PRETEND_TO_USE(x); - return ioctl( global.cooked_fd, CDROMSTOP, 0 ) ? 0 : -1; + return ioctl( global.cooked_fd, CDIOCSTOP, 0 ) ? 0 : -1; } static int Play_at_cooked __PR(( SCSI *x, unsigned int from_sector, unsigned int sectors)); @@ -517,40 +499,47 @@ unsigned int from_sector; unsigned int sectors; { - struct cdrom_msf cmsf; + struct ioc_play_msf cmsf; PRETEND_TO_USE(x); - cmsf.cdmsf_min0 = (from_sector + 150) / (60*75); - cmsf.cdmsf_sec0 = ((from_sector + 150) / 75) % 60; - cmsf.cdmsf_frame0 = (from_sector + 150) % 75; - cmsf.cdmsf_min1 = (from_sector + 150 + sectors) / (60*75); - cmsf.cdmsf_sec1 = ((from_sector + 150 + sectors) / 75) % 60; - cmsf.cdmsf_frame1 = (from_sector + 150 + sectors) % 75; + cmsf.start_m = (from_sector + 150) / (60*75); + cmsf.start_s = ((from_sector + 150) / 75) % 60; + cmsf.start_f = (from_sector + 150) % 75; + cmsf.end_m = (from_sector + 150 + sectors) / (60*75); + cmsf.end_s = ((from_sector + 150 + sectors) / 75) % 60; + cmsf.end_f = (from_sector + 150 + sectors) % 75; - ioctl( global.cooked_fd, CDROMSTART, 0 ); - return ioctl( global.cooked_fd, CDROMPLAYMSF, &cmsf ) ? 0 : -1; + ioctl( global.cooked_fd, CDIOCSTART, 0 ); + return ioctl( global.cooked_fd, CDIOCPLAYMSF, &cmsf ) ? 0 : -1; } /* request sub-q-channel information. This function may cause confusion * for a drive, when called in the sampling process. */ +static subq_chnl *ReadSubQ_cooked __PR(( SCSI *x, unsigned char sq_format, unsigned char track )); static subq_chnl *ReadSubQ_cooked ( x, sq_format, track ) SCSI *x; unsigned char sq_format; unsigned char track; { - struct cdrom_subchnl sub_ch; + struct ioc_read_subchannel sub_ch; + struct cd_sub_channel_info sub_ch_info; PRETEND_TO_USE(x); + sub_ch.address_format = CD_MSF_FORMAT; + sub_ch.track = track; + sub_ch.data_len = sizeof(struct cd_sub_channel_info); + sub_ch.data = &sub_ch_info; switch (sq_format) { case GET_CATALOGNUMBER: - if (!(err = ioctl(global.cooked_fd, CDROM_GET_MCN, (struct cdrom_mcn *) SubQbuffer))) { + sub_ch.data_format = CD_MEDIA_CATALOG; + if (!(err = ioctl(global.cooked_fd, CDIOCREADSUBCHANNEL, &sub_ch))) { subq_chnl *SQp = (subq_chnl *) SubQbuffer; subq_catalog *SQPp = (subq_catalog *) &SQp->data; - movebytes(SQp, SQPp->media_catalog_number, sizeof (SQPp->media_catalog_number)); + movebytes(sub_ch_info.what.media_catalog.mc_number, SQPp->media_catalog_number, sizeof (SQPp->media_catalog_number)); SQPp->zero = 0; SQPp->mc_valid = 0x80; } else { @@ -558,21 +547,22 @@ } break; case GET_POSITIONDATA: - if (!(err = ioctl(global.cooked_fd, CDROMSUBCHNL, &sub_ch))) { + sub_ch.data_format = CD_CURRENT_POSITION; + if (!(err = ioctl(global.cooked_fd, CDIOCREADSUBCHANNEL, &sub_ch))) { /* copy to SubQbuffer */ subq_chnl *SQp = (subq_chnl *) (SubQbuffer); subq_position *SQPp = (subq_position *) &SQp->data; - SQp->audio_status = sub_ch.cdsc_audiostatus; - SQp->format = sub_ch.cdsc_format; - SQp->control_adr = (sub_ch.cdsc_adr << 4) | (sub_ch.cdsc_ctrl & 0x0f); - SQp->track = sub_ch.cdsc_trk; - SQp->index = sub_ch.cdsc_ind; - SQPp->abs_min = sub_ch.cdsc_absaddr.msf.minute; - SQPp->abs_sec = sub_ch.cdsc_absaddr.msf.second; - SQPp->abs_frame = sub_ch.cdsc_absaddr.msf.frame; - SQPp->trel_min = sub_ch.cdsc_reladdr.msf.minute; - SQPp->trel_sec = sub_ch.cdsc_reladdr.msf.second; - SQPp->trel_frame = sub_ch.cdsc_reladdr.msf.frame; + SQp->audio_status = sub_ch_info.header.audio_status; + SQp->format = sub_ch_info.what.position.data_format; + SQp->control_adr = (sub_ch_info.what.position.addr_type << 4) | (sub_ch_info.what.position.control & 0x0f); + SQp->track = sub_ch_info.what.position.track_number; + SQp->index = sub_ch_info.what.position.index_number; + SQPp->abs_min = sub_ch_info.what.position.absaddr.msf.minute; + SQPp->abs_sec = sub_ch_info.what.position.absaddr.msf.second; + SQPp->abs_frame = sub_ch_info.what.position.absaddr.msf.frame; + SQPp->trel_min = sub_ch_info.what.position.reladdr.msf.minute; + SQPp->trel_sec = sub_ch_info.what.position.reladdr.msf.second; + SQPp->trel_frame = sub_ch_info.what.position.reladdr.msf.frame; } else { if (err == -1) { if (errno == EPERM) @@ -624,41 +614,6 @@ static void SetupCookedIoctl( pdev_name ) char *pdev_name; { -#if (HAVE_ST_RDEV == 1) - struct stat statstruct; - - if (fstat(global.cooked_fd, &statstruct)) { - fprintf(stderr, "cannot stat cd %d (%s)\n",global.cooked_fd, pdev_name); - exit(1); - } - switch ((int)(statstruct.st_rdev >> 8L)) { - case CDU31A_CDROM_MAJOR: /* sony cdu-31a/33a */ - global.nsectors = 13; - if (global.nsectors >= 14) { - global.overlap = 10; - } - break; - case MATSUSHITA_CDROM_MAJOR: /* sbpcd 1 */ - case MATSUSHITA_CDROM2_MAJOR: /* sbpcd 2 */ - case MATSUSHITA_CDROM3_MAJOR: /* sbpcd 3 */ - case MATSUSHITA_CDROM4_MAJOR: /* sbpcd 4 */ - /* some are more compatible than others */ - global.nsectors = 13; - break; - default: - } - err = ioctl(global.cooked_fd, CDROMAUDIOBUFSIZ, global.nsectors); - - switch ((int)(statstruct.st_rdev >> 8L)) { - case MATSUSHITA_CDROM_MAJOR: /* sbpcd 1 */ - case MATSUSHITA_CDROM2_MAJOR: /* sbpcd 2 */ - case MATSUSHITA_CDROM3_MAJOR: /* sbpcd 3 */ - case MATSUSHITA_CDROM4_MAJOR: /* sbpcd 4 */ - if (err == -1) { - perror("ioctl(CDROMAUDIOBUFSIZ)"); - } - } -#endif EnableCdda = (void (*)(SCSI *, int))Dummy; ReadCdRom = ReadCdRom_cooked; ReadCdRomData = (void (*)(SCSI *, unsigned char *, unsigned, unsigned )) ReadCdRom_cooked; @@ -672,6 +627,7 @@ } #endif + /********************** General setup *******************************/ /* As the name implies, interfaces and devices are checked. We also @@ -699,9 +655,6 @@ switch ((int) (statstruct->st_rdev >> 8L)) { #if defined (__linux__) case SCSI_GENERIC_MAJOR: /* generic */ -#else - default: /* ??? what is the proper value here */ -#endif #if !defined (STAT_MACROS_BROKEN) || (STAT_MACROS_BROKEN != 1) if (!S_ISCHR(statstruct->st_mode)) { fprintf(stderr, "%s is not a char device\n",pdev_name); @@ -717,8 +670,6 @@ interface = GENERIC_SCSI; } #endif - break; -#if defined (__linux__) case SCSI_CDROM_MAJOR: /* scsi cd */ default: if (!S_ISBLK(statstruct->st_mode)) { @@ -731,6 +682,15 @@ interface = COOKED_IOCTL; } break; +#else + default: /* ??? what is the proper value here */ +#if !defined (STAT_MACROS_BROKEN) || (STAT_MACROS_BROKEN != 1) + if (!S_ISCHR(statstruct->st_mode)) { + fprintf(stderr, "%s is not a char device\n",pdev_name); + exit(1); + } +#endif + break; #endif } #endif @@ -751,7 +711,6 @@ b. an SCSI device specified with bus,target,lun numbers, c. a non-SCSI device such as ATAPI or proprietary CDROM devices. */ -#ifdef __linux__ have_named_device = strchr(pdev_name, ':') == NULL && memcmp(pdev_name, "/dev/", 5) == 0; @@ -763,7 +722,6 @@ Check_interface_for_device( &statstruct, pdev_name ); } } -#endif if (interface == GENERIC_SCSI) { needroot(0); @@ -1113,7 +1071,7 @@ /* set cache to zero */ -#if defined (__linux__) +#if defined (__linux__) || defined (__FreeBSD__) } else { SetupCookedIoctl( global.dev_name ); #endif --- cdda2wav/mycdrom.h.orig Tue Oct 20 18:29:24 1998 +++ cdda2wav/mycdrom.h Thu Apr 1 22:26:44 1999 @@ -1,5 +1,46 @@ +#if defined (__linux__) -#if !defined(__linux__) +#include + +/* some include file locations have changed with newer kernels */ +#if defined (__linux__) +# if LINUX_VERSION_CODE > 0x10300 + 97 +# if LINUX_VERSION_CODE < 0x200ff +# include +# include +# endif +# if !defined(CDROM_SELECT_SPEED) +# include +# endif +# endif + +/* Hack hack hack hack hack... makes the code clean, though. Zygo was here */ +# ifndef SG_BIG_BUFF +# define SG_BIG_BUFF 4096 /* FIXME: should be the size of page */ +# endif +/* HACK! the kernel header files were misdesigned for + * user applications. + * #include did not work + */ +struct request { /* this is and may not used */ + int dummy; +}; +#endif + +#elif defined (__FreeBSD__) + +#include +/* + * bit to tell whether track is data or audio (cdrom_tocentry.cdte_ctrl) + */ +#define CDROM_DATA_TRACK 0x04 + +/* + * The leadout track is always 0xAA, regardless of # of tracks on disc + */ +#define CDROM_LEADOUT 0xAA + +#else /* * -- @@ -215,6 +256,4 @@ #endif -#else -#include #endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 14:34:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 7973F14D5C; Thu, 1 Apr 1999 14:34:32 -0800 (PST) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.3/8.9.3) id AAA64442; Fri, 2 Apr 1999 00:34:10 +0200 (SAT) (envelope-from reg) Date: Fri, 2 Apr 1999 00:34:10 +0200 From: Jeremy Lea To: ports@FreeBSD.ORG Cc: sos@FreeBSD.ORG Subject: Re: [PATCH] cdda2wav using FreeBSD ioctl for IDE CDs. Message-ID: <19990402003410.L12489@shale.csir.co.za> References: <19990402002512.K12489@shale.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990402002512.K12489@shale.csir.co.za>; from Jeremy Lea on Fri, Apr 02, 1999 at 12:25:12AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Doh, Save the patch as /usr/ports/sysutils/cdrecord/patches/patch-ab, and then (re)build this port. Sorry, -Jeremy -- | ------------------------------------------------------ --+-- "Maybe tomorrow will be better than today, | or maybe it will not come at all..." - Pam Thum | ------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 14:39:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hex.vushta.com (tomk-1.pr.mcs.net [205.164.38.201]) by hub.freebsd.org (Postfix) with ESMTP id 0250514D5C; Thu, 1 Apr 1999 14:39:14 -0800 (PST) (envelope-from tdk@hex.vushta.com) Received: from [205.164.38.206] (belphanior.vushta.com [205.164.38.206]) by hex.vushta.com (8.8.7/8.8.7) with SMTP id QAA23488; Thu, 1 Apr 1999 16:38:13 -0600 Message-Id: <199904012238.QAA23488@hex.vushta.com> Subject: A new name for the new (GNU) Stow (was Re: GNU Stow, and the ports system? Date: Thu, 1 Apr 1999 16:38:16 -0600 x-sender: tdk@hex.vushta.com x-mailer: Claris Emailer 2.0v3, January 22, 1998 From: Timothy Knox To: "Neil Blakey-Milner" , "Satoshi - the Wraith - Asami" Cc: , , Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Somewhere on Shadow Earth, Neil Blakey-Milner wrote: >(and we need a new trendy name for it) How about FIRE (FreeBSD Installation RElocation). Then we could call the core code the FIRE engine, and the relevant relocation files could be FIRE TRucKs (Total Relocation Kits). We might then have a FIRE management program (called, of course, FIREMAN). It seems like a good idea to me. -- Timothy Knox -- tdk@vushta.com "Somehow they managed to make...creatures from another world boring. It takes a good deal of skill, many years of training, constant practice, and self-denial to do a job that huge." Geo. Alec Effinger, Idle Pleasures To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 15:12:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 9E59A15601 for ; Thu, 1 Apr 1999 15:12:31 -0800 (PST) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id SAA21710; Thu, 1 Apr 1999 18:10:31 -0500 (EST) Date: Thu, 1 Apr 1999 18:10:31 -0500 (EST) From: Chuck Robey To: Bill Fumerola Cc: Ulf Zimmermann , ports@FreeBSD.ORG Subject: Re: Netscape Navigator 4.51 port files In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 1 Apr 1999, Bill Fumerola wrote: > On Thu, 1 Apr 1999, Bill Fumerola wrote: > > > I guess I'm lucky, my cut'n'paste in X11 just doesn't with Netscape. > > Erm, It doesn't work too. Paste works great, and has never had any bad side effects, but marking for the cut, that has caused so many lockups, I don't dare do it anymore (I mean, left-mouse-button down, then dragging to mark the intended cut area). > > - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - > - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - > > > > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 16:17:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED83314CF3; Thu, 1 Apr 1999 16:17:10 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA14570; Thu, 1 Apr 1999 16:16:55 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Thu, 1 Apr 1999 16:16:55 -0800 (PST) From: Message-Id: <199904020016.QAA14570@freefall.freebsd.org> To: ysonoda@dontaku.csce.kyushu-u.ac.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9872 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: waveplay State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Apr 1 16:16:34 PST 1999 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 1 16:32:58 1999 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 5323E14BF7 for ; Thu, 1 Apr 1999 16:32:53 -0800 (PST) (envelope-from fullermd@futuresouth.com) Received: (from fullermd@localhost) by shell.futuresouth.com (8.9.3/8.9.3) id SAA00859; Thu, 1 Apr 1999 18:32:18 -0600 (CST) Date: Thu, 1 Apr 1999 18:32:18 -0600 From: "Matthew D. Fuller" To: Chuck Robey Cc: Bill Fumerola , Ulf Zimmermann , ports@FreeBSD.ORG Subject: Re: Netscape Navigator 4.51 port files Message-ID: <19990401183218.I11572@futuresouth.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Chuck Robey on Thu, Apr 01, 1999 at 06:10:31PM -0500 X-OS: FreeBSD Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Apr 01, 1999 at 06:10:31PM -0500, a little birdie told me that Chuck Robey remarked > On Thu, 1 Apr 1999, Bill Fumerola wrote: > > > On Thu, 1 Apr 1999, Bill Fumerola wrote: > > > > > I guess I'm lucky, my cut'n'paste in X11 just doesn't with Netscape. > > > > Erm, It doesn't work too. > > Paste works great, and has never had any bad side effects, but marking > for the cut, that has caused so many lockups, I don't dare do it > anymore (I mean, left-mouse-button down, then dragging to mark the > intended cut area). Just to add a dissenting voice, I haven't had any problems from 4.01 up to 4.5. I used to have it crash on pastes in until I set that whatever environ variable it was that it wanted; something to do with NLS maps? --- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | Matthew Fuller http://www.over-yonder.net/ | * fullermd@futuresouth.com fullermd@over-yonder.net * | UNIX Systems Administrator Specializing in FreeBSD | * FutureSouth Communications ISPHelp ISP Consulting * | "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 1 16:40:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 312A314BDD for ; Thu, 1 Apr 1999 16:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA16111; Thu, 1 Apr 1999 16:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 1 Apr 1999 16:40:03 -0800 (PST) Message-Id: <199904020040.QAA16111@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Daniel M. Eischen" Subject: Re: ports/10093: Upgrade GNAT to 3.11p and fix for ELF Reply-To: "Daniel M. Eischen" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10093; it has been noted by GNATS. From: "Daniel M. Eischen" To: freebsd-gnats-submit@freebsd.org, eischen@vigrid.com Cc: billf@freebsd.org Subject: Re: ports/10093: Upgrade GNAT to 3.11p and fix for ELF Date: Thu, 01 Apr 1999 15:33:50 -0500 I made some cosmetic changes to the GNAT port. It has been reflected at my ftp site: ftp://ftp.pcnet.com/users/eischen/GNAT/gnat-3.11p-port.tgz (it's too large to send to the list). [ Bill, if you need me to send it directly to you, or send you diffs, let me know. ] Dan Eischen eischen@vigrid.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 1 17:21:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 00F1A14F98; Thu, 1 Apr 1999 17:21:33 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA19278; Thu, 1 Apr 1999 17:21:18 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Thu, 1 Apr 1999 17:21:18 -0800 (PST) From: Message-Id: <199904020121.RAA19278@freefall.freebsd.org> To: staffanu@multivac.fatburen.org, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10629 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: comms/gnokii State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Apr 1 17:21:01 PST 1999 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 1 17:22: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 00B8914F98; Thu, 1 Apr 1999 17:22:07 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA19358; Thu, 1 Apr 1999 17:21:52 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Thu, 1 Apr 1999 17:21:52 -0800 (PST) From: Message-Id: <199904020121.RAA19358@freefall.freebsd.org> To: jmrobins@ruin.org, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9985 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: jmirror State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Apr 1 17:21:34 PST 1999 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 1 18:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 822A815329; Thu, 1 Apr 1999 18:40:04 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA24439; Thu, 1 Apr 1999 18:39:48 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Thu, 1 Apr 1999 18:39:48 -0800 (PST) From: Message-Id: <199904020239.SAA24439@freefall.freebsd.org> To: taguchi@tohoku.iij.ad.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10815 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update: japanese/tcl80 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Apr 1 18:39:25 PST 1999 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 1 18:40:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A9271538E; Thu, 1 Apr 1999 18:40:26 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA24584; Thu, 1 Apr 1999 18:40:10 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Thu, 1 Apr 1999 18:40:10 -0800 (PST) From: Message-Id: <199904020240.SAA24584@freefall.freebsd.org> To: taguchi@tohoku.iij.ad.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10816 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update: japanese/tk80 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Apr 1 18:39:54 PST 1999 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 1 18:50:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EEAB15329 for ; Thu, 1 Apr 1999 18:50:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA25152; Thu, 1 Apr 1999 18:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E2A38156AE; Thu, 1 Apr 1999 18:41:31 -0800 (PST) Message-Id: <19990402024131.E2A38156AE@hub.freebsd.org> Date: Thu, 1 Apr 1999 18:41:31 -0800 (PST) From: haro@tk.kubota.co.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10915: 'make install-man' fails with ports in ja-tk-8.0.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10915 >Category: ports >Synopsis: 'make install-man' fails with ports in ja-tk-8.0.4 >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 1 18:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Munehiro Matsuda >Release: FreeBSD 3.1-STABLE >Organization: Office of Business Planning & Developement, Kubota Corp. >Environment: FreeBSD jkpc15.gkn.kubota.co.jp 3.1-STABLE FreeBSD 3.1-STABLE #16: Wed Mar 31 16:46:23 JST 1999 root@jkpc15.gkn.kubota.co.jp:/usr/src/sys/compile/JKPC15 i386 >Description: When trying to install online manuals of ja-tk-8.0.4 from ports (/usr/ports/japanese/tk80), fails with the following messages. jkpc15-61# make install-man cd /usr/ports/japanese/tk80/work/tk8.0.4/unix && make install-man "Makefile", line 343: Malformed conditional (${PORTOBJFORMAT}X == elfX) "Makefile", line 343: Need an operator "Makefile", line 345: if-less endif "Makefile", line 345: Need an operator "Makefile", line 420: Malformed conditional (${PORTOBJFORMAT}X == elfX) "Makefile", line 420: Need an operator "Makefile", line 422: if-less endif "Makefile", line 422: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1 Stop. jkpc15-62# BTW, /usr/ports on my system are updated by CTM through ctm-ports-cur mailing-list. >How-To-Repeat: # cd /usr/ports/japanese/tk80 # make install install-man >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 1 19: 0:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B1FC15329; Thu, 1 Apr 1999 19:00:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA25973; Thu, 1 Apr 1999 19:00:25 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:00:25 -0800 (PST) From: Message-Id: <199904020300.TAA25973@freefall.freebsd.org> To: haro@tk.kubota.co.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10915 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 'make install-man' fails with ports in ja-tk-8.0.4 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 18:59:50 PST 1999 State-Changed-Why: You need to get an upgrade kit. See http://www.freebsd.org/ports/ for details. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 19: 3:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 12B1414F86; Thu, 1 Apr 1999 19:03:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA26129; Thu, 1 Apr 1999 19:02:59 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:02:59 -0800 (PST) From: Message-Id: <199904020302.TAA26129@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jseger@FreeBSD.org Subject: Re: ports/10892 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade version of xscreensaver to 3.08 Responsible-Changed-From-To: freebsd-ports->jseger Responsible-Changed-By: steve Responsible-Changed-When: Thu Apr 1 19:02:43 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 19: 4:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 341B2155F7; Thu, 1 Apr 1999 19:03:46 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA26212; Thu, 1 Apr 1999 19:03:30 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:03:30 -0800 (PST) From: Message-Id: <199904020303.TAA26212@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jseger@FreeBSD.org Subject: Re: ports/10786 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] port update: net/zircon to 1.18.213 Responsible-Changed-From-To: freebsd-ports->jseger Responsible-Changed-By: steve Responsible-Changed-When: Thu Apr 1 19:03:16 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 19: 4:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7590415641; Thu, 1 Apr 1999 19:04:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA26294; Thu, 1 Apr 1999 19:03:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:03:58 -0800 (PST) From: Message-Id: <199904020303.TAA26294@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, max@FreeBSD.org Subject: Re: ports/10801 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: An update of the swi-pl port follows. Responsible-Changed-From-To: freebsd-ports->max Responsible-Changed-By: steve Responsible-Changed-When: Thu Apr 1 19:03:42 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 19: 7:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6623C14E26; Thu, 1 Apr 1999 19:07:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA26472; Thu, 1 Apr 1999 19:07:08 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:07:08 -0800 (PST) From: Message-Id: <199904020307.TAA26472@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, pst@FreeBSD.org Subject: Re: ports/10734 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update of gdb port to 4.17 Responsible-Changed-From-To: freebsd-ports->pst Responsible-Changed-By: steve Responsible-Changed-When: Thu Apr 1 19:06:52 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 19: 8:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED47014CE4; Thu, 1 Apr 1999 19:08:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA26609; Thu, 1 Apr 1999 19:08:01 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:08:01 -0800 (PST) From: Message-Id: <199904020308.TAA26609@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/8816 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: ptc-2.0.10 State-Changed-From-To: feedback->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:07:37 PST 1999 State-Changed-Why: No response from submitter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 19: 9:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 798E515D69; Thu, 1 Apr 1999 19:09:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA26699; Thu, 1 Apr 1999 19:08:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:08:58 -0800 (PST) From: Message-Id: <199904020308.TAA26699@freefall.freebsd.org> To: frankch@waru.life.nthu.edu.tw, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/5946 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port biology/molmol State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:08:22 PST 1999 State-Changed-Why: This port's tarball has disappeared. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 19:10:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CAD51529E; Thu, 1 Apr 1999 19:10:17 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA26793; Thu, 1 Apr 1999 19:10:01 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:10:01 -0800 (PST) From: Message-Id: <199904020310.TAA26793@freefall.freebsd.org> To: darius@holly.dons.net.au, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/6355 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: qplug - Netscape plugin to show status of Quake servers State-Changed-From-To: analyzed->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:09:04 PST 1999 State-Changed-Why: This port's tarball has disappeared. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 19:10:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED08515D8C; Thu, 1 Apr 1999 19:10:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA26925; Thu, 1 Apr 1999 19:10:26 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:10:26 -0800 (PST) From: Message-Id: <199904020310.TAA26925@freefall.freebsd.org> To: clkao@cirx.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/6361 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: GNU Pascal Compiler State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:10:09 PST 1999 State-Changed-Why: Superceded by ports/10532. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 19:11: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 28FC315263; Thu, 1 Apr 1999 19:11:04 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA26993; Thu, 1 Apr 1999 19:10:48 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:10:48 -0800 (PST) From: Message-Id: <199904020310.TAA26993@freefall.freebsd.org> To: woju@freebsd.ntu.edu.tw, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/6541 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: math/dc State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:10:36 PST 1999 State-Changed-Why: This port's tarball has disappeared. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 19:11:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C59715DA7; Thu, 1 Apr 1999 19:11:52 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA27069; Thu, 1 Apr 1999 19:11:36 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:11:36 -0800 (PST) From: Message-Id: <199904020311.TAA27069@freefall.freebsd.org> To: eserte@cs.tu-berlin.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/6657 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port for perl/Tk 800.004 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:11:26 PST 1999 State-Changed-Why: This port's tarball has disappeared. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 19:12:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 140FE14DAF; Thu, 1 Apr 1999 19:12:26 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA27182; Thu, 1 Apr 1999 19:12:10 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:12:10 -0800 (PST) From: Message-Id: <199904020312.TAA27182@freefall.freebsd.org> To: jclarke@cisco.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/7094 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port of xbomber game State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:12:01 PST 1999 State-Changed-Why: This port's tarball has disappeared. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 19:12:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B4E5151ED; Thu, 1 Apr 1999 19:12:43 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA27247; Thu, 1 Apr 1999 19:12:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:12:27 -0800 (PST) From: Message-Id: <199904020312.TAA27247@freefall.freebsd.org> To: mcdougall@ameritech.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/7128 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: Raster3D-2.4f State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:12:17 PST 1999 State-Changed-Why: This port's tarball has disappeared. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 19:13: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3ADEC14F86; Thu, 1 Apr 1999 19:13:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA27315; Thu, 1 Apr 1999 19:12:47 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:12:47 -0800 (PST) From: Message-Id: <199904020312.TAA27315@freefall.freebsd.org> To: lkoeller@cc.fh-lippe.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/7480 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port afbackup-3.0.4 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:12:36 PST 1999 State-Changed-Why: This port's tarball has disappeared. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 19:14: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8898714D33; Thu, 1 Apr 1999 19:14:04 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA27437; Thu, 1 Apr 1999 19:13:48 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:13:48 -0800 (PST) From: Message-Id: <199904020313.TAA27437@freefall.freebsd.org> To: kuwayama@i-kyushu.or.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/7659 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: pfx-0.1.1 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:13:36 PST 1999 State-Changed-Why: This port's tarball has disappeared. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 19:14:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E517A14E6B; Thu, 1 Apr 1999 19:14:31 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA27572; Thu, 1 Apr 1999 19:14:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:14:16 -0800 (PST) From: Message-Id: <199904020314.TAA27572@freefall.freebsd.org> To: josh@quick.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/8586 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: misc/kmamerun State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:14:07 PST 1999 State-Changed-Why: This port's tarball has disappeared. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 19:15: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC48D15C9A; Thu, 1 Apr 1999 19:14:54 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA27648; Thu, 1 Apr 1999 19:14:39 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:14:39 -0800 (PST) From: Message-Id: <199904020314.TAA27648@freefall.freebsd.org> To: greg@greg.rim.or.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9571 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New ports for netscape plug-in, named "plugger-3.0" State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:14:30 PST 1999 State-Changed-Why: This port's tarball has disappeared. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 19:15:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B589415D8A; Thu, 1 Apr 1999 19:15:18 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA27721; Thu, 1 Apr 1999 19:15:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:15:02 -0800 (PST) From: Message-Id: <199904020315.TAA27721@freefall.freebsd.org> To: abel.chow@usa.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9649 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: abc2ps port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:14:51 PST 1999 State-Changed-Why: This port's tarball has disappeared. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 19:16:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 813BB1505F; Thu, 1 Apr 1999 19:16:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA27887; Thu, 1 Apr 1999 19:16:25 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:16:25 -0800 (PST) From: Message-Id: <199904020316.TAA27887@freefall.freebsd.org> To: eserte@cs.tu-berlin.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/8299 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port for games/xbd (Boulder Dash) State-Changed-From-To: feedback->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:15:40 PST 1999 State-Changed-Why: Timed out waiting for response from originator. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 19:17:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FB9B14CE4; Thu, 1 Apr 1999 19:17:48 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA27974; Thu, 1 Apr 1999 19:17:32 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:17:32 -0800 (PST) From: Message-Id: <199904020317.TAA27974@freefall.freebsd.org> To: sdn@slip.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10299 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pkg_add: could not find package XFree86-3.3.3.1 ! State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:16:54 PST 1999 State-Changed-Why: Fix already suggested, but no response from originator. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 19:18:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EAF814CE4; Thu, 1 Apr 1999 19:18:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA28115; Thu, 1 Apr 1999 19:18:00 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:18:00 -0800 (PST) From: Message-Id: <199904020318.TAA28115@freefall.freebsd.org> To: paxvel@iname.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10650 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NEW PORT: devel/kicq State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:17:46 PST 1999 State-Changed-Why: Duplicate of ports/10651. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 19:20: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FCDB14D33; Thu, 1 Apr 1999 19:20:01 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA28416; Thu, 1 Apr 1999 19:19:45 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:19:45 -0800 (PST) From: Message-Id: <199904020319.TAA28416@freefall.freebsd.org> To: volf@oasis.IAEhv.nl, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10731 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade port: pnmtopng 2.37.2 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:19:09 PST 1999 State-Changed-Why: Update committed, thanks!Q To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 19:23:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C0B1114E26; Thu, 1 Apr 1999 19:23:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA28696; Thu, 1 Apr 1999 19:23:11 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:23:11 -0800 (PST) From: Message-Id: <199904020323.TAA28696@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10887 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Change: net/pppload State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:22:23 PST 1999 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 1 19:27:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C13B15207; Thu, 1 Apr 1999 19:27:49 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA29101; Thu, 1 Apr 1999 19:27:33 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:27:33 -0800 (PST) From: Message-Id: <199904020327.TAA29101@freefall.freebsd.org> To: spcoltri@io.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10902 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: upgrade cgoban port to 1.9.5 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:26:25 PST 1999 State-Changed-Why: Update 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 1 19:30:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BBD715D88; Thu, 1 Apr 1999 19:30:31 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA29391; Thu, 1 Apr 1999 19:30:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:30:15 -0800 (PST) From: Message-Id: <199904020330.TAA29391@freefall.freebsd.org> To: jim@corp.au.triax.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10898 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port wmmail-0.62 to 0.63a State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:29:21 PST 1999 State-Changed-Why: Update 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 1 19:32:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F286F15DB9; Thu, 1 Apr 1999 19:32:37 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA29601; Thu, 1 Apr 1999 19:32:22 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:32:22 -0800 (PST) From: Message-Id: <199904020332.TAA29601@freefall.freebsd.org> To: handy@lambic.physics.montana.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10848 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mgv doesn't link without -lXp State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:31:25 PST 1999 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 1 19:35:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 65B0B15DBC; Thu, 1 Apr 1999 19:35:31 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA29847; Thu, 1 Apr 1999 19:35:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:35:15 -0800 (PST) From: Message-Id: <199904020335.TAA29847@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10830 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/proftpd State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:33:15 PST 1999 State-Changed-Why: UPdate 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 1 19:36:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A535014CE4; Thu, 1 Apr 1999 19:36:49 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA29991; Thu, 1 Apr 1999 19:36:33 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:36:33 -0800 (PST) From: Message-Id: <199904020336.TAA29991@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10827 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update of WSoundPrefs from 0.9.1 to 0.9.3 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:35:55 PST 1999 State-Changed-Why: Update 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 1 19:38:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 361D314DA2; Thu, 1 Apr 1999 19:38:26 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA30239; Thu, 1 Apr 1999 19:38:10 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:38:10 -0800 (PST) From: Message-Id: <199904020338.TAA30239@freefall.freebsd.org> To: gmarco@giovannelli.it, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10749 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: converters/p5-MIME-Base64-2.10 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:37:37 PST 1999 State-Changed-Why: Update 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 1 19:46:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4754915DDE; Thu, 1 Apr 1999 19:46:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA30869; Thu, 1 Apr 1999 19:45:59 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:45:59 -0800 (PST) From: Message-Id: <199904020345.TAA30869@freefall.freebsd.org> To: cjh@kr.freebsd.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10727 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port update: korean/netscape4-communicator State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:44:53 PST 1999 State-Changed-Why: Update 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 1 19:49:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B974E15531; Thu, 1 Apr 1999 19:49:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA31291; Thu, 1 Apr 1999 19:49:00 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:49:00 -0800 (PST) From: Message-Id: <199904020349.TAA31291@freefall.freebsd.org> To: cjh@kr.freebsd.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10726 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port update: korean/ftghostscript5 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:48:04 PST 1999 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 1 19:51:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 120C915D21; Thu, 1 Apr 1999 19:51:31 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA31574; Thu, 1 Apr 1999 19:51:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:51:15 -0800 (PST) From: Message-Id: <199904020351.TAA31574@freefall.freebsd.org> To: nobutaka@nobutaka.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10838 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/gimp1-i18n State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:50:11 PST 1999 State-Changed-Why: Update 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 1 19:53:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DAB9C15E39; Thu, 1 Apr 1999 19:53:21 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA31817; Thu, 1 Apr 1999 19:53:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:53:05 -0800 (PST) From: Message-Id: <199904020353.TAA31817@freefall.freebsd.org> To: cpiazza@home.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10781 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update gqmpeg port (0.4.6 -> 0.5.0) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:52:07 PST 1999 State-Changed-Why: Update 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 1 19:57: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B3D12155C7; Thu, 1 Apr 1999 19:57:00 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA33368; Thu, 1 Apr 1999 19:56:45 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:56:45 -0800 (PST) From: Message-Id: <199904020356.TAA33368@freefall.freebsd.org> To: kiri@pis.toba-cmt.ac.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10750 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: asfiles-1.0(x11-fm/asfiles) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:55:08 PST 1999 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 1 19:59:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B2121568E; Thu, 1 Apr 1999 19:59:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA33813; Thu, 1 Apr 1999 19:59:35 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 19:59:35 -0800 (PST) From: Message-Id: <199904020359.TAA33813@freefall.freebsd.org> To: dada@sbox.tu-graz.ac.at, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10732 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update from 0.1 to 0.3 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 19:57:44 PST 1999 State-Changed-Why: Committed, thanks! Version 0.3 was longer available so I took the liberty of updating to version 0.4. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 20: 5:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 29A1115D86; Thu, 1 Apr 1999 20:05:48 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA34481; Thu, 1 Apr 1999 20:05:32 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 20:05:32 -0800 (PST) From: Message-Id: <199904020405.UAA34481@freefall.freebsd.org> To: cpiazza@home.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10279 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [new port] gtimer State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 20:01:50 PST 1999 State-Changed-Why: New port 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 1 20:11: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DAEEE151E6; Thu, 1 Apr 1999 20:11:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA35203; Thu, 1 Apr 1999 20:10:49 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 20:10:49 -0800 (PST) From: Message-Id: <199904020410.UAA35203@freefall.freebsd.org> To: gmarco@giovannelli.it, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10104 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: games/pmars-0.8 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 20:08:35 PST 1999 State-Changed-Why: New port 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 1 20:12:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from diana.infonets.hiroshima-u.ac.jp (diana.infonets.hiroshima-u.ac.jp [133.41.33.53]) by hub.freebsd.org (Postfix) with ESMTP id 788AA15D3E; Thu, 1 Apr 1999 20:12:28 -0800 (PST) (envelope-from taoka@infonets.hiroshima-u.ac.jp) Received: from peg.infonets.hiroshima-u.ac.jp (peg.infonets.hiroshima-u.ac.jp [133.41.33.64]) by diana.infonets.hiroshima-u.ac.jp (8.8.8/3.6W) with ESMTP id NAA27007; Fri, 2 Apr 1999 13:12:08 +0900 (JST) Received: from localhost (localhost.infonets.hiroshima-u.ac.jp [127.0.0.1]) by peg.infonets.hiroshima-u.ac.jp (8.9.2/3.6W) with ESMTP id NAA42637; Fri, 2 Apr 1999 13:12:08 +0900 (JST) To: steve@FreeBSD.org Cc: frankch@waru.life.nthu.edu.tw, freebsd-ports@FreeBSD.org Subject: Re: ports/5946 From: TAOKA Satoshi In-Reply-To: Your message of "Thu, 1 Apr 1999 19:08:58 -0800 (PST)" <199904020308.TAA26699@freefall.freebsd.org> References: <199904020308.TAA26699@freefall.freebsd.org> X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) X-Prom-Mew: Prom-Mew 1.93 (procmail reader for Mew) X-URL: http://www.infonets.hiroshima-u.ac.jp/~taoka/ Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990402131207H.taoka@infonets.hiroshima-u.ac.jp> Date: Fri, 02 Apr 1999 13:12:07 +0900 X-Dispatcher: imput version 980905(IM100) Lines: 25 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Subject: Re: ports/5946 Date: Thu, 1 Apr 1999 19:08:58 -0800 (PST) Message-ID: <199904020308.TAA26699@freefall.freebsd.org> > Synopsis: New port biology/molmol > > State-Changed-From-To: open->closed > State-Changed-By: steve > State-Changed-When: Thu Apr 1 19:08:22 PST 1999 > State-Changed-Why: > This port's tarball has disappeared. I know it is in ftp://ftp.freebsd.org/./.2/FreeBSD/.incoming-no-more/ But I cannot get it. And the following files are in the same URL. xbd-1.2.01_freebsd.tar.gz kmamerun-0.2.1-port.tgz xbomber.tar.gz raster3d.tar.gz I want the above files. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 20:20:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1868715D8A; Thu, 1 Apr 1999 20:20:06 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA35821; Thu, 1 Apr 1999 20:19:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 20:19:50 -0800 (PST) From: Message-Id: <199904020419.UAA35821@freefall.freebsd.org> To: jonny@jonny.eng.br, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10232 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port - unace State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 20:13:37 PST 1999 State-Changed-Why: New port 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 1 20:25: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kbtfw.kubota.co.jp (kbtfw.kubota.co.jp [133.253.102.202]) by hub.freebsd.org (Postfix) with ESMTP id 5B5B515E0D; Thu, 1 Apr 1999 20:24:37 -0800 (PST) (envelope-from haro@tk.kubota.co.jp) Received: by kbtfw.kubota.co.jp; id NAA02248; Fri, 2 Apr 1999 13:24:16 +0900 (JST) Received: from unknown(133.253.122.1) by kbtfw.kubota.co.jp via smap (4.1) id xma002088; Fri, 2 Apr 99 13:23:24 +0900 Received: from jkpc15.tk.kubota.co.jp by kbtmx.eto.kubota.co.jp (8.8.8+2.7Wbeta7/3.3W9-99033011) with ESMTP id NAA16591; Fri, 2 Apr 1999 13:23:22 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by jkpc15.tk.kubota.co.jp (8.9.2/3.7W-02/21/99) with ESMTP id NAA36165; Fri, 2 Apr 1999 13:20:18 +0900 (JST) To: steve@FreeBSD.org Cc: freebsd-ports@FreeBSD.org, haro@tk.kubota.co.jp Subject: Re: ports/10915 In-Reply-To: Your message of "Thu, 1 Apr 1999 19:00:25 -0800 (PST)" <199904020300.TAA25973@freefall.freebsd.org> References: <199904020300.TAA25973@freefall.freebsd.org> X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990402132018W.haro@tk.kubota.co.jp> Date: Fri, 02 Apr 1999 13:20:18 +0900 From: haro@tk.kubota.co.jp (Munehiro Matsuda) X-Dispatcher: imput version 980905(IM100) Lines: 56 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Steve, From: steve@FreeBSD.org Date: Thu, 1 Apr 1999 19:00:25 -0800 (PST) ::Synopsis: 'make install-man' fails with ports in ja-tk-8.0.4 :: ::State-Changed-From-To: open->closed ::State-Changed-By: steve ::State-Changed-When: Thu Apr 1 18:59:50 PST 1999 ::State-Changed-Why: ::You need to get an upgrade kit. See http://www.freebsd.org/ports/ for ::details. I use 3.1-STABLE have and done 'make world' on 31 March, with source tree updated using CTM, when src-3.0077.gz was the latest at that time. There for, my system should be newer than the latest release of 31upgrade.tgz, which was on 27 March. I sent the PR, because I was able to 'make install' the ja-tk-8.0.4 port, but failed with 'make install-man'. When you 'make install' the ja-tk-8.0.4 port, you'll get the message: ********** INPORTANT: ********** 1. ja-tk-8.0 does NOT install online manual pages. if you need them, please install package "tk-8.0". Or type "make install-man", if you are using the ports rather than packages. So, I just followed what it said, and typed 'make install-man', and gotten the error: jkpc15# make install-man cd /usr/ports/japanese/tk80/work/tk8.0.4/unix && make install-man "Makefile", line 343: Malformed conditional (${PORTOBJFORMAT}X == elfX) "Makefile", line 343: Need an operator "Makefile", line 345: if-less endif "Makefile", line 345: Need an operator "Makefile", line 420: Malformed conditional (${PORTOBJFORMAT}X == elfX) "Makefile", line 420: Need an operator "Makefile", line 422: if-less endif "Makefile", line 422: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1 Stop. jkpc15# Thank you, Haro ------------------------------------------------------------------------------- _ _ Munehiro (haro) Matsuda -|- /_\ |_|_| Office of Business Planning & Developement, Kubota Corp. /|\ |_| |_|_| 1-3 Nihonbashi-Muromachi 3-Chome Chuo-ku Tokyo 103, Japan Tel: +81-3-3245-3318 Fax: +81-3-32454-3315 Email: haro@tk.kubota.co.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 20:25:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 989FC15E83; Thu, 1 Apr 1999 20:25:25 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA36283; Thu, 1 Apr 1999 20:25:09 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 20:25:09 -0800 (PST) From: Message-Id: <199904020425.UAA36283@freefall.freebsd.org> To: chip@eboai.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10298 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: icecast-1.1.0 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 20:21:25 PST 1999 State-Changed-Why: New port 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 1 20:30: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9232C15F93; Thu, 1 Apr 1999 20:29:43 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA36758; Thu, 1 Apr 1999 20:29:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 20:29:27 -0800 (PST) From: Message-Id: <199904020429.UAA36758@freefall.freebsd.org> To: gmarco@giovannelli.it, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9672 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: misc/xtail State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 20:26:04 PST 1999 State-Changed-Why: New port 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 1 20:33:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 183021611A; Thu, 1 Apr 1999 20:33:46 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA37044; Thu, 1 Apr 1999 20:33:30 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 20:33:30 -0800 (PST) From: Message-Id: <199904020433.UAA37044@freefall.freebsd.org> To: sec@btl.42.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10136 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port shorten (an audio compressor) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 20:30:47 PST 1999 State-Changed-Why: New port 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 1 20:37:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 8114D14C9C for ; Thu, 1 Apr 1999 20:37:44 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id WAA12171; Thu, 1 Apr 1999 22:37:19 -0600 (CST) Date: Thu, 1 Apr 1999 22:37:19 -0600 (CST) From: Steve Price To: Munehiro Matsuda Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/10915 In-Reply-To: <19990402132018W.haro@tk.kubota.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 Version 8.0.5 of this port was committed today. Try that one and let me know if you have the same problem. On Fri, 2 Apr 1999, Munehiro Matsuda wrote: # Steve, # # From: steve@FreeBSD.org # Date: Thu, 1 Apr 1999 19:00:25 -0800 (PST) # ::Synopsis: 'make install-man' fails with ports in ja-tk-8.0.4 # :: # ::State-Changed-From-To: open->closed # ::State-Changed-By: steve # ::State-Changed-When: Thu Apr 1 18:59:50 PST 1999 # ::State-Changed-Why: # ::You need to get an upgrade kit. See http://www.freebsd.org/ports/ for # ::details. # # I use 3.1-STABLE have and done 'make world' on 31 March, with source # tree updated using CTM, when src-3.0077.gz was the latest at that time. # There for, my system should be newer than the latest release of # 31upgrade.tgz, which was on 27 March. # # I sent the PR, because I was able to 'make install' the ja-tk-8.0.4 port, # but failed with 'make install-man'. # When you 'make install' the ja-tk-8.0.4 port, you'll get the message: # ********** # INPORTANT: # ********** # 1. ja-tk-8.0 does NOT install online manual pages. # if you need them, please install package "tk-8.0". # Or type "make install-man", if you are using the ports # rather than packages. # # So, I just followed what it said, and typed 'make install-man', and gotten # the error: # jkpc15# make install-man # cd /usr/ports/japanese/tk80/work/tk8.0.4/unix && make install-man # "Makefile", line 343: Malformed conditional (${PORTOBJFORMAT}X == elfX) # "Makefile", line 343: Need an operator # "Makefile", line 345: if-less endif # "Makefile", line 345: Need an operator # "Makefile", line 420: Malformed conditional (${PORTOBJFORMAT}X == elfX) # "Makefile", line 420: Need an operator # "Makefile", line 422: if-less endif # "Makefile", line 422: Need an operator # make: fatal errors encountered -- cannot continue # *** Error code 1 # # Stop. # jkpc15# # # Thank you, # Haro # ------------------------------------------------------------------------------- # _ _ Munehiro (haro) Matsuda # -|- /_\ |_|_| Office of Business Planning & Developement, Kubota Corp. # /|\ |_| |_|_| 1-3 Nihonbashi-Muromachi 3-Chome # Chuo-ku Tokyo 103, Japan # Tel: +81-3-3245-3318 Fax: +81-3-32454-3315 # Email: haro@tk.kubota.co.jp # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 1 20:41:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 53DF614C3E; Thu, 1 Apr 1999 20:41:08 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA37664; Thu, 1 Apr 1999 20:40:52 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 20:40:52 -0800 (PST) From: Message-Id: <199904020440.UAA37664@freefall.freebsd.org> To: gmarco@giovannelli.it, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9719 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: misc/fortuneit State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 20:38:20 PST 1999 State-Changed-Why: New port 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 1 20:52:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E3EA114A23; Thu, 1 Apr 1999 20:52:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA38785; Thu, 1 Apr 1999 20:52:25 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 1 Apr 1999 20:52:25 -0800 (PST) From: Message-Id: <199904020452.UAA38785@freefall.freebsd.org> To: nakai@internetsolutions.co.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10854 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xfce-common State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Apr 1 20:41:57 PST 1999 State-Changed-Why: New port 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 1 20:56:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id DBEB914A23 for ; Thu, 1 Apr 1999 20:56:33 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id WAA12383; Thu, 1 Apr 1999 22:51:37 -0600 (CST) Date: Thu, 1 Apr 1999 22:51:36 -0600 (CST) From: Steve Price To: TAOKA Satoshi Cc: frankch@waru.life.nthu.edu.tw, freebsd-ports@FreeBSD.org Subject: Re: ports/5946 In-Reply-To: <19990402131207H.taoka@infonets.hiroshima-u.ac.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 Fri, 2 Apr 1999, TAOKA Satoshi wrote: # I know it is in # # ftp://ftp.freebsd.org/./.2/FreeBSD/.incoming-no-more/ # # But I cannot get it. And the following files are in the same URL. # # xbd-1.2.01_freebsd.tar.gz # kmamerun-0.2.1-port.tgz # xbomber.tar.gz # raster3d.tar.gz # # I want the above files. Have the originator submit a new PR with the port's tarball attached to it. This will be much easier than getting anything out of the directory you mention above. 'incoming' was always a one-way street. People could put files in there, but it was more trouble than it was worth to get things out again. I'd be more than happy to commit all of these ports if I had a copy of the tarball and they would actually build. 'xbd' never did build and I spent two weeks on that one shortly after it was submitted. The xbomber port I could never find the distfile for. The other two I'm sure I played with at one point or another, but can't remember the details of why I never got them in. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 2 0:30:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D49F1557A; Fri, 2 Apr 1999 00:30:53 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA97274; Fri, 2 Apr 1999 00:30:37 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Fri, 2 Apr 1999 00:30:37 -0800 (PST) From: Message-Id: <199904020830.AAA97274@freefall.freebsd.org> To: taguchi@tohoku.iij.ad.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10814 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update: xtt-1.1 to 1.2.1 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 2 00:29:33 PST 1999 State-Changed-Why: Committed after I deleted x11/XttXF86srv-common/patches/patch-ac, 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 2 0:56:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from PacHell.TelcoSucks.org (PacHell.TelcoSucks.org [207.90.181.5]) by hub.freebsd.org (Postfix) with ESMTP id E11E614E65 for ; Fri, 2 Apr 1999 00:56:51 -0800 (PST) (envelope-from ulf@PacHell.TelcoSucks.org) Received: (from ulf@localhost) by PacHell.TelcoSucks.org (8.9.2/8.9.1) id AAA16364 for ports@freebsd.org; Fri, 2 Apr 1999 00:56:48 -0800 (PST) (envelope-from ulf) Message-ID: <19990402005647.A88490@TelcoSucks.org> Date: Fri, 2 Apr 1999 00:56:47 -0800 From: Ulf Zimmermann To: ports@freebsd.org Subject: Port files for vile 8.2 and Apache1.3.6-php3-modperl Reply-To: ulf@Alameda.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Organization: Alameda Networks, Inc. X-Operating-System: FreeBSD 3.1-STABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org As usual: ftp://ftp.Alameda.net/pub/vile-8.2.tar.gz ftp://ftp.Alameda.net/pub/apache13-php3-modperl.tar.gz -- Regards, Ulf. --------------------------------------------------------------------- Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-769-2936 Alameda Networks, Inc. | http://www.Alameda.net | Fax#: 510-521-5073 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 2 1:27: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id 4750014E65 for ; Fri, 2 Apr 1999 01:27:02 -0800 (PST) (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 LAA07977; Fri, 2 Apr 1999 11:22:50 +0200 (CEST) Message-Id: <199904020922.LAA07977@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: ulf@Alameda.net Cc: ports@FreeBSD.ORG Subject: Re: Port files for vile 8.2 and Apache1.3.6-php3-modperl Reply-To: Gary Jennejohn In-reply-to: Your message of "Fri, 02 Apr 1999 00:56:47 -0800." <19990402005647.A88490@TelcoSucks.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 Apr 1999 11:22:50 +0200 From: Gary Jennejohn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ulf Zimmermann writes: >As usual: > >ftp://ftp.Alameda.net/pub/vile-8.2.tar.gz this is called vile-8.2.tgz on the other sites and the Makefile expects that. Could you change the name ? Then I could add your site to the Makefile. --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.dec.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 2 1:30:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A2F431552B for ; Fri, 2 Apr 1999 01:30:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA01855; Fri, 2 Apr 1999 01:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from sentinel.life.nthu.edu.tw (sentinel.life.nthu.edu.tw [140.114.98.100]) by hub.freebsd.org (Postfix) with ESMTP id 91E9314E65 for ; Fri, 2 Apr 1999 01:24:13 -0800 (PST) (envelope-from root@sentinel.life.nthu.edu.tw) Received: (from root@localhost) by sentinel.life.nthu.edu.tw (8.9.2/8.9.2) id RAA68670; Fri, 2 Apr 1999 17:24:33 GMT (envelope-from root) Message-Id: <199904021724.RAA68670@sentinel.life.nthu.edu.tw> Date: Fri, 2 Apr 1999 17:24:33 GMT From: frankch@waru.life.nthu.edu.tw Reply-To: frankch@waru.life.nthu.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10916: New port biology/molmol again Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10916 >Category: ports >Synopsis: new port biology/molmol again >Confidential: yes >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 2 01:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Frank Chen-hsiung Chan >Release: FreeBSD 3.1-STABLE i386 >Organization: Department of Life Sciences, National Tsing Hua University >Environment: FreeBSD 3.1-STABLE >Description: new port biology/molmol. This port requires MOTIF (lesstif would not work). This is a molecular analysis/display program. I have previously submit the same port for an older version. This port build molmol 2.6.0 instead of 2.5.1. This version requires libMesaGLwM.a, the source for the widget is included in the Mesa package. Mesa3 port does not build the widget by default. Therefore the user must build their libMesaGLwM.a by hand, and put it in the right place. Otherwise the build of this molmol port will fail. It is better to make Mesa3 port build the widget by default. >How-To-Repeat: >Fix: the tarball is uuencoded and attached below. begin 644 molmol-port.tar.gz M'XL(`,KW!#<``^U=:W/;N)*=K]&O0%7R83*.]9;L>#9;D279T1V]KB0GSNS= MVEFB$IO$.0`::*`!L&'2]1W7=RH_ M/64@S>I1JT5^(BQ4'_Q.;DC[J%JK'37:1T>$U*K-H_9/I/6D4B5A&\5&2,A/ MH>_'>;S;#:7.K70_W.$ M!_KGOP\-XX>64:M6V\TFJO]ZL]5.]-^H-1IP76NT:ZV?2/6'2H&$_^?Z/SP\ M)"/CFJYLAY;]T%Z_F&\]B($F.2;U^DFS>=)LD-K;M\>E@X.#C/J0U3ZI)ZSW M[\EA[4V;'-3>')/W[TMD/NOV!K,Y(>]([/M.1*(UB4(3@(O3%'CU<\)Z31Q[ M63I<=&;G_06'++HRMDX,OP/J6:6#/Q%9^2$Y"RD] MG??>D&UD>VLRHI'!XR<@[OF06'84.,8=DWO4GW>@":!>E6T45BYKM5F;Q0]& MY[W^&:OO86\Q.#N[FE],IY/9`F[_,>V?[]U.Q]D=3S88=XE^3/HCH.LLM8CZ6C9X M%;O3Z=FP8?^L/A+GI3.@`!""'[69A!`-%=\B!Z;9JL MR#FT_4>AE2^U&O'7#O%\$O@WY"9T'1*`DMT=#]3$M#0_OX*[*]#@[F8"RLYN MQI/=]73R<7?S<3;:HTWGN^ON_LW9J+%_TV023"\R25T?%$CB^"Z-3>2:7O`$ MHPETH]WM8O&9=[/)?GI66?C%Z@OY>'Z*)SD-)KNBQ*U3:*@`*@QUS\# MTSR8ZJ>SR8(C\\]SWAL9,MSK#*!=B-@-"!'AL&%T/KP=P>6ERW]LV<^8_0C< MC'"173&`B>EMVDFMN9L9[R=XR(6)].UN@FPPL1U/6>WY)?T=OKKWW"8HT$^ M_LT?6H9R_+>.LO'?Y/N_1NOHJ!C_SQ'2\2\F^\K(CV'N1HQ`XZ1:OV\$'J1Z MG*#9WK,$-6X):HDE>)DL],A_7+J52Q=&88^NHO+F/]E0?M)VERE?VO@UFYK_]ZO=$L[/]SA%&O17X6G>"P7FZ7JX=@ MU\O0).7UU]>P+C,-J]5HMYK+Y=NEL:S6CENMX_K1\NVJ]=9HT66[]#@#R]_/ M8&F:U>7QJFT=FS6++H]6*Z.Y/&ZWFRNSVC":J[^?2?T_%=+UW_7ZZ7Q`W^/_ M:=2;S/[7F\W"_C]'V--_KS_OSIZB#)7];S?3_7^SV6X(_T^MV/\_2QA-AO"/ MV!$Q"'0$:FX=:(YU:`0;VXQ($/IP[?)'ULFS:EAMOR&&9SAW7Y-+J^0:GAU` MRI@MQ>,-A?\AI8>6[5(OLGT@)YON;4B)OR)+VW=\V/A#O&N8H9^43*,WI5L[ MWI`HH*8-('6#C1&!<+['LXWBK77',@"Y8FI[!,3JC3N[S"-B4=CYPY:`6J7E M'1F/9N52Z0QHK@]%`VC`2L]!>\3DQ@AM8^E0(AK_PV34A_U,"2F9E)]RBMP;_]/A8+YXBC+RQS_L^(_J M._M?;?+U7ZU>C/_G",S7D?3P_4Y7Z4ZFGP?C\_N1'Z"#3&:?[T<.QO-%9SB\ M'SGK=WJCOBRN?#$>7$J!3X/Q_7AC^\5V*K*X+IB/<&A'L0R4E2T0-NZ<$V<.I@;N]#EA$;%4E4+;#CH]Z4X:$QJV__$,.?EBB@@XB/]J& M*\-$2AP^[%(I,(59!:O@-*);"VGH&99H9B]!3#DV![N&5'SN.S92MWE>Q1;T M"Y+CPHZQ]E^$QA_4E&,7@;2EXCC$.A!`6`\""-,U0-/0EF5X:IC7W.C(,"AH MY%NR>G4-Q\2Z/\?DXG/HBRW3)H.0FC&HZVR9=4!0I-X,POHQQZAC?T&P$7,8 M(-C4QTJ;N1%6V)R:((D1WF'XQEYAV>*]DJ$?K5L9`BLR>8-M#&]-Y6.JRY:* MP[)^WG7L8.I+Q4#D+G]55IAUEFQ[L4P3$2&8?V$8<@`Z='5 M-/0#K+.GL%R@!$5$2E!$J`0=25LU`?-EEJNX!TL%;,0S;`1[!MAP8*A<'$"0 MKL^@.85=D+2.#(SOY"T+LU./LC-$S6<2(3-K^RZ?8\]+>!)!X,;-!9^EN9!!R#[6X@M0`,/=W&L71V9V#7E?4V MAHS\;213/\/8L$"@CS:]E=K+@6?''4?6M$-C21VD%3F&:'](O76\0:R"`)&1 M/;37&VF.MD>3?4'P!SU"L*(`ND?C/2/SODOBQ MX5*YR&-J8+/IF-[*TTP-VXO1Y3Q'\470U(@W3!R95J>.'Y^ZLD'/D#.W@2)- M!/E'0&4&DD$C&AL(-#5DMH4C'I;=U+_!$*RJ"ULZ=S#HPI/.!`SZ&+I2I80^ M;%W8@T`)^,^M-+N98=G;"!E#`D1&D`"1\2-`I%?-J('LTCDB;5^&]%!@*^TQ M#!K:LB<'`HEBO"R&HN5QPR1]),%1Z8AA")Y&OD5AR)S^&T.0'0C'[I9WF!3R MU3U#+N^^2A'3#ZW1PPC+I@BC`]A`;E\$ M*)MQ!"*;&A75^CF%-PC"L11B&51IV7_Q)'X*ALSP#D?W9/'!L M?'DPCXT0&E,N#<-FOGDMQ1X_;TX`MKQ%\H/U(Y8=[&2QAF88UM`,RWG`RW%, M$1Q#UX$@,R'(5B`+.*B6) MN:V4)+V&8I96R6%.+26)3Q\J%HSK?$KB\E*2U&,B<8,I26RZR"5EKK%\5N(D MRR5E[C(U2]4(J0M-25*VU)Y;3+N-R4+=KE*#O-+*$G9 MG*5FLDVRFJ4Q"A/773Z'._'R*:D[3\$2CCTU2=UO$F>?FJ0:]8D#4,EA&X-\ M4NH45+/4U4L=A6J6TH3L.P^UB*HJ[#D4=7C*:NRD MFJ>J0.*@5)+$CEU-8SNG?%;JOE2RF"-325(.@=2YF4O*W)PJELZR4UV#G9M8BZA1D\QUK,73KK5JNMMW+&L1 ME77>=S9K$95U21S0^9R=RUG)4Q?(W-!*QF,#"E)RD$"'I5S1[`X7:-#48S`[<*!!4\U(NT,(&C35*B8[ MF*!@)4<4=%A:0VC_V((.54G;'670X`U4]CXYWJ#!R5_+)$<>*HN MN3L0H4%3=LGLD(0&2]DELX,3"I968XC#%"K2C.;/_LD!BWQ.>M1"S5(W>WK\ M0LU2-V=Z)$/)TEB_IL6E&3%#-]=I!%S5(M MX]/#+6J2:K%P[\"+FJGG1DP/P:A)JH5S=C!&R6)JSR4EAV64G!G-%XG9,)E[ ME[\.(ZI((Y>&XUQ%L0TF]]&?<:<46-I=7]UNH%%0CFEW'G&I<@%.,<@R-C&QDYR2-S0]TKRS-0!IC?`#0M M@;U';>\)C2'1<+$UG,.:5)F0 MCG5(;S5(.LU4KQ[:+O0F(*_ME8JKDZ&.!NM:HNEHL*ZCP;J.!NLZ&JSK:+"N MH\&ZC@9U6J"AHY6&CE8:.EII:,FDHY6&CE8:.EIIZ&BEH:.5AHY6="K7U-%* M4TT_2R:^AE MA_7NA[RF7G;8.$AY,IC_NA\7T7C[\'U`(HYM7+M\D8>APC\B1V-8FE%O*P/% M@0MI.G92$$V'O#)*@.Q4$)KRS%[G8+#O0\'D[(M4V`^P%4!3CB#^].%?P@IH M$O"/RZ!)8:N&ECGU@X?O'T@`MDE']_;;?X=:U>KQ???WR6\)*,Z2T)_#".B.D[ MCCANE7WGD;WX^21YJ7'I)?E(0_8Z9Q+2?V_MD%HGXOL-Y5:Y!FC/B"DQ0PJ_ M$H0%]CV88_$5F)?DT\9W=U`:5J'A79N;][=&N(6%UHJ6O7BS+5-K6XYO(=6K M@?6J5)K^=C[NC/KOTE1"*O'1@5*WL^B?3V:#_ES@X@W3=^RK?:519[[HSZ[F M@X5`5W%P4JG`SS*D+S-FF<:;KV5S4PFVRTKDK^);ME`0KV>N;#W[R^'ZJQV0 M?Y4>29YEQ5Y9'<.J)K"]+"-CG>21FW(9;J]I6+8H3R3NOB.=Z;L\H>>&%1>6 M.7ZXEZ/(IM0;S!=G@R%4_\5^J^U]ZP%*>G$?VWW&H00M.!@OX']_]DY#8:7A MX/2JUY_VQSTHD'TSLG'RZD_V64KVI;UOE?3MXA6`>+G\BY%OY1R&<1+_*&53 M3F)8H\EIXGM_Y1K"9'"C5+J8]Z\NKZ:S_MG@\MV+S_UY:=;_Y\5@UI^++QB* MN-*GV6_S6??=JS_A@N53*B5O.X:;=R^@`)[!M_MO"B]9_N%R:SO62>G%^Y]- MB_#DD,^W7^%RU/FM_RW]*.EK3DY>)<[HK_Y,"@#9)N>SSNC;+G6%?W')R%[8 M3';E+VUO/_$WYJ\NU>P;W.HK-?:O(F MZ/LI2&Z2Y#W1WY,DB?^>).(]S]^?@K^!^G^1[--@+$O5A=8\G.W1^99#TL"/ MB&S3HL-CNQX=GMA6Z3$]'1K?%SXBFAO_UA/$K'N5\;Y5*F??T%I&5IE--67W M^F_X*:TB%*$(12A"$8I0A"(4H0A%*$(1BE"$(A2A"$4H0A&*4(0B%*$(12A" 0$8I0A+\D_`^=%`LW`*```"(4 ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 2 3: 4: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from henoch.cc.fh-lippe.de (henoch.cc.fh-lippe.de [193.16.112.72]) by hub.freebsd.org (Postfix) with ESMTP id 67C9915139; Fri, 2 Apr 1999 03:03:54 -0800 (PST) (envelope-from lkoeller@cc.fh-lippe.de) Received: from spock.cc.fh-lippe.de([193.16.118.120]) (2100 bytes) by henoch.cc.fh-lippe.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Fri, 2 Apr 1999 13:03:26 +0200 (MET DST) (Smail-3.2.0.101 1997-Dec-17 #3 built 1998-Feb-3) Received: from cc.fh-lippe.de by spock.cc.fh-lippe.de with smtp (Smail3.1.29.1 #2) id m10T1jQ-0006yyC; Fri, 2 Apr 99 13:03 MET DST Received: from odie.lippe.de (localhost [127.0.0.1]) by cc.fh-lippe.de (8.9.2/8.9.1) with ESMTP id MAA05378; Fri, 2 Apr 1999 12:48:41 +0200 (CEST) (envelope-from lkoeller@odie.lippe.de) Message-Id: <199904021048.MAA05378@cc.fh-lippe.de> X-Mailer: exmh version 2.0.2 2/24/98 From: Lars =?iso-8859-1?Q?K=F6ller?= To: steve@FreeBSD.org Cc: lkoeller@cc.fh-lippe.de, freebsd-ports@FreeBSD.org Subject: Re: ports/7480 In-reply-to: steve's message of Thu, 01 Apr 1999 19:12:47 -0800. <199904020312.TAA27315@freefall.freebsd.org> X-Face: eCcoCV}FjV*O{6>[1$XP/e%]TJhEw2MF33dFh)^HM7Gfd=[/(4+0a$~ Synopsis: New Port afbackup-3.0.4 > > State-Changed-From-To: open->closed > State-Changed-By: steve > State-Changed-When: Thu Apr 1 19:12:36 PST 1999 > State-Changed-Why: > This port's tarball has disappeared. > Sure, it's 9 months old!!!! There are new versions at the site, but I haven't the time to make a new port yet. Lars -- E-Mail: | Lars Koeller Lars.Koeller@Uni-Bielefeld.DE | UNIX Sysadmin lkoeller@cc.fh-lippe.de | Computing Center PGP-key: | University of Bielefeld http://www.nic.surfnet.nl/pgp/pks-toplev.html | Germany ----------- FreeBSD, what else? ---- 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 2 3:47:55 1999 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 B1EC914BDE for ; Fri, 2 Apr 1999 03:47:53 -0800 (PST) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.9.2/8.9.2) id NAA11636; Fri, 2 Apr 1999 13:47:29 +0200 (CEST) (envelope-from ibex) Date: Fri, 2 Apr 1999 13:47:29 +0200 From: Dirk Froemberg To: Ulf Zimmermann Cc: ports@freebsd.org Subject: Re: Port files for vile 8.2 and Apache1.3.6-php3-modperl Message-ID: <19990402134729.A11272@physik.TU-Berlin.DE> References: <19990402005647.A88490@TelcoSucks.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990402005647.A88490@TelcoSucks.org>; from Ulf Zimmermann on Fri, Apr 02, 1999 at 12:56:47AM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Ulf! Generally it would be great to have a PR for this kind of things... If it is an upgrade to an existing port please send a diff between the old and the new version not the full version. In the case of apache13-php3-modperl I don't think we want to have another (would be the 10th) apache* port. Furthermore I don't like to become the maintainer of a port I never have seen before. Anyway, I would like to integrate your modperl changes in the existing apache13-php3 and make it another option if you have no objections. I have to upgrade apache13-php3 to Apache 1.3.6 anyway. After the integration we need another name for apache13-php3. It became inappropriate after the modssl merge already. It should be generic. Perhaps something like apache13+options... Regards Dirk On Fri, Apr 02, 1999 at 12:56:47AM -0800, Ulf Zimmermann wrote: > As usual: > > ftp://ftp.Alameda.net/pub/vile-8.2.tar.gz > ftp://ftp.Alameda.net/pub/apache13-php3-modperl.tar.gz -- e-mail: dirk@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 2 3:48:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from henoch.cc.fh-lippe.de (henoch.cc.fh-lippe.de [193.16.112.72]) by hub.freebsd.org (Postfix) with ESMTP id 10DF114BDE; Fri, 2 Apr 1999 03:48:56 -0800 (PST) (envelope-from lkoeller@cc.fh-lippe.de) Received: from spock.cc.fh-lippe.de([193.16.118.120]) (2482 bytes) by henoch.cc.fh-lippe.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Fri, 2 Apr 1999 13:48:37 +0200 (MET DST) (Smail-3.2.0.101 1997-Dec-17 #3 built 1998-Feb-3) Received: from cc.fh-lippe.de by spock.cc.fh-lippe.de with smtp (Smail3.1.29.1 #2) id m10T2R9-0006yeC; Fri, 2 Apr 99 13:48 MET DST Received: from odie.lippe.de (localhost [127.0.0.1]) by cc.fh-lippe.de (8.9.2/8.9.1) with ESMTP id NAA29043; Fri, 2 Apr 1999 13:46:33 +0200 (CEST) (envelope-from lkoeller@odie.lippe.de) Message-Id: <199904021146.NAA29043@cc.fh-lippe.de> X-Mailer: exmh version 2.0.2 2/24/98 From: Lars =?iso-8859-1?Q?K=F6ller?= To: Sheldon Hearn Cc: taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10758: New port: fftw In-reply-to: sheldonh's message of Wed, 31 Mar 1999 13:22:48 +0200. <1237.922879368@axl.noc.iafrica.com> X-Face: eCcoCV}FjV*O{6>[1$XP/e%]TJhEw2MF33dFh)^HM7Gfd=[/(4+0a$~ > Hi Lars, > > Just a quick note to let you know you didn't get information about PR > ports/10758 because the e-mail address specified for you in the > math/fftw port's Makefile MAINTAINER field is unrouteable. Correct the MAINTINER field before applying the patches from my PR! > > You can view the PR at > > http://www.freebsd.org/cgi/query-pr.cgi?pr=10758 > > When you post an update (latest fftw is 2.1.1) please update your e-mail > address in the MAINTAINER field. I've just send an PR (don't know number, yet) for the Upgrade changes from fftw 2.0.1 to 2.1.1 (includes a very small diff file :-) Please commit them! Thanks and nice Eastern Lars -- E-Mail: | Lars Koeller Lars.Koeller@Uni-Bielefeld.DE | UNIX Sysadmin lkoeller@cc.fh-lippe.de | Computing Center PGP-key: | University of Bielefeld http://www.nic.surfnet.nl/pgp/pks-toplev.html | Germany ----------- FreeBSD, what else? ---- 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 2 3:50:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D73BF14CE7 for ; Fri, 2 Apr 1999 03:50:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA00600; Fri, 2 Apr 1999 03:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from henoch.cc.fh-lippe.de (henoch.cc.fh-lippe.de [193.16.112.72]) by hub.freebsd.org (Postfix) with ESMTP id 2CD6614BDE for ; Fri, 2 Apr 1999 03:45:38 -0800 (PST) (envelope-from lkoeller@cc.fh-lippe.de) Received: from spock.cc.fh-lippe.de([193.16.118.120]) (2751 bytes) by henoch.cc.fh-lippe.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Fri, 2 Apr 1999 13:45:19 +0200 (MET DST) (Smail-3.2.0.101 1997-Dec-17 #3 built 1998-Feb-3) Received: from cc.fh-lippe.de by spock.cc.fh-lippe.de with smtp (Smail3.1.29.1 #2) id m10T2Kr-0006yeC; Fri, 2 Apr 99 13:42 MET DST Received: (from lkoeller@localhost) by cc.fh-lippe.de (8.9.2/8.9.1) id NAA28887; Fri, 2 Apr 1999 13:41:45 +0200 (CEST) (envelope-from lkoeller) Message-Id: <199904021141.NAA28887@cc.fh-lippe.de> Date: Fri, 2 Apr 1999 13:41:45 +0200 (CEST) From: lkoeller@cc.fh-lippe.de Reply-To: lkoeller@cc.fh-lippe.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10917: Update fftw from 2.0.1 to 2.1.1 (see also PR ports/10758) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10917 >Category: ports >Synopsis: Upgrade of fftw-2.0.1 port to version 2.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 2 03:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Lars Koeller >Release: FreeBSD 3.1-RELEASE i386 >Organization: Fachhochschule Lippe, Lemgo, Germany >Environment: FreeBSD 3.1-RELEASE >Description: Update of fftw port (used by grace) from Version 2.0.1 to 2.1.1, see also PR ports/10758 >How-To-Repeat: >Fix: Not too much! First test shows no problem with grace. Apply attached patchfile !!! First correct MAINTAINER in the old Makefile !!! Sorry ;-) diff -rabc ../fftw-2.0.1-port/Makefile ./Makefile *** ../fftw-2.0.1-port/Makefile Fri Apr 2 13:19:46 1999 --- ./Makefile Fri Apr 2 13:18:46 1999 *************** *** 1,14 **** # New ports collection makefile for: fftw ! # Version required: 2.0.1 ! # Date created: Dec 28 1998 # Whom: Lars Koeller # ! # $Id: Makefile,v 1.1.1.1 1999/03/18 08:38:33 taoka Exp $ # ! DISTNAME= fftw-2.0.1 CATEGORIES= math MASTER_SITES= ftp://theory.lcs.mit.edu/pub/fftw/ \ ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE --- 1,15 ---- # New ports collection makefile for: fftw ! # Version required: 2.1.1 ! # Date created: Apr 02 1999 # Whom: Lars Koeller # ! # $Id$ # ! DISTNAME= fftw-2.1.1 CATEGORIES= math MASTER_SITES= ftp://theory.lcs.mit.edu/pub/fftw/ \ + ftp://pm.cse.rmit.edu.au/pub/dsp/fftw/ \ ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE diff -rabc ../fftw-2.0.1-port/files/md5 ./files/md5 *** ../fftw-2.0.1-port/files/md5 Mon Dec 21 22:52:38 1998 --- ./files/md5 Fri Apr 2 12:54:09 1999 *************** *** 1 **** ! MD5 (fftw-2.0.1.tar.gz) = ebd79d36f85e995bab49bb675ec6847e --- 1 ---- ! MD5 (fftw-2.1.1.tar.gz) = f08c76e452d5a8642aefcd61cc4597e0 >Release-Note: >Audit-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 2 8: 0:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF40014D33 for ; Fri, 2 Apr 1999 08:00:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA65017; Fri, 2 Apr 1999 08:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from whizkidtech.net (r26.bfm.org [208.18.213.122]) by hub.freebsd.org (Postfix) with ESMTP id 7A95114CF5 for ; Fri, 2 Apr 1999 07:53:25 -0800 (PST) (envelope-from adam@whizkidtech.net) Received: (from root@localhost) by whizkidtech.net (8.9.2/8.9.2) id JAA06803; Fri, 2 Apr 1999 09:53:26 -0600 (CST) (envelope-from adam) Message-Id: <199904021553.JAA06803@whizkidtech.net> Date: Fri, 2 Apr 1999 09:53:26 -0600 (CST) From: adam@whizkidtech.net Reply-To: adam@whizkidtech.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10919: New port: libutf-8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10919 >Category: ports >Synopsis: libutf-8: an i18n library for Unicode encoding conversion (UCS-4 <-> UTF-8) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 2 08:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: G. Adam Stanislav >Release: FreeBSD 3.1-RELEASE i386 >Organization: Whiz Kid Technomagic >Environment: >Description: # 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: # # libutf-8 # libutf-8/Makefile # libutf-8/pkg # libutf-8/pkg/COMMENT # libutf-8/pkg/DESCR # libutf-8/pkg/PLIST # libutf-8/files # libutf-8/files/md5 # echo c - libutf-8 mkdir -p libutf-8 > /dev/null 2>&1 echo x - libutf-8/Makefile sed 's/^X//' >libutf-8/Makefile << 'END-of-libutf-8/Makefile' X# New ports collection makefile for: libutf-8 X# Version required: 1.0 X# Date created: 1 April 1999 X# Whom: G. Adam Stanislav X# X# $Id$ X# X XDISTNAME= libutf-8-1.0 XPKGNAME= libutf-8.1.0 XCATEGORIES= converters XMASTER_SITES= http://www.whizkidtech.net/fports/ ftp://ftp.whizkidtech.net/unix/ http://www.whizkidtech.net/ISO-8859-2/ X XMAINTAINER= adam@whizkidtech.net X XMAN3= libutf-8.3 fgetu8.3 fputu8.3 sgetu8.3 sputu8.3 X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/libutf-8.so.1 ${PREFIX}/lib X ln -fs ${PREFIX}/lib/libutf-8.so.1 ${PREFIX}/lib/libutf-8.so X ${INSTALL_DATA} ${WRKSRC}/utf-8.h ${PREFIX}/include X ln -fs ${PREFIX}/include/utf-8.h ${PREFIX}/../include/utf-8.h X.if !defined(NOPORTDOCS) X $(INSTALL_MAN) ${WRKSRC}/libutf-8.3 ${PREFIX}/man/man3 X $(INSTALL_MAN) ${WRKSRC}/fgetu8.3 ${PREFIX}/man/man3 X $(INSTALL_MAN) ${WRKSRC}/fputu8.3 ${PREFIX}/man/man3 X $(INSTALL_MAN) ${WRKSRC}/sgetu8.3 ${PREFIX}/man/man3 X $(INSTALL_MAN) ${WRKSRC}/sputu8.3 ${PREFIX}/man/man3 X.endif X Xpost-install: X ${LDCONFIG} -m ${PREFIX}/lib X X.include END-of-libutf-8/Makefile echo c - libutf-8/pkg mkdir -p libutf-8/pkg > /dev/null 2>&1 echo x - libutf-8/pkg/COMMENT sed 's/^X//' >libutf-8/pkg/COMMENT << 'END-of-libutf-8/pkg/COMMENT' XUnicode conversion routines between UCS-4 and UTF-8 END-of-libutf-8/pkg/COMMENT echo x - libutf-8/pkg/DESCR sed 's/^X//' >libutf-8/pkg/DESCR << 'END-of-libutf-8/pkg/DESCR' XA library of routines for the conversion between 31-bit Unicode values (UCS-4) Xand their 8-bit encoding (UTF-9) defined in RFC 2044. The routines can handle Xinput and output from/to files and memory. Useful for i18n programmers. X XG. Adam Stanislav Xadam@whizkidtech.net Xhttp://www.whizkidtech.net/ END-of-libutf-8/pkg/DESCR echo x - libutf-8/pkg/PLIST sed 's/^X//' >libutf-8/pkg/PLIST << 'END-of-libutf-8/pkg/PLIST' X../include/utf-8.h Xinclude/utf-8.h Xlib/libutf-8.so Xlib/libutf-8.so.1 X@exec /sbin/ldconfig -m %D/lib X@unexec /sbin/ldconfig -R END-of-libutf-8/pkg/PLIST echo c - libutf-8/files mkdir -p libutf-8/files > /dev/null 2>&1 echo x - libutf-8/files/md5 sed 's/^X//' >libutf-8/files/md5 << 'END-of-libutf-8/files/md5' XMD5 (libutf-8-1.0.tar.gz) = 349d87497e23227fea3bea15e8a8614d END-of-libutf-8/files/md5 exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 2 12:20:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A5FF14E39 for ; Fri, 2 Apr 1999 12:20:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA87062; Fri, 2 Apr 1999 12:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from overgrown.shrubbery.org.za (shrubbery.org.za [196.7.126.230]) by hub.freebsd.org (Postfix) with ESMTP id 2A32C14D52 for ; Fri, 2 Apr 1999 12:13:40 -0800 (PST) (envelope-from root@shrubbery.org.za) Received: from root by overgrown.shrubbery.org.za with local (Exim 2.12 #1) id 10TAJd-00006T-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 2 Apr 1999 22:13:21 +0200 Message-Id: Date: Fri, 2 Apr 1999 22:13:21 +0200 From: gvg@uunet.co.za Reply-To: gvg@uunet.co.za To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10922: new games port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10922 >Category: ports >Synopsis: new games port >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 2 12:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Gordon Greeff >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # peq # peq/files # peq/files/md5 # peq/Makefile # peq/pkg # peq/pkg/COMMENT # peq/pkg/DESCR # peq/pkg/PLIST # peq/patches # peq/patches/patch-aa # peq/patches/patch-ac # peq/patches/patch-ab # peq/patches/patch-ad # echo c - peq mkdir -p peq > /dev/null 2>&1 echo c - peq/files mkdir -p peq/files > /dev/null 2>&1 echo x - peq/files/md5 sed 's/^X//' >peq/files/md5 << 'END-of-peq/files/md5' XMD5 (peq-0.7.1.tar.gz) = cbe58505f96538ef529bb8381a5a3291 END-of-peq/files/md5 echo x - peq/Makefile sed 's/^X//' >peq/Makefile << 'END-of-peq/Makefile' X# New ports collection makefile for: peq X# Version required: 0.7.1 X# Date created: 2 April 1999 X# Whom: asami X# X# $Id$ X# X XDISTNAME= peq-0.7.1 XCATEGORIES= games XMASTER_SITES= http://silverstone.fortunecity.com/jaguar/37/ X XMAINTAINER= gvg@uunet.co.za X XUSE_QT= yes Xpost-install: X strip ${PREFIX}/bin/peq X strip ${PREFIX}/bin/xpeq X X.include END-of-peq/Makefile echo c - peq/pkg mkdir -p peq/pkg > /dev/null 2>&1 echo x - peq/pkg/COMMENT sed 's/^X//' >peq/pkg/COMMENT << 'END-of-peq/pkg/COMMENT' Xfortune like program END-of-peq/pkg/COMMENT echo x - peq/pkg/DESCR sed 's/^X//' >peq/pkg/DESCR << 'END-of-peq/pkg/DESCR' XThis little program is almost exactly like the original fortune. XThe author promises that update the the "fortune" database will be Xmore regular and he tries to put only thought provoking and humourous Xquotes into it. END-of-peq/pkg/DESCR echo x - peq/pkg/PLIST sed 's/^X//' >peq/pkg/PLIST << 'END-of-peq/pkg/PLIST' Xbin/peq Xbin/xpeq Xshare/peq/peq.lib X@dirrm share/peq END-of-peq/pkg/PLIST echo c - peq/patches mkdir -p peq/patches > /dev/null 2>&1 echo x - peq/patches/patch-aa sed 's/^X//' >peq/patches/patch-aa << 'END-of-peq/patches/patch-aa' X*** Makefile.orig Fri Apr 2 19:52:27 1999 X--- Makefile Fri Apr 2 19:51:11 1999 X*************** X*** 7,13 **** X CC = g++ X X # Flags to pass to the C++ compiler X! FLAGS = -O -Wall X X # Your tar X TAR = tar X--- 7,13 ---- X CC = g++ X X # Flags to pass to the C++ compiler X! FLAGS = -O -Wall -L /usr/X11R6/lib/ X X # Your tar X TAR = tar X*************** X*** 17,29 **** X ZIPR = gzip -9 X X # Default installion directory for the console version of PEQ X! DIR_CONSOLE_PEQ = /usr/games X X # Default installion directory for the X version of PEQ X! DIR_X_PEQ = /usr/games X X # Default installion directory for peq.lib (the quote library) X! DIR_LIB = /usr/share/games X X # Get current date X LIB_DATE = `date +%m%d%y` X--- 17,29 ---- X ZIPR = gzip -9 X X # Default installion directory for the console version of PEQ X! DIR_CONSOLE_PEQ = /usr/local/bin X X # Default installion directory for the X version of PEQ X! DIR_X_PEQ = /usr/local/bin X X # Default installion directory for peq.lib (the quote library) X! DIR_LIB = /usr/local/share/peq X X # Get current date X LIB_DATE = `date +%m%d%y` X*************** X*** 42,70 **** X $(CC) $(FLAGS) -o peq peq.cpp strmid.o show.o read.o proc.o ocfile.o arg.o X $(CC) $(FLAGS) -o xpeq -lqt xpeq.cpp strmid.o show.o read.o proc.o ocfile.o X X- ## "install" gives a handy message about how to install PEQ X install: X! @echo "No such option! Use..." X! @echo "'make install-console' to install the console of PEQ" X! @echo "'make install-x' to install the X version of PEQ" X! @echo "'make install-lib' to install peq.lib (the quote library)" X! @echo "'make install-all' to install all of the above" X! @echo "'make install-console-lib' to install console PEQ and peq.lib" X! @echo "'make install-x-lib' to install X PEQ and peq.lib" X! @echo "'make install-console-x' to install console and X PEQ" X! @echo "If in doubt... just type 'make install-all' :-)" X X install-console: X! cp peq $(DIR_CONSOLE_PEQ)/peq -f X X install-x: X! cp xpeq $(DIR_X_PEQ)/xpeq -f X X install-lib: X! cp peq.lib $(DIR_LIB)/peq.lib -f X! X! install-all: X! make install-console ; make install-x ; make install-lib X X install-console-lib: X make install-console ; make install-lib X--- 42,60 ---- X $(CC) $(FLAGS) -o peq peq.cpp strmid.o show.o read.o proc.o ocfile.o arg.o X $(CC) $(FLAGS) -o xpeq -lqt xpeq.cpp strmid.o show.o read.o proc.o ocfile.o X X install: X! make install-console ; make install-x ; make install-lib X X install-console: X! cp -f peq $(DIR_CONSOLE_PEQ)/peq X X install-x: X! cp -f xpeq $(DIR_X_PEQ)/xpeq X X install-lib: X! rm -rf $(DIR_LIB) X! mkdir $(DIR_LIB) X! cp -f peq.lib $(DIR_LIB)/peq.lib X X install-console-lib: X make install-console ; make install-lib X*************** X*** 78,86 **** X ## "uninstall" erases all traces of PEQ from your system (but why would you X ## want to do that?) X uninstall: X! rm $(DIR_CONSOLE_PEQ)/peq -f X! rm $(DIR_X_PEQ)/xpeq -f X! rm $(DIR_LIB)/peq.lib -f X X ## "clean" cleans up all the junk and leaves the uncompiled code alone X clean: X--- 68,76 ---- X ## "uninstall" erases all traces of PEQ from your system (but why would you X ## want to do that?) X uninstall: X! rm -f $(DIR_CONSOLE_PEQ)/peq X! rm -f $(DIR_X_PEQ)/xpeq X! rm -f $(DIR_LIB)/peq.lib X X ## "clean" cleans up all the junk and leaves the uncompiled code alone X clean: END-of-peq/patches/patch-aa echo x - peq/patches/patch-ac sed 's/^X//' >peq/patches/patch-ac << 'END-of-peq/patches/patch-ac' X*** xpeq.cpp.orig Fri Apr 2 15:50:52 1999 X--- xpeq.cpp Fri Apr 2 15:50:47 1999 X*************** X*** 1,8 **** X X #include "xconfig.h" X #include "lib_path.h" X! #include X! #include X X int cho; X int wrd; X--- 1,8 ---- X X #include "xconfig.h" X #include "lib_path.h" X! #include "/usr/X11R6/include/X11/qt/qmenubar.h" X! #include "/usr/X11R6/include/X11/qt/qpopupmenu.h" X X int cho; X int wrd; END-of-peq/patches/patch-ac echo x - peq/patches/patch-ab sed 's/^X//' >peq/patches/patch-ab << 'END-of-peq/patches/patch-ab' X*** xconfig.h.orig Fri Apr 2 15:50:41 1999 X--- xconfig.h Fri Apr 2 15:50:34 1999 X*************** X*** 4,13 **** X #include X #include X #include X! #include X! #include X! #include X! #include X X /* strmid.cpp */ X char strmid(char*,char*,int,int); X--- 4,13 ---- X #include X #include X #include X! #include "/usr/X11R6/include/X11/qt/qapplication.h" X! #include "/usr/X11R6/include/X11/qt/qpushbutton.h" X! #include "/usr/X11R6/include/X11/qt/qlabel.h" X! #include "/usr/X11R6/include/X11/qt/qstring.h" X X /* strmid.cpp */ X char strmid(char*,char*,int,int); END-of-peq/patches/patch-ab echo x - peq/patches/patch-ad sed 's/^X//' >peq/patches/patch-ad << 'END-of-peq/patches/patch-ad' X*** lib_path.h.orig Fri Apr 2 16:23:25 1999 X--- lib_path.h Fri Apr 2 16:23:18 1999 X*************** X*** 1,3 **** X /* Created automatically by config */ X! char lib_path[100]={"/usr/share/games/peq.lib"}; X X--- 1,3 ---- X /* Created automatically by config */ X! char lib_path[100]={"/usr/local/share/peq/peq.lib"}; X END-of-peq/patches/patch-ad exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 2 15:17:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from jason03.u.washington.edu (jason03.u.washington.edu [140.142.77.10]) by hub.freebsd.org (Postfix) with ESMTP id 8A20E14F35; Fri, 2 Apr 1999 15:17:23 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul6.u.washington.edu (root@saul6.u.washington.edu [140.142.82.1]) by jason03.u.washington.edu (8.9.3+UW99.02/8.9.3+UW99.01) with ESMTP id PAA26372; Fri, 2 Apr 1999 15:17:03 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul6.u.washington.edu (8.9.3+UW99.02/8.9.3+UW99.01) with ESMTP id PAA06960; Fri, 2 Apr 1999 15:17:02 -0800 (PST) Date: Fri, 2 Apr 1999 15:16:30 -0800 (PST) From: "Jason C. Wells" X-Sender: jcw@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: dirk@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/10896 In-Reply-To: <199904011017.CAA56093@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 1 Apr 1999 dirk@FreeBSD.org wrote: >Synopsis: ghostview should use newer libpng > >State-Changed-From-To: open->closed >State-Changed-By: dirk >State-Changed-When: Thu Apr 1 02:14:00 PST 1999 >State-Changed-Why: >ghostview doesn't use or need png. And ghostscript has the correct dependency for png. > >Recompiling ghostscript will help the originator. But it was ghostview that gave me the error message!! :) Catchya Later, | Give me UNIX or give me a typewriter. Jason Wells | 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 2 15:20:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B372E150AF for ; Fri, 2 Apr 1999 15:20:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA03631; Fri, 2 Apr 1999 15:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from stade.demon.co.uk (stade.demon.co.uk [158.152.29.164]) by hub.freebsd.org (Postfix) with ESMTP id F0CF615094 for ; Fri, 2 Apr 1999 15:14:03 -0800 (PST) (envelope-from aw1@stade.co.uk) Received: (from aw1@localhost) by stade.demon.co.uk (8.9.3/8.9.1) id KAA23426; Fri, 2 Apr 1999 10:58:25 +0100 (BST) (envelope-from aw1) Message-Id: <199904020958.KAA23426@stade.demon.co.uk> Date: Fri, 2 Apr 1999 10:58:25 +0100 (BST) From: Adrian Wontroba Reply-To: aw1@stade.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10925: port update - xlogmaster 1.6.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10925 >Category: ports >Synopsis: port update - xlogmaster 1.6.0 >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 2 15:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Adrian Wontroba >Release: FreeBSD 4.0-CURRENT i386 >Organization: Yes, some would be nice! >Environment: Only tested in 4.0-current. >Description: update sysutils/xlogmaster port to version 1.6.0 Mark port as NO_PACKAGE (cflags) Grovel nicely and ask to be added to "Additional FreeBSD Contributors" (8-) >How-To-Repeat: - >Fix: new files files/xlogmasterrc patches/patch-af deleted files patches/patch-aa patches/patch-ab patches/patch-ac patches/patch-ad diff -ruN --exclude CVS /usr/ports/sysutils/xlogmaster/Makefile xlogmaster/Makefile --- /usr/ports/sysutils/xlogmaster/Makefile Wed Jan 27 19:06:11 1999 +++ xlogmaster/Makefile Fri Apr 2 10:21:42 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: xlogmaster -# Version required: 1.4.4 +# Version required: 1.6.0 # Date created: 1 August 1998 # Whom: Adrian Wontroba # # $Id: Makefile,v 1.9 1999/01/27 07:41:28 fenner Exp $ # -DISTNAME= xlogmaster-1.4.4 +DISTNAME= xlogmaster-1.6.0 CATEGORIES= sysutils MASTER_SITES= ftp://sunsite.doc.ic.ac.uk/packages/gnu/\ ${MASTER_SITE_GNU}\ @@ -16,23 +16,21 @@ MAINTAINER= aw1@stade.co.uk -LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +NO_PACKAGE= ignores CFLAGS GNU_CONFIGURE= yes -CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" GTK_CONFIG="${PREFIX}/bin/gtk11-config" -USE_X_PREFIX= yes +CONFIGURE_ENV= CFLAGS="${CFLAGS}" CXXFLAGS="${CFLAGS}" GTK_CONFIG="${X11BASE}/bin/gtk12-config" +USE_XLIB= yes USE_GMAKE= yes MAN1= xlogmaster.1 -post-patch: - cd ${WRKSRC}/doc && ln -s tutorial.texinfo xlogmaster.texinfo - post-install: @if [ ! -f ${PREFIX}/info/dir ]; then \ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi @install-info ${PREFIX}/info/xlogmaster.info ${PREFIX}/info/dir - @install-info ${PREFIX}/info/xlogmaster_faq.info ${PREFIX}/info/dir + ${INSTALL_DATA} ${FILESDIR}/xlogmasterrc ${PREFIX}/etc/xlogmaster .include diff -ruN --exclude CVS /usr/ports/sysutils/xlogmaster/files/md5 xlogmaster/files/md5 --- /usr/ports/sysutils/xlogmaster/files/md5 Tue Sep 15 13:06:45 1998 +++ xlogmaster/files/md5 Fri Apr 2 06:39:35 1999 @@ -1 +1 @@ -MD5 (xlogmaster-1.4.4.tar.gz) = 3e1f062a4ed7fcdd1988aa997d819a57 +MD5 (xlogmaster-1.6.0.tar.gz) = b1900ebae821656fb6b7f028fab8bf10 diff -ruN --exclude CVS /usr/ports/sysutils/xlogmaster/files/xlogmasterrc xlogmaster/files/xlogmasterrc --- /usr/ports/sysutils/xlogmaster/files/xlogmasterrc Thu Jan 1 01:00:00 1970 +++ xlogmaster/files/xlogmasterrc Fri Apr 2 09:31:30 1999 @@ -0,0 +1,14 @@ +TAIL{/var/log/messages,3,System Messages,Display /var/log/messages file...} +RAISE{link(up)|(down)} +TAIL{/home/aw1/Mail/Log,3,procmail log,mprocmail log} +RUN{/bin/df -k,3/10000,df,disk space} +TAIL{/var/log/maillog,3,Mail messages,View mail messages} +RAISE{logfile turned} +TAIL{/var/run/dmesg.boot,3,Bootup Messages,Display /var/run/dmesg.boot file...} +TAIL{/var/log/samba.log,3,samba log,View /var/log/samba.log} +TAIL{/var/log/ppp.log,3,PPP log,View /var/log/ppp.log} +TAIL{/var/log/xferlog,3,FTP transfers,View /var/log/xferlog} +TAIL{/var/log/httpd-error.log,3,WWW errors,View /var/log/httpd-error.log} +TAIL{/var/log/httpd-access.log,3,WWW access,View /var/log/httpd-access.log} +TAIL{/var/log/news/news.notice,3,news notices,/var/log/news/news.notice} +CAT{/dev/sndstat,10000,Audio driver,Audio driver status} diff -ruN --exclude CVS /usr/ports/sysutils/xlogmaster/patches/patch-aa xlogmaster/patches/patch-aa --- /usr/ports/sysutils/xlogmaster/patches/patch-aa Mon Aug 31 15:20:41 1998 +++ xlogmaster/patches/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ ---- doc/tutorial.texinfo.orig Mon Aug 24 13:43:46 1998 -+++ doc/tutorial.texinfo Sun Aug 30 18:46:01 1998 -@@ -6,6 +6,10 @@ - @settitle Xlogmaster - @setchapternewpage on - @c %**end of header -+@dircategory Miscellaneous -+@direntry -+* Xlogmaster: (xlogmaster). quick & easy monitoring of logfiles and devices -+@end direntry - - @set EDITION 0.5 - @set VERSION 1.4.2 diff -ruN --exclude CVS /usr/ports/sysutils/xlogmaster/patches/patch-ab xlogmaster/patches/patch-ab --- /usr/ports/sysutils/xlogmaster/patches/patch-ab Mon Aug 31 15:20:41 1998 +++ xlogmaster/patches/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,24 +0,0 @@ ---- doc/Makefile.in.orig Mon Aug 24 13:43:46 1998 -+++ doc/Makefile.in Sun Aug 30 20:45:24 1998 -@@ -81,7 +81,7 @@ - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = - TEXI2DVI = texi2dvi --INFO_DEPS = xlogmaster.info -+INFO_DEPS = xlogmaster.info xlogmaster_faq.info - DVIS = tutorial.dvi - TEXINFOS = tutorial.texinfo - man1dir = $(mandir)/man1 -@@ -170,12 +170,6 @@ - done; \ - done - @$(POST_INSTALL) -- @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \ -- for file in $(INFO_DEPS); do \ -- echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\ -- install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\ -- done; \ -- else : ; fi - - uninstall-info: - $(PRE_UNINSTALL) diff -ruN --exclude CVS /usr/ports/sysutils/xlogmaster/patches/patch-ac xlogmaster/patches/patch-ac --- /usr/ports/sysutils/xlogmaster/patches/patch-ac Mon Aug 31 15:20:41 1998 +++ xlogmaster/patches/patch-ac Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ ---- doc/xlogmaster_faq.texinfo.orig Mon Aug 24 13:43:46 1998 -+++ doc/xlogmaster_faq.texinfo Sun Aug 30 20:35:29 1998 -@@ -6,6 +6,10 @@ - @settitle Frequently asked questions about the Xlogmaster - @setchapternewpage off - @c %**end of header -+@dircategory Miscellaneous -+@direntry -+* Xlogmaster_FAQ: (xlogmaster_faq). Frequently asked questions about the Xlogmaster -+@end direntry - - @set EDITION 0.5 - @set UPDATED 24.8.1998 diff -ruN --exclude CVS /usr/ports/sysutils/xlogmaster/patches/patch-ad xlogmaster/patches/patch-ad --- /usr/ports/sysutils/xlogmaster/patches/patch-ad Mon Aug 31 15:20:41 1998 +++ xlogmaster/patches/patch-ad Thu Jan 1 01:00:00 1970 @@ -1,51 +0,0 @@ ---- src/xlogmaster.cc.orig Mon Aug 31 20:23:04 1998 -+++ src/xlogmaster.cc Mon Aug 31 20:26:32 1998 -@@ -998,7 +998,7 @@ - - */ - -- fillups = 4; -+ fillups = 2; - mode = new int[fillups]; - filename = new char*[fillups]; - help = new char*[fillups]; -@@ -1031,9 +1031,9 @@ - /var/adm/debug - */ - mode[1] = TAIL_FILE; -- strcpy ( filename[1] , "/var/adm/debug"); -- strcpy ( help[1] , "Display /var/adm/debug file..."); -- strcpy (buttontext[1] , "Debugging Messages"); -+ strcpy ( filename[1] , "/var/log/maillog"); -+ strcpy ( help[1] , "Display /var/log/maillog file..."); -+ strcpy (buttontext[1] , "Mail Messages"); - interval[1] = INTERVAL; - commandline[1] = NULL; - filter[1] = NULL; -@@ -1042,7 +1042,6 @@ - - /* - /var/log/boot.msg -- */ - mode[2] = TAIL_FILE; - strcpy ( filename[2] , "/var/log/boot.msg"); - strcpy (help[2] , "Display /var/log/boot.msg file..."); -@@ -1053,9 +1052,7 @@ - filter_exec[2] = NULL; - filter_mode[2] = NULL; - -- /* - /proc/meminfo -- */ - mode[3] = CAT_FILE; - strcpy ( filename[3] , "/proc/meminfo"); - strcpy (help[3] , "Display memory usage via /proc/meminfo"); -@@ -1066,7 +1063,7 @@ - filter[3] = NULL; - filter_exec[3] = NULL; - filter_mode[3] = NULL; -- -+ */ - } - /*}}}*/ - diff -ruN --exclude CVS /usr/ports/sysutils/xlogmaster/patches/patch-af xlogmaster/patches/patch-af --- /usr/ports/sysutils/xlogmaster/patches/patch-af Thu Jan 1 01:00:00 1970 +++ xlogmaster/patches/patch-af Fri Apr 2 06:58:08 1999 @@ -0,0 +1,16 @@ +--- ../../original/doc/Makefile.in Wed Mar 31 17:01:03 1999 ++++ doc/Makefile.in Fri Apr 2 06:56:30 1999 +@@ -173,13 +173,6 @@ + done; \ + done + @$(POST_INSTALL) +- @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \ +- list='$(INFO_DEPS)'; \ +- for file in $$list; do \ +- echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\ +- install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\ +- done; \ +- else : ; fi + + uninstall-info: + $(PRE_UNINSTALL) diff -ruN --exclude CVS /usr/ports/sysutils/xlogmaster/pkg/PLIST xlogmaster/pkg/PLIST --- /usr/ports/sysutils/xlogmaster/pkg/PLIST Mon Aug 31 15:20:41 1998 +++ xlogmaster/pkg/PLIST Fri Apr 2 09:34:43 1999 @@ -1,9 +1,22 @@ bin/xlogmaster +etc/xlogmaster/database/cat.xlmgrp +etc/xlogmaster/database/df.xlmrc +etc/xlogmaster/database/mailq.xlmrc +etc/xlogmaster/database/mem.xlmrc +etc/xlogmaster/database/prg.xlmgrp +etc/xlogmaster/database/pstree.xlmrc +etc/xlogmaster/database/rtc.xlmrc +etc/xlogmaster/database/syslog.xlmrc +etc/xlogmaster/database/tail.xlmgrp +etc/xlogmaster/database/w.xlmrc +etc/xlogmaster/database/warn.xlmrc etc/xlogmaster/green.gtkrc etc/xlogmaster/hell.gtkrc +etc/xlogmaster/output-plugins/dipshit etc/xlogmaster/scripts/README.usage etc/xlogmaster/scripts/xlm-halt etc/xlogmaster/scripts/xlm-mail +etc/xlogmaster/scripts/xlm-mgetty-login-mail etc/xlogmaster/scripts/xlm-write etc/xlogmaster/simpsons.gtkrc etc/xlogmaster/sound/alert @@ -14,13 +27,13 @@ etc/xlogmaster/sound/uniconify etc/xlogmaster/steelblue.gtkrc etc/xlogmaster/xlogmaster.gtkrc +etc/xlogmaster/xlogmasterrc @unexec install-info --delete %D/info/xlogmaster.info %D/info/dir -@unexec install-info --delete %D/info/xlogmaster_faq.info %D/info/dir info/xlogmaster.info -info/xlogmaster_faq.info @exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/xlogmaster.info %D/info/dir -@exec install-info %D/info/xlogmaster_faq.info %D/info/dir +@dirrm etc/xlogmaster/database +@dirrm etc/xlogmaster/output-plugins @dirrm etc/xlogmaster/scripts @dirrm etc/xlogmaster/sound @dirrm etc/xlogmaster >Release-Note: >Audit-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 2 15:30:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A3BD151B1 for ; Fri, 2 Apr 1999 15:30:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA03847; Fri, 2 Apr 1999 15:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id E16A514CCE for ; Fri, 2 Apr 1999 15:26:03 -0800 (PST) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id PAA06190; Fri, 2 Apr 1999 15:25:46 -0800 (PST) (envelope-from mharo) Message-Id: <199904022325.PAA06190@patrol.area51.fremont.ca.us> Date: Fri, 2 Apr 1999 15:25:46 -0800 (PST) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10926: Change: misc/amanda Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10926 >Category: ports >Synopsis: Change: misc/amanda >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 2 15:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: The amanda MASTER_SITE now has amanda 2.4 in their main directory and moved the 2.3 version to an old-versions directory. Maybe the amanda24 port should replace this port? If not, I've attached a patch below. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/misc/amanda/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 1997/03/08 05:00:11 1.9 +++ Makefile 1999/04/02 23:03:05 @@ -8,7 +8,7 @@ DISTNAME= amanda-2.3.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ +MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/old-versions/ MAINTAINER= gpalmer@FreeBSD.ORG @@ -17,10 +17,10 @@ amflush.8 amlabel.8 amrestore.8 amtape.8 pre-configure: - echo "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags + ${ECHO} "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags post-install: - mkdir -p ${PREFIX}/share/examples/amanda - cp -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda + ${MKDIR} ${PREFIX}/share/examples/amanda + ${CP} -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 2 16: 0:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE4CA150E0 for ; Fri, 2 Apr 1999 16:00:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA05154; Fri, 2 Apr 1999 16:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 2 Apr 1999 16:00:02 -0800 (PST) Message-Id: <199904030000.QAA05154@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Michael Subject: Re: ports/10210: New Port: tgd 1.2c Reply-To: Michael Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10210; it has been noted by GNATS. From: Michael To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/10210: New Port: tgd 1.2c Date: Fri, 02 Apr 1999 15:51:23 -0800 here it is again, uuencoded begin 644 tgd.tgz M'XL(`+)7!3<``^T986_BN+)?R:^84_MAJRXA"2%LN=>GLA!Z:(%6P+Z^#T^J MG,1`U"3..SOR`[FH.7=,LTWS5_[K5L-#_34TW&G7+U!&C-^O:$6B[ M4F@3_L_]?PPCNH28\30!EP4!=5.?11`6KP3,&&]5\"51CN$_E"=BC--?,Y]3 MKU6I5'35<'&H2U(*+J?XD.B*84"/.CPC?`7Z^?DYTMPN6-BJY"X7)-+@EP29 M&KHZXS1D4:JZ1,T2Y1C)3_K>"3:4;G\R';6']H700DYW\^GJ$5&5F$Y[:E]= MC_OVY*(RYR1>^&ZB#-N3J3V^F_2G`CU+XU:MYM'(XRRD:N9ZY(N?J-3+:G'F MU,0V@/\IE8(NYLRA:D2"+/&(.F=?# MNVE[?&5/Y6H5Q6-5/\(W-@A:"@KKCR9307,SOKX:MX??X.3K[?C39-SY)E8$ MZ]D<"2Z.UCSF M"HG"0(R#?#/\",9VNSNT@7!7G:-LE\3Y$UED`^F"O($6\=`NTL25LB>'T`"+ M-`P`VX(_#F!!@X`M&0\\22!9-G!(<4]7!;D@P%Y,O,VF%"CY"H0?Q>582!Z; M*"EFP4IRBL9:0T[\R&%+.5*VD1HM(%%IH?3/X.4,:T]TV]/VIAO0<$GMY$1: M[!6C_BQ%>"RBZ")\0?V9HJ#&;I!Y%/[E)*@H;D\UO/^W\O?O?_'BQ_?SG9X! M_GK^UQM:0\1_K6E:A_R_#RC]?S/`.+NC.=[*_[IN%OXW+,-H"(QEU0_Y?Q^` MB4$&]B<1J98']BUD$>:WL$44WL86*6`+72:$;721$%Y!O\!1!.!M;)E#MO!/ M,\KK@\\8GR2:YV-%VGEYX`7]UMGHY0',32\//%.LS%LOH%\PY$8Z>V7DV01% MJGL!*]=UZ?FCBT1[O)`&_$?X!FO7*JWP,_)'.:'+;[ MCP#E_N_:D\YX1W.\M?\MTWH\_^M:?O[3S(:P+<[%Z2QP%1IR9RUR^Y MGV)3['>)5&&ZBGV7!,'JO:C]"7R._`>%1E]\SJ*01BFB4UBR+/#`H4!22!<4 ML)X%-D/JV(]I"\+570Q$3,XB)6X), M\`G][@1&A8\KR!(1C<0,24Q=GP2*++$7J#H^DM1C6:Z0$(YR,Q'?4.W;VUL@ M<1S@2L1%%RZ;09PEBS*H89>`P]DRH5PH!TN2@,-X!"@P7XE'$Y]3P1A0@@-" M"53Q\>(I\!TN[KV$%6\H#R#QPRQ(2419E@0K>.>@I"W-EGZZ0(85)"[W8Q%I ME8!$\PQU.E5AAZ&V.)739(Q\A/[WSC<_^\'UOX/O5W9^^WSWS/_ M-^O6(?[O`X;=!KPK;M;55!3MOYW"!3KJ@VF8S;I'Z0?'T6>ZZVGGU/HP\_1Z M+\=[C_W0ML^E\^JX3\W7.\=?]K6-:6 M_^MU0S_$_WU`M5J%\ON_RK@_KPSQZ-VC#A@&:.;7;LW$3VEVA]U!I^[MJ"O]@L.V9S/+Z+ M3\AH*%&DL%A6&H*FTQNTKR925C4&U$VNZA0;A4ZGTGYF_7T3SDP#_X7UB5-<>#$UU'[O&@V&NNXV'#^N.]:`C92[$>"($1XPG=/6G :/8<%WB;F',7\T[OF``?X,>`/>L.8X0`H``"' ` end In message , Steve Pri ce writes: >Michael, > >Can you send a message to freebsd-gnats-submit@freebsd.org with the >subject above and a uuencoded tarball for this port? The incoming >directory you put it in is no longer available. Thanks. > >-steve > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 2 16:51: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8284215130; Fri, 2 Apr 1999 16:51:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA07776; Fri, 2 Apr 1999 16:50:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 16:50:44 -0800 (PST) From: Message-Id: <199904030050.QAA07776@freefall.freebsd.org> To: stephane.legrand@wanadoo.fr, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9989 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [SECURITY] Latest ProFTPD and Wu-ftpd may have a security hole State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 16:50:25 PST 1999 State-Changed-Why: Done, 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 2 16:52:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D18214E1A; Fri, 2 Apr 1999 16:52:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA07935; Fri, 2 Apr 1999 16:52:01 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 16:52:01 -0800 (PST) From: Message-Id: <199904030052.QAA07935@freefall.freebsd.org> To: jonny@jonny.eng.br, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/6942 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port, mrouted-beta State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 16:51:10 PST 1999 State-Changed-Why: mrouted in the main distribution has already been updated to a newer version. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 2 16:53:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2468A14E1A; Fri, 2 Apr 1999 16:53:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA08111; Fri, 2 Apr 1999 16:53:09 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 16:53:09 -0800 (PST) From: Message-Id: <199904030053.QAA08111@freefall.freebsd.org> To: winter@jurai.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/7382 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Pine4 does not co-exist with older installed version of pine. State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 16:52:45 PST 1999 State-Changed-Why: Originator said it was ok to close this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 2 16:54: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 47FBA14E1A; Fri, 2 Apr 1999 16:54:06 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA08191; Fri, 2 Apr 1999 16:53:47 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 16:53:47 -0800 (PST) From: Message-Id: <199904030053.QAA08191@freefall.freebsd.org> To: sada@e-mail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/7532 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: ipltd-2.01 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 16:53:28 PST 1999 State-Changed-Why: Distfile (and anything like it) has disappeared. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 2 16:54:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 865BD15010; Fri, 2 Apr 1999 16:54:53 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA08311; Fri, 2 Apr 1999 16:54:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 16:54:34 -0800 (PST) From: Message-Id: <199904030054.QAA08311@freefall.freebsd.org> To: Nick.Barnes@pobox.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10033 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: upgrading to 2.2.8 breaks the perl5 port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 16:54:03 PST 1999 State-Changed-Why: patch-aa has been removed and perl5 is now a part of the main distribution. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 2 16:56:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DB8415010; Fri, 2 Apr 1999 16:56:55 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA08578; Fri, 2 Apr 1999 16:56:36 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 16:56:36 -0800 (PST) From: Message-Id: <199904030056.QAA08578@freefall.freebsd.org> To: pfgiffun@bachue.usc.unal.edu.co, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10758 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: fftw State-Changed-From-To: feedback->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 16:56:19 PST 1999 State-Changed-Why: Updated, 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 2 16:57:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E024D15139; Fri, 2 Apr 1999 16:57:19 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA08652; Fri, 2 Apr 1999 16:57:01 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 16:57:01 -0800 (PST) From: Message-Id: <199904030057.QAA08652@freefall.freebsd.org> To: lkoeller@cc.fh-lippe.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10917 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade of fftw-2.0.1 port to version 2.1.1 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 16:56:50 PST 1999 State-Changed-Why: Updated, 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 2 16:59:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8270F151B1; Fri, 2 Apr 1999 16:59:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA08958; Fri, 2 Apr 1999 16:59:09 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 16:59:09 -0800 (PST) From: Message-Id: <199904030059.QAA08958@freefall.freebsd.org> To: tom@eborcom.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix port: p5-MLDBM State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 16:58:39 PST 1999 State-Changed-Why: Patch committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 2 17: 0:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ADDA215184; Fri, 2 Apr 1999 17:00:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA09114; Fri, 2 Apr 1999 16:59:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 16:59:57 -0800 (PST) From: Message-Id: <199904030059.QAA09114@freefall.freebsd.org> To: mike@sentex.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9949 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: SKIP is an LKM and will not work with 3.0-STABLE State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 16:59:25 PST 1999 State-Changed-Why: Archie Cobbs updated this port to build as a KLD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 2 17: 1: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F1FA15184; Fri, 2 Apr 1999 17:01:01 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA09212; Fri, 2 Apr 1999 17:00:42 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 17:00:42 -0800 (PST) From: Message-Id: <199904030100.RAA09212@freefall.freebsd.org> To: tom@eborcom.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9865 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade Leafnode+ port from version 2.3 to 2.6 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 17:00:34 PST 1999 State-Changed-Why: Update 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 2 17: 6: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 19B7A15543; Fri, 2 Apr 1999 17:06:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA09697; Fri, 2 Apr 1999 17:05:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 17:05:44 -0800 (PST) From: Message-Id: <199904030105.RAA09697@freefall.freebsd.org> To: reg@shale.csir.co.za, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/5771 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: Stuttgart Neural Network Simulator State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 17:01:58 PST 1999 State-Changed-Why: New port finally, 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 2 17: 9:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BB651151F6; Fri, 2 Apr 1999 17:09:31 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA10120; Fri, 2 Apr 1999 17:09:13 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 17:09:13 -0800 (PST) From: Message-Id: <199904030109.RAA10120@freefall.freebsd.org> To: Nakai@technologist.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/6235 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: scwm-icon State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 17:07:09 PST 1999 State-Changed-Why: New port 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 2 17:13:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB47615290; Fri, 2 Apr 1999 17:13:04 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA10486; Fri, 2 Apr 1999 17:12:46 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 17:12:46 -0800 (PST) From: Message-Id: <199904030112.RAA10486@freefall.freebsd.org> To: Nakai@technologist.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/6236 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: scwm State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 17:10:49 PST 1999 State-Changed-Why: New port 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 2 17:16:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DAC431538A; Fri, 2 Apr 1999 17:16:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA10720; Fri, 2 Apr 1999 17:16:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 17:16:16 -0800 (PST) From: Message-Id: <199904030116.RAA10720@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/6331 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: libshhopt-1.1.3 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 17:14:45 PST 1999 State-Changed-Why: New port 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 2 17:21:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A3C4152D4; Fri, 2 Apr 1999 17:21:21 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA11108; Fri, 2 Apr 1999 17:21:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 17:21:02 -0800 (PST) From: Message-Id: <199904030121.RAA11108@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/6473 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: libshhmsg-1.3.3 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 17:19:14 PST 1999 State-Changed-Why: New port 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 2 17:24:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B74CF15260; Fri, 2 Apr 1999 17:24:12 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA11360; Fri, 2 Apr 1999 17:23:53 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 17:23:53 -0800 (PST) From: Message-Id: <199904030123.RAA11360@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/6474 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: libxalloc-1.0.2 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 17:23:04 PST 1999 State-Changed-Why: New port 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 2 17:27:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D293015213; Fri, 2 Apr 1999 17:27:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA11638; Fri, 2 Apr 1999 17:26:56 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 17:26:56 -0800 (PST) From: Message-Id: <199904030126.RAA11638@freefall.freebsd.org> To: croyle@gelemna.ft-wayne.in.us, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9875 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: devel/astyle (aka "Artistic Style") State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 17:25:58 PST 1999 State-Changed-Why: New port 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 2 17:29:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E286152BC; Fri, 2 Apr 1999 17:29:46 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA11903; Fri, 2 Apr 1999 17:29:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 17:29:27 -0800 (PST) From: Message-Id: <199904030129.RAA11903@freefall.freebsd.org> To: nakai@internetsolutions.co.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10003 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: p5-Socks State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 17:28:27 PST 1999 State-Changed-Why: New port 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 2 17:33:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 985631533F; Fri, 2 Apr 1999 17:33:13 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA12158; Fri, 2 Apr 1999 17:32:54 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 17:32:54 -0800 (PST) From: Message-Id: <199904030132.RAA12158@freefall.freebsd.org> To: runge@rostock.zgdv.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10012 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: xmradio State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 17:30:52 PST 1999 State-Changed-Why: New port 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 2 17:37: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 228F2152EA; Fri, 2 Apr 1999 17:36:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA12375; Fri, 2 Apr 1999 17:36:33 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 17:36:33 -0800 (PST) From: Message-Id: <199904030136.RAA12375@freefall.freebsd.org> To: woju@freebsd.ntu.edu.tw, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10063 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: chinese/telnet State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 17:35:39 PST 1999 State-Changed-Why: New port 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 2 17:39:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F180015586; Fri, 2 Apr 1999 17:39:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA12551; Fri, 2 Apr 1999 17:39:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 17:39:16 -0800 (PST) From: Message-Id: <199904030139.RAA12551@freefall.freebsd.org> To: dmarion@open.hr, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10187 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port - gftp State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 17:37:50 PST 1999 State-Changed-Why: New port 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 2 17:43:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C72A1530B; Fri, 2 Apr 1999 17:42:54 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA12819; Fri, 2 Apr 1999 17:42:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 17:42:34 -0800 (PST) From: Message-Id: <199904030142.RAA12819@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10210 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port: tgd 1.2c State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 17:41:46 PST 1999 State-Changed-Why: New port 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 2 17:45:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C134A151FB; Fri, 2 Apr 1999 17:45:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA13158; Fri, 2 Apr 1999 17:45:26 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 17:45:26 -0800 (PST) From: Message-Id: <199904030145.RAA13158@freefall.freebsd.org> To: cpiazza@home.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10270 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [new port] wterm State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 17:43:37 PST 1999 State-Changed-Why: New port 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 2 17:49: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CDC6153ED; Fri, 2 Apr 1999 17:48:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA13374; Fri, 2 Apr 1999 17:48:39 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 17:48:39 -0800 (PST) From: Message-Id: <199904030148.RAA13374@freefall.freebsd.org> To: cpiazza@home.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10272 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [new port] gmixer State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 17:46:48 PST 1999 State-Changed-Why: New port 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 2 17:51:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 265CD152C3; Fri, 2 Apr 1999 17:51:38 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA13668; Fri, 2 Apr 1999 17:51:19 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 17:51:19 -0800 (PST) From: Message-Id: <199904030151.RAA13668@freefall.freebsd.org> To: oddbjorn@tricknology.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10679 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port for bpft-2.0 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 17:50:43 PST 1999 State-Changed-Why: New port 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 2 17:54:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4526D15399; Fri, 2 Apr 1999 17:54:32 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA13910; Fri, 2 Apr 1999 17:54:13 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 17:54:13 -0800 (PST) From: Message-Id: <199904030154.RAA13910@freefall.freebsd.org> To: cjh@kr.freebsd.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10767 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: print/magicfilter State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 17:52:01 PST 1999 State-Changed-Why: New port 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 2 17:58:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 007F71537F; Fri, 2 Apr 1999 17:58:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA14237; Fri, 2 Apr 1999 17:57:45 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 2 Apr 1999 17:57:45 -0800 (PST) From: Message-Id: <199904030157.RAA14237@freefall.freebsd.org> To: hanspb@persbraten.vgs.no, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/6687 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port, ktelnet v0.6 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 2 17:56:46 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 3 3:14:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (Postfix) with ESMTP id 5FCA314FC3 for ; Sat, 3 Apr 1999 03:14:15 -0800 (PST) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id NAA13222; Sat, 3 Apr 1999 13:12:19 +0200 (CEST) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id MAA02344; Sat, 3 Apr 1999 12:56:01 +0200 (CEST) (envelope-from wosch) Date: Sat, 3 Apr 1999 12:56:01 +0200 (CEST) Message-Id: <199904031056.MAA02344@paula.panke.de.freebsd.org> From: wosch@freebsd.org To: ports@freebsd.org Subject: New ports added/updated last two weeks Reply-To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- - From wosch@DE.FreeBSD.ORG Sat Apr 3 09:28:01 1999 Received: (from uucp@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) with UUCP id JAA01010 for wosch@panke.de.freebsd.org; Sat, 3 Apr 1999 09:28:01 +0200 (CEST) (envelope-from wosch@DE.FreeBSD.ORG) Received: (from wosch@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) id IAA10274 for wosch; Sat, 3 Apr 1999 08:33:29 +0200 (CEST) (envelope-from wosch) Date: Sat, 3 Apr 1999 08:33:29 +0200 (CEST) From: Wolfram Schneider Message-Id: <199904030633.IAA10274@baerenklau.de.freebsd.org> To: wosch@baerenklau.de.freebsd.org Subject: New ports added/updated last two weeks Status: RO Content-Length: 29876 Lines: 840 Introduction - ------------ The FreeBSD Ports Collection offers a simple way for users and administrators to install applications. Each "port" listed here contains any patches necessary to make the original application source code compile and run on FreeBSD. Installing an application is as simple as downloading the port, unpacking it and typing make in the port directory. The Makefile automatically fetches the application source code, either from a local disk or via ftp, unpacks it on your system, applies the patches, and compiles. If all goes well, simply type make install to install the application. For more information about using ports, see the ports collection http://www.freebsd.org/handbook/ports.html and http://www.freebsd.org/ports/ There are currently 2141 ports in the FreeBSD Ports Collection. New ports added last two weeks - ------------------------------ Category astro (http://www.freebsd.org/ports/astro.html) ================================================================== wmMoonClock-1.24 Displays the phase of the moon, plus orbital data. Maintained by: kris@FreeBSD.ORG Also listed in: windowmaker Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k Category comms (http://www.freebsd.org/ports/comms.html) ================================================================== asmodem-0.6 Displays the modem status, designed to match AfterStep Maintained by: ports@FreeBSD.ORG Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k Category databases (http://www.freebsd.org/ports/databases.html) ================================================================== gtksql-0.2 Graphical query tool for PostgreSQL. Maintained by: andy@icc.surw.chel.su Requires: XFree86-3.3.3.1, gtk-1.0.6, postgresql-6.4.2 mysqltutor-1.2b2 A graphical tutorial on using the MySQL database package. Maintained by: sbarron@abalonesoft.com Requires: Mesa-3.0, XFree86-3.3.3.1, gmake-3.77, mysql-3.22.20a, qt-1.42 Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== mm-1.0.0 shared memory library for applications with pre-forked process model Maintained by: rse@engelschall.com py-kjbuckets-2.2 graph and set datatypes for Python (C extension) Maintained by: nectar@FreeBSD.ORG Requires: XFree86-3.3.3.1, python-1.5.1, tcl-8.0.4, tk-8.0.4 yacl-1.7b Programming library for C++, portable across Windows, OS/2 and various Unices Maintained by: albast@xs4all.nl Requires: XFree86-3.3.3.1, unzip-5.40, xpm-3.4k Category games (http://www.freebsd.org/ports/games.html) ================================================================== netrek-BRMH-2.2p2 A 16-player network space battle/conquest game with a Star Trek theme Maintained by: dburr@FreeBSD.ORG Requires: XFree86-3.3.3.1 netrek-COW-3.00p0 A 16-player network space battle/conquest game with a Star Trek theme Maintained by: dburr@FreeBSD.ORG Requires: XFree86-3.3.3.1 Category graphics (http://www.freebsd.org/ports/graphics.html) ================================================================== povray-3.1d Persistence of Vision Ray Tracer Maintained by: olli@fromme.com Requires: XFree86-3.3.3.1, png-1.0.3, unzip-5.40 wmicons-1.0 icons for mailny used in WindowMaker Maintained by: kiri@pis.toba-cmt.ac.jp Also listed in: windowmaker Requires: XFree86-3.3.3.1 Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== ja-epwutil-1.0 Utilities to manage Japanese EPWING or Electric-Book based CD-ROM. Maintained by: takamune@avrl.mei.co.jp ja-lesw-332 less + zcat + ISO-2022 + wide - a pager similar to more and pg Maintained by: kodama@ayame.mfd.cs.fujitsu.co.jp Category lang (http://www.freebsd.org/ports/lang.html) ================================================================== jdk-doc-1.1.7 Sun's Java Developers Kit documentation Maintained by: martti.kuparinen@ericsson.com Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== cmail-2.5 A simple mail counter, useful for multiple mailfiles. Maintained by: chip@eboai.org Category math (http://www.freebsd.org/ports/math.html) ================================================================== fftw-2.0.1 Fast C routines library to compute the Discrete Fourier Transform Maintained by: Lars.Koeller@Uni-Bielefeled.DE grace-5.0.1a A powerful plotting tool (successor of xmgr) Maintained by: Lars.Koeller@Uni-Bielefeld.DE Also listed in: print Requires: XFree86-3.3.3.1, afm-1.0, fftw-2.0.1, gd-1.3, hdf-4.1r2, jpeg-6b, libhelp-1.8.1, pdflib-0.6, tiff-3.4a, xbae-4.6.2, xpm-3.4k Category net (http://www.freebsd.org/ports/net.html) ================================================================== ftpmirror-1.95 An utility to mirror directory hierarchy with FTP. Maintained by: yasuf@big.or.jp gnomeicu-0.62a GNOME ICQ client. Maintained by: nectar@FreeBSD.ORG Also listed in: gnome Requires: ORBit-0.4.0, XFree86-3.3.3.1, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.1, gnomelibs-1.0.4, gtk-1.2.1, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, png-1.0.3, tiff-3.4a, xpm-3.4k gwget-0.2.0 A GNOME front end to wget. Maintained by: nectar@FreeBSD.ORG Requires: ORBit-0.4.0, XFree86-3.3.3.1, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.1, gmake-3.77, gnomelibs-1.0.4, gtk-1.2.1, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, png-1.0.3, tiff-3.4a, wget-1.5.3, xpm-3.4k ircd-hybrid-5.3p6 irc server with many implemented options Maintained by: desmo@bandwidth.org Category news (http://www.freebsd.org/ports/news.html) ================================================================== dejasearch-1.1 A frontend to DejaNews for searching Usenet archives. Maintained by: kris@FreeBSD.ORG Category print (http://www.freebsd.org/ports/print.html) ================================================================== yatex-mule-1.66 Yet Another LaTeX mode and html mode on Emacs (for Emacs19, Emacs20) Maintained by: taoka@infonets.hiroshima-u.ac.jp Also listed in: elisp yatex-xemacs-mule-1.66 Yet Another LaTeX mode and html mode on Emacs (for XEmacs-mule) Maintained by: taoka@infonets.hiroshima-u.ac.jp Also listed in: elisp Requires: XFree86-3.3.3.1, faces-1.6.1, ja-nkf-1.62, jpeg-6b, png-1.0.3, xemacs-mule-20.4, xemacs-mule-common-20.4, xpm-3.4k yatex-xemacs-1.66 Yet Another LaTeX mode and html mode on Emacs (for XEmacs19, XEmacs20) Maintained by: taoka@infonets.hiroshima-u.ac.jp Also listed in: elisp Category security (http://www.freebsd.org/ports/security.html) ================================================================== fakebo-0.3.3 A fake BackOrifice client emulator. Maintained by: kris@FreeBSD.ORG gtkportscan-1.1 A simple port scanner that prints out open ports. Maintained by: cpiazza@home.net Also listed in: net Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.1, gtk-1.2.1 Category textproc (http://www.freebsd.org/ports/textproc.html) ================================================================== dict-1.4.9 Dictionary Server Protocol (RFC2229) client Maintained by: josh@quick.net Requires: gmake-3.77 docbook-xml-3.1.2 XML version of the DocBook V3.1 DTD. Maintained by: kuriyama@FreeBSD.ORG Requires: unzip-5.40 Category www (http://www.freebsd.org/ports/www.html) ================================================================== py-HTMLgen-2.1 A Python library for the generation of HTML documents. Maintained by: nectar@FreeBSD.ORG Requires: XFree86-3.3.3.1, python-1.5.1, tcl-8.0.4, tk-8.0.4 Category x11-clocks (http://www.freebsd.org/ports/x11-clocks.html) ================================================================== wmCalClock-1.22 Another WindowMaker calendar/clock dockapp. Maintained by: kris@FreeBSD.ORG Also listed in: windowmaker Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k wmitime-0.2 A clock dockapp that shows the date, time, and internet time. Maintained by: jim@phrantic.phear.net Also listed in: windowmaker afterstep Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k Category x11-toolkits (http://www.freebsd.org/ports/x11-toolkits.html) ================================================================== py-gnome-1.0.1 A set of Python bindings for GNOME and GTK. Maintained by: nectar@FreeBSD.ORG Also listed in: python gnome Requires: ORBit-0.4.0, XFree86-3.3.3.1, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.1, gmake-3.77, gnomelibs-1.0.4, gtk-1.2.1, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, png-1.0.3, python-1.5.1, tcl-8.0.4, tiff-3.4a, tk-8.0.4, xpm-3.4k Category x11-wm (http://www.freebsd.org/ports/x11-wm.html) ================================================================== flwm-0.19 The Fast Light Window Manager Maintained by: dima@chg.ru Requires: Mesa-3.0, XFree86-3.3.3.1, fltk-1999.01.27 Category x11 (http://www.freebsd.org/ports/x11.html) ================================================================== ktranslator-0.4.0 A powerful utility for kde translators Maintained by: hanspb@persbraten.vgs.no Also listed in: kde Requires: Mesa-3.0, XFree86-3.3.3.1, giflib-3.0, gmake-3.77, jpeg-6b, kdelibs-1.0, qt-1.42 kvidtune-0.4.1 KDE X-server video setup utility Maintained by: josh@quick.net Also listed in: kde Requires: Mesa-3.0, XFree86-3.3.3.1, giflib-3.0, gmake-3.77, jpeg-6b, kdelibs-1.0, qt-1.42 Updated ports last two weeks - ----------------------------------- Category chinese (http://www.freebsd.org/ports/chinese.html) ================================================================== zh-pine-4.10 PINE(tm) -- a Program for Internet News & Email with Chinese(BIG-5) support Maintained by: avatar@www.mmlab.cse.yzu.edu.tw Also listed in: mail news zh-rxvt-2.6.pre2 A low memory usage xterm replacement that supports color & chinese Maintained by: frankch@waru.life.nthu.edu.tw Also listed in: x11 Requires: XFree86-3.3.3.1, bash-1.14.7, dvips-5.76, latex2e-98.01, tex-3.14159, yodl-1.22 Category databases (http://www.freebsd.org/ports/databases.html) ================================================================== db-2.7.3 the Berkeley DB package, revision 2 Maintained by: josh@ican.net mysql-3.22.20a a multithreaded SQL database. Maintained by: dirk@FreeBSD.ORG Category deskutils (http://www.freebsd.org/ports/deskutils.html) ================================================================== cbb-0.78 Checkbook balancing tool Maintained by: kline@thought.org Requires: XFree86-3.3.3.1, tcl-8.0.4, tk-8.0.4 wmpinboard-0.8.2 Post-it notes for the WindowMaker dock or AfterStep Wharf. Maintained by: jim@phrantic.phear.net Also listed in: afterstep windowmaker Requires: XFree86-3.3.3.1, xpm-3.4k Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== glib-1.2.1 Some useful routines of C programming. Maintained by: vanilla@FreeBSD.ORG libicq-0.33 library to add ICQ communication support to your software Maintained by: flathill@FreeBSD.ORG Requires: glib-1.2.1 Category editors (http://www.freebsd.org/ports/editors.html) ================================================================== gxedit-1.22 A simple GTK+ editor. Maintained by: dom@myrddin.demon.co.uk Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.1.16, gtk-1.1.16 Category emulators (http://www.freebsd.org/ports/emulators.html) ================================================================== mastergear-1.2 SEGA Master System and Game Gear emulator for X Maintained by: nacai@iname.com Requires: XFree86-3.3.3.1 xzx-2.8.0 ZX Spectrum (48K/128K/+3) Emulator for X11 Windows Maintained by: sheldonh@iafrica.com Requires: XFree86-3.3.3.1 Category games (http://www.freebsd.org/ports/games.html) ================================================================== qstat-2.2b A command line program to query game servers on the net Maintained by: darius@dons.net.au Category graphics (http://www.freebsd.org/ports/graphics.html) ================================================================== p5-GIFgraph-1.10 a Perl package to generate GIF charts Maintained by: laskavy@gambit.msk.su Also listed in: perl5 Requires: p5-GD-1.18 gqview-0.6.0 Another gtk-base graphic file viewer. Maintained by: nacai@iname.com Requires: XFree86-3.3.3.1, gettext-0.10.35, giflib-3.0, glib-1.2.1, gtk-1.2.1, imlib-1.9.4, jpeg-6b, png-1.0.3, tiff-3.4a tiff-3.4a libtiff provides support for the Tag Image File Format (TIFF) Maintained by: ports@freebsd.org Requires: jpeg-6b Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== ja-chimera-1.70p1 X/Athena World-Wide Web client + Japanese patch Maintained by: ports@FreeBSD.ORG Also listed in: www Requires: XFree86-3.3.3.1 ja-emacs20-dl-canna-1.2 Dynamic loading module input method `Canna' on Emacs. Maintained by: shige@FreeBSD.ORG Also listed in: editors Requires: XFree86-3.3.3.1, apel-emacs20-9.13, emacs-20.3, emacs-dl-20.3, ja-Canna-3.2.2 ja-ndtpd-2.2.2 server for accessing CD-ROM books with NDTP. Maintained by: takamune@avrl.mei.co.jp Requires: ja-eb-2.2.2 Category korean (http://www.freebsd.org/ports/korean.html) ================================================================== ko-hanterm-xf-16 An X11R6-based xterm hacked for managing Korean languages. Maintained by: cjh@kr.freebsd.org Also listed in: x11 Requires: XFree86-3.3.3.1, ko-johabfonts-3.04 Category lang (http://www.freebsd.org/ports/lang.html) ================================================================== cim-3.29 Compiler for the SIMULA programming language Maintained by: ports@FreeBSD.ORG egcs-1.1.2 EGCS enhanced version of the GNU compiler suite Maintained by: obrien@FreeBSD.org Requires: bzip2-0.9.0c, gmake-3.77 jikes-0.47 A Java source to byte-code compiler made available by IBM Maintained by: dillon@backplane.com objc-2.2.15 Portable Object Compiler Maintained by: chuckr@freebsd.org Requires: boehm-gc-4.12 ocaml-2.02 An ML language based on a complete class-based objective system Maintained by: ortmann@isl.net Requires: XFree86-3.3.3.1, gmake-3.77 Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== fetchmail-4.7.8 batch mail retrieval/forwarding utility for pop2, pop3, apop, imap Maintained by: ve@sci.fi imap-uw-4.5 University of Washington IMAP4rev1/POP2/POP3 mail servers Maintained by: imap-uw@freebsd.ady.ro maildrop-0.62 Replacement local mail delivery agent, similar to procmail. Maintained by: tom@eborcom.com Requires: gdbm-1.7.3 p5-MIME-Tools-4.122 a set of perl5 modules for MIME Maintained by: eivind@FreeBSD.ORG Also listed in: perl5 Requires: p5-IO-stringy-1.203, p5-MIME-Base64-2.10, p5-Mail-Tools-1.12, p5-Net-1.0605 p5-Mail-Tools-1.12 perl5 modules for dealing with Internet e-mail messages. Maintained by: jfitz@FreeBSD.ORG Also listed in: perl5 Requires: p5-Net-1.0605 pine-4.10 PINE(tm) -- a Program for Internet News & Email Maintained by: pine@freebsd.ady.ro Also listed in: news tkrat-1.2 A mail user agent for X with a Tcl/Tk user interface. Maintained by: appleseed@his.com Also listed in: tk80 Requires: XFree86-3.3.3.1, imap-uw-4.5, tcl-8.0.4, tk-8.0.4 wmmail-0.62 A little mail notifier for the WindowMaker dock. Maintained by: jim@phrantic.phear.net Also listed in: windowmaker Requires: XFree86-3.3.3.1, libproplist-0.8.3, xpm-3.4k Category math (http://www.freebsd.org/ports/math.html) ================================================================== gnumeric-0.18 The GNOME spreadsheet Maintained by: nacai@iname.com Also listed in: gnome Requires: ORBit-0.4.0, XFree86-3.3.3.1, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.1, gnomeaudio-1.0.0, gnomecore-1.0.3, gnomelibs-1.0.4, gtk-1.2.1, guile-1.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libghttp-1.0.2, libgtop-1.0.1, libxml-1.0.0, png-1.0.3, python-1.5.1, tcl-8.0.4, tiff-3.4a, tk-8.0.4, xpm-3.4k Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== diction-0.8 GNU diction and style Maintained by: ports@freebsd.org Requires: gmake-3.77 fd-1.03j A file and directory management tool Maintained by: nobu@psrc.isac.co.jp gnuls-4.0 GNU colorized `ls'. Maintained by: bmc@WillsCreek.COM mc-4.5.23 Midnight Commander, a free Norton Commander Clone Maintained by: reg@shale.csir.co.za Requires: gettext-0.10.35, glib-1.2.1, gmake-3.77 nwrite-1.9.2 improved, recipient configureable replacement for /usr/bin/write Maintained by: daveh@csua.berkeley.edu Category net (http://www.freebsd.org/ports/net.html) ================================================================== beroftpd-1.3.4 experimental replacement ftp server for Un*x systems based on wu-ftpd Maintained by: billf@FreeBSD.org cnet-1.4p4 A networking simulator Maintained by: ports@FreeBSD.org Requires: XFree86-3.3.3.1, xpm-3.4k, xview-config-3.2.1, xview-lib-3.2.1 coda-client-5.2.0 client programs for a replicated high-performance network file system Maintained by: rvb@cs.cmu.edu Requires: gdbm-1.7.3, gmake-3.77 coda-server-5.2.0 server programs for a replicated high-performance network file system Maintained by: rvb@cs.cmu.edu Requires: gdbm-1.7.3, gmake-3.77 freewais-sf-2.2.11 An enhanced Wide Area Information Server Maintained by: ports@FreeBSD.org Also listed in: databases gicq-0.33 GTK based ICQ program Maintained by: flathill@FreeBSD.ORG Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.1, gtk-1.2.1, libicq-0.33 lftp-1.2.4 Shell-like command line ftp client. Maintained by: andy@icc.surw.chel.su netatalk-1.4b2+asun-2.1.3 File and print server for AppleTalk networks, with improvements by A. Sun Maintained by: stb@freebsd.org Also listed in: print Requires: tcp_wrappers-7.6 netpipes-4.2 A group of shell utilities to connect programs to sockets Maintained by: doconnor@gsoft.com.au pavuk-0.9.5 HTTP, FTP and Gopher mirroring tool Maintained by: andy@icc.surw.chel.su Also listed in: www Requires: XFree86-3.3.3.1, glib-1.1.3, gmake-3.77, gtk-1.1.2, xpm-3.4k rdist-6.1.5 A network file distribution/synchronisation utility. Maintained by: peter@FreeBSD.org tf-4.0s1 A popular programmable MUD client, with macro support and more. Maintained by: jseger@FreeBSD.org Also listed in: games wxftp-0.4.4 WXftp is an X Window System FTP client, with WSftp-like UI. Maintained by: kris@FreeBSD.ORG Requires: XFree86-3.3.3.1, gmake-3.77, gtk-1.0.6 xchat-0.9.3 X-Chat is a X11 (X Window System) IRC client, using the GTK+ toolkit. Maintained by: jim@phrantic.phear.net Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.1, gmake-3.77, gtk-1.2.1 Category news (http://www.freebsd.org/ports/news.html) ================================================================== leafnode-1.9.2 Leafnode is a USENET software package designed for small sites. Maintained by: brian@Awfulhak.org suck-4.1.0 Receives/sends news to/from localhost via NNTP. Maintained by: jseger@FreeBSD.org Requires: gmake-3.77 tinpre-1.4.19990216 TIN newsreader (termcap based) Maintained by: ache@FreeBSD.org Requires: bzip2-0.9.0c, uulib-0.5.13 Category print (http://www.freebsd.org/ports/print.html) ================================================================== a2ps-a4-4.12 Formats an ascii file for printing on a postscript printer. Maintained by: chuckr@FreeBSD.org a2ps-letter-4.12 Formats an ascii file for printing on a postscript printer. Maintained by: chuckr@FreeBSD.org a2ps-letterdj-4.12 Formats an ascii file for printing on a postscript printer. Maintained by: chuckr@FreeBSD.org lout-3.13 A document creation system like LaTeX, but smaller Maintained by: oly@world.std.com Requires: gmake-3.77 lyx-1.0.1 document processor interfaced with LaTeX (nearly WYSIWYG) Maintained by: andreas@FreeBSD.ORG Requires: XFree86-3.3.3.1, teTeX-0.4, xforms-0.88.1, xpm-3.4k Category security (http://www.freebsd.org/ports/security.html) ================================================================== bjorb-0.5.5p1 Secure TCP relay software with SSL. Maintained by: issei@jp.FreeBSD.ORG Also listed in: net Requires: openssl-0.9.2b gnupg-0.9.5 The GNU Privacy Guard Maintained by: kuriyama@FreeBSD.ORG libident-0.22 A small library to interface the ident protocol server (rfc1413). Maintained by: torstenb@FreeBSD.ORG Also listed in: devel net openssl-0.9.2b SSL and crypto library Maintained by: dirk@FreeBSD.ORG Also listed in: devel pidentd-2.8.5 An RFC1413 identification server. Maintained by: torstenb@FreeBSD.ORG Also listed in: net sudo-1.5.8.2 Allow others to run commands as root. Maintained by: erich@FreeBSD.ORG Category shells (http://www.freebsd.org/ports/shells.html) ================================================================== rc-1.5b2 A unix incarnation of the plan9 shell. Maintained by: erich@FreeBSD.org Also listed in: plan9 Category sysutils (http://www.freebsd.org/ports/sysutils.html) ================================================================== cdrecord-1.8a19 This program allows you to create CD's on a CD-Recorder. Maintained by: jmz@FreeBSD.org Requires: gmake-3.77 gnomecontrolcenter-1.0.2 control center for GNOME project. Maintained by: vanilla@FreeBSD.ORG Also listed in: gnome Requires: ORBit-0.4.0, XFree86-3.3.3.1, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.1, gmake-3.77, gnomeaudio-1.0.0, gnomecore-1.0.3, gnomelibs-1.0.4, gtk-1.2.1, guile-1.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libghttp-1.0.2, libgtop-1.0.1, png-1.0.3, tiff-3.4a, xpm-3.4k xfsm-1.99 X File System Monitor Maintained by: vanilla@FreeBSD.ORG Requires: XFree86-3.3.3.1 xosview-1.7.1 A graphical performance meter Maintained by: handy@physics.montana.edu Requires: XFree86-3.3.3.1 Category www (http://www.freebsd.org/ports/www.html) ================================================================== apache-1.3.6+mod_ssl-2.2.6 The Apache 1.3 webserver with SSL/TLS functionality. Maintained by: rse@engelschall.com Also listed in: security Requires: openssl-0.9.2b apache-1.3.6 The extremely popular Apache http server. Very fast, very clean. Maintained by: ache@freebsd.org hypermail-20b3 A program to generate a cross-referenced HTML mail archive. Maintained by: veers@disturbed.net libghttp-1.0.2 GNOME http client library. Maintained by: vanilla@FreeBSD.ORG Also listed in: gnome sitecopy-0.4.8 Maintains remote websites, uses FTP or WebDAV to sync up with local copy Maintained by: nik@FreeBSD.ORG Category x11-fm (http://www.freebsd.org/ports/x11-fm.html) ================================================================== ezfm-0.4 EZWGL-based file manager for X Window System. Maintained by: andy@icc.surw.chel.su Requires: EZWGL-1.40c, XFree86-3.3.3.1, gmake-3.77, jpeg-6b Category x11-toolkits (http://www.freebsd.org/ports/x11-toolkits.html) ================================================================== gtk-1.2.1 General Toolkit for X11 GUI. Maintained by: vanilla@FreeBSD.ORG Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.1 Category x11-wm (http://www.freebsd.org/ports/x11-wm.html) ================================================================== blackbox-0.50.4 A small and fast window manager for X11R6. Maintained by: ports@FreeBSD.ORG Requires: XFree86-3.3.3.1, bzip2-0.9.0c icewm-0.9.36 cool window manager developped in a very hot day in a winter Maintained by: nacai@iname.com Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k windowmaker-i18n-0.51.2 A GNUStep-compliant NeXTStep clone window manager with i18n extention Maintained by: mac@jp.freebsd.org Also listed in: windowmaker Requires: XFree86-3.3.3.1, gettext-0.10.35, giflib-3.0, ja-nkf-1.62, jpeg-6b, libproplist-0.8.3, png-1.0.3, tiff-3.4a, xpm-3.4k windowmaker-0.51.2 This window manager is a GNUStep-compliant NeXTStep clone. Maintained by: handy@physics.montana.edu Also listed in: windowmaker Requires: XFree86-3.3.3.1, giflib-3.0, jpeg-6b, libproplist-0.8.3, png-1.0.3, tiff-3.4a, xpm-3.4k Category x11 (http://www.freebsd.org/ports/x11.html) ================================================================== gnomecore-1.0.3 core component for the Gnome Desktop Environment Maintained by: nacai@iname.com Also listed in: gnome Requires: ORBit-0.4.0, XFree86-3.3.3.1, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.1, gmake-3.77, gnomeaudio-1.0.0, gnomelibs-1.0.4, gtk-1.2.1, guile-1.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libghttp-1.0.2, libgtop-1.0.1, png-1.0.3, tiff-3.4a, xpm-3.4k gnomelibs-1.0.4 libaries for GNOME, a GNU desktop environment Maintained by: nacai@iname.com Also listed in: gnome Requires: ORBit-0.4.0, XFree86-3.3.3.1, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.1, gmake-3.77, gtk-1.2.1, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, png-1.0.3, tiff-3.4a, xpm-3.4k _________________________________________________________________ © 1996-1998 by Wolfram Schneider. All rights reserved. Please direct questions about this service to www@FreeBSD.org General questions about FreeBSD ports should be sent to ports@FreeBSD.org Last database update: 1999-03-29 11:03:59 UTC; based on revision 1.214 _________________________________________________________________ This information was produced by http://www.freebsd.org/cgi/ports.cgi -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQCVAwUBNwXzbzmN/mkrcYGtAQGKKwP/UhVJS4Nb/OiAb76/a616cGxeBl45Cbw0 T+rKcAWFN4TRhwAIgjO4l0dI6YoZo/T3RdkwCM92XTNYs2yXnSPWF20mbaHjH9Xx 9kAe/0bzwsfs9AL2K5JBk1vkD4iboh9FQ9pziCA0ZpetsNuPS0uvpZt1MxWH4MTi PTwFTDVcCEo= =fhCf -----END PGP SIGNATURE----- -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 3 3:59:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mushi.colo.neosoft.com (mushi.colo.neosoft.com [206.109.6.82]) by hub.freebsd.org (Postfix) with SMTP id 6960C14FB4 for ; Sat, 3 Apr 1999 03:59:21 -0800 (PST) (envelope-from peter@bonkers.taronga.com) Received: (qmail 15139 invoked from network); 3 Apr 1999 11:57:16 -0000 Received: from bonkers.neosoft.com (HELO bonkers.taronga.com) (206.109.2.48) by mushi.colo.neosoft.com with SMTP; 3 Apr 1999 11:57:16 -0000 Received: (from peter@localhost) by bonkers.taronga.com (8.9.1/8.9.1) id FAA15770 for ports@freebsd.org; Sat, 3 Apr 1999 05:57:15 -0600 (CST) (envelope-from peter) From: Peter da Silva Message-Id: <199904031157.FAA15770@bonkers.taronga.com> Subject: Re: New ports added/updated last two weeks To: ports@freebsd.org Date: Sat, 3 Apr 1999 05:57:14 -0600 (CST) In-Reply-To: <199904031056.MAA02344@paula.panke.de.freebsd.org> from "wosch@freebsd.org" at Apr 3, 99 12:56:01 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Do you want it posted like this with the double headers, or should I strip off the PGP stuff? > > > -----BEGIN PGP SIGNED MESSAGE----- > > - From wosch@DE.FreeBSD.ORG Sat Apr 3 09:28:01 1999 > Received: (from uucp@localhost) > by paula.panke.de.freebsd.org (8.9.3/8.8.8) with UUCP id JAA01010 > for wosch@panke.de.freebsd.org; Sat, 3 Apr 1999 09:28:01 +0200 (CEST) > (envelope-from wosch@DE.FreeBSD.ORG) > Received: (from wosch@localhost) > by baerenklau.de.freebsd.org (8.8.8/8.8.8) id IAA10274 > for wosch; Sat, 3 Apr 1999 08:33:29 +0200 (CEST) > (envelope-from wosch) > Date: Sat, 3 Apr 1999 08:33:29 +0200 (CEST) > From: Wolfram Schneider > Message-Id: <199904030633.IAA10274@baerenklau.de.freebsd.org> > To: wosch@baerenklau.de.freebsd.org > Subject: New ports added/updated last two weeks > Status: RO > Content-Length: 29876 > Lines: 840 > > Introduction > - ------------ > > The FreeBSD Ports Collection offers a simple way for users and > administrators to install applications. Each "port" listed here > contains any patches necessary to make the original application source > code compile and run on FreeBSD. Installing an application is as > simple as downloading the port, unpacking it and typing make in the > port directory. The Makefile automatically fetches the application > source code, either from a local disk or via ftp, unpacks it on your > system, applies the patches, and compiles. If all goes well, simply > type make install to install the application. > > For more information about using ports, see the ports collection > > http://www.freebsd.org/handbook/ports.html > and > http://www.freebsd.org/ports/ > > There are currently 2141 ports in the FreeBSD Ports Collection. > > > New ports added last two weeks > - ------------------------------ > > Category astro (http://www.freebsd.org/ports/astro.html) > ================================================================== > > wmMoonClock-1.24 > Displays the phase of the moon, plus orbital data. > Maintained by: kris@FreeBSD.ORG > Also listed in: windowmaker > Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k > > Category comms (http://www.freebsd.org/ports/comms.html) > ================================================================== > > asmodem-0.6 > Displays the modem status, designed to match AfterStep > Maintained by: ports@FreeBSD.ORG > Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k > > Category databases (http://www.freebsd.org/ports/databases.html) > ================================================================== > > gtksql-0.2 > Graphical query tool for PostgreSQL. > Maintained by: andy@icc.surw.chel.su > Requires: XFree86-3.3.3.1, gtk-1.0.6, postgresql-6.4.2 > > mysqltutor-1.2b2 > A graphical tutorial on using the MySQL database package. > Maintained by: sbarron@abalonesoft.com > Requires: Mesa-3.0, XFree86-3.3.3.1, gmake-3.77, > mysql-3.22.20a, qt-1.42 > > Category devel (http://www.freebsd.org/ports/devel.html) > ================================================================== > > mm-1.0.0 > shared memory library for applications with pre-forked process > model > Maintained by: rse@engelschall.com > > py-kjbuckets-2.2 > graph and set datatypes for Python (C extension) > Maintained by: nectar@FreeBSD.ORG > Requires: XFree86-3.3.3.1, python-1.5.1, tcl-8.0.4, tk-8.0.4 > > yacl-1.7b > Programming library for C++, portable across Windows, OS/2 and > various Unices > Maintained by: albast@xs4all.nl > Requires: XFree86-3.3.3.1, unzip-5.40, xpm-3.4k > > Category games (http://www.freebsd.org/ports/games.html) > ================================================================== > > netrek-BRMH-2.2p2 > A 16-player network space battle/conquest game with a Star Trek > theme > Maintained by: dburr@FreeBSD.ORG > Requires: XFree86-3.3.3.1 > > netrek-COW-3.00p0 > A 16-player network space battle/conquest game with a Star Trek > theme > Maintained by: dburr@FreeBSD.ORG > Requires: XFree86-3.3.3.1 > > Category graphics (http://www.freebsd.org/ports/graphics.html) > ================================================================== > > povray-3.1d > Persistence of Vision Ray Tracer > Maintained by: olli@fromme.com > Requires: XFree86-3.3.3.1, png-1.0.3, unzip-5.40 > > wmicons-1.0 > icons for mailny used in WindowMaker > Maintained by: kiri@pis.toba-cmt.ac.jp > Also listed in: windowmaker > Requires: XFree86-3.3.3.1 > > Category japanese (http://www.freebsd.org/ports/japanese.html) > ================================================================== > > ja-epwutil-1.0 > Utilities to manage Japanese EPWING or Electric-Book based > CD-ROM. > Maintained by: takamune@avrl.mei.co.jp > > ja-lesw-332 > less + zcat + ISO-2022 + wide - a pager similar to more and pg > Maintained by: kodama@ayame.mfd.cs.fujitsu.co.jp > > Category lang (http://www.freebsd.org/ports/lang.html) > ================================================================== > > jdk-doc-1.1.7 > Sun's Java Developers Kit documentation > Maintained by: martti.kuparinen@ericsson.com > > Category mail (http://www.freebsd.org/ports/mail.html) > ================================================================== > > cmail-2.5 > A simple mail counter, useful for multiple mailfiles. > Maintained by: chip@eboai.org > > Category math (http://www.freebsd.org/ports/math.html) > ================================================================== > > fftw-2.0.1 > Fast C routines library to compute the Discrete Fourier > Transform > Maintained by: Lars.Koeller@Uni-Bielefeled.DE > > grace-5.0.1a > A powerful plotting tool (successor of xmgr) > Maintained by: Lars.Koeller@Uni-Bielefeld.DE > Also listed in: print > Requires: XFree86-3.3.3.1, afm-1.0, fftw-2.0.1, gd-1.3, > hdf-4.1r2, jpeg-6b, libhelp-1.8.1, pdflib-0.6, tiff-3.4a, > xbae-4.6.2, xpm-3.4k > > Category net (http://www.freebsd.org/ports/net.html) > ================================================================== > > ftpmirror-1.95 > An utility to mirror directory hierarchy with FTP. > Maintained by: yasuf@big.or.jp > > gnomeicu-0.62a > GNOME ICQ client. > Maintained by: nectar@FreeBSD.ORG > Also listed in: gnome > Requires: ORBit-0.4.0, XFree86-3.3.3.1, esound-0.2.8, > gettext-0.10.35, giflib-3.0, glib-1.2.1, gnomelibs-1.0.4, > gtk-1.2.1, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, png-1.0.3, > tiff-3.4a, xpm-3.4k > > gwget-0.2.0 > A GNOME front end to wget. > Maintained by: nectar@FreeBSD.ORG > Requires: ORBit-0.4.0, XFree86-3.3.3.1, esound-0.2.8, > gettext-0.10.35, giflib-3.0, glib-1.2.1, gmake-3.77, > gnomelibs-1.0.4, gtk-1.2.1, imlib-1.9.4, jpeg-6b, > libaudiofile-0.1.6, png-1.0.3, tiff-3.4a, wget-1.5.3, xpm-3.4k > > ircd-hybrid-5.3p6 > irc server with many implemented options > Maintained by: desmo@bandwidth.org > > Category news (http://www.freebsd.org/ports/news.html) > ================================================================== > > dejasearch-1.1 > A frontend to DejaNews for searching Usenet archives. > Maintained by: kris@FreeBSD.ORG > > Category print (http://www.freebsd.org/ports/print.html) > ================================================================== > > yatex-mule-1.66 > Yet Another LaTeX mode and html mode on Emacs (for Emacs19, > Emacs20) > Maintained by: taoka@infonets.hiroshima-u.ac.jp > Also listed in: elisp > > yatex-xemacs-mule-1.66 > Yet Another LaTeX mode and html mode on Emacs (for XEmacs-mule) > Maintained by: taoka@infonets.hiroshima-u.ac.jp > Also listed in: elisp > Requires: XFree86-3.3.3.1, faces-1.6.1, ja-nkf-1.62, jpeg-6b, > png-1.0.3, xemacs-mule-20.4, xemacs-mule-common-20.4, xpm-3.4k > > yatex-xemacs-1.66 > Yet Another LaTeX mode and html mode on Emacs (for XEmacs19, > XEmacs20) > Maintained by: taoka@infonets.hiroshima-u.ac.jp > Also listed in: elisp > > Category security (http://www.freebsd.org/ports/security.html) > ================================================================== > > fakebo-0.3.3 > A fake BackOrifice client emulator. > Maintained by: kris@FreeBSD.ORG > > gtkportscan-1.1 > A simple port scanner that prints out open ports. > Maintained by: cpiazza@home.net > Also listed in: net > Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.1, > gtk-1.2.1 > > Category textproc (http://www.freebsd.org/ports/textproc.html) > ================================================================== > > dict-1.4.9 > Dictionary Server Protocol (RFC2229) client > Maintained by: josh@quick.net > Requires: gmake-3.77 > > docbook-xml-3.1.2 > XML version of the DocBook V3.1 DTD. > Maintained by: kuriyama@FreeBSD.ORG > Requires: unzip-5.40 > > Category www (http://www.freebsd.org/ports/www.html) > ================================================================== > > py-HTMLgen-2.1 > A Python library for the generation of HTML documents. > Maintained by: nectar@FreeBSD.ORG > Requires: XFree86-3.3.3.1, python-1.5.1, tcl-8.0.4, tk-8.0.4 > > Category x11-clocks (http://www.freebsd.org/ports/x11-clocks.html) > ================================================================== > > wmCalClock-1.22 > Another WindowMaker calendar/clock dockapp. > Maintained by: kris@FreeBSD.ORG > Also listed in: windowmaker > Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k > > wmitime-0.2 > A clock dockapp that shows the date, time, and internet time. > Maintained by: jim@phrantic.phear.net > Also listed in: windowmaker afterstep > Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k > > Category x11-toolkits (http://www.freebsd.org/ports/x11-toolkits.html) > ================================================================== > > py-gnome-1.0.1 > A set of Python bindings for GNOME and GTK. > Maintained by: nectar@FreeBSD.ORG > Also listed in: python gnome > Requires: ORBit-0.4.0, XFree86-3.3.3.1, esound-0.2.8, > gettext-0.10.35, giflib-3.0, glib-1.2.1, gmake-3.77, > gnomelibs-1.0.4, gtk-1.2.1, imlib-1.9.4, jpeg-6b, > libaudiofile-0.1.6, png-1.0.3, python-1.5.1, tcl-8.0.4, > tiff-3.4a, tk-8.0.4, xpm-3.4k > > Category x11-wm (http://www.freebsd.org/ports/x11-wm.html) > ================================================================== > > flwm-0.19 > The Fast Light Window Manager > Maintained by: dima@chg.ru > Requires: Mesa-3.0, XFree86-3.3.3.1, fltk-1999.01.27 > > Category x11 (http://www.freebsd.org/ports/x11.html) > ================================================================== > > ktranslator-0.4.0 > A powerful utility for kde translators > Maintained by: hanspb@persbraten.vgs.no > Also listed in: kde > Requires: Mesa-3.0, XFree86-3.3.3.1, giflib-3.0, gmake-3.77, > jpeg-6b, kdelibs-1.0, qt-1.42 > > kvidtune-0.4.1 > KDE X-server video setup utility > Maintained by: josh@quick.net > Also listed in: kde > Requires: Mesa-3.0, XFree86-3.3.3.1, giflib-3.0, gmake-3.77, > jpeg-6b, kdelibs-1.0, qt-1.42 > > > Updated ports last two weeks > - ----------------------------------- > > Category chinese (http://www.freebsd.org/ports/chinese.html) > ================================================================== > > zh-pine-4.10 > PINE(tm) -- a Program for Internet News & Email with > Chinese(BIG-5) support > Maintained by: avatar@www.mmlab.cse.yzu.edu.tw > Also listed in: mail news > > zh-rxvt-2.6.pre2 > A low memory usage xterm replacement that supports color & > chinese > Maintained by: frankch@waru.life.nthu.edu.tw > Also listed in: x11 > Requires: XFree86-3.3.3.1, bash-1.14.7, dvips-5.76, > latex2e-98.01, tex-3.14159, yodl-1.22 > > Category databases (http://www.freebsd.org/ports/databases.html) > ================================================================== > > db-2.7.3 > the Berkeley DB package, revision 2 > Maintained by: josh@ican.net > > mysql-3.22.20a > a multithreaded SQL database. > Maintained by: dirk@FreeBSD.ORG > > Category deskutils (http://www.freebsd.org/ports/deskutils.html) > ================================================================== > > cbb-0.78 > Checkbook balancing tool > Maintained by: kline@thought.org > Requires: XFree86-3.3.3.1, tcl-8.0.4, tk-8.0.4 > > wmpinboard-0.8.2 > Post-it notes for the WindowMaker dock or AfterStep Wharf. > Maintained by: jim@phrantic.phear.net > Also listed in: afterstep windowmaker > Requires: XFree86-3.3.3.1, xpm-3.4k > > Category devel (http://www.freebsd.org/ports/devel.html) > ================================================================== > > glib-1.2.1 > Some useful routines of C programming. > Maintained by: vanilla@FreeBSD.ORG > > libicq-0.33 > library to add ICQ communication support to your software > Maintained by: flathill@FreeBSD.ORG > Requires: glib-1.2.1 > > Category editors (http://www.freebsd.org/ports/editors.html) > ================================================================== > > gxedit-1.22 > A simple GTK+ editor. > Maintained by: dom@myrddin.demon.co.uk > Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.1.16, > gtk-1.1.16 > > Category emulators (http://www.freebsd.org/ports/emulators.html) > ================================================================== > > mastergear-1.2 > SEGA Master System and Game Gear emulator for X > Maintained by: nacai@iname.com > Requires: XFree86-3.3.3.1 > > xzx-2.8.0 > ZX Spectrum (48K/128K/+3) Emulator for X11 Windows > Maintained by: sheldonh@iafrica.com > Requires: XFree86-3.3.3.1 > > Category games (http://www.freebsd.org/ports/games.html) > ================================================================== > > qstat-2.2b > A command line program to query game servers on the net > Maintained by: darius@dons.net.au > > Category graphics (http://www.freebsd.org/ports/graphics.html) > ================================================================== > > p5-GIFgraph-1.10 > a Perl package to generate GIF charts > Maintained by: laskavy@gambit.msk.su > Also listed in: perl5 > Requires: p5-GD-1.18 > > gqview-0.6.0 > Another gtk-base graphic file viewer. > Maintained by: nacai@iname.com > Requires: XFree86-3.3.3.1, gettext-0.10.35, giflib-3.0, > glib-1.2.1, gtk-1.2.1, imlib-1.9.4, jpeg-6b, png-1.0.3, > tiff-3.4a > > tiff-3.4a > libtiff provides support for the Tag Image File Format (TIFF) > Maintained by: ports@freebsd.org > Requires: jpeg-6b > > Category japanese (http://www.freebsd.org/ports/japanese.html) > ================================================================== > > ja-chimera-1.70p1 > X/Athena World-Wide Web client + Japanese patch > Maintained by: ports@FreeBSD.ORG > Also listed in: www > Requires: XFree86-3.3.3.1 > > ja-emacs20-dl-canna-1.2 > Dynamic loading module input method `Canna' on Emacs. > Maintained by: shige@FreeBSD.ORG > Also listed in: editors > Requires: XFree86-3.3.3.1, apel-emacs20-9.13, emacs-20.3, > emacs-dl-20.3, ja-Canna-3.2.2 > > ja-ndtpd-2.2.2 > server for accessing CD-ROM books with NDTP. > Maintained by: takamune@avrl.mei.co.jp > Requires: ja-eb-2.2.2 > > Category korean (http://www.freebsd.org/ports/korean.html) > ================================================================== > > ko-hanterm-xf-16 > An X11R6-based xterm hacked for managing Korean languages. > Maintained by: cjh@kr.freebsd.org > Also listed in: x11 > Requires: XFree86-3.3.3.1, ko-johabfonts-3.04 > > Category lang (http://www.freebsd.org/ports/lang.html) > ================================================================== > > cim-3.29 > Compiler for the SIMULA programming language > Maintained by: ports@FreeBSD.ORG > > egcs-1.1.2 > EGCS enhanced version of the GNU compiler suite > Maintained by: obrien@FreeBSD.org > Requires: bzip2-0.9.0c, gmake-3.77 > > jikes-0.47 > A Java source to byte-code compiler made available by IBM > Maintained by: dillon@backplane.com > > objc-2.2.15 > Portable Object Compiler > Maintained by: chuckr@freebsd.org > Requires: boehm-gc-4.12 > > ocaml-2.02 > An ML language based on a complete class-based objective system > Maintained by: ortmann@isl.net > Requires: XFree86-3.3.3.1, gmake-3.77 > > Category mail (http://www.freebsd.org/ports/mail.html) > ================================================================== > > fetchmail-4.7.8 > batch mail retrieval/forwarding utility for pop2, pop3, apop, > imap > Maintained by: ve@sci.fi > > imap-uw-4.5 > University of Washington IMAP4rev1/POP2/POP3 mail servers > Maintained by: imap-uw@freebsd.ady.ro > > maildrop-0.62 > Replacement local mail delivery agent, similar to procmail. > Maintained by: tom@eborcom.com > Requires: gdbm-1.7.3 > > p5-MIME-Tools-4.122 > a set of perl5 modules for MIME > Maintained by: eivind@FreeBSD.ORG > Also listed in: perl5 > Requires: p5-IO-stringy-1.203, p5-MIME-Base64-2.10, > p5-Mail-Tools-1.12, p5-Net-1.0605 > > p5-Mail-Tools-1.12 > perl5 modules for dealing with Internet e-mail messages. > Maintained by: jfitz@FreeBSD.ORG > Also listed in: perl5 > Requires: p5-Net-1.0605 > > pine-4.10 > PINE(tm) -- a Program for Internet News & Email > Maintained by: pine@freebsd.ady.ro > Also listed in: news > > tkrat-1.2 > A mail user agent for X with a Tcl/Tk user interface. > Maintained by: appleseed@his.com > Also listed in: tk80 > Requires: XFree86-3.3.3.1, imap-uw-4.5, tcl-8.0.4, tk-8.0.4 > > wmmail-0.62 > A little mail notifier for the WindowMaker dock. > Maintained by: jim@phrantic.phear.net > Also listed in: windowmaker > Requires: XFree86-3.3.3.1, libproplist-0.8.3, xpm-3.4k > > Category math (http://www.freebsd.org/ports/math.html) > ================================================================== > > gnumeric-0.18 > The GNOME spreadsheet > Maintained by: nacai@iname.com > Also listed in: gnome > Requires: ORBit-0.4.0, XFree86-3.3.3.1, esound-0.2.8, > gettext-0.10.35, giflib-3.0, glib-1.2.1, gnomeaudio-1.0.0, > gnomecore-1.0.3, gnomelibs-1.0.4, gtk-1.2.1, guile-1.3, > imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libghttp-1.0.2, > libgtop-1.0.1, libxml-1.0.0, png-1.0.3, python-1.5.1, > tcl-8.0.4, tiff-3.4a, tk-8.0.4, xpm-3.4k > > Category misc (http://www.freebsd.org/ports/misc.html) > ================================================================== > > diction-0.8 > GNU diction and style > Maintained by: ports@freebsd.org > Requires: gmake-3.77 > > fd-1.03j > A file and directory management tool > Maintained by: nobu@psrc.isac.co.jp > > gnuls-4.0 > GNU colorized `ls'. > Maintained by: bmc@WillsCreek.COM > > mc-4.5.23 > Midnight Commander, a free Norton Commander Clone > Maintained by: reg@shale.csir.co.za > Requires: gettext-0.10.35, glib-1.2.1, gmake-3.77 > > nwrite-1.9.2 > improved, recipient configureable replacement for > /usr/bin/write > Maintained by: daveh@csua.berkeley.edu > > Category net (http://www.freebsd.org/ports/net.html) > ================================================================== > > beroftpd-1.3.4 > experimental replacement ftp server for Un*x systems based on > wu-ftpd > Maintained by: billf@FreeBSD.org > > cnet-1.4p4 > A networking simulator > Maintained by: ports@FreeBSD.org > Requires: XFree86-3.3.3.1, xpm-3.4k, xview-config-3.2.1, > xview-lib-3.2.1 > > coda-client-5.2.0 > client programs for a replicated high-performance network file > system > Maintained by: rvb@cs.cmu.edu > Requires: gdbm-1.7.3, gmake-3.77 > > coda-server-5.2.0 > server programs for a replicated high-performance network file > system > Maintained by: rvb@cs.cmu.edu > Requires: gdbm-1.7.3, gmake-3.77 > > freewais-sf-2.2.11 > An enhanced Wide Area Information Server > Maintained by: ports@FreeBSD.org > Also listed in: databases > > gicq-0.33 > GTK based ICQ program > Maintained by: flathill@FreeBSD.ORG > Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.1, > gtk-1.2.1, libicq-0.33 > > lftp-1.2.4 > Shell-like command line ftp client. > Maintained by: andy@icc.surw.chel.su > > netatalk-1.4b2+asun-2.1.3 > File and print server for AppleTalk networks, with improvements > by A. Sun > Maintained by: stb@freebsd.org > Also listed in: print > Requires: tcp_wrappers-7.6 > > netpipes-4.2 > A group of shell utilities to connect programs to sockets > Maintained by: doconnor@gsoft.com.au > > pavuk-0.9.5 > HTTP, FTP and Gopher mirroring tool > Maintained by: andy@icc.surw.chel.su > Also listed in: www > Requires: XFree86-3.3.3.1, glib-1.1.3, gmake-3.77, gtk-1.1.2, > xpm-3.4k > > rdist-6.1.5 > A network file distribution/synchronisation utility. > Maintained by: peter@FreeBSD.org > > tf-4.0s1 > A popular programmable MUD client, with macro support and more. > Maintained by: jseger@FreeBSD.org > Also listed in: games > > wxftp-0.4.4 > WXftp is an X Window System FTP client, with WSftp-like UI. > Maintained by: kris@FreeBSD.ORG > Requires: XFree86-3.3.3.1, gmake-3.77, gtk-1.0.6 > > xchat-0.9.3 > X-Chat is a X11 (X Window System) IRC client, using the GTK+ > toolkit. > Maintained by: jim@phrantic.phear.net > Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.1, > gmake-3.77, gtk-1.2.1 > > Category news (http://www.freebsd.org/ports/news.html) > ================================================================== > > leafnode-1.9.2 > Leafnode is a USENET software package designed for small sites. > Maintained by: brian@Awfulhak.org > > suck-4.1.0 > Receives/sends news to/from localhost via NNTP. > Maintained by: jseger@FreeBSD.org > Requires: gmake-3.77 > > tinpre-1.4.19990216 > TIN newsreader (termcap based) > Maintained by: ache@FreeBSD.org > Requires: bzip2-0.9.0c, uulib-0.5.13 > > Category print (http://www.freebsd.org/ports/print.html) > ================================================================== > > a2ps-a4-4.12 > Formats an ascii file for printing on a postscript printer. > Maintained by: chuckr@FreeBSD.org > > a2ps-letter-4.12 > Formats an ascii file for printing on a postscript printer. > Maintained by: chuckr@FreeBSD.org > > a2ps-letterdj-4.12 > Formats an ascii file for printing on a postscript printer. > Maintained by: chuckr@FreeBSD.org > > lout-3.13 > A document creation system like LaTeX, but smaller > Maintained by: oly@world.std.com > Requires: gmake-3.77 > > lyx-1.0.1 > document processor interfaced with LaTeX (nearly WYSIWYG) > Maintained by: andreas@FreeBSD.ORG > Requires: XFree86-3.3.3.1, teTeX-0.4, xforms-0.88.1, xpm-3.4k > > Category security (http://www.freebsd.org/ports/security.html) > ================================================================== > > bjorb-0.5.5p1 > Secure TCP relay software with SSL. > Maintained by: issei@jp.FreeBSD.ORG > Also listed in: net > Requires: openssl-0.9.2b > > gnupg-0.9.5 > The GNU Privacy Guard > Maintained by: kuriyama@FreeBSD.ORG > > libident-0.22 > A small library to interface the ident protocol server > (rfc1413). > Maintained by: torstenb@FreeBSD.ORG > Also listed in: devel net > > openssl-0.9.2b > SSL and crypto library > Maintained by: dirk@FreeBSD.ORG > Also listed in: devel > > pidentd-2.8.5 > An RFC1413 identification server. > Maintained by: torstenb@FreeBSD.ORG > Also listed in: net > > sudo-1.5.8.2 > Allow others to run commands as root. > Maintained by: erich@FreeBSD.ORG > > Category shells (http://www.freebsd.org/ports/shells.html) > ================================================================== > > rc-1.5b2 > A unix incarnation of the plan9 shell. > Maintained by: erich@FreeBSD.org > Also listed in: plan9 > > Category sysutils (http://www.freebsd.org/ports/sysutils.html) > ================================================================== > > cdrecord-1.8a19 > This program allows you to create CD's on a CD-Recorder. > Maintained by: jmz@FreeBSD.org > Requires: gmake-3.77 > > gnomecontrolcenter-1.0.2 > control center for GNOME project. > Maintained by: vanilla@FreeBSD.ORG > Also listed in: gnome > Requires: ORBit-0.4.0, XFree86-3.3.3.1, esound-0.2.8, > gettext-0.10.35, giflib-3.0, glib-1.2.1, gmake-3.77, > gnomeaudio-1.0.0, gnomecore-1.0.3, gnomelibs-1.0.4, gtk-1.2.1, > guile-1.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, > libghttp-1.0.2, libgtop-1.0.1, png-1.0.3, tiff-3.4a, xpm-3.4k > > xfsm-1.99 > X File System Monitor > Maintained by: vanilla@FreeBSD.ORG > Requires: XFree86-3.3.3.1 > > xosview-1.7.1 > A graphical performance meter > Maintained by: handy@physics.montana.edu > Requires: XFree86-3.3.3.1 > > Category www (http://www.freebsd.org/ports/www.html) > ================================================================== > > apache-1.3.6+mod_ssl-2.2.6 > The Apache 1.3 webserver with SSL/TLS functionality. > Maintained by: rse@engelschall.com > Also listed in: security > Requires: openssl-0.9.2b > > apache-1.3.6 > The extremely popular Apache http server. Very fast, very > clean. > Maintained by: ache@freebsd.org > > hypermail-20b3 > A program to generate a cross-referenced HTML mail archive. > Maintained by: veers@disturbed.net > > libghttp-1.0.2 > GNOME http client library. > Maintained by: vanilla@FreeBSD.ORG > Also listed in: gnome > > sitecopy-0.4.8 > Maintains remote websites, uses FTP or WebDAV to sync up with > local copy > Maintained by: nik@FreeBSD.ORG > > Category x11-fm (http://www.freebsd.org/ports/x11-fm.html) > ================================================================== > > ezfm-0.4 > EZWGL-based file manager for X Window System. > Maintained by: andy@icc.surw.chel.su > Requires: EZWGL-1.40c, XFree86-3.3.3.1, gmake-3.77, jpeg-6b > > Category x11-toolkits (http://www.freebsd.org/ports/x11-toolkits.html) > ================================================================== > > gtk-1.2.1 > General Toolkit for X11 GUI. > Maintained by: vanilla@FreeBSD.ORG > Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.1 > > Category x11-wm (http://www.freebsd.org/ports/x11-wm.html) > ================================================================== > > blackbox-0.50.4 > A small and fast window manager for X11R6. > Maintained by: ports@FreeBSD.ORG > Requires: XFree86-3.3.3.1, bzip2-0.9.0c > > icewm-0.9.36 > cool window manager developped in a very hot day in a winter > Maintained by: nacai@iname.com > Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k > > windowmaker-i18n-0.51.2 > A GNUStep-compliant NeXTStep clone window manager with i18n > extention > Maintained by: mac@jp.freebsd.org > Also listed in: windowmaker > Requires: XFree86-3.3.3.1, gettext-0.10.35, giflib-3.0, > ja-nkf-1.62, jpeg-6b, libproplist-0.8.3, png-1.0.3, tiff-3.4a, > xpm-3.4k > > windowmaker-0.51.2 > This window manager is a GNUStep-compliant NeXTStep clone. > Maintained by: handy@physics.montana.edu > Also listed in: windowmaker > Requires: XFree86-3.3.3.1, giflib-3.0, jpeg-6b, > libproplist-0.8.3, png-1.0.3, tiff-3.4a, xpm-3.4k > > Category x11 (http://www.freebsd.org/ports/x11.html) > ================================================================== > > gnomecore-1.0.3 > core component for the Gnome Desktop Environment > Maintained by: nacai@iname.com > Also listed in: gnome > Requires: ORBit-0.4.0, XFree86-3.3.3.1, esound-0.2.8, > gettext-0.10.35, giflib-3.0, glib-1.2.1, gmake-3.77, > gnomeaudio-1.0.0, gnomelibs-1.0.4, gtk-1.2.1, guile-1.3, > imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libghttp-1.0.2, > libgtop-1.0.1, png-1.0.3, tiff-3.4a, xpm-3.4k > > gnomelibs-1.0.4 > libaries for GNOME, a GNU desktop environment > Maintained by: nacai@iname.com > Also listed in: gnome > Requires: ORBit-0.4.0, XFree86-3.3.3.1, esound-0.2.8, > gettext-0.10.35, giflib-3.0, glib-1.2.1, gmake-3.77, gtk-1.2.1, > imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, png-1.0.3, tiff-3.4a, > xpm-3.4k > _________________________________________________________________ > > © 1996-1998 by Wolfram Schneider. All rights reserved. > Please direct questions about this service to www@FreeBSD.org > General questions about FreeBSD ports should be sent to > ports@FreeBSD.org > > Last database update: 1999-03-29 11:03:59 UTC; based on revision 1.214 > _________________________________________________________________ > > This information was produced by > http://www.freebsd.org/cgi/ports.cgi > > > > -----BEGIN PGP SIGNATURE----- > Version: 2.6.3ia > Charset: noconv > > iQCVAwUBNwXzbzmN/mkrcYGtAQGKKwP/UhVJS4Nb/OiAb76/a616cGxeBl45Cbw0 > T+rKcAWFN4TRhwAIgjO4l0dI6YoZo/T3RdkwCM92XTNYs2yXnSPWF20mbaHjH9Xx > 9kAe/0bzwsfs9AL2K5JBk1vkD4iboh9FQ9pziCA0ZpetsNuPS0uvpZt1MxWH4MTi > PTwFTDVcCEo= > =fhCf > -----END PGP SIGNATURE----- > > > -- > Wolfram Schneider http://wolfram.schneider.org > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 3 6:58:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 51C5714D01; Sat, 3 Apr 1999 06:58:27 -0800 (PST) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA98615; Sat, 3 Apr 1999 06:56:32 -0800 (PST) (envelope-from flathill@FreeBSD.org) Date: Sat, 3 Apr 1999 06:56:32 -0800 (PST) From: Message-Id: <199904031456.GAA98615@freefall.freebsd.org> To: paterno@dsi.unifi.it, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10147 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: SANE 1.00 overrides CAM's DFLTPHYS in cam_periph_mapmem() State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Sat Apr 3 06:56:08 PST 1999 State-Changed-Why: Committed. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 3 12:52:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 225B815130 for ; Sat, 3 Apr 1999 12:51:58 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA00646; Sat, 3 Apr 1999 12:50:03 -0800 (PST) (envelope-from gnats@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 9D0A814C34 for ; Sat, 3 Apr 1999 11:38:09 -0800 (PST) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 75DD01688; Sat, 3 Apr 1999 11:36:10 -0800 (PST) Message-Id: <19990403193610.75DD01688@norn.ca.eu.org> Date: Sat, 3 Apr 1999 11:36:10 -0800 (PST) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10932: test Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10932 >Category: ports >Synopsis: test >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 3 12:50:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Mar 30 13:53:01 PST 1999 norn@norn.ca.eu.org:/usr/src/sys/compile/NORN.ata i386 >Description: A few master site changes to wterm port. >How-To-Repeat: >Fix: Index: wterm/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/x11/wterm/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/04/03 01:45:05 1.1.1.1 +++ Makefile 1999/04/03 19:27:32 @@ -8,9 +8,8 @@ DISTNAME= wterm-6.2.6 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.dct.com/pub/WindowMaker/WTerm/ \ - http://wm.current.nu/files/ \ - ftp://pong.csh.rit.edu/pub/mirrors/wterm/ +MASTER_SITES= ftp://beer.dct.com/pub/Applications/ \ + http://wm.current.nu/files/ MAINTAINER= cpiazza@home.net -Chris >Release-Note: >Audit-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 3 12:52:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 47B921515C for ; Sat, 3 Apr 1999 12:51:58 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA00655; Sat, 3 Apr 1999 12:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 016BA14EAC for ; Sat, 3 Apr 1999 12:51:42 -0800 (PST) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id MAA09547; Sat, 3 Apr 1999 12:49:55 -0800 (PST) (envelope-from mharo) Message-Id: <199904032049.MAA09547@patrol.area51.fremont.ca.us> Date: Sat, 3 Apr 1999 12:49:55 -0800 (PST) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10933: Update: graphics/tgd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10933 >Category: ports >Synopsis: Update: graphics/tgd >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 3 12:50:03 PST 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: This port now uses ${PREFIX} and ${CFLAGS}. passes portlint with 0 errors and 0 warnings The new files are below the diffs in a uuencoded tarfile which contains the following: patches/patch-ab patches/patch-ac patches/patch-ad patches/patch-ae files/tgdcommand.h files/tgdgd.h >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/graphics/tgd/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/04/03 01:42:08 1.1.1.1 +++ Makefile 1999/04/03 20:17:13 @@ -22,6 +22,9 @@ helloworld.pl keygifcap.gif keypad.gif keypad.html \ keypad.inp keypad.map keypad.pl poly.gif polydemo \ rainbow.gif rainbow.pl tgd.gif tgd.html +pre-build: + ${CP} ${FILESDIR}/tgdcommand.h ${WRKSRC}/ + ${CP} ${FILESDIR}/tgdgd.h ${WRKSRC}/ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tgd ${PREFIX}/bin .if !defined(NOPORTDOCS) cvs diff: files/tgdcommand.h is a new entry, no comparison available cvs diff: files/tgdgd.h is a new entry, no comparison available Index: patches/patch-aa =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/graphics/tgd/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- patch-aa 1999/04/03 01:42:08 1.1.1.1 +++ patch-aa 1999/04/03 20:15:34 @@ -1,25 +1,30 @@ ---- Makefile.orig Mon Feb 22 09:40:53 1999 -+++ Makefile Mon Feb 22 09:47:40 1999 +--- Makefile.orig Mon Oct 7 15:31:25 1996 ++++ Makefile Sat Apr 3 11:15:32 1999 @@ -26,11 +26,10 @@ # PROG = tgd HOME = . -GDHOME = $(HOME)/gd1.2 - CC = gcc +-CC = gcc ++CC ?= gcc CDEFS = -INCLUDE = -I$(HOME) -I$(GDHOME) -GDLIB = $(GDHOME)/libgd.a -+INCLUDE = -I$(HOME) -I/usr/local/include/gd -+GDLIB = /usr/local/lib/libgd.a ++INCLUDE = -I$(HOME) -I${PREFIX}/include/gd ++GDLIB = ${PREFIX}/lib/libgd.a # # Some debugging/profiling options # CFLAGS = -p $(CDEFS) $(INCLUDE) -@@ -43,7 +42,7 @@ - CFLAGS = $(CDEFS) $(INCLUDE) +@@ -40,10 +39,10 @@ + # + # CFLAGS = -g $(CDEFS) $(INCLUDE) + # LDFLAGS = -g -n +-CFLAGS = $(CDEFS) $(INCLUDE) ++CFLAGS += $(CDEFS) $(INCLUDE) LDFLAGS = -LDLIBS = -L$(GDHOME) -lgd -lm -+LDLIBS = -L/usr/local/lib -lgd -lm ++LDLIBS = -L${PREFIX}/lib -lgd -lm MAKEFILE = Makefile FONT1 = tgdFont10x20.c tgdFont12x24.c tgdFont5x8.c tgdFont6x10.c FONT2 = tgdFont6x12.c tgdFont6x13.c tgdFont6x13bold.c tgdFont6x9.c cvs diff: patches/patch-ab is a new entry, no comparison available cvs diff: patches/patch-ac is a new entry, no comparison available cvs diff: patches/patch-ad is a new entry, no comparison available cvs diff: patches/patch-ae is a new entry, no comparison available begin 644 newfiles.tgz M'YV0<,+0&8.FS)P7`0>B:1%&#("'$"-*G$BQHL6+&#-.C`$#A@T:-$````$B MQHT:,$227)ERY,J5-6S,J$'2Q@T8,6COFS!P7:'R\'E'& M#9DT9H;+IFT;-P^^>>"4`2Z\1>S9M6_G;A. LW<(,OOLY<&';_1-UII+=```PL_K>!@ M:B"X%N![VN5G(!UT_&??@/&Q1<8<8;2QH8<7WA?B?/6M0!Z((H@XQAMM<&<< MBJ]!)5`:8X!`D%0@3#'$$%-LT04(/<0'!`HCI"`B9#&X\!-'+\0PPPLYT"2B M"#OD&!4=//IXU64DJ3!$'7+(41P=7YB1!AME[`#""RJ`X$2)N+UAAH]HJGD@ M"++!44=?;L()@@HO+&A:#32PD`,(*PS%0@PQ5`C$:T,\P<0354AQZ(S?H2E& M'F[@B4(*78)`11)-'`IF&Z.6VD89IZ:J(Y@]VO%&&F0X1L89;]2J0`NWABE; M&G0(NT*QN>[:Z[')HKH8LR#HRBL(WX6A'W]S*$NMM;W6X4:VVQ[8K;0@#,N= M;"B`(-498[#@KAQGV`%""HO)UM>Z;K3[;KSSUGOO:_H&/$:J/TZEPKMV&)GJ M'HJV<$,.%*Z`@PP46IC`QF;0]L8:><&0*LKIIDN::3C<4'$.#[9V:9D)5.&&FC/:488<#1GZM!QRR4O' MTVW()A!NEKUQ!M1M@'`'LFB\=F@"88`PZQPDGC&=V8@.>US(T6;H:\,;8%PM1R`5KW M%B7,T84+=I8!I'INX%;"LWD5JOIO7+@A`@L134;>?`^!QJ#@M#UUR6"4`<<+L"=:`LB"HI@ MNWXOAG?Y@W8+0OIB`JG"'`^GC!P([0Y?1O$@^)"DS+6C%.YRDK&CT!= M$+RSN31U3DUPD`N"WH>&-]2!#;T"5O*H5HUM3'T;&.!2EH"1\88.E`.!$>#PA:EA+G2QF]W[2O8:E/VL!4$I&J2" M,H,"\@X%4BA#"I+@!F2EH3MIT`-NR""0,.RF#GQ!DT%$UCG3$010;C"?R-[T M-A)Z:4=C&!:T3J4^9Z$19G\+7`(*E@9YJ2%5$9/!#&PPJ1%3WN:41O@P,:I MW$$J5>S-H1(%`IZ]YH!IX=T0N@.G7G&E.&+#C9JTA49WY24-F<0-'28Y!U(1 MA&I5U"+O+#B5&`;`.\Y$W&#%1K`^\D=Z".FD%]`,:P>UY+1#`]@TSA):^:_JU@_T(8#!=&KX8][C40.^)@"*F:&E0`+)O)G,WP/L; M/,G7%KCVQJH'>MI.:5I4F_9*1':%UU7EL->>]O6G?PKJ:_A&U'HY#*D(U3CN8>MXT[:4UR!;1:]Z!8;8 MOB@V?@IS[E&ARR`:](2Z,Y@N=J6JW;-%,8)RZ(M7"\*G-*WI>;-]9]QL>[TW MW,%I?)'+?'_+WK_6M8(7+D.&"6LPP](WN?9=[F*'JM_Z'9&R2HP4`2U[-B/P M!P2R&J-4<#,&[[9`-B!S`U3$JLQ)/N5I\IK#)+FS!MSD>`Z\XR6V+(S5'H,, MA$_##0K&8`;2;2A6IDK!O20\/G)MZ%S3^E*8\&9F;M%QAH([H(W_M(;LB!,+ M>(:GX'8S!CBD5X?\V0(,1I=CS!6(6]SQ#B>E]6(;7!=2,6'J(D>)0-X58:PW MX^4EQ\9`,M1AE60T%VL5O*=9M4$NU7-C"\359G/1<5EJ;M:U6/T&;9WYS7H\ M()ZQH&>4G>77P,Y(0@AB$(0(A"`,&4.PEPT6CG@$)"HIR4E:\I)01KO:E')J M36Z2DYWTY">%2@Y;:$(0L#!R3DGA<20Y8!/"0+*"H@G'>*K;,L'Z M+#*R";RAR^%[TTE.%9R<3YK-8RR;1I;K=%4;+ MQ1RP:\ND0W3&&+?@7@N2C.WD"F_+5;R>L%WZDA=CZS2SM;<0A?@]E-J%>UOP M%#><(8M[WE5`]RZ9W<-DR"G<#R3WH1:^P[YZ[WG_+/BY[[V](P(QAI=)XLH[ MOI,%$]$RFQS-D#&V\5(A_.41;S[WI;WN^$3F/-OE3[W/;#C%.#D@%='X! M";.D=!&,P\T]N2[?'XQ;O9?/_.8[__G0C[[TRS+L@ARD^@PAP_3-[>R/A,0E M)D')M4E"[6J#X*DTH`D(;((3G?#$)T`1"DC(O?WIHQM((K$*5LSR[J_4__\` M"(#WYBNR54EN`1=R01<.]V^6$7&:(1@XH`/5A7&BP1@K0(`T$F%CL("4T8"8 M$6XZ$!2%(7"A$3'3%2'3%123IF<]\R+P<1['\0;MX2(;91[0(1TSZ(+F$5@Y M6(,$XA8*0H,8@A\,UR(Z2(1M48`W$H1'N"*_`H0`TC/4PC="0B1&@B1*PB1. MDH09:(!0X@(A024U@"5:TA9<\AJU(>$8D'&$8@Q5R>[!@*?9$IV4@5,P`0@\`/PY$F'"(R)2$J@!%&JQ$IPXDJ2 M*$N4B(:6F$!']%0;IQHR8"5.)#A#T`3II`)C`(O6N$=[(HID\`6GF"2]1P1" MP`1!X`1+P`1)X`1%,#`LTXHX8W@;\XLY4W1U$D%74U+=05H=I`/5TAUU@!L5 M=D&]4EJ`<@9\J":]$G0)<$!XP6-C$@9\@56R83`%D5MD-!5F]$'O\FD/AI'E MV"M)TI*CPBOJR(Z]@BXUU#DI])*C6(K_,I)K('>XV!?_(R?S(R=SP!A`*2YT MT!ABEE0,(A0Q)A0"-FG9!39=XF9=ZN9=\F1355VS8%P9ET)=AT7W0 M!G[3-G[6YA(O$10.(@/;UG[>IA/Q%Q,T0'^$:6[WIV[Z1S7\UQ7^EYFB.9H: M,8`B\A@(R&\<"'$?.'`@(1B0B7`5N'!M@9JKZ8$21W$3EXD46#N$A`-+1$@< ML8)!]R$O"!4QV(-#F!O(J1[L(1XI`B,L8IP94H3CX8-..)U2&&MY5X5%8`)$"5A"`,O<`-8\A-;`DA*]6BKH3M426"\XP+X"9;&82@^4E9C ML&D@I%52P2:W\35E,$:Y]P4%JB9C5%!R4%M8)Q5CX):0%Z%R,*$EYELR!%0J M-G@M!EF-5C$U,)464I54I9_IP6-O\!T/JFI8)P:U$3+_8F(<=GB8!'@PVI`4 MBD8I!B]Q>2@?RE^FD1A#0Z)'`6*+VB31)BJ*&LB$@\*0^$J4M.E=T*A7?(Z=X M$ZER,*D9BEP\"I=Y*I>.Q:>U4UVX`Q+?:*)Z!P*'NJ2&XJ`YYHM/!U8,FAN`(FT40TI@() M``4W5#<>`S)0@715YJNFA"=?&3DBAAQ.UROTPA[WF9^J*DQ@15JU"G@.6JWP MM:O7TJLLZJY0,:P]>C"="J3'"J)/:1(5TXV`2IS1.JV.*G6XP1T*T5%3$3QB M0#M(TSDB@$2<=#]\2$D*498_9JO:ZC(>24\SJJ'`5:D:RZ(DN%BJ3F&I8JRJ+KZC8.NE65%#D[=B#P"G7LJJT\*V0!X2<> M.U,TNJ'$BJ\I:U0K>QHAJ"M%!"8;65=J*H6K/[B1NNDV-=^UFFV*;>E]KNZ]">AKIMU"2-6!S>ZIUJZ1:F[=XLK>%&U)AE4,?BUQC MRZZ="[C(<;*,RV*.V[:#)#1-90,!ZU!8:[=,JKFSX@)X(`8BA32]B%E]<0=R MH5N]\0.EVP;)B[H=VK@JRZ^F$6!3N1I$([=31;.8>[=[ MJZU0D5G=L;PC:U!A-[Z)RV&+&[VJ.[V/ZR#."BD.LHWU6;EULG1P$$$@DQZ7 M=!LG-1M]$9)1,L!ZB$VW.!5BX)%K\$IR,"(0EA#K\2;(DFJ0FDQ<=#U/ASIF MRU-H.[IN<\$%D1ZRL<%\I;AWZK32"[74VR`R(&D2(@,Q>XWEVKTIVK7F%5]_ M%KIB*[*`=\-4D\-GJZDG_*.-I<+OF[VJ00,Y\&B$:K\)D+5WNZBW8U93C`<8 M8U97[*!=6RB]Q#11T1MP0KZ`Q\5/Y\65=`9AG+Y,>Z]$S+810UG+2EGQV\3; M6R=/3+N)RD9ZZZ+)A+@Z?&(>7`9^',3KM;[%FL)T^<:>(:(S$+M'.KLT#"^:HID5DA-#8@T[5NTY4GI,E6109B[#:CC,ER8,I/![V' MW+Y&W+9#$;^1(BF46\>7BZBX\:2B[#NLA`=>D\#)L]&#VT85#'BC7+0^ MB[3$?-(=G=)KHLQMO+H18P,=43$T/:A1-:58][F\O$9PLLD@F-UO=5N0\9D$$'4`RS]`M:!+-F4G0>6#=-,[<9' MU(8QUH8X+;-.#,5,JM5!G66HC-D\7*:OK-=+_;1.;1H)';`KP-!09=IU?,>1 M3*N0;1!X0,QS,-RRW;0Q3=81,S$N/#$*O=8SS,M=VTS$#<0<+,3(_=DR?40X M$`-1W=U4;96H;2AB<*G7\P7G:I53X#MYZ*UC<$7.XZ#NHG,,5MY/43;!/4_V M?3W$[3O[C0:>3=N@RMTY0)\6DR6$;96&K;5@`B?H;;/3[3L-3L)+6]3Q^E82 MSD8!CL@#SB`Y,+6J\>&E+<.&BL=X>V.,2JW:.MUHVAO$W>(Z==QLK-W*?40Y M\%\A/A,)7N*_W:1;>TDJCK/Y#>.8FM1JB76!5>2$;,+9+>#U0YI0'N7;YSH' M(2-=N(12GA&&^7U`D9B,27Z*N1*.&9DY81,M7"DED5",@IE97A:;216=V6YD MT7]M7N>B&1MF8!S'JRKHE"E-H').0`2_IP`CX+\CS.=$X.>`+NA(H``*L'9H MR:.HIS"/1^BYAQP*8.>:ONFD5L>71%G[EQQ)ACADPX!ED MKA/IEU#Q!P,U,`-L3NI*\>;YQVZ?>:"AB>O`[GQXKN=[\HZ^U^B%?KR';NR, M[NBO;3H7NGAT,.F'\GC//JO23NVJ)RW7CHLC0B)F$'B,-WC6;M3L6J>23NY$ M].RWZAVY"K:>)S_E?N%#RZ*W`:RZFNZ6Q^WFKK/:2J_T%.^4ON[]+F(;BP<= MF^WJSN_T[N\LBM)'^]+Z_GD,+[3^[F<*O^]=PNYOX&=J,@=9%-L"7^T$W_!> M:[P93_$;7_!\NS6&B[@CO^TK;_(M[[>>.]0Q/^\6?_(N'U+/._'R7O([[Z#A M&Q7)#/0#7_$C#<(9/,(I'_1*CW4^+%](3_)1GTQ<_/1)/_,[S\7+)`9II5=5 M+_./7O"2;<9@+.[3OO!"W M3_NYCU''/,R]O_@C/4]0D0=I//O$C^09GORNO_7+_U8P3OJX#U].3AS&@>G!/O[D7_[F?_[HG_[JO_[LW_[N__[P'__R/__T7__V?__X Release-Note: >Audit-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 3 13:22: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A87214DCF for ; Sat, 3 Apr 1999 13:21:56 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA02852; Sat, 3 Apr 1999 13:20:01 -0800 (PST) (envelope-from gnats@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 377AA14BD6; Sat, 3 Apr 1999 13:20:05 -0800 (PST) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 6D6811694; Sat, 3 Apr 1999 13:18:06 -0800 (PST) Message-Id: <19990403211806.6D6811694@norn.ca.eu.org> Date: Sat, 3 Apr 1999 13:18:06 -0800 (PST) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org, torstenb@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: ports/10934: Fixes for postfix port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10934 >Category: ports >Synopsis: Fixes for postfix port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 3 13:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Mar 30 13:53:01 PST 1999 norn@norn.ca.eu.org:/usr/src/sys/compile/NORN.ata i386 >Description: Changed a few things: * Now respects CFLAGS * Strips binaries on install * install... -> ${INSTALL_*} * echo -> ${ECHO_MSG} * missing @dirrm's in pkg/PLIST * ${PREFIX}/etc/postfix/main.cf had a problem, namely !!PREFIX!! was left in it. >How-To-Repeat: >Fix: Index: postfix//Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/mail/postfix/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/03/29 20:15:08 1.1.1.1 +++ Makefile 1999/04/03 20:55:57 @@ -19,7 +19,7 @@ MAINTAINER= torstenb@FreeBSD.ORG -ALL_TARGET= default +ALL_TARGET= default "OPT=${CFLAGS}" SCRIPTS_ENV+= MAN1="${MAN1}" MAN5="${MAN5}" MAN8="${MAN8}" @@ -29,15 +29,15 @@ MAN5= access.5 aliases.5 canonical.5 relocated.5 transport.5 virtual.5 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 - +SHAREMODE= 0644 do-install: - @mkdir -p -m 755 ${PREFIX}/etc/postfix + @${MKDIR} -m 755 ${PREFIX}/etc/postfix @chown root:wheel ${PREFIX}/etc/postfix - @install -C -o root -g wheel -m 0644 ${WRKSRC}/conf/LICENSE \ + @${INSTALL_DATA} ${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 ; \ + ${INSTALL_DATA} ${WRKSRC}/conf/$$f \ + ${PREFIX}/etc/postfix/sample-$$f ; \ done @exit @for f in sample-aliases.cf sample-canonical.cf sample-debug.cf \ @@ -45,38 +45,38 @@ 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 ;\ + ${INSTALL_DATA} ${WRKSRC}/conf/$$f \ + ${PREFIX}/etc/postfix/$$f ; \ done - @install -C -o root -g wheel -m 755 ${WRKSRC}/conf/postfix-script-sgid \ - ${PREFIX}/etc/postfix/postfix-script - @mkdir -p -m 0755 ${PREFIX}/libexec/postfix + @${INSTALL_SCRIPT} ${WRKSRC}/conf/postfix-script-sgid \ + ${PREFIX}/etc/postfix/postfix-script; + @${MKDIR} -m 0755 ${PREFIX}/libexec/postfix @for f in bounce cleanup fsstone local master pickup pipe \ qmgr showq smtp smtp-sink smtp-source smtpd \ trivial-rewrite ; do \ - install -C -o root -g wheel -m 0755 ${WRKSRC}/bin/$$f \ + ${INSTALL_PROGRAM} ${WRKSRC}/bin/$$f \ ${PREFIX}/libexec/postfix/$$f ;\ done @for f in sendmail postalias postcat postconf postfix \ postkick postlock postlog postmap postsuper ; do \ - install -C -o root -g wheel -m 0755 ${WRKSRC}/bin/$$f \ + ${INSTALL_PROGRAM} ${WRKSRC}/bin/$$f \ ${PREFIX}/sbin/$$f ;\ done - @install -C -o root -g wheel -m 0555 ${WRKSRC}/bin/postdrop \ + @${INSTALL_PROGRAM} ${WRKSRC}/bin/postdrop \ ${PREFIX}/sbin/postdrop @for f in ${MAN1} ; do \ - install -C -o root -g wheel -m 0755 ${WRKSRC}/man/man1/$$f \ + ${INSTALL_MAN} ${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 \ + ${INSTALL_MAN} ${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 \ + ${INSTALL_MAN} ${WRKSRC}/man/man8/$$f \ ${PREFIX}/man/man8/$$f ;\ done - @mkdir -p -m 0755 /var/spool/postfix + @${MKDIR} -m 0755 /var/spool/postfix @if [ ! -e ${PREFIX}/etc/postfix/main.cf ]; then \ ${CP} -p ${PREFIX}/etc/postfix/sample-main.cf \ ${PREFIX}/etc/postfix/main.cf; \ @@ -85,38 +85,38 @@ ${CP} -p ${PREFIX}/etc/postfix/sample-master.cf \ ${PREFIX}/etc/postfix/master.cf; \ fi - @echo "--------------------------------------------------" - @echo "- To replace your existing sendmail with postfix -" - @echo "- type \"make replace\" " - @echo "--------------------------------------------------" + @${ECHO_MSG} "--------------------------------------------------" + @${ECHO_MSG} "- To replace your existing sendmail with postfix -" + @${ECHO_MSG} "- type \"make replace\" " + @${ECHO_MSG} "--------------------------------------------------" post-install: @PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL replace: - @echo "===> 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; \ fi @if [ -e ${PREFIX}/sbin/sendmail ]; then \ - ln -s ${PREFIX}/sbin/sendmail /usr/sbin/sendmail; \ + ${LN} -s ${PREFIX}/sbin/sendmail /usr/sbin/sendmail; \ fi - @echo "===> 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; \ fi @if [ -e ${PREFIX}/sbin/sendmail ]; then \ - ln -s ${PREFIX}/sbin/sendmail /usr/bin/mailq; \ + ${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/mailq; \ fi - @echo "===> 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; \ fi @if [ -e ${PREFIX}/sbin/sendmail ]; then \ - ln -s ${PREFIX}/sbin/sendmail /usr/bin/newaliases; \ + ${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/newaliases; \ fi .include Index: postfix//pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/mail/postfix/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1999/03/29 20:15:08 1.1.1.1 +++ PLIST 1999/04/03 21:02:11 @@ -47,3 +47,5 @@ sbin/postdrop @exec mkdir -p -m 0755 /var/spool/postfix @exec chown root:wheel /var/spool/postfix +@dirrm etc/postfix +@dirrm libexec/postfix Index: postfix//scripts/configure =================================================================== RCS file: /cvs/FreeBSD/ports/mail/postfix/scripts/configure,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 configure --- configure 1999/03/29 20:15:08 1.1.1.1 +++ configure 1999/04/03 20:57:04 @@ -6,7 +6,7 @@ sed <${WRKSRC}/global/mail_params.h.bak >${WRKSRC}/global/mail_params.h s+!!PREFIX!!+$PREFIX+g mv ${WRKSRC}/conf/main.cf ${WRKSRC}/conf/main.cf.bak -sed <${WRKSRC}/conf/main.cf.bak >${WRKSRC}/conf/main.cf +sed s+!!PREFIX!!+$PREFIX+g <${WRKSRC}/conf/main.cf.bak >${WRKSRC}/conf/main.cf cd ${WRKSRC}/man -Chris >Release-Note: >Audit-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 3 13:37:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id D42E514DF2 for ; Sat, 3 Apr 1999 13:37:32 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id PAA08157 for ; Sat, 3 Apr 1999 15:35:37 -0600 (CST) Date: Sat, 3 Apr 1999 15:35:37 -0600 (CST) From: Steve Price To: freebsd-ports@freebsd.org Subject: EGCS soon to be default compiler in -current Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi All, The big EGCS switch is going to be thrown tomorrow in -current. This will probably mean that a few ports will mysteriously stop building. This won't affect anyone that doesn't build from source or doesn't run -current. Anyone that runs -current and doesn't want to weather the storm, nows the time to CVSup (or whatever you use to get a fresh ports tree) and sit back for a little while, while we straighten things out. It would be a tremendous help if each port's maintainer would install egcs from the port, move the system compiler out of the way, and give their port(s) a try. No need to post successes, but it would be very beneficial to send-pr(1) any fixes you come up with. Thanks. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 3 13:51:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E62B214F49 for ; Sat, 3 Apr 1999 13:51:55 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA05635; Sat, 3 Apr 1999 13:50:00 -0800 (PST) (envelope-from gnats@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 06CB414DFD for ; Sat, 3 Apr 1999 13:44:05 -0800 (PST) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 384D0169A; Sat, 3 Apr 1999 13:42:06 -0800 (PST) Message-Id: <19990403214206.384D0169A@norn.ca.eu.org> Date: Sat, 3 Apr 1999 13:42:06 -0800 (PST) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10936: Minor cleanups to audio/gmixer port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10936 >Category: ports >Synopsis: Minor cleanups to audio/gmixer port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 3 13:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Mar 30 13:53:01 PST 1999 norn@norn.ca.eu.org:/usr/src/sys/compile/NORN.ata i386 >Description: Use gtk12 and ${INSTALL_*}. >How-To-Repeat: >Fix: Index: gmixer/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/audio/gmixer/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/04/03 01:48:17 1.1.1.1 +++ Makefile 1999/04/03 21:32:26 @@ -12,11 +12,14 @@ MAINTAINER= cpiazza@home.net -LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 ALL_TARGET= gmixer pre-install: @ ${MKDIR} ${PREFIX}/share/pixmaps +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gmixer ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/icons/gmixer.xpm ${PREFIX}/share/pixmaps .include Index: gmixer/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/audio/gmixer/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- patch-aa 1999/04/03 01:48:17 1.1.1.1 +++ patch-aa 1999/04/03 21:34:10 @@ -1,18 +1,14 @@ ---- Makefile.orig Thu Feb 25 21:31:39 1999 -+++ Makefile Thu Feb 25 21:36:58 1999 -@@ -1,11 +1,11 @@ +--- Makefile.orig Sat Apr 3 13:33:52 1999 ++++ Makefile Sat Apr 3 13:33:54 1999 +@@ -1,9 +1,9 @@ -CC = gcc -+#CC = gcc ++CC ?= gcc #CC = egcs #FLAGS = -g gmixer: gmixer.c - $(CC) $(FLAGS) `gtk-config --cflags` `gtk-config --libs` gmixer.c -o gmixer -+ $(CC) $(CFLAGS) `gtk11d-config --cflags` `gtk11d-config --libs` gmixer.c -o gmixer ++ $(CC) $(CFLAGS) `gtk12-config --cflags` `gtk12-config --libs` gmixer.c -o gmixer install: gmixer -- install -s -m 755 -o 0 -g 0 gmixer /usr/X11R6/bin/ -- install -m 644 -o 0 -g 0 icons/gmixer.xpm /usr/share/pixmaps/ -+ install -c -s -m 755 -o 0 -g 0 gmixer $(PREFIX)/bin -+ install -c -m 644 -o 0 -g 0 icons/gmixer.xpm $(PREFIX)/share/pixmaps - clean: - rm -f gmixer + install -s -m 755 -o 0 -g 0 gmixer /usr/X11R6/bin/ + install -m 644 -o 0 -g 0 icons/gmixer.xpm /usr/share/pixmaps/ >Release-Note: >Audit-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 3 14:26:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 4488E14C83 for ; Sat, 3 Apr 1999 14:26:12 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.2/8.9.1) with ESMTP id OAA73373; Sat, 3 Apr 1999 14:24:16 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id WAA76325; Sat, 3 Apr 1999 22:24:11 GMT (envelope-from obrien) Date: Sat, 3 Apr 1999 14:24:11 -0800 From: "David O'Brien" To: Bill Fumerola Cc: ports@FreeBSD.ORG Subject: Re: Netscape Navigator 4.51 port files Message-ID: <19990403142411.A76297@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Bill Fumerola on Thu, Apr 01, 1999 at 02:11:03PM -0500 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 > I guess I'm lucky, my cut'n'paste in X11 just doesn't with Netscape. Mine is just finiky. If you highlight something in an Xterm and want to paste it in Netscape, the highlighted text must *stay* highlighted. Ie, the text must still be on the Xterm's screen and hightlighted. Often I will see a URL in a mail message, highlight it, delete the message, and then try to paste it in Netscape -- no go. If you then paste it in another Xterm and re-highlight it, then I can paste into Netscape. I've found the ``xcb'' port to be invaluable with Netscape 4.5. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 3 14:52: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A786514E5A for ; Sat, 3 Apr 1999 14:51:55 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA10907; Sat, 3 Apr 1999 14:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from wbiW09.westbend.net (wbiw09.westbend.net [209.224.254.254]) by hub.freebsd.org (Postfix) with ESMTP id 7EB4A14D65 for ; Sat, 3 Apr 1999 14:44:31 -0800 (PST) (envelope-from admin@wbiW09.westbend.net) Received: (from root@localhost) by wbiW09.westbend.net (8.8.8/8.8.8) id QAA15603; Sat, 3 Apr 1999 16:42:35 -0600 (CST) (envelope-from admin) Message-Id: <199904032242.QAA15603@wbiW09.westbend.net> Date: Sat, 3 Apr 1999 16:42:35 -0600 (CST) From: "Scot W. Hetzel" Reply-To: "Scot W. Hetzel" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10937: Apache13-FP port upgrade to v1.3.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10937 >Category: ports >Synopsis: Apache13-FP port upgrade to v1.3.6 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 3 14:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Scot W. Hetzel >Release: FreeBSD 2.2.8-STABLE i386 >Organization: West Bend Internet >Environment: FreeBSD 2.2-stable >Description: The attached patch upgrades the Apache server to v1.3.6 in the Apache13-FP port. >How-To-Repeat: >Fix: Apply the following patch: diff -ruN apache13-fp.orig/Makefile apache13-fp/Makefile --- apache13-fp.orig/Makefile Sat Mar 27 02:08:34 1999 +++ apache13-fp/Makefile Sat Apr 3 14:39:36 1999 @@ -30,8 +30,7 @@ MAINTAINER= hetzels@westbend.net -#PATCH_SITES= http://www.apache.org/dist//patches/apply_to_${AP_VERS}/ \ -# http://www.apache.org/dist/patches/apply_to_${AP_VERS}/ +#PATCH_SITES= http://www.apache.org/dist/patches/apply_to_${AP_VERS}/ #PATCHFILES= .if defined(PATCH_DEBUG) @@ -40,7 +39,7 @@ PATCH_DIST_ARGS= -d ${WRKSRC}/src --forward --quiet -E ${PATCH_DIST_STRIP} .endif -AP_VERS= 1.3.4 +AP_VERS= 1.3.6 APACHE= ${DISTNAME}${EXTRACT_SUFX} FRONTPAGE= fp30.bsdi3.tar.Z @@ -95,8 +94,8 @@ CONFIGURE_ENV= OPTIM='${OPTIM}' -MAN1= ab.1 apachectl.1 dbmmanage.1 htdigest.1 htpasswd.1 -MAN8= apxs.8 httpd.8 logresolve.8 rotatelogs.8 +MAN1= dbmmanage.1 htdigest.1 htpasswd.1 +MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 .if defined(SUEXEC) HTTPD_USER?=www diff -ruN apache13-fp.orig/files/md5 apache13-fp/files/md5 --- apache13-fp.orig/files/md5 Sun Jan 17 21:06:02 1999 +++ apache13-fp/files/md5 Sat Apr 3 14:46:45 1999 @@ -1,2 +1,2 @@ -MD5 (apache_1.3.4.tar.gz) = eab1d93bc17e7d9fcf87dc9fa744a9d3 +MD5 (apache_1.3.6.tar.gz) = b4114ed78f296bfe424c4ba05dccc643 MD5 (fp30.bsdi3.tar.Z) = 344b956cca8f367099d7c33e8c7ba174 diff -ruN apache13-fp.orig/patches/patch-ab apache13-fp/patches/patch-ab --- apache13-fp.orig/patches/patch-ab Sat Jan 23 00:10:18 1999 +++ apache13-fp/patches/patch-ab Sat Apr 3 15:26:26 1999 @@ -1,6 +1,14 @@ ---- Makefile.tmpl.orig Thu Jan 7 05:50:45 1999 -+++ Makefile.tmpl Fri Jan 22 22:24:16 1999 -@@ -110,6 +110,7 @@ +--- Makefile.tmpl.orig Mon Mar 15 18:38:46 1999 ++++ Makefile.tmpl Sat Apr 3 15:25:47 1999 +@@ -113,13 +113,14 @@ + sysconfdir = @sysconfdir@ + datadir = @datadir@ + iconsdir = $(datadir)/icons +-htdocsdir = $(datadir)/htdocs ++htdocsdir = $(datadir)/data + cgidir = $(datadir)/cgi-bin + includedir = @includedir@ + localstatedir = @localstatedir@ runtimedir = @runtimedir@ logfiledir = @logfiledir@ proxycachedir = @proxycachedir@ @@ -8,27 +16,27 @@ libexecdir_relative = @libexecdir_relative@ -@@ -124,6 +125,7 @@ +@@ -134,6 +135,7 @@ suexec_safepath = @suexec_safepath@ # some substituted configuration parameters -+conf_user = @conf_user@ ++conf_user = @conf_user@ conf_group = @conf_group@ conf_port = @conf_port@ conf_serveradmin = @conf_serveradmin@ -@@ -239,9 +241,9 @@ +@@ -249,9 +251,9 @@ $(MKDIR) $(root)$(mandir)/man1 $(MKDIR) $(root)$(mandir)/man8 $(MKDIR) $(root)$(sysconfdir) -- $(MKDIR) $(root)$(datadir)/htdocs +- $(MKDIR) $(root)$(htdocsdir) + $(MKDIR) $(root)$(doc_prefix) - $(MKDIR) $(root)$(datadir)/icons -- $(MKDIR) $(root)$(datadir)/cgi-bin -+ $(MKDIR) $(root)$(datadir)/cgi-bin.default + $(MKDIR) $(root)$(iconsdir) +- $(MKDIR) $(root)$(cgidir) ++ $(MKDIR) $(root)$(cgidir).default $(MKDIR) $(root)$(includedir) $(MKDIR) $(root)$(runtimedir) $(MKDIR) $(root)$(logfiledir) -@@ -278,9 +280,11 @@ +@@ -294,9 +296,11 @@ file=`echo $${mod} | sed -e 's;^.*/\([^/]*\);\1;'`; \ echo "$(INSTALL_DSO) $(TOP)/$(SRC)/$${mod} $(root)$(libexecdir)/$${file}"; \ $(INSTALL_DSO) $(TOP)/$(SRC)/$${mod} $(root)$(libexecdir)/$${file}; \ @@ -43,7 +51,7 @@ done; \ echo "" >>$(SRC)/.apaci.install.conf; \ echo "# Reconstruction of the complete module list from all available modules" >>$(SRC)/.apaci.install.conf; \ -@@ -288,6 +292,7 @@ +@@ -304,6 +308,7 @@ echo "# [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS, TOO]" >>$(SRC)/.apaci.install.conf; \ echo "ClearModuleList" >>$(SRC)/.apaci.install.conf; \ egrep "^[ ]*(Add|Shared)Module" $(SRC)/Configuration.apaci |\ @@ -51,72 +59,67 @@ sed -e 's:SharedModule:AddModule:' \ -e 's:modules/[^/]*/::' \ -e 's:[ ]lib: mod_:' \ -@@ -308,6 +313,7 @@ +@@ -324,6 +329,7 @@ echo "$(INSTALL_SCRIPT) $(TOP)/$(SRC)/support/apachectl[*] $(root)$(sbindir)/$${apachectl}"; \ sed -e 's;PIDFILE=.*;PIDFILE=$(runtimedir)/$(TARGET).pid;' \ -e 's;HTTPD=.*;HTTPD=$(sbindir)/$(TARGET);' \ + -e 's;LD_LIBRARY_PATH=.*;LD_LIBRARY_PATH=/usr/lib\:$(prefix)/lib;' \ < $(TOP)/$(SRC)/support/apachectl > $(TOP)/$(SRC)/.apaci.install.tmp && \ $(INSTALL_SCRIPT) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(sbindir)/$${apachectl}; \ - echo "$(INSTALL_DATA) $(TOP)/$(SRC)/support/apachectl.1 $(root)$(mandir)/man1/$${apachectl}.1"; \ -@@ -363,25 +369,32 @@ + echo "$(INSTALL_DATA) $(TOP)/$(SRC)/support/apachectl.8 $(root)$(mandir)/man8/$${apachectl}.8"; \ +@@ -379,25 +385,32 @@ # icons and distributed CGI scripts. install-data: @echo "===> [data: Installing initial data files]" -- -@if [ -f $(root)$(datadir)/htdocs/index.html ]; then \ -- echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(datadir)/htdocs/]"; \ +- -@if [ -f $(root)$(htdocsdir)/index.html ]; then \ +- echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(htdocsdir)/]"; \ - else \ -- echo "Copying tree $(TOP)/htdocs/ -> $(root)$(datadir)/htdocs/"; \ -+# -@if [ -f $(root)$(datadir)/htdocs/index.html ]; then \ -+# echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(datadir)/htdocs/]"; \ +- echo "Copying tree $(TOP)/htdocs/ -> $(root)$(htdocsdir)/"; \ ++# -@if [ -f $(root)$(htdocsdir)/index.html ]; then \ ++# echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(htdocsdir)/]"; \ +# else \ + echo "Copying tree $(TOP)/htdocs/ -> $(root)$(doc_prefix)/"; \ - (cd $(TOP)/htdocs/ && $(TAR) -hcf - *) |\ -- (cd $(root)$(datadir)/htdocs/ && $(TAR) -xf -); \ -- find $(root)$(datadir)/htdocs/ -type d -exec chmod a+rx {} \; ; \ -- find $(root)$(datadir)/htdocs/ -type f -exec chmod a+r {} \; ; \ -+ (cd $(root)$(doc_prefix) && $(TAR) -xf -); \ -+ find $(root)$(doc_prefix) -type d -exec chmod a+rx {} \; ; \ -+ find $(root)$(doc_prefix) -type f -exec chmod a+r {} \; ; \ + (cd $(TOP)/htdocs/ && $(TAR) $(TAROPT) - *) |\ +- (cd $(root)$(htdocsdir)/ && $(TAR) -xf -); \ +- find $(root)$(htdocsdir)/ -type d -exec chmod a+rx {} \; ; \ +- find $(root)$(htdocsdir)/ -type f -exec chmod a+r {} \; ; \ ++ (cd $(root)$(doc_prefix)/ && $(TAR) -xf -); \ ++ find $(root)$(doc_prefix)/ -type d -exec chmod a+rx {} \; ; \ ++ find $(root)$(doc_prefix)/ -type f -exec chmod a+r {} \; ; \ +# fi -+ if [ ! -d $(root)$(datadir)/data ]; then \ -+ $(CP) -rp $(root)$(doc_prefix) $(root)$(datadir)/data; \ ++ if [ ! -d $(root)$(htdocsdir) ]; then \ ++ $(CP) -rp $(root)$(doc_prefix) $(root)$(htdocsdir); \ fi -- -@if [ -f $(root)$(datadir)/cgi-bin/printenv ]; then \ -- echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(datadir)/cgi-bin/]"; \ +- -@if [ -f $(root)$(cgidir)/printenv ]; then \ +- echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(cgidir)/]"; \ - else \ -+ $(LN) -sf $(root)$(doc_prefix) $(root)$(datadir)/data.default -+# -@if [ -f $(root)$(datadir)/cgi-bin/printenv ]; then \ -+# echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(datadir)/cgi-bin/]"; \ ++ $(LN) -s $(root)$(doc_prefix) $(root)$(htdocsdir).default ++# -@if [ -f $(root)$(cgidir)/printenv ]; then \ ++# echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(cgidir)/]"; \ +# else \ for script in printenv test-cgi; do \ cat $(TOP)/cgi-bin/$${script} |\ sed -e 's;^#!/.*perl;#!$(PERL);' \ > $(TOP)/$(SRC)/.apaci.install.tmp; \ -- echo "$(INSTALL_DATA) $(TOP)/conf/$${script}[*] $(root)$(datadir)/cgi-bin/$${script}"; \ -- $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(datadir)/cgi-bin/$${script}; \ -- done; \ -+ echo "$(INSTALL_DATA) $(TOP)/conf/$${script}[*] $(root)$(datadir)/cgi-bin.default/$${script}"; \ -+ $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(datadir)/cgi-bin.default/$${script}; \ -+ done; +- echo "$(INSTALL_DATA) $(TOP)/conf/$${script}[*] $(root)$(cgidir)/$${script}"; \ +- $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(cgidir)/$${script}; \ ++ echo "$(INSTALL_DATA) $(TOP)/conf/$${script}[*] $(root)$(cgidir).default/$${script}"; \ ++ $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(cgidir).default/$${script}; \ + done; \ +# fi -+ if [ ! -d $(root)$(datadir)/cgi-bin ]; then \ -+ $(LN) -sf $(root)$(datadir)/cgi-bin.default $(root)$(datadir)/cgi-bin; \ ++ if [ ! -d $(root)$(cgidir) ]; then \ ++ $(CP) -rp $(root)$(cgidir).default $(root)$(cgidir); \ fi - @echo "Copying tree $(TOP)/icons/ -> $(root)$(datadir)/icons/"; \ - (cd $(TOP)/icons/ && $(TAR) -hcf - *) |\ -@@ -411,20 +424,23 @@ - echo ""; \ - cat $(TOP)/conf/$${conf}-dist ) |\ - sed -e '/# LoadModule/r $(TOP)/$(SRC)/.apaci.install.conf' \ -- -e 's;@@ServerRoot@@/htdocs;$(datadir)/htdocs;' \ -+ -e 's;@@ServerRoot@@/htdocs;$(datadir)/data;' \ - -e 's;@@ServerRoot@@/icons;$(datadir)/icons;' \ - -e 's;@@ServerRoot@@/cgi-bin;$(datadir)/cgi-bin;' \ + @echo "Copying tree $(TOP)/icons/ -> $(root)$(iconsdir)/"; \ + (cd $(TOP)/icons/ && $(TAR) $(TAROPT) - *) |\ +@@ -431,17 +444,20 @@ + -e 's;@@ServerRoot@@/icons;$(iconsdir);' \ + -e 's;@@ServerRoot@@/cgi-bin;$(cgidir);' \ -e 's;@@ServerRoot@@/proxy;$(proxycachedir);' \ + -e 's;@@ServerRoot@@/srm.conf;$(sysconfdir)/srm.conf;' \ + -e 's;@@ServerRoot@@/access.conf;$(sysconfdir)/access.conf;' \ -e 's;@@ServerRoot@@;$(prefix);g' \ + -e 's;httpd.conf;$(TARGET).conf;' \ -e 's;logs/accept.lock;$(runtimedir)/$(TARGET).lock;' \ -e 's;logs/apache_runtime_status;$(runtimedir)/$(TARGET).scoreboard;' \ -e 's;logs/httpd.pid;$(runtimedir)/$(TARGET).pid;' \ diff -ruN apache13-fp.orig/patches/patch-ak apache13-fp/patches/patch-ak --- apache13-fp.orig/patches/patch-ak Thu Jan 21 20:15:11 1999 +++ apache13-fp/patches/patch-ak Sat Apr 3 15:54:48 1999 @@ -1,5 +1,5 @@ ---- src/support/apachectl.orig Fri Jan 1 13:05:32 1999 -+++ src/support/apachectl Thu Jan 21 20:14:27 1999 +--- src/support/apachectl.orig Tue Feb 9 12:00:34 1999 ++++ src/support/apachectl Sat Apr 3 15:40:42 1999 @@ -27,6 +27,10 @@ # the path to your httpd binary, including options if necessary HTTPD='/usr/local/apache/src/httpd' @@ -24,8 +24,8 @@ # check for pidfile if [ -f $PIDFILE ] ; then PID=`cat $PIDFILE` -- if kill -0 $PID; then -+ if kill -0 $PID > /dev/null 2>&1; then +- if [ ! "x$PID" = "x" ] && kill -0 $PID; then ++ if [ ! "x$PID" = "x" ] && kill -0 $PID > /dev/null 2>&1; then STATUS="httpd (pid $PID) running" RUNNING=1 else diff -ruN apache13-fp.orig/patches/patch-fi apache13-fp/patches/patch-fi --- apache13-fp.orig/patches/patch-fi Tue Nov 10 01:56:00 1998 +++ apache13-fp/patches/patch-fi Sat Apr 3 16:03:42 1999 @@ -1,23 +1,19 @@ -*** src/main/http_request.c.orig Tue Oct 6 14:06:09 1998 ---- src/main/http_request.c Sat Oct 31 15:49:04 1998 -*************** -*** 187,192 **** ---- 187,194 ---- - return OK; - } - -+ if (r->execfilename) path = r->execfilename; -+ - #ifdef WIN32 - /* If the path is x:/, then convert it to x:/., coz that's what stat - * needs to work properly -*************** -*** 461,466 **** ---- 463,469 ---- - res = ap_parse_htaccess(&htaccess_conf, r, overrides_here, - ap_pstrdup(r->pool, test_dirname), - sconf->access_name); -+ if (r->execfilename) r->filename = r->execfilename; - if (res) - return res; - +--- src/main/http_request.c.orig Sun Mar 7 09:05:36 1999 ++++ src/main/http_request.c Sat Apr 3 16:02:26 1999 +@@ -187,6 +187,8 @@ + return OK; + } + ++ if (r->execfilename) path = r->execfilename; ++ + #ifdef HAVE_DRIVE_LETTERS + /* If the directory is x:\, then we don't want to strip + * the trailing slash since x: is not a valid directory. +@@ -509,6 +511,7 @@ + res = ap_parse_htaccess(&htaccess_conf, r, overrides_here, + ap_pstrdup(r->pool, test_dirname), + sconf->access_name); ++ if (r->execfilename) r->filename = r->execfilename; + if (res) + return res; + diff -ruN apache13-fp.orig/pkg/PLIST apache13-fp/pkg/PLIST --- apache13-fp.orig/pkg/PLIST Thu Jan 21 22:34:37 1999 +++ apache13-fp/pkg/PLIST Sat Apr 3 16:37:08 1999 @@ -169,6 +169,7 @@ share/doc/apache/manual/new_features_1_3.html share/doc/apache/manual/process-model.html share/doc/apache/manual/readme-tpf.html +share/doc/apache/manual/search/manual-index.cgi share/doc/apache/manual/sections.html share/doc/apache/manual/sourcereorg.html share/doc/apache/manual/stopping.html @@ -185,6 +186,7 @@ share/doc/apache/manual/vhosts/host.html share/doc/apache/manual/vhosts/index.html share/doc/apache/manual/vhosts/ip-based.html +share/doc/apache/manual/vhosts/mass.html share/doc/apache/manual/vhosts/name-based.html share/doc/apache/manual/vhosts/vhosts-in-depth.html share/doc/apache/manual/vhosts/virtual-host.html @@ -304,6 +306,7 @@ @dirrm share/doc/apache/manual/images @dirrm share/doc/apache/manual/misc @dirrm share/doc/apache/manual/mod +@dirrm share/doc/apache/manual/search @dirrm share/doc/apache/manual/vhosts @dirrm share/doc/apache/manual @dirrm share/doc/apache >Release-Note: >Audit-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 3 15:40:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1098C14CAE; Sat, 3 Apr 1999 15:40:48 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA13006; Sat, 3 Apr 1999 15:38:53 -0800 (PST) (envelope-from sada@FreeBSD.org) Date: Sat, 3 Apr 1999 15:38:53 -0800 (PST) From: Message-Id: <199904032338.PAA13006@freefall.freebsd.org> To: yoshiaki@kt.rim.or.jp, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9757 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: can't make package State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Sat Apr 3 15:37:27 PST 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 3 15:52: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 168BF14F33 for ; Sat, 3 Apr 1999 15:51:56 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA13530; Sat, 3 Apr 1999 15:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 237BA14C18 for ; Sat, 3 Apr 1999 15:43:52 -0800 (PST) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id PAA80618; Sat, 3 Apr 1999 15:42:06 -0800 (PST) (envelope-from mharo) Message-Id: <199904032342.PAA80618@patrol.area51.fremont.ca.us> Date: Sat, 3 Apr 1999 15:42:06 -0800 (PST) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10938: Update: graphics/xfpovray Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10938 >Category: ports >Synopsis: Update: graphics/xfpovray >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 3 15:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - MASTER_SITE was returning a 403 error. - perl -> ${PERL} portlint: 0 errors, 0 warnings >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/graphics/xfpovray/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 1999/01/11 11:29:24 1.10 +++ Makefile 1999/04/03 23:34:19 @@ -8,8 +8,7 @@ DISTNAME= xfpovray-1.3.1 CATEGORIES= graphics -MASTER_SITES= http://www.batse.msfc.nasa.gov/~mallozzi/software/xfpovray/v1.3.1/ \ - ${MASTER_SITE_SUNSITE} +MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/graphics/rays/pov EXTRACT_SUFX= .tgz @@ -26,6 +25,6 @@ NO_INSTALL_MANPAGES= yes post-patch: - @/usr/bin/perl -pi -e "s|\@LOCALBASE\@|${LOCALBASE}|g;" ${WRKSRC}/src/xfpovray.h + @${PERL} -pi -e "s|\@LOCALBASE\@|${LOCALBASE}|g;" ${WRKSRC}/src/xfpovray.h .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 3 16:35:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E4FD14E7B; Sat, 3 Apr 1999 16:35:19 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA15016; Sat, 3 Apr 1999 16:33:23 -0800 (PST) (envelope-from sada@FreeBSD.org) Date: Sat, 3 Apr 1999 16:33:23 -0800 (PST) From: Message-Id: <199904040033.QAA15016@freefall.freebsd.org> To: reg@shale.csir.co.za, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9819 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port fix: ncurses State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Sat Apr 3 16:31:11 PST 1999 State-Changed-Why: Fixed the patch timing and committed. Refer to the commit log. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 3 16:39:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from vanessa.eliuk.org (sec3d2.dial.uniserve.ca [204.244.165.113]) by hub.freebsd.org (Postfix) with ESMTP id DB9B214FCF for ; Sat, 3 Apr 1999 16:39:52 -0800 (PST) (envelope-from kevin_eliuk@sunshine.net) Received: from localhost (cagey@localhost) by vanessa.eliuk.org (8.9.3/8.9.3) with ESMTP id QAA00552; Mon, 2 Feb 1998 16:37:44 -0800 (PST) (envelope-from cagey@vanessa.eliuk.org) Date: Mon, 2 Feb 1998 16:37:14 -0800 (PST) From: "Kevin G. Eliuk" To: Mark Ovens Cc: ports@freebsd.org Subject: Re: KSCD crashing under FreeBSD 3.1 In-Reply-To: <19990404005337.E299@marder-1.localhost> 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 [ switching over to ports ] On Sun, 4 Apr 1999, Mark Ovens wrote: > > ln -s racd0a rmatcd0a > > ln -s racd0c rmatcd0c > > > > Ah, yes, that makes sense. I was doing it from memory thought ;-). > I take it that you're up and running kscd now? Yes after, after trying countless other operations and symlinks. I think that this should probably patched at the port level to point to /dev/cdrom that can be documented to "ln -sf /dev/r${DEVICE} /dev/cdrom". At least that was what I first tried :-) -- Regards, Kevin G. Eliuk Discover Rock Solid, Discover FreeBSD | http://www.FreeBSD.Org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 3 16:45: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D37DB1532B; Sat, 3 Apr 1999 16:45:04 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA15318; Sat, 3 Apr 1999 16:43:09 -0800 (PST) (envelope-from sada@FreeBSD.org) Date: Sat, 3 Apr 1999 16:43:09 -0800 (PST) From: Message-Id: <199904040043.QAA15318@freefall.freebsd.org> To: jin@pesto.lbl.gov, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9870 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 2.2.8-19990120-SNAP package errors State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Sat Apr 3 16:41:39 PST 1999 State-Changed-Why: Supports for 2.x versions are already finished. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 3 17:16: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 47FFB14BDB for ; Sat, 3 Apr 1999 17:15:59 -0800 (PST) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id RAA89974 for ports@freebsd.org; Sat, 3 Apr 1999 17:14:11 -0800 (PST) (envelope-from mharo) Date: Sat, 3 Apr 1999 17:14:11 -0800 From: Michael Haro To: ports@freebsd.org Subject: What do you think? Message-ID: <19990403171411.A89734@patrol.area51.fremont.ca.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Description: message X-Mailer: Mutt 0.95.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org What do you think about creating some sort of variable in the Makefile like NEXT_VERSION or something which contains either a regular expression or printf like format string so that a script can go through the ports and check for new versions. At the moment it is next to impossible to automate checking for new verions because programs all use different naming schemes. If we added something like... DISTNAME= proftpd-1.2.0pre3 NEXT_VERSION= proftpd-%d.%d.%d[pre%d] Using %d to mean any digit and stuff in [] to mean optional then we could probably have a perl script go through and check for new versions of all the ports, or at least those which have an ftp site as a master site. I started working on a script to see if this was possible, but I'm currently stuck. I have it converting the line above into a regex but I can't get perl to use that expression. It works when I hard code it into the script, just not when the regex is in a variable. I'm probably missing something really simple. Anyway, let me know what you think of this idea. Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 3 17:54:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from phoenix.welearn.com.au (phoenix.welearn.com.au [139.130.44.81]) by hub.freebsd.org (Postfix) with ESMTP id 8A6CE14DAC for ; Sat, 3 Apr 1999 17:54:48 -0800 (PST) (envelope-from sue@phoenix.welearn.com.au) Received: (from sue@localhost) by phoenix.welearn.com.au (8.9.1/8.9.0) id LAA01094; Sun, 4 Apr 1999 11:52:44 +1000 (EST) Message-ID: <19990404115240.10323@welearn.com.au> Date: Sun, 4 Apr 1999 11:52:40 +1000 From: Sue Blake To: Michael Haro Cc: ports@FreeBSD.ORG Subject: Re: What do you think? References: <19990403171411.A89734@patrol.area51.fremont.ca.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <19990403171411.A89734@patrol.area51.fremont.ca.us>; from Michael Haro on Sat, Apr 03, 1999 at 05:14:11PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Apr 03, 1999 at 05:14:11PM -0800, Michael Haro wrote: > What do you think about creating some sort of variable in the Makefile > like NEXT_VERSION or something which contains either a regular expression > or printf like format string so that a script can go through the ports and > check for new versions. OK, can you forget the how to make it work angle for a minute and explain to me, a clueless user of ports, how it's going to work? I'm sitting here at my 2.2.8 system wanting to install fvwm2, and wondering if that new version has been released yet. So with your idea, does it go off and check whether the new sources are available and blindly compile them with the old patches or with none at all? Or does it only check to see if there's a new FreeBSD port yet, and if so download the port and the sources and compile it, without noticing that the port is for another version of FreeBSD? Or does it notice that and install the ports upgrade kits as well, and if so what if they are not suitable? Or will it simply check and report on availability of new versions? What if I'm not connected to the 'net at the time, will it dial up and slug my phone bill each time it wants to have a look? Sorry if this stuff is obvious to everyone else, but if I don't understand exactly what's going on without needing to study first, I'm not going to use it, and if others out there are in the same boat then you might have wasted your time. -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 3 18: 2: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 92F9114DFC for ; Sat, 3 Apr 1999 18:01:56 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA18225; Sat, 3 Apr 1999 18:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [194.94.232.249]) by hub.freebsd.org (Postfix) with ESMTP id E1E6714BDB for ; Sat, 3 Apr 1999 18:01:07 -0800 (PST) (envelope-from cvs@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id DAA12196 for FreeBSD-gnats-submit@freebsd.org; Sun, 4 Apr 1999 03:58:19 +0200 Received: (from cvs@localhost) by saturn.kn-bremen.de (8.8.8/8.8.5) id DAA13167; Sun, 4 Apr 1999 03:55:40 +0200 (MET DST) Message-Id: <199904040155.DAA13167@saturn.kn-bremen.de> Date: Sun, 4 Apr 1999 03:55:40 +0200 (MET DST) From: nox@jelal.kn-bremen.de Reply-To: nox@jelal.kn-bremen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10939: update audio/dap to 2.0.2 (please test...) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10939 >Category: ports >Synopsis: update audio/dap to 2.0.2 (please test...) >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 3 18:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 2.2.8-STABLE i386 >Organization: me? organized? >Environment: >Description: Version 1.3b is no longer at the MASTER_SITE I only have /dev/pcaudio so i can't test the record/play functions... otherwise (editing etc.) it seems to work. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/cvs/cvs/ports/audio/dap/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 1999/01/07 08:19:19 1.5 +++ Makefile 1999/04/04 00:46:23 @@ -1,5 +1,5 @@ # ports collection makefile for: dap -# Version required: 1.3b +# Version required: 2.0.2 # Date created: 23 August 1998 # Whom: yoshiaki Uchikawa # @@ -7,7 +7,7 @@ # DISTNAME= DAPSource -PKGNAME= dap-1.3b +PKGNAME= dap-2.0.2 CATEGORIES= audio MASTER_SITES= http://www.cee.hw.ac.uk/~richardk/ Index: files/md5 =================================================================== RCS file: /home/cvs/cvs/ports/audio/dap/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1998/09/16 12:54:00 1.1.1.1 +++ md5 1999/04/04 00:59:50 @@ -1 +1 @@ -MD5 (DAPSource.tar.gz) = ff0cad20e504f7f7b7e670cd1651650e +MD5 (DAPSource.tar.gz) = ab189c9c5190b5b18542ac8d3898099c Index: patches/patch-aa =================================================================== RCS file: /home/cvs/cvs/ports/audio/dap/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- patch-aa 1998/09/16 12:54:00 1.1.1.1 +++ patch-aa 1999/04/04 01:33:44 @@ -1,6 +1,5 @@ ---- Makefile.orig Wed Sep 16 09:26:41 1998 -+++ Makefile Wed Sep 16 09:26:41 1998 -@@ -0,0 +1,81 @@ +Index: Makefile +@@ -0,0 +1,83 @@ +BACKDIR = ./bak +HOMEDIR = $(HOME) + @@ -8,8 +7,10 @@ + +DAP: + (cd tooltips; make -f Makefile); -+ (cd spkit/spkit; make -f Makefile.freebsd); -+ (cd main; make -f Makefile.freebsd); ++ (cd libaudio; make -f Makefile.linux); ++ (cd libaudiofile; make -f Makefile.linux); ++ (cd spkit/spkit; make -f Makefile.linux); ++ (cd main; make -f Makefile.linux); + +release: DAP + strip main/DAP Index: patches/patch-ab =================================================================== RCS file: /home/cvs/cvs/ports/audio/dap/patches/patch-ab,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-ab --- patch-ab 1998/09/16 12:54:00 1.1.1.1 +++ patch-ab 1999/04/04 01:35:59 @@ -1,104 +1,22 @@ ---- main/Makefile.freebsd.orig Wed Sep 16 09:26:42 1998 -+++ main/Makefile.freebsd Wed Sep 16 18:34:39 1998 -@@ -0,0 +1,83 @@ -+CC = gcc -+CXX = g++ -+FORMS = /usr/X11R6/include -+SOUND = ../sound -+SPKIT = ../spkit -+TOOLTIP = ../tooltips -+BACKDIR = ../mainbak -+HOMEDIR = $(HOME) -+INCDIR = -I. -I$(SOUND) -I$(SPKIT) -I$(FORMS) -I$(TOOLTIP) -I/usr/include -+LIBDIR = -L$(SPKIT)/spkit -L$(FORMS) -L$(TOOLTIP) -L/usr/lib -L/usr/X11R6/lib -+CCFLAGS = $(CFLAGS) $(INCDIR) -DLINUX -DUSINGGCC -+LDFLAGS = $(LIBDIR) -ldsp -ltooltips -lxforms -lXpm -lX11 -lm -+ -+PROGS = DAP -+OBJS = DPTich.o DPTich_cb.o DPTich_DSP.o DPTich_edit_cb.o DPTich_macros.o \ -+ DPTich_effect_cb.o DPTich_main.o DPSampleXforms.o DPTich_prefs.o \ -+ DPTich_linux_audio.o DPTich_linux_audiofile.o \ -+ DPTich_linux_macros.o DPTich_linux_ieee.o \ -+ $(SOUND)/DPSample.o $(SOUND)/DPResample.o $(SOUND)/DPMixPlay.o \ -+ DPCrossButton.o -+ -+.c.o: -+ $(CC) $(CCFLAGS) -c $*.c -o $*.o -+ -+.cc.o: -+ $(CXX) $(CCFLAGS) -c $*.cc -o $*.o -+ -+all: $(PROGS) -+ -+DAP: $(OBJS) -+ $(CXX) $(OBJS) -o DAP $(LDFLAGS) -+ -+clean: -+ -rm -f $(OBJS) core -+ -+empty: -+ -rm -f $(OBJS) $(PROGS) core -+ -+back: -+ "cp" *.c $(BACKDIR) -+ "cp" *.cc $(BACKDIR) -+ "cp" *.h $(BACKDIR) -+ "cp" *.fd $(BACKDIR) -+ "cp" icons/*.gif $(BACKDIR)/icons -+ "cp" icons/*.xpm $(BACKDIR)/icons -+ "cp" Makefile.* $(BACKDIR) -+ lha a $(HOMEDIR)/tich3.lzh *.c *.cc *.h *.fd icons/*.gif icons/*.xpm \ -+ Makefile.* -+ -+restore: -+ lha x $(HOMEDIR)/tich3.lzh -+ -+print: -+ a2ps \ -+ DPTich_main.h \ -+ DPTich_main.cc \ -+ DPTich_prefs.h \ -+ DPTich_prefs.cc \ -+ DPTich_macros.h \ -+ DPTich_macros.cc \ -+ DPTich_cb.h \ -+ DPTich_cb.cc \ -+ DPTich_edit_cb.cc \ -+ DPTich_effect_cb.cc \ -+ DPTich_effect.h \ -+ DPTich_DSP.h \ -+ DPTich_DSP.cc \ -+ DPTich_linux_macros.h \ -+ DPTich_linux_macros.c \ -+ DPTich_linux_audio.h \ -+ DPTich_linux_audio.c \ -+ DPTich_linux_audiofile.h \ -+ DPTich_linux_audiofile.c \ -+ DPTich_linux_ieee.h \ -+ DPTich_linux_ieee.c \ -+ DPSampleXforms.h \ -+ DPSampleXforms.cc \ -+ DPCrossButton.h \ -+ DPCrossButton.c \ -+ DPTich.h \ -+ DPTich.c \ -+ Makefile.* \ -+ >$(HOMEDIR)/tich3.ps ---- main/DPTich_linux_audio.h.orig Wed Sep 16 18:40:00 1998 -+++ main/DPTich_linux_audio.h Wed Sep 16 18:43:04 1998 -@@ -23,7 +23,11 @@ - #define _DPTich_linux_audio_h +Index: libaudio/audio.h +@@ -17,13 +17,15 @@ + | + ****************************************************************************/ +-#ifdef LINUX ++#if defined(LINUX) || defined(__FreeBSD__) + + #ifndef _audio_h + #define _audio_h + #include -+#ifdef __FreeBSD__ -+#include -+#else ++#ifndef __FreeBSD__ #include +#endif #include #include #include -@@ -31,7 +35,11 @@ +@@ -31,7 +33,11 @@ #include #include #include Index: patches/patch-ac =================================================================== RCS file: /home/cvs/cvs/ports/audio/dap/patches/patch-ac,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-ac --- patch-ac 1998/09/16 12:54:00 1.1.1.1 +++ patch-ac 1999/04/04 01:37:03 @@ -1,239 +1,28 @@ ---- spkit/spkit/Makefile.freebsd.orig Wed Sep 16 09:26:42 1998 -+++ spkit/spkit/Makefile.freebsd Wed Sep 16 18:34:14 1998 -@@ -0,0 +1,164 @@ -+CC = gcc -+CXX = g++ -+FORMS = /usr/X11R6/include -+SOUND = ../../sound -+TOOLTIP = ../../tooltips -+BACKDIR = ../spkitbak -+MAINDIR = ../../main -+HOMEDIR = $(HOME) -+INCDIR = -I. -I.. -I$(SOUND) -I$(FORMS) -I$(MAINDIR) -I$(TOOLTIP) -+CCFLAGS = $(CFLAGS) $(INCDIR) -DLINUX -DUSINGGCC -+ -+.c.o: -+ $(CC) $(CCFLAGS) -c $*.c -o $*.o -+ -+.cc.o: -+ $(CXX) $(CCFLAGS) -c $*.cc -o $*.o -+ -+LIBNAME = libdsp.a -+ -+OBJS = \ -+ allpassi.o \ -+ allpassn.o \ -+ amp.o \ -+ butterwo.o \ -+ bwbandpa.o \ -+ bwbandre.o \ -+ bwhighpa.o \ -+ bwlowpas.o \ -+ comb.o \ -+ combint.o \ -+ comblowp.o \ -+ complim.o \ -+ compress.o \ -+ delay.o \ -+ delayint.o \ -+ dist.o \ -+ dpreader.o \ -+ dpwriter.o \ -+ dynamics.o \ -+ fbdelay.o \ -+ feedback.o \ -+ gate.o \ -+ inverter.o \ -+ jamrever.o \ -+ lfo.o \ -+ limiter.o \ -+ mult.o \ -+ mux.o \ -+ pan.o \ -+ processo.o \ -+ rectifie.o \ -+ resonato.o \ -+ schroede.o \ -+ stdrever.o \ -+ sum.o \ -+ sumavg.o \ -+ waveshap.o \ -+ z1lpf.o -+ -+all: libdsp.a -+ -+libdsp.a: $(OBJS) -+ rm -f $(LIBNAME) -+ ar -ruv $(LIBNAME) $(OBJS) +Index: libaudio/Makefile.linux +@@ -21,6 +21,7 @@ + libaudio.a: $(OBJS) + rm -f $(LIBNAME) + ar ruv $(LIBNAME) $(OBJS) + ranlib $(LIBNAME) -+ -+clean: -+ rm -f $(OBJS) -+ -+empty: -+ rm -f $(OBJS) $(LIBNAME) -+ -+back: -+ "cp" *.cc $(BACKDIR) -+ "cp" *.h $(BACKDIR) -+ "cp" Makefile.* $(BACKDIR) -+ lha a $(HOMEDIR)/tich1.lzh *.cc *.h Makefile.* -+ -+restore: -+ lha x $(HOMEDIR)/tich1.lzh -+ -+print: -+ a2ps \ -+ allpassi.h \ -+ allpassi.cc \ -+ allpassn.h \ -+ allpassn.cc \ -+ amp.h \ -+ amp.cc \ -+ butterwo.h \ -+ butterwo.cc \ -+ bwbandpa.h \ -+ bwbandpa.cc \ -+ bwbandre.h \ -+ bwbandre.cc \ -+ bwhighpa.h \ -+ bwhighpa.cc \ -+ bwlowpas.h \ -+ bwlowpas.cc \ -+ comb.h \ -+ comb.cc \ -+ combint.h \ -+ combint.cc \ -+ comblowp.h \ -+ comblowp.cc \ -+ complim.h \ -+ complim.cc \ -+ compress.h \ -+ compress.cc \ -+ delay.h \ -+ delay.cc \ -+ delayint.h \ -+ delayint.cc \ -+ dist.h \ -+ dist.cc \ -+ dpreader.h \ -+ dpreader.cc \ -+ dpwriter.h \ -+ dpwriter.cc \ -+ dynamics.h \ -+ dynamics.cc \ -+ fbdelay.h \ -+ fbdelay.cc \ -+ feedback.h \ -+ feedback.cc \ -+ gate.h \ -+ gate.cc \ -+ inverter.h \ -+ inverter.cc \ -+ jamrever.h \ -+ jamrever.cc \ -+ lfo.h \ -+ lfo.cc \ -+ limiter.h \ -+ limiter.cc \ -+ mult.h \ -+ mult.cc \ -+ mux.h \ -+ mux.cc \ -+ pan.h \ -+ pan.cc \ -+ processo.h \ -+ processo.cc \ -+ rectifie.h \ -+ rectifie.cc \ -+ resonato.h \ -+ resonato.cc \ -+ schroede.h \ -+ schroede.cc \ -+ spkit.h \ -+ stdrever.h \ -+ stdrever.cc \ -+ sum.h \ -+ sum.cc \ -+ sumavg.h \ -+ sumavg.cc \ -+ tube.h \ -+ valve.h \ -+ waveshap.h \ -+ waveshap.cc \ -+ z1lpf.h \ -+ z1lpf.cc \ -+ Makefile.* \ -+ >$(HOMEDIR)/tich1.ps ---- sound/Makefile.freebsd.orig Wed Sep 16 18:45:52 1998 -+++ sound/Makefile.freebsd Wed Sep 16 18:46:18 1998 -@@ -0,0 +1,53 @@ -+CC = gcc -+CXX = g++ -+FORMS = /usr/X11R6/include -+SPKIT = ../spkit -+TOOLTIP = ../tooltips -+BACKDIR = ../soundbak -+MAINDIR = ../main -+HOMEDIR = $(HOME) -+INCDIR = -I. -I$(SPKIT) -I$(FORMS) -I$(MAINDIR) -I$(TOOLTIP) -I/usr/include -I/usr/local/include -+LIBDIR = -L$(SPKIT)/spkit -L$(FORMS) -L/usr/lib -L/usr/X11R6/lib -+CCFLAGS = $(CFLAGS) -DNOFORMS -DLINUX -DUSINGGCC -+LDFLAGS = $(LIBDIR) -ldsp -lforms -lXpm -lX11 -lm -+ -+PROGS = SampleTest -+OBJS = DPSample.o DPResample.o DPMixPlay.o SampleTest.o -+LINUX = $(MAINDIR)/DPTich_linux_audio.o \ -+ $(MAINDIR)/DPTich_linux_audiofile.o \ -+ $(MAINDIR)/DPTich_linux_macros.o \ -+ $(MAINDIR)/DPTich_linux_ieee.o -+ -+.c.o: -+ $(CC) $(CCFLAGS) $(INCDIR) -c $*.c -o $*.o -+ -+.cc.o: -+ $(CXX) $(CCFLAGS) $(INCDIR) -c $*.cc -o $*.o -+ -+normal: DPSample.o DPResample.o DPMixPlay.o -+ -+all: $(PROGS) -+ -+SampleTest: $(OBJS) -+ $(CXX) $(CCFLAGS) $(OBJS) $(LINUX) -o SampleTest $(LDFLAGS) -+ -+clean: -+ -rm -f $(OBJS) core -+ -+empty: -+ -rm -f $(OBJS) $(PROGS) core -+ -+back: -+ "cp" *.h $(BACKDIR) -+ "cp" *.cc $(BACKDIR) -+ "cp" *.inl $(BACKDIR) -+ "cp" Makefile.* $(BACKDIR) -+ lha a $(HOMEDIR)/tich2.lzh *.h *.cc *.inl Makefile.* -+ -+restore: -+ lha x $(HOMEDIR)/tich2.lzh -+ -+print: -+ a2ps DPDefs.h DPSample.h DPSample.inl DPSample.cc DPResample.h \ -+ DPResample.cc DPMixPlay.h DPMixPlay.cc Makefile.* \ -+ >$(HOMEDIR)/tich2.ps ---- tooltips/Makefile.orig Wed Sep 16 18:45:00 1998 -+++ tooltips/Makefile Wed Sep 16 18:45:19 1998 -@@ -36,11 +36,11 @@ - # Uncomment out this line if you do not want debug information included. - # DEBUG = -g -Wall -ansi -pedantic --DEBUG = -+#DEBUG = + clean: + -rm -f $(OBJS) core +Index: libaudiofile/Makefile.linux +@@ -21,6 +21,7 @@ + libaudiofile.a: $(OBJS) + rm -f $(LIBNAME) + ar ruv $(LIBNAME) $(OBJS) ++ ranlib $(LIBNAME) + + clean: + -rm -f $(OBJS) core +Index: main/Makefile.linux +@@ -14,7 +14,7 @@ + CCFLAGS = $(INCDIR) $(DEBUG) $(OPTIM) -DLINUX -DBIGENDIAN -DUSINGGCC -Wall + DEBUG = -g3 + OPTIM = -O1 +-LDFLAGS = $(LIBDIR) -ldsp -laudio -laudiofile -ltooltips -lforms -lXpm -lX11 -lm ++LDFLAGS = $(LIBDIR) -ldsp -laudio -laudiofile -ltooltips -lxforms -lXpm -lX11 -lm - # Define the utilities to use for compilation. - CC = gcc --CCOPTS = $(DEBUG) -I$(XFORMS_INCLUDE_DIR) -I$(X11_INCLUDE_DIR) \ -+CCOPTS = $(CFLAGS) -I$(XFORMS_INCLUDE_DIR) -I$(X11_INCLUDE_DIR) \ - -I$(OTHER_INCLUDE_DIR) - AR = ar - AROPTS = rc + PROGS = DAP + OBJS = DPTich.o DPTich_cb.o DPTich_DSP.o DPTich_edit_cb.o DPTich_macros.o \ >Release-Note: >Audit-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 3 18:17:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 2581914D9A for ; Sat, 3 Apr 1999 18:17:54 -0800 (PST) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id SAA91610; Sat, 3 Apr 1999 18:15:58 -0800 (PST) (envelope-from mharo) Date: Sat, 3 Apr 1999 18:15:58 -0800 From: Michael Haro To: Sue Blake Cc: freebsd-ports@freebsd.org Subject: Re: What do you think? Message-ID: <19990403181558.A91593@patrol.area51.fremont.ca.us> References: <19990403171411.A89734@patrol.area51.fremont.ca.us> <19990404115240.10323@welearn.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <19990404115240.10323@welearn.com.au>; from Sue Blake on Sun, Apr 04, 1999 at 11:52:40AM +1000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Apr 04, 1999 at 11:52:40AM +1000, Sue Blake wrote: > On Sat, Apr 03, 1999 at 05:14:11PM -0800, Michael Haro wrote: > > What do you think about creating some sort of variable in the Makefile > > like NEXT_VERSION or something which contains either a regular expression > > or printf like format string so that a script can go through the ports and > > check for new versions. > > So with your idea, does it go off and check whether the new sources are > available and blindly compile them with the old patches or with none at > all? Or does it only check to see if there's a new FreeBSD port yet, > and if so download the port and the sources and compile it, without > noticing that the port is for another version of FreeBSD? Or does it > notice that and install the ports upgrade kits as well, and if so what > if they are not suitable? Or will it simply check and report on > availability of new versions? What if I'm not connected to the 'net at > the time, will it dial up and slug my phone bill each time it wants to > have a look? My idea was actually to help the ports maintainers know when a new version of the source for a program they are responsible for is out. If you are looking for a utility to tell you if there is a newer version of a port already in existance than the version you have installed, take a look at the sysutils/pkg_version port. If you want to be able to update your ports tree with the current version, use cvsup. See /usr/share/examples/cvsup/. I'm sorry if I confused anyone. Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 3 18:33:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 7BFD914D91 for ; Sat, 3 Apr 1999 18:33:38 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA179221064; Sat, 3 Apr 1999 20:57:44 -0500 Date: Sat, 3 Apr 1999 20:57:44 -0500 (EST) From: Bill Fumerola To: David O'Brien Cc: ports@FreeBSD.ORG Subject: Re: Netscape Navigator 4.51 port files In-Reply-To: <19990403142411.A76297@dragon.nuxi.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 Sat, 3 Apr 1999, David O'Brien wrote: > > I guess I'm lucky, my cut'n'paste in X11 just doesn't with Netscape. > > Mine is just finiky. If you highlight something in an Xterm and want to > paste it in Netscape, the highlighted text must *stay* highlighted. Ie, > the text must still be on the Xterm's screen and hightlighted. > > Often I will see a URL in a mail message, highlight it, delete the > message, and then try to paste it in Netscape -- no go. If you then > paste it in another Xterm and re-highlight it, then I can paste into > Netscape. I thought I tried that, I'll try again. > I've found the ``xcb'' port to be invaluable with Netscape 4.5. I'll go check it out. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 3 18:45:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [194.94.232.249]) by hub.freebsd.org (Postfix) with ESMTP id 1A53514D91 for ; Sat, 3 Apr 1999 18:45:36 -0800 (PST) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id EAA13731 for freebsd-ports@FreeBSD.ORG; Sun, 4 Apr 1999 04:42:43 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.8.8/8.8.5) id EAA18466; Sun, 4 Apr 1999 04:39:26 +0200 (MET DST) Date: Sun, 4 Apr 1999 04:39:26 +0200 (MET DST) From: Juergen Lock Message-Id: <199904040239.EAA18466@saturn.kn-bremen.de> To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/10939: update audio/dap to 2.0.2 (please test...) X-Newsgroups: local.list.freebsd.ports In-Reply-To: <199904040155.DAA13167@saturn.kn-bremen.de> Organization: home Cc: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In article <199904040155.DAA13167@saturn.kn-bremen.de> you write: > >>Number: 10939 >>Category: ports >>Synopsis: update audio/dap to 2.0.2 (please test...) Ooops, i forgot one file: --- /dev/null Sun Apr 4 04:05:49 1999 +++ patches/patch-ad Sun Apr 4 04:27:48 1999 @@ -0,0 +1,9 @@ +Index: spkit/spkit/Makefile.linux +@@ -65,6 +65,7 @@ + libdsp.a: $(OBJS) + rm -f $(LIBNAME) + ar ruv $(LIBNAME) $(OBJS) ++ ranlib $(LIBNAME) + + clean: + rm -f $(OBJS) Sorry, -- Juergen Lock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 3 21:41:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E1A1415018 for ; Sat, 3 Apr 1999 21:41:55 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA60448; Sat, 3 Apr 1999 21:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id B1CF514C33 for ; Sat, 3 Apr 1999 21:37:54 -0800 (PST) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id VAA76398; Sat, 3 Apr 1999 21:36:10 -0800 (PST) (envelope-from mharo) Message-Id: <199904040536.VAA76398@patrol.area51.fremont.ca.us> Date: Sat, 3 Apr 1999 21:36:10 -0800 (PST) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10940: make configure doesn't create makefiles correctly Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10940 >Category: ports >Synopsis: make configure doesn't create makefiles correctly >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 3 21:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: make configure doesn't create makefiles correctly After configure does all its checks I get the following: creating ./config.status creating Makefile sed: 52: conftest.s1: unescaped newline inside substitute pattern creating src/Makefile sed: 52: conftest.s1: unescaped newline inside substitute pattern creating macros/Makefile sed: 52: conftest.s1: unescaped newline inside substitute pattern creating intl/Makefile sed: 52: conftest.s1: unescaped newline inside substitute pattern creating po/Makefile.in sed: 52: conftest.s1: unescaped newline inside substitute pattern creating pixmaps/Makefile sed: 52: conftest.s1: unescaped newline inside substitute pattern creating doc/Makefile sed: 52: conftest.s1: unescaped newline inside substitute pattern creating config.h >How-To-Repeat: cd /usr/ports/net/gicq && make configure >Fix: I don't understand the configure stuff, so I don't know where to look. >Release-Note: >Audit-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 3 22:51:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B1C2514EB8 for ; Sat, 3 Apr 1999 22:51:56 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA67291; Sat, 3 Apr 1999 22:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id E629C14DC5 for ; Sat, 3 Apr 1999 22:50:52 -0800 (PST) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id WAA20647; Sat, 3 Apr 1999 22:49:08 -0800 (PST) (envelope-from mharo) Message-Id: <199904040649.WAA20647@patrol.area51.fremont.ca.us> Date: Sat, 3 Apr 1999 22:49:08 -0800 (PST) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10941: Update: x11/wdm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10941 >Category: ports >Synopsis: Update: x11/wdm >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 3 22:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: configure wasn't using all the libraries needed and was dieing portlint: 0 fatal errors and 2 warnings found. 0 new patches 0 removed patches >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/x11/wdm/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 1999/02/18 17:57:37 1.19 +++ Makefile 1999/04/04 06:41:05 @@ -27,7 +27,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= X11BASE=${X11BASE} CPPFLAGS=-I${PREFIX}/include \ CFLAGS="${CFLAGS} -DHAS_SETUSERCONTEXT" -CONFIGURE_ARGS= --with-gfx-libs="-L${PREFIX}/lib -L${LOCALBASE}/lib -lgif" \ +CONFIGURE_ARGS= --with-gfx-libs="-L${PREFIX}/lib -L${LOCALBASE}/lib -lgif -lXpm -lpng -ltiff" \ --with-gfx-incs="-I${LOCALBASE}/include" \ --with-tiff-libs="-ljpeg" \ --with-logdir=/var/log --with-runlockdir=/var/run \ >Release-Note: >Audit-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 4 0:15:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from finch-post-11.mail.demon.net (finch-post-11.mail.demon.net [194.217.242.39]) by hub.freebsd.org (Postfix) with ESMTP id F12B015D8E for ; Sun, 4 Apr 1999 00:15:03 -0800 (PST) (envelope-from marko@uk.radan.com) Received: from [158.152.75.22] (helo=uk.radan.com) by finch-post-11.mail.demon.net with smtp (Exim 2.12 #1) id 10Ti1g-000Jqr-0B; Sun, 4 Apr 1999 08:13:04 +0000 Organisation: Radan Computational Ltd., Bath, UK. Phone: +44-1225-320320 Fax: +44-1225-320311 Received: from marder-1. (rasnt-1 [193.114.228.211]) by uk.radan.com (8.6.10/8.6.10) with ESMTP id JAA01186; Sun, 4 Apr 1999 09:12:36 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id JAA01809; Sun, 4 Apr 1999 09:10:05 +0100 (BST) (envelope-from marko) Date: Sun, 4 Apr 1999 09:10:05 +0100 From: Mark Ovens To: "Kevin G. Eliuk" Cc: ports@freebsd.org Subject: Re: KSCD crashing under FreeBSD 3.1 Message-ID: <19990404091005.G299@marder-1.localhost> References: <19990404005337.E299@marder-1.localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Kevin G. Eliuk on Mon, Feb 02, 1998 at 04:37:14PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Feb 02, 1998 at 04:37:14PM -0800, Kevin G. Eliuk wrote: > > [ switching over to ports ] > > On Sun, 4 Apr 1999, Mark Ovens wrote: > > > > ln -s racd0a rmatcd0a > > > ln -s racd0c rmatcd0c > > > > > > > Ah, yes, that makes sense. I was doing it from memory thought ;-). > > I take it that you're up and running kscd now? > > Yes after, after trying countless other operations and symlinks. I > think that this should probably patched at the port level to point to > /dev/cdrom that can be documented to "ln -sf /dev/r${DEVICE} /dev/cdrom". > I used the package not the port but you're right, the port should get it right. FWIW, I've found my kscdrc file (it didn't get removed by pkg_delete). The file can be found in ~/.kde/share/config. The entry for the CD device is: [GENERAL] CDDevice=/dev/cd0c Note the section heading in [], a la Windows INI files. Also, as you can see, it's not the raw device maybe it's changed in 1.1?. One other thing that was broken in 1.0 but may now be fixed is that the CDDB wouldn't get data from the CDDB servers. Below is something I found on the KDE mailing archives at http://www.kde.org: Check out the patches in the bug list area. I've posted a couple of patches in the descriptions to the source to fix the problems I was having. The first one changes a string in cddb.cpp (around line 276 and another around line 519) from Kscd to kscd (change in capitalization). For some reason, the CDDB servers do not like the string with a capital letter?!?!? Secondly, there's a change to move some connect lines from one location in the source to another. The connect functions were getting executed every time you put a CD into the drive (they seemed to be designed only to be executed once). This has the effect of KSCD being able to do a lookup the first (and sometimes the second) time you put a CD into the drive, but usually after the third disk, it cannot do a lookup and needs to be restarted. See bug #s kb1511 and kb1510 for more info If you need more info, lemme know. > At least that was what I first tried :-) > > -- > Regards, > Kevin G. Eliuk > Discover Rock Solid, Discover FreeBSD | http://www.FreeBSD.Org > > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 4 1:21:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C1ED814DF7 for ; Sun, 4 Apr 1999 01:21:56 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA76278; Sun, 4 Apr 1999 01:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from midget.dons.net.au (daniel.lnk.telstra.net [139.130.137.70]) by hub.freebsd.org (Postfix) with ESMTP id 9A25415280 for ; Sun, 4 Apr 1999 01:15:57 -0800 (PST) (envelope-from darius@guppy.dons.net.au) Received: from guppy.dons.net.au (guppy.dons.net.au [203.31.81.9]) by midget.dons.net.au (8.9.3/8.9.1) with ESMTP id SAA00699 for ; Sun, 4 Apr 1999 18:44:00 +0930 (CST) (envelope-from darius@guppy.dons.net.au) Received: (from darius@localhost) by guppy.dons.net.au (8.9.3/8.9.1) id SAA06459; Sun, 4 Apr 1999 18:43:59 +0930 (CST) (envelope-from darius) Message-Id: <199904040913.SAA06459@guppy.dons.net.au> Date: Sun, 4 Apr 1999 18:43:59 +0930 (CST) From: "Daniel J. O'Connor" Reply-To: darius@dons.net.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10942: xblast-sound won't install (Makefile has no target for non-existant man page) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10942 >Category: ports >Synopsis: xblast-sound won't install (Makefile has no target for non-existant man page) >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 4 01:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Daniel J. O'Connor >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: 4.0, latest ports, etc :) >Description: The makefile tries to install xbsndsrv.man which doesn't exist. >How-To-Repeat: cd /usr/ports/games/xblast-sound make install >Fix: Well, edit the Makefile after imake generates it (Don't know how to tell imake a program doesn't have a man page) Or touch xbsndsrv.man >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 4 5: 2: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 33A1A14F36 for ; Sun, 4 Apr 1999 05:01:57 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA82425; Sun, 4 Apr 1999 05:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id E382E1526C for ; Sun, 4 Apr 1999 04:52:24 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.9.2/8.9.2) id MAA19913; Sun, 4 Apr 1999 12:48:10 +0100 (BST) (envelope-from nik) Message-Id: <199904041148.MAA19913@nothing-going-on.demon.co.uk> Date: Sun, 4 Apr 1999 12:48:10 +0100 (BST) From: Nik Clayton Reply-To: nik@nothing-going-on.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org, br@netland.inka.de X-Send-Pr-Version: 3.2 Subject: ports/10943: "ports/print/teTeX-beta# make install" fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10943 >Category: ports >Synopsis: "ports/print/teTeX-beta# make install" fails >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 4 05:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Nik Clayton >Release: FreeBSD nik i386 >Organization: Disorganised >Environment: 3.1-stable, rebuilt from source ~ 2 days ago. >Description: "make install" in /usr/ports/print/teTeX-beta fails, with ... mktexlsr: Updating /usr/local/share/texmf/ls-R... mktexlsr: Done. test -f /usr/local/bin/texconfig && \ PATH=/usr/local/bin:/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/X11R6/bin:/usr/host/bin /usr/local/bin/texcoocal/bin/texconfig init gmake: *** [install] Error 1 *** Error code 2 Stop. At this point in the build process, texconfig doesn't exist in /usr/local/bin. Copying it from .../work/teTeX-0.9/texk/tetex allows the install to continue. This problem didn't exist on a 2.2-stable system 1 week ago. [ Severity and priority are set this high because this port is required by the Documentation Project ] >How-To-Repeat: Run "make install" in ports/print/teTeX-beta on a 3.1-stable system. >Fix: Copy in texconfig, as detailed above. Probably not the correct fix however. >Release-Note: >Audit-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 4 5:28: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mx2.io.com (mx2.io.com [199.170.88.18]) by hub.freebsd.org (Postfix) with ESMTP id 6316614D94 for ; Sun, 4 Apr 1999 05:28:02 -0700 (PDT) (envelope-from watkins@io.com) Received: from io.com (as1-dialup-66.io.com [206.224.82.66]) by mx2.io.com (8.9.1a/8.9.1a) with SMTP id HAA17076; Sun, 4 Apr 1999 07:25:11 -0500 Date: Sun, 4 Apr 1999 07:25:11 -0500 From: watkins@io.com Message-Id: <199904041225.HAA17076@mx2.io.com> To: watkins@io.com Subject: Do you have one? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Some people called the Ricky Willaims Heiman Siloutte shirt, others call it the Dreaded Football Player shirt. UT and the Downtown Athletic Club have tried to ban them through the Collegiate Licensing Company, but unsuccessfully. Thousands of people have got their hands on one of these shirts. We have some as well and are offering you a chance to get yours. This is the exact same shirt that was featured in the Austin American Stateman on December 15, 1998 in the Lifestyles section. Prices are as follows: White shirt with burnt orange siloutte. Sizes are S, M, L, XL, and XXL. XXL's ARE $3.00 MORE!!! 1. $16 +3.20 shipping =$19.20 2. $32 +3.20 shipping =$36.20 3. $48 +4.30 shipping =$52.30 4. $62 +4.30 shipping =$66.30 5. $70 +5.40 shipping =$75.40 Each shirt after 5 shirts is $14.00 each. Please add $1.10 shipping for every 2 shirts over 5 shirts. Burnt orange shirt with white siloutte. Sizes are L, XL, and XXL. XXL's ARE $3.00 MORE!!! 1. $18 +3.20 shipping =$21.20 2. $36 +3.20 shipping =$39.20 3. $52 +4.30 shipping =$56.30 4. $66 +4.30 shipping =$70.30 5. $80 +5.40 shipping =$85.40 Each shirt after 5 shirts is $16.00 each. Please add $1.10 shipping for every 2 shirts over 5 shirts. WE ALSO HAVE 3.5" x 3.5" PEELOUT VINYL STICKERS THAT GO GREAT ON WINDOWS. We will ship one free sticker per tshirt ordered. If you would like extras they are $2 each. Shipping prices reflect US Priority Mail which takes 2-3 day delivery. REMEMBER TO ADD $3.00 IF YOU WANT XXL. IF YOU DO NOT ADD THE $3.00 WE WILL SEND YOU AN XL INSTEAD. Please send check or money order to: JERIMIAH DOWDY PO BOX 2596 AUSTIN, TX 78768 Thank you for your time and have a Happy Easter. PS: If you are still skeptical about this offer, please send a Self Addressed Stamped Envelope along with your email address and/or telephone # and we will contact you to give you more information and a URL. We will not call you if it is long distance, so be sure to send an email address as well. THIS IS LIMITED OFFER! AFTER MAY 1, 1999, WE WILL NOT BE ACCEPTING ANY MORE ORDERS. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 4 5:51:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D9781526F for ; Sun, 4 Apr 1999 05:51:57 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA83771; Sun, 4 Apr 1999 05:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from Hedgehog.Intranet (d6.si.ru [195.128.76.56]) by hub.freebsd.org (Postfix) with ESMTP id 1943B15229 for ; Sun, 4 Apr 1999 05:44:53 -0700 (PDT) (envelope-from laskavy@Berkeley.Gambit.Msk.SU) Received: (from laskavy@localhost) by Hedgehog.Intranet (8.9.2/8.9.2) id QAA15978; Sun, 4 Apr 1999 16:41:32 +0400 (MSD) (envelope-from laskavy) Message-Id: <199904041241.QAA15978@Hedgehog.Intranet> Date: Sun, 4 Apr 1999 16:41:32 +0400 (MSD) From: "óÅÒÇÅÊ ó. ìÁÓËÁ×ÙÊ" Reply-To: laskavy@Berkeley.Gambit.Msk.SU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10944: ports/sysutils/mkhybrid12: version 1.12b5.0 is out Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10944 >Category: ports >Synopsis: ports/sysutils/mkhybrid12: version 1.12b5.0 is out >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 4 05:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Sergei S. Laskavy >Release: FreeBSD 3.1-STABLE i386 >Organization: The FreeBSD Documentation Project >Environment: ports/sysutils/mkhybrid12/Makefile: $Id: Makefile,v 1.3 1998/09/04 00:43:18 obrien Exp $ >Description: The only version of mkhybrid that is avaliable from ftp://ftp.ge.ucl.ac.uk/pub/mkhfs/ is 1.12b5.0. Everything else located in attic :-) >How-To-Repeat: cd ports/sysutils/mkhybrid12 && make >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/mkhybrid12/Makefile,v retrieving revision 1.3 diff -r1.3 Makefile 9c9 < DISTNAME= mkhybrid-1.12a4.7 --- > DISTNAME= mkhybrid-1.12b5.0 Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/sysutils/mkhybrid12/files/md5,v retrieving revision 1.3 diff -r1.3 md5 1c1 < MD5 (mkhybrid-1.12a4.7.tar.gz) = 15bf91e122806750151bd277cc4bf765 --- > MD5 (mkhybrid-1.12b5.0.tar.gz) = 1ae2cdecbe7788acbade26924890df8a Index: patches/patch-af =================================================================== RCS file: /home/ncvs/ports/sysutils/mkhybrid12/patches/patch-af,v retrieving revision 1.1 diff -r1.1 patch-af 1,12c1,11 < --- diag/isoinfo.8.orig Wed Apr 9 20:41:56 1997 < +++ diag/isoinfo.8 Thu Sep 3 17:22:04 1998 < @@ -1,6 +1,6 @@ < -\" < -\" $Id: patch-af,v 1.1 1998/09/04 00:43:18 obrien Exp $ < -\" < +.\" < +.\" $Id: patch-af,v 1.1 1998/09/04 00:43:18 obrien Exp $ < +.\" < .\" -*- nroff -*- < .TH ISOINFO 8 "23 Feb 1997" "Version 1.10b8" < .SH NAME --- > --- Makefile.in.orig Wed Mar 17 01:17:02 1999 > +++ Makefile.in Sun Apr 4 16:27:09 1999 > @@ -68,7 +68,7 @@ > apple_driver.o: apple_driver.c mac_label.h > $(CC) -c $(CFLAGS) $(srcdir)/apple_driver.c > > -install: mkisofs mkisofs.8 > +install: mkhybrid mkhybrid.8 > [ -d $(bindir) ] || mkdir $(bindir) > [ -d $(mandir) ] || mkdir $(mandir) > $(INSTALL_PROGRAM) mkhybrid $(bindir)/mkhybrid >Release-Note: >Audit-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 4 6:29:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from iserver.itworks.com.au (iserver.itworks.com.au [203.32.61.10]) by hub.freebsd.org (Postfix) with ESMTP id 12E5E150C4 for ; Sun, 4 Apr 1999 06:29:35 -0700 (PDT) (envelope-from gavin@itworks.com.au) Received: from localhost (gavin@localhost) by iserver.itworks.com.au (8.8.8/8.8.8) with ESMTP id XAA16653 for ; Sun, 4 Apr 1999 23:27:38 +1000 (EST) (envelope-from gavin@itworks.com.au) Date: Sun, 4 Apr 1999 23:27:37 +1000 (EST) From: Gavin Cameron To: ports@freebsd.org Subject: ht://Dig on FreeBSD 2.2.6-RELEASE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, Does anyone have ht://Dig running under FreeBSD 2.2.6? I get an error: gcc -c -O -I. -I./../include -D_THREAD_SAFE ./../clib/getlong.c gcc -o db_archive db_archive.o err.o getlong.o libdb.a -lc_r *** Error code 1 Stop. *** Error code 1 Stop. That -lc_r doesn't look right to me... neither does the _THREAD_SAFE stuff... Any ideas? Ta, Gavin []-----------------------------------+------------------------------------[] | Gavin Cameron | ITworks Consulting | | Ph : +61 3 9667 0297 | Suite 100, 85 Grattan Street | | Fax : +61 3 9347 6544 | Carlton, Victoria | | Email : gavin@itworks.com.au | Australia, 3053 | []-----------------------------------+------------------------------------[] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 4 7:35: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F04014C9A; Sun, 4 Apr 1999 07:35:03 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA30545; Sun, 4 Apr 1999 07:33:07 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 4 Apr 1999 07:33:07 -0700 (PDT) From: Message-Id: <199904041433.HAA30545@freefall.freebsd.org> To: jseger@FreeBSD.org, freebsd-ports@FreeBSD.org, nate@FreeBSD.org Subject: Re: ports/10373 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Increasing kernel file descriptors causes jdk1.1.7 to core dump after opening >20## ports Responsible-Changed-From-To: freebsd-ports->nate Responsible-Changed-By: jseger Responsible-Changed-When: Sun Apr 4 07:32:48 PDT 1999 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 4 7:37:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B955814F08; Sun, 4 Apr 1999 07:37:37 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA30730; Sun, 4 Apr 1999 07:35:42 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 4 Apr 1999 07:35:42 -0700 (PDT) From: Message-Id: <199904041435.HAA30730@freefall.freebsd.org> To: dima@Chg.RU, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10790 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: `make extract` attempt to install port dependencies State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 4 07:35:22 PDT 1999 State-Changed-Why: This is the intended behavior. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 4 7:38:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF02B1524D; Sun, 4 Apr 1999 07:38:39 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA30814; Sun, 4 Apr 1999 07:36:43 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 4 Apr 1999 07:36:43 -0700 (PDT) From: Message-Id: <199904041436.HAA30814@freefall.freebsd.org> To: jseger@FreeBSD.org, freebsd-ports@FreeBSD.org, flathill@FreeBSD.org Subject: Re: ports/10940 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make configure doesn't create makefiles correctly Responsible-Changed-From-To: freebsd-ports->flathill Responsible-Changed-By: jseger Responsible-Changed-When: Sun Apr 4 07:36:27 PDT 1999 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 4 8:12:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF3CF153B1; Sun, 4 Apr 1999 08:12:52 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA32012; Sun, 4 Apr 1999 08:10:56 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 4 Apr 1999 08:10:56 -0700 (PDT) From: Message-Id: <199904041510.IAA32012@freefall.freebsd.org> To: peter.jeremy@alcatel.com.au, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10475 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: devel/asl NLS patch broken State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 4 08:10:47 PDT 1999 State-Changed-Why: quick-fix 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 4 10:33:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 763B214E15; Sun, 4 Apr 1999 10:33:56 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA44008; Sun, 4 Apr 1999 10:32:00 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 4 Apr 1999 10:32:00 -0700 (PDT) From: Message-Id: <199904041732.KAA44008@freefall.freebsd.org> To: peter.jeremy@alcatel.com.au, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10782 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: emacs 19.34 failed to compile under 4.0-current State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 4 10:31:36 PDT 1999 State-Changed-Why: Fixed, 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 4 10:57:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 73A04153FB; Sun, 4 Apr 1999 10:57:10 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA44829; Sun, 4 Apr 1999 10:55:14 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 4 Apr 1999 10:55:14 -0700 (PDT) From: Message-Id: <199904041755.KAA44829@freefall.freebsd.org> To: tom@eborcom.com, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9604 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Minor improvements to ucspi-tcp port State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 4 10:54:59 PDT 1999 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 4 11: 2: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6047A15018 for ; Sun, 4 Apr 1999 11:01:57 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA45016; Sun, 4 Apr 1999 11:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pinhead.parag.codegen.com (207-44-235-154.CodeGen.COM [207.44.235.154]) by hub.freebsd.org (Postfix) with ESMTP id 8B7A4150E6 for ; Sun, 4 Apr 1999 10:54:25 -0700 (PDT) (envelope-from parag@pinhead.parag.codegen.com) Received: (from parag@localhost) by pinhead.parag.codegen.com (8.9.3/8.9.3) id KAA53048; Sun, 4 Apr 1999 10:52:29 -0700 (PDT) (envelope-from parag) Message-Id: <199904041752.KAA53048@pinhead.parag.codegen.com> Date: Sun, 4 Apr 1999 10:52:29 -0700 (PDT) From: parag@codegen.com Reply-To: parag@codegen.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10945: X11 "sessreg" program does not update /var/run/utmp file Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10945 >Category: ports >Synopsis: X11 "sessreg" program does not update /var/run/utmp file >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 4 11:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Parag Patel >Release: FreeBSD 4.0-CURRENT i386 >Organization: CodeGen, Inc. >Environment: X11R6 package from XFree86 3.3.3.1 binaries off of FreeBSD 3.1 March 1999 CD-ROM (Walnut Creek) >Description: The X11 "sessreg" program does not update the /var/run/utmp file, even when run as root. It is handy to register the virtual-console being used by xdm when someone logs in. >How-To-Repeat: The following line from the "sessreg" man-page fails to work: sessreg -a -l $DISPLAY -x /usr/X11R6/lib/xdm/Xservers $USER who Something simpler like this also fails: sessreg -a -l ttyv3 bozo who >Fix: I think the UTMP support needs to be switched on when compiling this file. The file "xdm/sessreg.c" seems to turn off UTMP support for CSRG_BASED builds. I think that commenting out this line should make it work again. >Release-Note: >Audit-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 4 11:12: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BD8D1534A for ; Sun, 4 Apr 1999 11:11:57 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA45263; Sun, 4 Apr 1999 11:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pinhead.parag.codegen.com (207-44-235-154.CodeGen.COM [207.44.235.154]) by hub.freebsd.org (Postfix) with ESMTP id 14696151A9 for ; Sun, 4 Apr 1999 11:04:04 -0700 (PDT) (envelope-from parag@pinhead.parag.codegen.com) Received: (from parag@localhost) by pinhead.parag.codegen.com (8.9.3/8.9.3) id LAA84210; Sun, 4 Apr 1999 11:02:07 -0700 (PDT) (envelope-from parag) Message-Id: <199904041802.LAA84210@pinhead.parag.codegen.com> Date: Sun, 4 Apr 1999 11:02:07 -0700 (PDT) From: parag@codegen.com Reply-To: parag@codegen.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10946: kdm 1.1 does not work correctly - XBINDIR not expanded Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10946 >Category: ports >Synopsis: kdm 1.1 does not work correctly - XBINDIR not expanded >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 4 11:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Parag Patel >Release: FreeBSD 4.0-CURRENT i386 >Organization: CodeGen, Inc. >Environment: X11R6/XFree86 3.3.3.1 from FreeBSD 3.1 March 1999 CD-ROM entire kde-1.1 package also installed from same CD >Description: kdm 1.1 seems to be either failing to expand the string XBINDIR, or it was compiled with the string instead of the actual path. The net result is that whenever kdm is executed, it complains that it can't execute xrdb: kdm: can't execute "XBINDIR/xrdb" (err 2) If I go ahead and login anyway, it cannot fire up the session properly. The earlier kdm-1.0 worked fine, as does the latest xdm. >How-To-Repeat: Simply run kdm instead of xdm from /etc/ttys. >Fix: Not sure if it's a runtime or a compile time problem. Sorry. >Release-Note: >Audit-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 4 11:27:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from fosburgh.dyndns.org (Dorm-36314.RH.UH.EDU [129.7.141.218]) by hub.freebsd.org (Postfix) with ESMTP id 4357E14F39 for ; Sun, 4 Apr 1999 11:27:23 -0700 (PDT) (envelope-from wotan@fosburgh.dyndns.org) Received: from localhost (wotan@localhost) by fosburgh.dyndns.org (8.9.2/8.9.2) with ESMTP id NAA49094; Sun, 4 Apr 1999 13:24:48 -0500 (CDT) (envelope-from wotan@fosburgh.dyndns.org) Date: Sun, 4 Apr 1999 13:24:47 -0500 (CDT) From: Jonathan Fosburgh Reply-To: jef53313@bayou.uh.edu To: parag@codegen.com Cc: ports@freebsd.org Subject: Re: ports/10946: kdm 1.1 does not work correctly - XBINDIR not expanded In-Reply-To: <199904041802.LAA84210@pinhead.parag.codegen.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 I had the problem shortly after moving from 2.2.8 to 3.1 (I think that is when it happened.) I had had some problems, however, getting my X properly upgraded using source. Using the precompiled X it works fine. How How did you install X? Jonathan Fosburgh Snyder Oil Corporation Houston, TX Home Page: http://www.geocities.com/vienna/1498 Manager, FreeBSD Webring: http://www.geocities.com/vienna/1498/computer/freebsdring.html ICQ: 32742908 AIM: Namthorien To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 4 12:51:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DEEEB15281 for ; Sun, 4 Apr 1999 12:51:56 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA51054; Sun, 4 Apr 1999 12:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id A976A15280 for ; Sun, 4 Apr 1999 12:43:28 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id MAA81531; Sun, 4 Apr 1999 12:41:47 -0700 (PDT) (envelope-from mharo) Message-Id: <199904041941.MAA81531@patrol.area51.fremont.ca.us> Date: Sun, 4 Apr 1999 12:41:47 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10948: Update: editors/hexedit (1.0 -> 1.1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10948 >Category: ports >Synopsis: Update: editors/hexedit (1.0 -> 1.1) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 4 12:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - New version 1.0 -> 1.1 portlint: 0 warnings, 0 errors patches: 0 new, 0 removed >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/editors/hexedit/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 1999/01/10 18:58:29 1.4 +++ Makefile 1999/04/04 19:28:20 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.4 1999/01/10 18:58:29 steve Exp $ # -DISTNAME= hexedit-1.0.0 +DISTNAME= hexedit-1.1.0 CATEGORIES= editors MASTER_SITES= http://www.chez.com/prigaux/ \ ${MASTER_SITE_SUNSITE} Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/editors/hexedit/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/01/10 18:58:32 1.2 +++ md5 1999/04/04 19:28:50 @@ -1 +1 @@ -MD5 (hexedit-1.0.0.src.tgz) = cbf49bfa81f0e3c779b46c9cbe4266b7 +MD5 (hexedit-1.1.0.src.tgz) = 29972c7afc503f55e728a8310ef8491a >Release-Note: >Audit-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 4 13:31:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D3CA314F4E for ; Sun, 4 Apr 1999 13:31:56 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA53281; Sun, 4 Apr 1999 13:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 888B714F3A for ; Sun, 4 Apr 1999 13:26:21 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id NAA16448; Sun, 4 Apr 1999 13:24:40 -0700 (PDT) (envelope-from mharo) Message-Id: <199904042024.NAA16448@patrol.area51.fremont.ca.us> Date: Sun, 4 Apr 1999 13:24:40 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10949: Update: editors/xcoral (3.2 -> 3.14) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10949 >Category: ports >Synopsis: Update: editors/xcoral (3.2 -> 3.14) >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 4 13:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - New version (3.2 -> 3.14) portlint: 1 warnings, 0 errors patches: 0 new, 2 removed removed: patch-aa, patch-ab supports PREFIX: yes supports CFLAGS: unknown >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/editors/xcoral/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 1999/01/26 02:16:00 1.6 +++ Makefile 1999/04/04 20:04:16 @@ -1,29 +1,30 @@ # New ports collection makefile for: xcoral # Version required: 3.2 -# Date created: +# Date created: Mon Oct 2 16:14:41 1995 # Whom: erich@rrnet.com # # $Id: Makefile,v 1.6 1999/01/26 02:16:00 steve Exp $ # -DISTNAME= xcoral-3.2 +DISTNAME= xcoral-3.14 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= editors MAINTAINER= erich@FreeBSD.ORG -USE_X_PREFIX= yes +USE_IMAKE= yes -GNU_CONFIGURE= yes - LIBFILES= DEPEND README cmd.sc color.sc comments.sc compare-win.sc \ complete-word.sc describe.sc edir.sc edt.sc example.sc \ - french.sc hack-filename.sc hanoi.sc head.sc html.sc \ - java.sc keydef-ext.sc latex-macros.sc latex.sc \ - man.dtex misc-commands.sc mode-ext.sc mode.sc mouse.sc \ - rcs.sc save.sc sun-keydef.sc title.sc top-ten.sc \ - utilities.sc version.sc window-utilities.sc xcoralrc.lf + french.sc hack-filename.sc head.sc html.sc java.sc \ + keydef-ext.sc latex-macros.sc latex.sc man.dtex \ + misc-commands.sc mode-ext.sc mode.sc mouse.sc rcs.sc \ + save.sc sun-keydef.sc title.sc top-ten.sc utilities.sc \ + version.sc window-utilities.sc xcoralrc.lf + +post-patch: + ${PERL} -pi -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/Imakefile do-install: @${MKDIR} ${PREFIX}/lib/xcoral/ Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/editors/xcoral/files/md5,v retrieving revision 1.4 diff -u -r1.4 md5 --- md5 1999/01/26 02:16:10 1.4 +++ md5 1999/04/04 19:43:27 @@ -1 +1 @@ -MD5 (xcoral-3.2.tar.gz) = 668fe3d0ef52f3677cd6cc8b52feaa2e +MD5 (xcoral-3.14.tar.gz) = a189d2cdd36f8ae9cf2b3acfc4fed5fc cvs diff: patches/patch-aa was removed, no comparison available cvs diff: patches/patch-ab was removed, no comparison available Index: pkg/PLIST =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/editors/xcoral/pkg/PLIST,v retrieving revision 1.4 diff -u -r1.4 PLIST --- PLIST 1999/01/26 02:16:10 1.4 +++ PLIST 1999/04/04 20:20:45 @@ -12,7 +12,6 @@ lib/xcoral/example.sc lib/xcoral/french.sc lib/xcoral/hack-filename.sc -lib/xcoral/hanoi.sc lib/xcoral/head.sc lib/xcoral/html.sc lib/xcoral/java.sc @@ -198,24 +197,7 @@ share/doc/xcoral/HTML/node144.html share/doc/xcoral/HTML/node145.html share/doc/xcoral/HTML/node146.html -share/doc/xcoral/HTML/icons/blueball.gif share/doc/xcoral/HTML/icons/greenball.gif -share/doc/xcoral/HTML/icons/orangeball.gif -share/doc/xcoral/HTML/icons/pinkball.gif -share/doc/xcoral/HTML/icons/purpleball.gif -share/doc/xcoral/HTML/icons/redball.gif -share/doc/xcoral/HTML/icons/whiteball.gif -share/doc/xcoral/HTML/icons/yellowball.gif -share/doc/xcoral/HTML/icons/contents_motif.gif -share/doc/xcoral/HTML/icons/cross_ref_motif.gif -share/doc/xcoral/HTML/icons/foot_motif.gif -share/doc/xcoral/HTML/icons/index_motif.gif -share/doc/xcoral/HTML/icons/next_motif.gif -share/doc/xcoral/HTML/icons/next_motif_gr.gif -share/doc/xcoral/HTML/icons/previous_motif.gif -share/doc/xcoral/HTML/icons/previous_motif_gr.gif -share/doc/xcoral/HTML/icons/up_motif.gif -share/doc/xcoral/HTML/icons/up_motif_gr.gif share/doc/xcoral/HTML/icons/mybg.jpg share/doc/xcoral/HTML/node147.html share/doc/xcoral/HTML/node148.html @@ -476,7 +458,7 @@ share/doc/xcoral/xcoral-card.ps share/doc/xcoral/xcoral-session.gif share/doc/xcoral/README -share/doc/xcoral/xcoral-3.2.ps +share/doc/xcoral/xcoral-3.14.ps @dirrm share/doc/xcoral/HTML/icons @dirrm share/doc/xcoral/HTML @dirrm share/doc/xcoral >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 4 13:33:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9638B14F4E; Sun, 4 Apr 1999 13:33:20 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA53331; Sun, 4 Apr 1999 13:31:24 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 4 Apr 1999 13:31:24 -0700 (PDT) From: Message-Id: <199904042031.NAA53331@freefall.freebsd.org> To: dmlb@ragnet.demon.co.uk, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9453: New port for itcl-3.0.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port for itcl-3.0.1 State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 4 13:27:53 PDT 1999 State-Changed-Why: This port doesn't compile on a FreeBSD 4.X box. Please submit a new version that has been tested on a 3.1 or later box.. . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 4 14:31:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A1D9614E0A for ; Sun, 4 Apr 1999 14:31:56 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA57105; Sun, 4 Apr 1999 14:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id F388C14DD1 for ; Sun, 4 Apr 1999 14:24:46 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id OAA58347; Sun, 4 Apr 1999 14:23:06 -0700 (PDT) (envelope-from mharo) Message-Id: <199904042123.OAA58347@patrol.area51.fremont.ca.us> Date: Sun, 4 Apr 1999 14:23:06 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10950: Update: editors/e93 (1.2.6 -> 1.2.7) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10950 >Category: ports >Synopsis: Update: editors/e93 (1.2.6 -> 1.2.7) >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 4 14:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - New version (1.2.6 -> 1.2.7) portlint: 2 warnings, 0 errors WARN: use of IS_INTERACTIVE discouraged. provide batch mode by using BATCH and/or FOR_CDROM. not sure how to fix this. patches: 3 new, 1 removed new: patch-ab, patch-ac, patch-ad removed: patch-aa supports PREFIX: yes supports CFLAGS: yes >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/editors/e93/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile 1998/09/25 10:07:44 1.20 +++ Makefile 1999/04/04 20:26:04 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.20 1998/09/25 10:07:44 asami Exp $ # -DISTNAME= e93-1.2r6X -PKGNAME= e93-1.2.6 +DISTNAME= e93-1.2r7X +PKGNAME= e93-1.2.7 CATEGORIES= editors tcl80 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= editors Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/editors/e93/files/md5,v retrieving revision 1.5 diff -u -r1.5 md5 --- md5 1996/06/12 02:45:35 1.5 +++ md5 1999/04/04 20:28:34 @@ -1 +1 @@ -MD5 (e93-1.2r6X.tar.gz) = 9d5c986e4d7c358c2c883b6ce05e21ee +MD5 (e93-1.2r7X.tar.gz) = 8873614f47957d2736d49254a62a1b14 **** new patch files **** *** patches/patch-ab *** --- xgui/makefile.orig Fri Oct 18 14:39:07 1996 +++ xgui/makefile Sun Apr 4 14:12:28 1999 @@ -15,14 +15,14 @@ # The following line may need to be altered if the Tcl include # files, or the X11 include files are located elsewhere on your system: -INCLUDES=-I. -I/usr/local/include -I/usr/include/X11 +INCLUDES=-I. -I${LOCALBASE}/include/tcl8.0 -I${X11BASE}/include # Uncomment this line if running Solaris: #MACHINESPEC=-DSOLARIS OPTIONS=-O2 -CFLAGS=$(INCLUDES) $(OPTIONS) $(MACHINESPEC) +CFLAGS+=$(INCLUDES) $(OPTIONS) $(MACHINESPEC) OBJECTS = \ globals.o \ *** patches/patch-ac *** --- makefile.orig Fri Oct 18 14:39:13 1996 +++ makefile Sun Apr 4 14:10:57 1999 @@ -15,10 +15,10 @@ # The following line may need to be altered if the Tcl include # files are located elsewhere on your system: -INCLUDES=-I. -I/usr/local/include +INCLUDES=-I. -I${LOCALBASE}/include/tcl8.0 OPTIONS=-O2 -CFLAGS=$(INCLUDES) $(OPTIONS) +CFLAGS += $(INCLUDES) $(OPTIONS) OBJECTS = \ e93.o \ @@ -42,7 +42,8 @@ all : libgui e93 e93 : $(OBJECTS) xgui/libgui.a - $(CC) -O $(OBJECTS) -Lxgui/ -lgui -lX11 -ltcl76 -lm -o e93 + $(CC) ${CFLAGS} -O $(OBJECTS) -Lxgui/ -lgui -L${X11BASE}/lib -lX11 \ + -L${LOCALBASE}/lib -ltcl80 -lm -o e93 libgui : cd xgui;make *** patches/patch-ad *** --- errors.c.orig Fri Oct 18 14:39:14 1996 +++ errors.c Sun Apr 4 13:41:30 1999 @@ -19,8 +19,10 @@ extern int errno; +#ifndef __FreeBSD__ extern char *sys_errlist[]; +#endif #define MAXERRORFAMILY 32 /* maximum number of characters in error family and member names */ #define MAXERRORDESCRIPTION 256 /* maximum number of characters in error description */ >Release-Note: >Audit-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 4 15:11:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D3F214E0A for ; Sun, 4 Apr 1999 15:11:58 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA62821; Sun, 4 Apr 1999 15:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 4 Apr 1999 15:10:02 -0700 (PDT) Message-Id: <199904042210.PAA62821@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Steve Price Subject: Re: ports/10939: update audio/dap to 2.0.2 (please test...) (fwd) Reply-To: Steve Price Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10939; it has been noted by GNATS. From: Steve Price To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/10939: update audio/dap to 2.0.2 (please test...) (fwd) Date: Sun, 4 Apr 1999 17:03:45 -0500 (CDT) ---------- Forwarded message ---------- Date: Sun, 4 Apr 1999 04:39:26 +0200 (MET DST) From: Juergen Lock To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/10939: update audio/dap to 2.0.2 (please test...) In article <199904040155.DAA13167@saturn.kn-bremen.de> you write: > >>Number: 10939 >>Category: ports >>Synopsis: update audio/dap to 2.0.2 (please test...) Ooops, i forgot one file: --- /dev/null Sun Apr 4 04:05:49 1999 +++ patches/patch-ad Sun Apr 4 04:27:48 1999 @@ -0,0 +1,9 @@ +Index: spkit/spkit/Makefile.linux +@@ -65,6 +65,7 @@ + libdsp.a: $(OBJS) + rm -f $(LIBNAME) + ar ruv $(LIBNAME) $(OBJS) ++ ranlib $(LIBNAME) + + clean: + rm -f $(OBJS) Sorry, -- Juergen Lock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 4 15:32: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2513B152F1 for ; Sun, 4 Apr 1999 15:31:57 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA63735; Sun, 4 Apr 1999 15:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 221B615330 for ; Sun, 4 Apr 1999 15:22:09 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id PAA84107; Sun, 4 Apr 1999 15:20:29 -0700 (PDT) (envelope-from mharo) Message-Id: <199904042220.PAA84107@patrol.area51.fremont.ca.us> Date: Sun, 4 Apr 1999 15:20:29 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10951: Update: astro/xephem (3.1 -> 3.2.2) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10951 >Category: ports >Synopsis: Update: astro/xephem (3.1 -> 3.2.2) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 4 15:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - New version (3.1 -> 3.2.2) portlint: 0 warnings, 0 errors patches: 0 new, 0 removed supports PREFIX: no supports CFLAGS: no Not sure where in the Imakefile stuff to look to fix these problems. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/astro/xephem/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 1998/09/26 23:40:12 1.11 +++ Makefile 1999/04/04 22:13:23 @@ -6,9 +6,9 @@ # $Id: Makefile,v 1.11 1998/09/26 23:40:12 steve Exp $ # -DISTNAME= xephem-3.1 +DISTNAME= xephem-3.2.2 CATEGORIES= astro -MASTER_SITES= ftp://iraf.noao.edu/contrib/xephem/xephem-3.1/ \ +MASTER_SITES= ftp://iraf.noao.edu/contrib/xephem/xephem-3.2/ \ ftp://gastro23.physics.uiowa.edu/pub/xephem/ \ ftp://iphcip1.physik.uni-mainz.de/pub/xephem/ \ ftp://wolf.ifj.edu.pl/mirror/xephem/ @@ -25,10 +25,54 @@ MAN1= xephem.1 +AUXIL= README jupiter.9910 logo.gif mars.9910 mars_db marsmap.fts \ + moon.fts moon_db saturne.9910 uranus.9910 xephem.hlp \ + xephem_sites + +CATALOGS= ISS.edb Messier.edb NGC.edb README SAC.edb YBS.edb comets.edb \ + minorpl.edb + +TOOLS= README extract.awk jost2edb.awk mpcorb2edb.pl tle2edb.pl + +GSC= Makefile README gscload.c support.c + +XEPHEMDBD= INSTALL Makefile README cgi-lib.pl db.c fsfetch.c request.c \ + stubs.c xephemdbd.c xephemdbd.html xephemdbd.pl + pre-configure: @(cd ${LIBSRC} && ${XMKMF}) pre-build: @(cd ${LIBSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET}) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xephem ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xephem.man ${PREFIX}/man/man1/xephem.1 + ${MKDIR} ${PREFIX}/lib/X11/xephem + + ${MKDIR} ${PREFIX}/lib/X11/xephem/auxil +.for file in ${AUXIL} + ${INSTALL_DATA} ${WRKSRC}/auxil/${file} ${PREFIX}/lib/X11/xephem/auxil/${file} +.endfor + + ${MKDIR} ${PREFIX}/lib/X11/xephem/catalogs +.for file in ${CATALOGS} + ${INSTALL_DATA} ${WRKSRC}/catalogs/${file} ${PREFIX}/lib/X11/xephem/catalogs/${file} +.endfor + + ${MKDIR} ${PREFIX}/lib/X11/xephem/tools +.for file in ${TOOLS} + ${INSTALL_DATA} ${WRKSRC}/tools/${file} ${PREFIX}/lib/X11/xephem/tools/${file} +.endfor + + ${MKDIR} ${PREFIX}/lib/X11/xephem/tools/gsc +.for file in ${GSC} + ${INSTALL_DATA} ${WRKSRC}/tools/gsc/${file} ${PREFIX}/lib/X11/xephem/tools/gsc/${file} +.endfor + + ${MKDIR} ${PREFIX}/lib/X11/xephem/tools/xephemdbd +.for file in ${XEPHEMDBD} + ${INSTALL_DATA} ${WRKSRC}/tools/xephemdbd/${file} ${PREFIX}/lib/X11/xephem/tools/xephemdbd/${file} +.endfor .include Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/astro/xephem/files/md5,v retrieving revision 1.3 diff -u -r1.3 md5 --- md5 1998/04/29 11:12:11 1.3 +++ md5 1999/04/04 21:26:52 @@ -1 +1 @@ -MD5 (xephem-3.1.tar.gz) = 5b84de23348f08a3b979ddd11bdc7cc4 +MD5 (xephem-3.2.2.tar.gz) = b4d18453721225c494a0edb6dbd17161 Index: patches/patch-aa =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/astro/xephem/patches/patch-aa,v retrieving revision 1.5 diff -u -r1.5 patch-aa --- patch-aa 1998/04/29 11:12:12 1.5 +++ patch-aa 1999/04/04 22:07:41 @@ -1,20 +1,11 @@ ---- Imakefile.orig Wed Mar 4 17:36:44 1998 -+++ Imakefile Wed Apr 22 13:21:12 1998 -@@ -55,7 +55,7 @@ - +--- Imakefile.orig Tue Mar 16 09:00:21 1999 ++++ Imakefile Sun Apr 4 15:06:31 1999 +@@ -63,7 +63,7 @@ SRCS = $(OBJS:.o=.c) -- XMLIB = -lXm -lXpm -+ XMLIB = ${MOTIFLIB} -lXpm + XCOMM Sometimes you need -lXp after -lXm +- XMLIB = -lXm ++ XMLIB = ${MOTIFLIB} -lXm DEPLIBS = $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB) EXTRA_INCLUDES = -I../../libastro LOCAL_LDFLAGS = -L../../libastro -@@ -64,3 +64,8 @@ - PROGRAMS = xephem - - ComplexProgramTarget(xephem) -+ -+install:: -+ mkdir -p ${PREFIX}/lib/X11/xephem -+ tar -cf - auxil catalogs tools |(cd ${PREFIX}/lib/X11/xephem; tar -xf -) -+ sed s,@PREFIX@,${PREFIX}, XEphem.ad > ${PREFIX}/lib/X11/app-defaults/XEphem Index: patches/patch-ab =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/astro/xephem/patches/patch-ab,v retrieving revision 1.2 diff -u -r1.2 patch-ab --- patch-ab 1998/04/29 11:12:12 1.2 +++ patch-ab 1999/03/10 19:21:13 @@ -1,11 +1,11 @@ ---- XEphem.ad.orig Sat Mar 14 01:45:06 1998 -+++ XEphem.ad Wed Apr 22 13:19:37 1998 -@@ -166,7 +166,7 @@ - ! system-wide directory for xephem support files - ! N.B. under this are auxil/, fifos/, and catalogs/ +--- XEphem.ad.orig Wed Mar 10 11:20:24 1999 ++++ XEphem.ad Wed Mar 10 11:20:50 1999 +@@ -170,7 +170,7 @@ + ! system-wide directory for xephem support files. Shared r-o among all users. + ! N.B. under this are auxil/, fifos/, fits/, and catalogs/. ! N.B. if present, ppm.xe and the gsc base directory must be under catalogs/ --XEphem.BaseDir: . -+XEphem.BaseDir: @PREFIX@/lib/X11/xephem +-XEphem.ShareDir: . ++XEphem.ShareDir: @PREFIX@/lib/X11/xephem - ! mount point for CDROM device - ! only used if have access to ASP GSC CDROM + ! ************************************************************************* + ! default FITS info Index: pkg/PLIST =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/astro/xephem/pkg/PLIST,v retrieving revision 1.5 diff -u -r1.5 PLIST --- PLIST 1998/09/16 02:24:48 1.5 +++ PLIST 1999/04/04 21:59:04 @@ -1,5 +1,4 @@ bin/xephem -lib/X11/app-defaults/XEphem lib/X11/xephem/auxil/README lib/X11/xephem/auxil/mars_db lib/X11/xephem/auxil/marsmap.fts @@ -7,24 +6,28 @@ lib/X11/xephem/auxil/moon_db lib/X11/xephem/auxil/xephem.hlp lib/X11/xephem/auxil/xephem_sites +lib/X11/xephem/auxil/jupiter.9910 +lib/X11/xephem/auxil/logo.gif +lib/X11/xephem/auxil/mars.9910 +lib/X11/xephem/auxil/saturne.9910 +lib/X11/xephem/auxil/uranus.9910 lib/X11/xephem/catalogs/Messier.edb lib/X11/xephem/catalogs/NGC.edb lib/X11/xephem/catalogs/SAC.edb lib/X11/xephem/catalogs/YBS.edb -lib/X11/xephem/catalogs/asteroids.edb +lib/X11/xephem/catalogs/ISS.edb +lib/X11/xephem/catalogs/README lib/X11/xephem/catalogs/comets.edb -lib/X11/xephem/catalogs/mir.edb +lib/X11/xephem/catalogs/minorpl.edb lib/X11/xephem/tools/README -lib/X11/xephem/tools/astorb2edb.pl -lib/X11/xephem/tools/encke2edb.pl lib/X11/xephem/tools/extract.awk -lib/X11/xephem/tools/gps.awk +lib/X11/xephem/tools/jost2edb.awk +lib/X11/xephem/tools/mpcorb2edb.pl +lib/X11/xephem/tools/tle2edb.pl lib/X11/xephem/tools/gsc/Makefile lib/X11/xephem/tools/gsc/README lib/X11/xephem/tools/gsc/gscload.c lib/X11/xephem/tools/gsc/support.c -lib/X11/xephem/tools/jost2edb.nawk -lib/X11/xephem/tools/tle2edb.awk lib/X11/xephem/tools/xephemdbd/INSTALL lib/X11/xephem/tools/xephemdbd/Makefile lib/X11/xephem/tools/xephemdbd/README @@ -36,7 +39,6 @@ lib/X11/xephem/tools/xephemdbd/xephemdbd.c lib/X11/xephem/tools/xephemdbd/xephemdbd.html lib/X11/xephem/tools/xephemdbd/xephemdbd.pl -lib/X11/xephem/tools/yeomans.pl @dirrm lib/X11/xephem/tools/xephemdbd @dirrm lib/X11/xephem/tools/gsc @dirrm lib/X11/xephem/tools >Release-Note: >Audit-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 4 15:52: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA29114D40 for ; Sun, 4 Apr 1999 15:51:57 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA00649; Sun, 4 Apr 1999 15:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from smtp1.xs4all.nl (smtp1.xs4all.nl [194.109.6.51]) by hub.freebsd.org (Postfix) with ESMTP id A67FC152F1 for ; Sun, 4 Apr 1999 15:35:34 -0700 (PDT) (envelope-from plm@smtp1.xs4all.nl) Received: from localhost. (dc2-isdn140.dial.xs4all.nl [194.109.148.140]) by smtp1.xs4all.nl (8.8.8/8.8.8) with ESMTP id AAA00963 for ; Mon, 5 Apr 1999 00:33:37 +0200 (CEST) Received: (from plm@localhost) by localhost. (8.9.3/8.9.1) id NAA37308; Sun, 4 Apr 1999 13:18:52 +0200 (MET DST) (envelope-from plm) Message-Id: <199904041118.NAA37308@muon.xs4all.nl> Date: Sun, 4 Apr 1999 13:18:52 +0200 (MET DST) From: plm@xs4all.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10952: imlib-1.9.4 build failure Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10952 >Category: ports >Synopsis: imlib in ports is not built correctly >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 4 15:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Peter Mutsaers >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: -current >Description: Building and installing ports/graphics/imlib installs almost nothing from the packaging list (though it doesn't abort and seems to succeed at first glance). This prevents gnome from being installed >How-To-Repeat: make, make install in ports/graphics/imlib >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 4 15:52: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BBC814D4F for ; Sun, 4 Apr 1999 15:51:58 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA00658; Sun, 4 Apr 1999 15:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 8F4C314CC5 for ; Sun, 4 Apr 1999 15:45:40 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id PAA08095; Sun, 4 Apr 1999 15:44:00 -0700 (PDT) (envelope-from mharo) Message-Id: <199904042244.PAA08095@patrol.area51.fremont.ca.us> Date: Sun, 4 Apr 1999 15:44:00 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10953: Update: audio/mp3info (0.2.15 -> 0.2.16) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10953 >Category: ports >Synopsis: Update: audio/mp3info (0.2.15 -> 0.2.16) >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 4 15:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - New version (0.2.15 -> 0.2.16) portlint: 0 warnings, 0 errors patches: 0 new, 1 removed removed: patch-aa supports PREFIX: yes supports CFLAGS: yes >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/mp3info/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1998/06/24 15:34:36 1.1.1.1 +++ Makefile 1999/04/04 22:40:21 @@ -6,12 +6,15 @@ # $Id: Makefile,v 1.1.1.1 1998/06/24 15:34:36 mph Exp $ # -DISTNAME= mp3info-0.2.15 +DISTNAME= mp3info-0.2.16 CATEGORIES= audio MASTER_SITES= ftp://bimbo.hive.no/pub/mp3info/ MAINTAINER= andy@icc.surw.chel.su +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CFLAGS}" + MAN1= mp3info.1 do-install: @@ -19,7 +22,7 @@ @ ${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/mp3info -.for file in COPYRIGHT ChangeLog README +.for file in ChangeLog README @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/mp3info .endfor .endif Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/mp3info/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1998/06/24 15:34:36 1.1.1.1 +++ md5 1999/04/04 22:31:21 @@ -1 +1 @@ -MD5 (mp3info-0.2.15.tar.gz) = e50ce36340ae93fa489007ed07d79316 +MD5 (mp3info-0.2.16.tar.gz) = d67b0225a197e91da87e94707121bb21 cvs diff: patches/patch-aa was removed, no comparison available Index: pkg/PLIST =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/mp3info/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1998/08/17 07:14:07 1.2 +++ PLIST 1999/04/04 22:36:41 @@ -1,5 +1,4 @@ bin/mp3info -share/doc/mp3info/COPYRIGHT share/doc/mp3info/ChangeLog share/doc/mp3info/README @dirrm share/doc/mp3info >Release-Note: >Audit-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 4 15:52: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CA9414D9D for ; Sun, 4 Apr 1999 15:51:58 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA00667; Sun, 4 Apr 1999 15:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from gershwin.tera.com (unknown [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id BB4D814D21 for ; Sun, 4 Apr 1999 15:50:23 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id PAA19543 for ; Sun, 4 Apr 1999 15:48:25 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id PAA12113; Sun, 4 Apr 1999 15:48:14 -0700 (PDT) Message-Id: <199904042248.PAA12113@tao.thought.org> Date: Sun, 4 Apr 1999 15:48:14 -0700 (PDT) From: Gary Kline Reply-To: kline@tao.thought.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10954: build prob with egcs-1.1.2 (maybe bad checksums (?)) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10954 >Category: ports >Synopsis: build prob with egcs-1.1.2 (maybe bad checksums (?)) >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 4 15:50:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Gary Kline >Release: FreeBSD 2.2.8-STABLE i386 >Organization: Thought >Environment: 2.2.8 P5 >Description: I was trying to build one of the small X apps and its dependency upon eg++ caused the egcs tarballs to be retrieved. The automatic build fails with this error:: tao# make ===> Extracting for egcs-1.1.2 >How-To-Repeat: >Fix: (1) fix checksums. (2) Don't understand what's wrong in with the gcc.info|RTL areas. >Release-Note: >Audit-Trail: >Unformatted: >> No checksum recorded for egcs-core-1.1.2.tar.gz. >> No checksum recorded for egcs-g++-1.1.2.tar.gz. >> No checksum recorded for egcs-g77-1.1.2.tar.gz. >> No checksum recorded for egcs-objc-1.1.2.tar.gz. Make sure the Makefile and md5 file (/usr/ports/lang/egcs/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Precise description of the problem (multiple lines)> egcs-1.1.2 does build with:: tao# make NO_CHECKSUM=yes The installation fails with a makeinfo error and --force does not seem to do any good. Here are the concluding lines from the failed install:: Making info file `gcc.info' from `./gcc.texi'. ./gcc.texi:3583: @include rtl.texi: Input/output error. ./gcc.texi:3110: Next reference to nonexistent node `RTL'. ./md.texi:6: Prev reference to nonexistent node `RTL'. ./md.texi:246: Cross reference to nonexistent node `Side Effects'. ./gcc.texi:235: Menu reference to nonexistent node `RTL'. makeinfo: Removing output file `gcc.info' due to errors; use --force to preserve. gmake[1]: *** [gcc.info] Error 2 gmake[1]: Leaving directory `/usr/ports/lang/egcs/work/egcs-1.1.2/gcc' gmake: *** [install-gcc] Error 2 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. tao# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 4 16: 8:22 1999 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 0B63C14CE1 for ; Sun, 4 Apr 1999 16:08:19 -0700 (PDT) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.9.2/8.9.2) id BAA59083; Mon, 5 Apr 1999 01:06:20 +0200 (CEST) (envelope-from ibex) Date: Mon, 5 Apr 1999 01:06:19 +0200 From: Dirk Froemberg To: "Jason C. Wells" Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/10896 Message-ID: <19990405010619.A58957@physik.TU-Berlin.DE> References: <199904011017.CAA56093@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Jason C. Wells on Fri, Apr 02, 1999 at 03:16:30PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Jason! On Fri, Apr 02, 1999 at 03:16:30PM -0800, Jason C. Wells wrote: > On Thu, 1 Apr 1999 dirk@FreeBSD.org wrote: > >Synopsis: ghostview should use newer libpng > > > >State-Changed-From-To: open->closed > >State-Changed-By: dirk > >State-Changed-When: Thu Apr 1 02:14:00 PST 1999 > >State-Changed-Why: > >ghostview doesn't use or need png. And ghostscript has the correct dependency for png. > > > >Recompiling ghostscript will help the originator. > > But it was ghostview that gave me the error message!! :) ghostview is just an frontend for ghostscript. All postscript rendering is done by ghostscript. So if you start ghostview and open a document ghostview starts ghostscript to display it. So it seems that ghostview produces the error message while it's ghostscript actually. Use ldd(1) to see which shared libraries are used by /usr/X11R6/bin/ghostview and /usr/local/bin/gs. Regards Dirk -- e-mail: dirk@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 4 16:11:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 220D414CE1 for ; Sun, 4 Apr 1999 16:11:57 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA01903; Sun, 4 Apr 1999 16:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 4 Apr 1999 16:10:01 -0700 (PDT) Message-Id: <199904042310.QAA01903@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Michael Haro Subject: Re: ports/10942: xblast-sound won't install (Makefile has no target for non-existant man page) Reply-To: Michael Haro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10942; it has been noted by GNATS. From: Michael Haro To: "Daniel J. O'Connor" , FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/10942: xblast-sound won't install (Makefile has no target for non-existant man page) Date: Sun, 4 Apr 1999 16:07:52 -0700 > >How-To-Repeat: > > cd /usr/ports/games/xblast-sound > make install I don't see this port in the repository. I see an xblast, but not xblast-sound. Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 4 16:31:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 557B3151AC for ; Sun, 4 Apr 1999 16:31:57 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA02945; Sun, 4 Apr 1999 16:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 3720514CE1 for ; Sun, 4 Apr 1999 16:22:13 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id QAA32538; Sun, 4 Apr 1999 16:20:32 -0700 (PDT) (envelope-from mharo) Message-Id: <199904042320.QAA32538@patrol.area51.fremont.ca.us> Date: Sun, 4 Apr 1999 16:20:32 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10955: Update: bsd.port.mk (MASTER_SITE_GNOME changed paths) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10955 >Category: ports >Synopsis: Update: bsd.port.mk (MASTER_SITE_GNOME changed paths) >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 4 16:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - path for MASTER_SITE_GNOME. They added a sources directory. - Added 2 more servers >How-To-Repeat: >Fix: Index: bsd.port.mk =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/Mk/bsd.port.mk,v retrieving revision 1.308 diff -u -r1.308 bsd.port.mk --- bsd.port.mk 1999/03/29 07:07:59 1.308 +++ bsd.port.mk 1999/04/04 23:18:46 @@ -859,9 +859,11 @@ ftp://rtfm.mit.edu/pub/usenet/comp.sources.%SUBDIR%/ MASTER_SITE_GNOME+= \ - ftp://ftp.jimpick.com/pub/mirrors/gnome/%SUBDIR%/ \ - ftp://ftp.geo.net/pub/gnome/%SUBDIR%/ \ - ftp://gnomeftp.wgn.net/pub/gnome/%SUBDIR%/ \ + ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/%SUBDIR%/ \ + ftp://ftp.geo.net/pub/gnome/sources/%SUBDIR%/ \ + ftp://gnomeftp.wgn.net/pub/gnome/sources/%SUBDIR%/ \ + ftp://server.ph.ucla.edu/pub/mirror/ftp.gnome.org/sources/%SUBDIR%/ \ + ftp://ftp.geo.net/pub/gnome/sources/%SUBDIR%/ \ ftp://ftp.gnome.org/pub/GNOME/%SUBDIR%/ MASTER_SITE_AFTERSTEP+= \ >Release-Note: >Audit-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 4 16:41:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CBD8F14F11 for ; Sun, 4 Apr 1999 16:41:57 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA03477; Sun, 4 Apr 1999 16:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 4 Apr 1999 16:40:01 -0700 (PDT) Message-Id: <199904042340.QAA03477@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jeremy Lea Subject: Re: ports/10955: Update: bsd.port.mk (MASTER_SITE_GNOME changed paths) Reply-To: Jeremy Lea Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10955; it has been noted by GNATS. From: Jeremy Lea To: mharo@area51.fremont.ca.us Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/10955: Update: bsd.port.mk (MASTER_SITE_GNOME changed paths) Date: Mon, 5 Apr 1999 01:36:44 +0200 Hi, On Sun, Apr 04, 1999 at 04:20:32PM -0700, mharo@area51.fremont.ca.us wrote: > - path for MASTER_SITE_GNOME. They added a sources directory. > - Added 2 more servers DO NOT commit the patch with the sources directory. The ports are broken, not bsd.port.mk. Patches will be coming soon, unless someone else fixes them. Adding other master sites is fine, although this seems to have geo.net in twice... I know that site is fast for me but not that fast ;). Maybe add some sites outside the US? Regards, -Jeremy -- | "I could be anything I wanted to, but one things true --+-- Never gonna be as big as Jesus, never gonna hold the world in my hand | Never gonna be as big as Jesus, never gonna build a promised land | But that's, that's all right, OK with me..." -Audio Adrenaline To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 4 18:11:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4644F15108 for ; Sun, 4 Apr 1999 18:11:58 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA07731; Sun, 4 Apr 1999 18:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 4 Apr 1999 18:10:02 -0700 (PDT) Message-Id: <199904050110.SAA07731@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Daniel J. O'Connor" Subject: Re: ports/10942: xblast-sound won't install (Makefile has no tar Reply-To: "Daniel J. O'Connor" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10942; it has been noted by GNATS. From: "Daniel J. O'Connor" To: Michael Haro Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/10942: xblast-sound won't install (Makefile has no tar Date: Mon, 05 Apr 1999 10:38:05 +0930 (CST) On 04-Apr-99 Michael Haro wrote: > > cd /usr/ports/games/xblast-sound > > make install > I don't see this port in the repository. I see an xblast, but not > xblast-sound. Oopsie.. I think I just submitted a PR for a port I made locally that doesn't work. Heheh :) Sorry. I'll fix it here then I'll submit the port *smack* --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 4 22:45:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stennis.ca.sandia.gov (stennis.ca.sandia.gov [146.246.243.44]) by hub.freebsd.org (Postfix) with ESMTP id DCCAD14C24 for ; Sun, 4 Apr 1999 22:45:48 -0700 (PDT) (envelope-from bmah@stennis.ca.sandia.gov) Received: (from bmah@localhost) by stennis.ca.sandia.gov (8.9.3/8.9.3) id WAA19279; Sun, 4 Apr 1999 22:43:35 -0700 (PDT) Message-Id: <199904050543.WAA19279@stennis.ca.sandia.gov> X-Mailer: exmh version 2.0.2 2/24/98 X-Exmh-Isig-Comptype: repl X-Exmh-Isig-Folder: Lists/freebsd-ports To: Michael Haro Cc: Sue Blake , freebsd-ports@FreeBSD.ORG Subject: Re: What do you think? In-Reply-To: Your message of "Sat, 03 Apr 1999 18:15:58 PST." <19990403181558.A91593@patrol.area51.fremont.ca.us> From: bmah@CA.Sandia.GOV (Bruce A. Mah) Reply-To: bmah@CA.Sandia.GOV X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Url: http://www.ca.sandia.gov/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-1392705644P"; micalg=pgp-md5; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Sun, 04 Apr 1999 22:43:35 -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --==_Exmh_-1392705644P Content-Type: text/plain If memory serves me right, Michael Haro wrote: > On Sun, Apr 04, 1999 at 11:52:40AM +1000, Sue Blake wrote: > > On Sat, Apr 03, 1999 at 05:14:11PM -0800, Michael Haro wrote: > > > What do you think about creating some sort of variable in the > > > Makefile like NEXT_VERSION or something which contains either a > > > regular expression or printf like format string so that a script > > > can go through the ports and check for new versions. [request for clarifications] > My idea was actually to help the ports maintainers know when a new version > of the source for a program they are responsible for is out. As someone who maintains several ports, my first reaction is that while automating newer version detection is neat, it's not clear how useful it'd be. A *newer* version isn't necessarily a *better* one, and there's going to be some human judgement involved to decide what the right thing to do is. Look at ports such as tcl or gtk, which have (or had) multiple versions lying around the ports tree, or the localized versions of various ports. What if the distfiles move? What if they change without changing version numbers (vnc did this several times)? Are you sure you can even determine what's "newer" with a regexp match against the version number (as a hint, pkg_version tries, but it doesn't always succeed)? (I don't meant to mock your idea...I'm just pointing out some of the subtle difficulties involved, many of which I ran into while writing pkg_version.) For me, I consider it part of my "job" as a port maintainer to have at least a vague idea of what's happening in terms of continuing development for that piece of software, whether it be by reading the appropriate mailing list or by polling the appropriate Web pages every so often. Additionally, if I *do* miss a useful update, a fellow user is bound to point this out pretty quickly. > If you are looking for a utility to tell you if there is a newer version > of a port already in existance than the version you have installed, take > a look at the sysutils/pkg_version port. Thanks for the reference...this reminds me that I have a whole pile of submitted patches for pkg_version that I need to wade through... :-) Cheers, Bruce. --==_Exmh_-1392705644P Content-Type: application/pgp-signature -----BEGIN PGP MESSAGE----- Version: 2.6.2 iQCVAwUBNwhNhqjOOi0j7CY9AQEABgP+I4NcP2HdUshtipnsZuxImXRfhnhk23GT +/xjpy+7G0+CxPfNaE6JJ5uPwnHXB3CP2W99B25WYLcrAS0+SOEcr4Zk5twt25RG f8oVSMA7VJMcylQDNu/ZO/C1xuzlWa9m7w0fkIGvNxqw2opwDOBnvLm/rJsIFlTR BErscjpA5kM= =5IL2 -----END PGP MESSAGE----- --==_Exmh_-1392705644P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 4 23:31:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AD3014FAD for ; Sun, 4 Apr 1999 23:31:58 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA32339; Sun, 4 Apr 1999 23:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 4 Apr 1999 23:30:02 -0700 (PDT) Message-Id: <199904050630.XAA32339@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: asami@FreeBSD.org (Satoshi - the Wraith - Asami) Subject: Re: ports/10955: Update: bsd.port.mk (MASTER_SITE_GNOME changed paths) Reply-To: asami@FreeBSD.org (Satoshi - the Wraith - Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10955; it has been noted by GNATS. From: asami@FreeBSD.org (Satoshi - the Wraith - Asami) To: reg@shale.csir.co.za Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/10955: Update: bsd.port.mk (MASTER_SITE_GNOME changed paths) Date: Sun, 4 Apr 1999 23:20:47 -0700 (PDT) So, what's the verdict? When you guys agree on the new entry, please send a patch (from the original bsd.port.mk) as a followup to this PR and I'll commit it. -W To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 4 23:41:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 33DCD14FAD for ; Sun, 4 Apr 1999 23:41:44 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id XAA36976; Sun, 4 Apr 1999 23:40:05 -0700 (PDT) (envelope-from mharo) Date: Sun, 4 Apr 1999 23:40:05 -0700 From: Michael Haro To: "Bruce A. Mah" , ports@freebsd.org Subject: Re: What do you think? Message-ID: <19990404234005.A36868@patrol.area51.fremont.ca.us> References: <19990403181558.A91593@patrol.area51.fremont.ca.us> <199904050543.WAA19279@stennis.ca.sandia.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199904050543.WAA19279@stennis.ca.sandia.gov>; from Bruce A. Mah on Sun, Apr 04, 1999 at 10:43:35PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Apr 04, 1999 at 10:43:35PM -0700, Bruce A. Mah wrote: > If memory serves me right, Michael Haro wrote: > > What do you think about creating some sort of variable in the > > Makefile like NEXT_VERSION or something which contains either a > > regular expression or printf like format string so that a script > > can go through the ports and check for new versions. > > > My idea was actually to help the ports maintainers know when a new version > > of the source for a program they are responsible for is out. > > A *newer* version isn't necessarily a *better* one, > and there's going to be some human judgement involved to decide what > the right thing to do is. Look at ports such as tcl or gtk, which > have (or had) multiple versions lying around the ports tree, or the > localized versions of various ports. Exactly, but if you don't notice that a newer version exists, you can't tell if it is a better one. I don't mean to say that by creating a script you no longer need to watch over your ports though. Human interaction is always better than scripts alone. Scripts just assist the human, they don't replace them. > What if the distfiles move? If the distfiles move then Bill Fenner's ports distfile survey (http://www.freebsd.org/~fenner/portsurvey/) will notice and mark the port as unfetchable on the webpage. > What if they change without changing version numbers (vnc did this > several times)? Are you sure you can even determine what's "newer" If they change w/o version numbers changing then a script won't be able to tell unless it were to compare last modified dates with the last time it checked on the server. But even if it didn't check, that is why we have maintainers of ports. > with a regexp match against the version number (as a hint, pkg_version > tries, but it doesn't always succeed)? The reason I suggested creating a new variable in the Makefiles is to help out with the matches. Again, it wouldn't be full proof, but it would possibly be closer since it would be hinting at what to match. > (I don't meant to mock your idea...I'm just pointing out some of the > subtle difficulties involved, many of which I ran into while writing > pkg_version.) I was thinking that this could complement Bill Fenner's ports distfile survey. If nothing else, an automated scan would help with the 173 ports which don't currently have a maintainer. Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 4 23:49:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8564A14FAD; Sun, 4 Apr 1999 23:49:16 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA34106; Sun, 4 Apr 1999 23:47:20 -0700 (PDT) (envelope-from asami@FreeBSD.org) Date: Sun, 4 Apr 1999 23:47:20 -0700 (PDT) From: Message-Id: <199904050647.XAA34106@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10955: Update: bsd.port.mk (MASTER_SITE_GNOME changed paths) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: bsd.port.mk (MASTER_SITE_GNOME changed paths) State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Sun Apr 4 23:46:55 PDT 1999 State-Changed-Why: Closed per originator's request. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 4 23:51:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AB9E153EB for ; Sun, 4 Apr 1999 23:51:57 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA34265; Sun, 4 Apr 1999 23:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 4 Apr 1999 23:50:01 -0700 (PDT) Message-Id: <199904050650.XAA34265@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Michael Haro Subject: Re: ports/10955: Update: bsd.port.mk (MASTER_SITE_GNOME changed paths) Reply-To: Michael Haro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10955; it has been noted by GNATS. From: Michael Haro To: Satoshi - the Wraith - Asami , FreeBSD-gnats-submit@FreeBSD.ORG, Jeremy Lea Cc: Subject: Re: ports/10955: Update: bsd.port.mk (MASTER_SITE_GNOME changed paths) Date: Sun, 4 Apr 1999 23:43:11 -0700 You can close this PR. I'm waiting to find out from Jeremy if he has some patches which just need to be submitted for indivisual GNOME ports or if I should go through and send-pr stuff. Michael On Sun, Apr 04, 1999 at 11:30:02PM -0700, Satoshi - the Wraith - Asami wrote: > The following reply was made to PR ports/10955; it has been noted by GNATS. > > From: asami@FreeBSD.org (Satoshi - the Wraith - Asami) > To: reg@shale.csir.co.za > Cc: freebsd-gnats-submit@FreeBSD.org > Subject: Re: ports/10955: Update: bsd.port.mk (MASTER_SITE_GNOME changed paths) > Date: Sun, 4 Apr 1999 23:20:47 -0700 (PDT) > > So, what's the verdict? When you guys agree on the new entry, please > send a patch (from the original bsd.port.mk) as a followup to this PR > and I'll commit it. > > -W > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 5 0:28: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 0B7F714F55 for ; Mon, 5 Apr 1999 00:28:06 -0700 (PDT) (envelope-from br@netland.inka.de) Received: from stiller.netland.inka.de by mail.inka.de with uucp (rmailwrap 0.4) id 10U3lp-0000Br-00; Mon, 5 Apr 1999 09:26:09 +0200 Received: from localhost (localhost [127.0.0.1]) by stiller.netland.inka.de (8.9.3/8.9.1) with ESMTP id IAA32384; Mon, 5 Apr 1999 08:30:30 +0200 (CEST) (envelope-from br@netland.inka.de) Message-Id: <199904050630.IAA32384@stiller.netland.inka.de> To: Nik Clayton Cc: freebsd-ports@freebsd.org Subject: Re: ports/10943: "ports/print/teTeX-beta# make install" fails In-reply-to: Your message of "Sun, 04 Apr 1999 14:12:51 +0200." <199904041148.MAA19913@nothing-going-on.demon.co.uk> Date: Mon, 05 Apr 1999 08:30:29 +0200 From: Bernd Rosauer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >Severity: serious > >Priority: high > >Environment: > > 3.1-stable, rebuilt from source ~ 2 days ago. > > >Description: > > "make install" in /usr/ports/print/teTeX-beta fails, with > [...] I got the teTeX-beta port running under 2.2.6-RELEASE, 2.2.7-RELEASE, 2.2.8-RELEASE, 3.0-RELEASE, and 4.0-CURRENT. I don't have a machine running 3.1-STABLE. If possible I would like to ask you to wait for the code freeze of teTeX-0.9-pretest. BTW, this code freeze doesn't depend on the release of the TeX Live CD-ROM any longer but does depend now on the release of post-beta web2c-7.3. -Bernd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 5 0:52: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 11102152E0 for ; Mon, 5 Apr 1999 00:51:57 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA37395; Mon, 5 Apr 1999 00:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 554081503B for ; Mon, 5 Apr 1999 00:43:25 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id AAA49879; Mon, 5 Apr 1999 00:41:47 -0700 (PDT) (envelope-from mharo) Message-Id: <199904050741.AAA49879@patrol.area51.fremont.ca.us> Date: Mon, 5 Apr 1999 00:41:47 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10957: Update: x11/xautolock (1.14 -> 1.15) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10957 >Category: ports >Synopsis: Update: x11/xautolock (1.14 -> 1.15) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 5 00:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - New version (1.14 -> 1.15) portlint: 1 warnings, 0 errors patches: 0 new, 0 removed supports PREFIX: no supports CFLAGS: no not sure how to modify an Imakefile to support these things >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/x11/xautolock/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 1999/01/18 03:02:41 1.8 +++ Makefile 1999/04/05 07:27:06 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.8 1999/01/18 03:02:41 steve Exp $ # -DISTNAME= xautolock-pl14 -PKGNAME= xautolock-1.14 +DISTNAME= xautolock-pl15 +PKGNAME= xautolock-1.15 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/x11/xautolock/files/md5,v retrieving revision 1.5 diff -u -r1.5 md5 --- md5 1999/01/18 03:02:44 1.5 +++ md5 1999/04/05 07:27:35 @@ -1 +1 @@ -MD5 (xautolock-pl14.tgz) = 4c02ed3a8aea4b9696414e0bcf68b296 +MD5 (xautolock-pl15.tgz) = 927c6dcbec6fa3c38dac359bd4ba41f4 >Release-Note: >Audit-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 5 4:52:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE3F31540F for ; Mon, 5 Apr 1999 04:51:58 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA68810; Mon, 5 Apr 1999 04:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from finch-post-12.mail.demon.net (finch-post-12.mail.demon.net [194.217.242.41]) by hub.freebsd.org (Postfix) with ESMTP id 02D7614C09; Mon, 5 Apr 1999 04:50:37 -0700 (PDT) (envelope-from dmlb@ragnet.demon.co.uk) Received: from [158.152.46.40] (helo=ragnet.demon.co.uk) by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1) id 10U7rl-0008is-0C; Mon, 5 Apr 1999 11:48:34 +0000 Received: from dmlb by ragnet.demon.co.uk with local (Exim 2.12 #1) id 10U7ow-0002PH-00; Mon, 5 Apr 1999 12:45:38 +0100 Message-Id: Date: Mon, 5 Apr 1999 12:45:38 +0100 From: Duncan Barclay Reply-To: dmlb@ragnet.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org Cc: dmlb@ragnet.demon.co.uk, jseger@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10960: Updated versions of itcl3, itk3 and iwidgets ports (see PR/9453 et. seq.) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10960 >Category: ports >Synopsis: Re-submission of older ports, these are built and tested on 3.1-R >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 5 04:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Duncan Barclay >Release: FreeBSD 3.1-RELEASE i386 >Organization: It's a bank holiday, so the organisation is C2H5OH based. >Environment: 3.1-R installed with tcl-8.0.4 and tk-8.0.4 packages from the first CDROM. /usr/ports CVsup'd Sat, 3 April, 1999. >Description: Follow up to request by jseger@freebsd.org for re-submission. Apparently, ports don't compile on 4.x, no information as to why supplied to this author. >How-To-Repeat: ??? >Fix: Shar file of ports built and tested on 3.1 about 5minutes ago. Note, these are exactly the same as the last set of files incorporated in the earlier PRs. But, I think my old mailer manages to trash TABs - not good for makefiles... # 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: # # FreeBSD # FreeBSD/itcl30 # FreeBSD/itcl30/Makefile # FreeBSD/itcl30/files # FreeBSD/itcl30/files/md5 # FreeBSD/itcl30/files/makefile # FreeBSD/itcl30/files/Makefile.lib # FreeBSD/itcl30/patches # FreeBSD/itcl30/patches/patch-ab # FreeBSD/itcl30/patches/patch-aa # FreeBSD/itcl30/pkg # FreeBSD/itcl30/pkg/COMMENT # FreeBSD/itcl30/pkg/DESCR # FreeBSD/itcl30/pkg/PLIST # FreeBSD/itk30 # FreeBSD/itk30/Makefile # FreeBSD/itk30/files # FreeBSD/itk30/files/md5 # FreeBSD/itk30/files/makefile # FreeBSD/itk30/files/Makefile.lib # FreeBSD/itk30/patches # FreeBSD/itk30/patches/patch-ab # FreeBSD/itk30/patches/patch-aa # FreeBSD/itk30/pkg # FreeBSD/itk30/pkg/PLIST # FreeBSD/itk30/pkg/DESCR # FreeBSD/itk30/pkg/COMMENT # FreeBSD/iwidgets30 # FreeBSD/iwidgets30/Makefile # FreeBSD/iwidgets30/files # FreeBSD/iwidgets30/files/md5 # FreeBSD/iwidgets30/pkg # FreeBSD/iwidgets30/pkg/PLIST # FreeBSD/iwidgets30/pkg/DESCR # FreeBSD/iwidgets30/pkg/COMMENT # FreeBSD/iwidgets30/pkg/MESSAGE # FreeBSD/iwidgets30/patches # FreeBSD/iwidgets30/patches/patch-aa # echo c - FreeBSD mkdir -p FreeBSD > /dev/null 2>&1 echo c - FreeBSD/itcl30 mkdir -p FreeBSD/itcl30 > /dev/null 2>&1 echo x - FreeBSD/itcl30/Makefile sed 's/^X//' >FreeBSD/itcl30/Makefile << 'END-of-FreeBSD/itcl30/Makefile' X# New ports collection makefile for: itcl X# Version required: 2.1 X# Date created: Aug 17 1996 X# Whom: chuckr X# X# $Id: Makefile,v 1.20 1997/07/17 15:12:47 max Exp $ X# X XDISTNAME= itcl3.0.1 XPKGNAME= itcl-3.0.1 XCATEGORIES= lang XMASTER_SITES= ftp://ftp.tcltk.com/pub/itcl/ X XMAINTAINER= dmlb@ragnet.demon.co.uk X XLIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 X XWRKSRC= ${WRKDIR}/itcl3.0.1/itcl/unix XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --enable-shared --prefix=${PREFIX} --with-tcl=${TCL_PREFIX}/lib/tcl8.0 XCONFIGURE_ENV= PORTSDIR=${PORTSDIR} ITCL_LIB_FILE=${ITCL_LIB_FILE} X XTCL_PREFIX?= ${PREFIX} XSHLIB_MAJOR= 1 XSHLIB_MINOR= 1 XMAKEFILE= makefile XITCL_LIB= libitcl30.so X X.include X X.if ${PORTOBJFORMAT} == "elf" XITCL_LIB_FILE= ${ITCL_LIB}.${SHLIB_MAJOR} X.else XITCL_LIB_FILE= ${ITCL_LIB}.${SHLIB_MAJOR}.${SHLIB_MINOR} X.endif X Xpost-configure: X @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC} X @${CP} ${FILESDIR}/makefile ${WRKSRC} X Xpre-build: X @cd ${WRKSRC} && ${MAKE} -f Makefile.lib PREFIX=${PREFIX} \ X SHLIB_MAJOR=${SHLIB_MAJOR} SHLIB_MINOR=${SHLIB_MINOR} \ X TCL_PREFIX=${TCL_PREFIX} X Xpost-install: X ${LN} -sf ${ITCL_LIB_FILE} ${PREFIX}/lib/${ITCL_LIB} X ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib X X.include END-of-FreeBSD/itcl30/Makefile echo c - FreeBSD/itcl30/files mkdir -p FreeBSD/itcl30/files > /dev/null 2>&1 echo x - FreeBSD/itcl30/files/md5 sed 's/^X//' >FreeBSD/itcl30/files/md5 << 'END-of-FreeBSD/itcl30/files/md5' XMD5 (itcl3.0.1.tar.gz) = 0cf1802a7ea69670503dc69c7951a015 END-of-FreeBSD/itcl30/files/md5 echo x - FreeBSD/itcl30/files/makefile sed 's/^X//' >FreeBSD/itcl30/files/makefile << 'END-of-FreeBSD/itcl30/files/makefile' Xall: X for f in ../generic/*.o; do ln -sf $$f; done X make -f Makefile itclsh Xtest: X make -f Makefile test Xinstall: X make -f Makefile install X END-of-FreeBSD/itcl30/files/makefile echo x - FreeBSD/itcl30/files/Makefile.lib sed 's/^X//' >FreeBSD/itcl30/files/Makefile.lib << 'END-of-FreeBSD/itcl30/files/Makefile.lib' XNOPROFILE= yes XLIB= itcl30 XITCL_LIBRARY= ${PREFIX}/lib/itcl3.0 XCFLAGS+= -I. -I./../generic \ X -I${TCL_PREFIX}/include/tcl8.0/generic \ X -DHAVE_GETCWD=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1\ X -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1\ X -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1\ X -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1\ X -DTCL_SHLIB_EXT=\".so\" \ X -DHAVE_SYS_FILIO_H=1 \ X -DRETSIGTYPE=void \ X -DITCL_LIBRARY=\"${ITCL_LIBRARY}\" \ X X XGENERIC_DIR= ../generic XUNIX_DIR= . X XSRCS= \ X $(GENERIC_DIR)/itcl_bicmds.c \ X $(GENERIC_DIR)/itcl_class.c \ X $(GENERIC_DIR)/itcl_cmds.c \ X $(GENERIC_DIR)/itcl_ensemble.c \ X $(GENERIC_DIR)/itcl_linkage.c \ X $(GENERIC_DIR)/itcl_methods.c \ X $(GENERIC_DIR)/itcl_migrate.c \ X $(GENERIC_DIR)/itcl_objects.c \ X $(GENERIC_DIR)/itcl_obsolete.c \ X $(GENERIC_DIR)/itcl_parse.c \ X $(GENERIC_DIR)/itcl_util.c X X.include END-of-FreeBSD/itcl30/files/Makefile.lib echo c - FreeBSD/itcl30/patches mkdir -p FreeBSD/itcl30/patches > /dev/null 2>&1 echo x - FreeBSD/itcl30/patches/patch-ab sed 's/^X//' >FreeBSD/itcl30/patches/patch-ab << 'END-of-FreeBSD/itcl30/patches/patch-ab' X--- configure~ Mon Oct 19 21:14:58 1998 X+++ configure Thu Jan 14 19:57:33 1999 X@@ -873,15 +873,8 @@ X DL_LIBS=$TCL_DL_LIBS X LD_FLAGS=$TCL_LD_FLAGS X LD_SEARCH_FLAGS=$TCL_LD_SEARCH_FLAGS X+TCL_INC_DIR=${TCL_PREFIX}/include/tcl${TCL_VERSION} X X-#-------------------------------------------------------------------- X-# Make sure that we can find the Tcl sources, so we can include X-# the "tclInt.h" file. X-#-------------------------------------------------------------------- X- X-if test ! -d "$TCL_SRC_DIR"; then X- { echo "configure: error: Can't find Tcl source directory "$TCL_SRC_DIR". Itcl can't be built without this directory." 1>&2; exit 1; } X-fi X X #-------------------------------------------------------------------- X # If this is gcc, add some extra compile flags. X@@ -1011,13 +1004,13 @@ X { echo "configure: error: Tcl was not built with --enable-shared" 1>&2; exit 1; } X fi X SHLIB_CFLAGS="${SHLIB_CFLAGS}" X- eval "ITCL_LIB_FILE=libitcl${VERSION}${SHLIB_SUFFIX}" X+ eval "ITCL_LIB_FILE=${ITCL_LIB_FILE}" X ITCL_PKG_FILE="[file join [file dirname \$dir] ${ITCL_LIB_FILE}]" X MAKE_LIB="\$(SHLIB_LD) -o ${ITCL_LIB_FILE} \$(OBJS) ${SHLIB_LD_LIBS} \$(LD_SEARCH_FLAGS)" X RANLIB=":" X else X SHLIB_CFLAGS="" X- eval "ITCL_LIB_FILE=libitcl${VERSION}.a" X+ eval "ITCL_LIB_FILE=${ITCL_LIB_FILE}" X ITCL_PKG_FILE="" X MAKE_LIB="ar cr ${ITCL_LIB_FILE} \${OBJS}" X fi X@@ -1212,6 +1205,7 @@ X s%@LD_SEARCH_FLAGS@%$LD_SEARCH_FLAGS%g X s%@TCL_VERSION@%$TCL_VERSION%g X s%@TCL_SRC_DIR@%$TCL_SRC_DIR%g X+s%@TCL_INC_DIR@%$TCL_INC_DIR%g X s%@TCL_LIB_DIR@%$TCL_LIB_DIR%g X s%@TCL_LIB_SPEC@%$TCL_LIB_SPEC%g X s%@TCL_LIB_FLAG@%$TCL_LIB_FLAG%g END-of-FreeBSD/itcl30/patches/patch-ab echo x - FreeBSD/itcl30/patches/patch-aa sed 's/^X//' >FreeBSD/itcl30/patches/patch-aa << 'END-of-FreeBSD/itcl30/patches/patch-aa' X--- Makefile.in~ Wed Aug 12 11:02:00 1998 X+++ Makefile.in Thu Jan 14 19:52:54 1999 X@@ -55,10 +55,12 @@ X BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin X X # Directory in which to install the include file itcl.h: X-INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include X+INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include/itcl$(VERSION) X+GENERIC_INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include/itcl$(VERSION)/generic X+UNIX_INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include/itcl$(VERSION)/unix X X # Top-level directory in which to install manual entries: X-MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man X+MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man X X # Directory in which to install manual entry for itclsh: X MAN1_INSTALL_DIR = $(MAN_INSTALL_DIR)/man1 X@@ -75,6 +77,9 @@ X # get the correct path: X TCL_SRC_DIR = @TCL_SRC_DIR@ X X+# Tcl include dir X+TCL_INC_DIR = @TCL_INC_DIR@ X+ X # The directory containing the Tcl library archive file appropriate X # for this version of Tk: X TCL_LIB_DIR = @TCL_LIB_DIR@ X@@ -115,7 +120,7 @@ X # "install" around; better to use the install-sh script that comes X # with the distribution, which is slower but guaranteed to work. X X-INSTALL = $(TOP_DIR)/../config/install-sh -c X+INSTALL = install -c X INSTALL_PROGRAM = ${INSTALL} X INSTALL_DATA = ${INSTALL} -m 644 X MKINSTALLDIRS = $(TOP_DIR)/../config/mkinstalldirs X@@ -158,7 +163,7 @@ X X CC = @CC@ X CC_SWITCHES = $(CFLAGS) $(SHLIB_CFLAGS) -I$(UNIX_DIR) -I$(GENERIC_DIR) \ X--I$(TCL_SRC_DIR)/generic $(AC_FLAGS) $(PROTO_FLAGS) $(MEM_DEBUG_FLAGS) \ X+-I$(TCL_INC_DIR)/generic $(AC_FLAGS) $(PROTO_FLAGS) $(MEM_DEBUG_FLAGS) \ X -DITCL_LIBRARY=\"$(ITCL_LIBRARY)\" X X SRCS = $(GENERIC_DIR)/itcl_bicmds.c \ X@@ -178,13 +183,19 @@ X itcl_linkage.o itcl_methods.o itcl_migrate.o itcl_objects.o \ X itcl_obsolete.o itcl_parse.o itcl_util.o X X-all: $(ITCL_LIB_FILE) itclsh X+all: $(ITCL_LIB_FILE) libitcl30.a itclsh X X @ITCL_LIB_FILE@: $(OBJS) X rm -f $(ITCL_LIB_FILE) X @MAKE_LIB@ X+ ln -sf $(ITCL_LIB_FILE) libitcl30.so X $(RANLIB) $(ITCL_LIB_FILE) X X+libitcl30.a: $(OBJS) X+ rm -f libitcl30.a X+ ar cr libitcl30.a $(OBJS) X+ ranlib libitcl30.a X+ X itclsh: tclAppInit.o $(ITCL_LIB_FILE) X $(CC) @LD_FLAGS@ tclAppInit.o @ITCL_BUILD_LIB_SPEC@ \ X $(LIBS) $(LD_SEARCH_FLAGS) -o itclsh X@@ -199,21 +210,28 @@ X X install: install-binaries install-libraries install-man X X-install-binaries: $(ITCL_LIB_FILE) itclsh X+install-binaries: $(ITCL_LIB_FILE) libitcl30.a itclsh X @$(MKINSTALLDIRS) $(LIB_INSTALL_DIR) $(BIN_INSTALL_DIR) X @echo "Installing $(ITCL_LIB_FILE)" X @$(INSTALL_DATA) $(ITCL_LIB_FILE) $(LIB_INSTALL_DIR)/$(ITCL_LIB_FILE) X @(cd $(LIB_INSTALL_DIR); $(RANLIB) $(ITCL_LIB_FILE)) X chmod 555 $(LIB_INSTALL_DIR)/$(ITCL_LIB_FILE) X+ @echo "Installing libitcl30.a" X+ @$(INSTALL_DATA) libitcl30.a $(LIB_INSTALL_DIR)/libitcl30.a X+ @(cd $(LIB_INSTALL_DIR); $(RANLIB) libitcl30.a) X+ chmod 555 $(LIB_INSTALL_DIR)/libitcl30.a X @echo "Installing itclsh" X $(INSTALL_PROGRAM) itclsh $(BIN_INSTALL_DIR)/itclsh$(VERSION) X @echo "Installing itclConfig.sh" X- @$(INSTALL_DATA) itclConfig.sh $(LIB_INSTALL_DIR)/itclConfig.sh X+ @mkdir -p $(SCRIPT_INSTALL_DIR) X+ @$(INSTALL_DATA) itclConfig.sh $(SCRIPT_INSTALL_DIR)/itclConfig.sh X X install-libraries: X- @$(MKINSTALLDIRS) $(INCLUDE_INSTALL_DIR) $(SCRIPT_INSTALL_DIR) X- @echo "Installing itcl.h" X- @$(INSTALL_DATA) $(GENERIC_DIR)/itcl.h $(INCLUDE_INSTALL_DIR) X+ @$(MKINSTALLDIRS) $(INCLUDE_INSTALL_DIR) $(GENERIC_INCLUDE_INSTALL_DIR) $(UNIX_INCLUDE_INSTALL_DIR) $(SCRIPT_INSTALL_DIR) X+ @echo "Installing itcl.h and itclInt.h" X+ @$(INSTALL_DATA) $(GENERIC_DIR)/itcl.h $(GENERIC_INCLUDE_INSTALL_DIR) X+ @$(INSTALL_DATA) $(GENERIC_DIR)/itclInt.h $(GENERIC_INCLUDE_INSTALL_DIR) X+ @ln -sf $(GENERIC_INCLUDE_INSTALL_DIR)/itcl.h $(INCLUDE_INSTALL_DIR)/itcl.h X @for i in $(TOP_DIR)/library/*.* $(UNIX_DIR)/tclAppInit.c; \ X do \ X echo "Installing $$i"; \ X@@ -227,19 +245,26 @@ X @cd $(TOP_DIR)/doc; for i in *.1; \ X do \ X echo "Installing doc/$$i"; \ X- rm -f $(MAN1_INSTALL_DIR)/$$i; \ X+ rm -f $(MAN1_INSTALL_DIR)/$$i $(MAN1_INSTALL_DIR)/$$i.gz; \ X sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ X- $$i > $(MAN1_INSTALL_DIR)/$$i; \ X- chmod 444 $(MAN1_INSTALL_DIR)/$$i; \ X+ $$i | gzip -c > $(MAN1_INSTALL_DIR)/$$i.gz; \ X+ chmod 444 $(MAN1_INSTALL_DIR)/$$i.gz; \ X done; X @cd $(TOP_DIR)/doc; for i in *.n; \ X do \ X echo "Installing doc/$$i"; \ X- rm -f $(MANN_INSTALL_DIR)/$$i; \ X+ rm -f $(MANN_INSTALL_DIR)/$$i $(MANN_INSTALL_DIR)/$$i.gz; \ X sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ X- $$i > $(MANN_INSTALL_DIR)/$$i; \ X- chmod 444 $(MANN_INSTALL_DIR)/$$i; \ X+ $$i | gzip -c > $(MANN_INSTALL_DIR)/$$i.gz; \ X+ chmod 444 $(MANN_INSTALL_DIR)/$$i.gz; \ X done; X+ @echo "**********" X+ @echo "IMPORTANT:" X+ @echo "**********" X+ @echo "itclConfig.sh in $(SCRIPT_INSTALL_DIR)/itclConfig.sh" X+ @echo "itcl.h in $(INCLUDE_INSTALL_DIR)/itcl.h" X+ @echo "There are NOT default place, but good place to avoid" X+ @echo "conflicting with another version of [incr] Tcl/Tks." X X Makefile: $(UNIX_DIR)/Makefile.in X $(SHELL) config.status END-of-FreeBSD/itcl30/patches/patch-aa echo c - FreeBSD/itcl30/pkg mkdir -p FreeBSD/itcl30/pkg > /dev/null 2>&1 echo x - FreeBSD/itcl30/pkg/COMMENT sed 's/^X//' >FreeBSD/itcl30/pkg/COMMENT << 'END-of-FreeBSD/itcl30/pkg/COMMENT' X[incr Tcl] (A.K.A. ``itcl''). END-of-FreeBSD/itcl30/pkg/COMMENT echo x - FreeBSD/itcl30/pkg/DESCR sed 's/^X//' >FreeBSD/itcl30/pkg/DESCR << 'END-of-FreeBSD/itcl30/pkg/DESCR' XThis package contains [incr Tcl] version 3.0.1. [incr Tcl] is an Xobject oriented extension to Tcl. The [incr Tcl] language is also known as X``itcl''. X XA companion to [incr Tcl] called [incr Tk] builds a ``mega-widget'' Xframework into Tk. The [incr Tk] extension is also known as X``itk'' and is available in x11-toolkits. END-of-FreeBSD/itcl30/pkg/DESCR echo x - FreeBSD/itcl30/pkg/PLIST sed 's/^X//' >FreeBSD/itcl30/pkg/PLIST << 'END-of-FreeBSD/itcl30/pkg/PLIST' Xbin/itclsh3.0 Xinclude/itcl3.0/generic/itcl.h Xinclude/itcl3.0/generic/itclInt.h Xinclude/itcl3.0/itcl.h Xlib/libitcl30.so.1.1 Xlib/libitcl30.so Xlib/libitcl30.a X@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B X@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R Xlib/itcl3.0/itclConfig.sh Xlib/itcl3.0/itcl.tcl Xlib/itcl3.0/tclAppInit.c Xlib/itcl3.0/pkgIndex.tcl Xman/man1/itclsh.1.gz Xman/mann/body.n.gz Xman/mann/class.n.gz Xman/mann/code.n.gz Xman/mann/configbody.n.gz Xman/mann/delete.n.gz Xman/mann/ensemble.n.gz Xman/mann/find.n.gz Xman/mann/itcl.n.gz Xman/mann/itcl_class.n.gz Xman/mann/itcl_info.n.gz Xman/mann/itclvars.n.gz Xman/mann/local.n.gz Xman/mann/scope.n.gz X@dirrm include/itcl3.0/generic X@dirrm include/itcl3.0/unix X@dirrm include/itcl3.0 X@dirrm lib/itcl3.0 END-of-FreeBSD/itcl30/pkg/PLIST echo c - FreeBSD/itk30 mkdir -p FreeBSD/itk30 > /dev/null 2>&1 echo x - FreeBSD/itk30/Makefile sed 's/^X//' >FreeBSD/itk30/Makefile << 'END-of-FreeBSD/itk30/Makefile' X# New ports collection makefile for: itk X# Version required: 3.0.1 X# Date created: Aug 17 1996 X# Whom: chuckr X# X# $Id: Makefile,v 1.20 1997/07/17 15:12:47 max Exp $ X# X XDISTNAME= itcl3.0.1 XPKGNAME= itk-3.0.1 XCATEGORIES= x11-toolkits tk80 XMASTER_SITES= ftp://ftp.tcltk.com/pub/itcl/ X XMAINTAINER= dmlb@ragnet.demon.co.uk X XLIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 \ X itcl30.1:${PORTSDIR}/lang/itcl30 X XWRKSRC= ${WRKDIR}/itcl3.0.1/itk/unix XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --enable-shared --prefix=${PREFIX} --with-tcl=${TCL_PREFIX}/lib/tcl8.0 --with-itcl=${ITCL_PREFIX}/lib/itcl3.0 --with-tk=${TK_PREFIX}/lib/tk8.0 XCONFIGURE_ENV= PORTSDIR=${PORTSDIR} ITK_LIB_FILE=${ITK_LIB_FILE} X XTCL_PREFIX?= ${PREFIX} XITCL_PREFIX?= ${PREFIX} XTK_PREFIX?= ${PREFIX} XSHLIB_MAJOR= 1 XSHLIB_MINOR= 1 XMAKEFILE= makefile XITK_LIB= libitk30.so X X.include X X.if ${PORTOBJFORMAT} == "elf" XITK_LIB_FILE= ${ITK_LIB}.${SHLIB_MAJOR} X.else XITK_LIB_FILE= ${ITK_LIB}.${SHLIB_MAJOR}.${SHLIB_MINOR} X.endif X Xpost-configure: X @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC} X @${CP} ${FILESDIR}/makefile ${WRKSRC} X Xpre-build: X @cd ${WRKSRC} && ${MAKE} -f Makefile.lib PREFIX=${PREFIX} \ X SHLIB_MAJOR=${SHLIB_MAJOR} SHLIB_MINOR=${SHLIB_MINOR} \ X TCL_PREFIX=${TCL_PREFIX} ITCL_PREFIX=${ITCL_PREFIX} TK_PREFIX=${TK_PREFIX} X Xpost-install: X ${LN} -sf ${ITK_LIB_FILE} ${PREFIX}/lib/${ITK_LIB} X ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib X X.include END-of-FreeBSD/itk30/Makefile echo c - FreeBSD/itk30/files mkdir -p FreeBSD/itk30/files > /dev/null 2>&1 echo x - FreeBSD/itk30/files/md5 sed 's/^X//' >FreeBSD/itk30/files/md5 << 'END-of-FreeBSD/itk30/files/md5' XMD5 (itcl3.0.1.tar.gz) = 0cf1802a7ea69670503dc69c7951a015 END-of-FreeBSD/itk30/files/md5 echo x - FreeBSD/itk30/files/makefile sed 's/^X//' >FreeBSD/itk30/files/makefile << 'END-of-FreeBSD/itk30/files/makefile' Xall: X for f in ../generic/*.o; do ln -sf $$f; done X make -f Makefile itkwish Xtest: X make -f Makefile test Xinstall: X make -f Makefile install X END-of-FreeBSD/itk30/files/makefile echo x - FreeBSD/itk30/files/Makefile.lib sed 's/^X//' >FreeBSD/itk30/files/Makefile.lib << 'END-of-FreeBSD/itk30/files/Makefile.lib' XNOPROFILE= yes XLIB= itk30 XITK_LIBRARY= ${PREFIX}/lib/itk3.0 XCFLAGS+= -I. -I./../generic \ X -I${TCL_PREFIX}/include/tcl8.0/generic \ X -I${ITCL_PREFIX}/include/itcl3.0/generic \ X -I${TK_PREFIX}/include/tk8.0/generic \ X -I/usr/X11R6/include \ X -DHAVE_GETCWD=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1\ X -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1\ X -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1\ X -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1\ X -DTCL_SHLIB_EXT=\".so\" \ X -DHAVE_SYS_FILIO_H=1 \ X -DRETSIGTYPE=void \ X -DITK_LIBRARY=\"${ITK_LIBRARY}\" \ X X XGENERIC_DIR= ../generic XUNIX_DIR= . X XSRCS= \ X $(GENERIC_DIR)/itk_cmds.c $(GENERIC_DIR)/itk_option.c \ X $(GENERIC_DIR)/itk_archetype.c $(GENERIC_DIR)/itk_util.c X X X.include END-of-FreeBSD/itk30/files/Makefile.lib echo c - FreeBSD/itk30/patches mkdir -p FreeBSD/itk30/patches > /dev/null 2>&1 echo x - FreeBSD/itk30/patches/patch-ab sed 's/^X//' >FreeBSD/itk30/patches/patch-ab << 'END-of-FreeBSD/itk30/patches/patch-ab' X--- configure~ Mon Oct 19 21:14:57 1998 X+++ configure Fri Jan 15 18:41:16 1999 X@@ -877,15 +877,8 @@ X DL_LIBS=$TCL_DL_LIBS X LD_FLAGS=$TCL_LD_FLAGS X LD_SEARCH_FLAGS=$TCL_LD_SEARCH_FLAGS X+TCL_INC_DIR=${TCL_PREFIX}/include/tcl${TCL_VERSION} X X-#-------------------------------------------------------------------- X-# Make sure that we can find the Tcl sources, so we can include X-# the "tclInt.h" file. X-#-------------------------------------------------------------------- X- X-if test ! -d "$TCL_SRC_DIR"; then X- { echo "configure: error: Can't find Tcl source directory "$TCL_SRC_DIR". Itcl can't be built without this directory." 1>&2; exit 1; } X-fi X X #-------------------------------------------------------------------- X # See if there was a command-line option for where Tk is; if X@@ -915,6 +908,7 @@ X X file=$TK_LIB_DIR/tkConfig.sh X . $file X+TK_INC_DIR=${TK_PREFIX}/include/tk${TK_VERSION} X X #-------------------------------------------------------------------- X # See if there was a command-line option for where [incr Tcl] is. X@@ -936,6 +930,7 @@ X X file=$ITCL_LIB_DIR/itclConfig.sh X . $file X+ITCL_INC_DIR=${TCL_PREFIX}/include/itcl${ITCL_VERSION} X X #-------------------------------------------------------------------- X # If this is gcc, add some extra compile flags. X@@ -1065,13 +1060,13 @@ X { echo "configure: error: Tcl was not built with --enable-shared" 1>&2; exit 1; } X fi X SHLIB_CFLAGS="${SHLIB_CFLAGS}" X- eval "ITK_LIB_FILE=libitk${VERSION}${SHLIB_SUFFIX}" X+ eval "ITK_LIB_FILE=${ITK_LIB_FILE}" X ITK_PKG_FILE="[file join [file dirname \$dir] ${ITK_LIB_FILE}]" X MAKE_LIB="\$(SHLIB_LD) -o ${ITK_LIB_FILE} \$(OBJS) ${SHLIB_LD_LIBS} \$(LD_SEARCH_FLAGS)" X RANLIB=":" X else X SHLIB_CFLAGS="" X- eval "ITK_LIB_FILE=libitk${VERSION}.a" X+ eval "ITK_LIB_FILE=${ITK_LIB_FILE}" X ITK_PKG_FILE="" X MAKE_LIB="ar cr ${ITK_LIB_FILE} \${OBJS}" X fi X@@ -1279,6 +1274,7 @@ X s%@LD_SEARCH_FLAGS@%$LD_SEARCH_FLAGS%g X s%@TCL_VERSION@%$TCL_VERSION%g X s%@TCL_SRC_DIR@%$TCL_SRC_DIR%g X+s%@TCL_INC_DIR@%$TCL_INC_DIR%g X s%@TCL_LIB_SPEC@%$TCL_LIB_SPEC%g X s%@TCL_LIB_FLAG@%$TCL_LIB_FLAG%g X s%@TCL_DBGX@%$TCL_DBGX%g X@@ -1295,6 +1291,7 @@ X s%@TK_XINCLUDES@%$TK_XINCLUDES%g X s%@TK_XLIBSW@%$TK_XLIBSW%g X s%@TK_SRC_DIR@%$TK_SRC_DIR%g X+s%@TK_INC_DIR@%$TK_INC_DIR%g X s%@ITCL_VERSION@%$ITCL_VERSION%g X s%@ITCL_MAJOR_VERSION@%$ITCL_MAJOR_VERSION%g X s%@ITCL_MINOR_VERSION@%$ITCL_MINOR_VERSION%g X@@ -1304,6 +1301,7 @@ X s%@ITCL_LIB_SPEC@%$ITCL_LIB_SPEC%g X s%@ITCL_PKG_FILE@%$ITCL_PKG_FILE%g X s%@ITCL_SRC_DIR@%$ITCL_SRC_DIR%g X+s%@ITCL_INC_DIR@%$ITCL_INC_DIR%g X s%@ITK_BUILD_LIB_SPEC@%$ITK_BUILD_LIB_SPEC%g X s%@ITK_LIB_FILE@%$ITK_LIB_FILE%g X s%@ITK_LIB_SPEC@%$ITK_LIB_SPEC%g END-of-FreeBSD/itk30/patches/patch-ab echo x - FreeBSD/itk30/patches/patch-aa sed 's/^X//' >FreeBSD/itk30/patches/patch-aa << 'END-of-FreeBSD/itk30/patches/patch-aa' X--- Makefile.in~ Wed Aug 12 11:01:40 1998 X+++ Makefile.in Fri Jan 15 17:44:12 1999 X@@ -55,10 +55,12 @@ X BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin X X # Directory in which to install the include file itk.h: X-INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include X+INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include/itk$(VERSION) X+GENERIC_INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include/itk$(VERSION)/generic X+UNIX_INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include/itk$(VERSION)/unix X X # Top-level directory for manual entries: X-MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man X+MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man X X # Directory in which to install manual entry for wish: X MAN1_INSTALL_DIR = $(MAN_INSTALL_DIR)/man1 X@@ -75,6 +77,9 @@ X # for this version of [incr Tk]: X TCL_SRC_DIR = @TCL_SRC_DIR@ X X+# Tcl include dir X+TCL_INC_DIR = @TCL_INC_DIR@ X+ X # The directory containing the Tcl library archive file appropriate X # for this version of [incr Tk]: X TCL_LIB_DIR = @TCL_LIB_DIR@ X@@ -89,6 +94,9 @@ X # for this version of [incr Tk]: X TK_SRC_DIR = @TK_SRC_DIR@ X X+# Tk include dir X+TK_INC_DIR = @TK_INC_DIR@ X+ X # The directory containing the Tk library archive file appropriate X # for this version of [incr Tk]: X TK_LIB_DIR = @TK_LIB_DIR@ X@@ -100,6 +108,9 @@ X # for this version of [incr Tk]: X ITCL_SRC_DIR = @ITCL_SRC_DIR@ X X+# ITcl include dir X+ITCL_INC_DIR = @ITCL_INC_DIR@ X+ X # The directory containing the [incr Tcl] library archive file appropriate X # for this version of [incr Tk]: X ITCL_LIB_DIR = @ITCL_LIB_DIR@ X@@ -155,7 +166,7 @@ X # "install" around; better to use the install-sh script that comes X # with the distribution, which is slower but guaranteed to work. X X-INSTALL = $(TOP_DIR)/../config/install-sh -c X+INSTALL = install -c X INSTALL_PROGRAM = ${INSTALL} X INSTALL_DATA = ${INSTALL} -m 644 X MKINSTALLDIRS = $(TOP_DIR)/../config/mkinstalldirs X@@ -199,8 +210,8 @@ X X CC = @CC@ X CC_SWITCHES = $(CFLAGS) $(SHLIB_CFLAGS) -I$(UNIX_DIR) -I$(GENERIC_DIR) \ X--I$(TCL_SRC_DIR)/generic -I$(ITCL_SRC_DIR)/generic \ X--I$(TK_SRC_DIR)/generic $(X11_INCLUDES) \ X+-I$(TCL_INC_DIR)/generic -I$(ITCL_INC_DIR)/generic \ X+-I$(TK_INC_DIR)/generic $(X11_INCLUDES) \ X $(AC_FLAGS) $(PROTO_FLAGS) $(MEM_DEBUG_FLAGS) $(KEYSYM_FLAGS) \ X -DITK_LIBRARY=\"$(ITK_LIBRARY)\" X X@@ -209,7 +220,7 @@ X SRCS = $(GENERIC_DIR)/itk_cmds.c $(GENERIC_DIR)/itk_option.c \ X $(GENERIC_DIR)/itk_archetype.c $(GENERIC_DIR)/itk_util.c X X-all: itkwish X+all: $(ITK_LIB_FILE) libitk30.a itkwish X X # The following target is configured by autoconf to generate either X # a shared library or non-shared library for [incr Tk]. X@@ -217,8 +228,14 @@ X @ITK_LIB_FILE@: ${OBJS} X rm -f $(ITK_LIB_FILE) X @MAKE_LIB@ X+ ln -sf $(ITK_LIB_FILE) libitk30.so X $(RANLIB) $(ITK_LIB_FILE) X X+libitk30.a: $(OBJS) X+ rm -f libitk30.a X+ ar cr libitk30.a $(OBJS) X+ ranlib libitk30.a X+ X itkwish: tkAppInit.o $(ITK_LIB_FILE) X $(CC) @LD_FLAGS@ tkAppInit.o @ITK_BUILD_LIB_SPEC@ \ X $(LIBS) $(LD_SEARCH_FLAGS) -o itkwish X@@ -239,21 +256,27 @@ X X install: install-binaries install-libraries install-man X X-install-binaries: $(ITK_LIB_FILE) itkwish X+install-binaries: $(ITK_LIB_FILE) libitk30.a itkwish X @$(MKINSTALLDIRS) $(LIB_INSTALL_DIR) $(BIN_INSTALL_DIR) X @echo "Installing $(ITK_LIB_FILE)" X @$(INSTALL_DATA) $(ITK_LIB_FILE) $(LIB_INSTALL_DIR) X @(cd $(LIB_INSTALL_DIR); $(RANLIB) $(ITK_LIB_FILE)) X @chmod 555 $(LIB_INSTALL_DIR)/$(ITK_LIB_FILE) X+ @echo "Installing libitk30.a" X+ @$(INSTALL_DATA) libitk30.a $(LIB_INSTALL_DIR)/libitk30.a X+ @(cd $(LIB_INSTALL_DIR); $(RANLIB) libitk30.a) X+ chmod 555 $(LIB_INSTALL_DIR)/libitk30.a X @echo "Installing itkwish" X $(INSTALL_PROGRAM) itkwish $(BIN_INSTALL_DIR)/itkwish$(VERSION) X @echo "Installing itkConfig.sh" X- @$(INSTALL_DATA) itkConfig.sh $(LIB_INSTALL_DIR)/itkConfig.sh X+ @mkdir -p $(SCRIPT_INSTALL_DIR) X+ @$(INSTALL_DATA) itkConfig.sh $(SCRIPT_INSTALL_DIR)/itkConfig.sh X X install-libraries: X- @$(MKINSTALLDIRS) $(INCLUDE_INSTALL_DIR) $(SCRIPT_INSTALL_DIR) X+ @$(MKINSTALLDIRS) $(INCLUDE_INSTALL_DIR) $(GENERIC_INCLUDE_INSTALL_DIR) $(UNIX_INCLUDE_INSTALL_DIR) $(SCRIPT_INSTALL_DIR) X @echo "Installing itk.h" X- @$(INSTALL_DATA) $(GENERIC_DIR)/itk.h $(INCLUDE_INSTALL_DIR) X+ @$(INSTALL_DATA) $(GENERIC_DIR)/itk.h $(GENERIC_INCLUDE_INSTALL_DIR) X+ @ln -sf $(GENERIC_INCLUDE_INSTALL_DIR)/itk.h $(INCLUDE_INSTALL_DIR)/itk.h X @for i in $(TOP_DIR)/library/*.* $(TOP_DIR)/library/tclIndex $(UNIX_DIR)/tkAppInit.c; \ X do \ X echo "Installing $$i"; \ X@@ -267,19 +290,26 @@ X @cd $(TOP_DIR)/doc; for i in *.1; \ X do \ X echo "Installing doc/$$i"; \ X- rm -f $(MAN1_INSTALL_DIR)/$$i; \ X+ rm -f $(MAN1_INSTALL_DIR)/$$i $(MAN1_INSTALL_DIR)/$$i.gz; \ X sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ X- $$i > $(MAN1_INSTALL_DIR)/$$i; \ X- chmod 444 $(MAN1_INSTALL_DIR)/$$i; \ X+ $$i | gzip -c > $(MAN1_INSTALL_DIR)/$$i.gz; \ X+ chmod 444 $(MAN1_INSTALL_DIR)/$$i.gz; \ X done; X @cd $(TOP_DIR)/doc; for i in *.n; \ X do \ X echo "Installing doc/$$i"; \ X- rm -f $(MANN_INSTALL_DIR)/$$i; \ X+ rm -f $(MANN_INSTALL_DIR)/$$i $(MANN_INSTALL_DIR)/$$i.gz; \ X sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ X- $$i > $(MANN_INSTALL_DIR)/$$i; \ X- chmod 444 $(MANN_INSTALL_DIR)/$$i; \ X+ $$i | gzip -c > $(MANN_INSTALL_DIR)/$$i.gz; \ X+ chmod 444 $(MANN_INSTALL_DIR)/$$i.gz; \ X done; X+ @echo "**********" X+ @echo "IMPORTANT:" X+ @echo "**********" X+ @echo "itkConfig.sh in $(SCRIPT_INSTALL_DIR)/itkConfig.sh" X+ @echo "itk.h in $(INCLUDE_INSTALL_DIR)/itk.h" X+ @echo "There are NOT default place, but good place to avoid" X+ @echo "conflicting with another version of [incr] Tcl/Tks." X X Makefile: $(UNIX_DIR)/Makefile.in X $(SHELL) config.status END-of-FreeBSD/itk30/patches/patch-aa echo c - FreeBSD/itk30/pkg mkdir -p FreeBSD/itk30/pkg > /dev/null 2>&1 echo x - FreeBSD/itk30/pkg/PLIST sed 's/^X//' >FreeBSD/itk30/pkg/PLIST << 'END-of-FreeBSD/itk30/pkg/PLIST' Xbin/itkwish3.0 Xinclude/itk3.0/generic/itk.h Xinclude/itk3.0/itk.h Xlib/libitk30.so.1.1 Xlib/libitk30.so Xlib/libitk30.a X@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B X@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R Xlib/itk3.0/itkConfig.sh Xlib/itk3.0/Archetype.itk Xlib/itk3.0/Toplevel.itk Xlib/itk3.0/Widget.itk Xlib/itk3.0/itk.tcl Xlib/itk3.0/tclIndex Xlib/itk3.0/tkAppInit.c Xlib/itk3.0/pkgIndex.tcl Xman/man1/itkwish.1.gz Xman/mann/Archetype.n.gz Xman/mann/Toplevel.n.gz Xman/mann/Widget.n.gz Xman/mann/itk.n.gz Xman/mann/itkvars.n.gz Xman/mann/usual.n.gz X@dirrm include/itk3.0/generic X@dirrm include/itk3.0/unix X@dirrm include/itk3.0 X@dirrm lib/itk3.0 END-of-FreeBSD/itk30/pkg/PLIST echo x - FreeBSD/itk30/pkg/DESCR sed 's/^X//' >FreeBSD/itk30/pkg/DESCR << 'END-of-FreeBSD/itk30/pkg/DESCR' XThis package contains [incr Tk] version 3.0.1. [incr Tk] is a Xcompanion to [incr Tcl] and builds a ``mega-widget'' framework into XTk. The [incr Tk] extension is also known as ``itk''. X XA companion to [incr Tk] called [incr Widgets] provides a widget set, Xwith many improved widgets. The [incr Widgets] collection is also known Xas ``iwidgets'' and is available in x11-toolkits. END-of-FreeBSD/itk30/pkg/DESCR echo x - FreeBSD/itk30/pkg/COMMENT sed 's/^X//' >FreeBSD/itk30/pkg/COMMENT << 'END-of-FreeBSD/itk30/pkg/COMMENT' X[incr Tk] (A.K.A. ``itk''). END-of-FreeBSD/itk30/pkg/COMMENT echo c - FreeBSD/iwidgets30 mkdir -p FreeBSD/iwidgets30 > /dev/null 2>&1 echo x - FreeBSD/iwidgets30/Makefile sed 's/^X//' >FreeBSD/iwidgets30/Makefile << 'END-of-FreeBSD/iwidgets30/Makefile' X# New ports collection makefile for: itk X# Version required: 3.0.1 X# Date created: Aug 17 1996 X# Whom: chuckr X# X# $Id: Makefile,v 1.20 1997/07/17 15:12:47 max Exp $ X# X XDISTNAME= itcl3.0.1 XPKGNAME= iwidgets-3.0.0 XCATEGORIES= x11-toolkits tk80 XMASTER_SITES= ftp://ftp.tcltk.com/pub/itcl/ X XMAINTAINER= dmlb@ragnet.demon.co.uk X XLIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 \ X itcl30.1:${PORTSDIR}/lang/itcl30 \ X itk30.1:${PORTSDIR}/x11-toolkits/itk30 X XWRKSRC= ${WRKDIR}/itcl3.0.1/iwidgets3.0.0/unix XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${PREFIX} --with-tcl=${TCL_PREFIX}/lib/tcl8.0 --with-itcl=${ITCL_PREFIX}/lib/itcl3.0 --with-tk=${TK_PREFIX}/lib/tk8.0 --with-itk=${ITK_PREFIX}/lib/itk3.0 XCONFIGURE_ENV= PORTSDIR=${PORTSDIR} X XTCL_PREFIX?= ${PREFIX} XITCL_PREFIX?= ${PREFIX} XTK_PREFIX?= ${PREFIX} XITK_PREFIX?= ${PREFIX} X X.include X X.include END-of-FreeBSD/iwidgets30/Makefile echo c - FreeBSD/iwidgets30/files mkdir -p FreeBSD/iwidgets30/files > /dev/null 2>&1 echo x - FreeBSD/iwidgets30/files/md5 sed 's/^X//' >FreeBSD/iwidgets30/files/md5 << 'END-of-FreeBSD/iwidgets30/files/md5' XMD5 (itcl3.0.1.tar.gz) = 0cf1802a7ea69670503dc69c7951a015 END-of-FreeBSD/iwidgets30/files/md5 echo c - FreeBSD/iwidgets30/pkg mkdir -p FreeBSD/iwidgets30/pkg > /dev/null 2>&1 echo x - FreeBSD/iwidgets30/pkg/PLIST sed 's/^X//' >FreeBSD/iwidgets30/pkg/PLIST << 'END-of-FreeBSD/iwidgets30/pkg/PLIST' Xlib/iwidgets3.0.0/scripts/buttonbox.itk Xlib/iwidgets3.0.0/scripts/calendar.itk Xlib/iwidgets3.0.0/scripts/canvasprintbox.itk Xlib/iwidgets3.0.0/scripts/canvasprintdialog.itk Xlib/iwidgets3.0.0/scripts/checkbox.itk Xlib/iwidgets3.0.0/scripts/combobox.itk Xlib/iwidgets3.0.0/scripts/dateentry.itk Xlib/iwidgets3.0.0/scripts/datefield.itk Xlib/iwidgets3.0.0/scripts/dialog.itk Xlib/iwidgets3.0.0/scripts/dialogshell.itk Xlib/iwidgets3.0.0/scripts/disjointlistbox.itk Xlib/iwidgets3.0.0/scripts/entryfield.itk Xlib/iwidgets3.0.0/scripts/extfileselectionbox.itk Xlib/iwidgets3.0.0/scripts/extfileselectiondialog.itk Xlib/iwidgets3.0.0/scripts/feedback.itk Xlib/iwidgets3.0.0/scripts/fileselectionbox.itk Xlib/iwidgets3.0.0/scripts/fileselectiondialog.itk Xlib/iwidgets3.0.0/scripts/finddialog.itk Xlib/iwidgets3.0.0/scripts/hierarchy.itk Xlib/iwidgets3.0.0/scripts/hyperhelp.itk Xlib/iwidgets3.0.0/scripts/labeledframe.itk Xlib/iwidgets3.0.0/scripts/labeledwidget.itk Xlib/iwidgets3.0.0/scripts/mainwindow.itk Xlib/iwidgets3.0.0/scripts/menubar.itk Xlib/iwidgets3.0.0/scripts/messagebox.itk Xlib/iwidgets3.0.0/scripts/messagedialog.itk Xlib/iwidgets3.0.0/scripts/notebook.itk Xlib/iwidgets3.0.0/scripts/optionmenu.itk Xlib/iwidgets3.0.0/scripts/pane.itk Xlib/iwidgets3.0.0/scripts/panedwindow.itk Xlib/iwidgets3.0.0/scripts/promptdialog.itk Xlib/iwidgets3.0.0/scripts/pushbutton.itk Xlib/iwidgets3.0.0/scripts/radiobox.itk Xlib/iwidgets3.0.0/scripts/regexpfield.itk Xlib/iwidgets3.0.0/scripts/scrolledcanvas.itk Xlib/iwidgets3.0.0/scripts/scrolledframe.itk Xlib/iwidgets3.0.0/scripts/scrolledhtml.itk Xlib/iwidgets3.0.0/scripts/scrolledlistbox.itk Xlib/iwidgets3.0.0/scripts/scrolledtext.itk Xlib/iwidgets3.0.0/scripts/scrolledwidget.itk Xlib/iwidgets3.0.0/scripts/selectionbox.itk Xlib/iwidgets3.0.0/scripts/selectiondialog.itk Xlib/iwidgets3.0.0/scripts/shell.itk Xlib/iwidgets3.0.0/scripts/spindate.itk Xlib/iwidgets3.0.0/scripts/spinint.itk Xlib/iwidgets3.0.0/scripts/spinner.itk Xlib/iwidgets3.0.0/scripts/spintime.itk Xlib/iwidgets3.0.0/scripts/tabnotebook.itk Xlib/iwidgets3.0.0/scripts/tabset.itk Xlib/iwidgets3.0.0/scripts/timeentry.itk Xlib/iwidgets3.0.0/scripts/timefield.itk Xlib/iwidgets3.0.0/scripts/toolbar.itk Xlib/iwidgets3.0.0/scripts/watch.itk Xlib/iwidgets3.0.0/scripts/colors.itcl Xlib/iwidgets3.0.0/scripts/roman.itcl Xlib/iwidgets3.0.0/scripts/scopedobject.itcl Xlib/iwidgets3.0.0/scripts/tclIndex Xlib/iwidgets3.0.0/scripts/unknownimage.gif Xlib/iwidgets3.0.0/iwidgets.tcl Xlib/iwidgets3.0.0/pkgIndex.tcl Xlib/iwidgets3.0.0/demos/images/box.xbm Xlib/iwidgets3.0.0/demos/images/clear.gif Xlib/iwidgets3.0.0/demos/images/close.gif Xlib/iwidgets3.0.0/demos/images/copy.gif Xlib/iwidgets3.0.0/demos/images/cut.gif Xlib/iwidgets3.0.0/demos/images/exit.gif Xlib/iwidgets3.0.0/demos/images/find.gif Xlib/iwidgets3.0.0/demos/images/help.gif Xlib/iwidgets3.0.0/demos/images/line.xbm Xlib/iwidgets3.0.0/demos/images/mag.gif Xlib/iwidgets3.0.0/demos/images/new.gif Xlib/iwidgets3.0.0/demos/images/open.gif Xlib/iwidgets3.0.0/demos/images/oval.xbm Xlib/iwidgets3.0.0/demos/images/paste.gif Xlib/iwidgets3.0.0/demos/images/points.xbm Xlib/iwidgets3.0.0/demos/images/poly.gif Xlib/iwidgets3.0.0/demos/images/print.gif Xlib/iwidgets3.0.0/demos/images/ruler.gif Xlib/iwidgets3.0.0/demos/images/save.gif Xlib/iwidgets3.0.0/demos/images/select.gif Xlib/iwidgets3.0.0/demos/images/text.xbm Xlib/iwidgets3.0.0/demos/html/buttonbox.n.html Xlib/iwidgets3.0.0/demos/html/calendar.n.html Xlib/iwidgets3.0.0/demos/html/canvasprintbox.n.html Xlib/iwidgets3.0.0/demos/html/canvasprintdialog.n.html Xlib/iwidgets3.0.0/demos/html/checkbox.n.html Xlib/iwidgets3.0.0/demos/html/combobox.n.html Xlib/iwidgets3.0.0/demos/html/dateentry.n.html Xlib/iwidgets3.0.0/demos/html/datefield.n.html Xlib/iwidgets3.0.0/demos/html/dialog.n.html Xlib/iwidgets3.0.0/demos/html/dialogshell.n.html Xlib/iwidgets3.0.0/demos/html/disjointlistbox.n.html Xlib/iwidgets3.0.0/demos/html/entryfield.n.html Xlib/iwidgets3.0.0/demos/html/extfileselectionbox.n.html Xlib/iwidgets3.0.0/demos/html/extfileselectiondialog.n.html Xlib/iwidgets3.0.0/demos/html/feedback.n.html Xlib/iwidgets3.0.0/demos/html/fileselectionbox.n.html Xlib/iwidgets3.0.0/demos/html/fileselectiondialog.n.html Xlib/iwidgets3.0.0/demos/html/finddialog.n.html Xlib/iwidgets3.0.0/demos/html/hierarchy.n.html Xlib/iwidgets3.0.0/demos/html/hyperhelp.n.html Xlib/iwidgets3.0.0/demos/html/labeledframe.n.html Xlib/iwidgets3.0.0/demos/html/labeledwidget.n.html Xlib/iwidgets3.0.0/demos/html/mainwindow.n.html Xlib/iwidgets3.0.0/demos/html/menubar.n.html Xlib/iwidgets3.0.0/demos/html/messagebox.n.html Xlib/iwidgets3.0.0/demos/html/messagedialog.n.html Xlib/iwidgets3.0.0/demos/html/notebook.n.html Xlib/iwidgets3.0.0/demos/html/optionmenu.n.html Xlib/iwidgets3.0.0/demos/html/panedwindow.n.html Xlib/iwidgets3.0.0/demos/html/promptdialog.n.html Xlib/iwidgets3.0.0/demos/html/pushbutton.n.html Xlib/iwidgets3.0.0/demos/html/radiobox.n.html Xlib/iwidgets3.0.0/demos/html/scopedobject.n.html Xlib/iwidgets3.0.0/demos/html/scrolledcanvas.n.html Xlib/iwidgets3.0.0/demos/html/scrolledframe.n.html Xlib/iwidgets3.0.0/demos/html/scrolledhtml.n.html Xlib/iwidgets3.0.0/demos/html/scrolledlistbox.n.html Xlib/iwidgets3.0.0/demos/html/scrolledtext.n.html Xlib/iwidgets3.0.0/demos/html/selectionbox.n.html Xlib/iwidgets3.0.0/demos/html/selectiondialog.n.html Xlib/iwidgets3.0.0/demos/html/shell.n.html Xlib/iwidgets3.0.0/demos/html/spindate.n.html Xlib/iwidgets3.0.0/demos/html/spinint.n.html Xlib/iwidgets3.0.0/demos/html/spinner.n.html Xlib/iwidgets3.0.0/demos/html/spintime.n.html Xlib/iwidgets3.0.0/demos/html/tabnotebook.n.html Xlib/iwidgets3.0.0/demos/html/tabset.n.html Xlib/iwidgets3.0.0/demos/html/timeentry.n.html Xlib/iwidgets3.0.0/demos/html/timefield.n.html Xlib/iwidgets3.0.0/demos/html/toolbar.n.html Xlib/iwidgets3.0.0/demos/html/watch.n.html Xlib/iwidgets3.0.0/demos/buttonbox Xlib/iwidgets3.0.0/demos/calendar Xlib/iwidgets3.0.0/demos/canvasprintbox Xlib/iwidgets3.0.0/demos/canvasprintdialog Xlib/iwidgets3.0.0/demos/catalog Xlib/iwidgets3.0.0/demos/checkbox Xlib/iwidgets3.0.0/demos/combobox Xlib/iwidgets3.0.0/demos/dateentry Xlib/iwidgets3.0.0/demos/datefield Xlib/iwidgets3.0.0/demos/demo.html Xlib/iwidgets3.0.0/demos/dialog Xlib/iwidgets3.0.0/demos/dialogshell Xlib/iwidgets3.0.0/demos/disjointlistbox Xlib/iwidgets3.0.0/demos/entryfield Xlib/iwidgets3.0.0/demos/extfileselectionbox Xlib/iwidgets3.0.0/demos/extfileselectiondialog Xlib/iwidgets3.0.0/demos/feedback Xlib/iwidgets3.0.0/demos/fileselectionbox Xlib/iwidgets3.0.0/demos/fileselectiondialog Xlib/iwidgets3.0.0/demos/finddialog Xlib/iwidgets3.0.0/demos/hierarchy Xlib/iwidgets3.0.0/demos/hyperhelp Xlib/iwidgets3.0.0/demos/iwidgets.gif Xlib/iwidgets3.0.0/demos/labeledframe Xlib/iwidgets3.0.0/demos/labeledwidget Xlib/iwidgets3.0.0/demos/mainwindow Xlib/iwidgets3.0.0/demos/menubar Xlib/iwidgets3.0.0/demos/messagebox Xlib/iwidgets3.0.0/demos/messagedialog Xlib/iwidgets3.0.0/demos/notebook Xlib/iwidgets3.0.0/demos/optionmenu Xlib/iwidgets3.0.0/demos/panedwindow Xlib/iwidgets3.0.0/demos/promptdialog Xlib/iwidgets3.0.0/demos/pushbutton Xlib/iwidgets3.0.0/demos/radiobox Xlib/iwidgets3.0.0/demos/scopedobject Xlib/iwidgets3.0.0/demos/scrolledcanvas Xlib/iwidgets3.0.0/demos/scrolledframe Xlib/iwidgets3.0.0/demos/scrolledhtml Xlib/iwidgets3.0.0/demos/scrolledlistbox Xlib/iwidgets3.0.0/demos/scrolledtext Xlib/iwidgets3.0.0/demos/selectionbox Xlib/iwidgets3.0.0/demos/selectiondialog Xlib/iwidgets3.0.0/demos/shell Xlib/iwidgets3.0.0/demos/spindate Xlib/iwidgets3.0.0/demos/spinint Xlib/iwidgets3.0.0/demos/spinner Xlib/iwidgets3.0.0/demos/spintime Xlib/iwidgets3.0.0/demos/tabnotebook Xlib/iwidgets3.0.0/demos/tabset Xlib/iwidgets3.0.0/demos/timeentry Xlib/iwidgets3.0.0/demos/timefield Xlib/iwidgets3.0.0/demos/toolbar Xlib/iwidgets3.0.0/demos/watch Xman/mann/buttonbox.n.gz Xman/mann/calendar.n.gz Xman/mann/canvasprintbox.n.gz Xman/mann/canvasprintdialog.n.gz Xman/mann/checkbox.n.gz Xman/mann/combobox.n.gz Xman/mann/dateentry.n.gz Xman/mann/datefield.n.gz Xman/mann/dialog.n.gz Xman/mann/dialogshell.n.gz Xman/mann/disjointlistbox.n.gz Xman/mann/entryfield.n.gz Xman/mann/extfileselectionbox.n.gz Xman/mann/extfileselectiondialog.n.gz Xman/mann/feedback.n.gz Xman/mann/fileselectionbox.n.gz Xman/mann/fileselectiondialog.n.gz Xman/mann/finddialog.n.gz Xman/mann/hierarchy.n.gz Xman/mann/hyperhelp.n.gz Xman/mann/labeledframe.n.gz Xman/mann/labeledwidget.n.gz Xman/mann/mainwindow.n.gz Xman/mann/menubar.n.gz Xman/mann/messagebox.n.gz Xman/mann/messagedialog.n.gz Xman/mann/notebook.n.gz Xman/mann/optionmenu.n.gz Xman/mann/panedwindow.n.gz Xman/mann/promptdialog.n.gz Xman/mann/pushbutton.n.gz Xman/mann/radiobox.n.gz Xman/mann/scopedobject.n.gz Xman/mann/scrolledcanvas.n.gz Xman/mann/scrolledframe.n.gz Xman/mann/scrolledhtml.n.gz Xman/mann/shell.n.gz Xman/mann/scrolledlistbox.n.gz Xman/mann/scrolledtext.n.gz Xman/mann/selectionbox.n.gz Xman/mann/selectiondialog.n.gz Xman/mann/spindate.n.gz Xman/mann/spinint.n.gz Xman/mann/spinner.n.gz Xman/mann/spintime.n.gz Xman/mann/tabnotebook.n.gz Xman/mann/tabset.n.gz Xman/mann/timeentry.n.gz Xman/mann/timefield.n.gz Xman/mann/toolbar.n.gz Xman/mann/watch.n.gz X@dirrm lib/iwidgets3.0.0/scripts X@dirrm lib/iwidgets3.0.0/demos/images X@dirrm lib/iwidgets3.0.0/demos/html X@dirrm lib/iwidgets3.0.0/demos X@dirrm lib/iwidgets3.0.0 END-of-FreeBSD/iwidgets30/pkg/PLIST echo x - FreeBSD/iwidgets30/pkg/DESCR sed 's/^X//' >FreeBSD/iwidgets30/pkg/DESCR << 'END-of-FreeBSD/iwidgets30/pkg/DESCR' XThis package contains [incr Widgets] version 3.0.0. [incr Widgets] is Xa companion to [incr Tk] and provides a widget set, with many improved Xwidgets. The [incr Widgets] collection is also known as ``iwidgets''. END-of-FreeBSD/iwidgets30/pkg/DESCR echo x - FreeBSD/iwidgets30/pkg/COMMENT sed 's/^X//' >FreeBSD/iwidgets30/pkg/COMMENT << 'END-of-FreeBSD/iwidgets30/pkg/COMMENT' X[incr Widgets] (A.K.A. ``iwidgets''). END-of-FreeBSD/iwidgets30/pkg/COMMENT echo x - FreeBSD/iwidgets30/pkg/MESSAGE sed 's/^X//' >FreeBSD/iwidgets30/pkg/MESSAGE << 'END-of-FreeBSD/iwidgets30/pkg/MESSAGE' X XFor a demo of [incr Widgets] run X /usr/local/lib/iwidgets3.0.0/demo/catalog Xonce it is installed. END-of-FreeBSD/iwidgets30/pkg/MESSAGE echo c - FreeBSD/iwidgets30/patches mkdir -p FreeBSD/iwidgets30/patches > /dev/null 2>&1 echo x - FreeBSD/iwidgets30/patches/patch-aa sed 's/^X//' >FreeBSD/iwidgets30/patches/patch-aa << 'END-of-FreeBSD/iwidgets30/patches/patch-aa' X--- Makefile.in~ Wed Aug 12 11:02:41 1998 X+++ Makefile.in Sat Jan 16 17:37:42 1999 X@@ -49,7 +49,7 @@ X INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include X X # Top-level directory in which to install manual entries: X-MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man X+MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man X X # Directory in which to install manual entry for itclsh: X MAN1_INSTALL_DIR = $(MAN_INSTALL_DIR)/man1 X@@ -102,10 +102,10 @@ X # modify any of this stuff by hand. X #---------------------------------------------------------------- X X-INSTALL = @INSTALL@ X+INSTALL = install -c X INSTALL_PROGRAM = $(INSTALL) X INSTALL_DATA = $(INSTALL) -m 644 X-MKINSTALLDIRS = $(ITCL_SRC_DIR)/../config/mkinstalldirs X+MKINSTALLDIRS = ../../config/mkinstalldirs X RANLIB = @RANLIB@ X LN_S = ln -s X TOP_DIR = @IWIDGETS_SRC_DIR@ X@@ -148,8 +148,6 @@ X X install-libraries: X @$(MKINSTALLDIRS) $(SCRIPT_INSTALL_DIR) $(LIB_INSTALL_DIR) X- @rm -f $(LIB_INSTALL_DIR)/iwidgets X- $(LN_S) iwidgets$(VERSION) $(LIB_INSTALL_DIR)/iwidgets X @$(MKINSTALLDIRS) $(SCRIPT_INSTALL_DIR)/scripts X @for i in $(GENERIC_DIR)/*.itk $(GENERIC_DIR)/*.itcl $(GENERIC_DIR)/tclIndex $(GENERIC_DIR)/*.gif ; \ X do \ X@@ -194,10 +192,10 @@ X @cd $(TOP_DIR)/doc; for i in *.n; \ X do \ X echo "Installing doc/$$i"; \ X- rm -f $(MANN_INSTALL_DIR)/$$i; \ X+ rm -f $(MANN_INSTALL_DIR)/$$i $(MANN_INSTALL_DIR)/$$i.gz; \ X sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ X- $$i > $(MANN_INSTALL_DIR)/$$i; \ X- chmod 444 $(MANN_INSTALL_DIR)/$$i; \ X+ $$i | gzip -c > $(MANN_INSTALL_DIR)/$$i.gz; \ X+ chmod 444 $(MANN_INSTALL_DIR)/$$i.gz; \ X done; X X install-html: END-of-FreeBSD/iwidgets30/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 5 5:51:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E92614E48 for ; Mon, 5 Apr 1999 05:51:58 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA73621; Mon, 5 Apr 1999 05:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from henoch.cc.fh-lippe.de (henoch.cc.fh-lippe.de [193.16.112.72]) by hub.freebsd.org (Postfix) with ESMTP id 9192E14CE1 for ; Mon, 5 Apr 1999 05:44:06 -0700 (PDT) (envelope-from root@cc.fh-lippe.de) Received: from spock.cc.fh-lippe.de([193.16.118.120]) (1816 bytes) by henoch.cc.fh-lippe.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 5 Apr 1999 14:42:06 +0200 (MET DST) (Smail-3.2.0.101 1997-Dec-17 #3 built 1998-Feb-3) Received: from cc.fh-lippe.de by spock.cc.fh-lippe.de with smtp (Smail3.1.29.1 #2) id m10U8hZ-0006yeC; Mon, 5 Apr 99 14:42 MET DST Received: (from root@localhost) by cc.fh-lippe.de (8.9.2/8.9.1) id OAA88632; Mon, 5 Apr 1999 14:20:48 +0200 (CEST) (envelope-from root) Message-Id: <199904051220.OAA88632@cc.fh-lippe.de> Date: Mon, 5 Apr 1999 14:20:48 +0200 (CEST) From: lkoeller@cc.fh-lippe.de Reply-To: lkoeller@cc.fh-lippe.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10961: General Problem in Ports: gzipepd manpages and .so Macro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10961 >Category: ports >Synopsis: gzipped manpages and .so macro in ports >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 5 05:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 3.1-RELEASE i386 >Organization: Fachhochschule Lippe, Lemgo, Germany >Environment: FreeBSD 3.1-RELEASE >Description: When ports, e.g. /usr/ports/graphics/tiff34 are installed, and the manpages are commpressed by default, then every manual page which points in the sources to an umcompressed manpage name via the .so macro faild when you try to access it, e.g. /usr/local/man/man3/TIFFmemset.3t.gz contains .so TIFFmemory.3t But this file doen't exist, cause of the comression it's called /usr/local/man/man3/TIFFmemory.3t.gz This is a generic problem, in many ports! >How-To-Repeat: See above an an example! >Fix: When the port-install compresses the manpages, it can scan in the file for the .so macro and replace it with a hardlink to the compressed manpage (with correct suffix .gz) .so pointed to. >Release-Note: >Audit-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 5 6:12: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E66C914F8F for ; Mon, 5 Apr 1999 06:11:58 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA74402; Mon, 5 Apr 1999 06:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 5 Apr 1999 06:10:02 -0700 (PDT) Message-Id: <199904051310.GAA74402@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jeremy Lea Subject: Re: ports/10955: Update: bsd.port.mk (MASTER_SITE_GNOME changed paths) Reply-To: Jeremy Lea Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10955; it has been noted by GNATS. From: Jeremy Lea To: Michael Haro Cc: Satoshi - the Wraith - Asami , FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/10955: Update: bsd.port.mk (MASTER_SITE_GNOME changed paths) Date: Mon, 5 Apr 1999 15:01:25 +0200 Hi, On Sun, Apr 04, 1999 at 11:43:11PM -0700, Michael Haro wrote: > You can close this PR. I'm waiting to find out from Jeremy if he has > some patches which just need to be submitted for indivisual GNOME ports > or if I should go through and send-pr stuff. I haven't done a full set of patches yet. Look backwards for a commit by Vanilla on the 27th of last month where he broke all these. Add 'sources/' in front of the directory in MASTER_SITE_SUBDIR. When I origionally submitted the the MASTER_SITE_GNOME stuff it had the sources subdir in it, but we had to change that because they moved everything around on the site for 1.0, then moved it all back... So MASTER_SITE_SUBDIR must always point to the root of their ftp site (ftp://ftp.gnome.org/pub/GNOME/) to preplan for them moving everything around again. Regards, -Jeremy -- | "In this world of temptation, I will stand for what is right. --+-- With a heart of salvation, I will hold up the light. | If I live or if I die, if I laugh or if I cry, | in this world of temptation, I will stand." -Pam Thum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 5 8:29:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 97C8114D23 for ; Mon, 5 Apr 1999 08:29:30 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA032554014; Mon, 5 Apr 1999 10:53:34 -0400 Date: Mon, 5 Apr 1999 10:53:34 -0400 (EDT) From: Bill Fumerola To: Gavin Cameron Cc: ports@FreeBSD.ORG Subject: Re: ht://Dig on FreeBSD 2.2.6-RELEASE 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 Sun, 4 Apr 1999, Gavin Cameron wrote: > gcc -c -O -I. -I./../include -D_THREAD_SAFE ./../clib/getlong.c > gcc -o db_archive db_archive.o err.o getlong.o libdb.a -lc_r > That -lc_r doesn't look right to me... neither does the _THREAD_SAFE > stuff... Hmm.. it compiles for me under 2.2.8-STABLE. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 5 9:12: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 010F21549E for ; Mon, 5 Apr 1999 09:11:58 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA38179; Mon, 5 Apr 1999 09:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from souffle.respo.or.jp (host9090.respo.or.jp [210.152.229.90]) by hub.freebsd.org (Postfix) with ESMTP id EBDB2153E8 for ; Mon, 5 Apr 1999 09:07:44 -0700 (PDT) (envelope-from k5@respo.or.jp) Received: (from k5@localhost) by souffle.respo.or.jp (8.9.3/3.7W) id BAA33853; Tue, 6 Apr 1999 01:05:33 +0900 (JST) Message-Id: <199904051605.BAA33853@souffle.respo.or.jp> Date: Tue, 6 Apr 1999 01:05:33 +0900 (JST) From: k5@respo.or.jp Reply-To: k5@respo.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10962: Update port: emulators/xsystem35 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10962 >Category: ports >Synopsis: Update port: emulators/xsystem35 >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 5 09:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: FUJISHIMA Satsuki >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: update to version 1.0.5: o none of files are added/removed. o newly depends on gtk12 instead of gtk11. o remove 'strip' from Makefile because ${INSTALL_PROGRAM} does it. >How-To-Repeat: >Fix: Index: ports/emulators/xsystem35/Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/xsystem35/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 1999/02/12 17:26:06 1.13 +++ Makefile 1999/04/05 15:38:35 @@ -6,17 +6,14 @@ # $Id: Makefile,v 1.13 1999/02/12 17:26:06 flathill Exp $ # -DISTNAME= xsystem35-1.0.2 -PKGNAME= xsystem-3.5-1.0.2 +DISTNAME= xsystem35-1.0.5 +PKGNAME= xsystem-3.5-1.0.5 CATEGORIES= emulators MASTER_SITES= http://www.aist-nara.ac.jp/~masaki-c/private/unitbase/xsys35/down/ -#PATCH_SITES= http://www.aist-nara.ac.jp/~masaki-c/private/unitbase/xsys35/down/ -#PATCHFILES= patch-19981123.diff.gz - MAINTAINER= k5@respo.or.jp -LIB_DEPENDS+= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 +LIB_DEPENDS+= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 USE_IMAKE= YES WRKSRC= ${WRKDIR}/${DISTNAME}/src @@ -33,7 +30,6 @@ ${INSTALL_SCRIPT} ${WRKSRC}/../contrib/instgame ${PREFIX}/bin post-install: - strip ${PREFIX}/bin/xsystem35 .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/ja/xsystem35 @(cd ${WRKSRC}/../doc;\ Index: ports/emulators/xsystem35/files/md5 =================================================================== RCS file: /home/ncvs/ports/emulators/xsystem35/files/md5,v retrieving revision 1.8 diff -u -r1.8 md5 --- md5 1999/02/12 17:26:06 1.8 +++ md5 1999/04/05 14:57:05 @@ -1 +1 @@ -MD5 (xsystem35-1.0.2.tar.gz) = 28dd0b169a71d0cf7f9aa46007d2fbbf +MD5 (xsystem35-1.0.5.tar.gz) = f632985dd5c6710be6970184de10a50c Index: ports/emulators/xsystem35/patches/patch-af =================================================================== RCS file: /home/ncvs/ports/emulators/xsystem35/patches/patch-af,v retrieving revision 1.1 diff -u -r1.1 patch-af --- patch-af 1999/01/23 18:38:32 1.1 +++ patch-af 1999/03/28 21:26:14 @@ -5,10 +5,10 @@ * include / library / definition */ -SYS_LIBRARIES = -lm `gtk-config --libs` -+SYS_LIBRARIES = -lm `gtk11-config --libs` ++SYS_LIBRARIES = -lm `gtk12-config --libs` EXTRA_LIBRARIES = $(OSDEPLIB) -EXTRA_INCLUDES = `gtk-config --cflags` $(OSDEPINC) -+EXTRA_INCLUDES = `gtk11-config --cflags` $(OSDEPINC) ++EXTRA_INCLUDES = `gtk12-config --cflags` $(OSDEPINC) EXTRA_DEFINES = $(OSDEPDEF) /* >Release-Note: >Audit-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 5 9:37: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C4CD14EBE; Mon, 5 Apr 1999 09:36:59 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA76681; Mon, 5 Apr 1999 09:35:03 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Mon, 5 Apr 1999 09:35:03 -0700 (PDT) From: Message-Id: <199904051635.JAA76681@freefall.freebsd.org> To: k5@respo.or.jp, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10962: Update port: emulators/xsystem35 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: emulators/xsystem35 State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Mon Apr 5 09:34:44 PDT 1999 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 5 11: 2:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C2188150FB for ; Mon, 5 Apr 1999 11:02:04 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA19725 for freebsd-ports@freebsd.org; Mon, 5 Apr 1999 11:00:07 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 5 Apr 1999 11:00:07 -0700 (PDT) Message-Id: <199904051800.LAA19725@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 [1999/01/25] ports/9691 ports jadetex port depends on unknown other pac o [1999/02/14] ports/10091ports xsysinfo does not execute 2 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/03/22] ports/6100 ports xmpeg3 chokes on filenames with spaces o [1998/08/27] ports/7761 ports Update to recent port submission of nicet a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1998/10/30] ports/8502 ports GNAT 3.10 port uses clock_gettime which i o [1998/11/29] ports/8891 ports ssh2 port assume you have zipped manpage o [1999/01/02] ports/9279 ports new port submission - libparanoia. o [1999/01/13] ports/9480 ports ELF kernel netboot o [1999/02/14] ports/10097ports new port - kvirc o [1999/02/22] ports/10197ports New Port: naim-0.9.3 o [1999/02/25] ports/10234ports New port of libimg for Tcl/Tk image handl o [1999/02/25] ports/10271ports New port of the Postilion mail client o [1999/02/27] ports/10296ports Fails to add packages from a 2.2.6-RELEAS o [1999/03/07] ports/10480ports tk81 will not *compile* with threaded app o [1999/03/15] ports/10600ports ssh2 port doesn't symlink /etc/ssh2 which f [1999/03/16] ports/10625ports XFree86 aout library support incorrect o [1999/03/18] ports/10665ports ports/graphics/sane needs access to /dev/ o [1999/03/19] ports/10681ports lessitf can't find X11 Revision 5 or high o [1999/03/24] ports/10783ports ELF emacs 19.34 hangs under X windows o [1999/03/25] ports/10787ports ports/www/apache13-fp configure failed on o [1999/04/02] ports/10922ports new games port o [1999/04/04] ports/10943ports "ports/print/teTeX-beta# make install" fa o [1999/04/04] ports/10946ports kdm 1.1 does not work correctly - XBINDIR o [1999/04/04] ports/10952ports imlib in ports is not built correctly o [1999/04/04] ports/10954ports build prob with egcs-1.1.2 (maybe bad che 24 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/04/23] ports/6393 ports New port: MultiMedia package - CD player, o [1998/05/10] ports/6570 ports New port: java CUP parser o [1998/05/19] ports/6699 ports New port: the Generic NQS system o [1998/05/21] ports/6709 ports New port kmessage o [1998/07/02] ports/7150 ports `elftoaout': new port o [1998/07/18] ports/7314 ports ncurses port doesn't support TERM=xterm-c o [1998/08/21] ports/7701 ports New port: drmario-1.0 o [1998/09/03] ports/7827 ports New port: garith-2.1 o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac o [1998/11/11] ports/8651 ports I create a new ports about wget o [1998/11/21] ports/8789 ports Port created for Lucent Technology's Csco o [1998/11/29] ports/8899 ports New port: qmail-contrib o [1998/11/29] ports/8900 ports New port: mail/qmailanalog o [1998/12/01] ports/8920 ports netscape java displaying on ncd xterm cra o [1998/12/20] ports/9142 ports Re-work patches to configure script to be o [1999/01/07] docs/9375 ports Information on how to build PLIST automat o [1999/01/11] ports/9452 ports New port for itk-3.0.1 o [1999/01/11] ports/9454 ports New port for iwidgets-3.0.0 o [1999/01/21] ports/9615 ports explorer port fails to build, can't find a [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/01/25] ports/9686 ports Update of the nn-6.5.3 port o [1999/01/26] ports/9699 ports Reorganization the x11-toolkits/xview por o [1999/01/26] ports/9700 ports Reorganization the x11-toolkits/xview-cli o [1999/01/26] ports/9704 ports Minor fixes to olvwm o [1999/01/26] ports/9710 ports NN-6.5.3 with NOV enabled can't find .ove o [1999/01/27] ports/9734 ports TclDP-4.0b2 port added o [1999/01/27] ports/9739 ports Update to math/metis port o [1999/01/27] ports/9740 ports New port: cm postscript fonts by AMS o [1999/01/27] ports/9741 ports New port: ams postscript fonts by AMS o [1999/01/28] ports/9745 ports Ports changes for SWARM ports ( ports/972 o [1999/01/31] ports/9840 ports patch allows ports to fetch their sources o [1999/01/31] ports/9851 ports Port update: update R to 0.63.2 o [1999/02/01] ports/9864 ports make rblcheck use relay.orbs.org instead o [1999/02/01] ports/9866 ports port of unix2dos and dos2unix utilities o [1999/02/02] ports/9884 ports samba does not allow "joes" (username+pas o [1999/02/03] ports/9899 ports port submission for tdetect o [1999/02/03] ports/9901 ports New port net/libnet f [1999/02/04] ports/9911 ports slrn port Makefile broken (patch included o [1999/02/05] ports/9925 ports New port, br-ispell o [1999/02/06] ports/9939 ports NEW port for tkRunIt o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/14] ports/10092ports Here is a port upgrade for fvwm-2.1.10 o [1999/02/14] ports/10093ports Upgrade GNAT to 3.11p and fix for ELF o [1999/02/14] ports/10096ports New port: games/xtet42 o [1999/02/15] ports/10102ports net/ircII port wants to install help file o [1999/02/15] ports/10103ports revision of port of plugger-3.0 o [1999/02/15] ports/10111ports Problem with the pgp262s port, Makefile w o [1999/02/16] ports/10123ports Update for t1utils port o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/02/17] ports/10134ports New port: lynx-ssl (Category: www) o [1999/02/17] ports/10137ports version update of RPM port to version 2.5 o [1999/02/17] ports/10141ports korganizer update to 1.1 o [1999/02/19] ports/10161ports New port : mail/mailx o [1999/02/19] ports/10164ports XFree86-3.3.3.1 build fails with kerberos o [1999/02/19] ports/10168ports [NEW PORT] ezbounce (IRC Proxy) o [1999/02/20] ports/10176ports [PATCH] upgrade of devel/doc++ port o [1999/02/25] ports/10268ports [new port] colortail o [1999/02/27] ports/10297ports libtix numbering goofed up o [1999/02/28] ports/10304ports unpost master site removed o [1999/02/28] ports/10309ports New port, id3ren, mpeg3 audio information o [1999/02/28] ports/10313ports New port - ripenc o [1999/03/01] ports/10321ports Update Ports: postgresql-ja 6.4.2 o [1999/03/01] ports/10329ports New Port of XMangekyou-2.0 o [1999/03/01] ports/10333ports New port: kmikmod o [1999/03/02] ports/10354ports New port of XBalloon-1.0 o [1999/03/02] ports/10367ports NS Communicator 4.5 fails o [1999/03/03] ports/10377ports `make' in ports does not honor {f,ht}tp_p o [1999/03/04] ports/10389ports Create new port mod_jserv and JSDK 2.0 o [1999/03/05] ports/10396ports SPIN is in the wrong category o [1999/03/05] ports/10410ports pkg_add: could not find package XFree86-3 o [1999/03/05] ports/10413ports su2; description of file location is wron o [1999/03/05] ports/10414ports slirp port patch o [1999/03/07] ports/10469ports new port: linux-netcape-communicator-4.51 o [1999/03/07] ports/10476ports x11-toolkits/tix doesn't build properly o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/08] ports/10489ports new port of gnotepad+ o [1999/03/09] ports/10514ports New port - V.E.R.A. o [1999/03/10] ports/10532ports Port of GNU Pascal o [1999/03/11] ports/10543ports New port uploaded for xslj o [1999/03/12] ports/10562ports New port - PVM3 o [1999/03/14] ports/10592ports New ports: japanese/exmh2 (ja-exmh-2.0.2) o [1999/03/16] ports/10617ports New Port: archivers/pkzip-2.5 o [1999/03/16] ports/10634ports Update the hylafax port to do a client in o [1999/03/18] ports/10649ports NEW PORT: devel/icqlib o [1999/03/18] ports/10651ports NEW PORT: net/kicq o [1999/03/18] ports/10661ports TCL command line option parser port o [1999/03/19] ports/10677ports FVWM2 finally went to release status o [1999/03/19] ports/10682ports List mirror sites in MASTER_SITE_BACKUP - o [1999/03/20] ports/10696ports Lesstif updated to 0.88.0 f [1999/03/20] ports/10702ports Add NCD audio support for emiclock ports f [1999/03/21] ports/10707ports [ADD] port for doxygen o [1999/03/21] ports/10716ports new port, easy library for command entry o [1999/03/22] ports/10735ports new ports categories haven't been added t o [1999/03/23] ports/10745ports NEW PORT: lang/jdk-tutorial o [1999/03/23] ports/10751ports A new ports of CrazyWWWBoardLEp3 o [1999/03/23] ports/10763ports nitpicking on the dict port o [1999/03/24] ports/10770ports New Port for kmp3 (a mp3 player for the K o [1999/03/26] ports/10813ports crossgo32 brokeness o [1999/03/28] ports/10837ports New license mechanism for ports. o [1999/03/28] ports/10839ports [new port] bison-1.27 f [1999/03/28] ports/10844ports New port: adagdb o [1999/03/28] ports/10846ports New port: THE text editor o [1999/03/28] ports/10849ports [PORT UPGRADE] crossm68k-devel (EGCS-1.1. o [1999/03/30] ports/10873ports Upgrade devel/ORBit to 0.4.2 o [1999/03/30] ports/10874ports [PATCH] html2ps doesn't handle `file:/... o [1999/03/30] ports/10882ports new port textproc/tuc o [1999/03/30] ports/10885ports [new port] java2html-0.4 o [1999/04/01] ports/10906ports Update: lang/ruby o [1999/04/01] ports/10907ports New port: x11-toolkits/rubytk o [1999/04/01] ports/10908ports New port: japanese/rubytk o [1999/04/02] ports/10916ports new port biology/molmol again o [1999/04/02] ports/10919ports libutf-8: an i18n library for Unicode enc o [1999/04/02] ports/10925ports port update - xlogmaster 1.6.0 o [1999/04/02] ports/10926ports Change: misc/amanda o [1999/04/03] ports/10932ports x11/wterm: MASTER_SITES update o [1999/04/03] ports/10933ports Update: graphics/tgd o [1999/04/03] ports/10934ports Fixes for postfix port o [1999/04/03] ports/10936ports Minor cleanups to audio/gmixer port o [1999/04/03] ports/10937ports Apache13-FP port upgrade to v1.3.6 o [1999/04/03] ports/10938ports Update: graphics/xfpovray o [1999/04/03] ports/10939ports update audio/dap to 2.0.2 (please test... o [1999/04/03] ports/10941ports Update: x11/wdm o [1999/04/04] ports/10942ports xblast-sound won't install (Makefile has o [1999/04/04] ports/10944ports ports/sysutils/mkhybrid12: version 1.12b5 o [1999/04/04] ports/10945ports X11 "sessreg" program does not update /va o [1999/04/04] ports/10948ports Update: editors/hexedit (1.0 -> 1.1) o [1999/04/04] ports/10949ports Update: editors/xcoral (3.2 -> 3.14) o [1999/04/04] ports/10950ports Update: editors/e93 (1.2.6 -> 1.2.7) o [1999/04/04] ports/10951ports Update: astro/xephem (3.1 -> 3.2.2) o [1999/04/04] ports/10953ports Update: audio/mp3info (0.2.15 -> 0.2.16) o [1999/04/05] ports/10957ports Update: x11/xautolock (1.14 -> 1.15) o [1999/04/05] ports/10960ports Re-submission of older ports, these are b o [1999/04/05] ports/10961ports gzipped manpages and .so macro in ports 134 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 5 12: 1:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EECCD1548B for ; Mon, 5 Apr 1999 12:01:57 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA24948; Mon, 5 Apr 1999 12:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id EA438154BB; Mon, 5 Apr 1999 11:54:26 -0700 (PDT) Message-Id: <19990405185426.EA438154BB@hub.freebsd.org> Date: Mon, 5 Apr 1999 11:54:26 -0700 (PDT) From: jef53313@bayou.uh.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10965: lcc-3.6 unable to compile anything Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10965 >Category: ports >Synopsis: lcc-3.6 unable to compile anything >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 5 12:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jonathan Fosburgh >Release: 3.1-STABLE >Organization: >Environment: FreeBSD fosburgh.dyndns.org 3.1-STABLE FreeBSD 3.1-STABLE #15: Thu Mar 25 12:15:31 CST 1 999 root@dorm-36314.rh.uh.edu:/usr/src/sys/compile/31R1 i386 >Description: The port of lcc 3.6 does fails to compile any programs because 'long long' is not understood. >How-To-Repeat: cd /usr/ports/lang/lcc && make install Attempt to compile any C program: #include int main(void) { printf("Hello, world!\n"); return(0); } lcc hello.c The compile will fail with: hello.c: /usr/include/machine/ansi.h:106: invalid use of `long' hello.c: /usr/include/machine/ansi.h:107: invalid use of `long' >Fix: Upgrade to 4.1. I have been working on this but so far have not successfully gotten the program to build. Require new driver. The driver for the current version resides in files/FreeBSD.c.in May also need a new md file (files/FreeBSD.md. >Release-Note: >Audit-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 5 12:22: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 049F3154E0 for ; Mon, 5 Apr 1999 12:21:57 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA28221; Mon, 5 Apr 1999 12:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sepulchre.aldigital.co.uk (sepulchre.aldigital.co.uk [193.123.86.250]) by hub.freebsd.org (Postfix) with SMTP id 90BFC14DC8 for ; Mon, 5 Apr 1999 12:20:44 -0700 (PDT) (envelope-from root@sepulchre.aldigital.co.uk) Received: (qmail 7014 invoked by uid 0); 5 Apr 1999 19:18:45 -0000 Message-Id: <19990405191845.7013.qmail@sepulchre.aldigital.co.uk> Date: 5 Apr 1999 19:18:45 -0000 From: adam@algroup.co.uk Reply-To: adam@algroup.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10966: apache_1.3.6+ssl_1.32 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10966 >Category: ports >Synopsis: update to current version and recent openssl release >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 5 12:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Adam Laurie >Release: FreeBSD current >Organization: apache-ssl.org >Environment: >Description: begin 644 apache13-ssl.tgz M'XL(`,@+"3<``]1=?5O;QK+OO_`IMB2G:9-(QD`(H:4/+IB$I[Q=3%KZW-[K M(TLK>XO>CE;"T)3O?F9V)5FR5I)[;J0\EYZ`/?/3C'9V=G9VM:-C!(8YH_UM MC7-'YS,C_.KS__0W-W=W=\A7A/3?ONGG_\)/?WL7_B-D]^WFUM;FF[?]3:!M M;>^\^8ILMG`OI9^81T9(R%>&93W6X9KX_T]_GI&;&>,$_F<0/J..0XS0G+%[ MJA,R,NXI81%A'C!MYM#7)*2N#T3#>XQFS)N2";7]D*X_(Q%*<9@'&,.SX"OU M2.R!<]VAA,DCH5Y$0[QD@\^$L`W0<.%'<`$`7.,1A)@A-2)*+!92,_)#1OGW M`LJ%S!R9S!G]Q??W9>M+: MI(G$]+W(8![?1]::D1L*2U][P=U40>H=79Z?#R]N5*SCX>CH6L6X.CL=E:X0 MK502>Z[U9IEQ;MQ19);$&Q%\*,P'I5O6%+7J3GSB4DT M4K"2>P>=0K2@0"4_DIY%[WM>#'VT]>,W??7%PJ9*`,%[ M_WO;Z[T@/U;!R`\_D!?#BV/-M[4JS(OUVX%@::/1V3Z1GPFG9AQ2,J<33L-[ M&L+`B.@T-")T:P!2XU%?;Y!\2FX; MO_;)MXLV?[=^NW[[D<-(@Y%,@GCB,)-8O@NC!2\AS`T6H=;Z+7SVA9C,C,)X0`Q"_YY9$$Z6-'RXN;D:I;B8@WG7;R]HQ$TC MH&0D>V'DFW=`(F?&(X"^Q7M^30`OQCK9$A%C6_R^.1NEC/7;/D2=FQD%`0;\ M`YW40_D0`'D,K07E$!0\B#/8K#F+9J`?PHPM&B!;MWYK^G#3`$7:QU$6\1*A MIS>#:PB4/`J9$,,)B*(/@1]&KPF]IWB='T]GZ[<+F42*!.@$(Q+X@!WZ+@@F M/MXZ!=,ZOBF,K6/7G."PL"A@'4Y,@$$LM/T8[L.7MP5.2HQH'[%IS\^B*-CO M]>;SN2Z=1LSY?CA%T,N7Y)HZH(<2#X+RO@R4>,]H`.D&''N=V0SN;D/VY09Q M#(B\$>@.A0P(II'A.-(K<@'[-3K'7$PO:`[G$9"F'X)\.7K`(J#9]:T8XR!* MBF9&),Q)/6/B@,K$WB#?LXS02L8/*$%#3V*A$2:")/)7#T0YS*J'H8S/#<-0 M@&J'H4#`,)PPKV=-7-?PC"F57V>1Q:;@'^FWP.!\#@.%1F9/RND9IDDYU\$7 M;3UI48&/?S:1UO;,217P'`1JA9,&56,%Q/P9C$MJT@5]ZYL$^9#$/<@;&K MX-B>BU.O@C,U\8^",>,AG=('%0>Z7EAG/'7\B>'P.HS2N@DW5.I%GN-77N:J M6RAX$,XCW_2=*GY(_P4Q5F51P;Z'&%#%M!1T%]P3`C3DC"JNSS7F84*JFPJ> MXH+0-OL[_6T%AZ.M)CX$'043`H\SMF"FJ^*IG5&PN!FR0-5DP8U#ABR'3>@# MS08H?`4[/SSJW"_Q('[B@)F-#0_FB3J`-:EBFS3TQB[,+%4`&;NJN#`((.KS M*O8,.@OFLRHV\VR_BH>!:RSC6@4BI/.004=4L'E`P1^F5>S88^">8V95`B`A MB4+(E06`8^PV)LD'&8_-R$D9P0,OL)(O,++`.KYS3Q,"#!GP'2`#_!`UDBPE M_L@]\SEA$ZGR3)ZT:!Q-]RNP" MAWD61IW(=0IDF+YBPT$S]&3@J`'(:1_65YH%"=!J4%X+LWU(2<):B'2L6DAS MT\3PD#-O,TRD=LTXAQDKH#A;`00#=R60'/XK(2$.K(AS5P'ZJ]EX$OISWM!; MQ5C4B)RR9HSOW[$&3\L%N&98W%7`P`32"N!$T=S?$U#&DW%YS3R(2DCUWA4$CH3*O6@$:4AM6 MA635B9>32ATGFX"<=I!([-[&9@ MLT^DDWLC#HP2-SOU(AEH1$(@6R44++*'*N39Z='P8C14L2!3J+X3B'UC6*A4 MSPVXS0GC0%NEI\V81[ZKT3#TJ]MD>5PSC7MJ1-66M&HZC4Y,J\8SZZ)=0RHP M,SS+J>/7IPGUTU>RN:%%0;7+)I@:_KU_5^>H=Y0&D#3<5P^?;".HTN4,3XLH M3`9&W2#$U1/FG94(C\['-O1Q#+/%N#_>7!787Q6XM2IPNQ((`0G3-0U&&*TV M.BX175K;;YPV)'3Y49.!Q\$T M-"RXB7'DUYIN#LX.:5BUI\)40WD2$,8B(""[M&(HPF<^S&3U$#G(ZC&Y:60, MDVU?AU]_!_ZWI&_]/>E;#=)Y7%Y6I8..<;,WN#JM'I4(.!G\5ST`]\?')\GX MT"-^7XDT'0:1?SR!F'$WKLV:!%KL>(UQ`[AFBA3(9:^H15M4[G3X=>DD`FWF MC><&BVH&@,0U+`@1T[0B%!A_'M7D%@AI6-$@1#S]&">FAH@T<:C;T%#/#Z8U M63-"`AK:VH1;.SLKX*R:J+)`S591&4&(J4ND4F`]0CPK8]'C.&)!@RT@`]3J M\WY$B7#UY[AY>N04'^\FWS39?9`BJ:!BQY'WDNL;A-,O=>GH$";&)Q69Z8)SC5J-E02C&?`!+V2 M-/D'.A:E,X"R-TA*56,TB*>>]Z.#@^'^8IQB)T)P1()R-]XF#FKF2% M<,O+C/+VFF1,%%(FF"["G/VH9"BDPV+`",MHYLWRTVI"=0ROK-%WRW?F/_05 MM*T2+?3OJ%>BQB%8=XEHE@@PO8`E8ZIDJ$R`#)CB>-D(N*9A7EQFX%ILF03A MN42[9\LDNT3P'1Q.:JH?E,V0L"#VE3GA')\?+)&GU*,A*Z%3LJ+S4Y9"!ZY] M])!-9Z6>$)PX6";C;YW/*"U=(#*9DC\(:LDC!'6[1"TF>9(H'Q:7J-0NTUC9 M;5W_GI55JU3'4A3"6!5(\>HC)/%?02 MCC*293Q%/$MXJJB6L)3Q*>&IHI1D8:`IFR%CE6V1L=3A*>57!"G)5H2JC%&A ML2*.2&9%-"DP*^0FW))72ZX8XC6L"J'*&"!9=[2BVY6#7+)"@WD3?ZYF6`U4,..*_O8K.DT9S!)6:=2+=I:= M6-WZ`(\KE<&"7$(KK!25>U9ELBIC59BI/$>531;'U,/34J7>GONA4VZ_H.9: M!$L!#1^\!B&>4?/NBU18^$::6"TH'\;VQ`8X,($:NF1Q;B8C%1_D9^3BX^2, MG%-=H*GV%6H`N$"J8_M6#5>NEVH`,I&N!B@X!5+.:\OT`J5H7:!4'N*2A[34 MYTKE65KUR5)YFGC%LZ6+\[O?5N=V+3G:T=XZ6_R,.(I=GR1/>VEXT(Q?^/74G-'Q-^N_>[2'PUYGO[J^MK0TLPR5G M1APRN'D#OAP:SC3T(1J9OA[?_0A80(G5*9ZO3$X>BL.1DT>"7PX]8PI#00\" M/8PE'`^%YFX_19\;X1TYCT-8[9`?7/AR")KP1*/^I_&C+B^]G,DSI>+\J0'! M(XK`)A,6X4'4&74">3KT)^J1_>_@$FS+\U-H:VKAU_=XHA?;^:ZWV>]M[9*M MK?VM_GY_CV`=`QD^!.0Y'OL<7`V./@P/R)IPI_0[G@`^0-(68HYAJ%T,S@$E M?Q('?/Y)@I_6;Z]^?I\'I,W.$,)-TV\H'*XY&MP,WU]>GPY'!VLPTDFZ801> M/AC=#*_'H],;X($T>^G8*AY93<_EX.G/'OE]_79M3<+@M^X_Z(8)_=8+XDG/ M#!^#R.^!TM[B>'/IDNG$@U40_!/7U`F7=Z?C]ET*7TV%[;!PXLB[QZOFM%Y1 M2`-8+X$'NGDER145>N*[>`H-U^V0T@FW,ETNPXU:7JMOSCS`ZW\$X@IH&\R< M=]D^7F_ARG6-Y#!3:4:,BG4C_K](NI_?+[>]QL"R@;IAA-B/U(I1.TXI\A`Y MSRM=UL1$Q^,%J9E6ZU#DO+;.+V+4;K-%2[/[*#ASC9C< M<>[0@.9FGHD"BF>]RR*28^%_WX+)A7_?A/F#Z-R`(,MUSX^B7#LQ[/RV]?-! M$5MLR#,`I.'IY/1,Q@KX>?XI#5A/SS\-;V^N!T9)`U/7'B_'Q\`KF/@AJN$$$HO>??[JZO+X9'9]>/RW& M0,+$BSX,1N.CRXN3T_'*: M-DC3<)[0Y.;*P?N+CRF9/W(\JP)YT.*2WB)G36%)REJ$%?/8%(J/GAT\0B'0 MO7LC3#EXU+`H`8-Z>B/BN:8&F6'H^U$1(PXIDJR!D`"*(]$E63(YS&Y$YM-% M5#')SAL'#*.A*0SKCYA'*4=6%FA8]4BM@Y"*VI,B3U8D'+A^Z:J$DYR.R\S` MN(+K8C]?7MVUXUH,O>'HYOKTZ&9X+`?HQE%2VT=D M))J&1C![W)!C^:(/&<]:5I6A]\DL*@Q]_AWYZR]H8Y[T M1+Y.C+YV"$T^^G#YE/M(-EZ^?$E^A7C-O.G7&WG.;WY,7'1T3B,"@Y2A3Y*\ M:*R^`LD$[D943H:"G9I<79/HA'O)U'O4\M?@Y=8R\=Q:-(_RR:)S4(XN^='8L_/``QDWR M\8EH9V),B.B%48)H#K1CZL04/H4<6F=OY+TS@.&NT0<\KH4E5&N'I@7:?[W^ M>71]](2W@B7##W_:B4^*T/X?32M"D=CD4:K1>R?LX0K9"#9I&#&;F>!;`@VV M^F\\[%T(@.G,HIN>3?[G>UF(*X)37OCW\/%\\//P*?F+EH//A]]+Z/-/1U=/ M"S1.R1@]1>%++_'Y@+HYS7AO7/Q&AA1#'4Y3>8G'9HZ95/IB09=8[U6WP6:X M:;LA1**#R'F)_(#I+:ZI=!?69W6KS:KJTZ16MJ("57)7KD)=KK"M*Q];PE97 MD2T!(2IJFD92EX`DB$V3!=*7O9DX:+VDA2H>;H/ MJ>SB.XA+*%77)MU>%IDQ%C)RV%1H1MKX'BR%MWYZ,;H9P^@\R,D36=>K`G>C MR,YIAZ@`T8D\(R-@\WD:N4@=*JY>)!V5,G+I2HV>-(VI@.PIB6E, MK^#FDQLUHICQJ!`R82KPDE"NHF7[Y)6L11UJ-62IQJX!F-3I-:#22K]J6+%: ML!J7JS>L!BW5.%8#LR+)>LBBR+(!EZO5;$#FJSX;H&GQ:`,L*3]M0*4%K(VP MM`IV!6"^I+8&OJC-K08M*GNK,;FZX&I0KJRX&I26)-\KZ M?S54^2H!-;1<_*_&J=XA4($LOH<@!\*G>TO?LX>'2^3D0>$2-7MNJJ;G'O!6 M`!;/>I<`R6-(0<7S[#WNVQ$>NN\E+P[BMD* M6KR9IB6QX.%FBZ*!T*[TQ:*V7340)7$G%1(^OWU-9O#(H]#K0A5G4\]P.M$D M#@QWH<@3@<[N0E>:K[2MRF$3F("--K40&GS$F5FMK==RFL:'U MUN`)!!KR-E44UX9MJE`DCJVJ*^38K6HJ+[E:5V=UHZIB7="*3C1@V_*[&[I" MFW#!5O,@H6;A?^WKZB(O$HJFU!OCPF%LSHRPW8FPK*]U;8N6M3ZF1,M@!3VV MJ,-1W[CK3%K:\VEGHP@W.CE2)^-N1 MKFPGN"-]Z1YU1^KDUGG[RG!OL2,U\G%&1[J2)S$=:D3BD[4@4M`RUIUB.P= MTZVKZ*6OJNY2U^)-D>TNNE1JO7#S[ZUYM M_MUUW6M/WAK8O>+TO9G=:UZ\S;5[W5@8W[U6?(?L%[`SOOKW"S@6OK7U"[0V M>]YK3]W1^@3:+5T!_"5N+@Q]?)'2T_(Q0':33U\EVJQIRUO1S)YFK/,'< MB9IN$RM`)$S.V]X`R>F4!_7DV_LZURK?.MV95O15L&U7;IH>@NS8JEUHZV)D MB%.FK2OHI"D\#O":#E0DC$5-0:O*DA?ZMKK<375UV$^+>H16A^ZRMFYT)242 M';6L4*W2JJY<$48G;2O5SK2J+5>$TDGK2D5#[0:M23>MRFJP6@[!#ZWZ1.'P M7@>S?=L''@V3M:F@BXDC.\$D-R;;5#6)F6/AFY,ZR2O;G=L+I9(=''1MW=>D M!EWTD>ZW51[0,]L^4)N4O+5CES)3HOJY.LJ;?9`+2UNK10B>?0A]^3; M4M)"S-23-TJ,+=_[K'*%V3^[U&R(?7;)(CA\=JG)__/.9Y0;Y,KM\P(%1NPW M3/S8,VDMLS=S;(O]X5K4N7-F$^0[]=WOGT]VV MD03Q/?NK['.$88L]T#G),<_'/%FB9:[^,32UNQ]_,0T*G*H:D'YB;BL> M;'1)`G\D,=-=`Q!]?_?P]*_Z3[[L-M6-Z@*VW&MXN_Y\L=W@M8TG?K723W[= M[*V[:GWOK=S];KQ!?^/67L53[+^W6$YVSOS=2[G97.O//WWZ]%.Y/6G:WX[V M;7]M9_WUS.514<7-5]^VB[J-PQO?PRZY?SUW%[8\;Q?E MKE?E]IL_#!MG8%R=_4H6BWSV+I9V_AZ^GG-LQAYNUW_'+LY^(6<-LMC#M[/W M\%3MX:_'Z_7#Q5\OJY?5Q69]VU#73[N6O'N^?6[(I?'2Q>YFLYO_X79]=[?: M-G[\.,Q_%VG19/CRW/[)^"WF^-&_K[<7-]OGN/_)/KS]7.Z>#,'KK!UES^O] MA--W_,K%/W_\[=<_?O[UC]^_ZY=_^OGW'[]SK[^4>^#M?W=@+U<+/AQ>0U$> MKK_M4"GOU7B7[$GZS^YQLP^W+^52S2D6=JN8FT,M"^;ECHN5X,TU;>@EMY< M+6US)SSQ96205L4`O(J++E_6V_4+B+CF#`'10ZJX(T;HD&KB23C@CD]]8(V8 M05.]3:")09.")@)-"IH8-"EH(M#$H+ZLMQ%TB)%J$!ATD`!TB!ETD!!T+]2@ MY:EKT"%F4*NW"=08U!34"-04U!C4%-0(U!AT>55O(^@0(]4@,.@@`>@0,^@@ M(>A>J$'+4]>@0TR@W:+>1M`A1JI!8-!!`M`A9M!!0M"]4(.6IZY!AQA`QWN] M';9KT(AKJA`0-*0*-&($#:D&G80#Z/C4!]"(&337VP2:&30K:";0K*"90;." M9@+-!-JGBK0$@!H"@(5"L*'5M"$0;FC`.RD5\$A0$8<@R$L(&'DIR#Q9C1HA M\W0U:HS,$]:>`)%IRDJ7BWP%`2"'`'BA$')H-7((A!P:($]*A3P25,@A"+)# MP,@NR-Y`=D;V!K(+LC>0G9&=D;O<0X#(14"\HC!RT0"Y"(Q<-$1^56KD(*B1 MBR#(2P@8>2G(KA%P3U\"L"(B]S;Q``<@B`%PHAAU8CAT#(H0'RI%3((T&%'((@ M+R!@Y(4@R[L<&B'+NQP:(\N[/!(@R1`9$[82ULN($#D(B!>41BY M:(!*$01"(V2IY$)C9*GD1@)$YDK.^BY#0,A=9N1. M4DEHB-Q)*@F-D#M))2,!('><2BSW/02(7`3$*PHC%PV0B\#(14/D5Z5&#H(: MN0B"G"%@9'Z7BZ+(F9'U72X:(^N['`2(W'B7'0)&YDFN*(KLC*R37-$862>Y M($!DF>1ROX2`D7F2*XHB+QE9)[FB,;).-[.>2_;R1_9RSGVOV\QX" M1I;LYXWLYYS]O)']7+*?-[*?<_9SS7Z>(6!DR7[>R'[.V<\;V<\E^WDC^SEG M/]?LYPX!(TOV\T;V<\Y^WLA^+MG/&]G/.?LY93]?V%6]70-'7+.%@+@A5;01 M(VQ(->LD'%#'ISZ01DRGSJZJ33QM1L.ME\'6XU#K9:#U-,QZ&60]#K%>\/IJ M$_%H:*G=)[.O5I^-OMI\,OEB\:L)BZ8KGJQTJJ*)2J)<@'A7;2(>E1XNA<>@`)X4'4XEATO!X5ANN)RS MK$[_T].-3?GK"CT[W\<22K-H$O$1#(\G02#@TD@R-1$,C MR=!(.#02#XW459N(1Q]ND@\WX8>;Y,--].$F^7`3?KB)/MS#&B8N8-+JI2Q= MXKJE+%K2BJ4L5^):)2]4'M8<<,&!5AMDJ0'7&621@5889'D!UQ9X86'*#Y`= M8.;G>1]G?9[SI\,6#EHX(/EPQ(-1KFF=-N`24+BVDR_LQ*LZ^>"9-N"XQ:.6 MCUDX8OEXQ:.5GPZ.5'SWIT$$0PB&!P\.'!K5P!@OP1_^+1???RS?T:/PXOIN M];3[^.WYYGZU^QA7+)_H8SO7-/?^9+_<^^.M MLX?&LMCD%CO;4CO;N2ZQLZUAY_K!'KJQ?BZ]6*OFK.7E1F=[4,>6K=`E]A84 M[`P[TPYVDO$/7(UU/54M]5C+5:/]%4]UDSU>`?5[VF;.M\K=;9!ZGQ7U/E6J#/]3V>;GLYT.IUM M;SK;T_1((].3W4N/M2P]UJ>TV9ST2$?29AO28[U'']:?R]"I M?J2GFI`>[3QZHMUHM`^MFH,>^G;.3^$?5O]=[SY\^,?[X_WQ_GA_O#_>'^^/ .]\?_\^-_?:!&<`#(``"M ` end >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 5 12:25:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 13FC1154D5; Mon, 5 Apr 1999 12:25:35 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA30199; Mon, 5 Apr 1999 12:23:38 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Mon, 5 Apr 1999 12:23:38 -0700 (PDT) From: Message-Id: <199904051923.MAA30199@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/10966: update to current version and recent openssl release Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update to current version and recent openssl release Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: billf Responsible-Changed-When: Mon Apr 5 12:23:16 PDT 1999 Responsible-Changed-Why: I'll look into this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 5 12:52: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E10B015511 for ; Mon, 5 Apr 1999 12:51:57 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA34049; Mon, 5 Apr 1999 12:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id E085B14C8F for ; Mon, 5 Apr 1999 12:45:02 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id MAA84443; Mon, 5 Apr 1999 12:43:05 -0700 (PDT) (envelope-from mharo) Message-Id: <199904051943.MAA84443@patrol.area51.fremont.ca.us> Date: Mon, 5 Apr 1999 12:43:05 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10967: Update: net/cftp (0.9.1 -> 0.9.3) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10967 >Category: ports >Synopsis: Update: net/cftp (0.9.1 -> 0.9.3) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 5 12:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - New version (0.9.1 -> 0.9.3) portlint: 2 warnings, 0 errors both warnings are WARN: possible use of absolute pathname "/usr/share/info/dir", in Makefile. I haven't learned about the info stuff yet, so this might be a valid warning. patches: 0 new, 0 removed supports PREFIX: yes supports CFLAGS: yes >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/net/cftp/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1998/05/14 07:27:51 1.1.1.1 +++ Makefile 1999/04/05 19:26:54 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.1.1.1 1998/05/14 07:27:51 tg Exp $ # -DISTNAME= cftp-0.9.1 +DISTNAME= cftp-0.9.3 CATEGORIES= net MASTER_SITES= ftp://ftp.giga.or.at/pub/nih/cftp/ @@ -15,14 +15,16 @@ GNU_CONFIGURE= yes pre-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ + @if [ -f /usr/share/info/dir ] && [ ! -f ${PREFIX}/info/dir ]; then \ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi post-install: +.if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/cftp .for file in AUTHORS ChangeLog NEWS README THANKS TODO @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cftp .endfor +.endif .include Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/net/cftp/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1998/05/14 07:27:51 1.1.1.1 +++ md5 1999/02/13 09:51:12 @@ -1 +1 @@ -MD5 (cftp-0.9.1.tar.gz) = f47fa185a07b880cd62808a3f4172133 +MD5 (cftp-0.9.3.tar.gz) = 065851914e2e7c7afcbe706cd6a3b106 >Release-Note: >Audit-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 5 13:17:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bells.cs.ucl.ac.uk (bells.cs.ucl.ac.uk [128.16.5.31]) by hub.freebsd.org (Postfix) with SMTP id 1263A1545C for ; Mon, 5 Apr 1999 13:16:56 -0700 (PDT) (envelope-from T.Pagtzis@cs.ucl.ac.uk) Received: from meteora.cs.ucl.ac.uk by bells.cs.ucl.ac.uk with local SMTP id ; Mon, 5 Apr 1999 21:14:57 +0100 X-Mailer: exmh version 2.0.2 To: ports@FreeBSD.org Subject: problem with port Mime-Version: 1.0 Content-Type: multipart/mixed ; boundary="==_Exmh_-16996676860" Date: Mon, 05 Apr 1999 21:14:54 +0200 Message-ID: <1217.923343294@cs.ucl.ac.uk> From: Theo PAGTZIS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multipart MIME message. --==_Exmh_-16996676860 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi All, I have been trying to make ghostscript which at some point during the b= uild = of the binary it produces some error. I include the error produced by gma= ke in = the file attached Also I am trying to obtain the gnome-libs-1.0.4.tar.gz. For some reason = the = file is not obtainable from the ftp site. Could you please look into it a= nd = let me know? If possible email it. Many Thanks Theo --==_Exmh_-16996676860 Content-Type: text/plain; name="err.gscript550_build.txt.gz"; charset=iso-8859-1 Content-Description: err.gscript550_build.txt.gz Content-Transfer-Encoding: x-uuencode Content-Disposition: attachment; filename="err.gscript550_build.txt.gz" begin 644 err.gscript550_build.txt.gz M'XL("),9"3< V5RQ* MG'Q, 3Y8(%QYT660F+6UG=T:=#'A//HHT&; L@CJG%&8%?W@Y%A))B9M$%L\0Z__);BU\L8[6LCY#=IPGS9:17:)H&C@Q2)@)E6"'H M10(IG*?H<@I8J[MNGB 1>?+@[G"N @R>;NN*-QW 23EW9I7M16JV@3W!BS%_ .\N?_N'D + 4MP"X! 1 end --==_Exmh_-16996676860-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 5 14:32: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 685981547D for ; Mon, 5 Apr 1999 14:31:57 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA80927; Mon, 5 Apr 1999 14:30:01 -0700 (PDT) (envelope-from gnats@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 710651547D for ; Mon, 5 Apr 1999 14:28:13 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 3E95E16B9; Mon, 5 Apr 1999 14:26:15 -0700 (PDT) Message-Id: <19990405212615.3E95E16B9@norn.ca.eu.org> Date: Mon, 5 Apr 1999 14:26:15 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10968: Update misc/less to 3.35 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10968 >Category: ports >Synopsis: Update misc/less to 3.35 >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 5 14:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #88: Mon Apr 5 00:07:22 PDT 1999 norn@norn.ca.eu.org:/usr/src/sys/compile/NORN i386 >Description: Original patches(normal & COLOUR_LESS) still apply cleanly. Portlint reports 0 warnings, 0 errors. >How-To-Repeat: >Fix: Index: less/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/misc/less/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 1999/01/27 07:41:23 1.17 +++ Makefile 1999/04/05 21:21:18 @@ -1,12 +1,12 @@ # New ports collection makefile for: less -# Version required: 3.32 +# Version required: 3.35 # Date created: 8 Nov 1994 # Whom: ache # # $Id: Makefile,v 1.17 1999/01/27 07:41:23 fenner Exp $ # -DISTNAME= less-332 +DISTNAME= less-335 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= less @@ -19,11 +19,11 @@ EXTRA_PATCH= patch-ab pre-clean: - @rm -f ${PATCHDIR}/${EXTRA_PATCH} + @${RM} -f ${PATCHDIR}/${EXTRA_PATCH} .if defined(COLOUR_LESS) || defined(COLOR_LESS) pre-patch: - @echo "Making a colour version of less." + @${ECHO_MSG} "Making a colour version of less." @${CP} ${FILESDIR}/${EXTRA_PATCH} ${PATCHDIR} .endif Index: less/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/misc/less/files/md5,v retrieving revision 1.5 diff -u -r1.5 md5 --- md5 1997/05/19 17:44:28 1.5 +++ md5 1999/04/05 21:15:07 @@ -1 +1 @@ -MD5 (less-332.tar.gz) = be6b85092fa00c030119a0b12a1e8c44 +MD5 (less-335.tar.gz) = d23f97a208fb23b84a56dbf36538d80c -Chris >Release-Note: >Audit-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 5 15:50:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B121151B3; Mon, 5 Apr 1999 15:50:22 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA86419; Mon, 5 Apr 1999 15:48:25 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Mon, 5 Apr 1999 15:48:25 -0700 (PDT) From: Message-Id: <199904052248.PAA86419@freefall.freebsd.org> To: dmlb@ragnet.demon.co.uk, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10960: Re-submission of older ports, these are built and tested on 3.1-R Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Re-submission of older ports, these are built and tested on 3.1-R State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Mon Apr 5 15:47:55 PDT 1999 State-Changed-Why: Committed with some changes. Most notable change, man pages should be listed in Makefiles now, not in pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 5 15:51: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CBC361519C; Mon, 5 Apr 1999 15:51:06 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA86518; Mon, 5 Apr 1999 15:49:10 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Mon, 5 Apr 1999 15:49:10 -0700 (PDT) From: Message-Id: <199904052249.PAA86518@freefall.freebsd.org> To: dmlb@ragnet.demon.co.uk, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9452: New port for itk-3.0.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port for itk-3.0.1 State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Mon Apr 5 15:48:42 PDT 1999 State-Changed-Why: Committed newly submitted 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 5 15:51:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D994E15511; Mon, 5 Apr 1999 15:51:24 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA86606; Mon, 5 Apr 1999 15:49:28 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Mon, 5 Apr 1999 15:49:28 -0700 (PDT) From: Message-Id: <199904052249.PAA86606@freefall.freebsd.org> To: dmlb@ragnet.demon.co.uk, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9454: New port for iwidgets-3.0.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port for iwidgets-3.0.0 State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Mon Apr 5 15:49:18 PDT 1999 State-Changed-Why: Newly submitted version committed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 5 15:57:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id 731701551F for ; Mon, 5 Apr 1999 15:57:43 -0700 (PDT) (envelope-from naddy@mips.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id AAA14496 for freebsd-ports@freebsd.org; Tue, 6 Apr 1999 00:55:46 +0200 (CEST) (envelope-from naddy@mips.rhein-neckar.de) Received: by mips.rhein-neckar.de id m10UHqg-000WyXC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Tue, 6 Apr 1999 00:28:06 +0200 (CEST) Message-ID: <19990406002805.J172@mips.rhein-neckar.de> Date: Tue, 6 Apr 1999 00:28:05 +0200 From: Christian Weisgerber To: freebsd-ports@freebsd.org Subject: Re: ports/10233, ports/10573 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have unified the misc/buffer ports previously suggested by Joao Carlos Mendes Luis and myself. This should close PRs #10233 and #10573. ---------------- # 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: # # buffer # buffer/files # buffer/files/md5 # buffer/patches # buffer/patches/patch-aa # buffer/patches/patch-ab # buffer/patches/patch-ac # buffer/pkg # buffer/pkg/COMMENT # buffer/pkg/DESCR # buffer/pkg/PLIST # buffer/Makefile # echo c - buffer mkdir -p buffer > /dev/null 2>&1 echo c - buffer/files mkdir -p buffer/files > /dev/null 2>&1 echo x - buffer/files/md5 sed 's/^X//' >buffer/files/md5 << 'END-of-buffer/files/md5' XMD5 (buffer-1.17.tar.gz) = 6c5236ed99f4df0832623f4c0498c681 END-of-buffer/files/md5 echo c - buffer/patches mkdir -p buffer/patches > /dev/null 2>&1 echo x - buffer/patches/patch-aa sed 's/^X//' >buffer/patches/patch-aa << 'END-of-buffer/patches/patch-aa' X--- Makefile.orig Wed Jul 14 17:59:17 1993 X+++ Makefile Thu Mar 11 23:01:56 1999 X@@ -4,13 +4,13 @@ X # You should also add -DSYS5 for Ultrix, AIX, and Solarix. X # Add -DDEF_SHMEM=n if you can only have n bytes of shared memory X # (eg: -DDEF_SHMEM=524288 if you can only have half a meg.) X-CFLAGS= X+CFLAGS+= X X # Where to install buffer and its manual pages X-INSTBIN=/usr/local/bin X-INSTMAN=/usr/man/manl X+INSTBIN=${PREFIX}/bin X+INSTMAN=${PREFIX}/man/man1 X # The manual page section (normally l or 1) X-S=l X+S=1 X X RM=/bin/rm X ALL=README buffer.man Makefile buffer.c sem.c COPYING X@@ -18,18 +18,14 @@ X all: buffer X X buffer: buffer.o sem.o X- $(CC) -o buffer $(CFLAGS) buffer.o sem.o X+ $(CC) -o buffer buffer.o sem.o X X clean: X $(RM) -f *.o core buffer .merrs X X install: buffer X- rm -f $(INSTBIN)/buffer X- cp buffer $(INSTBIN)/buffer X- chmod 111 $(INSTBIN)/buffer X- rm -f $(INSTMAN)/buffer.$S X- cp buffer.man $(INSTMAN)/buffer.$S X- chmod 444 $(INSTMAN)/buffer.$S X+ ${BSD_INSTALL_PROGRAM} buffer $(INSTBIN)/buffer X+ ${BSD_INSTALL_MAN} buffer.man $(INSTMAN)/buffer.$S X X buffer.tar: $(ALL) X $(RM) -f buffer.tar END-of-buffer/patches/patch-aa echo x - buffer/patches/patch-ab sed 's/^X//' >buffer/patches/patch-ab << 'END-of-buffer/patches/patch-ab' X--- buffer.c.orig Wed Jul 14 17:59:17 1993 X+++ buffer.c Thu Mar 11 02:55:42 1999 X@@ -384,6 +384,7 @@ X } X X /* The interrupt handler */ X+void X shutdown() X { X static int shutting; X@@ -400,6 +401,7 @@ X } X X /* Shutdown because the child has ended */ X+void X child_shutdown() X { X /* Find out which child has died. (They may not be my END-of-buffer/patches/patch-ab echo x - buffer/patches/patch-ac sed 's/^X//' >buffer/patches/patch-ac << 'END-of-buffer/patches/patch-ac' X--- buffer.man.orig Wed Jul 14 17:59:16 1993 X+++ buffer.man Thu Mar 11 03:36:46 1999 X@@ -37,7 +37,7 @@ X Use the given file as the output file. The default is stdout. X .TP X .B \-S size X-After every chunk this size has been writen print out how much been writen so far. X+After every chunk this size has been written, print out how much been written so far. X By default this is not set. X .TP X .B \-s size X@@ -71,9 +71,9 @@ X throughput on some drives.) X .TP X .B \-B X-Force each block writen to be padded out to the blocksize. This is needed by some tape X+Force each block written to be padded out to the blocksize. This is needed by some tape X and cartridge drives. Defaults to unpadded. This only affects the X-last block writen. X+last block written. X .TP X .B \-t X On exiting print to stderr a brief message showing the total number of X@@ -82,7 +82,7 @@ X .B \-Z X If reading/writing directly to a character device (like a tape drive) X then after each gigabyte perform an lseek to the start of the file. X-Use this flag with extreme care. If can only be used on devices where X+Use this flag with extreme care. It can only be used on devices where X an lseek does not rewind the tape but does reset the kernels position X flags. It is used to allow more than 2 gigabytes to be written. X .PP END-of-buffer/patches/patch-ac echo c - buffer/pkg mkdir -p buffer/pkg > /dev/null 2>&1 echo x - buffer/pkg/COMMENT sed 's/^X//' >buffer/pkg/COMMENT << 'END-of-buffer/pkg/COMMENT' XBuffer sporadic I/O for faster tape and pipe throughput. END-of-buffer/pkg/COMMENT echo x - buffer/pkg/DESCR sed 's/^X//' >buffer/pkg/DESCR << 'END-of-buffer/pkg/DESCR' XThis is a program designed initially to speed up writing tapes on remote Xtape drives, but may be used as a general pipe buffering utility. X XNote: You *must* have a kernel with X options SYSVSHM Xcompiled in. X XThe program splits itself into two processes. The first process reads X(and reblocks) from stdin into a shared memory buffer. The second Xwrites from the shared memory buffer to stdout. Doing it this way Xmeans that the writing side effectly sits in a tight write loop and Xdoesn't have to wait for input. Similarly for the input side. It is Xthis waiting that slows down other reblocking processes, like dd. END-of-buffer/pkg/DESCR echo x - buffer/pkg/PLIST sed 's/^X//' >buffer/pkg/PLIST << 'END-of-buffer/pkg/PLIST' Xbin/buffer END-of-buffer/pkg/PLIST echo x - buffer/Makefile sed 's/^X//' >buffer/Makefile << 'END-of-buffer/Makefile' X# New ports collection makefile for: buffer X# Version required: 1.17 X# Date created: 17 Nov 1995 X# Whom: markm X# X# $Id$ X# X XDISTNAME= buffer-1.17 XCATEGORIES= misc XMASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/distfiles/ \ X ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/ X XMAINTAINER= naddy@mips.rhein-neckar.de X XNO_WRKSUBDIR= yes XMAN1= buffer.1 X X.include END-of-buffer/Makefile exit -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de See another pointless homepage at . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 5 16: 5: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B3CE7153A8; Mon, 5 Apr 1999 16:05:00 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA87370; Mon, 5 Apr 1999 16:03:04 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Mon, 5 Apr 1999 16:03:04 -0700 (PDT) From: Message-Id: <199904052303.QAA87370@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10948: Update: editors/hexedit (1.0 -> 1.1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: editors/hexedit (1.0 -> 1.1) State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Mon Apr 5 16:02:01 PDT 1999 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 5 16:21: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F331153A8; Mon, 5 Apr 1999 16:21:03 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA88391; Mon, 5 Apr 1999 16:19:06 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Mon, 5 Apr 1999 16:19:06 -0700 (PDT) From: Message-Id: <199904052319.QAA88391@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10949: Update: editors/xcoral (3.2 -> 3.14) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: editors/xcoral (3.2 -> 3.14) State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Mon Apr 5 16:18:25 PDT 1999 State-Changed-Why: mitted, 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 5 16:30:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 63D9415127; Mon, 5 Apr 1999 16:30:58 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA89160; Mon, 5 Apr 1999 16:29:01 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Mon, 5 Apr 1999 16:29:01 -0700 (PDT) From: Message-Id: <199904052329.QAA89160@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10950: Update: editors/e93 (1.2.6 -> 1.2.7) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: editors/e93 (1.2.6 -> 1.2.7) State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Mon Apr 5 16:27:54 PDT 1999 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 5 16:39:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 017B114C1F; Mon, 5 Apr 1999 16:39:11 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA89601; Mon, 5 Apr 1999 16:37:15 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Mon, 5 Apr 1999 16:37:15 -0700 (PDT) From: Message-Id: <199904052337.QAA89601@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10957: Update: x11/xautolock (1.14 -> 1.15) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: x11/xautolock (1.14 -> 1.15) State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Mon Apr 5 16:36:24 PDT 1999 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 5 16:47:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F4AD14FA4; Mon, 5 Apr 1999 16:47:30 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA90026; Mon, 5 Apr 1999 16:45:33 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Mon, 5 Apr 1999 16:45:33 -0700 (PDT) From: Message-Id: <199904052345.QAA90026@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10967: Update: net/cftp (0.9.1 -> 0.9.3) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/cftp (0.9.1 -> 0.9.3) State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Mon Apr 5 16:44:05 PDT 1999 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 5 17: 0:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A99C15082; Mon, 5 Apr 1999 17:00:58 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA90476; Mon, 5 Apr 1999 16:59:02 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Mon, 5 Apr 1999 16:59:02 -0700 (PDT) From: Message-Id: <199904052359.QAA90476@freefall.freebsd.org> To: darius@dons.net.au, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10942: xblast-sound won't install (Makefile has no target for non-existant man page) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: xblast-sound won't install (Makefile has no target for non-existant man page) State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Mon Apr 5 16:51:56 PDT 1999 State-Changed-Why: PR is for a port in author's local tree To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 5 17: 2:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E14F15082; Mon, 5 Apr 1999 17:02:24 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA90758; Mon, 5 Apr 1999 17:00:27 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Mon, 5 Apr 1999 17:00:27 -0700 (PDT) From: Message-Id: <199904060000.RAA90758@freefall.freebsd.org> To: cpiazza@home.net, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10968: Update misc/less to 3.35 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update misc/less to 3.35 State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Mon Apr 5 17:00:13 PDT 1999 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 5 17:42:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kbtfw.kubota.co.jp (kbtfw.kubota.co.jp [133.253.102.202]) by hub.freebsd.org (Postfix) with ESMTP id 0415C15546 for ; Mon, 5 Apr 1999 17:42:08 -0700 (PDT) (envelope-from haro@tk.kubota.co.jp) Received: by kbtfw.kubota.co.jp; id JAA13070; Tue, 6 Apr 1999 09:40:06 +0900 (JST) Received: from unknown(133.253.122.1) by kbtfw.kubota.co.jp via smap (4.1) id xma012957; Tue, 6 Apr 99 09:39:42 +0900 Received: from jkpc15.tk.kubota.co.jp by kbtmx.eto.kubota.co.jp (8.8.8+2.7Wbeta7/3.3W9-99033011) with ESMTP id JAA12981; Tue, 6 Apr 1999 09:39:42 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by jkpc15.tk.kubota.co.jp (8.9.2/3.7W-02/21/99) with ESMTP id JAA12481; Tue, 6 Apr 1999 09:36:35 +0900 (JST) To: sprice@hiwaay.net Cc: freebsd-ports@FreeBSD.org, haro@tk.kubota.co.jp Subject: Re: ports/10915 In-Reply-To: Your message of "Thu, 1 Apr 1999 22:37:19 -0600 (CST)" References: X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990406093634X.haro@tk.kubota.co.jp> Date: Tue, 06 Apr 1999 09:36:34 +0900 From: haro@tk.kubota.co.jp (Munehiro Matsuda) X-Dispatcher: imput version 980905(IM100) Lines: 54 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Steve Price Date: Thu, 1 Apr 1999 22:37:19 -0600 (CST) ::Version 8.0.5 of this port was committed today. Try that one and ::let me know if you have the same problem. Well, Yes. I get the same error with ja-tk-8.0.5, too. Haro, ---8<------8<------8<------8<--- Cut Here ---8<------8<------8<------8<--- jkpc15# make install ===> Installing for ja-tk-8.0.5 ===> ja-tk-8.0.5 depends on shared library: tcl80jp.1 - found ===> ja-tk-8.0.5 depends on shared library: X11.6 - found Installing libtk80jp.so.1 Installing libtk80jp.a ===> Generating temporary packing list ********** INPORTANT: ********** 1. ja-tk-8.0 does NOT install online manual pages. if you need them, please install package "tk-8.0". Or type "make install-man", if you are using the ports rather than packages. 2. For more informations, see "/usr/local/share/doc/tk8.0jp/" Thanks. ===> Registering installation for ja-tk-8.0.5 jkpc15# jkpc15# make install-man cd /usr/ports/japanese/tk80/work/tk8.0.5/unix && make install-man "Makefile", line 344: Malformed conditional (${PORTOBJFORMAT}X == elfX) "Makefile", line 344: Need an operator "Makefile", line 346: if-less endif "Makefile", line 346: Need an operator "Makefile", line 421: Malformed conditional (${PORTOBJFORMAT}X == elfX) "Makefile", line 421: Need an operator "Makefile", line 423: if-less endif "Makefile", line 423: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1 Stop. jkpc15# ------------------------------------------------------------------------------- _ _ Munehiro (haro) Matsuda -|- /_\ |_|_| Office of Business Planning & Developement, Kubota Corp. /|\ |_| |_|_| 1-3 Nihonbashi-Muromachi 3-Chome Chuo-ku Tokyo 103, Japan Tel: +81-3-3245-3318 Fax: +81-3-32454-3315 Email: haro@tk.kubota.co.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 5 18: 2: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8430114D19 for ; Mon, 5 Apr 1999 18:01:58 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA94744; Mon, 5 Apr 1999 18:00:01 -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 6B68C14C59 for ; Mon, 5 Apr 1999 17:55:30 -0700 (PDT) (envelope-from handy@lambic.physics.montana.edu) Received: (from handy@localhost) by lambic.physics.montana.edu (8.8.8/8.8.7) id SAA01030; Mon, 5 Apr 1999 18:53:28 -0600 (MDT) (envelope-from handy) Message-Id: <199904060053.SAA01030@lambic.physics.montana.edu> Date: Mon, 5 Apr 1999 18:53:28 -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/10974: asapm upgrade Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10974 >Category: ports >Synopsis: asapm upgrade: 2.4 --> 2.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 5 18:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brian Handy >Release: FreeBSD 2.2.8-STABLE i386 >Organization: MSU - Bozeman >Environment: Satoshi's build-checker turned up a broken checksum on asapm, so in fixing that I noted it's been upgraded. >Description: >How-To-Repeat: >Fix: diff -urN asapm.orig/Makefile asapm/Makefile --- asapm.orig/Makefile Mon Apr 5 18:40:31 1999 +++ asapm/Makefile Mon Apr 5 18:40:41 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: asapm -# Version required: 2.4 +# Version required: 2.6 # Date created: 6 Aug 1998 # Whom: Brian Handy # # $Id: Makefile,v 1.8 1999/01/26 02:30:51 steve Exp $ # -DISTNAME= asapm-2.4 +DISTNAME= asapm-2.6 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.afterstep.org/apps/asapm/ \ http://www.tigr.net/afterstep/as-apps/download/asapm/ diff -urN asapm.orig/files/md5 asapm/files/md5 --- asapm.orig/files/md5 Mon Apr 5 18:40:31 1999 +++ asapm/files/md5 Mon Apr 5 18:40:53 1999 @@ -1 +1 @@ -MD5 (asapm-2.4.tar.gz) = b6e1a576ceab7d3151f1c106a595e5c0 +MD5 (asapm-2.6.tar.gz) = d8e2e301f4e979e36c98a4c4881b9c5f diff -urN asapm.orig/patches/patch-ab asapm/patches/patch-ab --- asapm.orig/patches/patch-ab Wed Dec 31 17:00:00 1969 +++ asapm/patches/patch-ab Mon Apr 5 18:49:21 1999 @@ -0,0 +1,11 @@ +--- apm_read.c.orig Mon Apr 5 18:48:35 1999 ++++ apm_read.c Mon Apr 5 18:48:51 1999 +@@ -131,7 +131,7 @@ + state.percent = info.ai_batt_life; + ++state.update; + } +- state.time_left = info.ai_batt_time / 60; ++ state.time_left = info.ai_batt_life / 60; + } + #elif defined(__NetBSD__)||defined(__OpenBSD__) + void ReadAPMDevice( ) /* NetBSD 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 5 18: 7:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from correo.tamnet.com.mx (correo.tamnet.com.mx [200.34.205.20]) by hub.freebsd.org (Postfix) with ESMTP id AF9B91557B for ; Mon, 5 Apr 1999 18:07:12 -0700 (PDT) (envelope-from adepoo@tamnet.com.mx) Received: from correo.tamnet.com.mx (correo.tamnet.com.mx [200.34.205.20]) by correo.tamnet.com.mx (8.9.1a/8.9.1a) with SMTP id UAA22319; Mon, 5 Apr 1999 20:05:25 -0500 (CDT) Date: Mon, 5 Apr 1999 20:05:24 -0500 (CDT) From: Alberto de Poo Bas To: hetzels@westbend.net Cc: ports@FreeBSD.org Subject: FreeBSD Port: apache_fp-1.3.4 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 In your web page http://www.westbend.net/~hetzels/apache-fp/index.html I don't see this port, I will download it from www.freebsd.org/ports to see if I can help to port apache 1.3.6 with FrontPage. Can you point me in some direction? Thanks in advance. Saludos Alberto de Poo TamNet - adepoo@tamnet.com.mx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 5 18:11: 7 1999 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 C9901154FD for ; Mon, 5 Apr 1999 18:11:05 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id UAA02833; Mon, 5 Apr 1999 20:08:57 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <01e601be7fca$0c249d00$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Alberto de Poo Bas" Cc: References: Subject: Re: FreeBSD Port: apache_fp-1.3.4 Date: Mon, 5 Apr 1999 20:08:56 -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.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Alberto de Poo Bas > > In your web page http://www.westbend.net/~hetzels/apache-fp/index.html I > don't see this port, I will download it from www.freebsd.org/ports to see > if I can help to port apache 1.3.6 with FrontPage. > > Can you point me in some direction? > I have already updated the port to apache 1.3.6 (see PR ports/10937), I just haven't updated the ports web page. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 5 18:24:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from diana.infonets.hiroshima-u.ac.jp (diana.infonets.hiroshima-u.ac.jp [133.41.33.53]) by hub.freebsd.org (Postfix) with ESMTP id C75A0151F4 for ; Mon, 5 Apr 1999 18:24:34 -0700 (PDT) (envelope-from taoka@infonets.hiroshima-u.ac.jp) Received: from peg.infonets.hiroshima-u.ac.jp (peg.infonets.hiroshima-u.ac.jp [133.41.33.64]) by diana.infonets.hiroshima-u.ac.jp (8.8.8/3.6W) with ESMTP id KAA16830; Tue, 6 Apr 1999 10:22:36 +0900 (JST) Received: from localhost (localhost.infonets.hiroshima-u.ac.jp [127.0.0.1]) by peg.infonets.hiroshima-u.ac.jp (8.9.2/3.6W) with ESMTP id KAA54677; Tue, 6 Apr 1999 10:22:35 +0900 (JST) To: haro@tk.kubota.co.jp Cc: sprice@hiwaay.net, freebsd-ports@FreeBSD.org Subject: Re: ports/10915 From: TAOKA Satoshi In-Reply-To: Your message of "Tue, 06 Apr 1999 09:36:34 +0900" <19990406093634X.haro@tk.kubota.co.jp> References: <19990406093634X.haro@tk.kubota.co.jp> X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) X-Prom-Mew: Prom-Mew 1.93 (procmail reader for Mew) X-URL: http://www.infonets.hiroshima-u.ac.jp/~taoka/ Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990406102235S.taoka@infonets.hiroshima-u.ac.jp> Date: Tue, 06 Apr 1999 10:22:35 +0900 X-Dispatcher: imput version 980905(IM100) Lines: 31 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Now I fixed this problem which you mentioned. > Well, Yes. I get the same error with ja-tk-8.0.5, too. > > Haro, > This port has install-man target in ports/japanese/tk80/Makefile by the following reason: > ********** > INPORTANT: > ********** > 1. ja-tk-8.0 does NOT install online manual pages. > if you need them, please install package "tk-8.0". > Or type "make install-man", if you are using the ports > rather than packages. And the target had a bug, so > jkpc15# make install-man > cd /usr/ports/japanese/tk80/work/tk8.0.5/unix && make install-man > "Makefile", line 344: Malformed conditional (${PORTOBJFORMAT}X == elfX) > "Makefile", line 344: Need an operator > "Makefile", line 346: if-less endif ... 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 5 18:52: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CD08715551 for ; Mon, 5 Apr 1999 18:51:57 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA00680; Mon, 5 Apr 1999 18:50:01 -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 D1F821555B for ; Mon, 5 Apr 1999 18:43:07 -0700 (PDT) (envelope-from handy@lambic.physics.montana.edu) Received: (from handy@localhost) by lambic.physics.montana.edu (8.8.8/8.8.7) id TAA05405; Mon, 5 Apr 1999 19:41:05 -0600 (MDT) (envelope-from handy) Message-Id: <199904060141.TAA05405@lambic.physics.montana.edu> Date: Mon, 5 Apr 1999 19:41:05 -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/10975: Window Maker upgrade: 0.52.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10975 >Category: ports >Synopsis: Window Maker upgrade: 0.52.0 >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 5 18:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brian Handy >Release: FreeBSD 2.2.8-STABLE i386 >Organization: MSU - Bozeman >Environment: Ported on a 2.2.8 box, but hell...might work anywhere. >Description: Window Maker upgrade. To confuse the issue, they've ripped the generic themes and a bunch of Icons out of the main distro and put them in a separate "WindowMaker-extra-0.1.tar.gz" file. I've looked at this, and I think it's a stupid idea: we now have a source file, a data file, and an 'extras' file, and the latter two don't get installed in the same manner. Sigh. If the committer-to-be would review my kludges to do this, I'd be most appreciative. A simple problem, but I'm at a loss for the best way to approach it. I wouldn't be surprised if this disappears before too long. >How-To-Repeat: >Fix: diff -urN windowmaker.orig/Makefile windowmaker/Makefile --- windowmaker.orig/Makefile Sun Mar 21 19:44:55 1999 +++ windowmaker/Makefile Mon Apr 5 19:17:11 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: WindowMaker -# Version required: 0.51.2 +# Version required: 0.52.0 # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # # $Id: Makefile,v 1.48 1999/03/22 02:44:55 steve Exp $ -DISTNAME= WindowMaker-0.51.2 -PKGNAME= windowmaker-0.51.2 +DISTNAME= WindowMaker-0.52.0 +PKGNAME= windowmaker-0.52.0 CATEGORIES= x11-wm windowmaker MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} \ http://jgo.local.net/cool_downloads/wm/ @@ -35,14 +35,21 @@ MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x \ wdwrite.1x wmaker.1x wmsetbg.1x wxcopy.1x wxpaste.1x -DATAFILES= WindowMaker-data.tar.gz +DATAFILES= WindowMaker-data.tar.gz \ + WindowMaker-extra-0.1.tar.gz post-patch: @perl -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/WPrefs.app/Paths.c +post-configure: + @cd ${WRKDIR}/WindowMaker-extra-0.1; \ + ./configure --prefix=${PREFIX} + post-install: ${MKDIR} ${PREFIX}/share/WindowMaker/Pixmaps/ ${INSTALL_DATA} ${WRKDIR}/WindowMaker-data/pixmaps/* \ ${PREFIX}/share/WindowMaker/Pixmaps/ + @cd ${WRKDIR}/WindowMaker-extra-0.1; \ + ${MAKE} ${MAKE_ARGS} install .include diff -urN windowmaker.orig/files/md5 windowmaker/files/md5 --- windowmaker.orig/files/md5 Sun Mar 21 19:44:58 1999 +++ windowmaker/files/md5 Mon Apr 5 19:10:37 1999 @@ -1,2 +1,3 @@ -MD5 (WindowMaker-0.51.2.tar.gz) = 041b07bf4771cc91bc8ddd29d2a392a2 +MD5 (WindowMaker-0.52.0.tar.gz) = e79383dd0518db680403c6f758c465c8 MD5 (WindowMaker-data.tar.gz) = 6ea0c37314ea9e9ab27e8bdf45a31a82 +MD5 (WindowMaker-extra-0.1.tar.gz) = 07c7700daaaf232bc490f5abaabef085 diff -urN windowmaker.orig/pkg/PLIST windowmaker/pkg/PLIST --- windowmaker.orig/pkg/PLIST Sun Mar 21 19:44:58 1999 +++ windowmaker/pkg/PLIST Mon Apr 5 19:25:07 1999 @@ -158,55 +158,116 @@ 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/clip.tiff -share/WindowMaker/Icons/clip.xpm share/WindowMaker/Icons/clip2.tiff -share/WindowMaker/Icons/clip2.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/linuxterm.tiff -share/WindowMaker/Icons/linuxterm.xpm share/WindowMaker/Icons/mixer.tiff -share/WindowMaker/Icons/mixer.xpm share/WindowMaker/Icons/notepad.tiff -share/WindowMaker/Icons/notepad.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/timer.tiff -share/WindowMaker/Icons/timer.xpm -share/WindowMaker/Icons/xv.tiff -share/WindowMaker/Icons/xv.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/BitchX.tiff +share/WindowMaker/Icons/xv.tiff share/WindowMaker/Icons/BitchX.xpm -share/WindowMaker/Icons/DefaultAppIcon.tiff -share/WindowMaker/Icons/GNUstep.tiff share/WindowMaker/Icons/GNUstep.xpm -share/WindowMaker/Icons/GNUstepGlow.tiff -share/WindowMaker/Icons/GNUstepGlow.xpm -share/WindowMaker/Icons/GNUstep3D.tiff share/WindowMaker/Icons/GNUstep3D.xpm -share/WindowMaker/Icons/GNUterm.tiff +share/WindowMaker/Icons/GNUstepGlow.xpm share/WindowMaker/Icons/GNUterm.xpm +share/WindowMaker/Icons/clip.xpm +share/WindowMaker/Icons/clip2.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/Book.xpm +share/WindowMaker/Icons/Bookshelf.xpm +share/WindowMaker/Icons/Brain.xpm +share/WindowMaker/Icons/BulletHole.xpm +share/WindowMaker/Icons/CashRegister.xpm +share/WindowMaker/Icons/Clipboard.xpm +share/WindowMaker/Icons/Cola.xpm +share/WindowMaker/Icons/ColorGNU.xpm +share/WindowMaker/Icons/Correspondence.dir.xpm +share/WindowMaker/Icons/CrystalSkull.dir.xpm +share/WindowMaker/Icons/Daemon.xpm +share/WindowMaker/Icons/Detergent.dir.xpm +share/WindowMaker/Icons/DoomII.xpm +share/WindowMaker/Icons/Draw.xpm +share/WindowMaker/Icons/EscherCube.xpm +share/WindowMaker/Icons/EscherTriangle.xpm +share/WindowMaker/Icons/Fish5.dir.xpm +share/WindowMaker/Icons/Football.xpm +share/WindowMaker/Icons/FootballUS.xpm +share/WindowMaker/Icons/Gear.xpm +share/WindowMaker/Icons/Ghost.xpm +share/WindowMaker/Icons/HP-16C-48.xpm +share/WindowMaker/Icons/HandOpen.xpm +share/WindowMaker/Icons/HandPointing.xpm +share/WindowMaker/Icons/HandPointingLeft.xpm +share/WindowMaker/Icons/HandPunch.xpm +share/WindowMaker/Icons/HandReach.xpm +share/WindowMaker/Icons/HeroSandwich.dir.xpm +share/WindowMaker/Icons/LadyBug48x48.xpm +share/WindowMaker/Icons/Microphone.xpm +share/WindowMaker/Icons/Netscape.xpm +share/WindowMaker/Icons/NewsAgent.xpm +share/WindowMaker/Icons/PDF.xpm +share/WindowMaker/Icons/Padlock.xpm +share/WindowMaker/Icons/Paint.xpm +share/WindowMaker/Icons/Pencils.24.xpm +share/WindowMaker/Icons/Penguin.xpm +share/WindowMaker/Icons/Radio.xpm +share/WindowMaker/Icons/Reference.xpm +share/WindowMaker/Icons/Rumi.xpm +share/WindowMaker/Icons/Snail.xpm +share/WindowMaker/Icons/T2-Film.xpm +share/WindowMaker/Icons/TagIcon.xpm +share/WindowMaker/Icons/TapeIcon1.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/inspect.xpm +share/WindowMaker/Icons/monitor.xpm +share/WindowMaker/Icons/paint.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/Pixmaps/Ant.xpm share/WindowMaker/Pixmaps/Antennae.xpm share/WindowMaker/Pixmaps/Bee48x48.xpm @@ -341,6 +402,7 @@ share/WindowMaker/menu.tr share/WindowMaker/menu.zh_TW.Big5 share/WindowMaker/plmenu +share/WindowMaker/plmenu.dk share/WindowMaker/plmenu.fr share/WindowMaker/plmenu.hr share/WindowMaker/wmmacros >Release-Note: >Audit-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 5 21:10:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 5FE1A15079; Mon, 5 Apr 1999 21:10:54 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from bubble.didi.com (sji-ca12-101.ix.netcom.com [205.186.214.229]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id VAA28484; Mon, 5 Apr 1999 21:09:12 -0700 (PDT) Received: (from asami@localhost) by bubble.didi.com (8.9.2/8.8.8) id VAA06613; Mon, 5 Apr 1999 21:08:52 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Date: Mon, 5 Apr 1999 21:08:52 -0700 (PDT) Message-Id: <199904060408.VAA06613@bubble.didi.com> X-Authentication-Warning: bubble.didi.com: asami set sender to asami@cs.berkeley.edu using -f To: ports@freebsd.org Cc: nik@freebsd.org Subject: always build dependencies From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org What do people think about the following patch? Basically you define "ALWAYS_BUILD_DEPENDS" and the dependencies will be built regardless of what the dependency checks turn out. Sort of the opposite of NO_DEPENDS. It should help people like Nik. It will not skip .install_done cookies and stuff so the recommended sequence will be (make sure NOCLEANDEPENDS is not defined) cd port1 make clean cd port2 make clean : cd port1 make install cd port2 make install : That way the dependencies will be built and installed exactly once. -PW ------- Index: bsd.port.mk =================================================================== RCS file: /usr/cvs/ports/Mk/bsd.port.mk,v retrieving revision 1.308 diff -u -r1.308 bsd.port.mk --- bsd.port.mk 1999/03/29 07:07:59 1.308 +++ bsd.port.mk 1999/04/06 03:56:21 @@ -608,7 +608,9 @@ .endif .endif -.if defined(USE_XLIB) +# Don't try to build XFree86 even if ALWAYS_BUILD_DEPENDS is defined -- +# it's just too big.... +.if defined(USE_XLIB) && !defined(ALWAYS_BUILD_DEPENDS) LIB_DEPENDS+= X11.6:${PORTSDIR}/x11/XFree86 .endif @@ -1988,6 +1990,12 @@ DEPENDS_TMP+= ${RUN_DEPENDS} .endif +.if defined(ALWAYS_BUILD_DEPENDS) +_DEPEND_ALWAYS= 1 +.else +_DEPEND_ALWAYS= 0 +.endif + _DEPENDS_USE: .USE .if defined(DEPENDS_TMP) .if !defined(NO_DEPENDS) @@ -2003,7 +2011,12 @@ if ${EXPR} "$$prog" : \\/ >/dev/null; then \ if [ -e "$$prog" ]; then \ ${ECHO_MSG} "===> ${PKGNAME} depends on file: $$prog - found"; \ - notfound=0; \ + if [ ${_DEPEND_ALWAYS} = 1 ]; then \ + ${ECHO_MSG} " (but building it anyway)"; \ + notfound=1; \ + else \ + notfound=0; \ + fi; \ else \ ${ECHO_MSG} "===> ${PKGNAME} depends on file: $$prog - not found"; \ notfound=1; \ @@ -2011,7 +2024,12 @@ else \ if which "$$prog" > /dev/null 2>&1 ; then \ ${ECHO_MSG} "===> ${PKGNAME} depends on executable: $$prog - found"; \ - notfound=0; \ + if [ ${_DEPEND_ALWAYS} = 1 ]; then \ + ${ECHO_MSG} " (but building it anyway)"; \ + notfound=1; \ + else \ + notfound=0; \ + fi; \ else \ ${ECHO_MSG} "===> ${PKGNAME} depends on executable: $$prog - not found"; \ notfound=1; \ @@ -2050,8 +2068,17 @@ fi; \ if ${LDCONFIG} -r | ${GREP} -qwF -e "-l$$lib"; then \ ${ECHO_MSG} "===> ${PKGNAME} depends on shared library: $$lib - found"; \ + if [ ${_DEPEND_ALWAYS} = 1 ]; then \ + ${ECHO_MSG} " (but building it anyway)"; \ + notfound=1; \ + else \ + notfound=0; \ + fi; \ else \ ${ECHO_MSG} "===> ${PKGNAME} depends on shared library: $$lib - not found"; \ + notfound=1; \ + fi; \ + if [ $$notfound != 0 ]; then \ ${ECHO_MSG} "===> Verifying $$target for $$lib in $$dir"; \ if [ ! -d "$$dir" ]; then \ ${ECHO_MSG} " >> No directory for $$lib. Skipping.."; \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 5 22:21:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 177AB1549A for ; Mon, 5 Apr 1999 22:21:58 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA13779; Mon, 5 Apr 1999 22:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from corp.au.triax.com (slwag2p30.ozemail.com.au [203.108.157.78]) by hub.freebsd.org (Postfix) with ESMTP id D2EC314C12 for ; Mon, 5 Apr 1999 22:20:36 -0700 (PDT) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id PAA23412; Tue, 6 Apr 1999 15:18:38 +1000 (EST) Message-Id: <199904060518.PAA23412@corp.au.triax.com> Date: Tue, 6 Apr 1999 15:18:38 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@corp.au.triax.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10976: new port: gaim-0.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10976 >Category: ports >Synopsis: new port: gaim-0.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 5 22:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: New port of GAIM, the GTK+ AOL Instant Messenger. I replaced the original logo (which was the AIM logo hugging the penguin) and replaced it with beastie. >How-To-Repeat: >Fix: Tarball of the port is available at http://www.triax.com/~jim/FreeBSD/gaim.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 5 23:12: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 39E3D15250 for ; Mon, 5 Apr 1999 23:11:59 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA40461; Mon, 5 Apr 1999 23:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 5 Apr 1999 23:10:02 -0700 (PDT) Message-Id: <199904060610.XAA40461@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Subject: Re: ports/10965: lcc-3.6 unable to compile anything Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10965; it has been noted by GNATS. From: To: jef53313@bayou.uh.edu Cc: bde@freebsd.org, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/10965: lcc-3.6 unable to compile anything Date: Mon, 5 Apr 1999 23:01:50 -0700 (PDT) jeff> hello.c: /usr/include/machine/ansi.h:106: invalid use of `long' jeff> hello.c: /usr/include/machine/ansi.h:107: invalid use of `long' Has the use of 'long long' made it to any standard? We probably need to guard the use of 'long long' otherwise. Regards, Koshy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 5 23:22: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ACF9815596 for ; Mon, 5 Apr 1999 23:21:59 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA46619; Mon, 5 Apr 1999 23:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 5 Apr 1999 23:20:02 -0700 (PDT) Message-Id: <199904060620.XAA46619@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Bruce Evans Subject: Re: ports/10965: lcc-3.6 unable to compile anything Reply-To: Bruce Evans Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10965; it has been noted by GNATS. From: Bruce Evans To: jef53313@bayou.uh.edu, jkoshy@FreeBSD.org Cc: bde@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/10965: lcc-3.6 unable to compile anything Date: Tue, 6 Apr 1999 16:12:10 +1000 >jeff> hello.c: /usr/include/machine/ansi.h:106: invalid use of `long' >jeff> hello.c: /usr/include/machine/ansi.h:107: invalid use of `long' > >Has the use of 'long long' made it to any standard? We >probably need to guard the use of 'long long' otherwise. It is in the draft C9x standard, unfortunately. I expect this to take about twice as long as the C standard to become widely used (20 years instead of only 10 ;-). I hack out the long longs in to test compiling things with non-gcc compilers, but this breaks the definitions int64_t and u_int64_t. Nothing that uses these definitions can possibly work with tcc. E.g., stdio can't be compiled, and some hacks would have to be restored for to even be includable. I had hoped that the __attribute__(()) stuff would help hide this problem. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 6 2:22:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E0F8D15622 for ; Tue, 6 Apr 1999 02:22:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA81486; Tue, 6 Apr 1999 02:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 6 Apr 1999 02:20:03 -0700 (PDT) Message-Id: <199904060920.CAA81486@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Subject: Re: ports/10965: lcc-3.6 unable to compile anything Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10965; it has been noted by GNATS. From: To: Bruce Evans Cc: jef53313@bayou.uh.edu, freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/10965: lcc-3.6 unable to compile anything Date: Tue, 6 Apr 1999 02:10:05 -0700 (PDT) I just checked LCC 4.1 and found that while the compiler recognizes 'long long', it treats it as 32 bit quantity for 32 bit architectures :(. Koshy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 6 2:37:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BDD6814BCF; Tue, 6 Apr 1999 02:37:20 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA82937; Tue, 6 Apr 1999 02:35:23 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Tue, 6 Apr 1999 02:35:23 -0700 (PDT) From: Message-Id: <199904060935.CAA82937@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10951: Update: astro/xephem (3.1 -> 3.2.2) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: astro/xephem (3.1 -> 3.2.2) State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Tue Apr 6 02:35:07 PDT 1999 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 6 2:39: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 07C7A15647; Tue, 6 Apr 1999 02:38:53 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA83115; Tue, 6 Apr 1999 02:36:56 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Tue, 6 Apr 1999 02:36:56 -0700 (PDT) From: Message-Id: <199904060936.CAA83115@freefall.freebsd.org> To: cpiazza@home.net, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10936: Minor cleanups to audio/gmixer port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Minor cleanups to audio/gmixer port State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Tue Apr 6 02:36:43 PDT 1999 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 6 2:42: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C8FF15517 for ; Tue, 6 Apr 1999 02:41:58 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA83265; Tue, 6 Apr 1999 02:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 1A0CB14BCF for ; Tue, 6 Apr 1999 02:34:49 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id CAA14904; Tue, 6 Apr 1999 02:32:52 -0700 (PDT) (envelope-from mharo) Message-Id: <199904060932.CAA14904@patrol.area51.fremont.ca.us> Date: Tue, 6 Apr 1999 02:32:52 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10977: Update: audio/play Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10977 >Category: ports >Synopsis: Update: audio/play >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 6 02:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - Fixed problem with MASTER_SITE - Now supports PREFIX and CFLAGS portlint: 0 warnings, 0 errors patches: 0 new, 0 removed supports PREFIX: yes supports CFLAGS: yes >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/play/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/03/07 00:55:34 1.3 +++ Makefile 1999/04/06 09:21:03 @@ -8,7 +8,7 @@ DISTNAME= play-1.0 CATEGORIES= audio -MASTER_SITES= ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS +MASTER_SITES= ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ MAINTAINER= seiken@nbs.co.jp Index: patches/patch-ab =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/play/patches/patch-ab,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-ab --- patch-ab 1998/07/25 21:36:08 1.1.1.1 +++ patch-ab 1999/04/06 09:27:09 @@ -1,15 +1,14 @@ -*** Makefile.orig Wed Mar 26 00:29:45 1997 ---- Makefile Wed May 20 13:27:36 1998 -*************** -*** 10,14 **** - CFLAGS = -O - DESTDIR = /usr/local - BINDIR = /bin -! MANDIR = /man/ja_JP.EUC/man - ---- 10,14 ---- - CFLAGS = -O - DESTDIR = /usr/local - BINDIR = /bin -! MANDIR = /man/ja/man - +--- Makefile.orig Tue Mar 25 07:29:45 1997 ++++ Makefile Tue Apr 6 02:26:42 1999 +@@ -7,8 +7,8 @@ + + .include + +-CFLAGS = -O +-DESTDIR = /usr/local ++CFLAGS ?= -O ++DESTDIR = ${PREFIX} + BINDIR = /bin +-MANDIR = /man/ja_JP.EUC/man ++MANDIR = /man/ja/man + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 6 4:22: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E16F714E14 for ; Tue, 6 Apr 1999 04:21:58 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA02528; Tue, 6 Apr 1999 04:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from Terry.Dorm10.NCTU.edu.tw (Terry.Dorm10.NCTU.edu.tw [140.113.122.99]) by hub.freebsd.org (Postfix) with ESMTP id 26EAE14E7C for ; Tue, 6 Apr 1999 04:20:29 -0700 (PDT) (envelope-from ijliao@Terry.Dorm10.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm10.NCTU.edu.tw (8.9.3/8.9.3) id TAA82876; Tue, 6 Apr 1999 19:18:30 +0800 (CST) (envelope-from ijliao) Message-Id: <199904061118.TAA82876@Terry.Dorm10.NCTU.edu.tw> Date: Tue, 6 Apr 1999 19:18:30 +0800 (CST) From: Ying-Chieh Liao Reply-To: ijliao@Terry.Dorm10.NCTU.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10979: update : ports/mail/fetchmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10979 >Category: ports >Synopsis: update : ports/mail/fetchmail >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 6 04:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.0-CURRENT i386 >Organization: NCTU CSIE >Environment: FreeBSD Terry.Dorm10.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #16: Sun Mar 21 12:54:31 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: update fetchmail to 5.0.0 >How-To-Repeat: >Fix: diff -ruN fetch.old/Makefile fetchmail/Makefile --- fetch.old/Makefile Tue Apr 6 19:01:39 1999 +++ fetchmail/Makefile Tue Apr 6 18:55:03 1999 @@ -11,14 +11,14 @@ # does not need Python, so there is no RUN_DEPENDS for Python in # this Makefile. -DISTNAME= fetchmail-4.7.9 +DISTNAME= fetchmail-5.0.0 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ MAINTAINER= ve@sci.fi GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-opie --enable-RPA --enable-POP2 +CONFIGURE_ARGS= --enable-OPIE --enable-RPA --enable-POP2 CONFIGURE_ENV= LDFLAGS="${CFLAGS}" MAN1= fetchmail.1 MLINKS= fetchmail.1 fetchmailconf.1 diff -ruN fetch.old/files/md5 fetchmail/files/md5 --- fetch.old/files/md5 Tue Apr 6 19:01:39 1999 +++ fetchmail/files/md5 Tue Apr 6 18:57:54 1999 @@ -1 +1 @@ -MD5 (fetchmail-4.7.9.tar.gz) = 7832d55f49e9364677e9f7388dc12631 +MD5 (fetchmail-5.0.0.tar.gz) = b335d27ee666438f49c9eb5422b3a0e7 >Release-Note: >Audit-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 6 4:47:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B5BE115067; Tue, 6 Apr 1999 04:47:32 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA02027; Tue, 6 Apr 1999 04:45:35 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Tue, 6 Apr 1999 04:45:35 -0700 (PDT) From: Message-Id: <199904061145.EAA02027@freefall.freebsd.org> To: ijliao@Terry.Dorm10.NCTU.edu.tw, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10979: update : ports/mail/fetchmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update : ports/mail/fetchmail State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Tue Apr 6 04:45:14 PDT 1999 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 6 5:29: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C2D9214D0B; Tue, 6 Apr 1999 05:29:02 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA06458; Tue, 6 Apr 1999 05:27:05 -0700 (PDT) (envelope-from markm@FreeBSD.org) Date: Tue, 6 Apr 1999 05:27:05 -0700 (PDT) From: Message-Id: <199904061227.FAA06458@freefall.freebsd.org> To: gvg@uunet.co.za, markm@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10922: new games port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new games port State-Changed-From-To: open->closed State-Changed-By: markm State-Changed-When: Tue Apr 6 05:25:43 PDT 1999 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 Tue Apr 6 5:43:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 9153E1516E; Tue, 6 Apr 1999 05:43:20 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.9.2/8.9.1) id FAA26374; Tue, 6 Apr 1999 05:41:17 -0700 (PDT) (envelope-from obrien) Message-ID: <19990406054117.A26361@nuxi.com> Date: Tue, 6 Apr 1999 05:41:17 -0700 From: "David O'Brien" To: Doug Rabson Cc: current@freebsd.org, ports@freebsd.org Subject: Re: Vtable thunks with egcs Reply-To: obrien@NUXI.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Doug Rabson on Tue, Apr 06, 1999 at 10:01:10AM +0100 X-Operating-System: FreeBSD 3.1-STABLE 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 > I'm assuming that the default for egcs uses vtable thunks instead of > offsets in the vtable to handle multiple inheritance. At the moment, yes. > It occurred to me that since this changes the C++ calling convention, > we have to bump the major version number of all c++ libraries, > particularly the ones in ports. Not only that, but the differences in exceptions, rtti, etc... it is well known that you can't even use C++ libs compiled with g++ 2.8.{0,1} with EGCS. Guess Steve is in for some fun when he sees just how broken Ports are with EGCS. ;-) -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) P.S. There is a problem with bootstraping right now that causes something not to be compiled by EGCS that needs to be. I'm working on this right now... so we might not want to change any ports just yet. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 6 7:39:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stella.ctt.it (stella.ctt.it [195.62.36.10]) by hub.freebsd.org (Postfix) with ESMTP id C93F81510C for ; Tue, 6 Apr 1999 07:39:15 -0700 (PDT) (envelope-from engeniusinfo@pegasoweb.com) Received: from preinstalledcom (ppp05-07.dial-access.stm.it [195.62.38.7]) by stella.ctt.it (8.8.7/8.8.7) with SMTP id QAA02561 for ; Tue, 6 Apr 1999 16:44:09 +0200 Date: Tue, 6 Apr 1999 16:44:09 +0200 From: engeniusinfo@pegasoweb.com To: ports@freebsd.org Subject: Search Engines News Message-Id: Content-Type: TEXT/PLAIN charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Internet User, We invite you to download the last release of Engenius, a new breed of intelligent software letting you get search engines to put your site first. Top-rated by ZDNET, Internet Magazine and CoolToolOfTheDay, Engenius may put your site on the top20 of search engines' listings, automatically and at first shot. Download a free fully functional trial version at < http://www.pegasoweb.com/engenius/ >. Also, visit our free weekly online e-zine covering the lastest news on how the major search engines work going to < http://www.pegasoweb.com/engenius/members.html >. Sincerely, Engenius Team ------------------------------------------------------------------------------------------------------------ THIS IS A ONE TIME MAILING SENT TO EMAIL ADDRESSES WHO CONTACTED US IN THE PAST. OUR POLICY IS STRICTLY AGAINST UNSOLICITED MAILING. IF YOU FEEL FOR YOUR EMAIL ADDRESS TO BE ABUSED OR IF YOU RECEIVED THIS MESSAGE BY ERROR, PLEASE, EXCUSE US AND JUST SEND AN EMAIL TO: mailto:abuse@pegasoweb.com?Subject=Delete_Me AND WE WILL DELETE ALL INFORMATION ABOUT YOU IN OUR DATABASE. ------------------------------------------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 6 9:52: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CECC014F27 for ; Tue, 6 Apr 1999 09:51:58 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA72519; Tue, 6 Apr 1999 09:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id DF03414F27 for ; Tue, 6 Apr 1999 09:42:57 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id JAA91848; Tue, 6 Apr 1999 09:40:59 -0700 (PDT) (envelope-from mharo) Message-Id: <199904061640.JAA91848@patrol.area51.fremont.ca.us> Date: Tue, 6 Apr 1999 09:40:59 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10981: Update: graphics/tgif (4.1.1 -> 4.1.4) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10981 >Category: ports >Synopsis: Update: graphics/tgif (4.1.1 -> 4.1.4) >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 6 09:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - New version (4.1.1 -> 4.1.4) portlint: 0 warnings, 0 errors patches: 0 new, 0 removed >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/graphics/tgif/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 1999/03/14 03:06:44 1.12 +++ Makefile 1999/04/06 10:28:36 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.12 1999/03/14 03:06:44 flathill Exp $ # -DISTNAME= tgif-4.1.1 +DISTNAME= tgif-4.1.4 CATEGORIES= graphics MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ ftp://ftp.cs.ucla.edu/pub/tgif/ @@ -22,7 +22,6 @@ USE_IMAKE= yes MAN1= tgif.1 -INSTALL_TARGET= install install.man post-extract: ${RM} -f ${WRKDIR}/${DISTNAME}/Tgif.tmpl Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/graphics/tgif/files/md5,v retrieving revision 1.10 diff -u -r1.10 md5 --- md5 1999/03/14 03:06:44 1.10 +++ md5 1999/04/06 10:28:46 @@ -1 +1 @@ -MD5 (tgif-4.1.1.tar.gz) = 337930f5ce745ecdceab2d3fab7e7099 +MD5 (tgif-4.1.4.tar.gz) = 8960c25e384b5169382289267b419bfd Index: patches/patch-aa =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/graphics/tgif/patches/patch-aa,v retrieving revision 1.7 diff -u -r1.7 patch-aa --- patch-aa 1999/03/08 21:56:50 1.7 +++ patch-aa 1999/04/06 10:30:42 @@ -1,11 +1,11 @@ ---- tgif.man.orig Sun Feb 28 13:21:16 1999 -+++ tgif.man Fri Mar 5 19:51:06 1999 +--- tgif.man.orig Mon Mar 22 11:54:24 1999 ++++ tgif.man Tue Apr 6 03:30:32 1999 @@ -8,7 +8,7 @@ .\" .\" .\" --.TH tgif n "Version 4.0 Patchlevel 15 and Above" "Tgif" -+.TH tgif 1L "Version 4.0 Patchlevel 15 and Above" "Tgif" +-.TH tgif n "Version 4.1 Patchlevel 3 and Above" "Tgif" ++.TH tgif 1L "Version 4.1 Patchlevel 3 and Above" "Tgif" .\" .SH NAME .\" >Release-Note: >Audit-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 6 10:12: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED6401567F for ; Tue, 6 Apr 1999 10:11:59 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA74154; Tue, 6 Apr 1999 10:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail4.svr.pol.co.uk (mail4.svr.pol.co.uk [195.92.193.211]) by hub.freebsd.org (Postfix) with ESMTP id B1DC315097 for ; Tue, 6 Apr 1999 10:03:45 -0700 (PDT) (envelope-from tom@eborcom.com) Received: from modem-30.lutetium.dialup.pol.co.uk ([62.136.35.30]) by mail4.svr.pol.co.uk with esmtp (Exim 2.12 #1) id 10UZEH-0001xm-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 6 Apr 1999 18:01:43 +0100 Received: (qmail 15169 invoked by uid 5000); 6 Apr 1999 16:35:30 -0000 Message-Id: <19990406163530.15168.qmail@eborcom.com> Date: 6 Apr 1999 16:35:30 -0000 From: Tom Hukins To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10982: Minor Port Fix: leafnode+ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10982 >Category: ports >Synopsis: Minor Port Fix: leafnode+ >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 6 10:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 2.2.8-STABLE i386 >Organization: eBORcOM >Environment: >Description: If not upgrading from a previous version of Leafnode or Leafnode+, incorrect installation instructions are displayed. The patch below fixes this, and makes some other minor changes. I am the port's maintainer. files/INSTALL.message has been removed, pkg/MESSAGE has been added. >How-To-Repeat: >Fix: diff -ruN leafnode+.old/Makefile leafnode+/Makefile --- leafnode+.old/Makefile Sun Apr 4 19:19:08 1999 +++ leafnode+/Makefile Tue Apr 6 17:25:21 1999 @@ -12,6 +12,8 @@ MAINTAINER= tom@eborcom.com +WWW_SITE= http://www.io.com/~kazushi/freeware/leafnode+.html + MAN8= checkgroups.8 fetchnews.8 leafnode.8 texpire.8 .if defined(NOPORTDOCS) @@ -41,6 +43,6 @@ post-install: @test -d /var/spool/news -a -d ${PREFIX}/lib/leafnode || \ - ${CAT} ${FILESDIR}/INSTALL.mesg + ${CAT} ${PKGDIR}/MESSAGE .include diff -ruN leafnode+.old/files/INSTALL.mesg leafnode+/files/INSTALL.mesg --- leafnode+.old/files/INSTALL.mesg Sun Apr 4 19:19:08 1999 +++ leafnode+/files/INSTALL.mesg Thu Jan 1 01:00:00 1970 @@ -1,4 +0,0 @@ -WARNING: Although leafnode+ has been installed, a spool area for -storing news articles is not present on your computer. To create a -spool area in /var/spool/new, type: -% make installall diff -ruN leafnode+.old/patches/patch-aa leafnode+/patches/patch-aa --- leafnode+.old/patches/patch-aa Sun Apr 4 19:19:09 1999 +++ leafnode+/patches/patch-aa Tue Apr 6 17:12:43 1999 @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Dec 24 01:41:37 1998 -+++ Makefile Sun Dec 27 17:04:30 1998 +--- Makefile.orig Sun Jan 31 19:17:52 1999 ++++ Makefile Tue Apr 6 17:12:29 1999 @@ -1,11 +1,8 @@ # -*- makefile -*- # $Orig-Id: Makefile,v 1.16 1997/07/20 00:28:31 agulbra Exp $ @@ -22,6 +22,15 @@ all: leafnode fetchnews texpire checkgroups leaftool +@@ -79,7 +76,7 @@ + @if [ -f $(BINDIR)/fetch ]; then echo don"'"t forget to change the name of a command in scripts and crontab from fetch into fetchnews.; fi + @if [ -f $(BINDIR)/newsfetch ]; then echo don"'"t forget to change the name of a command in scripts and crontab from newsfetch into fetchnews.; fi + +-installall: install ++installall: + -mkdir -p $(SPOOLDIR) $(LIBDIR) + -mkdir -p $(SPOOLDIR)/message.id + -mkdir -p $(SPOOLDIR)/interesting.groups @@ -91,7 +88,6 @@ $${a}$${b}6 $${a}$${b}7 $${a}$${b}8 \ $${a}$${b}9 ; \ diff -ruN leafnode+.old/pkg/MESSAGE leafnode+/pkg/MESSAGE --- leafnode+.old/pkg/MESSAGE Thu Jan 1 01:00:00 1970 +++ leafnode+/pkg/MESSAGE Tue Apr 6 17:28:43 1999 @@ -0,0 +1,5 @@ +WARNING: Although leafnode+ has been installed, a spool area for +storing news articles is not present on your computer. To create a +spool area in /var/spool/new, type: +% cd work/leafnode+-2.6 +% make installall >Release-Note: >Audit-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 6 11:52: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CFC2314F92 for ; Tue, 6 Apr 1999 11:51:58 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA19356; Tue, 6 Apr 1999 11:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id A9840156B7 for ; Tue, 6 Apr 1999 11:42:18 -0700 (PDT) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id WAA06740; Tue, 6 Apr 1999 22:40:11 +0400 (MSD) Message-Id: <199904061840.WAA06740@netserv1.chg.ru> Date: Tue, 6 Apr 1999 22:40:11 +0400 (MSD) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10984: Please upgrade www/calamaris from 2.22 to 2.23 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10984 >Category: ports >Synopsis: Please upgrade www/calamaris from 2.22 to 2.23 >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 6 11:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -Nur calamaris.old/Makefile calamaris/Makefile --- calamaris.old/Makefile Tue Apr 6 22:35:33 1999 +++ calamaris/Makefile Tue Apr 6 22:36:23 1999 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.3 1999/02/23 22:30:57 billf Exp $ # -DISTNAME= calamaris-2.22 +DISTNAME= calamaris-2.23 CATEGORIES= www textproc MASTER_SITES= http://calamaris.cord.de/ \ ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ diff -Nur calamaris.old/files/md5 calamaris/files/md5 --- calamaris.old/files/md5 Tue Apr 6 22:35:32 1999 +++ calamaris/files/md5 Tue Apr 6 22:36:39 1999 @@ -1 +1 @@ -MD5 (calamaris-2.22.tar.gz) = ffbaa391c17d05469494d6db1473f922 +MD5 (calamaris-2.23.tar.gz) = 5f15d37fd5ce348e19499f38ea8fac60 >Release-Note: >Audit-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 6 12:32: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DD98156B7 for ; Tue, 6 Apr 1999 12:31:59 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA22453; Tue, 6 Apr 1999 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id A623F14F5B for ; Tue, 6 Apr 1999 12:31:17 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id MAA53826; Tue, 6 Apr 1999 12:29:19 -0700 (PDT) (envelope-from mharo) Message-Id: <199904061929.MAA53826@patrol.area51.fremont.ca.us> Date: Tue, 6 Apr 1999 12:29:19 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10986: Update: editors/cooledit (3.8.3 -> 3.9.0) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10986 >Category: ports >Synopsis: Update: editors/cooledit (3.8.3 -> 3.9.0) >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 6 12:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - New version (3.8.3 -> 3.9.0) portlint: 0 warnings, 0 errors patches: 0 new, 0 removed >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/editors/cooledit/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 1999/01/30 01:24:29 1.11 +++ Makefile 1999/04/06 19:26:49 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.11 1999/01/30 01:24:29 fenner Exp $ # -DISTNAME= cooledit-3.8.3 +DISTNAME= cooledit-3.9.0 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/editors/X @@ -16,7 +16,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-mail-author --disable-static +CONFIGURE_ARGS= --disable-mail-author --disable-static --with-libs='-lcrypt -lreadline' USE_GMAKE= yes post-extract: Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/editors/cooledit/files/md5,v retrieving revision 1.5 diff -u -r1.5 md5 --- md5 1999/01/30 01:24:35 1.5 +++ md5 1999/04/05 21:12:21 @@ -1 +1 @@ -MD5 (cooledit-3.8.3.tar.gz) = 7fc450fae6531914d1a65c0447a91fd3 +MD5 (cooledit-3.9.0.tar.gz) = 89514b4f8c92985017f8ec8cf818d78e Index: patches/patch-aa =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/editors/cooledit/patches/patch-aa,v retrieving revision 1.3 diff -u -r1.3 patch-aa --- patch-aa 1999/01/10 18:14:43 1.3 +++ patch-aa 1999/04/06 19:03:19 @@ -1,173 +1,23 @@ -*** icon/Makefile.in Wed Dec 16 01:05:40 1998 ---- icon/Makefile.in Thu Jan 7 15:01:13 1999 -*************** -*** 95,102 **** - VERSION = @VERSION@ - l = @l@ - -! bin_PROGRAMS = coolicon coolicon.static coolbrowse coolbrowse.static coolmessage coolmessage.static \ -! coollistbox coollistbox.static coolquery coolquery.static coolinput coolinput.static - - INCLUDES = -I$(top_srcdir)/widget -I$(top_srcdir) -I$(top_srcdir)/intl - ---- 95,102 ---- - VERSION = @VERSION@ - l = @l@ - -! bin_PROGRAMS = coolicon coolbrowse coolmessage \ -! coollistbox coolquery coolinput - - INCLUDES = -I$(top_srcdir)/widget -I$(top_srcdir) -I$(top_srcdir)/intl - -*************** -*** 107,119 **** - coolquery_SOURCES = coolquery.c trivoptions.c - coolinput_SOURCES = coolinput.c trivoptions.c - -- coolicon_static_SOURCES = icon.c coolicon.c iconmanager.c percentsubs.c trivoptions.c -- coolbrowse_static_SOURCES = coolbrowse.c trivoptions.c -- coolmessage_static_SOURCES = coolmessage.c trivoptions.c -- coollistbox_static_SOURCES = coollistbox.c trivoptions.c -- coolquery_static_SOURCES = coolquery.c trivoptions.c -- coolinput_static_SOURCES = coolinput.c trivoptions.c -- - coolicon_LDADD = -lm ../widget/libCw.la -lX11 ../intl/libintl.$la -lXext -lXpm ../widget/libC3d.a - coolbrowse_LDADD = ../widget/libCw.la -lX11 ../intl/libintl.$la - coolmessage_LDADD = ../widget/libCw.la -lX11 ../intl/libintl.$la ---- 107,112 ---- -*************** -*** 121,133 **** - coolquery_LDADD = ../widget/libCw.la -lX11 ../intl/libintl.$la - coolinput_LDADD = ../widget/libCw.la -lX11 ../intl/libintl.$la - -- coolicon_static_LDADD = -lm ../widget/.libs/libCw.a -lX11 ../intl/libintl.$la -lXext -lXpm ../widget/libC3d.a -- coolbrowse_static_LDADD = ../widget/.libs/libCw.a -lX11 ../intl/libintl.$la -- coolmessage_static_LDADD = ../widget/.libs/libCw.a -lX11 ../intl/libintl.$la -- coollistbox_static_LDADD = ../widget/.libs/libCw.a -lX11 ../intl/libintl.$la -- coolquery_static_LDADD = ../widget/.libs/libCw.a -lX11 ../intl/libintl.$la -- coolinput_static_LDADD = ../widget/.libs/libCw.a -lX11 ../intl/libintl.$la -- - datadir = $(prefix)/@DATADIRNAME@ - localedir = $(datadir)/locale - ---- 114,119 ---- -*************** -*** 148,193 **** - coolicon_DEPENDENCIES = ../widget/libCw.la ../intl/libintl.$la \ - ../widget/libC3d.a - coolicon_LDFLAGS = -- coolicon_static_OBJECTS = icon.o coolicon.o iconmanager.o percentsubs.o \ -- trivoptions.o -- coolicon_static_DEPENDENCIES = ../widget/.libs/libCw.a \ -- ../intl/libintl.$la ../widget/libC3d.a -- coolicon_static_LDFLAGS = - coolbrowse_OBJECTS = coolbrowse.o trivoptions.o - coolbrowse_DEPENDENCIES = ../widget/libCw.la ../intl/libintl.$la - coolbrowse_LDFLAGS = -- coolbrowse_static_OBJECTS = coolbrowse.o trivoptions.o -- coolbrowse_static_DEPENDENCIES = ../widget/.libs/libCw.a \ -- ../intl/libintl.$la -- coolbrowse_static_LDFLAGS = - coolmessage_OBJECTS = coolmessage.o trivoptions.o - coolmessage_DEPENDENCIES = ../widget/libCw.la ../intl/libintl.$la - coolmessage_LDFLAGS = -- coolmessage_static_OBJECTS = coolmessage.o trivoptions.o -- coolmessage_static_DEPENDENCIES = ../widget/.libs/libCw.a \ -- ../intl/libintl.$la -- coolmessage_static_LDFLAGS = - coollistbox_OBJECTS = coollistbox.o trivoptions.o - coollistbox_DEPENDENCIES = ../widget/libCw.la ../intl/libintl.$la - coollistbox_LDFLAGS = -- coollistbox_static_OBJECTS = coollistbox.o trivoptions.o -- coollistbox_static_DEPENDENCIES = ../widget/.libs/libCw.a \ -- ../intl/libintl.$la -- coollistbox_static_LDFLAGS = - coolquery_OBJECTS = coolquery.o trivoptions.o - coolquery_DEPENDENCIES = ../widget/libCw.la ../intl/libintl.$la - coolquery_LDFLAGS = -- coolquery_static_OBJECTS = coolquery.o trivoptions.o -- coolquery_static_DEPENDENCIES = ../widget/.libs/libCw.a \ -- ../intl/libintl.$la -- coolquery_static_LDFLAGS = - coolinput_OBJECTS = coolinput.o trivoptions.o - coolinput_DEPENDENCIES = ../widget/libCw.la ../intl/libintl.$la - coolinput_LDFLAGS = -- coolinput_static_OBJECTS = coolinput.o trivoptions.o -- coolinput_static_DEPENDENCIES = ../widget/.libs/libCw.a \ -- ../intl/libintl.$la -- coolinput_static_LDFLAGS = - CFLAGS = @CFLAGS@ - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) - LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) ---- 134,154 ---- -*************** -*** 199,206 **** - - TAR = tar - GZIP = --best -! SOURCES = $(coolicon_SOURCES) $(coolicon_static_SOURCES) $(coolbrowse_SOURCES) $(coolbrowse_static_SOURCES) $(coolmessage_SOURCES) $(coolmessage_static_SOURCES) $(coollistbox_SOURCES) $(coollistbox_static_SOURCES) $(coolquery_SOURCES) $(coolquery_static_SOURCES) $(coolinput_SOURCES) $(coolinput_static_SOURCES) -! OBJECTS = $(coolicon_OBJECTS) $(coolicon_static_OBJECTS) $(coolbrowse_OBJECTS) $(coolbrowse_static_OBJECTS) $(coolmessage_OBJECTS) $(coolmessage_static_OBJECTS) $(coollistbox_OBJECTS) $(coollistbox_static_OBJECTS) $(coolquery_OBJECTS) $(coolquery_static_OBJECTS) $(coolinput_OBJECTS) $(coolinput_static_OBJECTS) - - all: Makefile $(PROGRAMS) - ---- 160,167 ---- - - TAR = tar - GZIP = --best -! SOURCES = $(coolicon_SOURCES) $(coolbrowse_SOURCES) $(coolmessage_SOURCES) $(coollistbox_SOURCES) $(coolquery_SOURCES) $(coolinput_SOURCES) -! OBJECTS = $(coolicon_OBJECTS) $(coolbrowse_OBJECTS) $(coolmessage_OBJECTS) $(coollistbox_OBJECTS) $(coolquery_OBJECTS) $(coolinput_OBJECTS) - - all: Makefile $(PROGRAMS) - -*************** -*** 281,329 **** - @rm -f coolicon - $(LINK) $(coolicon_LDFLAGS) $(coolicon_OBJECTS) $(coolicon_LDADD) $(LIBS) - -- coolicon.static: $(coolicon_static_OBJECTS) $(coolicon_static_DEPENDENCIES) -- @rm -f coolicon.static -- $(LINK) $(coolicon_static_LDFLAGS) $(coolicon_static_OBJECTS) $(coolicon_static_LDADD) $(LIBS) -- - coolbrowse: $(coolbrowse_OBJECTS) $(coolbrowse_DEPENDENCIES) - @rm -f coolbrowse - $(LINK) $(coolbrowse_LDFLAGS) $(coolbrowse_OBJECTS) $(coolbrowse_LDADD) $(LIBS) - -- coolbrowse.static: $(coolbrowse_static_OBJECTS) $(coolbrowse_static_DEPENDENCIES) -- @rm -f coolbrowse.static -- $(LINK) $(coolbrowse_static_LDFLAGS) $(coolbrowse_static_OBJECTS) $(coolbrowse_static_LDADD) $(LIBS) -- - coolmessage: $(coolmessage_OBJECTS) $(coolmessage_DEPENDENCIES) - @rm -f coolmessage - $(LINK) $(coolmessage_LDFLAGS) $(coolmessage_OBJECTS) $(coolmessage_LDADD) $(LIBS) - -- coolmessage.static: $(coolmessage_static_OBJECTS) $(coolmessage_static_DEPENDENCIES) -- @rm -f coolmessage.static -- $(LINK) $(coolmessage_static_LDFLAGS) $(coolmessage_static_OBJECTS) $(coolmessage_static_LDADD) $(LIBS) -- - coollistbox: $(coollistbox_OBJECTS) $(coollistbox_DEPENDENCIES) - @rm -f coollistbox - $(LINK) $(coollistbox_LDFLAGS) $(coollistbox_OBJECTS) $(coollistbox_LDADD) $(LIBS) - -- coollistbox.static: $(coollistbox_static_OBJECTS) $(coollistbox_static_DEPENDENCIES) -- @rm -f coollistbox.static -- $(LINK) $(coollistbox_static_LDFLAGS) $(coollistbox_static_OBJECTS) $(coollistbox_static_LDADD) $(LIBS) -- - coolquery: $(coolquery_OBJECTS) $(coolquery_DEPENDENCIES) - @rm -f coolquery - $(LINK) $(coolquery_LDFLAGS) $(coolquery_OBJECTS) $(coolquery_LDADD) $(LIBS) - -- coolquery.static: $(coolquery_static_OBJECTS) $(coolquery_static_DEPENDENCIES) -- @rm -f coolquery.static -- $(LINK) $(coolquery_static_LDFLAGS) $(coolquery_static_OBJECTS) $(coolquery_static_LDADD) $(LIBS) -- - coolinput: $(coolinput_OBJECTS) $(coolinput_DEPENDENCIES) - @rm -f coolinput - $(LINK) $(coolinput_LDFLAGS) $(coolinput_OBJECTS) $(coolinput_LDADD) $(LIBS) -- -- coolinput.static: $(coolinput_static_OBJECTS) $(coolinput_static_DEPENDENCIES) -- @rm -f coolinput.static -- $(LINK) $(coolinput_static_LDFLAGS) $(coolinput_static_OBJECTS) $(coolinput_static_LDADD) $(LIBS) - - tags: TAGS - ---- 242,266 ---- +--- icon/Makefile.in.orig Sat Mar 13 16:48:21 1999 ++++ icon/Makefile.in Tue Apr 6 12:02:40 1999 +@@ -95,8 +95,7 @@ + VERSION = @VERSION@ + l = @l@ + +-bin_PROGRAMS = coolicon coolicon.static coolbrowse coolbrowse.static coolmessage coolmessage.static \ +- coollistbox coollistbox.static coolquery coolquery.static coolinput coolinput.static ++bin_PROGRAMS = coolicon coolbrowse coolmessage coollistbox coolquery coolinput + + INCLUDES = -I$(top_srcdir)/widget -I$(top_srcdir) -I$(top_srcdir)/intl + +@@ -199,8 +198,8 @@ + + TAR = tar + GZIP = --best +-SOURCES = $(coolicon_SOURCES) $(coolicon_static_SOURCES) $(coolbrowse_SOURCES) $(coolbrowse_static_SOURCES) $(coolmessage_SOURCES) $(coolmessage_static_SOURCES) $(coollistbox_SOURCES) $(coollistbox_static_SOURCES) $(coolquery_SOURCES) $(coolquery_static_SOURCES) $(coolinput_SOURCES) $(coolinput_static_SOURCES) +-OBJECTS = $(coolicon_OBJECTS) $(coolicon_static_OBJECTS) $(coolbrowse_OBJECTS) $(coolbrowse_static_OBJECTS) $(coolmessage_OBJECTS) $(coolmessage_static_OBJECTS) $(coollistbox_OBJECTS) $(coollistbox_static_OBJECTS) $(coolquery_OBJECTS) $(coolquery_static_OBJECTS) $(coolinput_OBJECTS) $(coolinput_static_OBJECTS) ++SOURCES = $(coolicon_SOURCES) $(coolbrowse_SOURCES) $(coolmessage_SOURCES) $(coollistbox_SOURCES) $(coolquery_SOURCES) $(coolinput_SOURCES) ++OBJECTS = $(coolicon_OBJECTS) $(coolbrowse_OBJECTS) $(coolmessage_OBJECTS) $(coollistbox_OBJECTS) $(coolquery_OBJECTS) $(coolinput_OBJECTS) + + all: Makefile $(PROGRAMS) + Index: patches/patch-ab =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/editors/cooledit/patches/patch-ab,v retrieving revision 1.3 diff -u -r1.3 patch-ab --- patch-ab 1999/01/10 18:14:43 1.3 +++ patch-ab 1999/04/06 18:33:31 @@ -1,103 +1,22 @@ -*** editor/Makefile.in Wed Dec 16 01:05:40 1998 ---- editor/Makefile.in Thu Jan 7 15:23:36 1999 -*************** -*** 95,101 **** - VERSION = @VERSION@ - l = @l@ - -! bin_PROGRAMS = cooledit smalledit coolman cooledit.static smalledit.static coolman.static - - INCLUDES = -I$(top_srcdir)/widget -I$(top_srcdir) -I$(top_srcdir)/intl @PYTHON_INCLUDES@ - ---- 95,101 ---- - VERSION = @VERSION@ - l = @l@ - -! bin_PROGRAMS = cooledit smalledit coolman - - INCLUDES = -I$(top_srcdir)/widget -I$(top_srcdir) -I$(top_srcdir)/intl @PYTHON_INCLUDES@ - -*************** -*** 105,120 **** - smalledit_SOURCES = smalledit.c copyright.h trivoptions.c - coolman_SOURCES = coolman.c manpage.c trivoptions.c - -- cooledit_static_SOURCES = cooledit.c editoptions.c mancmd.c options.c \ -- cooleditmenus.c shell.c shell.h copyright.h mail.c complete.c \ -- manpage.c percentsubs.c _coolpython.c -- smalledit_static_SOURCES = smalledit.c copyright.h trivoptions.c -- coolman_static_SOURCES = coolman.c manpage.c trivoptions.c -- -- cooledit_static_LDADD = ../widget/.libs/libCw.a -lX11 ../intl/libintl.$la @PYTHON_LIBS@ -- smalledit_static_LDADD = ../widget/.libs/libCw.a -lX11 ../intl/libintl.$la -- coolman_static_LDADD = ../widget/.libs/libCw.a -lX11 ../intl/libintl.$la -- - cooledit_LDADD = ../widget/libCw.la -lX11 ../intl/libintl.$la @PYTHON_LIBS@ - smalledit_LDADD = ../widget/libCw.la -lX11 ../intl/libintl.$la - coolman_LDADD = ../widget/libCw.la -lX11 ../intl/libintl.$la ---- 105,110 ---- -*************** -*** 145,164 **** - coolman_OBJECTS = coolman.o manpage.o trivoptions.o - coolman_DEPENDENCIES = ../widget/libCw.la ../intl/libintl.$la - coolman_LDFLAGS = -- cooledit_static_OBJECTS = cooledit.o editoptions.o mancmd.o options.o \ -- cooleditmenus.o shell.o mail.o complete.o manpage.o percentsubs.o \ -- _coolpython.o -- cooledit_static_DEPENDENCIES = ../widget/.libs/libCw.a \ -- ../intl/libintl.$la -- cooledit_static_LDFLAGS = -- smalledit_static_OBJECTS = smalledit.o trivoptions.o -- smalledit_static_DEPENDENCIES = ../widget/.libs/libCw.a \ -- ../intl/libintl.$la -- smalledit_static_LDFLAGS = -- coolman_static_OBJECTS = coolman.o manpage.o trivoptions.o -- coolman_static_DEPENDENCIES = ../widget/.libs/libCw.a \ -- ../intl/libintl.$la -- coolman_static_LDFLAGS = - CFLAGS = @CFLAGS@ - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) - LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) ---- 135,140 ---- -*************** -*** 170,177 **** - - TAR = tar - GZIP = --best -! SOURCES = $(cooledit_SOURCES) $(smalledit_SOURCES) $(coolman_SOURCES) $(cooledit_static_SOURCES) $(smalledit_static_SOURCES) $(coolman_static_SOURCES) -! OBJECTS = $(cooledit_OBJECTS) $(smalledit_OBJECTS) $(coolman_OBJECTS) $(cooledit_static_OBJECTS) $(smalledit_static_OBJECTS) $(coolman_static_OBJECTS) - - all: Makefile $(PROGRAMS) - ---- 146,153 ---- - - TAR = tar - GZIP = --best -! SOURCES = $(cooledit_SOURCES) $(smalledit_SOURCES) $(coolman_SOURCES) -! OBJECTS = $(cooledit_OBJECTS) $(smalledit_OBJECTS) $(coolman_OBJECTS) - - all: Makefile $(PROGRAMS) - -*************** -*** 259,278 **** - coolman: $(coolman_OBJECTS) $(coolman_DEPENDENCIES) - @rm -f coolman - $(LINK) $(coolman_LDFLAGS) $(coolman_OBJECTS) $(coolman_LDADD) $(LIBS) -- -- cooledit.static: $(cooledit_static_OBJECTS) $(cooledit_static_DEPENDENCIES) -- @rm -f cooledit.static -- $(LINK) $(cooledit_static_LDFLAGS) $(cooledit_static_OBJECTS) $(cooledit_static_LDADD) $(LIBS) -- -- smalledit.static: $(smalledit_static_OBJECTS) $(smalledit_static_DEPENDENCIES) -- @rm -f smalledit.static -- $(LINK) $(smalledit_static_LDFLAGS) $(smalledit_static_OBJECTS) $(smalledit_static_LDADD) $(LIBS) -- -- coolman.static: $(coolman_static_OBJECTS) $(coolman_static_DEPENDENCIES) -- @rm -f coolman.static -- $(LINK) $(coolman_static_LDFLAGS) $(coolman_static_OBJECTS) $(coolman_static_LDADD) $(LIBS) -- -- tags: TAGS - - ID: $(HEADERS) $(SOURCES) $(LISP) - here=`pwd` && cd $(srcdir) \ ---- 235,240 ---- +--- editor/Makefile.in.orig Sat Mar 13 16:48:21 1999 ++++ editor/Makefile.in Mon Apr 5 14:18:46 1999 +@@ -95,7 +95,7 @@ + VERSION = @VERSION@ + l = @l@ + +-bin_PROGRAMS = cooledit smalledit coolman cooledit.static smalledit.static coolman.static ++bin_PROGRAMS = cooledit smalledit coolman + + INCLUDES = -I$(top_srcdir)/widget -I$(top_srcdir) -I$(top_srcdir)/intl @PYTHON_INCLUDES@ + +@@ -170,8 +170,8 @@ + + TAR = tar + GZIP = --best +-SOURCES = $(cooledit_SOURCES) $(smalledit_SOURCES) $(coolman_SOURCES) $(cooledit_static_SOURCES) $(smalledit_static_SOURCES) $(coolman_static_SOURCES) +-OBJECTS = $(cooledit_OBJECTS) $(smalledit_OBJECTS) $(coolman_OBJECTS) $(cooledit_static_OBJECTS) $(smalledit_static_OBJECTS) $(coolman_static_OBJECTS) ++SOURCES = $(cooledit_SOURCES) $(smalledit_SOURCES) $(coolman_SOURCES) ++OBJECTS = $(cooledit_OBJECTS) $(smalledit_OBJECTS) $(coolman_OBJECTS) + + all: Makefile $(PROGRAMS) + Index: pkg/PLIST =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/editors/cooledit/pkg/PLIST,v retrieving revision 1.5 diff -u -r1.5 PLIST --- PLIST 1999/01/10 18:14:44 1.5 +++ PLIST 1999/04/06 19:26:32 @@ -34,6 +34,22 @@ lib/coolicon/modify-xinitrc lib/coolicon/gmc.xpm lib/coolicon/lyx.xpm +lib/cooledit/syntax/c.syntax +lib/cooledit/syntax/changelog.syntax +lib/cooledit/syntax/diff.syntax +lib/cooledit/syntax/diffc.syntax +lib/cooledit/syntax/html.syntax +lib/cooledit/syntax/java.syntax +lib/cooledit/syntax/latex.syntax +lib/cooledit/syntax/lsm.syntax +lib/cooledit/syntax/makefile.syntax +lib/cooledit/syntax/ml.syntax +lib/cooledit/syntax/nroff.syntax +lib/cooledit/syntax/pascal.syntax +lib/cooledit/syntax/perl.syntax +lib/cooledit/syntax/python.syntax +lib/cooledit/syntax/sh.syntax +lib/cooledit/syntax/smalltalk.syntax share/locale/de/LC_MESSAGES/cooledit.mo share/locale/fr/LC_MESSAGES/cooledit.mo share/locale/sv/LC_MESSAGES/cooledit.mo @@ -50,4 +66,5 @@ share/locale/ko/LC_MESSAGES/cooledit.mo share/locale/sl/LC_MESSAGES/cooledit.mo @dirrm lib/coolicon +@dirrm lib/cooledit/syntax @dirrm lib/cooledit >Release-Note: >Audit-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 6 14:24:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D13921525A; Tue, 6 Apr 1999 14:24:55 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA31488; Tue, 6 Apr 1999 14:22:57 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Tue, 6 Apr 1999 14:22:57 -0700 (PDT) From: Message-Id: <199904062122.OAA31488@freefall.freebsd.org> To: jseger@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/10965: lcc-3.6 unable to compile anything Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: lcc-3.6 unable to compile anything Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: jseger Responsible-Changed-When: Tue Apr 6 14:21:17 PDT 1999 Responsible-Changed-Why: Over to obrien. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 6 14:30:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id DC42F155D0; Tue, 6 Apr 1999 14:30:37 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca12-101.ix.netcom.com [205.186.214.229]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id OAA29675; Tue, 6 Apr 1999 14:28:43 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id OAA72152; Tue, 6 Apr 1999 14:27:36 -0700 (PDT) Date: Tue, 6 Apr 1999 14:27:36 -0700 (PDT) Message-Id: <199904062127.OAA72152@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: jseger@freebsd.org Cc: ports@freebsd.org Subject: libwww port and xmlparse.h From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The libwww port is not installing the file xmlparse.h that is required by HTXML.h (which it does install). The following patch fixes that. I also noticed that even though it's not fatal, the ldconfig run inside its own Makefile is barfing due to a missing OBJFORMAT. The MAKE_ENV will fix that. It probably means we can take out the first line of post-install (but I haven't tested that). -PW --- Index: Makefile =================================================================== RCS file: /usr/cvs/ports/www/libwww/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 1999/03/08 00:15:40 1.16 +++ Makefile 1999/04/06 11:25:01 @@ -17,9 +17,12 @@ USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared --enable-static DOCDIR= ${PREFIX}/share/doc/libwww +MAKE_ENV= objformat=${PORTOBJFORMAT} post-install: @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/modules/expat/xmlparse/xmlparse.h \ + ${PREFIX}/include/w3c-libwww/ .if !defined(NOPORTDOCS) @${MKDIR} ${DOCDIR}/User ${CP} -R ${WRKSRC}/Library/User/* ${DOCDIR}/User Index: pkg/PLIST =================================================================== RCS file: /usr/cvs/ports/www/libwww/pkg/PLIST,v retrieving revision 1.12 diff -u -r1.12 PLIST --- PLIST 1999/03/08 00:15:42 1.12 +++ PLIST 1999/04/06 11:25:11 @@ -150,6 +150,7 @@ include/w3c-libwww/WWWZip.h include/w3c-libwww/wwwconf.h include/w3c-libwww/wwwsys.h +include/w3c-libwww/xmlparse.h lib/libmd5.a lib/libmd5.la lib/libmd5.so.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 6 14:47:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from fosburgh.dyndns.org (Dorm-36314.RH.UH.EDU [129.7.141.218]) by hub.freebsd.org (Postfix) with ESMTP id BCC7E14BE0; Tue, 6 Apr 1999 14:47:39 -0700 (PDT) (envelope-from wotan@fosburgh.dyndns.org) Received: from localhost (wotan@localhost) by fosburgh.dyndns.org (8.9.2/8.9.2) with ESMTP id QAA23894; Tue, 6 Apr 1999 16:45:40 -0500 (CDT) (envelope-from wotan@fosburgh.dyndns.org) Date: Tue, 6 Apr 1999 16:45:35 -0500 (CDT) From: Jonathan Fosburgh Reply-To: jef53313@bayou.uh.edu To: jseger@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG, obrien@FreeBSD.ORG Subject: Re: ports/10965: lcc-3.6 unable to compile anything In-Reply-To: <199904062122.OAA31488@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 6 Apr 1999 jseger@FreeBSD.ORG wrote: > Synopsis: lcc-3.6 unable to compile anything > > Responsible-Changed-From-To: freebsd-ports->obrien > Responsible-Changed-By: jseger > Responsible-Changed-When: Tue Apr 6 14:21:17 PDT 1999 > Responsible-Changed-Why: > Over to obrien. > I can turn over the work I have done (modifications to the Makefile, patches, and FreeBSD.md from the original lcc-3.6 port). I am to the point of getting librcc.a (I think that is the name of it) to build, but lcc itself is still not building, currently complaining about undefined references in lcc.c. The undefined references only occur when building compiling lcc using the FreeBSD.c file (unchanged from the 3.6 version.) I have looked at it and compared it to the drivers that come with the lcc source, but as yet I have no fix for it. What I have done is use the original port and hacked up the patches, etc, to fit the new format of the sources and to adjust the patches to find the correct locations. Jonathan Fosburgh Geotechnician Snyder Oil Corporation Houston, TX Home Page: http://www.geocities.com/vienna/1498 Manager, FreeBSD Webring: http://www.geocities.com/vienna/1498/computer/freebsdring.html ICQ: 32742908 AIM: Namthorien To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 6 15: 2:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CEE0815041 for ; Tue, 6 Apr 1999 15:01:59 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA35018; Tue, 6 Apr 1999 15:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 21AF214BE0 for ; Tue, 6 Apr 1999 14:59:09 -0700 (PDT) (envelope-from Cy.Schubert@uumail.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id OAA00717 for ; Tue, 6 Apr 1999 14:59:14 -0700 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda00715; Tue Apr 6 14:59:11 1999 Received: (from cschuber@localhost) by passer.osg.gov.bc.ca (8.9.3/8.9.1) id OAA12241; Tue, 6 Apr 1999 14:57:07 -0700 (PDT) Message-Id: <199904062157.OAA12241@passer.osg.gov.bc.ca> Date: Tue, 6 Apr 1999 14:57:07 -0700 (PDT) From: Cy Schubert Reply-To: cschuber@uumail.gov.bc.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10987: New Rsync Fixes Security Hole Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10987 >Category: ports >Synopsis: New Rsync Fixes Security Hole >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 6 15:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Cy Schubert >Release: FreeBSD 3.1-RELEASE i386 >Organization: ITSD Province of BC >Environment: FreeBSD passer.osg.gov.bc.ca 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Wed Mar 31 06:51:21 PST 1999 root@passer.osg.gov.bc.ca:/opt/usr_src-310/sys/compile/PASSER i386 >Description: Please see http://rsync.samba.org/cgi-bin/rsync?findid=1706 for a full description of the problem. The security bug exists in all previous versions or rsync. >How-To-Repeat: Please see http://rsync.samba.org/cgi-bin/rsync?findid=1706. >Fix: Enclosed is a new port in uuencode format that will build rsync-2.3.1. begin 644 rsync-990406.tar.gz M'XL(`..`"C<``^T\;7O:QK+]:OV*"4EC""!+XLW&)8\=3!(W-N8:)VGN21^Z M2`NH%A)'+W9HZO/;[\RN!#(F=GKJ.O><:IX$A#0[.SNS\[*S*_O!W#7+.SM: M5:MO???7`%2U1JT&WP'HC5HU_9V`!E!O:$9-TRH:7NL(M>^@]A?QN>1'`-?J?6O%W3ZM5$W]H:_3>JJ_JO&VC_VOVRL1X2_?N>%]Z&]U^J_^.#&N3E)##4BJJK M*`UU_%L!6K"C-9C&N*97]895J_):Q1QN5X=:?6?(]+JA*=^:]PS^/%RS_QD+ MSR_5F]D_O\A8*W^Q7>9L7OJ8^G_U^J_4A7^'UT_ M9H"8^.'CJD'Z?U#__S?5?[EJD.1?FMP]Z>`B-;`3YP,S!*')-L%V8G@/ZTIA3M$?`+YD`NY$$('W._"!*; M3S8W/V\2Y0N!/$A:;18#'EYM_O(QAY$1+W.[$$ZXJQ0!TOSF38:=6H45[IR` M$Z;)0G@N1$B=JH3#/X7PPP^=DY=*\;%CNQR0\^W42')XWW9-)[*XO&OQ4:!. M\/;6,^C/26PPXX$.B,1@$832$*3-]+P#F6C#Q9GP4.N%\QH,2L05P.;'-";+G"N8"JY,+[OLVWF?N',:F::"&0^Z[*.Q%Q\0LN_!L"Y$`T3T_)HKMWW.( M`B[['G*3T0^D`%-[/,%/\DTD>_!Y&/DN"'+>")CH2XYG&-E.B/.*ADYJ`CM$ M.?CC:,J1T)*+2R]R+`A"VW&`S6;./.9B==Q*$2<,L*R#`3NU`S#HB$-J>&\0RMD.PIS.'$R.!9)9$X5RR.39@MB,% MW^F>]#_TD9N^-^4I(LQ'L9IAQ$B5+IMR2](($`W[Q*E.[BRD"T%G,$AD`*[G M3U$%U`ALFA78J\V"A3)',?,6Y.7\68NY8](IGM)DK3=N%**8IICQU_AKRP16%):2.NZ$TT32*&MG'^,5<@@ZKM MQNC)_0(8XNX5/'T*PIS+P<+*EG;J3Z'LCQ8/G@G;%2Y@C;VWYCS(+2UWU;\( M5:$T<"J-?3:%2Q8T8\CFEYU8BM9F0DRZ M+AK6BNL2\@US.7H4.RR:4G33EVR\WG_7&?RR\'/":_\.H0^;;&CBQ!A/[%_/ MG:GKS?[IX^2XN/PT_VT3-O=?M`\Z+U^]/OSQS=%Q]Z3W/Z?]L[?OWO_TX7\W M?UFX0^D/I5=;>,+8CSU9\@!Z/%U@52DQ]RBJF'D2C8@S18PT\,5H=V3C3QK$$8P%^Z]A]'W!;_C>\IS[NR/^@:C0H M_ZMI>EW#58#(_ZH/O?[_&^=_8@ZH$YG]O4>O]F/D4O9G5)K56E,SEME?C'D3 M";/V1>YGZ*4&%,4GI7V),9_V/W3;@]/^ZT&G^PYRBY\YLM+K2-W]XP[D1&H'&DTCM0;<)C>P'7L!!8X.7_1;>_2)/]OMUEZ[O:>4VR^/ M]E_A??F]IQ17;D#Y(&7,+4P&/_=..VBH5ZMF_5$XDL-N_VS_Z*A]?-#:BZ_W M_D[V_$?A-ONW[JF/.^._OMC_:6@U7=J_EMG_0\"R_H,)0&+_QYZ+9NX#1?5* M$RU;%Q6@G50%2&!OG$4<]F>Q%,V`47J]/`,\]YN%A'Y\N.O%.0ZU-X'+D8KD&L1,B'G+3?=,[B9?@7 M2,9%I<7J.5GIIB@=O^F?=8Y[2.=;Z^%;P6WV/[FG/NZP?Z-67]I_33>$_3?J MF?T_!"SS?UW:?LJDM6VTYZ9>7]I^C+EB]Y6=9JVQM'M]FPR^*+_([M7^:\SW MWW:[A]U7L-^5V3GT.Z?O.J?^ZXD#P'W+[A/-:I%O<6"**"U.HMO M`24@<45M**IN+')";**43>9082:5'7Q\*O.#IRKT',X"=#9<>HAKS_.U`DR9 M"S,VYJ)`,/5\KA1C>M]_+]..[[^_+\I@NR,JR9%K(@J)'(2T.C_M'_>..GT4 M#XFTOETIZ>A+Q7=5"-5B?"H;'HZHZ.=:S+>0YBP*17DO\:BB_"D%>RG*G$$0 M38E)AGBA0KA#3K+U,8^[L!F2X*%5`@\;^I=CWT-OF^*5*J;REZ3I>'[9Z)Z=G4JAB;5)KB-5)+5F?I&R/Q-]? M^*7R3=:4XFV,7Z/5[W1@_ZA_LB#WK?W]*MP6_^U[ZN/._=^ZL3C_IU+:+7VI2R@L9(%)/@KN4"UTJQIRUR@+E*!>I()I%P66DMB*5TO MC`,2Y>_!1&S*N5Z(?B7>N[J6&#!X_;8'@3VFD(-N&7V+B0$$PY3PT4E(@8^C M?/O]&L_1GB2=A9%_U?'9V\ MV#^"D][9X4DWR0%T0Q14Y)=P6;�VN=+,(%AQS]SH$W(]*IV"$#E2V(P*W:D`<"UK6X6]BK_E[N'=-QOE@HF!_EEC=SI)/0CWCI MYLP2*8E$BU>P.Z*4+;Y(Y#0_IVR.TA(3$V?L#/.I2TP&`G`\=TR[\!B)85OL M7C,30W5`9QX^;H9BORD=GU!7OI@@KK<(B"0%XBH7<-/GF&F06A)=EF3W)'1S MXGD!)5FTFZN4\T&$DF/!.B''E%`6!2'HZ[A?$N]*JQ41!Z%/1P1053Q(S[ST M_<4,Q(Q'Y(>69;TL1:*ZD./E"*Z:<7S-_"Y/8Z1FQN^'W0CQFI546.'7\3*PF0 M11$EBX5L"^/`\@GFNN)(00O:[_IHZC,OL(5]Y2E91&O#G"VB%#RT39'I%Y9M MZ0&==,`ITL(9:5MCG)-!%%`FE^"DY\&-D<8/Y7;M&NP[E"M'W\%/*0B1[9`> MUV+'2R[AFQW/.T\=.7#LI?-_=:U1J31TV@O2JQ5-S_*_AP#* M_^A4DVHN2[]T^,_0XFS.:"RW?B2B./EW@GX>=D#7FT:UJ6G+79^=>FD;BN)3 MUGQ1ONC\Q`DNRQN84RLO3E<]PZN2O)IBW,?X$/\BCQA?DM\M4<-GHX'M)E=> M%*(7_:R4-R06\\?!/W"._;R+MPC'+N$MLZ65Z+31KE)>81K5ZKX].J+;_!.MQ\7P1(0:R%PB]4@V%(8VH!'MQNG< M3DFG$Y+X79'A9F/CBCX$G\1$L?@S>O%8.D@P.4+9*DW92!!=PY#D MIT!*NR(2F/OD[9:V"_8/@@9>%(N%A#CJ`HHMG$P^7LD!_4(-:H2#96QFRD$4\UC35%I#2%RR-/&'$87I+9H:$]]S[4`L70'O MTEIK]]W&'_:.W55?NO-;+S/P\"LOXI-HQ]/G.8*=Y, M$85(3%QEC7/"`MK)FXL=/!AQ%D8^#U1,]ZAU0#4L65Z61W:!.6-<2X:3:2[> MHI_YWH5M42T,G\),9D3S:#7ZVWUCPY[V/6%C;BD)%51:.>D M!(M2H^S/D^-'>8>V*TG&:TALL:@Z,VA[TUF$*U3HFS9)#LZX.7%M7,/"*:<] MTX32BE9IRS5^]4$F<`Z`N%AL(+%!&X:RYM16PZ9"IS(U4;D4JB[9F MT5`6W[9"['W@BX[56:`H&^4R'#"<-QMY#R<(=_?,0(U,"V\%U+J0A:%[@!O^ MOW=TV+_7[._N_$^OK^;_1ETS,O__$#"TXXT1)9B@P]NRO+@8OG7:V3\X[MRX MW3[I?3CLOKIQ/VV^(?^D[%FV[T]A!2VSV?]G<,W^DZ/]]]S'7?5_K=%8_/V7 MFJC_&PT]R_\>!!X#_]0,@]:V\ABZ]&HXVB\=O'0<>39!9#(B9\$,ITGJDG;\ M&-YQ/R"$./NPFM*7JW75P*<'XH2:C[EB\H2@CWD4_D"^S?$^VH[6YJ^I>/E-FU0Z'4(3)_- M9G/H?)K!$VRJ'&"=TT#\\ MHSMW)C$`'Y6-!"UR`SODB&"JUKE`BES[TQI,_%01FX=JP)=XS)HFSOD&]B@J M#[F/N:=JI5K$2_FXC8+,'W;/\'_GM"7$&LOQI<_YB_Z!ZOEC1?E@O&EM;$Q" M05J>[Y7CPZGJ+@YCS`/KHZ$HA/!M//6O(S M.2*D*)A&EYT\^'[^[@B>?WY^^Z9^VK^*.]9MW5-L5Z/W.P164.6P& MS>7AN^;B9:#F>%.*:!T!>'Z3+O+D!6'9=M'\'8=8H@06I\;B]:)E9%3M$3R* MWW_/=T_H).'!2;M?D.-XI5JMQKQD*7X1:3!P?[9?GK4,L3^>VWC./SO M-5X)UK<04>6>$\H@^6,/P\!21000899)!!!AEDD$$&&6200089 H9)!!!AEDD$$&&62000899)!!!AEDD$$&&620P;>`_P-#[PO[`'@``&20 ` 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 6 15: 8:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EBBBF1562B; Tue, 6 Apr 1999 15:08:54 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA35562; Tue, 6 Apr 1999 15:06:57 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Tue, 6 Apr 1999 15:06:57 -0700 (PDT) From: Message-Id: <199904062206.PAA35562@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10986: Update: editors/cooledit (3.8.3 -> 3.9.0) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: editors/cooledit (3.8.3 -> 3.9.0) State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Tue Apr 6 15:06:40 PDT 1999 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 6 15:29:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 487B2157A4; Tue, 6 Apr 1999 15:29:13 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA37224; Tue, 6 Apr 1999 15:27:15 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Tue, 6 Apr 1999 15:27:15 -0700 (PDT) From: Message-Id: <199904062227.PAA37224@freefall.freebsd.org> To: dima@Chg.RU, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10984: Please upgrade www/calamaris from 2.22 to 2.23 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Please upgrade www/calamaris from 2.22 to 2.23 State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Tue Apr 6 15:26:30 PDT 1999 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 6 15:44: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BC8F15633; Tue, 6 Apr 1999 15:44:00 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA38103; Tue, 6 Apr 1999 15:42:02 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Tue, 6 Apr 1999 15:42:02 -0700 (PDT) From: Message-Id: <199904062242.PAA38103@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10953: Update: audio/mp3info (0.2.15 -> 0.2.16) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: audio/mp3info (0.2.15 -> 0.2.16) State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Tue Apr 6 15:41:16 PDT 1999 State-Changed-Why: ommitted, 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 6 16:31:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 5E543152AF for ; Tue, 6 Apr 1999 16:31:19 -0700 (PDT) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id TAA00494 for ; Tue, 6 Apr 1999 19:27:36 -0400 (EDT) Date: Tue, 6 Apr 1999 19:27:36 -0400 (EDT) From: Chuck Robey To: FreeBSD Ports Team Subject: Ports that use KDE 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 Anyone notice that every port that uses KDE has the same meaningless DESCR file? Somebody has wimped out bigtime ... ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 6 18:53:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from telehack.net (unknown [195.188.169.2]) by hub.freebsd.org (Postfix) with SMTP id 84B6A14EF0 for ; Tue, 6 Apr 1999 18:53:11 -0700 (PDT) (envelope-from contagous@telehack.net) Received: from telehack.net [198.211.18.221] by telehack.net with ESMTP (SMTPD32-4.07) id AC12C040280; Wed, 07 Apr 1999 00:51:30 +0000 Message-ID: <370ADD6F.C112FF2E@telehack.net> Date: Tue, 06 Apr 1999 21:22:07 -0700 From: contagous X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ports@FreeBSD.ORG Subject: error installing lynx. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org First off the error message i got installing /usr/ports/www/lynx was chrtrans/makeuctb.c : 26 : HTUtils.h chrtrans/makeuctb.c : 27 : tcp.h chrtrans/makeuctb.c : 41 : UCDefs.h Then it exited with error 1. Any ideas on how to fix this thanx much. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 6 18:56:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id E47D015093 for ; Tue, 6 Apr 1999 18:56:55 -0700 (PDT) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id VAA88711; Tue, 6 Apr 1999 21:53:06 -0400 (EDT) Date: Tue, 6 Apr 1999 21:53:05 -0400 (EDT) From: Chuck Robey To: contagous Cc: freebsd-ports@FreeBSD.ORG Subject: Re: error installing lynx. In-Reply-To: <370ADD6F.C112FF2E@telehack.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 Tue, 6 Apr 1999, contagous wrote: > First off the error message i got installing /usr/ports/www/lynx was > > chrtrans/makeuctb.c : 26 : HTUtils.h > chrtrans/makeuctb.c : 27 : tcp.h > chrtrans/makeuctb.c : 41 : UCDefs.h > > Then it exited with error 1. Any ideas on how to fix this thanx much. Show more of the error. Specifically, show the error itself. You cut so much around it, it's difficult to tell what happened. It's not a problem with the port itself, so we need to know more about what caused it to fail on your machine. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 6 19:12: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 157A115383 for ; Tue, 6 Apr 1999 19:12:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA50665; Tue, 6 Apr 1999 19:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 56B0115093 for ; Tue, 6 Apr 1999 19:04:53 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id TAA78836; Tue, 6 Apr 1999 19:02:55 -0700 (PDT) (envelope-from mharo) Message-Id: <199904070202.TAA78836@patrol.area51.fremont.ca.us> Date: Tue, 6 Apr 1999 19:02:55 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10989: Update: audio/esound Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10989 >Category: ports >Synopsis: Update: audio/esound >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 6 19:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - Fixed MASTER_SITE_SUBDIR portlint: 1 warnings, 0 errors patches: 0 new, 0 removed >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/esound/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 1999/03/27 10:35:54 1.9 +++ Makefile 1999/04/07 01:56:26 @@ -9,7 +9,7 @@ DISTNAME= esound-0.2.8 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= esound +MASTER_SITE_SUBDIR= gnome-1.0/sources MAINTAINER= vanilla@FreeBSD.ORG >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 6 19:12: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 353D8153FA for ; Tue, 6 Apr 1999 19:12:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA50674; Tue, 6 Apr 1999 19:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 26DC615093 for ; Tue, 6 Apr 1999 19:07:04 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id TAA81128; Tue, 6 Apr 1999 19:05:05 -0700 (PDT) (envelope-from mharo) Message-Id: <199904070205.TAA81128@patrol.area51.fremont.ca.us> Date: Tue, 6 Apr 1999 19:05:05 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10990: Update: audio/gnomeaudio Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10990 >Category: ports >Synopsis: Update: audio/gnomeaudio >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 6 19:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - Fixed MASTER_SITE_SUBDIR - Added -f flag to rm so it wouldn't prompt/confuse people during the build. portlint: 0 warnings, 0 errors patches: 0 new, 0 removed >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/gnomeaudio/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 1999/03/27 10:35:54 1.7 +++ Makefile 1999/04/07 01:59:56 @@ -10,7 +10,7 @@ PKGNAME= gnomeaudio-1.0.0 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= gnome-audio +MASTER_SITE_SUBDIR= gnome-1.0/sources MAINTAINER= vanilla@FreeBSD.ORG @@ -24,6 +24,6 @@ INSTALL_TARGET= INSTALL_DATA="${INSTALL_DATA}" install post-extract: - @${RM} -r ${WRKSRC}/sounds/sounds + @${RM} -fr ${WRKSRC}/sounds/sounds .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 6 19:25:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 81D40154D4 for ; Tue, 6 Apr 1999 19:25:29 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id TAA83441 for ports@freebsd.org; Tue, 6 Apr 1999 19:23:31 -0700 (PDT) (envelope-from mharo) Date: Tue, 6 Apr 1999 19:23:31 -0700 From: Michael Haro To: ports@freebsd.org Subject: WWW_SITE variable Message-ID: <19990406192331.A83425@patrol.area51.fremont.ca.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I noticed that some of the ports have WWW_SITE defined. Is this a "standard" variable to be including with ports from now on? I can't find it documented anywhere. Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 6 20:37:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id E084114CE1 for ; Tue, 6 Apr 1999 20:37:01 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.2/8.9.1) with ESMTP id UAA29638; Tue, 6 Apr 1999 20:35:03 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id DAA17347; Wed, 7 Apr 1999 03:35:02 GMT (envelope-from obrien) Date: Tue, 6 Apr 1999 20:35:02 -0700 From: "David O'Brien" To: Satoshi Asami Cc: ports@freebsd.org Subject: Re: always build dependencies Message-ID: <19990406203502.A17322@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <199904060408.VAA06613@bubble.didi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199904060408.VAA06613@bubble.didi.com>; from Satoshi Asami on Mon, Apr 05, 1999 at 09:08:52PM -0700 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 > What do people think about the following patch? Basically you define > "ALWAYS_BUILD_DEPENDS" and the dependencies will be built regardless > of what the dependency checks turn out. This combined with "FORCE_PKG_REGISTER" might be very useful for those of us that would like upgrade gnome application ports. Having to pkg_delete all the dependancies is a pain. -- -- David (obrien@NUXI.com -or- obrien@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 6 21:33:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (nat192.236.mpoweredpc.net [142.177.192.236]) by hub.freebsd.org (Postfix) with ESMTP id C5CA31538E for ; Tue, 6 Apr 1999 21:33:09 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id BAA77897; Wed, 7 Apr 1999 01:30:56 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 7 Apr 1999 01:30:56 -0300 (ADT) From: The Hermit Hacker To: Michael Haro Cc: ports@FreeBSD.ORG Subject: Re: WWW_SITE variable In-Reply-To: <19990406192331.A83425@patrol.area51.fremont.ca.us> 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, 6 Apr 1999, Michael Haro wrote: > I noticed that some of the ports have WWW_SITE defined. Is this a > "standard" variable to be including with ports from now on? I can't > find it documented anywhere. No...I have to go through and move them all to the pkg/DESCR file ... I *hope* that it will become standard with what ppl put in pkg/DESCR though, since, with current search engiines, its getting more and more difficult to find the WWW sites associated with a package :( Its been especially a nightmare for the whole Y2k stuff ... I'm going through the ports, hopefully tomorrow, and moving things...meant to over the weekend, but it was "another one of those weekends" *sigh* Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.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 6 22:32: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8352714F38 for ; Tue, 6 Apr 1999 22:31:59 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA65799; Tue, 6 Apr 1999 22:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from newbox.lunabase.org (pool.204.140.175.133.cinenet.net [204.140.175.133]) by hub.freebsd.org (Postfix) with ESMTP id CE6CE14DF1 for ; Tue, 6 Apr 1999 22:31:01 -0700 (PDT) (envelope-from faber@newbox.lunabase.org) Received: (from faber@localhost) by newbox.lunabase.org (8.9.2/8.8.8) id WAA41340; Tue, 6 Apr 1999 22:29:00 -0700 (PDT) (envelope-from faber) Message-Id: <199904070529.WAA41340@newbox.lunabase.org> Date: Tue, 6 Apr 1999 22:29:00 -0700 (PDT) From: Ted Faber Reply-To: faber@lunabase.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10993: grap port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10993 >Category: ports >Synopsis: grap port update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 6 22:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ted Faber >Release: FreeBSD 3.1-RELEASE i386 >Organization: None >Environment: >Description: Had to change the source tar file - not enough for a new version, but a new source checksum. >How-To-Repeat: >Fix: diff follows: diff -ruN grap.bak/files/md5 grap/files/md5 --- grap.bak/files/md5 Mon Mar 29 21:49:08 1999 +++ grap/files/md5 Tue Apr 6 22:17:36 1999 @@ -1 +1 @@ -MD5 (grap-0.91a.tar.gz) = d3ca287a5c15000a883ac3cbf8ce913c +MD5 (grap-0.91a.tar.gz) = a1b2896d35bdf56af80ccc8f0a4f272e >Release-Note: >Audit-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 7 0:22: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 694901521E for ; Wed, 7 Apr 1999 00:21:59 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA75593; Wed, 7 Apr 1999 00:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 969AF14C1C for ; Wed, 7 Apr 1999 00:19:02 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id AAA32425; Wed, 7 Apr 1999 00:17:03 -0700 (PDT) (envelope-from mharo) Message-Id: <199904070717.AAA32425@patrol.area51.fremont.ca.us> Date: Wed, 7 Apr 1999 00:17:03 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10995: Update: net/kdetelnet (minor change to MASTER_SITE_DIR) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10995 >Category: ports >Synopsis: Update: net/kdetelnet (minor change to MASTER_SITE_DIR) >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 7 00:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - MASTER_SITE_DIR had a leading / which caused fetch to disallow fetching the port portlint: 0 warnings, 0 errors patches: 0 new, 0 removed >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/net/kdetelnet/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/04/03 01:57:16 1.1.1.1 +++ Makefile 1999/04/07 07:15:09 @@ -9,7 +9,7 @@ DISTNAME= ktelnet-0.61 CATEGORIES= net kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= /stable/1.1/apps/network +MASTER_SITE_SUBDIR= stable/1.1/apps/network EXTRACT_SUFX= .tgz MAINTAINER= hanspb@persbraten.vgs.no >Release-Note: >Audit-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 7 0:22: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 418B314F6A for ; Wed, 7 Apr 1999 00:21:59 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA75584; Wed, 7 Apr 1999 00:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 2FBA615207 for ; Wed, 7 Apr 1999 00:13:50 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id AAA25702; Wed, 7 Apr 1999 00:11:52 -0700 (PDT) (envelope-from mharo) Message-Id: <199904070711.AAA25702@patrol.area51.fremont.ca.us> Date: Wed, 7 Apr 1999 00:11:52 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10994: Update: audio/icecast (1.1.0 -> 1.1.3) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10994 >Category: ports >Synopsis: Update: audio/icecast (1.1.0 -> 1.1.3) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 7 00:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - New version (1.1.0 -> 1.1.3) portlint: 0 warnings, 0 errors patches: 3 new, 0 removed new: patch-aa, patch-ab, patch-ac supports PREFIX: yes supports CFLAGS: yes >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/icecast/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/04/02 04:23:49 1.1.1.1 +++ Makefile 1999/04/07 06:38:45 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.1.1.1 1999/04/02 04:23:49 steve Exp $ # -DISTNAME= icecast-1.1.0 +DISTNAME= icecast-1.1.3 CATEGORIES= audio net MASTER_SITES= http://icecast.linuxpower.org/releases/ \ ftp://ftp.eboai.org/pub/icecast/ @@ -14,19 +14,22 @@ MAINTAINER= chip@eboai.org GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-crypt --with-libwrap do-install: ${INSTALL_PROGRAM} ${WRKSRC}/icecast ${PREFIX}/sbin - ${INSTALL_PROGRAM} ${WRKSRC}/iceplay/listen ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/iceplay/shout ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/iceplay/iceplay ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/liveice/liveice ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/shout/listen ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/shout/shout ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/misc/iceplay ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/icecast ${INSTALL_MAN} ${WRKSRC}/doc/* ${PREFIX}/share/doc/icecast ${MKDIR} ${PREFIX}/share/examples/icecast - ${INSTALL_MAN} ${WRKSRC}/iceplay/shoutrc.example ${PREFIX}/share/examples/icecast - ${INSTALL_MAN} ${WRKSRC}/iceplay/playlist.example ${PREFIX}/share/examples/icecast - ${INSTALL_MAN} ${WRKSRC}/iceplay/radio.tcl.example ${PREFIX}/share/examples/icecast + ${INSTALL_MAN} ${WRKSRC}/shout/shoutrc.example ${PREFIX}/share/examples/icecast + ${INSTALL_MAN} ${WRKSRC}/shout/playlist.example ${PREFIX}/share/examples/icecast + ${INSTALL_MAN} ${WRKSRC}/shout/radio.tcl.example ${PREFIX}/share/examples/icecast + ${INSTALL_MAN} ${WRKSRC}/liveice/liveice.cfg ${PREFIX}/share/examples/icecast ${MKDIR} ${PREFIX}/share/examples/icecast/icedir ${INSTALL_MAN} ${WRKSRC}/icedir/* ${PREFIX}/share/examples/icecast/icedir .endif Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/icecast/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/04/02 04:23:49 1.1.1.1 +++ md5 1999/04/04 22:23:49 @@ -1 +1 @@ -MD5 (icecast-1.1.0.tar.gz) = f0bd176b2aea0583716a5ab110472213 +MD5 (icecast-1.1.3.tar.gz) = 986afc6e343b6bce159ff267e6f7120d Index: pkg/PLIST =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/icecast/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1999/04/02 04:23:49 1.1.1.1 +++ PLIST 1999/04/07 06:40:01 @@ -1,7 +1,8 @@ -sbin/icecast bin/iceplay -bin/shout bin/listen +bin/liveice +bin/shout +sbin/icecast share/doc/icecast/AUTHORS share/doc/icecast/BUGS share/doc/icecast/BUGS.iceplay @@ -16,6 +17,7 @@ share/doc/icecast/README.shout share/doc/icecast/TESTED share/doc/icecast/TODO.shout +share/examples/icecast/liveice.cfg share/examples/icecast/playlist.example share/examples/icecast/radio.tcl.example share/examples/icecast/shoutrc.example **** PATCHES **** *** patch-aa *** --- liveice/get_local_stream.c.orig Sat Mar 6 02:02:46 1999 +++ liveice/get_local_stream.c Tue Apr 6 09:17:52 1999 @@ -26,7 +26,7 @@ #include "liveice.h" #include "serverlib.h" -#include +#include #include #define BUF_LENGTH 256 @@ -70,7 +70,9 @@ if(g_conf.full_duplex){ ioctl(g_conf.audio_fd, SNDCTL_DSP_GETCAPS, &caps); if(caps & DSP_CAP_DUPLEX){ + #ifndef __FreeBSD__ ioctl(g_conf.audio_fd, SNDCTL_DSP_SETDUPLEX, 0); + #endif } else { write_message("Sound Card Driver Can't Do Full Duplex",0); @@ -113,7 +115,9 @@ fatal("Failed to open sound device"); if(g_conf.full_duplex) + #ifndef __FreeBSD__ ioctl(g_conf.audio_fd, SNDCTL_DSP_SETDUPLEX, 0); + #endif format = AFMT_S16_LE; if(ioctl(g_conf.audio_fd,SNDCTL_DSP_SETFMT,&format)==-1) *** patch-ab *** --- liveice/mixer.c.orig Tue Apr 6 09:20:31 1999 +++ liveice/mixer.c Tue Apr 6 19:44:27 1999 @@ -23,7 +23,7 @@ #include "mixer.h" #include "liveice.h" -#include +#include #include extern void init_channel_display(cptr ch); @@ -143,7 +143,7 @@ ch->rate=rate; ch->channels=channels; if(rate>0){ - sprintf(mesg,"%6dkHz %2d Ch %s",ch->rate,ch->channels,basename(ch->curnt->filename)); + sprintf(mesg,"%6dkHz %2d Ch %s",ch->rate,ch->channels,strrchr(ch->curnt->filename, '/') ? : ch->curnt->filename); write_message(mesg,0); } else { sprintf(mesg,"Unable to play %s",name); *** patch-ac *** --- Makefile.in.orig Tue Apr 6 23:29:38 1999 +++ Makefile.in Tue Apr 6 23:29:46 1999 @@ -45,10 +45,10 @@ icecast: $(OBJS) $(CC) $(COMPILE_CFLAGS) -o icecast $(OBJS) $(LDFLAGS) -shout: +shout:: @cd shout; $(MAKE) -live: +live:: @cd liveice; $(MAKE) mkpasswd: mkpasswd.c >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 0:42: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F0B5B15263 for ; Wed, 7 Apr 1999 00:41:58 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA77149; Wed, 7 Apr 1999 00:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id B8E0B14C1C for ; Wed, 7 Apr 1999 00:33:03 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id AAA43147; Wed, 7 Apr 1999 00:31:05 -0700 (PDT) (envelope-from mharo) Message-Id: <199904070731.AAA43147@patrol.area51.fremont.ca.us> Date: Wed, 7 Apr 1999 00:31:05 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10996: Update: x11/kdebase (path change) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10996 >Category: ports >Synopsis: Update: x11/kdebase (path change) >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 7 00:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - path change on the server portlint: 0 warnings, 0 errors >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/x11/kdebase/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 1999/01/21 08:21:25 1.23 +++ Makefile 1999/04/07 07:27:43 @@ -9,7 +9,7 @@ DISTNAME= kdebase-1.0 CATEGORIES= x11 kde MASTER_SITES= $(MASTER_SITE_KDE) -MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source +MASTER_SITE_SUBDIR= stable/old/1.0/distribution/tar/generic/source MAINTAINER= se@freebsd.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 1: 9:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stade.demon.co.uk (stade.demon.co.uk [158.152.29.164]) by hub.freebsd.org (Postfix) with ESMTP id 00E4E155FF for ; Wed, 7 Apr 1999 01:09:34 -0700 (PDT) (envelope-from aw1@stade.co.uk) Received: (from aw1@localhost) by stade.demon.co.uk (8.9.3/8.9.3) id JAA83928 for ports@freebsd.org; Wed, 7 Apr 1999 09:05:07 +0100 (BST) (envelope-from aw1) Date: Wed, 7 Apr 1999 09:05:07 +0100 From: Adrian Wontroba To: ports@freebsd.org Subject: Re: always build dependencies Message-ID: <19990407090507.E27106@titus.stade.co.uk> Reply-To: aw1@stade.co.uk References: <199904060408.VAA06613@bubble.didi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199904060408.VAA06613@bubble.didi.com>; from Satoshi Asami on Mon, Apr 05, 1999 at 09:08:52PM -0700 X-Operating-System: FreeBSD 4.0-CURRENT Organization: Yes, I need some of that. X-Phone: +(44) 121 681 6677 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Apr 05, 1999 at 09:08:52PM -0700, Satoshi Asami wrote: > What do people think about the following patch? Basically you define > "ALWAYS_BUILD_DEPENDS" and the dependencies will be built regardless > of what the dependency checks turn out. Sort of the opposite of > NO_DEPENDS. It should help people like Nik. A good idea I think. I've been bitten too many times by stale ports causing obscure errors when compiling or using ports which depend upon them. -- Adrian Wontroba To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 1:22: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BFBC3155FF for ; Wed, 7 Apr 1999 01:21:59 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA81535; Wed, 7 Apr 1999 01:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id CF130155FF; Wed, 7 Apr 1999 01:20:44 -0700 (PDT) Message-Id: <19990407082044.CF130155FF@hub.freebsd.org> Date: Wed, 7 Apr 1999 01:20:44 -0700 (PDT) From: nakai@internetsolutions.co.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10998: Fixed port: scwm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10998 >Category: ports >Synopsis: Fixed port: scwm >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 7 01:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yukihiro Nakai >Release: 3.1R >Organization: InternetSolutions, Inc. >Environment: 3.1R with the middle of March /usr/ports >Description: I fixed the scwm port to follow its latest version, maintain for the multibyte options and fix for /scwm.el. Please delete /scwm.el when you use the current version of scwm port... Yukihiro Nakai -------------- diff -ruN scwm.orig/Makefile scwm/Makefile --- scwm.orig/Makefile Wed Apr 7 07:05:19 1999 +++ scwm/Makefile Wed Apr 7 07:48:02 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: scwm -# Version required: 0.8a +# Version required: 0.9 # Date created: 26 December 1997 # Whom: Yukihiro Nakai # # $Id: Makefile,v 1.2 1999/04/03 02:47:24 taoka Exp $ # -DISTNAME= scwm-0.8a +DISTNAME= scwm-0.9 CATEGORIES= x11-wm MASTER_SITES= ftp://huis-clos.mit.edu/pub/scwm/ @@ -18,17 +18,14 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE} -#CONFIGURE_ARGS+= --enable-multibyte=yes +.if defined(MULTIBYTE) +CONFIGURE_ARGS+= --enable-multibyte=yes +CONFIGURE_ENV+= LIBS="-lxpg4" +.endif USE_GMAKE= yes USE_X_PREFIX= yes MAN1= scwm.1 scwmexec.1 scwmrepl.1 - -pre-patch: -.if defined(I18N) - ${CP} ${FILESDIR}/patch-ab ${PATCHDIR} - ${CP} ${FILESDIR}/patch-ac ${PATCHDIR} -.endif post-install: ${INSTALL_DATA} ${WRKSRC}/sample.scwmrc/*.scwmrc \ diff -ruN scwm.orig/files/md5 scwm/files/md5 --- scwm.orig/files/md5 Wed Apr 7 07:05:19 1999 +++ scwm/files/md5 Wed Apr 7 07:06:57 1999 @@ -1 +1 @@ -MD5 (scwm-0.8a.tar.gz) = 229f594f4d6c552579ca4cef2a5b398a +MD5 (scwm-0.9.tar.gz) = 1551c6665e5ec3ce4cbceab650939ab6 diff -ruN scwm.orig/files/patch-ab scwm/files/patch-ab --- scwm.orig/files/patch-ab Wed Apr 7 07:05:19 1999 +++ scwm/files/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- acconfig.h.orig Sat Aug 29 18:46:57 1998 -+++ acconfig.h Sat Aug 29 18:47:11 1998 -@@ -91,7 +91,7 @@ - #undef HAVE_SETVBUF - - /* Define this if you want multibyte support. */ --#undef I18N -+#define I18N - - /* Define this and use C++ compiler if you want to use constraint solver */ - #undef USE_CASSOWARY diff -ruN scwm.orig/files/patch-ac scwm/files/patch-ac --- scwm.orig/files/patch-ac Wed Apr 7 07:05:19 1999 +++ scwm/files/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- scwm/Makefile.in.orig Sat Aug 29 18:54:54 1998 -+++ scwm/Makefile.in Sat Aug 29 18:55:17 1998 -@@ -148,7 +148,7 @@ - menu.h shutdown.h string_token.h syscompat.h system.h \ - util.h virtual.h window.h xmisc.h - --scwm_LDADD = @x_ldflags@ @XEXT_LIB@ @XMU_LIB@ @XPM_LIB@ \ -+scwm_LDADD = -lxpg4 @x_ldflags@ @XEXT_LIB@ @XMU_LIB@ @XPM_LIB@ \ - @x_libs@ @GUILE_LIBS@ @CASSOWARY_LIBS@ - - INCLUDES = @x_cflags@ @GUILE_INCLUDES@ @CASSOWARY_INCLUDES@ diff -ruN scwm.orig/patches/patch-af scwm/patches/patch-af --- scwm.orig/patches/patch-af Thu Jan 1 09:00:00 1970 +++ scwm/patches/patch-af Wed Apr 7 07:54:44 1999 @@ -0,0 +1,11 @@ +--- utilities/Makefile.in.orig Wed Apr 7 07:54:19 1999 ++++ utilities/Makefile.in Wed Apr 7 07:54:27 1999 +@@ -105,7 +105,7 @@ + x_ldflags = @x_ldflags@ + x_libs = @x_libs@ + +-SUBDIRS = dev emacs libscwmexec scwmexec scwmrepl ++SUBDIRS = dev libscwmexec scwmexec scwmrepl + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../include/config.h + CONFIG_CLEAN_FILES = diff -ruN scwm.orig/pkg/DESCR scwm/pkg/DESCR --- scwm.orig/pkg/DESCR Wed Apr 7 07:05:19 1999 +++ scwm/pkg/DESCR Wed Apr 7 07:57:55 1999 @@ -1,4 +1,14 @@ scheme configurable window manager -For I18N users, -do make install -DI18N instead of only make install. +- For MULTI-BYTE users, + do make install -DMULTIBYTE instead of only make install. + It also enable I18N option in scwm. + +- If you want edit scwmrc file efficiently, you may use + emacs lisp mode. There is scwm.el in scwm, but please + copy it into your favorite emacs lisp directory manually. + Refer: + patches/patch-af + ${WORKDIR}/utilities/emacs + ${WORKDIR}/configure --help + diff -ruN scwm.orig/pkg/PLIST scwm/pkg/PLIST --- scwm.orig/pkg/PLIST Wed Apr 7 07:05:19 1999 +++ scwm/pkg/PLIST Wed Apr 7 08:15:04 1999 @@ -9,40 +9,91 @@ lib/X11/scwm/decor.scwmrc lib/X11/scwm/gjb.scwmrc lib/X11/scwm/juhp.scwmrc -lib/X11/scwm/robbe.scwmrc lib/X11/scwm/sds.scwmrc lib/X11/scwm/system.scwmrc lib/libscwmexec.a lib/libscwmexec.la lib/libscwmexec.so lib/libscwmexec.so.0 +lib/scwm-modules/app/scwm/libbackground.a +lib/scwm-modules/app/scwm/libbackground.la +lib/scwm-modules/app/scwm/libbackground.so +lib/scwm-modules/app/scwm/libbackground.so.0 +lib/scwm-modules/app/scwm/libc-animation.a +lib/scwm-modules/app/scwm/libc-animation.la +lib/scwm-modules/app/scwm/libc-animation.so +lib/scwm-modules/app/scwm/libc-animation.so.0 +lib/scwm-modules/app/scwm/liboverlay-plane.a +lib/scwm-modules/app/scwm/liboverlay-plane.la +lib/scwm-modules/app/scwm/liboverlay-plane.so +lib/scwm-modules/app/scwm/liboverlay-plane.so.0 +lib/scwm-modules/app/scwm/libpie-menus.a +lib/scwm-modules/app/scwm/libpie-menus.la +lib/scwm-modules/app/scwm/libpie-menus.so +lib/scwm-modules/app/scwm/libpie-menus.so.0 +lib/scwm-modules/app/scwm/libxpm-menus.a +lib/scwm-modules/app/scwm/libxpm-menus.la +lib/scwm-modules/app/scwm/libxpm-menus.so +lib/scwm-modules/app/scwm/libxpm-menus.so.0 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +man/man1/scwm.1.gz +man/man1/scwmexec.1.gz +man/man1/scwmrepl.1.gz +share/scwm-modules/app/scwm/advice.scm +share/scwm-modules/app/scwm/animation.scm share/scwm-modules/app/scwm/auto-raise.scm share/scwm-modules/app/scwm/base.scm share/scwm-modules/app/scwm/bincomm.scm +share/scwm-modules/app/scwm/cached-program-exists.scm +share/scwm-modules/app/scwm/cascade.scm share/scwm-modules/app/scwm/decor.scm +share/scwm-modules/app/scwm/desk-background.scm share/scwm-modules/app/scwm/doc.scm share/scwm-modules/app/scwm/face.scm +share/scwm-modules/app/scwm/file.scm share/scwm-modules/app/scwm/flux.scm share/scwm-modules/app/scwm/fvwm-compat.scm share/scwm-modules/app/scwm/fvwm-eval.scm share/scwm-modules/app/scwm/fvwm-module.scm share/scwm-modules/app/scwm/image-loaders.scm +share/scwm-modules/app/scwm/listops.scm +share/scwm-modules/app/scwm/message-window.scm +share/scwm-modules/app/scwm/minimal.scm share/scwm-modules/app/scwm/module-types.scm share/scwm-modules/app/scwm/optargs.scm +share/scwm-modules/app/scwm/placement.scm share/scwm-modules/app/scwm/prefs-menu.scm +share/scwm-modules/app/scwm/report-usage.scm +share/scwm-modules/app/scwm/shutdown-opts.scm +share/scwm-modules/app/scwm/sort.scm +share/scwm-modules/app/scwm/stacking.scm share/scwm-modules/app/scwm/std-menus.scm share/scwm-modules/app/scwm/style-options.scm share/scwm-modules/app/scwm/style.scm +share/scwm-modules/app/scwm/theme-impl.scm +share/scwm-modules/app/scwm/themes.scm +share/scwm-modules/app/scwm/tile.scm +share/scwm-modules/app/scwm/user-options.scm +share/scwm-modules/app/scwm/virtual.scm share/scwm-modules/app/scwm/wininfo.scm share/scwm-modules/app/scwm/winlist.scm share/scwm-modules/app/scwm/winops.scm share/scwm-modules/app/scwm/wmconfig-menu.scm +share/scwm-themes/fvwm2.tar.gz +share/scwm-themes/mwm.tar.gz +share/scwm-themes/win95.tar.gz +share/scwm/scwm-concepts.txt +share/scwm/scwm-hooks.txt share/scwm/scwm-procedures.txt +share/scwm/scwm-variables.txt share/scwm/scwm.sgml @dirrm lib/X11/scwm +@dirrm lib/scwm-modules/app/scwm +@dirrm lib/scwm-modules/app +@dirrm lib/scwm-modules +@dirrm share/scwm @dirrm share/scwm-modules/app/scwm @dirrm share/scwm-modules/app @dirrm share/scwm-modules -@dirrm share/scwm +@dirrm share/scwm-themes >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 1:33:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id DD9451527D for ; Wed, 7 Apr 1999 01:33:10 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca12-101.ix.netcom.com [205.186.214.229]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id BAA00399; Wed, 7 Apr 1999 01:31:29 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id BAA77030; Wed, 7 Apr 1999 01:31:07 -0700 (PDT) Date: Wed, 7 Apr 1999 01:31:07 -0700 (PDT) Message-Id: <199904070831.BAA77030@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: chuckr@mat.net Cc: ports@FreeBSD.ORG In-reply-to: (message from Chuck Robey on Tue, 6 Apr 1999 19:27:36 -0400 (EDT)) Subject: Re: Ports that use KDE From: asami@FreeBSD.ORG (Satoshi - the Wraith - Asami) References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Chuck Robey * * Anyone notice that every port that uses KDE has the same meaningless * DESCR file? Somebody has wimped out bigtime ... Well, I'm sure that that somebody (who's pretty overworked, AFAIK) won't mind if you go ahead and make them a little more descriptive. :) -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 2:22: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B62CE15575 for ; Wed, 7 Apr 1999 02:22:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA86579; Wed, 7 Apr 1999 02:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 7 Apr 1999 02:20:04 -0700 (PDT) Message-Id: <199904070920.CAA86579@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Subject: Re: ports/10998: Fixed port: scwm Reply-To: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10998; it has been noted by GNATS. From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/10998: Fixed port: scwm Date: Wed, 07 Apr 1999 18:12:49 +0900 I forgot this info: Added: patches/patch-af Removed: files/patch-ab files/patch-ac -------------- Yukihiro Nakai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 2:56:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from totem.tihlde.hist.no (totem.tihlde.hist.no [158.38.48.45]) by hub.freebsd.org (Postfix) with ESMTP id F2A4B14FA5 for ; Wed, 7 Apr 1999 02:56:47 -0700 (PDT) (envelope-from anders@totem.tihlde.hist.no) Received: (from anders@localhost) by totem.tihlde.hist.no (8.9.3/8.9.3) id LAA03348 for ports@freebsd.org; Wed, 7 Apr 1999 11:54:47 +0200 (CEST) Date: Wed, 7 Apr 1999 11:54:47 +0200 From: Anders Nordby To: ports@freebsd.org Subject: Ports Mk's with 2.2.8-STABLE Message-ID: <19990407115447.A3156@totem.fix.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i X-Operating-System: FreeBSD 2.2.8-STABLE X-Disclaimer: Listen, and thou shall not fear. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The ports Mk's for 2.2.7 and upwards for the 2.2 branch seems to have gone too old. It lacks stuff like USE_BZIP2, and the Mk's in ftp://ftp.no.freebsd.org/pub/FreeBSD/ports/ports-stable/Mk (or ports-current) complains that "your system is too old". An upgrade kit or a fix to the above mentioned Mk's to work with older systems would come in handy. (USE_BZIP2 is eg. used by the tin port.) -- Anders Nordby ^ anders@fix.no ^ http://anders.fix.no/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 3: 4: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 484F015757 for ; Wed, 7 Apr 1999 03:03:59 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca12-101.ix.netcom.com [205.186.214.229]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id DAA00535; Wed, 7 Apr 1999 03:02:17 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id DAA78020; Wed, 7 Apr 1999 03:01:55 -0700 (PDT) Date: Wed, 7 Apr 1999 03:01:55 -0700 (PDT) Message-Id: <199904071001.DAA78020@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: anders@fix.no Cc: ports@freebsd.org In-reply-to: <19990407115447.A3156@totem.fix.no> (message from Anders Nordby on Wed, 7 Apr 1999 11:54:47 +0200) Subject: Re: Ports Mk's with 2.2.8-STABLE From: asami@freebsd.org (Satoshi - the Wraith - Asami) References: <19990407115447.A3156@totem.fix.no> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Anders Nordby * * The ports Mk's for 2.2.7 and upwards for the 2.2 branch seems to have gone * too old. It lacks stuff like USE_BZIP2, and the Mk's in Just upgrade your src/share/mk/bsd.port*.mk and do a "make install" in there, that will make it use stuff from ports/Mk. * ftp://ftp.no.freebsd.org/pub/FreeBSD/ports/ports-stable/Mk (or * ports-current) complains that "your system is too old". Sorry, this was my mistake, and will be fixed in the next commit to that file. The test should have skipped the <3.0 case. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 3: 4:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from corp.au.triax.com (slwag1p15.ozemail.com.au [203.108.157.31]) by hub.freebsd.org (Postfix) with ESMTP id 383D115757 for ; Wed, 7 Apr 1999 03:04:29 -0700 (PDT) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id UAA31269; Wed, 7 Apr 1999 20:02:25 +1000 (EST) Date: Wed, 7 Apr 1999 20:02:24 +1000 From: Jim Mock To: Anders Nordby Cc: ports@FreeBSD.ORG Subject: Re: Ports Mk's with 2.2.8-STABLE Message-ID: <19990407200224.A31228@corp.au.triax.com> Reply-To: jim@corp.au.triax.com References: <19990407115447.A3156@totem.fix.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.1i In-Reply-To: <19990407115447.A3156@totem.fix.no> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 07 Apr 1999 at 11:54:47 +0200, Anders Nordby wrote: > The ports Mk's for 2.2.7 and upwards for the 2.2 branch seems to > have gone too old. It lacks stuff like USE_BZIP2, and the Mk's in > ftp://ftp.no.freebsd.org/pub/FreeBSD/ports/ports-stable/Mk (or > ports-current) complains that "your system is too old". > > An upgrade kit or a fix to the above mentioned Mk's to work with > older systems would come in handy. > Did you try the upgrade kit for 2.2.7/2.2-STABLE from http://www.freebsd.org/ports/ ? -- Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD work: Triax Internet Services http://www.triax.com/ / \ The personal: http://www.triax.com/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 3: 9:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 3650D14D12 for ; Wed, 7 Apr 1999 03:09:30 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca12-101.ix.netcom.com [205.186.214.229]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id DAA00548; Wed, 7 Apr 1999 03:07:47 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id DAA78108; Wed, 7 Apr 1999 03:07:26 -0700 (PDT) Date: Wed, 7 Apr 1999 03:07:26 -0700 (PDT) Message-Id: <199904071007.DAA78108@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: jim@corp.au.triax.com Cc: anders@fix.no, ports@FreeBSD.ORG In-reply-to: <19990407200224.A31228@corp.au.triax.com> (message from Jim Mock on Wed, 7 Apr 1999 20:02:24 +1000) Subject: Re: Ports Mk's with 2.2.8-STABLE From: asami@FreeBSD.ORG (Satoshi - the Wraith - Asami) References: <19990407115447.A3156@totem.fix.no> <19990407200224.A31228@corp.au.triax.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Jim Mock * Did you try the upgrade kit for 2.2.7/2.2-STABLE from * http://www.freebsd.org/ports/ ? That doesn't work in this case. (It was my mistake.) -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 3:18:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 68243157A0; Wed, 7 Apr 1999 03:18:20 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA98351; Wed, 7 Apr 1999 03:16:22 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Date: Wed, 7 Apr 1999 03:16:22 -0700 (PDT) From: Message-Id: <199904071016.DAA98351@freefall.freebsd.org> To: root@test2.gsoft.com.au, obrien@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10476: x11-toolkits/tix doesn't build properly Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: x11-toolkits/tix doesn't build properly State-Changed-From-To: open->closed State-Changed-By: obrien State-Changed-When: Wed Apr 7 03:16:07 PDT 1999 State-Changed-Why: fixed by commit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 3:18:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D167D14D12; Wed, 7 Apr 1999 03:18:39 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA98585; Wed, 7 Apr 1999 03:16:41 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Date: Wed, 7 Apr 1999 03:16:41 -0700 (PDT) From: Message-Id: <199904071016.DAA98585@freefall.freebsd.org> To: ripley@office.in-berlin.de, obrien@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10297: libtix numbering goofed up Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: libtix numbering goofed up State-Changed-From-To: open->closed State-Changed-By: obrien State-Changed-When: Wed Apr 7 03:16:31 PDT 1999 State-Changed-Why: fixed by my commit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 3:22: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DADA114D12 for ; Wed, 7 Apr 1999 03:22:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA00173; Wed, 7 Apr 1999 03:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 7 Apr 1999 03:20:03 -0700 (PDT) Message-Id: <199904071020.DAA00173@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Jordan K. Hubbard" Subject: Re: ports/10837: New license mechanism for ports. Reply-To: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10837; it has been noted by GNATS. From: "Jordan K. Hubbard" To: Sheldon Hearn Cc: jkh@freebsd.org, asami@freebsd.org, nbm@rucus.ru.ac.za (Neil Blakey-Milner) Subject: Re: ports/10837: New license mechanism for ports. Date: Thu, 01 Apr 1999 16:15:30 -0800 > As far as I know, a PR can't be assigned to two parties, yet this one > looks like it'll need approval from both Mr Ports and Mr pkg_*. :-) No offense, but I think that this can be achieved using existing "hooks" without adding handling for yet another special case. In both the port/package systems, for example, there exists the idea of a file to display after the package is added. This feature is underutilized at best (hardly anything uses it) and should be seriously considered as a "license displayer" before adding a new feature expressly for that purpose. In the future package system, I also see the "LICENSE" being a package/port-supplied procedure rather than a file. That's the only way to do the "please click here after you've read that" or "please register yourself online to get these bits" sorts of functionality we already see commonly elsewhere in the industry. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 3:50:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nest.irfu.se (nest.irfu.se [130.238.30.40]) by hub.freebsd.org (Postfix) with ESMTP id 3CBEB15592 for ; Wed, 7 Apr 1999 03:50:17 -0700 (PDT) (envelope-from ko@irfu.se) Received: from localhost (ko@localhost) by nest.irfu.se (8.9.2/8.9.2) with ESMTP id MAA93277 for ; Wed, 7 Apr 1999 12:48:13 +0200 (CEST) (envelope-from ko@irfu.se) X-Authentication-Warning: nest.irfu.se: ko owned process doing -bs Date: Wed, 7 Apr 1999 12:48:13 +0200 (CEST) From: Mykola Khotyaintsev To: freebsd-ports@freebsd.org Subject: VTK Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi All! I wonder if there is any progress in porting VTK(VisualizationToolKit http://www.kitware.com/vtk.html)? Best. Mykola Khotyaintsev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 4:32: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F3B31579D for ; Wed, 7 Apr 1999 04:32:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA09911; Wed, 7 Apr 1999 04:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (Postfix) with ESMTP id 6AC341515A for ; Wed, 7 Apr 1999 04:22:06 -0700 (PDT) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: (from kiri@localhost) by pis.toba-cmt.ac.jp (8.9.3/8.8.8) id UAA04259; Wed, 7 Apr 1999 20:20:09 +0900 (JST) (envelope-from kiri) Message-Id: <199904071120.UAA04259@pis.toba-cmt.ac.jp> Date: Wed, 7 Apr 1999 20:20:09 +0900 (JST) From: KIRIYAMA Kazuhiko Reply-To: kiri@pis.toba-cmt.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10999: Update ports: wmicons-1.0(graphics/wmicons) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10999 >Category: ports >Synopsis: Update ports: wmicons-1.0(graphics/wmicons) >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 7 04:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KIRIYAMA Kazuhiko >Release: FreeBSD 4.0-CURRENT i386 >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Environment: >Description: Updated the port wmicons-1.0(graphics/wmicons). Current modifications are : (1) Add WindowMaker-extra-0.1.tar.gz Update files are respecively : [Add] : (NONE) [Delete] : (NONE) [Update] : -rw-r--r-- 1 kiri staff 18793 Apr 7 20:17 graphics/wmicons/pkg/PLIST -rw-r--r-- 1 kiri staff 2546 Apr 7 20:17 graphics/wmicons/Makefile -rw-r--r-- 1 kiri staff 621 Apr 7 20:17 graphics/wmicons/files/md5 I put the diff from ports-current in "Fix:". >How-To-Repeat: >Fix: diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/graphics/wmicons/Makefile ./Makefile --- /usr/ports/current/graphics/wmicons/Makefile Thu Mar 18 13:48:18 1999 +++ ./Makefile Wed Apr 7 20:11:25 1999 @@ -9,26 +9,31 @@ DISTNAME= wmicons-1.0 CATEGORIES= graphics windowmaker MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} \ + ${MASTER_SITE_PORTS_JP} \ http://nether.tky.hut.fi/iconstore/ \ http://www.itlb.te.noda.sut.ac.jp/~manome/wmaker/archive/ \ http://www.slip.net/~seto/images/ \ - http://www.lab06.ee.u-tokai.ac.jp/~7jeem005/WindowMaker/Archives/ \ - ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ -MASTER_SITE_SUBDIR=contrib/icons + http://www.lab06.ee.u-tokai.ac.jp/~7jeem005/WindowMaker/Archives/ +MASTER_SITE_SUBDIR=. contrib/icons beta/srcs DISTFILES= DWiconpack1.tar.gz DWiconpack2.tar.gz IconFest-1.2.tgz \ NeXT_XEmacs_tar.gz wm_icons_png.tar.gz wm_icons_tif.tar.gz \ isiconpack4.tgz \ japanese-step-icons1.1.tar.gz \ - KTermIcons-1.0.tar.gz + KTermIcons-1.0.tar.gz \ + WindowMaker-extra-0.1.tar.gz MAINTAINER= kiri@pis.toba-cmt.ac.jp EXTRACT_ONLY= DWiconpack1.tar.gz DWiconpack2.tar.gz IconFest-1.2.tgz \ NeXT_XEmacs_tar.gz wm_icons_png.tar.gz wm_icons_tif.tar.gz \ japanese-step-icons1.1.tar.gz \ - KTermIcons-1.0.tar.gz -NO_BUILD= yes + KTermIcons-1.0.tar.gz \ + WindowMaker-extra-0.1.tar.gz + USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +WRKSRC= ${WRKDIR}/WindowMaker-extra-0.1 WMICONDIR= ${PREFIX}/share/WindowMaker/Pixmaps WMDOCDIR= ${PREFIX}/share/doc/wmicons @@ -38,7 +43,7 @@ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/isiconpack4.tgz \ ${EXTRACT_AFTER_ARGS} -C ${WRKDIR}/isiconpack4 -do-install: +pre-install: ${MKDIR} ${WMDOCDIR} ${MKDIR} ${WMICONDIR} cd ${WRKDIR}/IconFest-1.2; \ diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/graphics/wmicons/files/md5 ./files/md5 --- /usr/ports/current/graphics/wmicons/files/md5 Thu Mar 18 13:48:18 1999 +++ ./files/md5 Tue Apr 6 17:17:01 1999 @@ -7,3 +7,4 @@ MD5 (isiconpack4.tgz) = 18ee6ede8dd1fc598c70cbc38eb8b6e8 MD5 (japanese-step-icons1.1.tar.gz) = 3777c83d070a865609d98a7bf246c907 MD5 (KTermIcons-1.0.tar.gz) = 9817f76d109f632461f9f7fdfa720ce3 +MD5 (WindowMaker-extra-0.1.tar.gz) = 07c7700daaaf232bc490f5abaabef085 diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/graphics/wmicons/pkg/PLIST ./pkg/PLIST --- /usr/ports/current/graphics/wmicons/pkg/PLIST Thu Mar 18 13:48:18 1999 +++ ./pkg/PLIST Wed Apr 7 04:50:54 1999 @@ -1,3 +1,65 @@ +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/Book.xpm +share/WindowMaker/Icons/Bookshelf.xpm +share/WindowMaker/Icons/Brain.xpm +share/WindowMaker/Icons/BulletHole.xpm +share/WindowMaker/Icons/CashRegister.xpm +share/WindowMaker/Icons/Clipboard.xpm +share/WindowMaker/Icons/Cola.xpm +share/WindowMaker/Icons/ColorGNU.xpm +share/WindowMaker/Icons/Correspondence.dir.xpm +share/WindowMaker/Icons/CrystalSkull.dir.xpm +share/WindowMaker/Icons/Daemon.xpm +share/WindowMaker/Icons/Detergent.dir.xpm +share/WindowMaker/Icons/DoomII.xpm +share/WindowMaker/Icons/Draw.xpm +share/WindowMaker/Icons/EscherCube.xpm +share/WindowMaker/Icons/EscherTriangle.xpm +share/WindowMaker/Icons/Fish5.dir.xpm +share/WindowMaker/Icons/Football.xpm +share/WindowMaker/Icons/FootballUS.xpm +share/WindowMaker/Icons/Gear.xpm +share/WindowMaker/Icons/Ghost.xpm +share/WindowMaker/Icons/HP-16C-48.xpm +share/WindowMaker/Icons/HandOpen.xpm +share/WindowMaker/Icons/HandPointing.xpm +share/WindowMaker/Icons/HandPointingLeft.xpm +share/WindowMaker/Icons/HandPunch.xpm +share/WindowMaker/Icons/HandReach.xpm +share/WindowMaker/Icons/HeroSandwich.dir.xpm +share/WindowMaker/Icons/LadyBug48x48.xpm +share/WindowMaker/Icons/Microphone.xpm +share/WindowMaker/Icons/Netscape.xpm +share/WindowMaker/Icons/NewsAgent.xpm +share/WindowMaker/Icons/PDF.xpm +share/WindowMaker/Icons/Padlock.xpm +share/WindowMaker/Icons/Paint.xpm +share/WindowMaker/Icons/Pencils.24.xpm +share/WindowMaker/Icons/Penguin.xpm +share/WindowMaker/Icons/Radio.xpm +share/WindowMaker/Icons/Reference.xpm +share/WindowMaker/Icons/Rumi.xpm +share/WindowMaker/Icons/Snail.xpm +share/WindowMaker/Icons/T2-Film.xpm +share/WindowMaker/Icons/TagIcon.xpm +share/WindowMaker/Icons/TapeIcon1.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/inspect.xpm +share/WindowMaker/Icons/monitor.xpm +share/WindowMaker/Icons/paint.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/xv.xpm share/WindowMaker/Pixmaps/3D-Gun.xpm share/WindowMaker/Pixmaps/3D.png share/WindowMaker/Pixmaps/3D.tif @@ -48,6 +110,12 @@ share/WindowMaker/Pixmaps/Football.xpm share/WindowMaker/Pixmaps/FootballUS.xpm share/WindowMaker/Pixmaps/Frog.xpm +share/WindowMaker/Pixmaps/GNUKterm_bl.xpm +share/WindowMaker/Pixmaps/GNUKterm_gr.xpm +share/WindowMaker/Pixmaps/GNUKterm_or.xpm +share/WindowMaker/Pixmaps/GNUKterm_rd.xpm +share/WindowMaker/Pixmaps/GNUKterm_vi.xpm +share/WindowMaker/Pixmaps/GNUKterm_yl.xpm share/WindowMaker/Pixmaps/GNUstep.xpm share/WindowMaker/Pixmaps/GNUstep2.xpm share/WindowMaker/Pixmaps/Gear.xpm @@ -219,6 +287,12 @@ share/WindowMaker/Pixmaps/keyboard.tif share/WindowMaker/Pixmaps/kterm.xpm share/WindowMaker/Pixmaps/kterm2.xpm +share/WindowMaker/Pixmaps/kterm_bl.xpm +share/WindowMaker/Pixmaps/kterm_gr.xpm +share/WindowMaker/Pixmaps/kterm_or.xpm +share/WindowMaker/Pixmaps/kterm_rd.xpm +share/WindowMaker/Pixmaps/kterm_vi.xpm +share/WindowMaker/Pixmaps/kterm_yl.xpm share/WindowMaker/Pixmaps/last-win-cap-up.xpm share/WindowMaker/Pixmaps/latex.xpm share/WindowMaker/Pixmaps/lcdbars.tif @@ -379,18 +453,23 @@ share/WindowMaker/Pixmaps/xcdroast.tif share/WindowMaker/Pixmaps/xpdf.tif share/WindowMaker/Pixmaps/xterm.tif -share/WindowMaker/Pixmaps/GNUKterm_bl.xpm -share/WindowMaker/Pixmaps/GNUKterm_gr.xpm -share/WindowMaker/Pixmaps/GNUKterm_or.xpm -share/WindowMaker/Pixmaps/GNUKterm_rd.xpm -share/WindowMaker/Pixmaps/GNUKterm_vi.xpm -share/WindowMaker/Pixmaps/GNUKterm_yl.xpm -share/WindowMaker/Pixmaps/kterm_bl.xpm -share/WindowMaker/Pixmaps/kterm_gr.xpm -share/WindowMaker/Pixmaps/kterm_or.xpm -share/WindowMaker/Pixmaps/kterm_rd.xpm -share/WindowMaker/Pixmaps/kterm_vi.xpm -share/WindowMaker/Pixmaps/kterm_yl.xpm +share/WindowMaker/Themes/Checker.themed/checker.xpm +share/WindowMaker/Themes/Checker.themed/style +@dirrm share/WindowMaker/Themes/Checker.themed +share/WindowMaker/Themes/LeetWM.themed/LeetWM.jpg +share/WindowMaker/Themes/LeetWM.themed/LeetWMMenutb1.jpg +share/WindowMaker/Themes/LeetWM.themed/LeetWMMenutb2.jpg +share/WindowMaker/Themes/LeetWM.themed/LeetWMTile1.jpg +share/WindowMaker/Themes/LeetWM.themed/LeetWMtb1.jpg +share/WindowMaker/Themes/LeetWM.themed/LeetWMtb2.jpg +share/WindowMaker/Themes/LeetWM.themed/style +@dirrm share/WindowMaker/Themes/LeetWM.themed +share/WindowMaker/Themes/Night.themed/SeaNight.jpeg +share/WindowMaker/Themes/Night.themed/style +@dirrm share/WindowMaker/Themes/Night.themed +share/WindowMaker/Themes/STEP2000.themed/BlueImage2.jpeg +share/WindowMaker/Themes/STEP2000.themed/style +@dirrm share/WindowMaker/Themes/STEP2000.themed share/doc/wmicons/.README.swp share/doc/wmicons/CREDITS share/doc/wmicons/README.NeXT.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 Wed Apr 7 4:33:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 48BC014C8C; Wed, 7 Apr 1999 04:33:54 -0700 (PDT) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id HAA75699; Wed, 7 Apr 1999 07:30:07 -0400 (EDT) Date: Wed, 7 Apr 1999 07:30:07 -0400 (EDT) From: Chuck Robey To: Satoshi - the Wraith - Asami Cc: ports@FreeBSD.ORG Subject: Re: Ports that use KDE In-Reply-To: <199904070831.BAA77030@silvia.hip.berkeley.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 Wed, 7 Apr 1999, Satoshi - the Wraith - Asami wrote: > * From: Chuck Robey > * > * Anyone notice that every port that uses KDE has the same meaningless > * DESCR file? Somebody has wimped out bigtime ... > > Well, I'm sure that that somebody (who's pretty overworked, AFAIK) > won't mind if you go ahead and make them a little more descriptive. :) OK, I can do taht (I already started). BTW, did you notice that John Polstra committed a change to the runtime loader, that lets it, in a pretty simple program, report it's version number? That's not too bad a signpost, of the installed software level on a particular user's machine. I know that's been on your mind lately. I'll be working up a real short test prog to report that. It's no good on any machine but current, but it's the right direction, isn't it? > > -PW > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 5:35:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id D625115158 for ; Wed, 7 Apr 1999 05:35:45 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca12-101.ix.netcom.com [205.186.214.229]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id FAA00712; Wed, 7 Apr 1999 05:33:48 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id FAA79240; Wed, 7 Apr 1999 05:32:37 -0700 (PDT) Date: Wed, 7 Apr 1999 05:32:37 -0700 (PDT) Message-Id: <199904071232.FAA79240@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: chuckr@mat.net Cc: ports@FreeBSD.ORG In-reply-to: (message from Chuck Robey on Wed, 7 Apr 1999 07:30:07 -0400 (EDT)) Subject: Re: Ports that use KDE From: asami@FreeBSD.ORG (Satoshi - the Wraith - Asami) References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Chuck Robey * OK, I can do taht (I already started). BTW, did you notice that John Thanks. * Polstra committed a change to the runtime loader, that lets it, in a * pretty simple program, report it's version number? That's not too bad a * signpost, of the installed software level on a particular user's * machine. I know that's been on your mind lately. I'll be working up a * real short test prog to report that. It's no good on any machine but * current, but it's the right direction, isn't it? Well yes, but how are we going to get that in the upgrade kits? (Don't tell me you want to put the runtime loader in the upgrade kits just for this. ;) -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 7:42: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D418714F7C for ; Wed, 7 Apr 1999 07:41:59 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA05421; Wed, 7 Apr 1999 07:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 1B3E314E89 for ; Wed, 7 Apr 1999 07:38:28 -0700 (PDT) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id SAA18347; Wed, 7 Apr 1999 18:36:20 +0400 (MSD) Message-Id: <199904071436.SAA18347@netserv1.chg.ru> Date: Wed, 7 Apr 1999 18:36:20 +0400 (MSD) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11000: Upgrade net/p5-SNMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11000 >Category: ports >Synopsis: Upgrade net/p5-SNMP >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 7 07:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -Nur p5-SNMP.old/Makefile p5-SNMP/Makefile --- p5-SNMP.old/Makefile Wed Apr 7 18:24:31 1999 +++ p5-SNMP/Makefile Wed Apr 7 18:25:05 1999 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.4 1998/10/21 10:07:50 markm Exp $ # -DISTNAME= SNMP-1.8b3 -PKGNAME= p5-SNMP-1.8b3 +DISTNAME= SNMP-1.8b5 +PKGNAME= p5-SNMP-1.8b5 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= SNMP diff -Nur p5-SNMP.old/files/md5 p5-SNMP/files/md5 --- p5-SNMP.old/files/md5 Wed Apr 7 18:24:30 1999 +++ p5-SNMP/files/md5 Wed Apr 7 18:25:48 1999 @@ -1 +1 @@ -MD5 (SNMP-1.8b3.tar.gz) = bf122824eb7833b09c48ecab44dc388c +MD5 (SNMP-1.8b5.tar.gz) = 0da22ccbc7d64f70f55f6eff611e9287 >Release-Note: >Audit-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 7 8:22: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E647D157DF for ; Wed, 7 Apr 1999 08:21:59 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA09207; Wed, 7 Apr 1999 08:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lunatic.oneinsane.net (lunatic.oneinsane.net [207.113.133.231]) by hub.freebsd.org (Postfix) with ESMTP id EC0FA14C7F for ; Wed, 7 Apr 1999 08:20:56 -0700 (PDT) (envelope-from insane@lunatic.oneinsane.net) Received: (from insane@localhost) by lunatic.oneinsane.net (8.9.2/8.9.2) id IAA09845; Wed, 7 Apr 1999 08:18:57 -0700 (PDT) (envelope-from insane) Message-Id: <199904071518.IAA09845@lunatic.oneinsane.net> Date: Wed, 7 Apr 1999 08:18:57 -0700 (PDT) From: insane@oneinsane.net Reply-To: insane@oneinsane.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11003: wmcdplay will not play cd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11003 >Category: ports >Synopsis: wmcdplay is not capable of playing an AUDIO CD >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 7 08:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ron Rosson >Release: FreeBSD 3.1-STABLE i386 >Organization: OneInsane Network >Environment: FreeBSD lunatic.oneinsane.net 3.1-STABLE FreeBSD 3.1-STABLE #8: Sun Apr 4 13:18:56 PDT 1999 root@lunatic.oneinsane.net:/usr/src/sys/compile/LUNATIC i386 SCSI Controller: lunatic /kernel: ncr0: rev 0x04 int a irq 12 on pci0.17.0 CDROM: lunatic /kernel: cd0 at ncr0 bus 0 target 4 lun 0 lunatic /kernel: cd0: Removable CD-ROM SCSI-2 device lunatic /kernel: cd0: 5.681MB/s transfers (5.681MHz, offset 15) >Description: The below error came from executaion of: wmcdpaly -w -d /dev/cd0c Apr 6 08:19:06 lunatic /kernel: (cd0:ncr0:0:4:0): READ SUB-CHANNEL. CDB: 42 +2 40 2 0 0 5 0 18 0 Apr 6 08:19:06 lunatic /kernel: (cd0:ncr0:0:4:0): ILLEGAL REQUEST asc:24,0 Apr 6 08:19:06 lunatic /kernel: (cd0:ncr0:0:4:0): Invalid field in CDB Also same errors occur in the GNOME CD Player. >How-To-Repeat: Compile Install and execute. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 9: 9:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cfcl.com (unknown [205.158.144.193]) by hub.freebsd.org (Postfix) with ESMTP id BFCA814D38 for ; Wed, 7 Apr 1999 09:09:35 -0700 (PDT) (envelope-from rdm@cfcl.com) X-Sent-To: Received: from Untitled (cerberus [205.158.144.205]) by cfcl.com (8.9.2/8.9.2) with ESMTP id JAA07048 for ; Wed, 7 Apr 1999 09:09:31 -0700 (PDT) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: In-Reply-To: References: <19990406192331.A83425@patrol.area51.fremont.ca.us> Date: Wed, 7 Apr 1999 08:26:34 -0700 To: freebsd-ports@freebsd.org From: Rich Morin Subject: variable usage list Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org FYI, here is a variable usage list I generated from a relatively recent (990318) ports tarball, containing 2115 packages. In the context of the discussion about WWW_SITE, I think it might be useful to examine which variables should be created and/or emphasized for similar documentation purposes. For instance, it might be nice to have email addresses for bugs (for the package, per se, not just for the Ports version), mailing lists, etc. -r 3269 MASTER_SITES 2025 CATEGORIES 2001 DISTNAME 1992 MAINTAINER 1194 PKGNAME 710 LIB_DEPENDS 641 CONFIGURE_ARGS 546 WRKSRC 469 GNU_CONFIGURE 446 MASTER_SITE_SUBDIR 399 RUN_DEPENDS 397 EXTRACT_SUFX 374 BUILD_DEPENDS 373 DISTFILES 315 CONFIGURE_ENV 288 ALL_TARGET 279 USE_IMAKE 276 USE_X_PREFIX 251 USE_GMAKE 237 NO_WRKSUBDIR 196 MANL 161 NO_BUILD 161 MANN 143 MASTERDIR 135 PATCH_SITES 131 EXTRACT_ONLY 125 PATCHFILES 114 MANCOMPRESSED 111 MAKEFILE 101 PKGDIR 100 USE_XLIB 99 HAS_CONFIGURE 93 INSTALL_TARGET 91 DIST_SUBDIR 89 EXTRACT_CMD 89 EXTRACT_BEFORE_ARGS 89 EXTRACT_AFTER_ARGS 87 RESTRICTED 87 MAKE_ENV 83 BROKEN 76 MANPREFIX 63 PLIST_SUB 63 MAKE_FLAGS 61 SAMPLES 59 NO_PACKAGE 58 STRIP 55 NO_INSTALL_MANPAGES 55 DOCS 53 ONLY_FOR_ARCHS 51 NO_CDROM 50 PLIST 47 PATCH_DIST_STRIP 43 IS_INTERACTIVE 42 USE_QT 40 BROKEN_ELF 39 REQUIRES_MOTIF 39 DOCDIR 38 NO_LATEST_LINK 36 PATCH_DIST_ARGS 33 SCRIPTS_ENV 32 WWW_SITE 32 MANLANG 29 SERVER 27 DOCFILES 24 VERSION 24 MANUAL_PACKAGE_BUILD 24 CONFIGURE_SCRIPT 24 CANNA 23 MLINKS 22 PATCH_STRIP 22 FETCH_BEFORE_ARGS 21 NO_MTREE 21 APPENDIXFILES 20 XMKMF 19 USE_AUTOCONF 19 PREFIX 18 IGNORE 18 EMACS_NAME 16 PKGINSTALL 16 PATCHDIR 16 OPTIM 16 IGNOREFILES 16 EMACS_VER 16 CONFIGURE_TARGET 14 PAPERSIZE 14 FILESDIR 13 SRCDIRS 13 COMMENT 12 RESOLUTION 12 MAKESCRIPT 12 EMACS_PORT 12 EMACS_LIBDIR 12 BINDIR 11 SRCFILES 11 PIXMAPS 11 NLSSRC 11 MAKE_ARGS 11 DOC_FILES 11 BINARIES ... -- Rich Morin: rdm@cfcl.com, +1 650-873-7841, http://www.ptf.com/~rdm Prime Time Freeware: info@ptf.com, +1 408-433-9662, http://www.ptf.com MacPerl: http://www.ptf.com/macperl, http://www.ptf.com/ptf/products/MPPE MkLinux: http://www.mklinux.apple.com, http://www.ptf.com/ptf/products/MKLP To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 9:48:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3100914CA1; Wed, 7 Apr 1999 09:48:12 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA16090; Wed, 7 Apr 1999 09:46:13 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Wed, 7 Apr 1999 09:46:13 -0700 (PDT) From: Message-Id: <199904071646.JAA16090@freefall.freebsd.org> To: nakai@internetsolutions.co.jp, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10998: Fixed port: scwm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fixed port: scwm State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Wed Apr 7 09:45:53 PDT 1999 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 7 9:48:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 47E271583F; Wed, 7 Apr 1999 09:48:34 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA16158; Wed, 7 Apr 1999 09:46:35 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Wed, 7 Apr 1999 09:46:35 -0700 (PDT) From: Message-Id: <199904071646.JAA16158@freefall.freebsd.org> To: kiri@pis.toba-cmt.ac.jp, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10999: Update ports: wmicons-1.0(graphics/wmicons) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update ports: wmicons-1.0(graphics/wmicons) State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Wed Apr 7 09:46:18 PDT 1999 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 7 10: 2: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 282A615A0C for ; Wed, 7 Apr 1999 10:02:07 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA17877 for ports@freebsd.org; Wed, 7 Apr 1999 10:00:08 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Date: Wed, 7 Apr 1999 10:00:08 -0700 (PDT) From: Message-Id: <199904071700.KAA17877@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://www.freebsd.org/~fenner/portsurvey/ . In particular, the list of ports with no MAINTAINER with distfile problems is http://www.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. 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 Wed Apr 7 10:27:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DDA8D1580C; Wed, 7 Apr 1999 10:27:57 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA20502; Wed, 7 Apr 1999 10:25:58 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Wed, 7 Apr 1999 10:25:58 -0700 (PDT) From: Message-Id: <199904071725.KAA20502@freefall.freebsd.org> To: jseger@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/10987: New Rsync Fixes Security Hole Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Rsync Fixes Security Hole Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: jseger Responsible-Changed-When: Wed Apr 7 10:25:38 PDT 1999 Responsible-Changed-Why: Assign to MAINTAINER. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 10:40:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EB89158A6; Wed, 7 Apr 1999 10:40:38 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA22416; Wed, 7 Apr 1999 10:38:40 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Wed, 7 Apr 1999 10:38:40 -0700 (PDT) From: Message-Id: <199904071738.KAA22416@freefall.freebsd.org> To: dima@Chg.RU, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11000: Upgrade net/p5-SNMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade net/p5-SNMP State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Wed Apr 7 10:38:20 PDT 1999 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 7 10:43:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2339415881; Wed, 7 Apr 1999 10:43:28 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA22715; Wed, 7 Apr 1999 10:41:30 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Wed, 7 Apr 1999 10:41:30 -0700 (PDT) From: Message-Id: <199904071741.KAA22715@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10996: Update: x11/kdebase (path change) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: x11/kdebase (path change) State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Wed Apr 7 10:40:51 PDT 1999 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 7 10:46:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D814F15852; Wed, 7 Apr 1999 10:46:28 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA23141; Wed, 7 Apr 1999 10:44:29 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Wed, 7 Apr 1999 10:44:29 -0700 (PDT) From: Message-Id: <199904071744.KAA23141@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10995: Update: net/kdetelnet (minor change to MASTER_SITE_DIR) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/kdetelnet (minor change to MASTER_SITE_DIR) State-Changed-From-To: open-> closed State-Changed-By: jseger State-Changed-When: Wed Apr 7 10:43:53 PDT 1999 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 7 11: 0:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A7CBE1582A; Wed, 7 Apr 1999 11:00:28 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA24398; Wed, 7 Apr 1999 10:58:29 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Wed, 7 Apr 1999 10:58:29 -0700 (PDT) From: Message-Id: <199904071758.KAA24398@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10994: Update: audio/icecast (1.1.0 -> 1.1.3) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: audio/icecast (1.1.0 -> 1.1.3) State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Wed Apr 7 10:57:24 PDT 1999 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 7 11: 8:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ECB8B158D7; Wed, 7 Apr 1999 11:08:51 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA25305; Wed, 7 Apr 1999 11:06:53 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Wed, 7 Apr 1999 11:06:53 -0700 (PDT) From: Message-Id: <199904071806.LAA25305@freefall.freebsd.org> To: faber@lunabase.org, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10993: grap port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: grap port update State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Wed Apr 7 11:05:47 PDT 1999 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 7 11:12:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 88BDC15A1A; Wed, 7 Apr 1999 11:12:18 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA25510; Wed, 7 Apr 1999 11:10:19 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Wed, 7 Apr 1999 11:10:19 -0700 (PDT) From: Message-Id: <199904071810.LAA25510@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10990: Update: audio/gnomeaudio Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: audio/gnomeaudio State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Wed Apr 7 11:09:42 PDT 1999 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 7 11:14:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 22FC814C10; Wed, 7 Apr 1999 11:14:32 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA25670; Wed, 7 Apr 1999 11:12:34 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Wed, 7 Apr 1999 11:12:34 -0700 (PDT) From: Message-Id: <199904071812.LAA25670@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10989: Update: audio/esound Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: audio/esound State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Wed Apr 7 11:12:09 PDT 1999 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 7 11:22:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 71D851596D; Wed, 7 Apr 1999 11:22:27 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA26510; Wed, 7 Apr 1999 11:20:28 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Wed, 7 Apr 1999 11:20:28 -0700 (PDT) From: Message-Id: <199904071820.LAA26510@freefall.freebsd.org> To: tom@eborcom.com, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10982: Minor Port Fix: leafnode+ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Minor Port Fix: leafnode+ State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Wed Apr 7 11:20:05 PDT 1999 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 7 11:46:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E56FD1512E; Wed, 7 Apr 1999 11:46:21 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA28401; Wed, 7 Apr 1999 11:44:23 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Wed, 7 Apr 1999 11:44:23 -0700 (PDT) From: Message-Id: <199904071844.LAA28401@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10977: Update: audio/play Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: audio/play State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Wed Apr 7 11:44:09 PDT 1999 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 7 11:55:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail15.svr.pol.co.uk (mail15.svr.pol.co.uk [195.92.193.25]) by hub.freebsd.org (Postfix) with ESMTP id 9D2D014C99 for ; Wed, 7 Apr 1999 11:55:36 -0700 (PDT) (envelope-from tom@eborcom.com) Received: from modem-121.amlodipine.dialup.pol.co.uk ([62.136.50.249]) by mail15.svr.pol.co.uk with esmtp (Exim 2.12 #1) id 10UxS9-0007IL-00 for ports@freebsd.org; Wed, 7 Apr 1999 19:53:34 +0100 Received: (qmail 16040 invoked by uid 5000); 7 Apr 1999 17:42:38 -0000 Date: Wed, 7 Apr 1999 18:42:38 +0100 From: Tom Hukins To: Michael Haro Cc: ports@freebsd.org Subject: Re: WWW_SITE variable Message-ID: <19990407184237.A15987@eborcom.com> Mail-Followup-To: Michael Haro , ports@freebsd.org References: <19990406192331.A83425@patrol.area51.fremont.ca.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990406192331.A83425@patrol.area51.fremont.ca.us>; from Michael Haro on Tue, Apr 06, 1999 at 07:23:31PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Apr 06, 1999 at 07:23:31PM -0700, Michael Haro wrote: > I noticed that some of the ports have WWW_SITE defined. Is this a > "standard" variable to be including with ports from now on? I can't > find it documented anywhere. I've not seen any official statement about this, but I've observed that WWW_SITE values are placed in /usr/ports/WWW_SITE. Likewise YEAR2000 goes in /usr/ports/YEAR2000. These files are used to build the Web site. See, for example, . Regards, Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 12: 6:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 807B314DD3; Wed, 7 Apr 1999 12:06:15 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA78036; Wed, 7 Apr 1999 12:04:16 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Wed, 7 Apr 1999 12:04:16 -0700 (PDT) From: Message-Id: <199904071904.MAA78036@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10981: Update: graphics/tgif (4.1.1 -> 4.1.4) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: graphics/tgif (4.1.1 -> 4.1.4) State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Wed Apr 7 12:02:43 PDT 1999 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 7 12:26:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2113E15064; Wed, 7 Apr 1999 12:26:50 -0700 (PDT) (envelope-from gj@FreeBSD.org) Received: (from gj@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA79380; Wed, 7 Apr 1999 12:24:51 -0700 (PDT) (envelope-from gj@FreeBSD.org) Date: Wed, 7 Apr 1999 12:24:51 -0700 (PDT) From: Message-Id: <199904071924.MAA79380@freefall.freebsd.org> To: gshaffer@leaky.com, gj@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10091: xsysinfo does not execute Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: xsysinfo does not execute State-Changed-From-To: open->closed State-Changed-By: gj State-Changed-When: Wed Apr 7 12:23:58 PDT 1999 State-Changed-Why: fixed by patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 12:38:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from golf.dax.net (golf.dax.net [193.216.69.103]) by hub.freebsd.org (Postfix) with ESMTP id 222D814EAF; Wed, 7 Apr 1999 12:37:54 -0700 (PDT) (envelope-from hselasky@c2i.net) Received: from c2i.net (mp-216-209.daxnet.no [193.216.216.209]) by golf.dax.net (8.9.3/8.9.3) with ESMTP id VAA18152; Wed, 7 Apr 1999 21:35:46 +0200 (MET DST) Message-ID: <370BB3AE.B9A00905@c2i.net> Date: Wed, 07 Apr 1999 21:36:16 +0200 From: Hans Petter =?iso-8859-1?Q?Sirev=E5g?= Selasky X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: no,en,de MIME-Version: 1.0 To: vanilla@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: FreeBSD Port: gnomecontrolcenter-1.0.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Where is the gnomecontrolcenter-1.0.2 package in the ftp://ftp.freebsd.org/pub/FreeBSD/packages/All/ directory. (The WWW search engine says it's there :) (Other "missing" packages related to GNOME: The GNOME 1.0 "meta port") -- Hans Petter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 13: 2: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3505C150AE for ; Wed, 7 Apr 1999 13:02:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA81565; Wed, 7 Apr 1999 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from falcon.aitken.com (falcon.aitken.com [209.249.106.114]) by hub.freebsd.org (Postfix) with ESMTP id 96EBE14CC2 for ; Wed, 7 Apr 1999 12:53:27 -0700 (PDT) (envelope-from jaitken@falcon.aitken.com) Received: (from jaitken@localhost) by falcon.aitken.com (8.9.2/8.9.2) id PAA02486; Wed, 7 Apr 1999 15:51:23 -0400 (EDT) (envelope-from jaitken) Message-Id: <199904071951.PAA02486@falcon.aitken.com> Date: Wed, 7 Apr 1999 15:51:23 -0400 (EDT) From: jaitken@aitken.com Reply-To: jaitken@aitken.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11007: issue with building multiple ports simultaneously Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11007 >Category: ports >Synopsis: building ports can cause problems if done simultaneously >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 7 13:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jeff Aitken >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: Standard FreeBSD-3.1-RELEASE on x86. >Description: When building two ports which both depend on a third, uninstalled port, each port will attempt to build the third one. If this happens at the same time, the two processes will step on each other. >How-To-Repeat: At the same time, do a 'make install' in /usr/ports/graphics/xpdf and /usr/ports/graphics/xfig. Both will attempt to build /usr/ports/graphics/xpm simultaneously, causing problems. >Fix: The ports collection should use some locking mechanism so that multiple users could attempt to build the same port at the same time without causing problems. Obviously something like a lock file is less-than-ideal solution, but might do for a start. Whether the second build should block or just fail I'm not sure. >Release-Note: >Audit-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 7 13:52: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B8C061590A for ; Wed, 7 Apr 1999 13:51:59 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA84978; Wed, 7 Apr 1999 13:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ip148.bme.rcast.u-tokyo.ac.jp (ip148.bme.rcast.u-tokyo.ac.jp [157.82.77.148]) by hub.freebsd.org (Postfix) with ESMTP id 95F72158EE for ; Wed, 7 Apr 1999 13:51:30 -0700 (PDT) (envelope-from saito@ip148.bme.rcast.u-tokyo.ac.jp) Received: (from saito@localhost) by ip148.bme.rcast.u-tokyo.ac.jp (8.9.2/8.9.2) id FAA32157; Thu, 8 Apr 1999 05:49:28 +0900 (JST) (envelope-from saito) Message-Id: <199904072049.FAA32157@ip148.bme.rcast.u-tokyo.ac.jp> Date: Thu, 8 Apr 1999 05:49:28 +0900 (JST) From: saito@miv.t.u-tokyo.ac.jp Reply-To: saito@miv.t.u-tokyo.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11009: upgrade of japanese/a2ps port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11009 >Category: ports >Synopsis: upgrade of japanese/a2ps port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 7 13:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Itsuro Saito >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: upgrade of japanese/a2ps port >How-To-Repeat: >Fix: diff -uNr a2ps.orig/Makefile a2ps/Makefile --- a2ps.orig/Makefile Sat Jun 27 14:19:03 1998 +++ a2ps/Makefile Thu Apr 8 02:49:34 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: a2ps-j -# Version required: 1.41 +# Version required: 1.44 # Date created: 16 Nov 1996 # Whom: SAITO Itsuro # -# $Id: Makefile,v 1.4 1998/06/27 05:19:03 asami Exp $ +# $Id$ # -DISTNAME= a2ps.pl-1.41 -PKGNAME= ja-a2ps-1.41 +DISTNAME= a2ps.pl-1.44 +PKGNAME= ja-a2ps-1.44 CATEGORIES= japanese print MASTER_SITES= ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/ \ ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/ @@ -22,6 +22,6 @@ NO_BUILD= yes do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/a2ps.pl-1.41 ${PREFIX}/bin/a2ps-j + ${INSTALL_SCRIPT} ${WRKDIR}/a2ps.pl-1.44 ${PREFIX}/bin/a2ps-j .include diff -uNr a2ps.orig/files/md5 a2ps/files/md5 --- a2ps.orig/files/md5 Mon Sep 8 04:38:45 1997 +++ a2ps/files/md5 Thu Apr 8 02:52:28 1999 @@ -1 +1 @@ -MD5 (a2ps.pl-1.41) = eb32471130e6389ca4f919686d61e69a +MD5 (a2ps.pl-1.44) = 7c08e3d260d4cb6cf2d0403486421cf4 diff -uNr a2ps.orig/patches/patch-aa a2ps/patches/patch-aa --- a2ps.orig/patches/patch-aa Mon Sep 8 04:38:45 1997 +++ a2ps/patches/patch-aa Thu Apr 8 02:54:53 1999 @@ -1,5 +1,5 @@ ---- a2ps.pl-1.41.orig Mon Sep 8 02:59:07 1997 -+++ a2ps.pl-1.41 Mon Sep 8 02:59:08 1997 +--- a2ps.pl-1.44.orig Thu Apr 8 02:52:44 1999 ++++ a2ps.pl-1.44 Thu Apr 8 02:54:06 1999 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl >Release-Note: >Audit-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 7 15: 2: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3372E14D2C for ; Wed, 7 Apr 1999 15:02:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA90411; Wed, 7 Apr 1999 15:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hindenburg.eboai.org (hindenburg.eboai.org [205.181.254.190]) by hub.freebsd.org (Postfix) with ESMTP id 3AB7C14CC9 for ; Wed, 7 Apr 1999 15:01:45 -0700 (PDT) (envelope-from chip@eboai.org) Received: by hindenburg.eboai.org (Postfix, from userid 1000) id BF0751EC1; Wed, 7 Apr 1999 17:31:27 -0400 (EDT) Message-Id: <19990407213127.BF0751EC1@hindenburg.eboai.org> Date: Wed, 7 Apr 1999 17:31:27 -0400 (EDT) From: chip@eboai.org Reply-To: chip@eboai.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11010: Update: icecast-1.1.0 -> icecast-1.1.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11010 >Category: ports >Synopsis: Update: icecast-1.1.0 -> icecast-1.1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 7 15:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chip Marshall >Release: FreeBSD 2.2.7-RELEASE i386 >Organization: none >Environment: FreeBSD 2.2.7 >Description: Updated port for icecast-1.1.4 from the previous port 1.1.0 >How-To-Repeat: >Fix: diff -ruN icecast.bak/Makefile icecast/Makefile --- icecast.bak/Makefile Wed Apr 7 16:46:11 1999 +++ icecast/Makefile Wed Apr 7 17:01:33 1999 @@ -1,12 +1,13 @@ # New ports collection makefile for: icecast -# Version required: 1.1.0 +# Version required: 1.1.4 # Date created: 28 Jan 1999 +# Date modified: 7 Apr 1999 # Whom: Chip Marshall # # $Id: Makefile,v 1.1.1.1 1999/04/02 04:23:49 steve Exp $ # -DISTNAME= icecast-1.1.0 +DISTNAME= icecast-1.1.4 CATEGORIES= audio net MASTER_SITES= http://icecast.linuxpower.org/releases/ \ ftp://ftp.eboai.org/pub/icecast/ @@ -17,16 +18,19 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/icecast ${PREFIX}/sbin - ${INSTALL_PROGRAM} ${WRKSRC}/iceplay/listen ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/iceplay/shout ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/iceplay/iceplay ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/shout/listen ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/shout/shout ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/liveice/liveice ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/misc/iceplay ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/icecast ${INSTALL_MAN} ${WRKSRC}/doc/* ${PREFIX}/share/doc/icecast + ${INSTALL_MAN} ${WRKSRC}/liveice/README* ${PREFIX}/share/doc/icecast ${MKDIR} ${PREFIX}/share/examples/icecast - ${INSTALL_MAN} ${WRKSRC}/iceplay/shoutrc.example ${PREFIX}/share/examples/icecast - ${INSTALL_MAN} ${WRKSRC}/iceplay/playlist.example ${PREFIX}/share/examples/icecast - ${INSTALL_MAN} ${WRKSRC}/iceplay/radio.tcl.example ${PREFIX}/share/examples/icecast + ${INSTALL_MAN} ${WRKSRC}/liveice/liveice.cfg ${PREFIX}/share/examples/icecast + ${INSTALL_MAN} ${WRKSRC}/shout/shoutrc.example ${PREFIX}/share/examples/icecast + ${INSTALL_MAN} ${WRKSRC}/shout/playlist.example ${PREFIX}/share/examples/icecast + ${INSTALL_MAN} ${WRKSRC}/shout/radio.tcl.example ${PREFIX}/share/examples/icecast ${MKDIR} ${PREFIX}/share/examples/icecast/icedir ${INSTALL_MAN} ${WRKSRC}/icedir/* ${PREFIX}/share/examples/icecast/icedir .endif diff -ruN icecast.bak/files/md5 icecast/files/md5 --- icecast.bak/files/md5 Wed Apr 7 16:46:10 1999 +++ icecast/files/md5 Wed Apr 7 16:47:09 1999 @@ -1 +1 @@ -MD5 (icecast-1.1.0.tar.gz) = f0bd176b2aea0583716a5ab110472213 +MD5 (icecast-1.1.4.tar.gz) = 1015de18c670afa15791258d03905227 diff -ruN icecast.bak/pkg/PLIST icecast/pkg/PLIST --- icecast.bak/pkg/PLIST Wed Apr 7 16:46:11 1999 +++ icecast/pkg/PLIST Wed Apr 7 16:59:49 1999 @@ -2,6 +2,7 @@ bin/iceplay bin/shout bin/listen +bin/liveice share/doc/icecast/AUTHORS share/doc/icecast/BUGS share/doc/icecast/BUGS.iceplay @@ -13,9 +14,12 @@ share/doc/icecast/README share/doc/icecast/README.icedir share/doc/icecast/README.iceplay +share/doc/icecast/README.liveice +share/doc/icecast/README_new_mixer.txt share/doc/icecast/README.shout share/doc/icecast/TESTED share/doc/icecast/TODO.shout +share/examples/icecast/liveice.cfg share/examples/icecast/playlist.example share/examples/icecast/radio.tcl.example share/examples/icecast/shoutrc.example >Release-Note: >Audit-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 7 15:22: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7043114CE7 for ; Wed, 7 Apr 1999 15:22:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA92010; Wed, 7 Apr 1999 15:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 7 Apr 1999 15:20:02 -0700 (PDT) Message-Id: <199904072220.PAA92010@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Justin M. Seger" Subject: Re: ports/11010: Update: icecast-1.1.0 -> icecast-1.1.4 Reply-To: "Justin M. Seger" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11010; it has been noted by GNATS. From: "Justin M. Seger" To: chip@eboai.org Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/11010: Update: icecast-1.1.0 -> icecast-1.1.4 Date: Wed, 07 Apr 1999 18:13:08 -0400 Could you resubmit this as a diff to the current version as of today? The current version in the ports tree is 1.1.3. Thanks, -Justin Seger- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 17:12: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C6CE14E4D for ; Wed, 7 Apr 1999 17:12:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA99111; Wed, 7 Apr 1999 17:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 76CAE14F28; Wed, 7 Apr 1999 17:05:54 -0700 (PDT) Message-Id: <19990408000554.76CAE14F28@hub.freebsd.org> Date: Wed, 7 Apr 1999 17:05:54 -0700 (PDT) From: mac@jp.frebsd.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11012: Update ports : x11-wm/windowmaker-i18n to 0.52.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11012 >Category: ports >Synopsis: Update ports : x11-wm/windowmaker-i18n to 0.52.0 >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 7 17:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Masahide NODA >Release: 3.1-STABLE >Organization: >Environment: >Description: Update to 0.52.0 Window Maker 0.52.0 needs WindowMaker-extra-0.1.tar.gz, so, I RUN_DEPEND graphics/wmicons ports that include WindowMaker-extra-0.1.tar.gz. This wmicons port enhancement send-pr in ports/10999. >How-To-Repeat: >Fix: gzip and uuencoded patch is here. (Sorry, I send-pr from web interface.) ---------- begin 644 windowmaker-i18n.ports.diff.gz M'XL("+#N"S<``W=I;F1O=VUA:V5R+6DQ.&XN<&]R=',N9&EF9@"E6FMWVK@6 M_0R_0LVTL]HA?@+A,3=S0P+IT(&4A4);KZTT)*QF[0@H9NM`CPG#"%&LU0C1B=:D.X M]JA/7@QO1LJ*HDB$2Q9.T1`S9.I(;[1KU;;>0D:KU2I7*I7#FDMWQ$6=F"'4 M0$:M;;;:]978Q052C%.CA2KPVD`7%V7T$[HA"Q1'+$V0$_D^<5(:A2A8^^]% MK%VZ$Z:X?@9FTQGB]A!9IB3DZ++R$_J3L(0+,O+?C#+BMDNZ6C=4O5PY,&;" M&%COXI0@AQ%X@_LELX9NH@?N;9./WLVB`.Z6`NQN*G(*C6ZV*NFE[58**FN0H;3G!`46\9H[=E5%:Z?6MRTQGVSK?GI@B7 MS;(R^N-C/O@\QFM$Y:`\GU;EJ+R8^%5GTOOX>=SO6>>EI6$HBV![/[8>>/WO@1_:>,2B4OC=N:%F0)46V&::@R.B>A M.HW4K[$69[;V%:MQI.VHO;=N+[O]\7G))BG6$N8D>52N^X/YE0OE48LB@NEJ3? M?+*C?\IP/*-.HBT"ZD1AP@-S:_7N1[WQH'Y>^D:2_/K+_6C1BU.LIIBIT[_*E6>\*?V$UD%%#N#\ M:(I$FB+A#(<."5)$$Q1&*<(/F/K8AJ$P6I0KY8I*/>1"F@B)^WY7ZP?T\\_H M!871FW-T`&K"FOVB)28(H6@D^3O=^_R-7OW[F\8%!\?_YZ>@)]WXS^L\=6C M=C=BQ$M4',?:"*>S1'4.:H([N1X^M*LE2ZD/_%$BWPU(F)DA6;PZ5L+\U>@Q M5R\H^@*Z3715I*5\LSUY!(E*W"^H+H_"7DU;$=HH5=O`YD;5X)?;+.E,6M5#`)2O*0A?P M6ZP#BBEV1GU7T,IQM_FR)=DE'LY\*/EB-7DI>42.3W#(=\IN?"H_Z,P!ZH-. MP7VW6/_$-W6B!6[]99NS&3K206TP.RV4T3;,MEX]TD+MRHD>"N#U=JW>KAO; M/525MU!5GCJ58;>.WK^L9ZL4]@&=([UFV'K#]FJ-AN$X+<-VFJ[KFBW7Q-66 M"77OI8ZM),@UG!&L.]5&U:@1W"(M;)L-TK1=KU;'50,WH7+N\P(ZC2T=I-&J M-JNNJ]>-IFN?-?6:7G7.O$:]Z=3.ZDYSCPXH<@R#)F-[,@VGT=!U%V/LF573 M=FHMW:MC&V.;>'JS#K5D?T"@P&^IL<^P[IINU3#=QAEV';=1K]ND46_95=!2 M:Q4EBLBAL&;B7<'NRS5]CCA"F^?0/>RI'6'/7O$M$K7:M;.=1ERPR,AIQ+V" M"NO1:09E@KM3LK)06.=]?*-MZ!MQA9O?@$N3629PAH'T5EL'KJXXKH@NJ-DX M.VU"'Y2_@ZW*'EO7C.:NFGRFX&KU;#/3;5LOI@2AR7'"5JN5V\K?>6>!UO^4 M)(MY+B#NO1\Y&#;:^8F30)U!)$$>0U,?T13*.YI'*/2A;*,X12R#=@.E#*H\ MFC%$?!3[B$7(G:._9O>3._623NLG$+TGY8N89_TG&Z`%),$`Z`7M8');LO)* M27`:"EZEX)SN/XW4WNW5JZ96*>K@VLCS&?XS!?E$^1+"41#Y.)PB&J*W@_[- MQ]N.]2MRH5"C4C0_UU^W96TLVT@V+KQE;?R/MBR(\[WT"8<(Y7M)AW\@WM#7 M6]9`%?U4W^S8K19C]=')]]/6GC3.VK5:6V]N[=T]8N+4+B1@M^MML[&I./DN MKC7@&%/)W[AUQ/_<#8?1`[FC+O3J[U>:;!R&A)VBZS&X'O>O)^O/D\^C# MKQM)BZ37#`=D3'Q*O.?2=^-K'Z<"#C/E$EX4II"X[X97XK1^#9?O$P>@)\HO M2DKAQ*+8T$4J#"Y_`7_%V^;O"5=5^>=Z3N'%HTOB*G`FHED`L#!B`?97V)/- M#*&'??^&&_L`-TH;JY>@V_H&IY"`6_[L6?0ODMLW:T_1R8,10G@&6[X.H,;Y MNY$"D:*TGT^U;L^Z&N]AX7KH&-'7F!]E^$:.4U*D[B;2F^U:HUTSMZJ1SO,V MO)Z)K/TMRNZ=610E/+/!GL_PE/"C%5GB((9#U]3WN*,H2DC^66KH!MY'RNPP-.C;>#5$+D.?;RYA2T3:YT8#BA;V2N%R6I)3(A;351^401:*XY< M*:TO3<%H(+-CN14Y6:&*+B,T3R"Z% M5F9)5SJ5@ER4X)ZX*`-N."8!RB.ZC`,-NP_\25D:`?PI`#`B$0MI())B4@`; MQP0S;D5@1?O"*TL+^A=19S@[7SY!$.E?6[H/-#=Q$/&PFN81`%>@''[$TH&R M(X>0,,1$AKLDI-9T2B-`4FI)"*J,HZ/>E*(87,DPO@<,.N\ILZ4KFR`DT3.%4 MON[7-)G5BTSE.HI2&WJ[HKA;2X;\")E&BIGQIX\2T.\CQ3B[4N0;^7+@N`!ND73$_I$`1]UK*02[?N1(<^H(,J7<'*05ZB>J M62N`G&;RW#O&+HVD(.(11M;E]A@P"Z@,8X682O?GQ%2NJ1](87C**[(<%A.. M,Z1`EI$N)7+&WYYEBF#:5DL&.`MN4 M@6@(!QU'J@MJ2A'WXB(D32ED=-O'X='\N_2DWT`BW^E#6U?EF9!J(HON$7G6M7U4]/D/R-HG;8.=*XK M62L+X/RSDCT,FS#8U+R5QKX4^R>%MBN]]#.R@NX)R_Z?"SBKRP.Q//(;@WWN MK."K[PVEO@P(2>^&:ZVKJZ_Q]`=%AB3,4MMXM:3Y"LD),/`U%E_GYX_Z*`O\ M#9W.TC78(CB__AJ38R9VA&04X*V/!2>_P]1=`4?\IQZ^E"K6I#-D2:%)8306`)$B^',R MGB(:.G\$LS]'\%]7J"D[./3TC974^ M]JR=WX`$T7I6*RSG_#8V?[8`,'04MJMR%^O1'\"R`^;%2I\U^!/1BMFJKQZ4 M[\C&:2'7G\..N<.R8UCE`@+/@B.`R0T_#_;HV=_J\K``#E ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 17:42: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B6971590D for ; Wed, 7 Apr 1999 17:42:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA01339; Wed, 7 Apr 1999 17:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from silver.naklab.dnj.ynu.ac.jp (silver.naklab.dnj.ynu.ac.jp [133.34.17.15]) by hub.freebsd.org (Postfix) with ESMTP id DF3DF15851 for ; Wed, 7 Apr 1999 17:34:36 -0700 (PDT) (envelope-from tanimura@naklab.dnj.ynu.ac.jp) Received: (from tanimura@localhost) by silver.naklab.dnj.ynu.ac.jp (8.9.1a/3.7W-Naklab-2.0-19981001) id JAA23808; Thu, 8 Apr 1999 09:32:23 +0900 (JST) Message-Id: <199904080032.JAA23808@silver.naklab.dnj.ynu.ac.jp> Date: Thu, 8 Apr 1999 09:32:23 +0900 (JST) From: Seigou Tanimura Reply-To: tanimura@naklab.dnj.ynu.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11013: port audio/8hz-mp3: source not distributed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11013 >Category: ports >Synopsis: port audio/8hz-mp3: source not distributed >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 7 17:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Seigou Tanimura >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: Nakagawa Lab, Div of Electronic Eng & CS, Faculty of Eng, Yokohama National Univ >Environment: FreeBSD silver 2.2.8-RELEASE FreeBSD 2.2.8-RELEASE #0: Fri Feb 26 09:50:07 JST 1999 tanimura@silver:/usr/src-2.2.8-RELEASE/sys/compile/SILVER i386 >Description: The master site has discontinued distributing the source due to licensing problems. >How-To-Repeat: >Fix: Please apply the following patch. diff -urN 8hz-mp3.org/Makefile 8hz-mp3/Makefile --- 8hz-mp3.org/Makefile Tue Mar 30 05:00:17 1999 +++ 8hz-mp3/Makefile Thu Apr 8 09:24:04 1999 @@ -9,7 +9,8 @@ DISTNAME= 8hz-mp3.src.v02b PKGNAME= 8hz-mp3-0.2b CATEGORIES= audio -MASTER_SITES= http://www.8hz.com/mp3/ +# The source is not distributed due to licensing problems. +#MASTER_SITES= http://www.8hz.com/mp3/ MAINTAINER= tanimura@naklab.dnj.ynu.ac.jp >Release-Note: >Audit-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 7 17:52: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF09815937 for ; Wed, 7 Apr 1999 17:52:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA01834; Wed, 7 Apr 1999 17:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 7 Apr 1999 17:50:03 -0700 (PDT) Message-Id: <199904080050.RAA01834@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: RE: ports/11013: port audio/8hz-mp3: source not distributed Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11013; it has been noted by GNATS. From: Chris Piazza To: Seigou Tanimura Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: RE: ports/11013: port audio/8hz-mp3: source not distributed Date: Thu, 08 Apr 1999 05:48:29 -0700 (PDT) This is unnecessary. If you look just a few lines down in the Makefile you'll note: FORBIDDEN= licensing issues Satoshi Asami added it just over a week ago. As you'd guess, FORBIDDEN means ... forbidden :-) --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 18:42: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 888F215954 for ; Wed, 7 Apr 1999 18:42:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA00841; Wed, 7 Apr 1999 18:40:00 -0700 (PDT) (envelope-from gnats@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 7995315070 for ; Wed, 7 Apr 1999 18:36:17 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id A4D4616C8; Thu, 8 Apr 1999 06:34:14 -0700 (PDT) Message-Id: <19990408133414.A4D4616C8@norn.ca.eu.org> Date: Thu, 8 Apr 1999 06:34:14 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11014: MASTER_SITE_GNU change Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11014 >Category: ports >Synopsis: MASTER_SITE_GNU change >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 7 18:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Mar 30 13:53:01 PST 1999 norn@norn.ca.eu.org:/usr/src/sys/compile/NORN.ata i386 >Description: ftp.univ-evry.fr seems to no longer have a GNU collection online. Remove that ftp site and add another (totally arbitrary) site - this time Canadian (ftp.cs.ubc.ca - Vancouver, BC). I'd be surprised if the download failed this far anyway... Prompted by Bill Fenner's distfile survey. >How-To-Repeat: >Fix: --- bsd.port.mk.orig Thu Apr 8 03:56:16 1999 +++ bsd.port.mk Thu Apr 8 03:56:04 1999 @@ -824,7 +824,7 @@ ftp://wuarchive.wustl.edu/systems/gnu/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/pub/gnu/%SUBDIR%/ \ ftp://ftp.digex.net/pub/gnu/%SUBDIR%/ \ - ftp://ftp.univ-evry.fr/pub/gnu/%SUBDIR%/ \ + ftp://ftp.cs.ubc.ca/mirror2/gnu/%SUBDIR%/ \ ftp://ftp.cdrom.com/pub/gnu/%SUBDIR%/ \ ftp://ftp.duke.edu/pub/gnu/%SUBDIR%/ \ ftp://ftp.gamma.ru/pub/gnu/%SUBDIR%/ \ -Chris >Release-Note: >Audit-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 7 19:42: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F147C14E29 for ; Wed, 7 Apr 1999 19:42:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA04717; Wed, 7 Apr 1999 19:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 7 Apr 1999 19:40:01 -0700 (PDT) Message-Id: <199904080240.TAA04717@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Subject: Re: ports/11013: port audio/8hz-mp3: source not distributed Reply-To: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11013; it has been noted by GNATS. From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/11013: port audio/8hz-mp3: source not distributed Date: Thu, 08 Apr 1999 11:31:28 +0900 > Please apply the following patch. > > diff -urN 8hz-mp3.org/Makefile 8hz-mp3/Makefile > --- 8hz-mp3.org/Makefile Tue Mar 30 05:00:17 1999 > +++ 8hz-mp3/Makefile Thu Apr 8 09:24:04 1999 > @@ -9,7 +9,8 @@ > DISTNAME= 8hz-mp3.src.v02b > PKGNAME= 8hz-mp3-0.2b > CATEGORIES= audio > -MASTER_SITES= http://www.8hz.com/mp3/ > +# The source is not distributed due to licensing problems. > +#MASTER_SITES= http://www.8hz.com/mp3/ > > MAINTAINER= tanimura@naklab.dnj.ynu.ac.jp How do you try this: http://www.yk.rim.or.jp/~somekawa/mp3/8hz-mp3_v02b_win3203j.zip Some bug fixed and seems to run on FreeBSD with some fixes... -------------- Yukihiro Nakai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 21:13: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from istari.home.net (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (Postfix) with ESMTP id 79A3E15255 for ; Wed, 7 Apr 1999 21:10:34 -0700 (PDT) (envelope-from sjr@home.net) Received: (from sjr@localhost) by istari.home.net (8.9.3/8.9.3) id AAA65376 for freebsd-ports@FreeBSD.ORG; Thu, 8 Apr 1999 00:08:25 -0400 (EDT) (envelope-from sjr) Message-Id: <199904080408.AAA65376@istari.home.net> Date: Thu, 8 Apr 1999 00:08:24 -0400 (EDT) From: "Stephen J. Roznowski" Subject: pkg_info error? To: freebsd-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 When I run "pkg_info -aI", I get the following error: pkg_info: can't change directory to '/var/db/pkg/.mkversion'! Are others seeing this problem? [I'm running -current from around 15 March] -- Stephen J. Roznowski (sjr@home.net) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 21:49:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C1E2154A9; Wed, 7 Apr 1999 21:49:49 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA13079; Wed, 7 Apr 1999 21:47:50 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Wed, 7 Apr 1999 21:47:50 -0700 (PDT) From: Message-Id: <199904080447.VAA13079@freefall.freebsd.org> To: grog@lemis.com, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9691: jadetex port depends on unknown other packages Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: jadetex port depends on unknown other packages State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Wed Apr 7 21:44:02 PDT 1999 State-Changed-Why: This have been fixed already. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 22: 3:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 9EAFB15238 for ; Wed, 7 Apr 1999 22:03:32 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id WAA25750; Wed, 7 Apr 1999 22:01:19 -0700 (PDT) (envelope-from mharo) Date: Wed, 7 Apr 1999 22:01:18 -0700 From: Michael Haro To: "Stephen J. Roznowski" , ports@freebsd.org Subject: Re: pkg_info error? Message-ID: <19990407220118.A24907@patrol.area51.fremont.ca.us> References: <199904080408.AAA65376@istari.home.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199904080408.AAA65376@istari.home.net>; from Stephen J. Roznowski on Thu, Apr 08, 1999 at 12:08:24AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Apr 08, 1999 at 12:08:24AM -0400, Stephen J. Roznowski wrote: > When I run "pkg_info -aI", I get the following error: > > pkg_info: can't change directory to '/var/db/pkg/.mkversion'! > > Are others seeing this problem? [I'm running -current from around 15 > March] You are not alone, it happened to me too. I sent a patch, PR# 11016, which should take care of this error message. Thanks for noticing this error, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 23:22: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E84E1583C for ; Wed, 7 Apr 1999 23:22:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA21239; Wed, 7 Apr 1999 23:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6B2681530A; Wed, 7 Apr 1999 23:12:37 -0700 (PDT) Message-Id: <19990408061237.6B2681530A@hub.freebsd.org> Date: Wed, 7 Apr 1999 23:12:37 -0700 (PDT) From: nakai@internetsolutions.co.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11017: Fixed port: gnomelibs-1.0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11017 >Category: ports >Synopsis: Fixed port: gnomelibs-1.0.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 7 23:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yukihiro Nakai >Release: 3.1R >Organization: Internet Solutions, Inc. >Environment: 3.1R + (3.1-stable upgrade kit) + the latest /usr/ports >Description: I've fixed the gnomelibs port to follow its latest version, 1.0.5. It needs exactly glib-1.2.1 and gtk+-1.2.1 and can't be compiled with the previous glib-1.2.0 and gtk+-1.2.0. Yukihiro Nakai -------------- diff -ruN gnomelibs.orig/Makefile gnomelibs/Makefile --- gnomelibs.orig/Makefile Wed Apr 7 09:23:47 1999 +++ gnomelibs/Makefile Wed Apr 7 09:25:01 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: gnomelibs -# Version required: 1.0.4 +# Version required: 1.0.5 # Date created: 17 June 1998 # Whom: Yukihiro Nakai # # $Id: Makefile,v 1.38 1999/04/02 03:25:28 steve Exp $ # -DISTNAME= gnome-libs-1.0.4 -PKGNAME= gnomelibs-1.0.4 +DISTNAME= gnome-libs-1.0.5 +PKGNAME= gnomelibs-1.0.5 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-libs diff -ruN gnomelibs.orig/files/md5 gnomelibs/files/md5 --- gnomelibs.orig/files/md5 Wed Apr 7 09:23:47 1999 +++ gnomelibs/files/md5 Wed Apr 7 09:25:09 1999 @@ -1 +1 @@ -MD5 (gnome-libs-1.0.4.tar.gz) = d490198ff59f398520a470e801943498 +MD5 (gnome-libs-1.0.5.tar.gz) = 3f80097a5e1f4bee83a96718a0e6d230 diff -ruN gnomelibs.orig/patches/patch-bc gnomelibs/patches/patch-bc --- gnomelibs.orig/patches/patch-bc Wed Apr 7 09:23:47 1999 +++ gnomelibs/patches/patch-bc Wed Apr 7 09:31:58 1999 @@ -1,15 +1,15 @@ ---- libgnome/Makefile.in.orig Tue Feb 16 01:09:10 1999 -+++ libgnome/Makefile.in Fri Feb 19 00:21:51 1999 -@@ -170,10 +170,10 @@ +--- libgnome/Makefile.in.orig Fri Mar 26 08:37:34 1999 ++++ libgnome/Makefile.in Wed Apr 7 09:31:18 1999 +@@ -172,10 +172,10 @@ EXTRA_DIST = parse-path.cP --libgnome_la_LDFLAGS = -version-info 35:0:3 #-rpath $(libdir) -+libgnome_la_LDFLAGS = -version-info 1:0:0 +-libgnome_la_LDFLAGS = -version-info 35:1:3 #-rpath $(libdir) ++libgnome_la_LDFLAGS = -version-info 1:0:0 #-rpath $(libdir) libgnome_la_LIBADD = $(GLIB_LIBS) -lm $(DL_LIB) -bin_PROGRAMS = dns-helper gnome-dump-metadata gnome-moz-remote gconfigger gnome-gen-mimedb -+bin_PROGRAMS = gnome-dump-metadata gnome-moz-remote gconfigger gnome-gen-mimedb ++bin_PROGRAMS = gnome-dump-metadata gnome-moz-remote gconfigger gnome-gen-mimedb dns_helper_SOURCES = dns-helper.c diff -ruN gnomelibs.orig/patches/patch-bd gnomelibs/patches/patch-bd --- gnomelibs.orig/patches/patch-bd Wed Apr 7 09:23:47 1999 +++ gnomelibs/patches/patch-bd Wed Apr 7 09:34:27 1999 @@ -1,15 +1,15 @@ ---- libgnomeui/Makefile.in.orig Tue Feb 16 01:09:16 1999 -+++ libgnomeui/Makefile.in Fri Feb 19 00:26:03 1999 -@@ -200,7 +200,7 @@ +--- libgnomeui/Makefile.in.orig Fri Mar 26 08:37:40 1999 ++++ libgnomeui/Makefile.in Wed Apr 7 09:34:00 1999 +@@ -202,7 +202,7 @@ EXTRA_DIST = $(SGML) $(gtkrc_DATA) AUTHORS gnome.defs maketypes.awk makeenums.pl gnome-boxed.defs gnometypebuiltins_vars.c gnometypebuiltins_ids.c gnometypebuiltins_evals.c --libgnomeui_la_LDFLAGS = -version-info 40:0:8 -rpath $(libdir) -+libgnomeui_la_LDFLAGS = -version-info 1:0:0 +-libgnomeui_la_LDFLAGS = -version-info 40:1:8 -rpath $(libdir) ++libgnomeui_la_LDFLAGS = -version-info 1:0:0 -rpath $(libdir) libgnomeui_la_LIBADD = $(LIBGNOMEUI_LIBS) - gnome_segv_LDADD = $(top_builddir)/libgnomeui/libgnomeui.la $(top_builddir)/libgnome/libgnome.la $(top_builddir)/libart_lgpl/libart_lgpl.la @LIBSUPPORT@ $(LIBGNOMEUI_LIBS) $(INTLLIBS) -@@ -1468,7 +1468,7 @@ + gnome_segv_LDADD = libgnomeui.la $(top_builddir)/libgnome/libgnome.la $(top_builddir)/libart_lgpl/libart_lgpl.la @LIBSUPPORT@ $(LIBGNOMEUI_LIBS) $(INTLLIBS) +@@ -1478,7 +1478,7 @@ check: check-recursive installcheck-am: installcheck: installcheck-recursive @@ -18,7 +18,7 @@ install-exec: install-exec-recursive install-data-am: install-gtkrcDATA install-libgnomeuiincludeHEADERS -@@ -1480,7 +1480,7 @@ +@@ -1490,7 +1490,7 @@ uninstall-am: uninstall-libLTLIBRARIES uninstall-binPROGRAMS \ uninstall-gtkrcDATA uninstall-libgnomeuiincludeHEADERS uninstall: uninstall-recursive diff -ruN gnomelibs.orig/patches/patch-be gnomelibs/patches/patch-be --- gnomelibs.orig/patches/patch-be Wed Apr 7 09:23:47 1999 +++ gnomelibs/patches/patch-be Wed Apr 7 09:35:54 1999 @@ -1,11 +1,11 @@ ---- libgnorba/Makefile.in.orig Tue Feb 16 01:09:31 1999 -+++ libgnorba/Makefile.in Fri Feb 19 00:22:52 1999 -@@ -172,7 +172,7 @@ - libgnorbainclude_HEADERS = gnorba.h gnome-factory.h +--- libgnorba/Makefile.in.orig Fri Mar 26 08:37:52 1999 ++++ libgnorba/Makefile.in Wed Apr 7 09:35:28 1999 +@@ -185,7 +185,7 @@ + libgnorbainclude_HEADERS = gnorba.h gnome-factory.h GnomeObject.h Table.h --libgnorba_la_LDFLAGS = -version-info 28:4:1 -rpath $(libdir) -+libgnorba_la_LDFLAGS = -version-info 1:0:0 +-libgnorba_la_LDFLAGS = -version-info 28:5:1 -rpath $(libdir) ++libgnorba_la_LDFLAGS = -version-info 1:0:0 -rpath $(libdir) libgnorba_la_LIBADD = $(ORBIT_LIBS) $(GLIB_LIBS) -lm loadshlib_SOURCES = loadshlib.c diff -ruN gnomelibs.orig/patches/patch-bg gnomelibs/patches/patch-bg --- gnomelibs.orig/patches/patch-bg Wed Apr 7 09:23:47 1999 +++ gnomelibs/patches/patch-bg Wed Apr 7 09:37:47 1999 @@ -1,15 +1,15 @@ ---- zvt/Makefile.in.orig Sun Feb 28 02:22:21 1999 -+++ zvt/Makefile.in Mon Mar 1 21:01:11 1999 -@@ -158,7 +158,7 @@ +--- zvt/Makefile.in.orig Fri Mar 26 08:37:50 1999 ++++ zvt/Makefile.in Wed Apr 7 09:37:11 1999 +@@ -160,7 +160,7 @@ libzvt_la_SOURCES = gnome-login-support.h gnome-login-support.c lists.c subshell.h subshell.c subshell-includes.h update.c vt.c zvtterm.c --libzvt_la_LDFLAGS = -version-info 4:0:2 -rpath $(libdir) +-libzvt_la_LDFLAGS = -version-info 4:1:2 -rpath $(libdir) +libzvt_la_LDFLAGS = -version-info 1:0:0 -rpath $(libdir) libzvtinclude_HEADERS = lists.h vt.h vtx.h zvtterm.h -@@ -433,8 +433,7 @@ +@@ -435,8 +435,7 @@ check: check-am installcheck-am: installcheck: installcheck-am @@ -19,7 +19,7 @@ install-exec: install-exec-am install-data-am: install-libzvtincludeHEADERS -@@ -446,7 +445,7 @@ +@@ -448,7 +447,7 @@ uninstall-am: uninstall-libLTLIBRARIES uninstall-sbinPROGRAMS \ uninstall-libzvtincludeHEADERS uninstall: uninstall-am diff -ruN gnomelibs.orig/pkg/PLIST gnomelibs/pkg/PLIST --- gnomelibs.orig/pkg/PLIST Wed Apr 7 09:23:47 1999 +++ gnomelibs/pkg/PLIST Thu Apr 8 05:55:57 1999 @@ -8,7 +8,6 @@ bin/goad-browser bin/libart-config bin/loadshlib -bin/new-object etc/gnomeConf.sh etc/libartConf.sh etc/mime-magic @@ -16,8 +15,6 @@ etc/paper.config etc/sound/events/gnome.soundlist etc/sound/events/gtk-events.soundlist -@dirrm etc/sound/events -@dirrm etc/sound include/gnome.h include/gnomesupport.h include/gtk-xmhtml/HTML.h @@ -28,7 +25,6 @@ include/gtk-xmhtml/gtk-xmhtml.h include/gtk-xmhtml/miniparse.h include/gtk-xmhtml/toolkit.h -@dirrm include/gtk-xmhtml include/libart_lgpl/art_affine.h include/libart_lgpl/art_alphagamma.h include/libart_lgpl/art_bpath.h @@ -60,7 +56,6 @@ include/libart_lgpl/art_vpath.h include/libart_lgpl/art_vpath_bpath.h include/libart_lgpl/art_vpath_svp.h -@dirrm include/libart_lgpl include/libgnome/gnome-config.h include/libgnome/gnome-defs.h include/libgnome/gnome-dentry.h @@ -83,7 +78,6 @@ include/libgnome/gnome-url.h include/libgnome/gnome-util.h include/libgnome/libgnome.h -@dirrm include/libgnome include/libgnomeui/gnome-about.h include/libgnomeui/gnome-animator.h include/libgnomeui/gnome-app-helper.h @@ -156,16 +150,15 @@ include/libgnomeui/gtkdial.h include/libgnomeui/gtkpixmapmenuitem.h include/libgnomeui/libgnomeui.h -@dirrm include/libgnomeui +include/libgnorba/GnomeObject.h +include/libgnorba/Table.h include/libgnorba/gnome-factory.h include/libgnorba/gnorba.h -@dirrm include/libgnorba include/popt-gnome.h include/zvt/lists.h include/zvt/vt.h include/zvt/vtx.h include/zvt/zvtterm.h -@dirrm include/zvt lib/libart_lgpl.a lib/libart_lgpl.la lib/libart_lgpl.so @@ -200,21 +193,16 @@ lib/libzvt.so.1 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@exec mkdir -p %D/share/gnome/games -@dirrm share/gnome/games share/gnome/gtkrc share/gnome/gtkrc.ja share/gnome/gtkrc.ko share/gnome/gtkrc.ru share/gnome/idl/GnomeObject.idl share/gnome/idl/Table.idl -share/gnome/idl/base.idl share/gnome/idl/gnome-editor.idl share/gnome/idl/gnome-factory.idl share/gnome/idl/name-service.idl -@dirrm share/gnome/idl share/gnome/mime-info/gnome.mime -@dirrm share/gnome/mime-info share/gnome/pixmaps/calculator-font.png share/gnome/pixmaps/gnome-default-dlg.png share/gnome/pixmaps/gnome-error.png @@ -223,12 +211,9 @@ share/gnome/pixmaps/gnome-warning.png share/gnome/pixmaps/no.xpm share/gnome/pixmaps/yes.xpm -@dirrm share/gnome/pixmaps share/gnome/type-convert/gnome-make-postscript-mimes share/gnome/type-convert/postscript.convert share/gnome/type-convert/type.convert -@dirrm share/gnome/type-convert -@dirrm share/gnome share/locale/ca/LC_MESSAGES/gnome-libs.mo share/locale/cs/LC_MESSAGES/gnome-libs.mo share/locale/da/LC_MESSAGES/gnome-libs.mo @@ -247,3 +232,36 @@ share/locale/pt/LC_MESSAGES/gnome-libs.mo share/locale/ru/LC_MESSAGES/gnome-libs.mo share/locale/sv/LC_MESSAGES/gnome-libs.mo +@exec mkdir -p %D/share/gnome/games +@dirrm etc/sound/events +@dirrm etc/sound +@dirrm include/gtk-xmhtml +@dirrm include/libart_lgpl +@dirrm include/libgnome +@dirrm include/libgnomeui +@dirrm include/libgnorba +@dirrm include/zvt +@dirrm share/gnome/games +@dirrm share/gnome/idl +@dirrm share/gnome/mime-info +@dirrm share/gnome/pixmaps +@dirrm share/gnome/type-convert +@dirrm share/gnome +@dirrm share/locale/ca/LC_MESSAGES +@dirrm share/locale/cs/LC_MESSAGES +@dirrm share/locale/da/LC_MESSAGES +@dirrm share/locale/de/LC_MESSAGES +@dirrm share/locale/es/LC_MESSAGES +@dirrm share/locale/fi/LC_MESSAGES +@dirrm share/locale/fr/LC_MESSAGES +@dirrm share/locale/ga/LC_MESSAGES +@dirrm share/locale/hu/LC_MESSAGES +@dirrm share/locale/it/LC_MESSAGES +@dirrm share/locale/ja/LC_MESSAGES +@dirrm share/locale/ko/LC_MESSAGES +@dirrm share/locale/nl/LC_MESSAGES +@dirrm share/locale/no/LC_MESSAGES +@dirrm share/locale/pl/LC_MESSAGES +@dirrm share/locale/pt/LC_MESSAGES +@dirrm share/locale/ru/LC_MESSAGES +@dirrm share/locale/sv/LC_MESSAGES >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 7 23:32: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 53763152A1 for ; Wed, 7 Apr 1999 23:32:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA23238; Wed, 7 Apr 1999 23:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 7 Apr 1999 23:30:02 -0700 (PDT) Message-Id: <199904080630.XAA23238@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Subject: Re: ports/11017: Fixed port: gnomelibs-1.0.5 Reply-To: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11017; it has been noted by GNATS. From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/11017: Fixed port: gnomelibs-1.0.5 Date: Thu, 08 Apr 1999 15:27:11 +0900 > >Description: > I've fixed the gnomelibs port to follow its latest version, 1.0.5. > It needs exactly glib-1.2.1 and gtk+-1.2.1 and can't be compiled with > the previous glib-1.2.0 and gtk+-1.2.0. > Sorry I forgot this: It was tested with ORBit-0.4.2 (ports/10873). Thanks. -------------- Yukihiro Nakai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 0:18:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 72B7915891; Thu, 8 Apr 1999 00:18:16 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA26818; Thu, 8 Apr 1999 00:16:17 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Thu, 8 Apr 1999 00:16:17 -0700 (PDT) From: Message-Id: <199904080716.AAA26818@freefall.freebsd.org> To: flathill@FreeBSD.org, freebsd-ports@FreeBSD.org, flathill@FreeBSD.org Subject: Re: ports/11012: Update ports : x11-wm/windowmaker-i18n to 0.52.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update ports : x11-wm/windowmaker-i18n to 0.52.0 Responsible-Changed-From-To: freebsd-ports->flathill Responsible-Changed-By: flathill Responsible-Changed-When: Thu Apr 8 00:15:52 PDT 1999 Responsible-Changed-Why: I'll take this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 0:34:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB670158F8; Thu, 8 Apr 1999 00:34:16 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA28042; Thu, 8 Apr 1999 00:32:17 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Thu, 8 Apr 1999 00:32:17 -0700 (PDT) From: Message-Id: <199904080732.AAA28042@freefall.freebsd.org> To: nordwick@xcf.berkeley.edu, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/8891: ssh2 port assume you have zipped manpage of ssh already installed and fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ssh2 port assume you have zipped manpage of ssh already installed and fails State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Apr 8 00:21:12 PDT 1999 State-Changed-Why: I think these have been fixed already. When I tried to install without ssh1 ("make USE_SSH1=NO install"), I succeeded in installing. And permission of /usr/local/etc/rc.d/sshd.sh is right. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 2:43:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tokyonet-entrance.astec.co.jp (tokyonet-entrance.astec.co.jp [202.239.16.2]) by hub.freebsd.org (Postfix) with ESMTP id EFAF0153BC for ; Thu, 8 Apr 1999 02:43:24 -0700 (PDT) (envelope-from nakai@internetsolutions.co.jp) Received: from amont.astec.co.jp (amont.astec.co.jp [172.20.10.1]) by tokyonet-entrance.astec.co.jp (8.9.1+3.0W/3.7W-astecMX2.3) with ESMTP id SAA10271 for ; Thu, 8 Apr 1999 18:41:23 +0900 (JST) Received: from internetsolutions.co.jp (isi43.astec.co.jp [172.20.12.243]) by amont.astec.co.jp (8.7.6/3.6W-astecMX2.4) with ESMTP id SAA26765 for ; Thu, 8 Apr 1999 18:41:23 +0900 (JST) Message-ID: <370C79C0.355ACC5A@internetsolutions.co.jp> Date: Thu, 08 Apr 1999 18:41:20 +0900 From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Organization: InternetSolutions, Inc. X-Mailer: Mozilla 4.5 [ja] (Win98; I) X-Accept-Language: ja MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Subject: Re: ports/11017: Fixed port: gnomelibs-1.0.5 References: <199904080630.XAA23238@freefall.freebsd.org> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I found the gnome-libs-1.0.6 in the mirror of ftp.gnome.org today. So please forget the previous mail. Added file: NO Removed file: NO Yukihiro Nakai -------------- diff -ruN gnomelibs.orig/Makefile gnomelibs/Makefile --- gnomelibs.orig/Makefile Wed Apr 7 09:23:47 1999 +++ gnomelibs/Makefile Thu Apr 8 08:40:33 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: gnomelibs -# Version required: 1.0.4 +# Version required: 1.0.6 # Date created: 17 June 1998 # Whom: Yukihiro Nakai # # $Id: Makefile,v 1.38 1999/04/02 03:25:28 steve Exp $ # -DISTNAME= gnome-libs-1.0.4 -PKGNAME= gnomelibs-1.0.4 +DISTNAME= gnome-libs-1.0.6 +PKGNAME= gnomelibs-1.0.6 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-libs diff -ruN gnomelibs.orig/files/md5 gnomelibs/files/md5 --- gnomelibs.orig/files/md5 Wed Apr 7 09:23:47 1999 +++ gnomelibs/files/md5 Thu Apr 8 08:40:37 1999 @@ -1 +1 @@ -MD5 (gnome-libs-1.0.4.tar.gz) = d490198ff59f398520a470e801943498 +MD5 (gnome-libs-1.0.6.tar.gz) = b85fa169eae7c6630f5c6258147b91ad diff -ruN gnomelibs.orig/patches/patch-bc gnomelibs/patches/patch-bc --- gnomelibs.orig/patches/patch-bc Wed Apr 7 09:23:47 1999 +++ gnomelibs/patches/patch-bc Thu Apr 8 08:43:02 1999 @@ -1,15 +1,15 @@ ---- libgnome/Makefile.in.orig Tue Feb 16 01:09:10 1999 -+++ libgnome/Makefile.in Fri Feb 19 00:21:51 1999 -@@ -170,10 +170,10 @@ +--- libgnome/Makefile.in.orig Fri Mar 26 08:37:34 1999 ++++ libgnome/Makefile.in Wed Apr 7 09:31:18 1999 +@@ -172,10 +172,10 @@ EXTRA_DIST = parse-path.cP --libgnome_la_LDFLAGS = -version-info 35:0:3 #-rpath $(libdir) -+libgnome_la_LDFLAGS = -version-info 1:0:0 +-libgnome_la_LDFLAGS = -version-info 35:2:3 #-rpath $(libdir) ++libgnome_la_LDFLAGS = -version-info 1:0:0 #-rpath $(libdir) libgnome_la_LIBADD = $(GLIB_LIBS) -lm $(DL_LIB) -bin_PROGRAMS = dns-helper gnome-dump-metadata gnome-moz-remote gconfigger gnome-gen-mimedb -+bin_PROGRAMS = gnome-dump-metadata gnome-moz-remote gconfigger gnome-gen-mimedb ++bin_PROGRAMS = gnome-dump-metadata gnome-moz-remote gconfigger gnome-gen-mimedb dns_helper_SOURCES = dns-helper.c diff -ruN gnomelibs.orig/patches/patch-bd gnomelibs/patches/patch-bd --- gnomelibs.orig/patches/patch-bd Wed Apr 7 09:23:47 1999 +++ gnomelibs/patches/patch-bd Thu Apr 8 08:43:45 1999 @@ -1,15 +1,15 @@ ---- libgnomeui/Makefile.in.orig Tue Feb 16 01:09:16 1999 -+++ libgnomeui/Makefile.in Fri Feb 19 00:26:03 1999 -@@ -200,7 +200,7 @@ +--- libgnomeui/Makefile.in.orig Fri Mar 26 08:37:40 1999 ++++ libgnomeui/Makefile.in Wed Apr 7 09:34:00 1999 +@@ -202,7 +202,7 @@ EXTRA_DIST = $(SGML) $(gtkrc_DATA) AUTHORS gnome.defs maketypes.awk makeenums.pl gnome-boxed.defs gnometypebuiltins_vars.c gnometypebuiltins_ids.c gnometypebuiltins_evals.c --libgnomeui_la_LDFLAGS = -version-info 40:0:8 -rpath $(libdir) -+libgnomeui_la_LDFLAGS = -version-info 1:0:0 +-libgnomeui_la_LDFLAGS = -version-info 41:0:9 -rpath $(libdir) ++libgnomeui_la_LDFLAGS = -version-info 1:0:0 -rpath $(libdir) libgnomeui_la_LIBADD = $(LIBGNOMEUI_LIBS) - gnome_segv_LDADD = $(top_builddir)/libgnomeui/libgnomeui.la $(top_builddir)/libgnome/libgnome.la $(top_builddir)/libart_lgpl/libart_lgpl.la @LIBSUPPORT@ $(LIBGNOMEUI_LIBS) $(INTLLIBS) -@@ -1468,7 +1468,7 @@ + gnome_segv_LDADD = libgnomeui.la $(top_builddir)/libgnome/libgnome.la $(top_builddir)/libart_lgpl/libart_lgpl.la @LIBSUPPORT@ $(LIBGNOMEUI_LIBS) $(INTLLIBS) +@@ -1478,7 +1478,7 @@ check: check-recursive installcheck-am: installcheck: installcheck-recursive @@ -18,7 +18,7 @@ install-exec: install-exec-recursive install-data-am: install-gtkrcDATA install-libgnomeuiincludeHEADERS -@@ -1480,7 +1480,7 @@ +@@ -1490,7 +1490,7 @@ uninstall-am: uninstall-libLTLIBRARIES uninstall-binPROGRAMS \ uninstall-gtkrcDATA uninstall-libgnomeuiincludeHEADERS uninstall: uninstall-recursive diff -ruN gnomelibs.orig/patches/patch-be gnomelibs/patches/patch-be --- gnomelibs.orig/patches/patch-be Wed Apr 7 09:23:47 1999 +++ gnomelibs/patches/patch-be Thu Apr 8 08:43:57 1999 @@ -1,11 +1,11 @@ ---- libgnorba/Makefile.in.orig Tue Feb 16 01:09:31 1999 -+++ libgnorba/Makefile.in Fri Feb 19 00:22:52 1999 -@@ -172,7 +172,7 @@ - libgnorbainclude_HEADERS = gnorba.h gnome-factory.h +--- libgnorba/Makefile.in.orig Fri Mar 26 08:37:52 1999 ++++ libgnorba/Makefile.in Wed Apr 7 09:35:28 1999 +@@ -185,7 +185,7 @@ + libgnorbainclude_HEADERS = gnorba.h gnome-factory.h GnomeObject.h Table.h --libgnorba_la_LDFLAGS = -version-info 28:4:1 -rpath $(libdir) -+libgnorba_la_LDFLAGS = -version-info 1:0:0 +-libgnorba_la_LDFLAGS = -version-info 28:5:1 -rpath $(libdir) ++libgnorba_la_LDFLAGS = -version-info 1:0:0 -rpath $(libdir) libgnorba_la_LIBADD = $(ORBIT_LIBS) $(GLIB_LIBS) -lm loadshlib_SOURCES = loadshlib.c diff -ruN gnomelibs.orig/patches/patch-bf gnomelibs/patches/patch-bf --- gnomelibs.orig/patches/patch-bf Wed Apr 7 09:23:47 1999 +++ gnomelibs/patches/patch-bf Thu Apr 8 08:47:37 1999 @@ -1,15 +1,15 @@ ---- support/Makefile.in.orig Tue Feb 16 01:08:59 1999 -+++ support/Makefile.in Fri Feb 19 00:20:20 1999 -@@ -146,7 +146,7 @@ +--- support/Makefile.in.orig Thu Apr 8 11:33:39 1999 ++++ support/Makefile.in Thu Apr 8 08:46:59 1999 +@@ -148,7 +148,7 @@ mcserv = @mcserv@ need_gnome_support = @need_gnome_support@ --supportincludedir = $(pkglibdir)/include -+supportincludedir = $(includedir) +-supportexecincludedir = $(pkglibdir)/include ++supportexecincludedir = $(includedir) INCLUDES = -D_GNU_SOURCE -@@ -171,7 +171,7 @@ +@@ -170,7 +170,7 @@ libgnomesupport_la_SOURCES = gnomesupport.h $(popt_sources) gnome-argp.c libgnomesupport_la_LIBADD = @LTLIBOBJS@ diff -ruN gnomelibs.orig/patches/patch-bg gnomelibs/patches/patch-bg --- gnomelibs.orig/patches/patch-bg Wed Apr 7 09:23:47 1999 +++ gnomelibs/patches/patch-bg Thu Apr 8 08:44:48 1999 @@ -1,15 +1,15 @@ ---- zvt/Makefile.in.orig Sun Feb 28 02:22:21 1999 -+++ zvt/Makefile.in Mon Mar 1 21:01:11 1999 -@@ -158,7 +158,7 @@ +--- zvt/Makefile.in.orig Fri Mar 26 08:37:50 1999 ++++ zvt/Makefile.in Wed Apr 7 09:37:11 1999 +@@ -160,7 +160,7 @@ libzvt_la_SOURCES = gnome-login-support.h gnome-login-support.c lists.c subshell.h subshell.c subshell-includes.h update.c vt.c zvtterm.c --libzvt_la_LDFLAGS = -version-info 4:0:2 -rpath $(libdir) +-libzvt_la_LDFLAGS = -version-info 4:2:2 -rpath $(libdir) +libzvt_la_LDFLAGS = -version-info 1:0:0 -rpath $(libdir) libzvtinclude_HEADERS = lists.h vt.h vtx.h zvtterm.h -@@ -433,8 +433,7 @@ +@@ -435,8 +435,7 @@ check: check-am installcheck-am: installcheck: installcheck-am @@ -19,7 +19,7 @@ install-exec: install-exec-am install-data-am: install-libzvtincludeHEADERS -@@ -446,7 +445,7 @@ +@@ -448,7 +447,7 @@ uninstall-am: uninstall-libLTLIBRARIES uninstall-sbinPROGRAMS \ uninstall-libzvtincludeHEADERS uninstall: uninstall-am diff -ruN gnomelibs.orig/pkg/PLIST gnomelibs/pkg/PLIST --- gnomelibs.orig/pkg/PLIST Wed Apr 7 09:23:47 1999 +++ gnomelibs/pkg/PLIST Thu Apr 8 09:37:45 1999 @@ -8,7 +8,6 @@ bin/goad-browser bin/libart-config bin/loadshlib -bin/new-object etc/gnomeConf.sh etc/libartConf.sh etc/mime-magic @@ -16,8 +15,6 @@ etc/paper.config etc/sound/events/gnome.soundlist etc/sound/events/gtk-events.soundlist -@dirrm etc/sound/events -@dirrm etc/sound include/gnome.h include/gnomesupport.h include/gtk-xmhtml/HTML.h @@ -28,7 +25,6 @@ include/gtk-xmhtml/gtk-xmhtml.h include/gtk-xmhtml/miniparse.h include/gtk-xmhtml/toolkit.h -@dirrm include/gtk-xmhtml include/libart_lgpl/art_affine.h include/libart_lgpl/art_alphagamma.h include/libart_lgpl/art_bpath.h @@ -60,7 +56,6 @@ include/libart_lgpl/art_vpath.h include/libart_lgpl/art_vpath_bpath.h include/libart_lgpl/art_vpath_svp.h -@dirrm include/libart_lgpl include/libgnome/gnome-config.h include/libgnome/gnome-defs.h include/libgnome/gnome-dentry.h @@ -83,7 +78,6 @@ include/libgnome/gnome-url.h include/libgnome/gnome-util.h include/libgnome/libgnome.h -@dirrm include/libgnome include/libgnomeui/gnome-about.h include/libgnomeui/gnome-animator.h include/libgnomeui/gnome-app-helper.h @@ -156,16 +150,15 @@ include/libgnomeui/gtkdial.h include/libgnomeui/gtkpixmapmenuitem.h include/libgnomeui/libgnomeui.h -@dirrm include/libgnomeui +include/libgnorba/GnomeObject.h +include/libgnorba/Table.h include/libgnorba/gnome-factory.h include/libgnorba/gnorba.h -@dirrm include/libgnorba include/popt-gnome.h include/zvt/lists.h include/zvt/vt.h include/zvt/vtx.h include/zvt/zvtterm.h -@dirrm include/zvt lib/libart_lgpl.a lib/libart_lgpl.la lib/libart_lgpl.so @@ -200,21 +193,17 @@ lib/libzvt.so.1 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@exec mkdir -p %D/share/gnome/games -@dirrm share/gnome/games share/gnome/gtkrc share/gnome/gtkrc.ja share/gnome/gtkrc.ko share/gnome/gtkrc.ru share/gnome/idl/GnomeObject.idl share/gnome/idl/Table.idl -share/gnome/idl/base.idl share/gnome/idl/gnome-editor.idl share/gnome/idl/gnome-factory.idl +share/gnome/idl/gnome-file.idl share/gnome/idl/name-service.idl -@dirrm share/gnome/idl share/gnome/mime-info/gnome.mime -@dirrm share/gnome/mime-info share/gnome/pixmaps/calculator-font.png share/gnome/pixmaps/gnome-default-dlg.png share/gnome/pixmaps/gnome-error.png @@ -223,12 +212,9 @@ share/gnome/pixmaps/gnome-warning.png share/gnome/pixmaps/no.xpm share/gnome/pixmaps/yes.xpm -@dirrm share/gnome/pixmaps share/gnome/type-convert/gnome-make-postscript-mimes share/gnome/type-convert/postscript.convert share/gnome/type-convert/type.convert -@dirrm share/gnome/type-convert -@dirrm share/gnome share/locale/ca/LC_MESSAGES/gnome-libs.mo share/locale/cs/LC_MESSAGES/gnome-libs.mo share/locale/da/LC_MESSAGES/gnome-libs.mo @@ -247,3 +233,38 @@ share/locale/pt/LC_MESSAGES/gnome-libs.mo share/locale/ru/LC_MESSAGES/gnome-libs.mo share/locale/sv/LC_MESSAGES/gnome-libs.mo +share/locale/wa/LC_MESSAGES/gnome-libs.mo +@exec mkdir -p %D/share/gnome/games +@dirrm etc/sound/events +@dirrm etc/sound +@dirrm include/gtk-xmhtml +@dirrm include/libart_lgpl +@dirrm include/libgnome +@dirrm include/libgnomeui +@dirrm include/libgnorba +@dirrm include/zvt +@dirrm share/gnome/games +@dirrm share/gnome/idl +@dirrm share/gnome/mime-info +@dirrm share/gnome/pixmaps +@dirrm share/gnome/type-convert +@dirrm share/gnome +@dirrm share/locale/ca/LC_MESSAGES +@dirrm share/locale/cs/LC_MESSAGES +@dirrm share/locale/da/LC_MESSAGES +@dirrm share/locale/de/LC_MESSAGES +@dirrm share/locale/es/LC_MESSAGES +@dirrm share/locale/fi/LC_MESSAGES +@dirrm share/locale/fr/LC_MESSAGES +@dirrm share/locale/ga/LC_MESSAGES +@dirrm share/locale/hu/LC_MESSAGES +@dirrm share/locale/it/LC_MESSAGES +@dirrm share/locale/ja/LC_MESSAGES +@dirrm share/locale/ko/LC_MESSAGES +@dirrm share/locale/nl/LC_MESSAGES +@dirrm share/locale/no/LC_MESSAGES +@dirrm share/locale/pl/LC_MESSAGES +@dirrm share/locale/pt/LC_MESSAGES +@dirrm share/locale/ru/LC_MESSAGES +@dirrm share/locale/sv/LC_MESSAGES +@dirrm share/locale/wa/LC_MESSAGES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 3:36: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id C862615188 for ; Thu, 8 Apr 1999 03:35:44 -0700 (PDT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.3/8.9.3) id LAA90986; Thu, 8 Apr 1999 11:56:19 +0200 (SAT) (envelope-from reg) Date: Thu, 8 Apr 1999 11:56:18 +0200 From: Jeremy Lea To: "?$BCf0f?(B ?$B9,Gn?(B" Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/11017: Fixed port: gnomelibs-1.0.5 Message-ID: <19990408115618.N1798@shale.csir.co.za> References: <199904080630.XAA23238@freefall.freebsd.org> <370C79C0.355ACC5A@internetsolutions.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <370C79C0.355ACC5A@internetsolutions.co.jp>; from ?$BCf0f?(B ?$B9,Gn?(B on Thu, Apr 08, 1999 at 06:41:20PM +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Thu, Apr 08, 1999 at 06:41:20PM +0900, ?$BCf0f?(B ?$B9,Gn?(B wrote: > I found the gnome-libs-1.0.6 in the mirror of ftp.gnome.org today. > So please forget the previous mail. 1.0.6 needs ORBit 0.4.3... I'm working on another mega GNOME update. I'll put this into my tree, but it should be held off for a few days. A new gnome-core is due tommorrow. -Jeremy -- | "Come home my prodigal son, come home and lets be one, --+-- don't want to see you cry, don't make me tell you why, | you've lived in a house with me, my blood has set you free, | in the world you'll surely die, nothing else will satisfy." -MIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 4: 4: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 1B59615981 for ; Thu, 8 Apr 1999 04:03:08 -0700 (PDT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.3/8.9.3) id MAA91528; Thu, 8 Apr 1999 12:59:56 +0200 (SAT) (envelope-from reg) Date: Thu, 8 Apr 1999 12:59:55 +0200 From: Jeremy Lea To: Kris Kennaway , freebsd-ports@freebsd.org Subject: Patch for USE_LIBTOOL Message-ID: <19990408125954.O1798@shale.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Kris, all, Attached is a patch to bsd.port.mk to implement the automatic use of a system libtool rather than a ports own version. This working for all the GNOME ports. Instructions: Replace GNU_CONFIGURE=yes with USE_LIBTOOL=yes in the port's Makefile. Remove libtool patching... LIBTOOLFILES controls which files to patch. If you have more than one configure script you need to add something like this (for ORBit): LIBTOOLFILES= configure popt/configure libIDL/configure Don't worry about the setting of LIBTOOL for the moment. It's just there for flexibility. Ports which don't work for this should not be affected. They can still use their own copy of libtool, but it will have to be patched. I have not started on fixing libtool yet, but I would like to make it not install the .la files and also fix up some library naming to help ports. Regards, -Jeremy -- | "Come home my prodigal son, come home and lets be one, --+-- don't want to see you cry, don't make me tell you why, | you've lived in a house with me, my blood has set you free, | in the world you'll surely die, nothing else will satisfy." -MIC Index: bsd.port.mk =================================================================== RCS file: /usr/home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.309 diff -u -r1.309 bsd.port.mk --- bsd.port.mk 1999/04/08 07:13:38 1.309 +++ bsd.port.mk 1999/04/08 10:46:58 @@ -119,6 +119,10 @@ # USE_AUTOCONF - Says that the port uses autoconf. Implies GNU_CONFIGURE. # AUTOCONF - Set to path of GNU autoconf if not in $PATH (default: # autoconf). +# USE_LIBTOOL - Says that the port uses Libtool. Implies GNU_CONFIGURE. +# LIBTOOL - Set to path of sytem libtool. +# LIBTOOLFILES - Files to patch for libtool. Defaults to configure or +# aclocal.m4 depending on USE_AUTOCONF. # USE_PERL5 - Says that the port uses perl5 for building and running. # PERL5 - Set to full path of perl5, either in the system or # installed from a port. @@ -573,6 +577,15 @@ GNU_CONFIGURE= yes BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf .endif +.if defined(USE_LIBTOOL) +GNU_CONFIGURE= yes +BUILD_DEPENDS+= libtool:${PORTSDIR}/devel/libtool +.if defined(USE_AUTOCONF) +LIBTOOLFILES?= aclocal.m4 +.else +LIBTOOLFILES?= configure +.endif +.endif .if defined(REQUIRES_MOTIF) LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm @@ -638,6 +651,7 @@ # Miscellaneous overridable commands: GMAKE?= gmake AUTOCONF?= autoconf +LIBTOOL?= ${LOCALBASE}/bin/libtool XMKMF?= xmkmf -a .if exists(/sbin/md5) MD5?= /sbin/md5 @@ -1667,6 +1684,9 @@ cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} \ ${SCRIPTDIR}/${.TARGET:S/^real-/post-/}; \ fi +.if make(real-patch) && defined(USE_LIBTOOL) + @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} patch-libtool +.endif .if make(real-install) && (defined(_MANPAGES) || defined(_MLINKS)) @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} compress-man .endif @@ -1768,6 +1791,22 @@ .endfor +# Patch-Libtool +# +# Special target to automagically make libtool using ports use the +# system libtool. We patch both configure and aclocal.m4 so that ports +# which USE_AUTOCONF will also work. + +.if !target(patch-libtool) +patch-libtool: + @(cd ${WRKSRC}; \ + for file in ${LIBTOOLFILES}; do \ + ${CP} $$file $$file.tmp; \ + ${SED} -e s^\$$\(top_builddir\)/libtool^${LIBTOOL}^g \ + $$file.tmp > $$file; \ + done); +.endif + # Checkpatch # # Special target to verify patches To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 4:12: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F21B0150F8 for ; Thu, 8 Apr 1999 04:12:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA06801; Thu, 8 Apr 1999 04:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 8 Apr 1999 04:10:02 -0700 (PDT) Message-Id: <199904081110.EAA06801@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Daniel M. Eischen" Subject: Re: ports/10844: New port: adagdb Reply-To: "Daniel M. Eischen" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10844; it has been noted by GNATS. From: "Daniel M. Eischen" To: freebsd-gnats-submit@freebsd.org, eischen@vigrid.com Cc: Subject: Re: ports/10844: New port: adagdb Date: Thu, 08 Apr 1999 02:54:58 -0400 gdb distributions are found in the gdb subdir of MASTER_SITE_GNU sites. Use MASTER_SITE_SUBDIR to indicate this. Dan Eischen eischen@vigrid.com --- Makefile.orig Thu Apr 8 02:44:00 1999 +++ Makefile Thu Apr 8 02:43:19 1999 @@ -10,6 +10,7 @@ CATEGORIES= devel MASTER_SITES= ftp://cs.nyu.edu/pub/gnat/ \ ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= gdb DISTFILES= gnat-3.11p-src.tar.gz gdb-4.17.tar.gz MAINTAINER= eischen@vigrid.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 8 4:13:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0473B159FE; Thu, 8 Apr 1999 04:13:51 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA07161; Thu, 8 Apr 1999 04:11:52 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Thu, 8 Apr 1999 04:11:52 -0700 (PDT) From: Message-Id: <199904081111.EAA07161@freefall.freebsd.org> To: handy@physics.montana.edu, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10974: asapm upgrade: 2.4 --> 2.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: asapm upgrade: 2.4 --> 2.6 State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Thu Apr 8 04:11:28 PDT 1999 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 8 5:45:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 1BFB214C28 for ; Thu, 8 Apr 1999 05:45:52 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.2/8.9.1) with ESMTP id FAA17284; Thu, 8 Apr 1999 05:43:52 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id MAA57874; Thu, 8 Apr 1999 12:43:51 GMT (envelope-from obrien) Date: Thu, 8 Apr 1999 05:43:51 -0700 From: "David O'Brien" To: "Stephen J. Roznowski" Cc: freebsd-ports@FreeBSD.ORG Subject: Re: pkg_info error? Message-ID: <19990408054351.A57856@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <199904080408.AAA65376@istari.home.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199904080408.AAA65376@istari.home.net>; from Stephen J. Roznowski on Thu, Apr 08, 1999 at 12:08:24AM -0400 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 > When I run "pkg_info -aI", I get the following error: > > pkg_info: can't change directory to '/var/db/pkg/.mkversion'! You might be running pkg_* tools that are older than your ports/Mk/ files. Funny if this is true... this type of problem is what `.mkversion' was to fix. :-) BTW, `.mkversion' has been moved to /var/db. Manually move /var/db/pkg/.mkversion to /var/db/.mkversion, and get the latest ports/Mk/ files. -- -- David (obrien@NUXI.com -or- obrien@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 8 5:48:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 8295714C28 for ; Thu, 8 Apr 1999 05:48:58 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.2/8.9.1) with ESMTP id FAA17295; Thu, 8 Apr 1999 05:46:58 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id MAA57924; Thu, 8 Apr 1999 12:46:57 GMT (envelope-from obrien) Date: Thu, 8 Apr 1999 05:46:57 -0700 From: "David O'Brien" To: "Stephen J. Roznowski" , freebsd-ports@FreeBSD.ORG Subject: Re: pkg_info error? Message-ID: <19990408054657.B57856@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <199904080408.AAA65376@istari.home.net> <19990408054351.A57856@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <19990408054351.A57856@dragon.nuxi.com>; from David O'Brien on Thu, Apr 08, 1999 at 05:43:51AM -0700 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 > BTW, `.mkversion' has been moved to /var/db. Manually move > /var/db/pkg/.mkversion to /var/db/.mkversion, Sorry... make that mv /var/db/pkg/.mkversion /var/db/port.mkversion (I had the new filename wrong) -- -- David (obrien@NUXI.com -or- obrien@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 8 6:47:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B10E159C3; Thu, 8 Apr 1999 06:47:53 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA33147; Thu, 8 Apr 1999 06:45:53 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Thu, 8 Apr 1999 06:45:53 -0700 (PDT) From: Message-Id: <199904081345.GAA33147@freefall.freebsd.org> To: tanimura@naklab.dnj.ynu.ac.jp, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11013: port audio/8hz-mp3: source not distributed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port audio/8hz-mp3: source not distributed State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Thu Apr 8 06:44:31 PDT 1999 State-Changed-Why: This port is already marked BROKEN because of the license problem. If the situation isn't going to change, someone should just 'cvs rm' this port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 6:49:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from iglou.com (iglou2.iglou.com [192.107.41.8]) by hub.freebsd.org (Postfix) with ESMTP id 9AA9C159B5; Thu, 8 Apr 1999 06:49:46 -0700 (PDT) (envelope-from patrick@cre8tivegroup.com) Received: from [204.255.227.148] (helo=gateway.cre8tivegroup.com) by iglou.com with esmtp (8.9.1/8.9.1) id 10VF9e-00075k-00; Thu, 8 Apr 1999 09:47:45 -0400 Content-Length: 533 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 08 Apr 1999 09:47:07 -0400 (EDT) From: Patrick Gardella To: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Linux emulation problems Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org When I went to run asWedit (new install from current port), I got the following error: #asWedit ELF interpreter /compat/linux/lib/ld-linux.so.1 not found Abort ld-linux.so.1 is in /compat/linux/lib/. I'm running 3.1-RELEASE with linux_libs 2.6.1 and linux emulation is enabled. Every other Linux app I have works fine. --- Patrick S. Gardella Director of Web Development The Creative Group 1-800-804-0783 ext 29 606-858-8029 (fax) http://www.cre8tivegroup.com PGP Key ID 0xEE2D47A9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 7:40: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 1744814DC6 for ; Thu, 8 Apr 1999 07:39:52 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA208432157; Thu, 8 Apr 1999 10:35:57 -0400 Date: Thu, 8 Apr 1999 10:35:56 -0400 (EDT) From: Bill Fumerola To: Tom Hukins Cc: Michael Haro , ports@FreeBSD.ORG Subject: Re: WWW_SITE variable In-Reply-To: <19990407184237.A15987@eborcom.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 7 Apr 1999, Tom Hukins wrote: > I've not seen any official statement about this, but I've observed > that WWW_SITE values are placed in /usr/ports/WWW_SITE. Likewise > YEAR2000 goes in /usr/ports/YEAR2000. > > These files are used to build the Web site. See, for example, > . Yes, Marc Fournier implemented both sides of this change (the Makefiles / the cgi parse). One day, I should go and update my ports to include the WWW_SITE stuff. Honestly, like what I'm hearing from you guys I was reluctant to touch it because I hadn't heard anything official. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 8 8:52: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freed.libdns.qc.ca (derby.JSP.UMontreal.CA [132.204.45.26]) by hub.freebsd.org (Postfix) with ESMTP id 4D0E614CD4 for ; Thu, 8 Apr 1999 08:51:47 -0700 (PDT) (envelope-from spidey@libdns.qc.ca) Received: from localhost (spidey@localhost) by freed.libdns.qc.ca (8.9.2/8.9.2) with SMTP id LAA22442 for ; Thu, 8 Apr 1999 11:49:12 -0400 (EDT) (envelope-from spidey@libdns.qc.ca) X-Authentication-Warning: freed.libdns.qc.ca: spidey owned process doing -bs Date: Thu, 8 Apr 1999 11:49:12 -0400 (EDT) From: Spidey Reply-To: Spidey To: ports@freebsd.org Subject: Using multiple versions of gtk. 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! I'm trying to port several programs (ascp, Wminet, and a little bit of mozilla :)) to FreeBSD, and I'm having problems with the gtk. I've been able to configure ascp to make it use the 1.0 libraries, but I also have the 1.1 and the 1.2 libraries around, and other programs such as mozilla need them, and I always get things like: checking for gtk-config... /usr/X11R6/bin/gtk12-config checking for GTK - version >= 1.1.13... no *** Could not run GTK test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GTK was incorrectly installed *** or that you have moved GTK since it was installed. In the latter case, you *** may want to edit the gtk-config script: /usr/X11R6/bin/gtk12-config configure: error: Test for GTK failed. I get around the gtk-config part by specifying where it is with the GTK_CONFIG environnment variable, but for the version part, I'm confused... I never touched the gtk libraries whatsoever since they were installed, and programs such as gimp install without problems.. could you help me solve this once and for all? spidey Si l'image donne l'illusion de savoir C'est que l'adage pretend que pour croire, L'important ne serait que de voir Lofofora To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 9: 2: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1ABF4159E3 for ; Thu, 8 Apr 1999 09:02:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA79104; Thu, 8 Apr 1999 09:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E27FD14BE6; Thu, 8 Apr 1999 08:52:05 -0700 (PDT) Message-Id: <19990408155205.E27FD14BE6@hub.freebsd.org> Date: Thu, 8 Apr 1999 08:52:05 -0700 (PDT) From: sindau@hotmail.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11029: Configure scripts for non ported applications no longer find installed libraries. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11029 >Category: ports >Synopsis: Configure scripts for non ported applications no longer find installed libraries. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 8 09:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Tony Tocco >Release: FreeBSD 3.1-STABLE i386 >Organization: NA >Environment: FreeBSD fdho-w5.fdnet.com 3.1-STABLE FreeBSD 3.1-STABLE #4: Mon Mar 29 15:30:13 CST 1999 tony@fdho-w5.fdnet.com:/usr/src/sys/compile/FDHO-W% i386 >Description: Configure scripts for non ported applications cannot find installed libraries such as kimgio, ljpeg, lpng, etc. ldconfig elf -r reports all of these libraries as installed. This problem did not occur under the 2.X branch so I can only assume it's a difference in ELF vs. aout. I have asked around but have been unable to get an answer as to how to work around this issue when an application you require is not located in the ports directory. >How-To-Repeat: make install for /usr/ports/x11/kde11 try and ./configure --prefix=/usr/local for WebMaker-0.8.0 or any other unported KDE application that requires any of the aforementioned libraries. >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 8 9: 9:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from Argon.Mlink.NET (Argon.Mlink.NET [205.236.182.18]) by hub.freebsd.org (Postfix) with ESMTP id 536F314C93; Thu, 8 Apr 1999 09:09:30 -0700 (PDT) (envelope-from arsphl@oeil.qc.ca) Received: from [209.104.103.130] (dyn2.max2.Montreal.Mlink.NET [209.104.103.130]) by Argon.Mlink.NET (8.8.8/8.8.2) with ESMTP id MAA19799; Thu, 8 Apr 1999 12:06:13 -0400 (EDT) X-Sender: arsphl@pop.oeil.qc.ca (Unverified) Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Thu, 8 Apr 1999 12:07:01 -0400 To: jmacd@FreeBSD.ORG From: Philippe Laliberte Subject: looking for a port of SIOD Cc: ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I'm a Scheme developper and I'm looking for a port of SIOD, a scheme interpretor, for FreeBSD. I have seen that there is already ports of MIT-Scheme and Scheme48, but if someone have or would be willing to port siod that would save me time. I don't have a FreeBSD box installed but a client of mine would need it. I have already asked on the siod mailing list but not everyone who uses SIOD is on that development mailing list. if your interested contact me I can exchange the time you spend for services or other considerations. -- Philippe Lalibert=E9 L'Oeil Sc=E9nique To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 9:15:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gvinpin.grad.kiev.ua (KievglavArhit-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (Postfix) with ESMTP id 5E9E515194; Thu, 8 Apr 1999 09:14:43 -0700 (PDT) (envelope-from Ruslan@Shevchenko.Kiev.UA) Received: from Shevchenko.Kiev.UA (kulshedra [10.0.1.99]) by gvinpin.grad.kiev.ua (8.8.7/8.8.7) with ESMTP id TAA00079; Thu, 8 Apr 1999 19:06:17 +0300 Message-ID: <370CD573.8F58F542@Shevchenko.Kiev.UA> Date: Thu, 08 Apr 1999 19:12:35 +0300 From: Ruslan Shevchenko Reply-To: rssh@grad.kiev.ua X-Mailer: Mozilla 4.07 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: Philippe Laliberte Cc: jmacd@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: looking for a port of SIOD References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Philippe Laliberte wrote: > > Hello, > > I'm a Scheme developper and I'm looking for a port of SIOD, a > scheme interpretor, for FreeBSD. I have seen that there is already ports of > MIT-Scheme and Scheme48, but if someone have or would be willing to port > siod that would save me time. I don't have a FreeBSD box installed but a > client of mine would need it. > > I have already asked on the siod mailing list but not everyone who > uses SIOD is on that development mailing list. URL for SIOD ? > > if your interested contact me I can exchange the time you spend for > services or other considerations. > > -- > Philippe LalibertÊ > L'Oeil ScÊnique > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 9:21:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 9000D14CBF for ; Thu, 8 Apr 1999 09:21:46 -0700 (PDT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.3/8.9.3) id SAA38666; Thu, 8 Apr 1999 18:19:31 +0200 (SAT) (envelope-from reg) Date: Thu, 8 Apr 1999 18:19:31 +0200 From: Jeremy Lea To: Spidey Cc: ports@FreeBSD.ORG Subject: Re: Using multiple versions of gtk. Message-ID: <19990408181931.P1798@shale.csir.co.za> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Spidey on Thu, Apr 08, 1999 at 11:49:12AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Thu, Apr 08, 1999 at 11:49:12AM -0400, Spidey wrote: > checking for gtk-config... /usr/X11R6/bin/gtk12-config > checking for GTK - version >= 1.1.13... no > *** Could not run GTK test program, checking why... > *** The test program failed to compile or link. See the file config.log > for the > *** exact error that occured. This usually means GTK was incorrectly > installed > *** or that you have moved GTK since it was installed. In the latter case, > you > *** may want to edit the gtk-config script: /usr/X11R6/bin/gtk12-config > configure: error: Test for GTK failed. What would be much more useful are the error messages out of config.log... Normally right down the end. Your probably missing a library. -Jeremy -- | "Come home my prodigal son, come home and lets be one, --+-- don't want to see you cry, don't make me tell you why, | you've lived in a house with me, my blood has set you free, | in the world you'll surely die, nothing else will satisfy." -MIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 9:28:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 522A014CBF for ; Thu, 8 Apr 1999 09:28:50 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id JAA41796 for ports@freebsd.org; Thu, 8 Apr 1999 09:26:51 -0700 (PDT) (envelope-from mharo) Date: Thu, 8 Apr 1999 09:26:51 -0700 From: Michael Haro To: ports@freebsd.org Subject: devel/libproplist Message-ID: <19990408092650.A41779@patrol.area51.fremont.ca.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I might be wrong about this, but shouldn't devel/libproplist have USE_X_PREFIX= yes? Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 9:29:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freed.libdns.qc.ca (derby.JSP.UMontreal.CA [132.204.45.26]) by hub.freebsd.org (Postfix) with ESMTP id 8F6FA152CB for ; Thu, 8 Apr 1999 09:28:49 -0700 (PDT) (envelope-from spidey@libdns.qc.ca) Received: from localhost (spidey@localhost) by freed.libdns.qc.ca (8.9.2/8.9.2) with SMTP id MAA24222; Thu, 8 Apr 1999 12:25:03 -0400 (EDT) (envelope-from spidey@libdns.qc.ca) X-Authentication-Warning: freed.libdns.qc.ca: spidey owned process doing -bs Date: Thu, 8 Apr 1999 12:25:03 -0400 (EDT) From: Spidey Reply-To: Spidey To: Jeremy Lea Cc: ports@FreeBSD.ORG Subject: Re: Using multiple versions of gtk. In-Reply-To: <19990408181931.P1798@shale.csir.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 8 Apr 1999, Jeremy Lea wrote: > Hi, > > On Thu, Apr 08, 1999 at 11:49:12AM -0400, Spidey wrote: > > checking for gtk-config... /usr/X11R6/bin/gtk12-config > > checking for GTK - version >= 1.1.13... no > > *** Could not run GTK test program, checking why... > > *** The test program failed to compile or link. See the file config.log > > for the > > *** exact error that occured. This usually means GTK was incorrectly > > installed > > *** or that you have moved GTK since it was installed. In the latter case, > > you > > *** may want to edit the gtk-config script: /usr/X11R6/bin/gtk12-config > > configure: error: Test for GTK failed. > > What would be much more useful are the error messages out of > config.log... Normally right down the end. Your probably missing a > library. this doesn't make very much sense... I have install these gtgk libs, but anyways, here ya go: configure:6389: checking for gtk-config configure:6420: checking for GTK - version >= 1.1.13 configure:6521: gcc -o conftest -O -DMOZ_TOOLKIT=gtk -DMOZ_DLL_SUFFIX=so -I/usr/ X11R6/include/gtk12 -I/usr/X11R6/include -I/usr/local/include/glib12 conftest. c -ll -lutil -lm -lc -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/l ocal/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm 1>&5 /usr/X11R6/lib/libgtk12.so: undefined reference to `dgettext' configure: failed program was: #line 6443 "configure" #include "confdefs.h" #include #include #include int main () { int major, minor, micro; char *tmp_version; system ("touch conf.gtktest"); /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = g_strdup("1.1.13"); if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "1.1.13"); exit(1); } if ((gtk_major_version != 1) || (gtk_minor_version != 2) || (gtk_micro_version != 0)) { printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d )\n", 1, 2, 0, gtk_major_version, gtk_minor_version, gtk_micro_version); printf ("*** was found! If gtk-config was correct, then it is best\n"); printf ("*** to remove the old version of GTK+. You may also be able to fi x the error\n"); printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by e diting\n"); printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n" ); printf("*** required on your system.\n"); printf("*** If gtk-config was wrong, set the environment variable GTK_CONF IG\n"); printf("*** to point to the correct copy of gtk-config, and remove the fil e config.cache\n"); printf("*** before re-running configure\n"); } #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_M ICRO_VERSION) else if ((gtk_major_version != GTK_MAJOR_VERSION) || (gtk_minor_version != GTK_MINOR_VERSION) || (gtk_micro_version != GTK_MICRO_VERSION)) { printf("*** GTK+ header files (version %d.%d.%d) do not match\n", GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); printf("*** library (version %d.%d.%d)\n", gtk_major_version, gtk_minor_version, gtk_micro_version); } #endif /* defined (GTK_MAJOR_VERSION) ... */ else { if ((gtk_major_version > major) || ((gtk_major_version == major) && (gtk_minor_version > minor)) || ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_mi cro_version >= micro))) { return 0; } else { printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", gtk_major_version, gtk_minor_version, gtk_micro_version); printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest v ersion of\n", major, minor, micro); printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); printf("***\n"); printf("*** If you have already installed a sufficiently new version, th is error\n"); printf("*** probably means that the wrong copy of the gtk-config shell s cript is\n"); printf("*** being found. The easiest way to fix this is to remove the ol d version\n"); printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n"); printf("*** correct copy of gtk-config. (In this case, you will have to\ n"); printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /et c/ld.so.conf\n"); printf("*** so that the correct libraries are found at run-time))\n"); } } return 1; } configure:6565: gcc -o conftest -O -DMOZ_TOOLKIT=gtk -DMOZ_DLL_SUFFIX=so -I/usr/ X11R6/include/gtk12 -I/usr/X11R6/include -I/usr/local/include/glib12 conftest. c -ll -lutil -lm -lc -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/l ocal/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm 1>&5 /usr/X11R6/lib/libgtk12.so: undefined reference to `dgettext' configure: failed program was: #line 6555 "configure" #include "confdefs.h" #include #include int main() { return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); ; return 0; } Hope this is enough!!! Si l'image donne l'illusion de savoir C'est que l'adage pretend que pour croire, L'important ne serait que de voir To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 9:35:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 0F23414E09 for ; Thu, 8 Apr 1999 09:35:12 -0700 (PDT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.3/8.9.3) id SAA58844; Thu, 8 Apr 1999 18:32:48 +0200 (SAT) (envelope-from reg) Date: Thu, 8 Apr 1999 18:32:48 +0200 From: Jeremy Lea To: Spidey Cc: ports@FreeBSD.ORG Subject: Re: Using multiple versions of gtk. Message-ID: <19990408183248.Q1798@shale.csir.co.za> References: <19990408181931.P1798@shale.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Spidey on Thu, Apr 08, 1999 at 12:25:03PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Apr 08, 1999 at 12:25:03PM -0400, Spidey wrote: > configure:6389: checking for gtk-config > configure:6420: checking for GTK - version >= 1.1.13 > configure:6521: gcc -o conftest -O -DMOZ_TOOLKIT=gtk -DMOZ_DLL_SUFFIX=so > -I/usr/ > X11R6/include/gtk12 -I/usr/X11R6/include -I/usr/local/include/glib12 > conftest. > c -ll -lutil -lm -lc -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 > -L/usr/l > ocal/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm 1>&5 > /usr/X11R6/lib/libgtk12.so: undefined reference to `dgettext' It's not finding libintl.so.1 for some reason. This should be in /usr/local/lib, which is on the command line... Is the devel/gettext port up to date? -Jeremy -- | "Come home my prodigal son, come home and lets be one, --+-- don't want to see you cry, don't make me tell you why, | you've lived in a house with me, my blood has set you free, | in the world you'll surely die, nothing else will satisfy." -MIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 9:39:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freed.libdns.qc.ca (derby.JSP.UMontreal.CA [132.204.45.26]) by hub.freebsd.org (Postfix) with ESMTP id CF57314DD8 for ; Thu, 8 Apr 1999 09:38:53 -0700 (PDT) (envelope-from spidey@libdns.qc.ca) Received: from localhost (spidey@localhost) by freed.libdns.qc.ca (8.9.2/8.9.2) with SMTP id MAA24256; Thu, 8 Apr 1999 12:35:19 -0400 (EDT) (envelope-from spidey@libdns.qc.ca) X-Authentication-Warning: freed.libdns.qc.ca: spidey owned process doing -bs Date: Thu, 8 Apr 1999 12:35:19 -0400 (EDT) From: Spidey Reply-To: Spidey To: Jeremy Lea Cc: ports@FreeBSD.ORG Subject: Re: Using multiple versions of gtk. In-Reply-To: <19990408183248.Q1798@shale.csir.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 8 Apr 1999, Jeremy Lea wrote: > It's not finding libintl.so.1 for some reason. This should be in > /usr/local/lib, which is on the command line... Is the devel/gettext > port up to date? up to date? /var/db/pkg/gettext-0.10 ... How could it be different? I don't understand... I thought that the problem was with gtk??? Si l'image donne l'illusion de savoir C'est que l'adage pretend que pour croire, L'important ne serait que de voir To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 9:50: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id D1FA31599A for ; Thu, 8 Apr 1999 09:49:57 -0700 (PDT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.3/8.9.3) id SAA78062; Thu, 8 Apr 1999 18:47:45 +0200 (SAT) (envelope-from reg) Date: Thu, 8 Apr 1999 18:47:45 +0200 From: Jeremy Lea To: Spidey Cc: ports@FreeBSD.ORG Subject: Re: Using multiple versions of gtk. Message-ID: <19990408184745.R1798@shale.csir.co.za> References: <19990408183248.Q1798@shale.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Spidey on Thu, Apr 08, 1999 at 12:35:19PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Thu, Apr 08, 1999 at 12:35:19PM -0400, Spidey wrote: > On Thu, 8 Apr 1999, Jeremy Lea wrote: > > > It's not finding libintl.so.1 for some reason. This should be in > > /usr/local/lib, which is on the command line... Is the devel/gettext > > port up to date? > > up to date? /var/db/pkg/gettext-0.10 ... How could it be different? > > I don't understand... I thought that the problem was with gtk??? That should be 'gettext-0.10.35'. What's likely happening is that GTK+ is building it's own version of gettext and linking against that. The GTK+-1.2.1 port shouldn't have built without it... Are you installing from ports or packages? -Jeremy -- | "Come home my prodigal son, come home and lets be one, --+-- don't want to see you cry, don't make me tell you why, | you've lived in a house with me, my blood has set you free, | in the world you'll surely die, nothing else will satisfy." -MIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 10:16:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 3503914CB9; Thu, 8 Apr 1999 10:16:32 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id MAA06748; Thu, 8 Apr 1999 12:14:19 -0500 (CDT) Date: Thu, 8 Apr 1999 12:14:19 -0500 (CDT) From: Steve Price To: "David O'Brien" Cc: Doug Rabson , current@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Vtable thunks with egcs In-Reply-To: <19990406054117.A26361@nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 6 Apr 1999, David O'Brien wrote: # > I'm assuming that the default for egcs uses vtable thunks instead of # > offsets in the vtable to handle multiple inheritance. # # At the moment, yes. # # > It occurred to me that since this changes the C++ calling convention, # > we have to bump the major version number of all c++ libraries, # > particularly the ones in ports. # # Not only that, but the differences in exceptions, rtti, etc... it is well # known that you can't even use C++ libs compiled with g++ 2.8.{0,1} with # EGCS. # # Guess Steve is in for some fun when he sees just how broken Ports are # with EGCS. ;-) The one I'm fretting over right now is emacs. I haven't quite figured out why, but invoking it brings up the window, but never displays anything in the window. Using a version built with the old compiler doesn't seem to make any difference. :( -steve # -- # -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) # # P.S. There is a problem with bootstraping right now that causes something # not to be compiled by EGCS that needs to be. I'm working on this right # now... so we might not want to change any ports just 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 8 10:17:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freed.libdns.qc.ca (derby.JSP.UMontreal.CA [132.204.45.26]) by hub.freebsd.org (Postfix) with ESMTP id A1D1214C4A for ; Thu, 8 Apr 1999 10:17:28 -0700 (PDT) (envelope-from spidey@libdns.qc.ca) Received: from localhost (spidey@localhost) by freed.libdns.qc.ca (8.9.2/8.9.2) with SMTP id MAA25769; Thu, 8 Apr 1999 12:58:38 -0400 (EDT) (envelope-from spidey@libdns.qc.ca) X-Authentication-Warning: freed.libdns.qc.ca: spidey owned process doing -bs Date: Thu, 8 Apr 1999 12:58:38 -0400 (EDT) From: Spidey Reply-To: Spidey To: Jeremy Lea Cc: ports@FreeBSD.ORG Subject: Re: Using multiple versions of gtk. In-Reply-To: <19990408184745.R1798@shale.csir.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 8 Apr 1999, Jeremy Lea wrote: > Hi, > > On Thu, Apr 08, 1999 at 12:35:19PM -0400, Spidey wrote: > > On Thu, 8 Apr 1999, Jeremy Lea wrote: > > > > > It's not finding libintl.so.1 for some reason. This should be in > > > /usr/local/lib, which is on the command line... Is the devel/gettext > > > port up to date? > > > > up to date? /var/db/pkg/gettext-0.10 ... How could it be different? > > > > I don't understand... I thought that the problem was with gtk??? > > That should be 'gettext-0.10.35'. What's likely happening is that GTK+ > is building it's own version of gettext and linking against that. The > GTK+-1.2.1 port shouldn't have built without it... > > Are you installing from ports or packages? I dunno.. I don't really remember, I think it must be from the packages as I don't have the source code in "distfiles/"... Probably from the 3.0-Rel CD.. (is that possible?) Anyways, I'm installing the latest gettext. Should I reinstall gtk??? All 3 of them ? :)) Si l'image donne l'illusion de savoir C'est que l'adage pretend que pour croire, L'important ne serait que de voir To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 10:42: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 68FA714E2D for ; Thu, 8 Apr 1999 10:42:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA87521; Thu, 8 Apr 1999 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hugo10.ka.punkt.de (hugo10.ka.punkt.de [194.77.233.242]) by hub.freebsd.org (Postfix) with ESMTP id 4E7A915ACE for ; Thu, 8 Apr 1999 10:35:17 -0700 (PDT) (envelope-from hausen@punkt.de) Received: (from ry93@localhost) by hugo10.ka.punkt.de (8.8.8/8.8.7) id TAA24209; Thu, 8 Apr 1999 19:33:15 +0200 (CEST) (envelope-from ry93) Message-Id: <199904081733.TAA24209@hugo10.ka.punkt.de> Date: Thu, 8 Apr 1999 19:33:15 +0200 (CEST) From: "Patrick M. Hausen" Reply-To: To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11030: INN port in 3.1-RELEASE broken wrt Perl 5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11030 >Category: ports >Synopsis: INN port gets confused about position of Perl binary >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 8 10:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Patrick M. Hausen >Release: FreeBSD 3.1-RELEASE i386 >Organization: WEB Internet Services Systemhaus GmbH >Environment: Virgin 3.1-RELEASE, INN port from ports collection as supplied >Description: When installing INN either with or without Perl support, the build process finds /usr/bin/perl, gets the correct version, but looks for the libs in /usr/local/lib/perl5.00502 and inserts "#!/usr/local/bin/perl5.00502" in all the scripts. The port installs without perl support anyway, but all the auxiliary scripts like innmail don't work. With perl support the build fails completely. >How-To-Repeat: install 3.1-RELEASE # cd /usr/ports/news/inn edit Makefile to set "USE_PERL5?= DO" # make install >Fix: I changed the config.data so I could install my new newsserver, but I'm not sure "how to do it right" [tm] ;-) There seems to be a lot of magic in there - I din't find where things like e.g. "!!USEPERL5VER!!" get expanded, so I hardcoded everything I needed to change. A better fix would be to change that "!!"-stuff so it get's expanded correctly. My changes for starters: _PATH_PERL /usr/bin/perl!!USEPERL5VER!! PERL_LIB -L/usr/libdata/perl/5.00502 -lperl -lm PERL_INC -I/usr/libdata/perl/5.00502/mach/CORE BTW: Why is it "/usr/libdata/perl/5.00502/mach/CORE"? Shouldn't that read "i386-freebsd" or something instead of "mach"? >Release-Note: >Audit-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 8 10:42:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FF8514CBF for ; Thu, 8 Apr 1999 10:42:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA87512; Thu, 8 Apr 1999 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 8 Apr 1999 10:40:01 -0700 (PDT) Message-Id: <199904081740.KAA87512@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Steve Price Subject: Re: ports/11017: Fixed port: gnomelibs-1.0.5 (fwd) Reply-To: Steve Price Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11017; it has been noted by GNATS. From: Steve Price To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/11017: Fixed port: gnomelibs-1.0.5 (fwd) Date: Thu, 8 Apr 1999 12:30:13 -0500 (CDT) ---------- Forwarded message ---------- Date: Thu, 08 Apr 1999 18:41:20 +0900 From: "[iso-2022-jp] $BCf0f(B $B9,Gn(B" To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/11017: Fixed port: gnomelibs-1.0.5 I found the gnome-libs-1.0.6 in the mirror of ftp.gnome.org today. So please forget the previous mail. Added file: NO Removed file: NO Yukihiro Nakai -------------- diff -ruN gnomelibs.orig/Makefile gnomelibs/Makefile --- gnomelibs.orig/Makefile Wed Apr 7 09:23:47 1999 +++ gnomelibs/Makefile Thu Apr 8 08:40:33 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: gnomelibs -# Version required: 1.0.4 +# Version required: 1.0.6 # Date created: 17 June 1998 # Whom: Yukihiro Nakai # # $Id: Makefile,v 1.38 1999/04/02 03:25:28 steve Exp $ # -DISTNAME= gnome-libs-1.0.4 -PKGNAME= gnomelibs-1.0.4 +DISTNAME= gnome-libs-1.0.6 +PKGNAME= gnomelibs-1.0.6 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-libs diff -ruN gnomelibs.orig/files/md5 gnomelibs/files/md5 --- gnomelibs.orig/files/md5 Wed Apr 7 09:23:47 1999 +++ gnomelibs/files/md5 Thu Apr 8 08:40:37 1999 @@ -1 +1 @@ -MD5 (gnome-libs-1.0.4.tar.gz) = d490198ff59f398520a470e801943498 +MD5 (gnome-libs-1.0.6.tar.gz) = b85fa169eae7c6630f5c6258147b91ad diff -ruN gnomelibs.orig/patches/patch-bc gnomelibs/patches/patch-bc --- gnomelibs.orig/patches/patch-bc Wed Apr 7 09:23:47 1999 +++ gnomelibs/patches/patch-bc Thu Apr 8 08:43:02 1999 @@ -1,15 +1,15 @@ ---- libgnome/Makefile.in.orig Tue Feb 16 01:09:10 1999 -+++ libgnome/Makefile.in Fri Feb 19 00:21:51 1999 -@@ -170,10 +170,10 @@ +--- libgnome/Makefile.in.orig Fri Mar 26 08:37:34 1999 ++++ libgnome/Makefile.in Wed Apr 7 09:31:18 1999 +@@ -172,10 +172,10 @@ EXTRA_DIST = parse-path.cP --libgnome_la_LDFLAGS = -version-info 35:0:3 #-rpath $(libdir) -+libgnome_la_LDFLAGS = -version-info 1:0:0 +-libgnome_la_LDFLAGS = -version-info 35:2:3 #-rpath $(libdir) ++libgnome_la_LDFLAGS = -version-info 1:0:0 #-rpath $(libdir) libgnome_la_LIBADD = $(GLIB_LIBS) -lm $(DL_LIB) -bin_PROGRAMS = dns-helper gnome-dump-metadata gnome-moz-remote gconfigger gnome-gen-mimedb -+bin_PROGRAMS = gnome-dump-metadata gnome-moz-remote gconfigger gnome-gen-mimedb ++bin_PROGRAMS = gnome-dump-metadata gnome-moz-remote gconfigger gnome-gen-mimedb dns_helper_SOURCES = dns-helper.c diff -ruN gnomelibs.orig/patches/patch-bd gnomelibs/patches/patch-bd --- gnomelibs.orig/patches/patch-bd Wed Apr 7 09:23:47 1999 +++ gnomelibs/patches/patch-bd Thu Apr 8 08:43:45 1999 @@ -1,15 +1,15 @@ ---- libgnomeui/Makefile.in.orig Tue Feb 16 01:09:16 1999 -+++ libgnomeui/Makefile.in Fri Feb 19 00:26:03 1999 -@@ -200,7 +200,7 @@ +--- libgnomeui/Makefile.in.orig Fri Mar 26 08:37:40 1999 ++++ libgnomeui/Makefile.in Wed Apr 7 09:34:00 1999 +@@ -202,7 +202,7 @@ EXTRA_DIST = $(SGML) $(gtkrc_DATA) AUTHORS gnome.defs maketypes.awk makeenums.pl gnome-boxed.defs gnometypebuiltins_vars.c gnometypebuiltins_ids.c gnometypebuiltins_evals.c --libgnomeui_la_LDFLAGS = -version-info 40:0:8 -rpath $(libdir) -+libgnomeui_la_LDFLAGS = -version-info 1:0:0 +-libgnomeui_la_LDFLAGS = -version-info 41:0:9 -rpath $(libdir) ++libgnomeui_la_LDFLAGS = -version-info 1:0:0 -rpath $(libdir) libgnomeui_la_LIBADD = $(LIBGNOMEUI_LIBS) - gnome_segv_LDADD = $(top_builddir)/libgnomeui/libgnomeui.la $(top_builddir)/libgnome/libgnome.la $(top_builddir)/libart_lgpl/libart_lgpl.la @LIBSUPPORT@ $(LIBGNOMEUI_LIBS) $(INTLLIBS) -@@ -1468,7 +1468,7 @@ + gnome_segv_LDADD = libgnomeui.la $(top_builddir)/libgnome/libgnome.la $(top_builddir)/libart_lgpl/libart_lgpl.la @LIBSUPPORT@ $(LIBGNOMEUI_LIBS) $(INTLLIBS) +@@ -1478,7 +1478,7 @@ check: check-recursive installcheck-am: installcheck: installcheck-recursive @@ -18,7 +18,7 @@ install-exec: install-exec-recursive install-data-am: install-gtkrcDATA install-libgnomeuiincludeHEADERS -@@ -1480,7 +1480,7 @@ +@@ -1490,7 +1490,7 @@ uninstall-am: uninstall-libLTLIBRARIES uninstall-binPROGRAMS \ uninstall-gtkrcDATA uninstall-libgnomeuiincludeHEADERS uninstall: uninstall-recursive diff -ruN gnomelibs.orig/patches/patch-be gnomelibs/patches/patch-be --- gnomelibs.orig/patches/patch-be Wed Apr 7 09:23:47 1999 +++ gnomelibs/patches/patch-be Thu Apr 8 08:43:57 1999 @@ -1,11 +1,11 @@ ---- libgnorba/Makefile.in.orig Tue Feb 16 01:09:31 1999 -+++ libgnorba/Makefile.in Fri Feb 19 00:22:52 1999 -@@ -172,7 +172,7 @@ - libgnorbainclude_HEADERS = gnorba.h gnome-factory.h +--- libgnorba/Makefile.in.orig Fri Mar 26 08:37:52 1999 ++++ libgnorba/Makefile.in Wed Apr 7 09:35:28 1999 +@@ -185,7 +185,7 @@ + libgnorbainclude_HEADERS = gnorba.h gnome-factory.h GnomeObject.h Table.h --libgnorba_la_LDFLAGS = -version-info 28:4:1 -rpath $(libdir) -+libgnorba_la_LDFLAGS = -version-info 1:0:0 +-libgnorba_la_LDFLAGS = -version-info 28:5:1 -rpath $(libdir) ++libgnorba_la_LDFLAGS = -version-info 1:0:0 -rpath $(libdir) libgnorba_la_LIBADD = $(ORBIT_LIBS) $(GLIB_LIBS) -lm loadshlib_SOURCES = loadshlib.c diff -ruN gnomelibs.orig/patches/patch-bf gnomelibs/patches/patch-bf --- gnomelibs.orig/patches/patch-bf Wed Apr 7 09:23:47 1999 +++ gnomelibs/patches/patch-bf Thu Apr 8 08:47:37 1999 @@ -1,15 +1,15 @@ ---- support/Makefile.in.orig Tue Feb 16 01:08:59 1999 -+++ support/Makefile.in Fri Feb 19 00:20:20 1999 -@@ -146,7 +146,7 @@ +--- support/Makefile.in.orig Thu Apr 8 11:33:39 1999 ++++ support/Makefile.in Thu Apr 8 08:46:59 1999 +@@ -148,7 +148,7 @@ mcserv = @mcserv@ need_gnome_support = @need_gnome_support@ --supportincludedir = $(pkglibdir)/include -+supportincludedir = $(includedir) +-supportexecincludedir = $(pkglibdir)/include ++supportexecincludedir = $(includedir) INCLUDES = -D_GNU_SOURCE -@@ -171,7 +171,7 @@ +@@ -170,7 +170,7 @@ libgnomesupport_la_SOURCES = gnomesupport.h $(popt_sources) gnome-argp.c libgnomesupport_la_LIBADD = @LTLIBOBJS@ diff -ruN gnomelibs.orig/patches/patch-bg gnomelibs/patches/patch-bg --- gnomelibs.orig/patches/patch-bg Wed Apr 7 09:23:47 1999 +++ gnomelibs/patches/patch-bg Thu Apr 8 08:44:48 1999 @@ -1,15 +1,15 @@ ---- zvt/Makefile.in.orig Sun Feb 28 02:22:21 1999 -+++ zvt/Makefile.in Mon Mar 1 21:01:11 1999 -@@ -158,7 +158,7 @@ +--- zvt/Makefile.in.orig Fri Mar 26 08:37:50 1999 ++++ zvt/Makefile.in Wed Apr 7 09:37:11 1999 +@@ -160,7 +160,7 @@ libzvt_la_SOURCES = gnome-login-support.h gnome-login-support.c lists.c subshell.h subshell.c subshell-includes.h update.c vt.c zvtterm.c --libzvt_la_LDFLAGS = -version-info 4:0:2 -rpath $(libdir) +-libzvt_la_LDFLAGS = -version-info 4:2:2 -rpath $(libdir) +libzvt_la_LDFLAGS = -version-info 1:0:0 -rpath $(libdir) libzvtinclude_HEADERS = lists.h vt.h vtx.h zvtterm.h -@@ -433,8 +433,7 @@ +@@ -435,8 +435,7 @@ check: check-am installcheck-am: installcheck: installcheck-am @@ -19,7 +19,7 @@ install-exec: install-exec-am install-data-am: install-libzvtincludeHEADERS -@@ -446,7 +445,7 @@ +@@ -448,7 +447,7 @@ uninstall-am: uninstall-libLTLIBRARIES uninstall-sbinPROGRAMS \ uninstall-libzvtincludeHEADERS uninstall: uninstall-am diff -ruN gnomelibs.orig/pkg/PLIST gnomelibs/pkg/PLIST --- gnomelibs.orig/pkg/PLIST Wed Apr 7 09:23:47 1999 +++ gnomelibs/pkg/PLIST Thu Apr 8 09:37:45 1999 @@ -8,7 +8,6 @@ bin/goad-browser bin/libart-config bin/loadshlib -bin/new-object etc/gnomeConf.sh etc/libartConf.sh etc/mime-magic @@ -16,8 +15,6 @@ etc/paper.config etc/sound/events/gnome.soundlist etc/sound/events/gtk-events.soundlist -@dirrm etc/sound/events -@dirrm etc/sound include/gnome.h include/gnomesupport.h include/gtk-xmhtml/HTML.h @@ -28,7 +25,6 @@ include/gtk-xmhtml/gtk-xmhtml.h include/gtk-xmhtml/miniparse.h include/gtk-xmhtml/toolkit.h -@dirrm include/gtk-xmhtml include/libart_lgpl/art_affine.h include/libart_lgpl/art_alphagamma.h include/libart_lgpl/art_bpath.h @@ -60,7 +56,6 @@ include/libart_lgpl/art_vpath.h include/libart_lgpl/art_vpath_bpath.h include/libart_lgpl/art_vpath_svp.h -@dirrm include/libart_lgpl include/libgnome/gnome-config.h include/libgnome/gnome-defs.h include/libgnome/gnome-dentry.h @@ -83,7 +78,6 @@ include/libgnome/gnome-url.h include/libgnome/gnome-util.h include/libgnome/libgnome.h -@dirrm include/libgnome include/libgnomeui/gnome-about.h include/libgnomeui/gnome-animator.h include/libgnomeui/gnome-app-helper.h @@ -156,16 +150,15 @@ include/libgnomeui/gtkdial.h include/libgnomeui/gtkpixmapmenuitem.h include/libgnomeui/libgnomeui.h -@dirrm include/libgnomeui +include/libgnorba/GnomeObject.h +include/libgnorba/Table.h include/libgnorba/gnome-factory.h include/libgnorba/gnorba.h -@dirrm include/libgnorba include/popt-gnome.h include/zvt/lists.h include/zvt/vt.h include/zvt/vtx.h include/zvt/zvtterm.h -@dirrm include/zvt lib/libart_lgpl.a lib/libart_lgpl.la lib/libart_lgpl.so @@ -200,21 +193,17 @@ lib/libzvt.so.1 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@exec mkdir -p %D/share/gnome/games -@dirrm share/gnome/games share/gnome/gtkrc share/gnome/gtkrc.ja share/gnome/gtkrc.ko share/gnome/gtkrc.ru share/gnome/idl/GnomeObject.idl share/gnome/idl/Table.idl -share/gnome/idl/base.idl share/gnome/idl/gnome-editor.idl share/gnome/idl/gnome-factory.idl +share/gnome/idl/gnome-file.idl share/gnome/idl/name-service.idl -@dirrm share/gnome/idl share/gnome/mime-info/gnome.mime -@dirrm share/gnome/mime-info share/gnome/pixmaps/calculator-font.png share/gnome/pixmaps/gnome-default-dlg.png share/gnome/pixmaps/gnome-error.png @@ -223,12 +212,9 @@ share/gnome/pixmaps/gnome-warning.png share/gnome/pixmaps/no.xpm share/gnome/pixmaps/yes.xpm -@dirrm share/gnome/pixmaps share/gnome/type-convert/gnome-make-postscript-mimes share/gnome/type-convert/postscript.convert share/gnome/type-convert/type.convert -@dirrm share/gnome/type-convert -@dirrm share/gnome share/locale/ca/LC_MESSAGES/gnome-libs.mo share/locale/cs/LC_MESSAGES/gnome-libs.mo share/locale/da/LC_MESSAGES/gnome-libs.mo @@ -247,3 +233,38 @@ share/locale/pt/LC_MESSAGES/gnome-libs.mo share/locale/ru/LC_MESSAGES/gnome-libs.mo share/locale/sv/LC_MESSAGES/gnome-libs.mo +share/locale/wa/LC_MESSAGES/gnome-libs.mo +@exec mkdir -p %D/share/gnome/games +@dirrm etc/sound/events +@dirrm etc/sound +@dirrm include/gtk-xmhtml +@dirrm include/libart_lgpl +@dirrm include/libgnome +@dirrm include/libgnomeui +@dirrm include/libgnorba +@dirrm include/zvt +@dirrm share/gnome/games +@dirrm share/gnome/idl +@dirrm share/gnome/mime-info +@dirrm share/gnome/pixmaps +@dirrm share/gnome/type-convert +@dirrm share/gnome +@dirrm share/locale/ca/LC_MESSAGES +@dirrm share/locale/cs/LC_MESSAGES +@dirrm share/locale/da/LC_MESSAGES +@dirrm share/locale/de/LC_MESSAGES +@dirrm share/locale/es/LC_MESSAGES +@dirrm share/locale/fi/LC_MESSAGES +@dirrm share/locale/fr/LC_MESSAGES +@dirrm share/locale/ga/LC_MESSAGES +@dirrm share/locale/hu/LC_MESSAGES +@dirrm share/locale/it/LC_MESSAGES +@dirrm share/locale/ja/LC_MESSAGES +@dirrm share/locale/ko/LC_MESSAGES +@dirrm share/locale/nl/LC_MESSAGES +@dirrm share/locale/no/LC_MESSAGES +@dirrm share/locale/pl/LC_MESSAGES +@dirrm share/locale/pt/LC_MESSAGES +@dirrm share/locale/ru/LC_MESSAGES +@dirrm share/locale/sv/LC_MESSAGES +@dirrm share/locale/wa/LC_MESSAGES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 12:15:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freed.libdns.qc.ca (derby.JSP.UMontreal.CA [132.204.45.26]) by hub.freebsd.org (Postfix) with ESMTP id B1F5115AF4 for ; Thu, 8 Apr 1999 12:15:15 -0700 (PDT) (envelope-from spidey@libdns.qc.ca) Received: from localhost (spidey@localhost) by freed.libdns.qc.ca (8.9.2/8.9.2) with SMTP id PAA00342; Thu, 8 Apr 1999 15:10:46 -0400 (EDT) (envelope-from spidey@libdns.qc.ca) X-Authentication-Warning: freed.libdns.qc.ca: spidey owned process doing -bs Date: Thu, 8 Apr 1999 15:10:45 -0400 (EDT) From: Spidey Reply-To: Spidey To: Jeremy Lea Cc: ports@FreeBSD.ORG Subject: Re: Using multiple versions of gtk. In-Reply-To: <19990408184745.R1798@shale.csir.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Weepee! A new install of gettext, glib1.2.1, and gtk1.2.1 has resolved all my problems! Thanks for the hints!!! By the way.. the install of gtk in the ports checks for glib 1.2, but not explicitly 1.2.1, so the configure script of gtk stops with a warning and the port does not compile. Is it possible to specify a 1.2.1 dependency instead of 1.2? thanks again! On Thu, 8 Apr 1999, Jeremy Lea wrote: > Hi, > > On Thu, Apr 08, 1999 at 12:35:19PM -0400, Spidey wrote: > > On Thu, 8 Apr 1999, Jeremy Lea wrote: > > > > > It's not finding libintl.so.1 for some reason. This should be in > > > /usr/local/lib, which is on the command line... Is the devel/gettext > > > port up to date? > > > > up to date? /var/db/pkg/gettext-0.10 ... How could it be different? > > > > I don't understand... I thought that the problem was with gtk??? > > That should be 'gettext-0.10.35'. What's likely happening is that GTK+ > is building it's own version of gettext and linking against that. The > GTK+-1.2.1 port shouldn't have built without it... > > Are you installing from ports or packages? > > -Jeremy > > -- > | "Come home my prodigal son, come home and lets be one, > --+-- don't want to see you cry, don't make me tell you why, > | you've lived in a house with me, my blood has set you free, > | in the world you'll surely die, nothing else will satisfy." -MIC > Si l'image donne l'illusion de savoir C'est que l'adage pretend que pour croire, L'important ne serait que de voir To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 12:50:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id D3CA814F96 for ; Thu, 8 Apr 1999 12:50:18 -0700 (PDT) (envelope-from cdillon@wolves.k12.mo.us) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.2/8.9.2) with ESMTP id OAA65919 for ; Thu, 8 Apr 1999 14:48:15 -0500 (CDT) (envelope-from cdillon@wolves.k12.mo.us) Date: Thu, 8 Apr 1999 14:48:15 -0500 (CDT) From: Chris Dillon To: freebsd-ports@freebsd.org Subject: Who is screwing with my terminal? 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 Some of the messages in this list have extended character sequences in either the From or the Subject fields that are absolutely wreaking havoc with my terminal. I'm reading things with Pine 4.10 through screen(1) on a FreeBSD console (same thing happens on VT100 and ANSI terminals too). It causes random characters to be dropped from the display. Quitting Pine and reset(1)'ing the terminal fixes the problem. Could this actually be a Pine problem? Am I just crazy? Tell me I'm not the only one seeing this. :-) -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For Intel x86 and Alpha architectures (SPARC under development). ( http://www.freebsd.org ) -- "One should admire Windows users. It takes a great deal of courage to trust Windows with your data." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 14:52: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 80EAC14D43 for ; Thu, 8 Apr 1999 14:52:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA04923; Thu, 8 Apr 1999 14:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id BD79314D31 for ; Thu, 8 Apr 1999 14:51:52 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: (from root@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) id PAA26701; Thu, 8 Apr 1999 15:49:39 -0600 (MDT) (envelope-from brett) Message-Id: <199904082149.PAA26701@peloton.physics.montana.edu> Date: Thu, 8 Apr 1999 15:49:39 -0600 (MDT) From: brett@peloton.physics.montana.edu Reply-To: brett@peloton.physics.montana.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11033: update to gimp-manual port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11033 >Category: ports >Synopsis: update to gimp-manual port to fix fetch problems >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 8 14:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brett Taylor >Release: FreeBSD 2.2.8-STABLE i386 >Organization: Montana State University, Bozeman >Environment: FreeBSD 2.2.8-STABLE #0: Mon Mar 15 15:28:07 MST 1999 >Description: the PS and PDF versions were failing to fetch as they'd gone missing from the MASTER_SITE - moved copies to my ftp site and added as new MASTER_SITE - added NO_CDROM to PS version as it's 44 MB - we may not need both the PDF and HTML versions either - I'd be tempted to put NO_CDROM on the PDF version too, but I'll see what the opinions of others are >How-To-Repeat: apply diff attached below >Fix: diff -ruN gimp-manual-html/Makefile gimp-manual-html/Makefile --- gimp-manual-html/Makefile Thu Apr 8 15:44:10 1999 +++ gimp-manual-html/Makefile Thu Apr 8 15:35:18 1999 @@ -9,7 +9,8 @@ DISTNAME= GimpUserManual-1.0.0 PKGNAME= GimpUserManual-${DOCFORMAT}-1.0.0 CATEGORIES= graphics -MASTER_SITES= ftp://manual.gimp.org/pub/manual/ +MASTER_SITES= ftp://manual.gimp.org/pub/manual/ \ + ftp://peloton.physics.montana.edu/pub/distfiles/ MAINTAINER= brett@peloton.physics.montana.edu @@ -64,6 +65,8 @@ EXTRACT_CMD= ${GZIP_CMD} EXTRACT_BEFORE_ARGS= -cd EXTRACT_AFTER_ARGS= > ${DISTNAME} + +NO_CDROM="too big" NO_BUILD= yes USE_X_PREFIX= yes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 15:21:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from alcanet.com.au (news.alcanet.com.au [203.62.196.10]) by hub.freebsd.org (Postfix) with ESMTP id AF6FD14EDC; Thu, 8 Apr 1999 15:21:45 -0700 (PDT) (envelope-from peter.jeremy@auss2.alcatel.com.au) Received: by border.alcanet.com.au id <40323>; Fri, 9 Apr 1999 08:06:24 +1000 Date: Fri, 9 Apr 1999 08:19:21 +1000 From: Peter Jeremy Subject: Re: Vtable thunks with egcs To: sprice@hiwaay.net Cc: current@FreeBSD.ORG, ports@FreeBSD.ORG Message-Id: <99Apr9.080624est.40323@border.alcanet.com.au> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Steve Price wrote: >The one I'm fretting over right now is emacs. I haven't quite >figured out why, but invoking it brings up the window, but never >displays anything in the window. Using a version built with the >old compiler doesn't seem to make any difference. :( I submitted ports/10783 covering this about 2 weeks ago. The port on the 3.1-RELEASE CD is OK, but I can't get it to work with -CURRENT. (I suspect it's been broken for some time). I have tried mixing and matching the X11 libs and the problem is in emacs, not X11. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 15:52:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C92A414FC6 for ; Thu, 8 Apr 1999 15:52:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA08800; Thu, 8 Apr 1999 15:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 8 Apr 1999 15:50:02 -0700 (PDT) Message-Id: <199904082250.PAA08800@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Yasuhiro Fukuma Subject: Re: ports/10906: Update: lang/ruby Reply-To: Yasuhiro Fukuma Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10906; it has been noted by GNATS. From: Yasuhiro Fukuma To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/10906: Update: lang/ruby Date: Fri, 09 Apr 1999 07:35:02 +0900 Ruby 1.2.4 was released. Here is an update patch. Removed files: patches/{patch-ba,patch-bb} diff -ruN ruby-1.2.3.19990402/Makefile ruby/Makefile --- ruby-1.2.3.19990402/Makefile Fri Apr 2 01:17:19 1999 +++ ruby/Makefile Fri Apr 9 02:57:54 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: ruby -# Version required: 1.2.3 +# Version required: 1.2.4 # Date created: 04 September 1997 # Whom: Eiji-usagi-MATSUmoto # # $Id: Makefile,v 1.9 1999/02/22 04:11:48 steve Exp $ # -DISTNAME= ruby-1.2.3 +DISTNAME= ruby-1.2.4 CATEGORIES= lang MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \ ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/${BRANCH_NAME}/ \ diff -ruN ruby-1.2.3.19990402/files/md5 ruby/files/md5 --- ruby-1.2.3.19990402/files/md5 Thu Mar 25 16:01:03 1999 +++ ruby/files/md5 Fri Apr 9 01:54:01 1999 @@ -1 +1 @@ -MD5 (ruby-1.2.3.tar.gz) = 8a6b13a9751d83bba5c638a718ffaad2 +MD5 (ruby-1.2.4.tar.gz) = 1d72ba25cb35fecb7e910f6ce2034232 diff -ruN ruby-1.2.3.19990402/patches/patch-ba ruby/patches/patch-ba --- ruby-1.2.3.19990402/patches/patch-ba Thu Mar 25 16:01:03 1999 +++ ruby/patches/patch-ba Thu Jan 1 09:00:00 1970 @@ -1,13 +0,0 @@ ---- configure.in.orig Tue Feb 9 11:56:40 1999 -+++ configure.in Tue Feb 23 11:05:32 1999 -@@ -376,8 +376,8 @@ - linux*) LDSHARED="gcc -shared" - rb_cv_dlopen=yes ;; - freebsd*) LDSHARED="gcc -shared" -- if test -x /usr/bin/objformat -a \ -- `/usr/bin/objformat` = "elf" ; then -+ if test -x /usr/bin/objformat && \ -+ test `/usr/bin/objformat` = "elf" ; then - LDFLAGS="-rdynamic" - fi - rb_cv_dlopen=yes ;; diff -ruN ruby-1.2.3.19990402/patches/patch-bb ruby/patches/patch-bb --- ruby-1.2.3.19990402/patches/patch-bb Thu Mar 25 16:01:03 1999 +++ ruby/patches/patch-bb Thu Jan 1 09:00:00 1970 @@ -1,13 +0,0 @@ ---- configure.orig Tue Feb 9 11:56:46 1999 -+++ configure Tue Feb 23 11:06:07 1999 -@@ -3473,8 +3473,8 @@ - linux*) LDSHARED="gcc -shared" - rb_cv_dlopen=yes ;; - freebsd*) LDSHARED="gcc -shared" -- if test -x /usr/bin/objformat -a \ -- `/usr/bin/objformat` = "elf" ; then -+ if test -x /usr/bin/objformat && \ -+ test `/usr/bin/objformat` = "elf" ; then - LDFLAGS="-rdynamic" - fi - rb_cv_dlopen=yes ;; diff -ruN ruby-1.2.3.19990402/pkg/PLIST ruby/pkg/PLIST --- ruby-1.2.3.19990402/pkg/PLIST Fri Apr 2 01:02:06 1999 +++ ruby/pkg/PLIST Fri Apr 9 02:58:10 1999 @@ -6,6 +6,7 @@ lib/ruby/%%RUBY_ARCH%%/etc.so lib/ruby/%%RUBY_ARCH%%/dbm.so lib/ruby/%%RUBY_ARCH%%/curses.so +lib/ruby/%%RUBY_ARCH%%/libruby.a lib/ruby/%%RUBY_ARCH%%/defines.h lib/ruby/%%RUBY_ARCH%%/dln.h lib/ruby/%%RUBY_ARCH%%/env.h @@ -20,11 +21,11 @@ lib/ruby/%%RUBY_ARCH%%/st.h lib/ruby/%%RUBY_ARCH%%/util.h lib/ruby/%%RUBY_ARCH%%/version.h +lib/ruby/%%RUBY_ARCH%%/y.tab.h lib/ruby/%%RUBY_ARCH%%/config.h lib/ruby/%%RUBY_ARCH%%/rbconfig.rb lib/ruby/English.rb lib/ruby/Env.rb -lib/ruby/README lib/ruby/base64.rb lib/ruby/cgi-lib.rb lib/ruby/complex.rb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 15:52:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 218C814FF5 for ; Thu, 8 Apr 1999 15:52:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA08805; Thu, 8 Apr 1999 15:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 8 Apr 1999 15:50:03 -0700 (PDT) Message-Id: <199904082250.PAA08805@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Yasuhiro Fukuma Subject: Re: ports/10907: New port: x11-toolkits/rubytk Reply-To: Yasuhiro Fukuma Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10907; it has been noted by GNATS. From: Yasuhiro Fukuma To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/10907: New port: x11-toolkits/rubytk Date: Fri, 09 Apr 1999 07:35:19 +0900 Ruby 1.2.4 was released. Here is an update patch. diff -ruN rubytk-1.2.3.19990402/Makefile rubytk/Makefile --- rubytk-1.2.3.19990402/Makefile Fri Apr 2 01:10:40 1999 +++ rubytk/Makefile Fri Apr 9 07:26:03 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: rubytk -# Version required: 1.2.3 +# Version required: 1.2.4 # Date created: 15 March 1999 # Whom: Yasuhiro Fukuma # # $Id$ # -DISTNAME= ruby-1.2.3 -PKGNAME?= rubytk-1.2.3 +DISTNAME= ruby-${VERSION} +PKGNAME?= rubytk-${VERSION} CATEGORIES?= x11-toolkits MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \ ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/${BRANCH_NAME}/ \ @@ -31,6 +31,7 @@ RUBY_ARCH= ${ARCH}-freebsd${OSREL} +VERSION= 1.2.4 BRANCH_NAME= 1.2 # Set these vars as the version numbers (without decimal points) of Tcl/Tk diff -ruN rubytk-1.2.3.19990402/files/md5 rubytk/files/md5 --- rubytk-1.2.3.19990402/files/md5 Thu Mar 25 16:04:02 1999 +++ rubytk/files/md5 Fri Apr 9 02:40:59 1999 @@ -1 +1 @@ -MD5 (ruby-1.2.3.tar.gz) = 8a6b13a9751d83bba5c638a718ffaad2 +MD5 (ruby-1.2.4.tar.gz) = 1d72ba25cb35fecb7e910f6ce2034232 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 15:52:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0571914F73 for ; Thu, 8 Apr 1999 15:52:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA08810; Thu, 8 Apr 1999 15:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 8 Apr 1999 15:50:04 -0700 (PDT) Message-Id: <199904082250.PAA08810@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Yasuhiro Fukuma Subject: Re: ports/10908: New port: japanese/rubytk Reply-To: Yasuhiro Fukuma Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10908; it has been noted by GNATS. From: Yasuhiro Fukuma To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/10908: New port: japanese/rubytk Date: Fri, 09 Apr 1999 07:35:25 +0900 Ruby 1.2.4 was released. Here is an update patch. diff -ruN rubytk-1.2.3.19990315/Makefile rubytk/Makefile --- rubytk-1.2.3.19990315/Makefile Thu Mar 25 15:59:34 1999 +++ rubytk/Makefile Fri Apr 9 02:20:05 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: ja-rubytk -# Version required: 1.2.3 +# Version required: (depends on ${MASTERDIR}) # Date created: 15 March 1999 # Whom: Yasuhiro Fukuma # # $Id$ # -PKGNAME= ja-rubytk-1.2.3 +PKGNAME= ja-rubytk-${VERSION} CATEGORIES= japanese x11-toolkits MAINTAINER= yasuf@big.or.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 15:52:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CF34714FD9 for ; Thu, 8 Apr 1999 15:52:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA08824; Thu, 8 Apr 1999 15:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kfug2.kr.freebsd.org (kfug2.kr.freebsd.org [210.105.79.6]) by hub.freebsd.org (Postfix) with ESMTP id CC4AB14FEB for ; Thu, 8 Apr 1999 15:51:35 -0700 (PDT) (envelope-from nobreak@kfug2.kr.freebsd.org) Received: (from root@localhost) by kfug2.kr.freebsd.org (8.9.3/8.9.3) id HAA04918; Fri, 9 Apr 1999 07:51:11 +0900 (KST) Message-Id: <199904082251.HAA04918@kfug2.kr.freebsd.org> Date: Fri, 9 Apr 1999 07:51:11 +0900 (KST) From: "Seung-young Kim" Reply-To: "Seung-young Kim" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11034: [New PORTS] crazywwwboardle (I did send-pr, but no response) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11034 >Category: ports >Synopsis: New ports of crazywwwboardle >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 8 15:50:05 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Seung-young Kim >Release: Above FreeBSD 2.x (including 3.x) >Organization: Korea FreeBSD Users Group >Environment: >Description: >How-To-Repeat: # 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: # # crazywwwboardle/ # crazywwwboardle/pkg # crazywwwboardle/pkg/DESCR # crazywwwboardle/pkg/COMMENT # crazywwwboardle/pkg/PLIST # crazywwwboardle/files # crazywwwboardle/files/md5 # crazywwwboardle/Makefile # crazywwwboardle/patches # crazywwwboardle/patches/patch-aa # echo c - crazywwwboardle/ mkdir -p crazywwwboardle/ > /dev/null 2>&1 echo c - crazywwwboardle/pkg mkdir -p crazywwwboardle/pkg > /dev/null 2>&1 echo x - crazywwwboardle/pkg/DESCR sed 's/^X//' >crazywwwboardle/pkg/DESCR << 'END-of-crazywwwboardle/pkg/DESCR' XThis is a port of CrazyWWWBoardLEp3. If you find a web based bulletin Xsystem, it might give you a complete solution. See below sample screen. X XOfficial distribution: http://cwb98.nobreak.com , ftp://ftp.nobreak.com X========================================================================= X [Admin] [Statistics] Searched Articles: 15/110 , Pages : 20/22 X +----+---+---------------------------+-----------------+---------+----+ X | No |(c)| S u b j e c t | Name | Date |Hits| X +----+---+---------------------------+-----------------+---------+----+ X | 15 | # |+ I need qDecoder | Jin-soo Park |Mar 23,99| 75 | X +----+---+---------------------------+-----------------+---------+----+ X | 14 | # | + Re: I need qDecoder | CHOI Junho |Apr 08,99| 48 | X +----+---+---------------------------+-----------------+---------+----+ X | 13 | @ | - Re: Here it is... | Seung-young Kim |Apr 12,99| 22 | X +----+---+---------------------------+-----------------+---------+----+ X | 12 | # | - Re: I need qDecoder | Gi-il Kim |Apr 09,99| 13 | X +----+---+---------------------------+-----------------+---------+----+ X [1][Prev]-[11][12][13][14][15][16][17][18][19][20]-[Next][22] X Name o X [Home] [Back] [Help] Subject x [qDecoder] [Go!!] [Backward] [Forward] X Text x [Write] [Reload] X========================================================================= X- Seung-young Kim Xnobreak@kr.freebsd.org END-of-crazywwwboardle/pkg/DESCR echo x - crazywwwboardle/pkg/COMMENT sed 's/^X//' >crazywwwboardle/pkg/COMMENT << 'END-of-crazywwwboardle/pkg/COMMENT' XCrazyWWWBoardLEp3, web based bulletin board system. END-of-crazywwwboardle/pkg/COMMENT echo x - crazywwwboardle/pkg/PLIST sed 's/^X//' >crazywwwboardle/pkg/PLIST << 'END-of-crazywwwboardle/pkg/PLIST' Xwww/cgi-bin/CrazyAdmin.cgi Xwww/cgi-bin/CrazyWWWBoard.cgi Xwww/cgi-bin/CrazyWWWBoard.conf Xwww/data/cwb-data/icon-package/README Xwww/data/cwb-data/icon-package/etc/cwble.gif Xwww/data/cwb-data/icon-package/icon-netscape/admin.gif Xwww/data/cwb-data/icon-package/icon-netscape/admintitle.gif Xwww/data/cwb-data/icon-package/icon-netscape/back.gif Xwww/data/cwb-data/icon-package/icon-netscape/blank.gif Xwww/data/cwb-data/icon-package/icon-netscape/close-new.gif Xwww/data/cwb-data/icon-package/icon-netscape/close.gif Xwww/data/cwb-data/icon-package/icon-netscape/delete.gif Xwww/data/cwb-data/icon-package/icon-netscape/down.gif Xwww/data/cwb-data/icon-package/icon-netscape/help.gif Xwww/data/cwb-data/icon-package/icon-netscape/home.gif Xwww/data/cwb-data/icon-package/icon-netscape/list.gif Xwww/data/cwb-data/icon-package/icon-netscape/modify.gif Xwww/data/cwb-data/icon-package/icon-netscape/open-new.gif Xwww/data/cwb-data/icon-package/icon-netscape/open.gif Xwww/data/cwb-data/icon-package/icon-netscape/reload.gif Xwww/data/cwb-data/icon-package/icon-netscape/reply.gif Xwww/data/cwb-data/icon-package/icon-netscape/stat.gif Xwww/data/cwb-data/icon-package/icon-netscape/up.gif Xwww/data/cwb-data/icon-package/icon-netscape/write.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/admin.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/admintitle.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/back.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/blank.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/close-new.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/close.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/delete.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/down.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/help.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/home.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/list.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/modify.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/open-new.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/open.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/reload.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/reply.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/stat.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/up.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/write.gif Xwww/data/cwb-data/icon-stat/bar-00.gif Xwww/data/cwb-data/icon-stat/bar-10.gif Xwww/data/cwb-data/icon-stat/bar-20.gif Xwww/data/cwb-data/icon-stat/bar-30.gif Xwww/data/cwb-data/icon-stat/bar-40.gif Xwww/data/cwb-data/icon-stat/bar-50.gif Xwww/data/cwb-data/icon-stat/bar-60.gif Xwww/data/cwb-data/icon-stat/bar-70.gif Xwww/data/cwb-data/icon-stat/bar-80.gif Xwww/data/cwb-data/icon-stat/bar-90.gif Xwww/data/cwb-data/icon-stat/bar-under.gif Xwww/data/cwb-data/icon-type/bat.gif Xwww/data/cwb-data/icon-type/bmp.gif Xwww/data/cwb-data/icon-type/com.gif Xwww/data/cwb-data/icon-type/compressed.gif Xwww/data/cwb-data/icon-type/default.gif Xwww/data/cwb-data/icon-type/device.gif Xwww/data/cwb-data/icon-type/exe.gif Xwww/data/cwb-data/icon-type/gif.gif Xwww/data/cwb-data/icon-type/html.gif Xwww/data/cwb-data/icon-type/hwp.gif Xwww/data/cwb-data/icon-type/image.gif Xwww/data/cwb-data/icon-type/jpg.gif Xwww/data/cwb-data/icon-type/movie.gif Xwww/data/cwb-data/icon-type/mp3.gif Xwww/data/cwb-data/icon-type/pcx.gif Xwww/data/cwb-data/icon-type/png.gif Xwww/data/cwb-data/icon-type/ppt.gif Xwww/data/cwb-data/icon-type/ra.gif Xwww/data/cwb-data/icon-type/sound.gif Xwww/data/cwb-data/icon-type/text.gif Xwww/data/cwb-data/icon-type/txt.gif Xwww/data/cwb-data/icon-type/unknown.gif Xwww/data/cwb-data/icon-type/wav.gif Xwww/data/cwb-data/icon/admin.gif Xwww/data/cwb-data/icon/admintitle.gif Xwww/data/cwb-data/icon/back.gif Xwww/data/cwb-data/icon/blank.gif Xwww/data/cwb-data/icon/close-new.gif Xwww/data/cwb-data/icon/close.gif Xwww/data/cwb-data/icon/delete.gif Xwww/data/cwb-data/icon/down.gif Xwww/data/cwb-data/icon/help.gif Xwww/data/cwb-data/icon/home.gif Xwww/data/cwb-data/icon/list.gif Xwww/data/cwb-data/icon/modify.gif Xwww/data/cwb-data/icon/open-new.gif Xwww/data/cwb-data/icon/open.gif Xwww/data/cwb-data/icon/reload.gif Xwww/data/cwb-data/icon/reply.gif Xwww/data/cwb-data/icon/stat.gif Xwww/data/cwb-data/icon/up.gif Xwww/data/cwb-data/icon/write.gif Xwww/data/cwb-data/message/help-en.txt Xwww/data/cwb-data/message/help-jp.txt Xwww/data/cwb-data/message/help-kr.txt Xwww/data/cwb-data/message/htmlhead.html Xwww/data/cwb-data/message/htmltail.html Xwww/data/cwb-data/message/mailhead.txt Xwww/data/cwb-data/message/mailtail.txt X@exec mkdir -p %D/www/data/cwb-data/data X@exec mkdir -p %D/www/data/cwb-data/log X@exec mkdir -p %D/www/data/cwb-data/stat X@dirrm www/data/cwb-data/icon-package/etc X@dirrm www/data/cwb-data/icon-package/icon-netscape X@dirrm www/data/cwb-data/icon-package/icon-picaso_green X@dirrm www/data/cwb-data/icon-package X@dirrm www/data/cwb-data/icon-type X@dirrm www/data/cwb-data/message X@dirrm www/data/cwb-data/icon X@dirrm www/data/cwb-data/icon-stat END-of-crazywwwboardle/pkg/PLIST echo c - crazywwwboardle/files mkdir -p crazywwwboardle/files > /dev/null 2>&1 echo x - crazywwwboardle/files/md5 sed 's/^X//' >crazywwwboardle/files/md5 << 'END-of-crazywwwboardle/files/md5' XMD5 (CrazyWWWBoardLEp3-export-FreeBSD2.2_i386.tar.Z) = 23c14f3e153495574aede5dbbc862ff5 END-of-crazywwwboardle/files/md5 echo x - crazywwwboardle/Makefile sed 's/^X//' >crazywwwboardle/Makefile << 'END-of-crazywwwboardle/Makefile' X# New ports collection makefile for: crazywwwboardle X# Version required: pl3 X# Date created: 22 March 1999 X# Whom: Seung-young Kim X# X# $Id$ X# X XDISTNAME= CrazyWWWBoardLEp3-export-FreeBSD2.2_i386 XPKGNAME= crazywwwboardle-pl3 XCATEGORIES= www XMASTER_SITES= ftp://ftp.nobreak.com/pub/CrazyWWWBoardLE/FreeBSD/ \ X ftp://ftp6.kr.freebsd.org/pub/NobreakTechnologies/CrazyWWWBoardLE/FreeBSD/ XEXTRACT_SUFX= .tar.Z X XMAINTAINER= nobreak@kr.freebsd.org X XWRKSRC= ${WRKDIR}/CrazyWWWBoardLEp3 XNO_BUILD= yes XNO_INSTALL_MANPAGES= yes X Xdo-install: X cd ${WRKSRC}; ./Install-sh X X.include END-of-crazywwwboardle/Makefile echo c - crazywwwboardle/patches mkdir -p crazywwwboardle/patches > /dev/null 2>&1 echo x - crazywwwboardle/patches/patch-aa sed 's/^X//' >crazywwwboardle/patches/patch-aa << 'END-of-crazywwwboardle/patches/patch-aa' X--- Install-sh.orig Tue Mar 23 22:07:57 1999 X+++ Install-sh Tue Mar 23 22:44:37 1999 X@@ -7,14 +7,55 @@ X # (c) Nobreak Technologies, Inc. X # X X-# yes/no X+# check_prefix X+check_prefix() { X+ cat << __EOF__ X+#################################################################### X+## FreeBSD Ports Collection : www : crazywwwboardle ## X+## ## X+## The FreeBSD Project http://www.FreeBSD.org ## X+## Korea FreeBSD Users Group http://www.kr.FreeBSD.org ## X+#################################################################### X+__EOF__ X+ X+ echo "" X+ echo "--[ Checking PREFIX directories ]-----------------------------------" X+ if [ ! "$PREFIX" ]; then X+ PREFIX="/usr/local" X+ fi X+ X+ for dir in "$PREFIX" "$PREFIX/www" "$PREFIX/www/cgi-bin" "$PREFIX/www/data"; do X+ printf "Checking $dir : " X+ if [ -d "$dir" ]; then X+ echo "OK." X+ else X+ printf "Not found! " X+ mkdir "$dir" X+ if [ -d "$dir" ]; then X+ echo "(Created) OK." X+ else X+ echo "" X+ quit "Required directory($dir) creation fail!" X+ fi X+ fi X+ done X+ echo "--------------------------------------------------------------------" X+ printf "Looks good... Here we go~~~" X+ sleep 1 X+ echo "" X+ echo "" X+} X X+# yes/no X yesno() { X key="" X X while true; do X printf "$1 [y/n] : " X- read key X+ sleep 1 X+ echo "$2" X+ key="$2" X+ sleep 1 X case "$key" in X [Yy] | [Yy][Ee][Ss] ) X break X@@ -70,7 +111,7 @@ X #################################################################### X __EOF__ X X-yesno "Do you accept all the terms of the license agreement?" "Sorry, If you don't accept our license agreement, you can not use this product!" X+yesno "Do you accept all the terms of the license agreement?" "Y" "Sorry, If you don't accept our license agreement, you can not use this product!" X echo "" X } X X@@ -216,7 +257,7 @@ X fi X X printf "Looks good... Press ENTER to continue..." X- read x X+ sleep 1 X X echo "" X echo "From now we will try to install. Answer to the questions please." X@@ -232,7 +273,10 @@ X echo " ex) /usr/local/etc/httpd/cgi-bin" X echo " ex) $HOME/public_html/cgi-bin" X printf "____________________________________________________________________\r o INPUT -> " X- read cgiBin X+ sleep 1 X+ echo "$PREFIX/www/cgi-bin" X+ cgiBin="$PREFIX/www/cgi-bin" X+ sleep 1 X X printf " Checking directory '$cgiBin' : " X if [ -d "$cgiBin" ]; then X@@ -253,7 +297,10 @@ X echo " ex) /usr/local/etc/httpd/htdocs" X echo " ex) $HOME/public_html" X printf "____________________________________________________________________\r o INPUT -> " X- read docRoot X+ sleep 1 X+ echo "$PREFIX/www/data" X+ docRoot="$PREFIX/www/data" X+ sleep 1 X X printf " Checking directory '$docRoot' : " X if [ -d "$docRoot" ]; then X@@ -261,7 +308,7 @@ X if [ ! -d "$docRoot/$data" ]; then X echo "OK" X else X- quit "'$docRoot/$data' already exist." X+ echo "Found 'cwb-data' under "$docRoot/$data". Is this time reinstall or upgrade? Don't worry we do not touch your databases. OK" X fi X else X quit "Can not write in this directory" X@@ -278,10 +325,13 @@ X echo " If you don't understand this meaning, choose 'n'." X while true; do X printf " x xxxxx xx [_]\r o INPUT -> [" X- read cgiwrap X+ sleep 1 X+ echo "N" X+ cgiwrap="N" X+ sleep 1 X case "$cgiwrap" in X [Yy] ) X- yesno " Are you sure? Do you really use 'CGIWrap?" " Please, try again..." X+ yesno " Are you sure? Do you really use 'CGIWrap?" "Y" " Please, try again..." X cgiwrap="Y" X break X ;; X@@ -297,7 +347,10 @@ X echo " ex) http://$host" X echo " ex) http://$host/~$USER" X printf "____________________________________________________________________\r o INPUT -> http://" X- read homeUrl X+ sleep 1 X+ echo "$host" X+ homeUrl="www.kr.freebsd.org" X+ sleep 1 X X if [ ! "$homeUrl" ]; then X quit "Homepage URL must be entered. Try again, please." X@@ -317,7 +370,10 @@ X echo " @ Enter your name, please..." X echo " ex) Impellitteri Chris" X printf "____________________________________________________________________\r o INPUT -> " X- read adminName X+ sleep 1 X+ echo "Your Name" X+ adminName="Your Name" X+ sleep 1 X X if [ ! "$adminName" ]; then X quit "Name must be entered. Try again, please." X@@ -326,7 +382,10 @@ X X echo " @ Enter your email address, please..." X printf "____________________________________________________________________\r o INPUT -> " X- read adminEmail X+ sleep 1 X+ echo "your@email" X+ adminEmail="your@email" X+ sleep 1 X X if [ ! "$adminEmail" ]; then X quit "Email address must be entered. Try again, please." X@@ -338,7 +397,10 @@ X X while true; do X printf " x xxxxx xx [__]\r o INPUT -> [" X- read lang X+ sleep 1 X+ echo "EN" X+ lang="EN" X+ sleep 1 X case "$lang" in X [Ee][Nn] ) X lang="en" X@@ -360,8 +422,8 @@ X # Confirm X confirm() { X echo "--------------------------------------------------------------------" X- echo "" X- echo "Dear $adminName" X+ #echo "" X+ #echo "Dear $adminName" X echo "" X echo "Now we will do below things to install." X echo "" X@@ -379,7 +441,7 @@ X echo "3. 'CrazyWWWBoard.cgi' -> '$cgiBin'" X echo "4. Creating directory '$docRoot/$data' and making sub structures." X echo "--------------------------------------------------------------------" X- yesno "All looks good?" "Please, try again..." X+ yesno "All looks good?" "Y" "Please, try again..." X echo "" X } X X@@ -441,7 +503,7 @@ X echo "Step 4 : Copying related data structures." X echo "--------------------------------------------------------------------" X printf "Copying '$data' to '$docRoot/$data' : " X- cp -rp "$data" "$docRoot/$data" X+ cp -rp "$data/" "$docRoot/$data/" X if [ -d "$docRoot/$data" ]; then X echo "OK" X else X@@ -452,7 +514,7 @@ X X echo "Successfully completed." X printf "Press ENTER to continue..." X- read x X+ sleep 1 X echo "" X } X X@@ -462,6 +524,8 @@ X # Main routine X # X ################################################################################ X+ X+check_prefix X X display_info X END-of-crazywwwboardle/patches/patch-aa exit >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 8 16: 1:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id EF52514C83; Thu, 8 Apr 1999 16:01:04 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id RAA23960; Thu, 8 Apr 1999 17:58:59 -0500 (CDT) Date: Thu, 8 Apr 1999 17:58:59 -0500 (CDT) From: Steve Price To: Peter Jeremy Cc: current@FreeBSD.ORG, ports@FreeBSD.ORG Subject: emacs* broken in -current (was Re: Vtable thunks with egcs) In-Reply-To: <99Apr9.080624est.40323@border.alcanet.com.au> 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 You are absolutely right. I just tried the new version of emacs that I built on my pre-egcs box and it doesn't work on that box either. This definitely doesn't appear to be anything caused by changing to egcs. Not that it matters much but for grins I just built/installed the xemacs port and it _does_ appear to work. -steve On Fri, 9 Apr 1999, Peter Jeremy wrote: # I submitted ports/10783 covering this about 2 weeks ago. The port # on the 3.1-RELEASE CD is OK, but I can't get it to work with -CURRENT. # (I suspect it's been broken for some time). # # I have tried mixing and matching the X11 libs and the problem is # in emacs, not X11. # # Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 17: 0: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (Postfix) with ESMTP id E075914DB2; Thu, 8 Apr 1999 17:00:01 -0700 (PDT) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id JAA03173; Fri, 9 Apr 1999 09:28:17 +0930 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA30616; Fri, 9 Apr 1999 09:28:14 +0930 Date: Fri, 9 Apr 1999 09:28:13 +0930 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Peter Jeremy Cc: bartol@salk.edu, current@freebsd.org, ports@freebsd.org Subject: Re: /sys/boot, egcs vs. gcc, -Os In-Reply-To: <99Apr9.085646est.40354@border.alcanet.com.au> 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, 9 Apr 1999, Peter Jeremy wrote: > On installation, the packages database stores both dependency > directions. /var/db/pkg//+CONTENTS contains the list of > pre-requisite packages in `@pkgdep' records. The +CONTENTS file is > part of the package. /var/db/pkg//+REQUIRED_BY contains the > `required-by' list and is maintained automatically by the package > management tools (eg installing `foo' which depends on `bar' adds > a line `foo' to /var/db/pkg/bar/+REQUIRED_BY, which is removed if > the package in removed). I've never found the +REQUIRED_BY data to be consistently maintained for me - i.e. there are usually dependent packages referenced there which no longer exist on my system, several versions of packages when I've done a remove old/add new version, etc. I should spend some time to try and figure out what's causing this inconsistency..does anyone else see behaviour like this? Kris ----- The Feynman problem-solving algorithm: 1. Write down the problem 2. Think real hard 3. Write down the solution To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 18:11:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 2D3EE14E82 for ; Thu, 8 Apr 1999 18:11:49 -0700 (PDT) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id VAA22221; Thu, 8 Apr 1999 21:07:47 -0400 (EDT) Date: Thu, 8 Apr 1999 21:07:47 -0400 (EDT) From: Chuck Robey To: Jacques Vidrine Cc: FreeBSD Ports Team Subject: Re: /sys/boot, egcs vs. gcc, -Os In-Reply-To: <199904090037.TAA35590@spawn.nectar.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 Thu, 8 Apr 1999, Jacques Vidrine wrote: > On 8 April 1999 at 19:25, Chuck Robey wrote: > [snip] > > And on top of that, there are about 5 top tracks of libs, each of these > > 5 tracks (that have lots depending on them) has lived in both /usr/local > > and in /usr/X11R6 in recent times, both leave ascii configuration files > > behind (and in both sets of directories, depending on the age of the > > older ports). > > Yes, I do find that very annoying. I'd like to see everything > (including X) use one prefix. You misunderstand. It's not having two different install hierarchies that makes it difficult, it's having ports that start in one hierarchy, THEN CHANGE THEIR MIND. This means you can't even locate the various crud config files that these ports drop behind them. Today, we'll install in /usr/X11R6. Tomorrow, let's be PC, and install in /usr/local. Next week, we'll be even more PC-ish, and use /opt. Are you getting the idea? If you think I'm wrong, you have to look at the archives, the ports really did do this. The next time that I install a > system from scratch, I'll have everything under /opt (I use > /usr/X11R6 and /opt right now) to see how it goes. Why? John already told you, when you start from scratch, you get a perfect install. That's why Satoshi, with his squeaky-clean chroot environments, never sees these problems. Real users, however, go thru tins of aspirin trying to understand why gimp won't upgrade. I can't recall > why we have /usr/X11R6, other than because of assumptions in lotsa > X packages. > > > Just to make everything totally confused, because some > > insane folks want to have multiple versions active concurrently, the > > name of those config files, which exist in multiple places, have > > multiple names. > > Insane? ``Though this be madness, yet there is a method in 't.'' > If we were to remove all gtk ports but the latest (gtk12), as an > example, then we would have to remove also approximately 34 ports > that depend upon the older versions of GTK. So remove ports. What's so wrong with that? Users don't lose functionality. > > Each of the ports of the apps, which need all these > > libs, have configuration scripts that go looking for all these misnamed > > and misfiled config scripts, and those configuration scripts alway seem > > to find the oldest and most out-of-date config script possible. > > AFAIK, all of the ports that depend upon gtk (again for example), > correctly search for the version-dependant configuration script name > (i.e. gtk10-config, gtk12-config ...). The ports configuration scripts also find all the old config files too, even if they're installed in the old hierarchy. Believe it. If there are those that > do not, please send-pr them. That's a good point. I ought to be better about that, and I have to be honest and take some of the blame for this, I'm part of the problem. If you have a better suggestion for > handling this necessary complexity, I'd like to hear it. > > Upgrading the ports is hard enough without tilting at windmills. This belongs in ports, not current, which is where I moved it. I have a suggestion, the same it's always been, which is that we support only one version at a time, ONLY. If you want the old version, go get an old cdrom. The new versions use the single config files names, as example, gtk-config, not gtk12-config. Old files get overwritten, not moved aside. You want 2 versions active at once, then you're a developer, not a ports user, and you know how to do that yourself, and you should do that yourself, not make everyone else pay your freight. I don't want to continue this. You think I'm wrong, that's fine with me, there's probably truth to both our positions. ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 18:24:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from istari.home.net (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (Postfix) with ESMTP id 8B0D314EF2 for ; Thu, 8 Apr 1999 18:24:29 -0700 (PDT) (envelope-from sjr@home.net) Received: (from sjr@localhost) by istari.home.net (8.9.3/8.9.3) id VAA00311; Thu, 8 Apr 1999 21:21:46 -0400 (EDT) (envelope-from sjr) Message-Id: <199904090121.VAA00311@istari.home.net> Date: Thu, 8 Apr 1999 21:21:42 -0400 (EDT) From: "Stephen J. Roznowski" Subject: Re: pkg_info error? To: obrien@NUXI.com Cc: freebsd-ports@FreeBSD.ORG In-Reply-To: <19990408054351.A57856@dragon.nuxi.com> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 8 Apr, David O'Brien wrote: >> When I run "pkg_info -aI", I get the following error: >> >> pkg_info: can't change directory to '/var/db/pkg/.mkversion'! > > You might be running pkg_* tools that are older than your ports/Mk/ > files. Funny if this is true... this type of problem is what > `.mkversion' was to fix. :-) > > BTW, `.mkversion' has been moved to /var/db. Manually move > /var/db/pkg/.mkversion to /var/db/.mkversion, and get the latest > ports/Mk/ files. > > >Sorry... make that > > mv /var/db/pkg/.mkversion /var/db/port.mkversion > >(I had the new filename wrong) This must be a planned change. I just supped (4/8 ~2000 EDT) and /usr/src/share/mk still references the /var/db/pkg directory.... [bsd.port.mk references both for now....] -- Stephen J. Roznowski (sjr@home.net) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 18:25:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cerebus.nectar.com (nectar-gw.nectar.com [204.0.249.101]) by hub.freebsd.org (Postfix) with ESMTP id 5622B15A22 for ; Thu, 8 Apr 1999 18:25:32 -0700 (PDT) (envelope-from nectar@nectar.com) Received: (from smap@localhost) by cerebus.nectar.com (8.9.1/8.9.1) id UAA17733; Thu, 8 Apr 1999 20:23:29 -0500 (CDT) (envelope-from nectar@nectar.com) Received: from spawn.nectar.com(10.0.0.101) by cerebus.nectar.com via smap (V2.1) id xma017731; Thu, 8 Apr 99 20:23:20 -0500 Received: from spawn.nectar.com (localhost [127.0.0.1]) by spawn.nectar.com (8.9.2/8.9.1) with ESMTP id UAA52632; Thu, 8 Apr 1999 20:22:14 -0500 (CDT) (envelope-from nectar@spawn.nectar.com) Message-Id: <199904090122.UAA52632@spawn.nectar.com> X-Mailer: exmh version 2.0.2 2/24/98 X-Exmh-Isig-CompType: repl X-Exmh-Isig-Folder: lists/freebsd X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-rsa.txt X-PGP-DSSfprint: AB2F 8D71 A4F4 467D 352E 8A41 5D79 22E4 71A2 8C73 X-PGP-DHfprint: 2D50 12E5 AB38 60BA AF4B 0778 7242 4460 1C32 F6B1 X-PGP-DH-DSSkey: http://www.nectar.com/nectar-dh-dss.txt From: Jacques Vidrine In-reply-to: References: Subject: Re: /sys/boot, egcs vs. gcc, -Os Mime-Version: 1.0 Content-Type: text/plain To: Chuck Robey Cc: FreeBSD Ports Team Date: Thu, 08 Apr 1999 20:22:14 -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 8 April 1999 at 21:07, Chuck Robey wrote: [snip] > You misunderstand. It's not having two different install hierarchies > that makes it difficult, it's having ports that start in one hierarchy, > THEN CHANGE THEIR MIND. This means you can't even locate the various > crud config files that these ports drop behind them. > > Today, we'll install in /usr/X11R6. Tomorrow, let's be PC, and install > in /usr/local. Next week, we'll be even more PC-ish, and use /opt. Are > you getting the idea? No, I do understand. I guess I shall rephrase -- I don't like having X11BASE and LOCALBASE ... I would like to just have LOCALBASE. If that were the case, there would be nowhere for the ports to move :-) Without combining X11BASE and LOCALBASE, all we can do is: as ports maintainers, be concientious and ``get it right the first time'', or as users, complain about it. > If you think I'm wrong, you have to look at the archives, the ports > really did do this. I know. I agree. > > The next time that I install a > > system from scratch, I'll have everything under /opt (I use > > /usr/X11R6 and /opt right now) to see how it goes. > > Why? So I can get an idea of how necessary /usr/X11R6 really is. > John already told you, when you start from scratch, you get a > perfect install. That's why Satoshi, with his squeaky-clean chroot > environments, never sees these problems. Real users, however, go thru > tins of aspirin trying to understand why gimp won't upgrade. It takes both ... Satoshi's environment catches errors in the ports that I would never see on my machine. This is why I keep repeating ``send-pr, send-pr.'' I am lazy. I'll do what I can to make sure that a port that I maintain or touch works in as many environments as I can see, but I can't/won't try everything that real users will. [snip] > So remove ports. What's so wrong with that? Users don't lose > functionality. Go ahead and start cvs removing ports and see what the users say. Do you really think that if one removes, say, ports/audio/replay, that no one will miss it? > The ports configuration scripts also find all the old config files too, > even if they're installed in the old hierarchy. Believe it. I've seen this myself with gtk before it became gtk10. This was (IMHO understandable) short-sightedness on the part of the original committer. But it is fixed now, and all we can do is try not to do it again. I'm afraid we'll see the same thing with ports/x11/gnomelibs and gnome-config. :-( [snip] > This belongs in ports, not current, which is where I moved it. I agree. > I have a > suggestion, the same it's always been, which is that we support only one > version at a time, ONLY. If you want the old version, go get an old > cdrom. The new versions use the single config files names, as example, > gtk-config, not gtk12-config. Old files get overwritten, not moved > aside. You want 2 versions active at once, then you're a developer, not > a ports user, and you know how to do that yourself, and you should do > that yourself, not make everyone else pay your freight. See above regarding removing ~34 GTK-using ports. > I don't want to continue this. You think I'm wrong, that's fine with > me, there's probably truth to both our positions. for (;;) beat_dead_horse(); /* :-) */ Jacques Vidrine / n@nectar.com / nectar@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 8 18:59: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 1D91314C45 for ; Thu, 8 Apr 1999 18:59:02 -0700 (PDT) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id VAA22464; Thu, 8 Apr 1999 21:54:59 -0400 (EDT) Date: Thu, 8 Apr 1999 21:54:59 -0400 (EDT) From: Chuck Robey To: Jacques Vidrine Cc: FreeBSD Ports Team Subject: Re: /sys/boot, egcs vs. gcc, -Os In-Reply-To: <199904090122.UAA52632@spawn.nectar.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 Thu, 8 Apr 1999, Jacques Vidrine wrote: > No, I do understand. I guess I shall rephrase -- I don't like having > X11BASE and LOCALBASE ... I would like to just have LOCALBASE. If that > were the case, there would be nowhere for the ports to move :-) X stuff needs to have it's own hierarchy. It could be reserved for ONLY X11, but X needs it's own, can't easily be moved, and you wouldn't want the headaches you'd get if you moved it. You would have the same kind of problems with most stuff that uses imake to build. No, honestly, that's not a fix. having someone with a BIG stick that waves it at anyone being prommiscuous about installs is the only real way. > So I can get an idea of how necessary /usr/X11R6 really is. Go take a look at Software Portability with Imake, from O'Reilly. Then peruse your /usr/X11R6/lib/X11/config directory. Bring aspirin. I'm sorry, but I'm being serious. > > > John already told you, when you start from scratch, you get a > > perfect install. That's why Satoshi, with his squeaky-clean chroot > > environments, never sees these problems. Real users, however, go thru > > tins of aspirin trying to understand why gimp won't upgrade. > > It takes both ... Satoshi's environment catches errors in the ports > that I would never see on my machine. OK, I'll buy that. This is why I keep repeating > ``send-pr, send-pr.'' I am lazy. I'll do what I can to make sure > that a port that I maintain or touch works in as many environments > as I can see, but I can't/won't try everything that real users will. True. You cut the part where I admitted being part of the problem there. > Go ahead and start cvs removing ports and see what the users say. Do > you really think that if one removes, say, ports/audio/replay, that no > one will miss it? Not one user will complain if he loses neat-widget42, as long as there is a neat-widget. No one except a very small number of developers (who know perfectly well how to do this for themselves) wants or needs multiple concurrent versions on their machines, especially at the horrendous cost to everyone else. ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 19:18:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id AE1E414D21 for ; Thu, 8 Apr 1999 19:18:56 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-146.ix.netcom.com [209.109.232.146]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id TAA05278; Thu, 8 Apr 1999 19:17:15 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id TAA98141; Thu, 8 Apr 1999 19:16:51 -0700 (PDT) Date: Thu, 8 Apr 1999 19:16:51 -0700 (PDT) Message-Id: <199904090216.TAA98141@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: beaupran@jsp.umontreal.ca Cc: ports@freebsd.org In-reply-to: (message from Spidey on Thu, 8 Apr 1999 11:49:12 -0400 (EDT)) Subject: Re: Using multiple versions of gtk. From: asami@freebsd.org (Satoshi - the Ports Wraith - Asami) References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Spidey Seems like this is already resolved, but just FYI for general interest: * checking for gtk-config... /usr/X11R6/bin/gtk12-config * checking for GTK - version >= 1.1.13... no I really hate this message printed by configure, as it is almost never correct. This can be anything from a broken compiler to a missing library to a version mismatch to misaligned planets. If you are using the latest FreeBSD ports, a version mismatch (at least the particular one it's complaining about, gtk in this case) virtually never occurs. When you see this, go check your config.log and see exactly what it's complaining about. From my experience, it's usually a missing library (generally a one that's different from the one that's printed by configure) caused by some other things. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 19:20: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from detlev.UUCP (tex-82.camalott.com [208.229.74.82]) by hub.freebsd.org (Postfix) with ESMTP id 1E62014F89; Thu, 8 Apr 1999 19:19:36 -0700 (PDT) (envelope-from joelh@gnu.org) Received: (from joelh@localhost) by detlev.UUCP (8.9.3/8.9.1) id VAA78893; Thu, 8 Apr 1999 21:17:34 -0500 (CDT) (envelope-from joelh) To: Steve Price Cc: Peter Jeremy , current@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: emacs* broken in -current (was Re: Vtable thunks with egcs) References: From: Joel Ray Holveck Date: 08 Apr 1999 21:17:31 -0500 In-Reply-To: Steve Price's message of "Thu, 8 Apr 1999 17:58:59 -0500 (CDT)" Message-ID: <86lng2wn9g.fsf@detlev.UUCP> Lines: 23 X-Mailer: Gnus v5.5/Emacs 20.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > You are absolutely right. I just tried the new version of emacs > that I built on my pre-egcs box and it doesn't work on that box > either. This definitely doesn't appear to be anything caused by > changing to egcs. Not that it matters much but for grins I just > built/installed the xemacs port and it _does_ appear to work. I've been having no problems with an Emacs 20.3 and X11R6 built in October on a -current system from April 6. (The Emacs is ELF, and built from my own sources instead of the port.) I'd like to track this down; could people give me more info privately? rms is looking at releasing a mostly bugfix Emacs, possibly tommorow, but it may be another month (he's about to leave town). I haven't been watching the changes; there may be some X-related fixes in there. Cheers, joelh -- Joel Ray Holveck - joelh@gnu.org Fourth law of programming: Anything that can go wrong wi sendmail: segmentation violation - core dumped To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 19:30:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tokyonet-entrance.astec.co.jp (tokyonet-entrance.astec.co.jp [202.239.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 164AE159F6 for ; Thu, 8 Apr 1999 19:30:23 -0700 (PDT) (envelope-from nakai@internetsolutions.co.jp) Received: from amont.astec.co.jp (amont.astec.co.jp [172.20.10.1]) by tokyonet-entrance.astec.co.jp (8.9.1+3.0W/3.7W-astecMX2.3) with ESMTP id LAA17763; Fri, 9 Apr 1999 11:28:19 +0900 (JST) Received: from internetsolutions.co.jp (isi43.astec.co.jp [172.20.12.243]) by amont.astec.co.jp (8.7.6/3.6W-astecMX2.4) with ESMTP id LAA09080; Fri, 9 Apr 1999 11:28:18 +0900 (JST) Message-ID: <370D65C2.F43E67E2@internetsolutions.co.jp> Date: Fri, 09 Apr 1999 11:28:18 +0900 From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Organization: InternetSolutions, Inc. X-Mailer: Mozilla 4.5 [ja] (Win98; I) X-Accept-Language: ja MIME-Version: 1.0 To: Jeremy Lea Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/11017: Fixed port: gnomelibs-1.0.5 References: <199904080630.XAA23238@freefall.freebsd.org> <370C79C0.355ACC5A@internetsolutions.co.jp> <19990408115618.N1798@shale.csir.co.za> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Hi, > > On Thu, Apr 08, 1999 at 06:41:20PM +0900, ?$BCf0f?(B ?$B9,Gn?(B wrote: > > I found the gnome-libs-1.0.6 in the mirror of ftp.gnome.org today. > > So please forget the previous mail. > > 1.0.6 needs ORBit 0.4.3... I'm working on another mega GNOME update. > I'll put this into my tree, but it should be held off for a few days. > A new gnome-core is due tommorrow. > > -Jeremy Good. Then I do wait your gnome-core patch... I plans to put gnome-only things into /usr/ports/distfiles/gnome . -------------- Yukihiro Nakai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 19:32: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cerebus.nectar.com (nectar-gw.nectar.com [204.0.249.101]) by hub.freebsd.org (Postfix) with ESMTP id 3448215A6F for ; Thu, 8 Apr 1999 19:32:04 -0700 (PDT) (envelope-from nectar@nectar.com) Received: (from smap@localhost) by cerebus.nectar.com (8.9.1/8.9.1) id VAA18035; Thu, 8 Apr 1999 21:30:01 -0500 (CDT) (envelope-from nectar@nectar.com) Received: from spawn.nectar.com(10.0.0.101) by cerebus.nectar.com via smap (V2.1) id xma018027; Thu, 8 Apr 99 21:29:35 -0500 Received: from spawn.nectar.com (localhost [127.0.0.1]) by spawn.nectar.com (8.9.2/8.9.1) with ESMTP id VAA78206; Thu, 8 Apr 1999 21:28:29 -0500 (CDT) (envelope-from nectar@spawn.nectar.com) Message-Id: <199904090228.VAA78206@spawn.nectar.com> X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-rsa.txt X-PGP-DSSfprint: AB2F 8D71 A4F4 467D 352E 8A41 5D79 22E4 71A2 8C73 X-PGP-DHfprint: 2D50 12E5 AB38 60BA AF4B 0778 7242 4460 1C32 F6B1 X-PGP-DH-DSSkey: http://www.nectar.com/nectar-dh-dss.txt From: Jacques Vidrine In-reply-to: References: Subject: Re: /sys/boot, egcs vs. gcc, -Os Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: Chuck Robey Cc: FreeBSD Ports Team Date: Thu, 08 Apr 1999 21:28:29 -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 8 April 1999 at 21:54, Chuck Robey wrote: [snip] > You would have the same kind of problems with most stuff that uses imake > to build. No, honestly, that's not a fix. oh well. [snip] > > Do > > you really think that if one removes, say, ports/audio/replay, that no > > one will miss it? > > Not one user will complain if he loses neat-widget42, as long as there > is a neat-widget. No one except a very small number of developers (who > know perfectly well how to do this for themselves) wants or needs > multiple concurrent versions on their machines, especially at the > horrendous cost to everyone else. I don't mean the library ports themselves... I mean the ports that depend upon old versions of the libraries. e.g. ports/audio/replay currently depends upon gtk11-devel. I'm sure some of these may be fixable by the maintainer, but of the 34 that depend on old GTK libs, I guarantee that some cannot be rewritten to use a new version of GTK trivially. Jacques Vidrine / n@nectar.com / nectar@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 8 19:32:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tokyonet-entrance.astec.co.jp (tokyonet-entrance.astec.co.jp [202.239.16.2]) by hub.freebsd.org (Postfix) with ESMTP id B97F815599 for ; Thu, 8 Apr 1999 19:32:46 -0700 (PDT) (envelope-from nakai@internetsolutions.co.jp) Received: from amont.astec.co.jp (amont.astec.co.jp [172.20.10.1]) by tokyonet-entrance.astec.co.jp (8.9.1+3.0W/3.7W-astecMX2.3) with ESMTP id LAA17834; Fri, 9 Apr 1999 11:30:43 +0900 (JST) Received: from internetsolutions.co.jp (isi43.astec.co.jp [172.20.12.243]) by amont.astec.co.jp (8.7.6/3.6W-astecMX2.4) with ESMTP id LAA09161; Fri, 9 Apr 1999 11:30:42 +0900 (JST) Message-ID: <370D6652.CDE2AFF4@internetsolutions.co.jp> Date: Fri, 09 Apr 1999 11:30:42 +0900 From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Organization: InternetSolutions, Inc. X-Mailer: Mozilla 4.5 [ja] (Win98; I) X-Accept-Language: ja MIME-Version: 1.0 To: Michael Haro Cc: ports@freebsd.org Subject: Re: devel/libproplist References: <19990408092650.A41779@patrol.area51.fremont.ca.us> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Michael Haro wrote: > > I might be wrong about this, but shouldn't devel/libproplist > have USE_X_PREFIX= yes? > > Michael When devel/libproplist uses X, please do so. If not so, don't do so. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 19:33:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ns1.portal2.com (ns1.portal2.com [203.85.226.193]) by hub.freebsd.org (Postfix) with SMTP id C590C15599 for ; Thu, 8 Apr 1999 19:33:19 -0700 (PDT) (envelope-from yusufg@outblaze.com) Received: (qmail 13146 invoked from network); 9 Apr 1999 02:46:56 -0000 Received: from yusufg.portal2.com (203.85.226.249) by ns1.portal2.com with SMTP; 9 Apr 1999 02:46:56 -0000 Received: (qmail 22831 invoked by uid 500); 9 Apr 1999 02:40:54 -0000 Date: Fri, 9 Apr 1999 10:40:54 +0800 From: Yusuf Goolamabbas To: freebsd-ports@freebsd.org Subject: [Kurt@OpenLDAP.org: Re: configure fails when DB-2.7.3 installed via FreeBSD ports mech] Message-ID: <19990409104054.A22751@outblaze.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, The FreeBSD Berkeleley DB port breaks all configure scripts which try to detect BerkeleyDB 2. This is what the lead OpenLDAP (http://www.openldap.org) developer wrote to me about this ----- Forwarded message from "Kurt D. Zeilenga" ----- Message-Id: <3.0.5.32.19990408075809.009a1140@localhost> X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 08 Apr 1999 07:58:09 -0700 To: Yusuf Goolamabbas From: "Kurt D. Zeilenga" Subject: Re: configure fails when DB-2.7.3 installed via FreeBSD ports mech Cc: openldap-devel@OpenLDAP.org I recommend using the BerkeleyDB software as distributed by Sleepycat. The current FreeBSD "port" is not well packaged as it requires special handling by dependent applications. I sent a note to the port maintainer suggesting he repackage the port to either 1) install per Sleepycat's default, 2) per the old 2.3.16 port, 3) or other mechanism which does not change the header names (as used in source) or library name (as used in linking). You can install the BerkeleyDB as packaged with the default prefix (/usr/local/BerkeleyDB) or other prefix. Just be sure to modify the include/lib paths appropriately. >CPPFLAGS="-I/usr/local/include/db2" \ LDFLAGS="-L/usr/local/lib" \ >LIBS="-ldb2" \ ./configure --prefix=/usr/local/site/ldap --with-ldbm \ >--with-ldbm-api=db2 Sorry... short of hacking configure (or playing symlink games), our configure will not detect this (or other) oddball packaging. You can REPLACE the port's patch to install DB per the old 2.3.16 port. Install patch below as /usr/ports/databases/db/patches/patch-aa, then cd /usr/ports/databases/db; make deinstall, make clean, make install. --- ../dist/Makefile.in.orig Mon Dec 7 22:05:59 1998 +++ ../dist/Makefile.in Mon Mar 29 00:59:52 1999 @@ -141,11 +141,11 @@ $(rm) -f confdefs.h db.h db_int.h db_185.h include.tcl prefix= @prefix@ -bindir= $(prefix)/BerkeleyDB/bin -datadir=$(prefix)/BerkeleyDB/share -includedir=$(prefix)/BerkeleyDB/include -libdir= $(prefix)/BerkeleyDB/lib -mandir= $(prefix)/BerkeleyDB/docs +bindir= $(prefix)/bin +datadir=$(prefix)/share/db +includedir=$(prefix)/include +libdir= $(prefix)/lib +mandir= $(prefix)/share/doc/db dmode= 755 emode= 555 Kurt ----- End forwarded message ----- -- Yusuf Goolamabbas yusufg@outblaze.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 8 22:24:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by hub.freebsd.org (Postfix) with ESMTP id 12731150FC for ; Thu, 8 Apr 1999 22:24:10 -0700 (PDT) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id HAA16302 for ; Fri, 9 Apr 1999 07:22:09 +0200 (MET DST) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.2/8.6.9) id HAA17438 for freebsd-ports@freebsd.org; Fri, 9 Apr 1999 07:24:51 GMT Date: Fri, 9 Apr 1999 07:24:51 GMT From: Christoph Kukulies Message-Id: <199904090724.HAA17438@gil.physik.rwth-aachen.de> To: freebsd-ports@freebsd.org Subject: 3.1 sshd port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I grabbed ports.tgz from ftp6.de.freebsd.org and installed it on a 3.1-RELEASE (CD) system. setenv USA_RESIDENT NO make ===> Extracting for ssh-1.2.26 >> Checksum OK for ssh-1.2.26.tar.gz. ===> Patching for ssh-1.2.26 ===> Applying FreeBSD patches for ssh-1.2.26 Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to config.h.in.rej *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Huh? -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 8 22:42: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7521714FAD for ; Thu, 8 Apr 1999 22:42:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA35700; Thu, 8 Apr 1999 22:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bubba.whistle.com (s205m7.whistle.com [207.76.205.7]) by hub.freebsd.org (Postfix) with ESMTP id 7F7F514D3C for ; Thu, 8 Apr 1999 22:39:54 -0700 (PDT) (envelope-from archie@whistle.com) Received: (from archie@localhost) by bubba.whistle.com (8.9.2/8.9.2) id WAA66506; Thu, 8 Apr 1999 22:37:54 -0700 (PDT) Message-Id: <199904090537.WAA66506@bubba.whistle.com> Date: Thu, 8 Apr 1999 22:37:54 -0700 (PDT) From: Archie Cobbs Reply-To: archie@whistle.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11039: Upgrade to netscape port for new version of Fortify Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Note: There was a bad value `sw-bu' for the field `>Class:'. It was set to the default value of `sw-bug'. >Number: 11039 >Category: ports >Synopsis: Upgrade to netscape port for new version of Fortify >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 8 22:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Archie Cobbs >Release: FreeBSD 3.1-STABLE i386 >Organization: Whistle Communications, Inc. >Environment: FreeBSD 3.1-RELEASE >Description: The port www/netscape45-navigator fails with USE_128BIT because the Fortify program has been updated. Other netscape ports may have the same problem >How-To-Repeat: setenv USE_128BIT Try to build the port Fails because Fortify cannot be found anywhere >Fix: Index: Makefile =================================================================== RCS file: /cvs/freebsd/ports/www/netscape45-navigator/Makefile,v retrieving revision 1.34 diff -u -r1.34 Makefile --- Makefile 1999/01/13 04:00:10 1.34 +++ Makefile 1999/04/09 05:37:33 @@ -27,7 +27,7 @@ .if defined(USE_128BIT) MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \ ftp://ftp.za.freebsd.org/pub/Fortify/ -DISTFILES+= Fortify-1.3.2-unix-x86.tar.gz +DISTFILES+= Fortify-1.4.1-unix-x86.tar.gz RESTRICTED= "Contains strong cryptography" .else pre-extract: @@ -45,7 +45,7 @@ ${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \ fi .if defined(USE_128BIT) - cd ${WRKDIR}/Fortify-1.3.2-unix-x86 && \ + cd ${WRKDIR}/Fortify-1.4.1-unix-x86 && \ (${ECHO} yes ; ${ECHO} no ; ${ECHO} no) | ./Fortify.sh ${NDIR}/navigator-4.5.bin .endif chown -R ${BINOWN}.${BINGRP} ${NDIR} Index: files/md5 =================================================================== RCS file: /cvs/freebsd/ports/www/netscape45-navigator/files/md5,v retrieving revision 1.22 diff -u -r1.22 md5 --- md5 1998/12/23 16:53:43 1.22 +++ md5 1999/04/09 05:37:33 @@ -1,2 +1,2 @@ MD5 (navigator-v45-export.x86-unknown-freebsd.tar.gz) = becd7171db03ed7f15770915934789d3 -MD5 (Fortify-1.3.2-unix-x86.tar.gz) = 2602de68407690cf45c32f9dfef65f74 +MD5 (Fortify-1.4.1-unix-x86.tar.gz) = 561c6405619de7c37d34426b4cff80a2 >Release-Note: >Audit-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 9 0:43: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 7C29614FD4 for ; Fri, 9 Apr 1999 00:43:07 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-146.ix.netcom.com [209.109.232.146]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id AAA05551; Fri, 9 Apr 1999 00:41:23 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id AAA98824; Fri, 9 Apr 1999 00:40:55 -0700 (PDT) Date: Fri, 9 Apr 1999 00:40:55 -0700 (PDT) Message-Id: <199904090740.AAA98824@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: billf@chc-chimes.com Cc: tom@eborcom.com, mharo@area51.fremont.ca.us, ports@FreeBSD.ORG In-reply-to: (message from Bill Fumerola on Thu, 8 Apr 1999 10:35:56 -0400 (EDT)) Subject: Re: WWW_SITE variable From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Bill Fumerola * Yes, Marc Fournier implemented both sides of this * change (the Makefiles / the cgi parse). * * One day, I should go and update my ports to include the WWW_SITE stuff. * Honestly, like what I'm hearing from you guys I was reluctant to touch it * because I hadn't heard anything official. Well, I was holding off saying anything in public in fear of embarrassing scrappy but I'm afraid can't wait any longer. These changes were not approved. We have been putting homepages in pkg/DESCR for years. I don't see any need in adding yet another knob to an already solved problem (which unsolves part of it...for instance, how is the package user supposed to see it?). I told scrappy to back them out a few weeks ago, he said he will, but has been "too busy" and that's why they are still there. -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 9 2:12: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0341314EB8 for ; Fri, 9 Apr 1999 02:12:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA53922; Fri, 9 Apr 1999 02:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 2142014C21 for ; Fri, 9 Apr 1999 02:11:50 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id CAA59764; Fri, 9 Apr 1999 02:09:49 -0700 (PDT) (envelope-from mharo) Message-Id: <199904090909.CAA59764@patrol.area51.fremont.ca.us> Date: Fri, 9 Apr 1999 02:09:49 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11040: Update: security/sentry Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11040 >Category: ports >Synopsis: Update: security/sentry >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 9 02:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - Change in path - new md5 checksum - this port should be renamed PortSentry as there is now a HostSentry program in development by the same group portlint: 0 warnings, 0 errors patches: 0 new, 0 removed supports PREFIX: yes supports CFLAGS: yes >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/security/sentry/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/01/20 20:49:45 1.2 +++ Makefile 1999/04/09 08:54:19 @@ -6,9 +6,9 @@ # $Id: Makefile,v 1.2 1999/01/20 20:49:45 max Exp $ # -DISTNAME= sentry-0.61 +DISTNAME= portsentry-0.61 CATEGORIES= security -MASTER_SITES= http://www.psionic.com/tools/sentry/ +MASTER_SITES= http://www.psionic.com/tools/ MAINTAINER= chris@still.whet.org Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/security/sentry/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1998/12/19 16:53:20 1.1.1.1 +++ md5 1999/04/09 08:54:46 @@ -1 +1 @@ -MD5 (sentry-0.61.tar.gz) = 57bf7e0caf99188018ef1ab6131faf4b +MD5 (portsentry-0.61.tar.gz) = 57bf7e0caf99188018ef1ab6131faf4b Index: pkg/DESCR =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/security/sentry/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 DESCR --- DESCR 1998/12/19 16:53:20 1.1.1.1 +++ DESCR 1999/04/09 09:08:43 @@ -1,5 +1,7 @@ -Sentry is part of the Abacus Project suite of security tools. -It is a program designed to detect and respond to port scans -against a target host in real-time. There are other port scan -detectors that peform similar detection of scans,but the Sentry -has some unique features that may make it worth looking into. +PortSentry is part of the Abacus Project suite of security tools. +It is a program designed to detect and respond to port scans against +a target host in real-time. There are other port scan detectors that +perform similar detection of scans, but PortSentry has some unique +features that may make it worth looking into + +http://www.psionic.com/abacus/portsentry/ >Release-Note: >Audit-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 9 2:52: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB62515232 for ; Fri, 9 Apr 1999 02:52:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA59256; Fri, 9 Apr 1999 02:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sentinel.life.nthu.edu.tw (sentinel.life.nthu.edu.tw [140.114.98.100]) by hub.freebsd.org (Postfix) with ESMTP id 13B8C15000 for ; Fri, 9 Apr 1999 02:46:52 -0700 (PDT) (envelope-from root@sentinel.life.nthu.edu.tw) Received: (from root@localhost) by sentinel.life.nthu.edu.tw (8.9.3/8.9.2) id RAA42336; Fri, 9 Apr 1999 17:45:28 GMT (envelope-from root) Message-Id: <199904091745.RAA42336@sentinel.life.nthu.edu.tw> Date: Fri, 9 Apr 1999 17:45:28 GMT From: frankch@waru.life.nthu.edu.tw Reply-To: frankch@waru.life.nthu.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11041: update ports/chinese/rxvt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11041 >Category: ports >Synopsis: update ports/chinese/rxvt >Confidential: yes >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 9 02:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Frank Chen-hsiung Chan >Release: FreeBSD 3.1-STABLE i386 >Organization: Department of Life Sciences, National Tsing Hua University, Taiwan >Environment: FreeBSD 3.1-STABLE i386 >Description: The new pre-release version of rxvt is available. This PR update ports/chinese rxvt to the current 2.6PRE3 release. This release include bug-fixes and notablely XIM support. >How-To-Repeat: >Fix: The patch is attached below diff -ruN rxvt.org/Makefile rxvt/Makefile --- rxvt.org/Makefile Fri Apr 9 13:13:08 1999 +++ rxvt/Makefile Fri Apr 9 17:38:44 1999 @@ -1,16 +1,16 @@ # New ports collection Makefile for: rxvt -# Version required: 2.6.PRE2 +# Version required: 2.6.PRE3 # Date created: Nov 16 1997 # Whom: frankch@waru.life.nthu.edu.tw # # $Id: Makefile,v 1.11 1999/03/19 22:17:49 asami Exp $ # -DISTNAME= rxvt-2.6.PRE2 -PKGNAME= zh-rxvt-2.6.pre2 +DISTNAME= rxvt-2.6.PRE3 +PKGNAME= zh-rxvt-2.6.pre3 CATEGORIES= chinese x11 MASTER_SITES= ftp://mason.primenet.com.au/pub/rxvt/ \ - ftp://ftp.math.fu-berlin.de/pub/rxvt/ + ftp://ftp.rxvt.org/pub/rxvt/devel MAINTAINER= frankch@waru.life.nthu.edu.tw diff -ruN rxvt.org/files/md5 rxvt/files/md5 --- rxvt.org/files/md5 Fri Apr 9 13:13:07 1999 +++ rxvt/files/md5 Fri Apr 9 17:10:44 1999 @@ -1 +1 @@ -MD5 (rxvt-2.6.PRE2.tar.gz) = 094caf133557b61b2204f78cf314c7e2 +MD5 (rxvt-2.6.PRE3.tar.gz) = 63094f1ee4338941f65f66b069b3240b diff -ruN rxvt.org/pkg/DESCR rxvt/pkg/DESCR --- rxvt.org/pkg/DESCR Fri Apr 9 13:13:07 1999 +++ rxvt/pkg/DESCR Fri Apr 9 17:35:55 1999 @@ -2,4 +2,11 @@ suitable for use on machines with small memories. The KANJI support was added to rxvt since 2.17, from 2.4.4(3?) the support for Chinese BIG5 encoding is also added. -This port is patched for XCIN, a Chinese Input Server. +Since 2.6PRE2, rxvt supports XIM. This port no longer patches for XCIN, +a Chinese input server. Instead, the user must install an input server which +support the XIM protocol. The user has to either patch XCIN (2.1, 2.3) or use +XCIN 2.5, which support XIM and only XIM protocol. +The info on rxvt could be found on +http://www.rxvt.org/ +The info regarding Chinese XIM server could be found at +http://xcin.linux.org.tw/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 9 5:22: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 856C11508A for ; Fri, 9 Apr 1999 05:22:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA72212; Fri, 9 Apr 1999 05:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dominik.saargate.de (domi.saargate.de [193.158.76.59]) by hub.freebsd.org (Postfix) with ESMTP id E02BE150A3 for ; Fri, 9 Apr 1999 05:15:21 -0700 (PDT) (envelope-from domi@saargate.de) Received: from localhost (localhost [127.0.0.1]) by dominik.saargate.de (8.9.2/8.8.7) with ESMTP id OAA06667 for ; Fri, 9 Apr 1999 14:13:09 +0200 (CEST) (envelope-from domi@saargate.de) Message-Id: Date: Fri, 9 Apr 1999 14:13:09 +0200 (CEST) From: Dominik Brettnacher To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11044: new port "xsane" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11044 >Category: ports >Synopsis: simply a new port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 9 05:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dominik Brettnacher >Release: FreeBSD 3.1-STABLE i386 >Organization: SaarGate >Environment: >Description: # 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/graphics/xsane/ # /usr/ports/graphics/xsane/files # /usr/ports/graphics/xsane/files/md5 # /usr/ports/graphics/xsane/patches # /usr/ports/graphics/xsane/pkg # /usr/ports/graphics/xsane/pkg/COMMENT # /usr/ports/graphics/xsane/pkg/DESCR # /usr/ports/graphics/xsane/pkg/MESSAGE # /usr/ports/graphics/xsane/pkg/PLIST # /usr/ports/graphics/xsane/Makefile # echo c - /usr/ports/graphics/xsane/ mkdir -p /usr/ports/graphics/xsane/ > /dev/null 2>&1 echo c - /usr/ports/graphics/xsane/files mkdir -p /usr/ports/graphics/xsane/files > /dev/null 2>&1 echo x - /usr/ports/graphics/xsane/files/md5 sed 's/^X//' >/usr/ports/graphics/xsane/files/md5 << 'END-of-/usr/ports/graphics/xsane/files/md5' XMD5 (xsane-0.21.tar.gz) = a67cad365195d86d48d1bcbe8c20a983 END-of-/usr/ports/graphics/xsane/files/md5 echo c - /usr/ports/graphics/xsane/patches mkdir -p /usr/ports/graphics/xsane/patches > /dev/null 2>&1 echo c - /usr/ports/graphics/xsane/pkg mkdir -p /usr/ports/graphics/xsane/pkg > /dev/null 2>&1 echo x - /usr/ports/graphics/xsane/pkg/COMMENT sed 's/^X//' >/usr/ports/graphics/xsane/pkg/COMMENT << 'END-of-/usr/ports/graphics/xsane/pkg/COMMENT' XXSANE is a gtk based X11 frontend for SANE (Scanner Access Now Easy) END-of-/usr/ports/graphics/xsane/pkg/COMMENT echo x - /usr/ports/graphics/xsane/pkg/DESCR sed 's/^X//' >/usr/ports/graphics/xsane/pkg/DESCR << 'END-of-/usr/ports/graphics/xsane/pkg/DESCR' XXSANE is a gtk based X11 frontend for SANE (Scanner Access Now Easy). It Xworks either standalone or as a GIMP plugin. END-of-/usr/ports/graphics/xsane/pkg/DESCR echo x - /usr/ports/graphics/xsane/pkg/MESSAGE sed 's/^X//' >/usr/ports/graphics/xsane/pkg/MESSAGE << 'END-of-/usr/ports/graphics/xsane/pkg/MESSAGE' XCongratulations, XSANE is now installed. X XIf you have GIMP installed, you can use XSANE as a GIMP plug-in. XTo do this, as root, type: X Xln -sf /usr/X11R6/bin/xsane /usr/X11R6/libexec/gimp/1.1/plug-ins/xsane X XThen run the GIMP, and a new "XSane" menu item should appear in the X"Xtns" menu. Use this to access your scanner. X XHave fun! END-of-/usr/ports/graphics/xsane/pkg/MESSAGE echo x - /usr/ports/graphics/xsane/pkg/PLIST sed 's/^X//' >/usr/ports/graphics/xsane/pkg/PLIST << 'END-of-/usr/ports/graphics/xsane/pkg/PLIST' Xbin/xsane Xshare/sane/xsane-style.rc Xshare/sane/xsane-logo.xpm Xshare/sane/sane-pnm-doc.html Xshare/sane/sane-pnm16-doc.html Xshare/sane/sane-xsane-advanced-doc.html Xshare/sane/sane-xsane-copy-doc.html Xshare/sane/sane-xsane-doc.html Xshare/sane/sane-xsane-fax-doc.html Xshare/sane/sane-xsane-gimp-doc.html Xshare/sane/sane-xsane-histogram-doc.html Xshare/sane/sane-xsane-main-doc.html Xshare/sane/sane-xsane-scan-doc.html Xshare/sane/sane-xsane-setup-doc.html Xshare/sane/sane-xsane-standard-doc.html Xshare/sane/sane-logo.gif Xshare/sane/sane-xsane-advanced.gif Xshare/sane/sane-xsane-copy.gif Xshare/sane/sane-xsane-gimp.gif Xshare/sane/sane-xsane-histogram.gif Xshare/sane/sane-xsane-setup-fax.gif Xshare/sane/sane-xsane-setup-preview.gif Xshare/sane/sane-xsane-setup-printer.gif Xshare/sane/sane-xsane-setup-save.gif Xshare/sane/sane-xsane-standard.gif Xshare/sane/sane-xsane.gif Xshare/sane/xsane-logo.gif Xshare/sane/xsane-logo2.gif X@dirrm share/sane END-of-/usr/ports/graphics/xsane/pkg/PLIST echo x - /usr/ports/graphics/xsane/Makefile sed 's/^X//' >/usr/ports/graphics/xsane/Makefile << 'END-of-/usr/ports/graphics/xsane/Makefile' X# New ports collection makefile for: xsane X# Version required: 0.21 X# Date created: Fri Apr 8 00:18:29 MET DST 1999 X# Whom: domi@saargate.de X# X# $Id$ X# X XDISTNAME= xsane-0.21 XCATEGORIES= graphics X XMASTER_SITES= http://www.wolfsburg.de/~rauch/sane/ X XMAINTAINER= domi@saargate.de X XLIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ X jpeg.9:${PORTSDIR}/graphics/jpeg \ X tiff.4:${PORTSDIR}/graphics/tiff34 \ X png.3:${PORTSDIR}/graphics/png X XUSE_GMAKE= yes XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes X XMAN1= xsane.1 X Xpost-install: X @${CAT} ${PKGDIR}/MESSAGE X X.include X X.if ${OSVERSION} < 300000 XCONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ X LIBS="-L${LOCALBASE}/lib" \ X GTK_CONFIG="${X11BASE}/bin/gtk12-config" X.else XCONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ X LIBS="-L${LOCALBASE}/lib -lcam" \ X GTK_CONFIG="${X11BASE}/bin/gtk12-config" X.endif X END-of-/usr/ports/graphics/xsane/Makefile exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 9 6: 2: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 14CCD14F36 for ; Fri, 9 Apr 1999 06:02:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA74736; Fri, 9 Apr 1999 06:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from titanium.yy.ics.keio.ac.jp (titanium.yy.ics.keio.ac.jp [131.113.47.73]) by hub.freebsd.org (Postfix) with ESMTP id 676B914DBD for ; Fri, 9 Apr 1999 05:58:11 -0700 (PDT) (envelope-from sanpei@sanpei.org) Received: from lavender.yy.cs.keio.ac.jp (lavender.yy.ics.keio.ac.jp [131.113.47.22]) by titanium.yy.ics.keio.ac.jp (8.8.8+3.0Wbeta13/3.7W) with ESMTP id VAA12011; Fri, 9 Apr 1999 21:56:10 +0900 (JST) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.2/3.7W) id VAA49208; Fri, 9 Apr 1999 21:56:08 +0900 (JST) Message-Id: <199904091256.VAA49208@lavender.yy.cs.keio.ac.jp> Date: Fri, 9 Apr 1999 21:56:08 +0900 (JST) From: sanpei@sanpei.org Reply-To: sanpei@sanpei.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11045: [PATCH] Update port: linux_lib some /compat/linux/dev symlinks to ports for Linux X server Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11045 >Category: ports >Synopsis: [PATCH] Update port: linux_lib some /compat/linux/dev symlinks to ports for Linux X server >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 9 06:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: MIHIRA Yoshiro >Release: FreeBSD 3.1-RELEASE i386 >Organization: Keio Univ. >Environment: 3.1-RELEASE >Description: I and Intel i740 board user need create some symlinks by hand to use Linux X server on FreeBSD box. From commit log >How-To-Repeat: >Fix: diff -uNr linux_lib.org/Makefile linux_lib/Makefile --- linux_lib.org/Makefile Sat Feb 27 08:16:45 1999 +++ linux_lib/Makefile Tue Mar 30 16:41:40 1999 @@ -31,6 +31,14 @@ post-install: -/compat/linux/sbin/ldconfig ${MKDIR} ${PREFIX}/usr/lib/zoneinfo - ln -sf /etc/localtime /${PREFIX}/usr/lib/zoneinfo/localtime + ${LN} -sf /etc/localtime /${PREFIX}/usr/lib/zoneinfo/localtime + ${MKDIR} ${PREFIX}/dev + ${LN} -sf /dev/console ${PREFIX}/dev/tty0 + ${LN} -sf /dev/ttyv0 ${PREFIX}/dev/tty1 + ${LN} -sf /dev/ttyv1 ${PREFIX}/dev/tty2 + ${LN} -sf /dev/ttyv2 ${PREFIX}/dev/tty3 + ${LN} -sf /dev/ttyv3 ${PREFIX}/dev/tty4 + ${LN} -sf /dev/sysmouse ${PREFIX}/dev/mouse + ${LN} -sf /dev/psm0 ${PREFIX}/dev/psaux .include diff -uNr linux_lib.org/pkg/PLIST linux_lib/pkg/PLIST --- linux_lib.org/pkg/PLIST Sat Oct 31 20:27:55 1998 +++ linux_lib/pkg/PLIST Tue Mar 30 16:42:48 1999 @@ -1,6 +1,13 @@ .linux_lib-version bin/bash bin/sh +dev/tty0 +dev/tty1 +dev/tty2 +dev/tty3 +dev/tty4 +dev/mouse +dev/psaux etc/host.conf etc/ld.so.cache etc/ld.so.conf @@ -767,6 +774,7 @@ var/X11R6/lib/rgb.txt @dirrm bin @dirrm etc +@dirrm dev @dirrm lib @dirrm sbin @dirrm usr/X11R6/lib >Release-Note: >Audit-Trail: >Unformatted: >jkh 1998/08/30 23:55:03 PDT > > Modified files: > sys/i386/linux linux.h linux_ioctl.c > Log: > Initial support for using linux X servers under emulation - to use an > XFree86 server, users need to create the following links in their > /compat/linux/dev directory (assuming kernel configured with 4 VTs). > > lrwxrwxrwx 1 root wheel 7 Aug 30 22:59 tty0 -> console <--- > lrwxrwxrwx 1 root wheel 5 Aug 30 22:45 tty1 -> ttyv0 <--- > lrwxrwxrwx 1 root wheel 5 Aug 30 22:45 tty2 -> ttyv1 <--- > lrwxrwxrwx 1 root wheel 5 Aug 30 22:45 tty3 -> ttyv2 <--- > lrwxrwxrwx 1 root wheel 5 Aug 30 22:45 tty4 -> ttyv3 <--- > > VT switching is still not yet supported. Attempting to switch VT > currently will cause Xserver bus error. I created patches for ports/emulators/linux_lib. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 9 6:38:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from fourier.lcmi.ufsc.br (fourier.lcmi.ufsc.br [150.162.14.56]) by hub.freebsd.org (Postfix) with ESMTP id 4FB4F1527C for ; Fri, 9 Apr 1999 06:38:36 -0700 (PDT) (envelope-from esms@lcmi.ufsc.br) Received: from localhost (esms@localhost) by fourier.lcmi.ufsc.br (8.8.8/8.8.8) with SMTP id KAA15017; Fri, 9 Apr 1999 10:35:31 -0300 (EST) (envelope-from esms@lcmi.ufsc.br) X-Authentication-Warning: fourier.lcmi.ufsc.br: esms owned process doing -bs Date: Fri, 9 Apr 1999 10:35:31 -0300 (EST) From: Eduardo Souza Machado da Silva To: Bernd Rosauer , br@stiller.netland.inka.de Cc: ports@freebsd.org Subject: problem with 'mp' in FreeBSD teTeX 0.4 port ? Message-ID: X-URL: http://www.lcmi.ufsc.br/~esms MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, could you take a look at teTeX 0.4 port for FreeBSD ? I'm using 2.2.8-STABLE and '/usr/local/bin/mp' is not installed by teTeX-0.4 package or port.=20 I got your e-mail from www.freebsd.org/ports and /usr/ports/print/teTeX/Makefile: teTeX-0.4=20 TeX distribution for UNIX compatible systems Long description | Package | Sources Maintained by: br@netland.inka.de ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ Requires: XFree86-3.3.3.1, gmake-3.77 # New ports collection makefile for: teTeX # Version required: 0.4 # Date created: 5 December 1996 # Whom: Bernd Rosauer ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ # # $Id: Makefile,v 1.27 1998/12/24 19:11:11 jseger Exp $ # DISTNAME=3D teTeX-src-0.4 PKGNAME=3D teTeX-0.4 CATEGORIES=3D print MASTER_SITES=3D ${MASTER_SITE_TEX_CTAN} this is my uname output: FreeBSD vangogh.lcmi.ufsc.br 2.2.8-STABLE FreeBSD 2.2.8-STABLE #0: Fri Dec 4 13:50:37 EDT 1998 esms2@vangogh.lcmi.ufsc.br:/usr/src/sys/compile/VANGOGH i386 I have gmake-3.77 and ports with 'tag=3D.' cvsupped from cvsup.br.freebsd.org.=20 THE PROBLEM =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D First, I installed teTeX-0.4 from packages. I realized that /usr/local/bin/mp was not installed, but your man page was. I though could be a package problem, so I pkg_delete teTeX-0.4 and installed from ports. I had the same problem (mp man page was installed, but not mp binary). This is the 'texconfig conf' output: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D binaries found= by searching $PATH =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D tex: /usr/local/bin/tex initex: /usr/local/bin/initex virtex: /usr/local/bin/virtex mf: /usr/local/bin/mf inimf: /usr/local/bin/inimf virmf: /usr/local/bin/virmf dialog: /usr/bin/dialog dvips: /usr/local/bin/dvips xdvi: /usr/local/bin/xdvi kpsetool: /usr/local/bin/kpsetool kpsewhich: /usr/local/bin/kpsewhich MakeTeXPK: /usr/local/bin/MakeTeXPK MakeTeXTFM: /usr/local/bin/MakeTeXTFM mp not found. ^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^ inimp: /usr/local/bin/inimp virmp: /usr/local/bin/virmp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Kpathsea variables =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TETEXDIR=3D/usr/local TEXMF=3D/usr/local/share/texmf =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D environment variables (ok if = no output here) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D vangogh# pkg_info -L teTeX-0.4/ | egrep '([^.]mp$)|(mp.1)' /usr/local/man/man1/mp.1.gz /usr/local/bin/dmp /usr/local/bin/inimp /usr/local/bin/virmp /usr/local/bin/dvitomp this is the 'texconfig conf' output from another machine (2.2.6-STABLE)=20 with teTeX-0.4 probably installed from WC-2.2.6 packages CD: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D binaries found= by searching $PATH =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D tex: /usr/local/bin/tex initex: /usr/local/bin/initex virtex: /usr/local/bin/virtex mf: /usr/local/bin/mf inimf: /usr/local/bin/inimf virmf: /usr/local/bin/virmf dialog: /usr/bin/dialog dvips: /usr/local/bin/dvips xdvi: /usr/local/bin/xdvi kpsetool: /usr/local/bin/kpsetool kpsewhich: /usr/local/bin/kpsewhich MakeTeXPK: /usr/local/bin/MakeTeXPK MakeTeXTFM: /usr/local/bin/MakeTeXTFM mp: /usr/local/bin/mp inimp: /usr/local/bin/inimp virmp: /usr/local/bin/virmp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Kpathsea variables =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D TETEXDIR=3D/usr/local TEXMF=3D/usr/local/share/texmf =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D environment variables (ok if = no output here) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Thank you for any help and please, let me now if you update something (I don't sign CVS's lists).=20 Eduardo -- Eduardo Souza Machado da Silva http://web.lcmi.ufsc.br/~esms=20 Depto de Automa=E7=E3o e Sistemas PGP public key available UFSC Florian=F3polis Brasil =20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 9 7: 3:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 9B1F5154FB; Fri, 9 Apr 1999 07:03:23 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA230636383; Fri, 9 Apr 1999 09:59:43 -0400 Date: Fri, 9 Apr 1999 09:59:43 -0400 (EDT) From: Bill Fumerola To: Jacques Vidrine Cc: asami@FreeBSD.org, Chuck Robey , FreeBSD Ports Team Subject: ports cluster [was: /sys/boot, egcs vs. gcc, -Os] In-Reply-To: <199904090122.UAA52632@spawn.nectar.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 Thu, 8 Apr 1999, Jacques Vidrine wrote: > It takes both ... Satoshi's environment catches errors in the ports > that I would never see on my machine. This is why I keep repeating > ``send-pr, send-pr.'' I am lazy. I'll do what I can to make sure > that a port that I maintain or touch works in as many environments > as I can see, but I can't/won't try everything that real users will. Satoshi, Is it possible for the ports-committer-guys to have access to the cluster for testing in a chroot environment, or is this too early in the development of the cluster tools? - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 9 7:45: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freed.libdns.qc.ca (derby.JSP.UMontreal.CA [132.204.45.26]) by hub.freebsd.org (Postfix) with ESMTP id 2267014C40; Fri, 9 Apr 1999 07:44:27 -0700 (PDT) (envelope-from spidey@libdns.qc.ca) Received: from localhost (spidey@localhost) by freed.libdns.qc.ca (8.9.2/8.9.2) with SMTP id KAA02040; Fri, 9 Apr 1999 10:42:21 -0400 (EDT) (envelope-from spidey@libdns.qc.ca) X-Authentication-Warning: freed.libdns.qc.ca: spidey owned process doing -bs Date: Fri, 9 Apr 1999 10:42:21 -0400 (EDT) From: Spidey Reply-To: Spidey To: Satoshi - the Ports Wraith - Asami Cc: ports@freebsd.org Subject: Re: Using multiple versions of gtk. In-Reply-To: <199904090216.TAA98141@silvia.hip.berkeley.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, 8 Apr 1999, Satoshi - the Ports Wraith - Asami wrote: > * From: Spidey > > Seems like this is already resolved, but just FYI for general > interest: yes, it is... Thanks to anyone who helped... :) > * checking for gtk-config... /usr/X11R6/bin/gtk12-config > * checking for GTK - version >= 1.1.13... no > > I really hate this message printed by configure, as it is almost never > correct. This can be anything from a broken compiler to a missing > library to a version mismatch to misaligned planets. > > If you are using the latest FreeBSD ports, a version mismatch (at > least the particular one it's complaining about, gtk in this case) > virtually never occurs. well it happened in the install of gtk 1.2.1 itself as it needed glib 1.2.1 and the FBSD Makefile were only checking for glib 1.2... > When you see this, go check your config.log and see exactly what it's > complaining about. From my experience, it's usually a missing library > (generally a one that's different from the one that's printed by > configure) caused by some other things. I did, but I often have hard time reading these 'encryptions'... :) Si l'image donne l'illusion de savoir C'est que l'adage pretend que pour croire, L'important ne serait que de voir To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 9 7:58:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id DD09A1557A; Fri, 9 Apr 1999 07:58:17 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10VchC-000HHN-00; Fri, 9 Apr 1999 16:55:50 +0200 From: Sheldon Hearn To: asami@FreeBSD.ORG (Satoshi - the Ports Wraith - Asami) Cc: ports@FreeBSD.ORG Subject: Re: ports dependencies In-reply-to: Your message of "Thu, 08 Apr 1999 19:10:18 MST." <199904090210.TAA98121@silvia.hip.berkeley.edu> Date: Fri, 09 Apr 1999 16:55:50 +0200 Message-ID: <66424.923669750@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 08 Apr 1999 19:10:18 MST, Satoshi - the Ports Wraith - Asami wrote: > People, I know you are annoyed by many stupid things software authors > have done in the past to make your life miserable Actually, the only thing having any negative impact on my life right now is the lengthy discussion on port dependencies that's taking place on the freebsd-current mailing list. :-P 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 9 14: 5:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id DD09A1557A; Fri, 9 Apr 1999 07:58:17 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10VchC-000HHN-00; Fri, 9 Apr 1999 16:55:50 +0200 From: Sheldon Hearn To: asami@FreeBSD.ORG (Satoshi - the Ports Wraith - Asami) Cc: ports@FreeBSD.ORG Subject: Re: ports dependencies In-reply-to: Your message of "Thu, 08 Apr 1999 19:10:18 MST." <199904090210.TAA98121@silvia.hip.berkeley.edu> Date: Fri, 09 Apr 1999 16:55:50 +0200 Message-ID: <66424.923669750@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 08 Apr 1999 19:10:18 MST, Satoshi - the Ports Wraith - Asami wrote: > People, I know you are annoyed by many stupid things software authors > have done in the past to make your life miserable Actually, the only thing having any negative impact on my life right now is the lengthy discussion on port dependencies that's taking place on the freebsd-current mailing list. :-P 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 9 14: 5:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cfcl.com (unknown [205.158.144.193]) by hub.freebsd.org (Postfix) with ESMTP id 965291602A for ; Fri, 9 Apr 1999 14:05:22 -0700 (PDT) (envelope-from rdm@cfcl.com) X-Sent-To: Received: from Untitled (cerberus [205.158.144.205]) by cfcl.com (8.9.2/8.9.2) with ESMTP id HAA24625 for ; Fri, 9 Apr 1999 07:56:42 -0700 (PDT) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: In-Reply-To: <199904090740.AAA98824@silvia.hip.berkeley.edu> References: (message from Bill Fumerola on Thu, 8 Apr 1999 10:35:56 -0400 (EDT)) Date: Fri, 9 Apr 1999 07:51:15 -0700 To: freebsd-ports@FreeBSD.ORG From: Rich Morin Subject: Re: WWW_SITE variable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi sez: >... We have been putting homepages in >pkg/DESCR for years. I don't see any need in adding yet another knob >to an already solved problem (which unsolves part of it...for >instance, how is the package user supposed to see it?). Although your point is well taken, there is a significant difference between machine-readable, tagged data (as found in the Makefile or in, say, an XML or Boulder I/O file) and raw (often chaotic) text. I'm not sure what the answer is, but a compromise of some sort may be in order. Would you be willing to consider a pkg/XML file with a set of defined tags? I would simply suggest a more precisely formatted DESCR file, along the lines of the "0.doc" files I used in "PTF for UNIX", but I don't see folks being willing to follow rigorous editing standards. An XML file, in contrast, is a separate, mechanically-checkable document. A script can determine whether it is complete, snytactically correct, etc. And, of course, the XML could be frobbed automagically into other forms, to satisfy particular needs for user access. -r -- Rich Morin: rdm@cfcl.com, +1 650-873-7841, http://www.ptf.com/~rdm Prime Time Freeware: info@ptf.com, +1 408-433-9662, http://www.ptf.com MacPerl: http://www.ptf.com/macperl, http://www.ptf.com/ptf/products/MPPE MkLinux: http://www.mklinux.apple.com, http://www.ptf.com/ptf/products/MKLP To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 9 14:32:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gauntlet2b.bridge.com (ns2.bridge.com [159.43.254.220]) by hub.freebsd.org (Postfix) with ESMTP id 0F6B615EA6; Fri, 9 Apr 1999 13:52:32 -0700 (PDT) (envelope-from DDeatherage@bridge.com) Received: by gauntlet2b.bridge.com; id KAA24533; Fri, 9 Apr 1999 10:22:20 -0500 (CDT) Received: from dns1srv.bridge.com(167.76.56.13) by gauntlet2b.bridge.com via smap (4.1) id xma024427; Fri, 9 Apr 99 10:22:13 -0500 Received: from eximcx2.bridge.com (eximcx2.bridge.com [167.76.56.15]) by dns1srv.bridge.com (8.7.6/8.7.3) with ESMTP id KAA12981; Fri, 9 Apr 1999 10:22:12 -0500 (CDT) Received: by eximcx2.bridge.com with Internet Mail Service (5.5.2448.0) id <2N26130A>; Fri, 9 Apr 1999 10:25:18 -0500 Message-ID: From: "Deatherage, David" To: "'Joel Ray Holveck'" , Steve Price Cc: Peter Jeremy , current@FreeBSD.ORG, ports@FreeBSD.ORG Subject: RE: emacs* broken in -current (was Re: Vtable thunks with egcs) Date: Fri, 9 Apr 1999 10:19:21 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've found where this problem is coming from. It's in emacs20.3/src/s/freebsd.h. It sets a macro called BSD_SYSTEM based upon the version number contained in __FreeBSD__, checking for 1, 2 and 3. Of course, -current uses 4. I have found that you can check for __FreeBSD__ >= 3, and it will work, but this feels a bit like a hack. I've never updated a port, so I can either get some instruction from someone to put in a patch, or let someone else do it. David Deatherage -----Original Message----- From: Joel Ray Holveck [mailto:joelh@gnu.org] Sent: Thursday, April 08, 1999 9:18 PM To: Steve Price Cc: Peter Jeremy; current@FreeBSD.ORG; ports@FreeBSD.ORG Subject: Re: emacs* broken in -current (was Re: Vtable thunks with egcs) > You are absolutely right. I just tried the new version of emacs > that I built on my pre-egcs box and it doesn't work on that box > either. This definitely doesn't appear to be anything caused by > changing to egcs. Not that it matters much but for grins I just > built/installed the xemacs port and it _does_ appear to work. I've been having no problems with an Emacs 20.3 and X11R6 built in October on a -current system from April 6. (The Emacs is ELF, and built from my own sources instead of the port.) I'd like to track this down; could people give me more info privately? rms is looking at releasing a mostly bugfix Emacs, possibly tommorow, but it may be another month (he's about to leave town). I haven't been watching the changes; there may be some X-related fixes in there. Cheers, joelh -- Joel Ray Holveck - joelh@gnu.org Fourth law of programming: Anything that can go wrong wi sendmail: segmentation violation - core dumped To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 9 14:35:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from detlev.UUCP (tex-133.camalott.com [208.229.74.133]) by hub.freebsd.org (Postfix) with ESMTP id 6F86D14D07; Fri, 9 Apr 1999 14:31:21 -0700 (PDT) (envelope-from joelh@gnu.org) Received: (from joelh@localhost) by detlev.UUCP (8.9.3/8.9.1) id KAA75676; Fri, 9 Apr 1999 10:51:28 -0500 (CDT) (envelope-from joelh) To: "Deatherage, David" Cc: Steve Price , Peter Jeremy , current@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: emacs* broken in -current (was Re: Vtable thunks with egcs) References: From: Joel Ray Holveck Date: 09 Apr 1999 10:51:27 -0500 In-Reply-To: "Deatherage, David"'s message of "Fri, 9 Apr 1999 10:19:21 -0500" Message-ID: <8690c1x05c.fsf@detlev.UUCP> Lines: 15 X-Mailer: Gnus v5.5/Emacs 20.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I've found where this problem is coming from. It's in > emacs20.3/src/s/freebsd.h. It sets a macro called BSD_SYSTEM based upon the > version number contained in __FreeBSD__, checking for 1, 2 and 3. Of > course, -current uses 4. I have found that you can check for __FreeBSD__ >= > 3, and it will work, but this feels a bit like a hack. I've never updated a > port, so I can either get some instruction from someone to put in a patch, > or let someone else do it. I'll make the patch if a committer can get it in. -- Joel Ray Holveck - joelh@gnu.org Fourth law of programming: Anything that can go wrong wi sendmail: segmentation violation - core dumped To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 9 14:35:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cerebus.nectar.com (nectar-gw.nectar.com [204.0.249.101]) by hub.freebsd.org (Postfix) with ESMTP id CEC5914F3E for ; Fri, 9 Apr 1999 14:32:13 -0700 (PDT) (envelope-from nectar@nectar.com) Received: (from smap@localhost) by cerebus.nectar.com (8.9.1/8.9.1) id QAA20635; Fri, 9 Apr 1999 16:25:28 -0500 (CDT) (envelope-from nectar@nectar.com) Received: from spawn.nectar.com(10.0.0.101) by cerebus.nectar.com via smap (V2.1) id xma020633; Fri, 9 Apr 99 16:25:15 -0500 Received: from spawn.nectar.com (localhost [127.0.0.1]) by spawn.nectar.com (8.9.2/8.9.1) with ESMTP id QAA91710; Fri, 9 Apr 1999 16:24:02 -0500 (CDT) (envelope-from nectar@spawn.nectar.com) Message-Id: <199904092124.QAA91710@spawn.nectar.com> X-Mailer: exmh version 2.0.2 2/24/98 X-Exmh-Isig-CompType: repl X-Exmh-Isig-Folder: lists/freebsd X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-rsa.txt X-PGP-DSSfprint: AB2F 8D71 A4F4 467D 352E 8A41 5D79 22E4 71A2 8C73 X-PGP-DHfprint: 2D50 12E5 AB38 60BA AF4B 0778 7242 4460 1C32 F6B1 X-PGP-DH-DSSkey: http://www.nectar.com/nectar-dh-dss.txt From: Jacques Vidrine In-reply-to: <19990409165121.A6250@shale.csir.co.za> References: <19990409165121.A6250@shale.csir.co.za> Subject: Re: /sys/boot, egcs vs. gcc, -Os Mime-Version: 1.0 Content-Type: text/plain To: Jeremy Lea Cc: ports@FreeBSD.ORG Date: Fri, 09 Apr 1999 16:24:02 -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [moving to ports@FreeBSD.ORG in the hopes that it sticks] On 9 April 1999 at 16:51, Jeremy Lea wrote: [snip] > 1. Use -soname for binaries. Add this to $LDFLAGS or something, to get > a version number installed into a binary then create extra magic or > a script to test this in the DEPENDS. I don't know if this is > possible, but there must be some field available which can be got > with either file(1) or objdump(1). Same idea for scripts. This isn't general enough, in that we should be able to handle e.g. binaries in formats other than ELF, shell/perl/python/et. al. scripts, java class files. > 2. Add a version history in files. Each time a port is upgraded, add > the new PKGNAME to files/history. Recreate these from the CVS > history using a very clever script. Then use this to deinstall all > old versions, or for upgrading. Upgrading requires much more > dynamic PLISTs. Maybe a port should check for all files in PLIST > before installing and refuse to install unless they are cleaned out > first. Maybe the PLIST should consist of more than just the filename. We can generalize version numbers and use them for any type of file by including a version number in the PLIST. bin/myportapp version=2 lib/libmyport.so.1.2 version=3 It would be easy enough to create tools to help in generating PLISTs that are informative enough. At the minimum, this would force porters to think about version differences. Jacques Vidrine / n@nectar.com / nectar@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 9 14:37:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC56514BD4; Fri, 9 Apr 1999 13:49:21 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA15637; Fri, 9 Apr 1999 10:44:53 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Fri, 9 Apr 1999 10:44:53 -0700 (PDT) From: Message-Id: <199904091744.KAA15637@freefall.freebsd.org> To: brett@peloton.physics.montana.edu, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11033: update to gimp-manual port to fix fetch problems Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update to gimp-manual port to fix fetch problems State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Fri Apr 9 10:44:31 PDT 1999 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 9 14:38:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from alcanet.com.au (news.alcanet.com.au [203.62.196.10]) by hub.freebsd.org (Postfix) with ESMTP id EDCCE15787; Fri, 9 Apr 1999 14:34:30 -0700 (PDT) (envelope-from peter.jeremy@auss2.alcatel.com.au) Received: by border.alcanet.com.au id <40328>; Sat, 10 Apr 1999 07:07:21 +1000 Date: Sat, 10 Apr 1999 07:20:23 +1000 From: Peter Jeremy Subject: Re: ports/10783: ELF emacs 19.34 hangs under X windows To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: DDeatherage@bridge.com, asami@FreeBSD.ORG, joelh@gnu.org, ports@FreeBSD.ORG, sprice@hiwaay.net Message-Id: <99Apr10.070721est.40328@border.alcanet.com.au> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [Changing the subject line to suit gnats] "Deatherage, David" wrote: > I've found where this problem is coming from. It's in > emacs20.3/src/s/freebsd.h. It sets a macro called BSD_SYSTEM based upon the > version number contained in __FreeBSD__, checking for 1, 2 and 3. Of > course, -current uses 4. I have found that you can check for __FreeBSD__ >= > 3, and it will work, but this feels a bit like a hack. I've never updated a > port, so I can either get some instruction from someone to put in a patch, > or let someone else do it. Thanks David. It's the same problem in the editors/emacs port. I should have thought of something like this when I first saw the problem :-(. The equality tests on __FreeBSD__ are used to define a macro `BSD'. At least in 19.34, the value of this macro is never checked, just its definition, so David's change is adequate. Joel Ray Holveck >I'll make the patch if a committer can get it in. Going thru the proper FreeBSD channels... (Joel might like to see if he can get it integrated into emacs). The fix for 19.34 is a patch file: diff -bur work.old/emacs-19.34/src/s/freebsd.h work/emacs-19.34/src/s/freebsd.h --- work.old/emacs-19.34/src/s/freebsd.h Fri Mar 12 12:18:16 1999 +++ work/emacs-19.34/src/s/freebsd.h Sat Apr 10 06:32:00 1999 @@ -112,7 +112,7 @@ #define BSD 199103 #elif __FreeBSD__ == 2 #define BSD 199306 -#elif __FreeBSD__ == 3 +#elif __FreeBSD__ >= 3 #define BSD 199506 #endif Satoshi (or someone else with the complete ports tree): How about doing a quick search for any other equality checks against __FreeBSD__ or __FreeBSD_version that are biting us. (And maybe keeping the list around so we don't go thru the same thing next year when we move to FreeBSD-5.x) Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 9 15: 6: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 21F9E16B1A for ; Fri, 9 Apr 1999 14:42:37 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA33542; Fri, 9 Apr 1999 14:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 9 Apr 1999 14:40:04 -0700 (PDT) Message-Id: <199904092140.OAA33542@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Jeremy Subject: Re: ports/10783: ELF emacs 19.34 hangs under X windows Reply-To: Peter Jeremy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10783; it has been noted by GNATS. From: Peter Jeremy To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: DDeatherage@bridge.com, asami@FreeBSD.ORG, joelh@gnu.org, ports@FreeBSD.ORG, sprice@hiwaay.net Subject: Re: ports/10783: ELF emacs 19.34 hangs under X windows Date: Sat, 10 Apr 1999 07:20:23 +1000 [Changing the subject line to suit gnats] "Deatherage, David" wrote: > I've found where this problem is coming from. It's in > emacs20.3/src/s/freebsd.h. It sets a macro called BSD_SYSTEM based upon the > version number contained in __FreeBSD__, checking for 1, 2 and 3. Of > course, -current uses 4. I have found that you can check for __FreeBSD__ >= > 3, and it will work, but this feels a bit like a hack. I've never updated a > port, so I can either get some instruction from someone to put in a patch, > or let someone else do it. Thanks David. It's the same problem in the editors/emacs port. I should have thought of something like this when I first saw the problem :-(. The equality tests on __FreeBSD__ are used to define a macro `BSD'. At least in 19.34, the value of this macro is never checked, just its definition, so David's change is adequate. Joel Ray Holveck >I'll make the patch if a committer can get it in. Going thru the proper FreeBSD channels... (Joel might like to see if he can get it integrated into emacs). The fix for 19.34 is a patch file: diff -bur work.old/emacs-19.34/src/s/freebsd.h work/emacs-19.34/src/s/freebsd.h --- work.old/emacs-19.34/src/s/freebsd.h Fri Mar 12 12:18:16 1999 +++ work/emacs-19.34/src/s/freebsd.h Sat Apr 10 06:32:00 1999 @@ -112,7 +112,7 @@ #define BSD 199103 #elif __FreeBSD__ == 2 #define BSD 199306 -#elif __FreeBSD__ == 3 +#elif __FreeBSD__ >= 3 #define BSD 199506 #endif Satoshi (or someone else with the complete ports tree): How about doing a quick search for any other equality checks against __FreeBSD__ or __FreeBSD_version that are biting us. (And maybe keeping the list around so we don't go thru the same thing next year when we move to FreeBSD-5.x) Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 9 15: 6:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 843A216B1C for ; Fri, 9 Apr 1999 14:42:37 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA33551; Fri, 9 Apr 1999 14:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from jaka.isd.state.in.us (jaka.isd.state.in.us [199.8.63.68]) by hub.freebsd.org (Postfix) with ESMTP id 884F915E30 for ; Fri, 9 Apr 1999 14:36:54 -0700 (PDT) (envelope-from klikes@isd.state.in.us) Received: (from sfra15@localhost) by jaka.isd.state.in.us (8.9.2/8.9.0) id QAA38008; Fri, 9 Apr 1999 16:08:05 -0500 (EST) Message-Id: <199904092108.QAA38008@jaka.isd.state.in.us> Date: Fri, 9 Apr 1999 16:08:05 -0500 (EST) From: klikes@isd.state.in.us Reply-To: klikes@isd.state.in.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11048: fwtk 2.1 smap coredumps under 3.1-STABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11048 >Category: ports >Synopsis: variable not initialized in fwtk-lib leads to syslog coredump >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: Fri Apr 9 14:40:04 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kevin T. Likes >Release: FreeBSD 3.1-STABLE i386 >Organization: State of Indiana Department of Administration Information Services Division >Environment: fwtk 2.1 running on 3.1-STABLE. fwtk was patch with the no-spam patch from http://www.sabernet.net/software/smap_nospam.tar.gz. This patch does not touch the library where the bug is, except to add extra calls to some functions. >Description: In the function hostmatch in the fwtk library, there is a variable rev which is declared but never initialized before first reference. The code appears to assume that is has a null value. Sometimes, however, it does not which causes a call to syslog to coredump. This bug still exists in a version of fwtk downloaded from their site yesterday. >How-To-Repeat: Running smap patched with smap_nospam patch on a server from netacl. Include at least one "relay-domain" line in netacl. From a host not in that relay-domain, whose forward DNS lookup does not match the reverse lookup for it's ip, connect to the smap server. Type in a mail from:user@domain and rcpt to:user@domain, where domain is not in the relay domain. smap will coredump after the rcpt to: line. I have been able to do this reliably locally. >Fix: Apply the following patch. This patch was sent to the fwtk-support address, but no reply has been forthcoming. -----------cut here------------- *** nama.c.orig Wed Apr 7 12:44:30 1999 --- nama.c Wed Apr 7 12:53:32 1999 *************** *** 347,352 **** --- 347,354 ---- char *rev; eq = 0; + rev = (char *) NULL; + while(*p != '\0' && (*p == '.' || isdigit(*p))) p++; *************** *** 385,391 **** } while((hp_addr = (struct in_addr *)*hp->h_addr_list++) != (struct in_addr *)0) { ! if (hp_addr && !rev) rev = inet_ntoa(*hp_addr); if(bcmp(hp_addr,&f,hp->h_length) == 0) { eq = 1; --- 387,393 ---- } while((hp_addr = (struct in_addr *)*hp->h_addr_list++) != (struct in_addr *)0) { ! if (hp_addr && (rev == (char *) NULL)) rev = inet_ntoa(*hp_addr); if(bcmp(hp_addr,&f,hp->h_length) == 0) { eq = 1; ----------cut here----------- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 9 15: 8:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 475B915913; Fri, 9 Apr 1999 14:59:56 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA234874944; Fri, 9 Apr 1999 15:09:04 -0400 Date: Fri, 9 Apr 1999 15:09:04 -0400 (EDT) From: Bill Fumerola Reply-To: Bill Fumerola To: Satoshi - Ports Wraith - Asami Cc: tom@eborcom.com, mharo@area51.fremont.ca.us, ports@FreeBSD.ORG Subject: Re: WWW_SITE variable In-Reply-To: <199904090740.AAA98824@silvia.hip.berkeley.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 Fri, 9 Apr 1999, Satoshi - Ports Wraith - Asami wrote: > These changes were not approved. We have been putting homepages in > pkg/DESCR for years. I don't see any need in adding yet another knob > to an already solved problem (which unsolves part of it...for > instance, how is the package user supposed to see it?). The only advantage I see, though, is the generation of links in http://www.FreeBSD.org/ports/*.html 'Main Web Site', which is kinda neat. > I told scrappy to back them out a few weeks ago, he said he will, but > has been "too busy" and that's why they are still there. Hmmm, oh how I wished I read this message before I went in and made my changes to clean up some of the WWW_SITE stuff. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 9 15:24:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id B62141634D; Fri, 9 Apr 1999 15:15:32 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id RAA30046; Fri, 9 Apr 1999 17:12:58 -0500 (CDT) Date: Fri, 9 Apr 1999 17:12:58 -0500 (CDT) From: Steve Price To: Joel Ray Holveck Cc: "Deatherage, David" , Peter Jeremy , current@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: emacs* broken in -current (was Re: Vtable thunks with egcs) In-Reply-To: <8690c1x05c.fsf@detlev.UUCP> 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 9 Apr 1999, Joel Ray Holveck wrote: # > I've found where this problem is coming from. It's in # > emacs20.3/src/s/freebsd.h. It sets a macro called BSD_SYSTEM based upon the # > version number contained in __FreeBSD__, checking for 1, 2 and 3. Of # > course, -current uses 4. I have found that you can check for __FreeBSD__ >= # > 3, and it will work, but this feels a bit like a hack. I've never updated a # > port, so I can either get some instruction from someone to put in a patch, # > or let someone else do it. # # I'll make the patch if a committer can get it in. Send it to me. I'll commit it. :) BTW, good catch David! -steve # -- # Joel Ray Holveck - joelh@gnu.org # Fourth law of programming: # Anything that can go wrong wi # sendmail: segmentation violation - core dumped # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 9 15:26:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8562015CA1 for ; Fri, 9 Apr 1999 15:22:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA35456; Fri, 9 Apr 1999 15:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nebula.tbe.com (nebula.tbe.com [140.165.2.99]) by hub.freebsd.org (Postfix) with ESMTP id 019B515F7C for ; Fri, 9 Apr 1999 15:11:10 -0700 (PDT) (envelope-from dkelly@PeeCee.tbe.com) Received: from PeeCee.tbe.com (peecee.tbe.com [140.165.23.35]) by nebula.tbe.com (8.8.6 (PHNE_14041)/8.8.6) with ESMTP id RAA04928 for ; Fri, 9 Apr 1999 17:08:54 -0500 (CDT) Received: (from dkelly@localhost) by PeeCee.tbe.com (8.8.8/8.8.7) id RAA09925; Fri, 9 Apr 1999 17:08:54 -0500 (CDT) (envelope-from dkelly) Message-Id: <199904092208.RAA09925@PeeCee.tbe.com> Date: Fri, 9 Apr 1999 17:08:54 -0500 (CDT) From: dkelly@tbe.com Reply-To: dkelly@hiwaay.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11050: pgaccess update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11050 >Category: ports >Synopsis: update pgaccess from 0.91 to 0.96 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 9 15:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: David Kelly >Release: FreeBSD 2.2.8-STABLE i386 >Organization: >Environment: >Description: PostgreSQL contains pgaccess-0.93 but doesn't do as good a job installing pgaccess as the pgaccess port. That prompted me to look at the pgaccess site, http://flex.flex.ro/pgaccess/ and found a newer version, dated March 9. >How-To-Repeat: >Fix: Updating the port is trivial. My diffs may be harder to use than manual editing as only the version number and md5 need to change. More difficult would be removing pgaccess from postgresql (even when USE_TCL is defined), and adding a message on "install" suggesting use of the pgaccess port as its newer than the pgaccess which ships with postgresql. Also it wouldn't be a bad idea to add the patch and script hack from pgaccess's port to postgresql's pgaccess install. If I'm not totally coherent, its 5PM on Friday and I'm pooped. *** Makefile Fri Apr 9 16:53:23 1999 --- Makefile.orig Fri Apr 9 16:52:08 1999 *************** *** 6,12 **** # $Id: Makefile,v 1.16 1999/04/08 19:05:45 billf Exp $ # ! DISTNAME= pgaccess-0.96 CATEGORIES= databases MASTER_SITES= http://www.flex.ro/pgaccess/ --- 6,12 ---- # $Id: Makefile,v 1.16 1999/04/08 19:05:45 billf Exp $ # ! DISTNAME= pgaccess-0.91 CATEGORIES= databases MASTER_SITES= http://www.flex.ro/pgaccess/ *** files/md5 Fri Apr 9 16:52:45 1999 --- files/md5.orig Fri Apr 9 16:52:21 1999 *************** *** 1 **** ! MD5 (pgaccess-0.96.tar.gz) = 37487f0d1dc6451bd1d84da9c3484f91 --- 1 ---- ! MD5 (pgaccess-0.91.tar.gz) = 56a4980567c782ace0754676c3f33c5f >Release-Note: >Audit-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 9 16:11:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id DDED514EEB; Fri, 9 Apr 1999 16:11:29 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id SAA27768; Fri, 9 Apr 1999 18:09:14 -0500 (CDT) Date: Fri, 9 Apr 1999 18:09:14 -0500 (CDT) From: Steve Price To: Peter Jeremy Cc: FreeBSD-gnats-submit@FreeBSD.ORG, DDeatherage@bridge.com, asami@FreeBSD.ORG, joelh@gnu.org, ports@FreeBSD.ORG Subject: Re: ports/10783: ELF emacs 19.34 hangs under X windows In-Reply-To: <99Apr10.070721est.40328@border.alcanet.com.au> 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, 10 Apr 1999, Peter Jeremy wrote: # Going thru the proper FreeBSD channels... (Joel might like to see if he # can get it integrated into emacs). # # The fix for 19.34 is a patch file: # # diff -bur work.old/emacs-19.34/src/s/freebsd.h work/emacs-19.34/src/s/freebsd.h # --- work.old/emacs-19.34/src/s/freebsd.h Fri Mar 12 12:18:16 1999 # +++ work/emacs-19.34/src/s/freebsd.h Sat Apr 10 06:32:00 1999 # @@ -112,7 +112,7 @@ # #define BSD 199103 # #elif __FreeBSD__ == 2 # #define BSD 199306 # -#elif __FreeBSD__ == 3 # +#elif __FreeBSD__ >= 3 # #define BSD 199506 # #endif Got it. Let me build both versions of emacs, do a couple of quick tests, and I'll commit these changes. # Satoshi (or someone else with the complete ports tree): How about doing # a quick search for any other equality checks against __FreeBSD__ or # __FreeBSD_version that are biting us. (And maybe keeping the list # around so we don't go thru the same thing next year when we move to # FreeBSD-5.x) The biggest part of the list is pretty easy - anything that uses libtool. :) I'm pretty sure that most (all?) of the existing ports that use libtool have been fixed. Jeremy Lea has some patches floating around that should take care of remaining broken ones and all newcomer ports that use libtool. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 9 16:12:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5284414D9A for ; Fri, 9 Apr 1999 16:12:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA01387; Fri, 9 Apr 1999 16:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 9 Apr 1999 16:10:02 -0700 (PDT) Message-Id: <199904092310.QAA01387@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Steve Price Subject: Re: ports/10783: ELF emacs 19.34 hangs under X windows Reply-To: Steve Price Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10783; it has been noted by GNATS. From: Steve Price To: Peter Jeremy Cc: FreeBSD-gnats-submit@FreeBSD.ORG, DDeatherage@bridge.com, asami@FreeBSD.ORG, joelh@gnu.org, ports@FreeBSD.ORG Subject: Re: ports/10783: ELF emacs 19.34 hangs under X windows Date: Fri, 9 Apr 1999 18:09:14 -0500 (CDT) On Sat, 10 Apr 1999, Peter Jeremy wrote: # Going thru the proper FreeBSD channels... (Joel might like to see if he # can get it integrated into emacs). # # The fix for 19.34 is a patch file: # # diff -bur work.old/emacs-19.34/src/s/freebsd.h work/emacs-19.34/src/s/freebsd.h # --- work.old/emacs-19.34/src/s/freebsd.h Fri Mar 12 12:18:16 1999 # +++ work/emacs-19.34/src/s/freebsd.h Sat Apr 10 06:32:00 1999 # @@ -112,7 +112,7 @@ # #define BSD 199103 # #elif __FreeBSD__ == 2 # #define BSD 199306 # -#elif __FreeBSD__ == 3 # +#elif __FreeBSD__ >= 3 # #define BSD 199506 # #endif Got it. Let me build both versions of emacs, do a couple of quick tests, and I'll commit these changes. # Satoshi (or someone else with the complete ports tree): How about doing # a quick search for any other equality checks against __FreeBSD__ or # __FreeBSD_version that are biting us. (And maybe keeping the list # around so we don't go thru the same thing next year when we move to # FreeBSD-5.x) The biggest part of the list is pretty easy - anything that uses libtool. :) I'm pretty sure that most (all?) of the existing ports that use libtool have been fixed. Jeremy Lea has some patches floating around that should take care of remaining broken ones and all newcomer ports that use libtool. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 9 17:18:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 546D214C0E; Fri, 9 Apr 1999 17:18:20 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA01905; Fri, 9 Apr 1999 17:16:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 9 Apr 1999 17:16:08 -0700 (PDT) From: Message-Id: <199904100016.RAA01905@freefall.freebsd.org> To: peter.jeremy@alcatel.com.au, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10783: ELF emacs 19.34 hangs under X windows Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ELF emacs 19.34 hangs under X windows State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 9 17:15:03 PDT 1999 State-Changed-Why: Patch committed to both emacs ports. 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 9 21:12:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id 1E9DE151D4 for ; Fri, 9 Apr 1999 21:12:26 -0700 (PDT) (envelope-from dirk.meyer@dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.1/8.9.1) with UUCP id GAA16923 for freebsd-ports@FreeBSD.ORG; Sat, 10 Apr 1999 06:09:52 +0200 (CEST) Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.9.1/8.9.1) with BSMTP id FAA09937 for ; Sat, 10 Apr 1999 05:40:04 +0200 (CEST) To: freebsd-ports@FreeBSD.ORG Message-ID: <06pHGv6Wb5@dmeyer.dinoex.sub.org> From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: always build dependencies Date: Sat, 10 Apr 1999 05:39:01 +0200 X-Mailer: Dinoex 1.70 References: <199904060408.VAA06613@bubble.didi.com> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect v0.77-m5] X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Copyright: (C) Copyright 1999 by Dirk Meyer -- All rights reserved. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 19990410000000S+2@dinoex.sub.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi Asami wrote:, > What do people think about the following patch? I can recompile my installed ports much easier. And can be sure that everything is build with the right libs after a make world. I would like to see this as as standard Feature. kind regards Dirk -- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany -- Tel. +49-5606-6512 . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 9 23:52:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B1A0A15372 for ; Fri, 9 Apr 1999 23:52:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA20604; Fri, 9 Apr 1999 23:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from corp.au.triax.com (slwag2p14.ozemail.com.au [203.108.157.62]) by hub.freebsd.org (Postfix) with ESMTP id A639015048 for ; Fri, 9 Apr 1999 23:49:04 -0700 (PDT) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id QAA13772; Sat, 10 Apr 1999 16:46:58 +1000 (EST) Message-Id: <199904100646.QAA13772@corp.au.triax.com> Date: Sat, 10 Apr 1999 16:46:58 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@corp.au.triax.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11054: update port: wmdate-0.5 to 0.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11054 >Category: ports >Synopsis: update port: wmdate-0.5 to 0.6 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 9 23:50:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: Patch updates the wmdate port from 0.5 to 0.6. >How-To-Repeat: >Fix: Apply the following patch.. diff -ruN wmdate/Makefile wmdate-0.6/Makefile --- wmdate/Makefile Sat Apr 10 16:39:41 1999 +++ wmdate-0.6/Makefile Sat Apr 10 16:41:00 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: wmdate -# Version required: 0.5 +# Version required: 0.6 # Date created: 1 February 1999 # Whom: Jim Mock # # $Id: Makefile,v 1.1.1.1 1999/03/31 05:01:32 taoka Exp $ # -DISTNAME= wmdate-0.5 +DISTNAME= wmdate-0.6 CATEGORIES= x11-clocks windowmaker afterstep MASTER_SITES= http://wit401310.student.utwente.nl/apps/apps/ diff -ruN wmdate/files/md5 wmdate-0.6/files/md5 --- wmdate/files/md5 Sat Apr 10 16:39:41 1999 +++ wmdate-0.6/files/md5 Sat Apr 10 16:41:10 1999 @@ -1 +1 @@ -MD5 (wmdate-0.5.tar.gz) = 7e4e205b2084b53de38f09b4aa1a6112 +MD5 (wmdate-0.6.tar.gz) = ebb2b4b2b03a4be1ec22d1b16efb9321 >Release-Note: >Audit-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 9 23:52:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D8A41512B for ; Fri, 9 Apr 1999 23:52:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA20595; Fri, 9 Apr 1999 23:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kirk.giovannelli.it (kirk.giovannelli.it [194.184.65.4]) by hub.freebsd.org (Postfix) with ESMTP id 927FC15048 for ; Fri, 9 Apr 1999 23:44:15 -0700 (PDT) (envelope-from gmarco@giovannelli.it) Received: from suzy (modem30.masternet.it [194.184.65.40]) by kirk.giovannelli.it (8.9.3/8.9.2) with SMTP id GAA05786; Sat, 10 Apr 1999 06:41:50 GMT (envelope-from gmarco@giovannelli.it) Message-Id: <4.1.19990410083128.00968100@194.184.65.4> Date: Sat, 10 Apr 1999 08:43:06 +0200 From: Gianmarco Giovannelli To: FreeBSD-gnats-submit@freebsd.org Cc: billf@chc-chimes.com Subject: ports/11053: Update port: net/mtr-0.28 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11053 >Category: ports >Synopsis: Update port: net/mtr-0.28 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 9 23:50:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Gianmarco Giovannelli >Release: FreeBSD 4.0-CURRENT i386 >Organization: < Private > >Environment: FreeBSD gmarco.eclipse.org 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Fri Apr 9 10:04:01 CEST 1999 gmarco@gmarco.eclipse.org:/usr/src/sys/compile/GMARCO i386 >Description: This update mtr to version 0.35 Please close pr# 10613 (was updated to 0.33) portlint find only a warning about position of LIB_DEPENDS= gtk12.1 because now it is inside an .if I removed also the patchfiles because the port compile fine after configuring... >How-To-Repeat: >Fix: diff -ruN mtr.old/Makefile mtr/Makefile --- mtr.old/Makefile Tue Mar 2 00:58:35 1999 +++ mtr/Makefile Sat Apr 10 08:31:57 1999 @@ -3,25 +3,43 @@ # Date created: 12 August 1998 # Whom: Bill Fumerola # -# $Id: Makefile,v 1.7 1999/03/01 22:15:45 billf Exp $ +# $Id:$ # -DISTNAME= mtr-0.28 +DISTNAME= mtr-0.35 CATEGORIES= net MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \ - http://www.FreeBSD.org/~billf/distfiles/ + http://www.giovannelli.it/~gmarco/files/ MAINTAINER= billf@FreeBSD.org -LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 - -USE_AUTOCONF= yes -USE_XLIB= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk10-config" +HAS_CONFIGURE= yes MAN8= mtr.8 +pre-fetch: +.if !defined(USE_GTK) + @${ECHO} "" + @${ECHO} "If you want to compile with GTK support," + @${ECHO} "hit Ctrl-C right now and use \"make USE_GTK=yes\" " + @${ECHO} "" +CONFIGURE_ARGS=--with-gtk-prefix=/nopath +.else +USE_XLIB= yes +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +.endif + +do-install: + ${INSTALL} -c -s -m 4755 -o root -g wheel ${WRKSRC}/mtr ${PREFIX}/sbin + ${INSTALL_DATA} ${WRKSRC}/mtr.8 ${PREFIX}/man/man8 + post-install: - @chown root ${PREFIX}/sbin/mtr + @${ECHO} "" + @${ECHO} "${PREFIX}/sbin/mtr is setuid \"root\" " + @${ECHO} "" + @${ECHO} "Please read about potential security iussues" + @${ECHO} "in file ${WRKSRC}/SECURITY (not installed)" + @${ECHO} "" .include diff -ruN mtr.old/files/md5 mtr/files/md5 --- mtr.old/files/md5 Wed Nov 4 08:26:14 1998 +++ mtr/files/md5 Sat Apr 10 08:19:46 1999 @@ -1 +1 @@ -MD5 (mtr-0.28.tar.gz) = 40074f51f01fbd295f330401175f9223 +MD5 (mtr-0.35.tar.gz) = 98cf2e0ca3846329e789bd013e55da60 diff -ruN mtr.old/patches/patch-ab mtr/patches/patch-ab --- mtr.old/patches/patch-ab Wed Nov 4 04:47:25 1998 +++ mtr/patches/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- split.c.old Tue Nov 3 16:33:14 1998 -+++ split.c Tue Nov 3 16:33:24 1998 -@@ -24,6 +24,7 @@ - #include - #include - #include -+#include - - #include "display.h" - #include "dns.h" - diff -ruN mtr.old/patches/patch-ac mtr/patches/patch-ac --- mtr.old/patches/patch-ac Mon Mar 1 23:16:51 1999 +++ mtr/patches/patch-ac Thu Jan 1 01:00:00 1970 @@ -1,20 +0,0 @@ ---- net.c.orig Mon Nov 2 04:11:36 1998 -+++ net.c Mon Mar 1 17:02:53 1999 -@@ -136,7 +136,7 @@ - - ip->version = 0x45; - ip->tos = 0; -- ip->len = htons (packetsize); -+ ip->len = /* htons */ (packetsize); - ip->id = 0; - ip->frag = 0; - ip->ttl = 127; -@@ -178,7 +178,7 @@ - - ip->version = 0x45; - ip->tos = 0; -- ip->len = htons (packetsize); -+ ip->len = /* htons */ (packetsize); - ip->id = 0; - ip->frag = 0; - ip->ttl = hops; diff -ruN mtr.old/pkg/DESCR mtr/pkg/DESCR --- mtr.old/pkg/DESCR Wed Nov 4 08:26:14 1998 +++ mtr/pkg/DESCR Sat Apr 10 08:24:38 1999 @@ -1,6 +1,12 @@ mtr combines the functionality of the "traceroute" and "ping" programs into a single network diagnostic tool. -http://www.bitwizard.nl/mtr +Authors: Matt Kimball is the primary author of mtr. + Roger Wolff is currently maintaing mtr. +Homepage: http://www.bitwizard.nl/mtr +Distfile: mtr-0.35.tar.gz (80 kb) + +Ported to FreeBSD by: Bill Fumerola (billf@chc-chimes.com) +Gianmarco Giovannelli (gmarco@giovannelli.it) Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 10 0: 5:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (unknown [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 51C7215048 for ; Sat, 10 Apr 1999 00:05:56 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.2/8.9.1) with ESMTP id AAA29195; Sat, 10 Apr 1999 00:03:32 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id HAA44899; Sat, 10 Apr 1999 07:03:15 GMT (envelope-from obrien) Date: Sat, 10 Apr 1999 00:03:15 -0700 From: "David O'Brien" To: Eduardo Souza Machado da Silva Cc: Bernd Rosauer , br@stiller.netland.inka.de, ports@freebsd.org Subject: Re: problem with 'mp' in FreeBSD teTeX 0.4 port ? Message-ID: <19990410000315.A44874@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Eduardo Souza Machado da Silva on Fri, Apr 09, 1999 at 10:35:31AM -0300 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 > could you take a look at teTeX 0.4 port for FreeBSD ? I'm using > 2.2.8-STABLE and '/usr/local/bin/mp' is not installed by teTeX-0.4 > package or port. teTeX 0.4 does not install an `mp' because it directly conflicts with the `mp' printing Port. Since `mp' isn't called very often by users, it was renamed to something else. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 10 0:42:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F31AC14D7D for ; Sat, 10 Apr 1999 00:42:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA28519; Sat, 10 Apr 1999 00:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from corp.au.triax.com (slwag1p28.ozemail.com.au [203.108.157.44]) by hub.freebsd.org (Postfix) with ESMTP id B3CA314D51 for ; Sat, 10 Apr 1999 00:39:28 -0700 (PDT) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id RAA29524; Sat, 10 Apr 1999 17:37:14 +1000 (EST) Message-Id: <199904100737.RAA29524@corp.au.triax.com> Date: Sat, 10 Apr 1999 17:37:14 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@corp.au.triax.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11055: new port: wmbutton-0.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11055 >Category: ports >Synopsis: new port: wmbutton-0.4 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 10 00:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: A dockapp with nine buttons that can be configured to launch apps from the Window Maker dock or AfterStep Wharf. >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: # # wmbutton # wmbutton/patches # wmbutton/patches/patch-aa # wmbutton/Makefile # wmbutton/files # wmbutton/files/md5 # wmbutton/pkg # wmbutton/pkg/COMMENT # wmbutton/pkg/DESCR # wmbutton/pkg/PLIST # echo c - wmbutton mkdir -p wmbutton > /dev/null 2>&1 echo c - wmbutton/patches mkdir -p wmbutton/patches > /dev/null 2>&1 echo x - wmbutton/patches/patch-aa sed 's/^X//' >wmbutton/patches/patch-aa << 'END-of-wmbutton/patches/patch-aa' X--- Makefile.orig Sat Apr 10 16:49:04 1999 X+++ Makefile Sat Apr 10 16:51:43 1999 X@@ -1,15 +1,15 @@ X-INCLUDES =-I/usr/X11R6/include/X11 -I/usr/local/include -I/usr/include/X11R6/X11 X-LIBINC =-L/usr/X11R6/lib -L/usr/include/lib X+INCLUDES =-I/usr/X11R6/include/X11 -I/usr/local/include -I/usr/X11R6/include X+LIBINC =-L/usr/X11R6/lib -L/usr/local/lib X LIBS = -lX11 -lXpm -lXext X X TARGET = wmbutton X OBJECTS = wmbutton.o readln.o X X .c.o: X- gcc -O2 -c -Wall ${INCLUDES} ${FLAGS} $< -o $*.o X+ ${CC} -O2 -c -Wall ${INCLUDES} ${CFLAGS} $< -o $*.o X X ${TARGET}: ${OBJECTS} X- gcc -O2 -o ${TARGET} ${OBJECTS} ${LIBINC} ${LIBS} X+ ${CC} -O2 -o ${TARGET} ${OBJECTS} ${LIBINC} ${LIBS} X X clean:: X for i in ${OBJECTS}; do if [ -e $$i ] ; then rm $$i; fi; done END-of-wmbutton/patches/patch-aa echo x - wmbutton/Makefile sed 's/^X//' >wmbutton/Makefile << 'END-of-wmbutton/Makefile' X# New ports collection makefile for: wmbutton X# Version required: 0.4 X# Date created: 10 Apr 1999 X# Whom: Jim Mock X# X# $Id$ X# X XDISTNAME= wmbutton-0.4 XCATEGORIES= misc windowmaker XMASTER_SITES= http://www-personal.ksu.edu/~ehflora/wmbutton/ X XMAINTAINER= jim@phrantic.phear.net X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XUSE_X_PREFIX= yes X Xdo-build: X (cd ${WRKSRC} && make) X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/wmbutton ${PREFIX}/bin X Xpost-install: X @${ECHO} " " X @${ECHO} "----------------------------------------------------------------------" X @${ECHO} "===> Installing .wmbutton as ${PREFIX}/share/examples/wmbutton/wmbutton" X @${ECHO} "===> Modify if you wish and copy to ~/.wmbutton" X @${ECHO} "----------------------------------------------------------------------" X @${MKDIR} ${PREFIX}/share/examples/wmbutton && chmod a+rx ${PREFIX}/share/examples/wmbutton X ${INSTALL_DATA} ${WRKSRC}/.wmbutton ${PREFIX}/share/examples/wmbutton/wmbutton X @${ECHO} " " X @${ECHO} "-----------------------------------------------------------" X @${ECHO} "===> Installing README in ${PREFIX}/share/doc/wmbutton" X @${ECHO} "===> Please read it for usage instructions" X @${ECHO} "-----------------------------------------------------------" X @${MKDIR} ${PREFIX}/share/doc/wmbutton && chmod a+rx ${PREFIX}/share/doc/wmbutton X ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmbutton X X.include END-of-wmbutton/Makefile echo c - wmbutton/files mkdir -p wmbutton/files > /dev/null 2>&1 echo x - wmbutton/files/md5 sed 's/^X//' >wmbutton/files/md5 << 'END-of-wmbutton/files/md5' XMD5 (wmbutton-0.4.tar.gz) = 77b24ab49acfb667116d518d4bb99990 END-of-wmbutton/files/md5 echo c - wmbutton/pkg mkdir -p wmbutton/pkg > /dev/null 2>&1 echo x - wmbutton/pkg/COMMENT sed 's/^X//' >wmbutton/pkg/COMMENT << 'END-of-wmbutton/pkg/COMMENT' XA dockapp that displays 9 buttons to run apps of your choice. END-of-wmbutton/pkg/COMMENT echo x - wmbutton/pkg/DESCR sed 's/^X//' >wmbutton/pkg/DESCR << 'END-of-wmbutton/pkg/DESCR' XWmbutton is a 64x64 pixel application that displays nine buttons. XEach of these buttons can be configured via a configuration file to Xrun just about any application you'd like to. Basically, if you can Xtype it in a shell command, wmbutton can run it. It is based on wmcp, Xby Ben Cohen. X XWWW Homepage: http://www-personal.ksu.edu/~ehflora/wmbutton/index.html X X- Jim END-of-wmbutton/pkg/DESCR echo x - wmbutton/pkg/PLIST sed 's/^X//' >wmbutton/pkg/PLIST << 'END-of-wmbutton/pkg/PLIST' Xbin/wmbutton Xshare/examples/wmbutton/wmbutton Xshare/doc/wmbutton/README X@dirrm share/examples/wmbutton X@dirrm share/doc/wmbutton END-of-wmbutton/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 10 5:52:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DEF514FC7; Sat, 10 Apr 1999 05:52:29 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA80921; Sat, 10 Apr 1999 05:50:17 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sat, 10 Apr 1999 05:50:17 -0700 (PDT) From: Message-Id: <199904101250.FAA80921@freefall.freebsd.org> To: nathan@rtfm.net, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/6100: xmpeg3 chokes on filenames with spaces Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: xmpeg3 chokes on filenames with spaces State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sat Apr 10 05:48:56 PDT 1999 State-Changed-Why: This is a problem with xmpeg3 and not the FreeBSD port of it. Contact the author of xmpeg3 if this still needs fixing. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 10 6:14:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 30F8815017; Sat, 10 Apr 1999 06:14:55 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA81855; Sat, 10 Apr 1999 06:12:43 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sat, 10 Apr 1999 06:12:43 -0700 (PDT) From: Message-Id: <199904101312.GAA81855@freefall.freebsd.org> To: snar@paranoia.ru, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9279: new port submission - libparanoia. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port submission - libparanoia. State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sat Apr 10 06:12:34 PDT 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 10 6:18:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EFF215018; Sat, 10 Apr 1999 06:18:20 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA82160; Sat, 10 Apr 1999 06:16:07 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sat, 10 Apr 1999 06:16:07 -0700 (PDT) From: Message-Id: <199904101316.GAA82160@freefall.freebsd.org> To: jseger@FreeBSD.org, freebsd-ports@FreeBSD.org, erich@FreeBSD.org Subject: Re: ports/9480: ELF kernel netboot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ELF kernel netboot Responsible-Changed-From-To: freebsd-ports->erich Responsible-Changed-By: jseger Responsible-Changed-When: Sat Apr 10 06:15:26 PDT 1999 Responsible-Changed-Why: This PR makes some changes to devel/linux_devel that should be approved by the MAINTAINER. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 10 9:22:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 048FB14F60 for ; Sat, 10 Apr 1999 09:22:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA40174; Sat, 10 Apr 1999 09:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id 7065714F60 for ; Sat, 10 Apr 1999 09:21:34 -0700 (PDT) (envelope-from dinoex@net2.dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.1/8.9.1) with UUCP id SAA20993 for FreeBSD-gnats-submit@freebsd.org; Sat, 10 Apr 1999 18:17:51 +0200 (CEST) Received: (from dinoex@localhost) by net2.dinoex.sub.org (8.9.1/8.9.1) id RAA15962; Sat, 10 Apr 1999 17:05:55 +0200 (CEST) Message-Id: <199904101505.RAA15962@net2.dinoex.sub.org> Date: Sat, 10 Apr 1999 17:05:55 +0200 (CEST) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11059: ports/security/pgp does not extract Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11059 >Category: ports >Synopsis: ports/security/pgp does not extract >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 10 09:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: privat >Environment: export USA_RESIDENT=NO >Description: The archive could no be extracted. >How-To-Repeat: Try to build the port from stable/ports >Fix: Apply this patch diff pgp/Makefile pgp-2.6.3ia-etc/Makefile --- pgp/Makefile Wed Feb 10 08:21:26 1999 +++ pgp-2.6.3ia-etc/Makefile Wed Feb 24 08:50:11 1999 @@ -76,7 +76,7 @@ PATCHDIR= ${.CURDIR}/patches.non_usa post-extract: - cd ${WRKDIR}; $(TAR) -xf pgp263ii.tar; \ + cd ${WRKDIR}; $(EXTRACT_CMD) -xf pgp263ii.tar; \ rm -f pgp263ii.tar .endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 10 11:42:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 81BB614EE0 for ; Sat, 10 Apr 1999 11:42:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA46040; Sat, 10 Apr 1999 11:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from castle.huebner.org (unknown [195.126.47.132]) by hub.freebsd.org (Postfix) with ESMTP id B054814D74 for ; Sat, 10 Apr 1999 11:32:57 -0700 (PDT) (envelope-from hans@jabberwock.huebner.org) Received: from jabberwock.huebner.org ([192.168.2.100]) by castle.huebner.org with esmtp (Exim 2.02 #1) id 10W2XU-00007R-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 10 Apr 1999 20:31:32 +0200 Received: (from hans@localhost) by jabberwock.huebner.org (8.9.3/8.8.8) id UAA10641; Sat, 10 Apr 1999 20:31:26 +0200 (CEST) (envelope-from hans) Message-Id: <199904101831.UAA10641@jabberwock.huebner.org> Date: Sat, 10 Apr 1999 20:31:26 +0200 (CEST) From: Hans Huebner Reply-To: hans@jabberwock.huebner.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11060: [PATCH] ports/www/wml marked as broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11060 >Category: ports >Synopsis: ports/www/wml is marked broken >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 10 11:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Hans Huebner >Release: FreeBSD 4.0-CURRENT i386 >Organization: No >Environment: -CURRENT as of today >Description: The wml port is marked as broken and not up-to-date with respect to wml's current version. >How-To-Repeat: cd /usr/ports/www/wml; make >Fix: Index: Makefile =================================================================== RCS file: /usr/cvs/ports/www/wml/Makefile,v retrieving revision 1.27 diff -u -r1.27 Makefile --- Makefile 1998/11/11 05:37:38 1.27 +++ Makefile 1999/04/10 17:31:12 @@ -1,12 +1,12 @@ # New ports collection makefile for: wml -# Version required: 1.6.7 +# Version required: 1.6.8 # Date created: 09-Sep-1997 # Whom: Ralf S. Engelschall # # $Id: Makefile,v 1.27 1998/11/11 05:37:38 asami Exp $ # -DISTNAME= wml-1.6.7 +DISTNAME= wml-1.6.8 CATEGORIES= www lang MASTER_SITES= http://www.engelschall.com/sw/wml/distrib/ \ ftp://ftp.ch.engelschall.com/sw/wml/ \ @@ -17,11 +17,6 @@ .include -.if ${OSVERSION} >= 300000 -BROKEN= perl -.endif - -USE_PERL5= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-perl=${PERL5} Index: files/md5 =================================================================== RCS file: /usr/cvs/ports/www/wml/files/md5,v retrieving revision 1.21 diff -u -r1.21 md5 --- md5 1998/08/02 15:43:35 1.21 +++ md5 1999/04/10 17:26:34 @@ -1 +1 @@ -MD5 (wml-1.6.7.tar.gz) = 29749c474966784f468a457e5f22f7a4 +MD5 (wml-1.6.8.tar.gz) = 32755141cba3c05b5fcb4b2a98eb328e >Release-Note: >Audit-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 10 12:15:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D4FEE15159; Sat, 10 Apr 1999 12:15:24 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA47476; Sat, 10 Apr 1999 12:13:12 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sat, 10 Apr 1999 12:13:12 -0700 (PDT) From: Message-Id: <199904101913.MAA47476@freefall.freebsd.org> To: anders@fix.no, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10097: new port - kvirc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port - kvirc State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sat Apr 10 12:12:25 PDT 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 10 12:22:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 61F0115234 for ; Sat, 10 Apr 1999 12:22:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA48048; Sat, 10 Apr 1999 12:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 3076B15040 for ; Sat, 10 Apr 1999 12:19:05 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id MAA05111; Sat, 10 Apr 1999 12:16:52 -0700 (PDT) (envelope-from mharo) Message-Id: <199904101916.MAA05111@patrol.area51.fremont.ca.us> Date: Sat, 10 Apr 1999 12:16:52 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11062: Update: news/suck (4.1.0 -> 4.1.1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11062 >Category: ports >Synopsis: Update: news/suck (4.1.0 -> 4.1.1) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 10 12:20:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - New version (4.1.0 -> 4.1.1) portlint: 0 warnings, 0 errors patches: 0 new, 0 removed supports PREFIX: yes supports CFLAGS: yes >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/news/suck/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 1999/03/24 19:26:32 1.16 +++ Makefile 1999/04/10 17:06:34 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.16 1999/03/24 19:26:32 jseger Exp $ # -DISTNAME= suck-4.1.0 +DISTNAME= suck-4.1.1 CATEGORIES= news MASTER_SITES= http://home.att.net/~bobyetman/ Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/news/suck/files/md5,v retrieving revision 1.13 diff -u -r1.13 md5 --- md5 1999/03/24 19:26:32 1.13 +++ md5 1999/04/10 17:07:04 @@ -1 +1 @@ -MD5 (suck-4.1.0.tar.gz) = ef182099d9dcab94de0c7d4baba8027b +MD5 (suck-4.1.1.tar.gz) = 843fb8defd8c833b0615d48d49d22866 >Release-Note: >Audit-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 10 12:22:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 33F1715083 for ; Sat, 10 Apr 1999 12:22:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA48039; Sat, 10 Apr 1999 12:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 756B215159 for ; Sat, 10 Apr 1999 12:17:12 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id MAA04964; Sat, 10 Apr 1999 12:14:59 -0700 (PDT) (envelope-from mharo) Message-Id: <199904101914.MAA04964@patrol.area51.fremont.ca.us> Date: Sat, 10 Apr 1999 12:14:59 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11061: Update: audio/wmsound (0.9.2 -> 0.9.3) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11061 >Category: ports >Synopsis: Update: audio/wmsound (0.9.2 -> 0.9.3) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 10 12:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - New version (0.9.2 -> 0.9.3) portlint: 0 warnings, 0 errors patches: 0 new, 0 removed supports CFLAGS: no I don't know how to get CFLAGS to work with Imakefiles >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/wmsound/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/01/26 02:10:38 1.3 +++ Makefile 1999/04/07 21:16:39 @@ -6,13 +6,14 @@ # $Id: Makefile,v 1.3 1999/01/26 02:10:38 steve Exp $ # -DISTNAME= wmsound-0.9.2 +DISTNAME= wmsound-0.9.3 CATEGORIES= audio windowmaker MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/ MAINTAINER= gljohns@bellsouth.net BUILD_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker +LIB_DEPENDS= PropList.1:${PORTSDIR}/devel/libPropList USE_IMAKE= yes NO_INSTALL_MANPAGES= yes Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/wmsound/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/01/26 02:10:41 1.2 +++ md5 1999/04/04 22:47:41 @@ -1 +1 @@ -MD5 (wmsound-0.9.2.tar.gz) = e594d212d20c49f5c037dc157bb71eac +MD5 (wmsound-0.9.3.tar.gz) = dcb6acbd293d9ecf0b8a4fdfd6c12189 Index: patches/patch-ac =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/wmsound/patches/patch-ac,v retrieving revision 1.2 diff -u -r1.2 patch-ac --- patch-ac 1999/01/26 02:10:41 1.2 +++ patch-ac 1999/04/04 22:50:29 @@ -1,8 +1,17 @@ ---- src/Imakefile.orig Fri Jan 22 22:18:42 1999 -+++ src/Imakefile Fri Jan 22 22:18:50 1999 +--- src/Imakefile.orig Fri Mar 5 00:26:19 1999 ++++ src/Imakefile Sun Apr 4 15:49:56 1999 @@ -1,4 +1,4 @@ -CC = gcc +XCOMM CC = gcc BINDIR = /bin + +@@ -19,7 +19,7 @@ + STD_INCLUDES = -I/usr/local/include -I/usr/X11R6/include + DEPLIBS = $(DEPXLIB) + +-LOCAL_LIBRARIES += -lPropList $(WMSOUNDLIB) $(XLIB) $(EFENCELIB) ++LOCAL_LIBRARIES += -lPropList -L${LOCALBASE}/lib $(WMSOUNDLIB) $(XLIB) $(EFENCELIB) + + LINTLIBS = $(LINTXLIB) Index: patches/patch-ad =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/wmsound/patches/patch-ad,v retrieving revision 1.2 diff -u -r1.2 patch-ad --- patch-ad 1999/01/26 02:10:41 1.2 +++ patch-ad 1999/04/04 22:51:59 @@ -1,8 +1,17 @@ ---- utils/Imakefile.orig Fri Jan 22 22:19:19 1999 -+++ utils/Imakefile Fri Jan 22 22:19:45 1999 +--- utils/Imakefile.orig Fri Mar 5 00:30:04 1999 ++++ utils/Imakefile Sun Apr 4 15:51:43 1999 @@ -1,4 +1,4 @@ -CC = gcc +XCOMM CC = gcc BINDIR = /bin + +@@ -17,7 +17,7 @@ + STD_INCLUDES = -I/usr/local/include -I/usr/X11R6/include + DEPLIBS = $(DEPXLIB) + +-LOCAL_LIBRARIES += -lPropList $(XLIB) $(WMSOUNDLIB) $(EFENCELIB) ++LOCAL_LIBRARIES += -lPropList -L${LOCALBASE}/lib $(XLIB) $(WMSOUNDLIB) $(EFENCELIB) + + LINTLIBS = $(LINTXLIB) >Release-Note: >Audit-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 10 12:32:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 52DC11531B for ; Sat, 10 Apr 1999 12:32:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA54854; Sat, 10 Apr 1999 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id DFBD1151EE for ; Sat, 10 Apr 1999 12:25:56 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id MAA05536; Sat, 10 Apr 1999 12:23:44 -0700 (PDT) (envelope-from mharo) Message-Id: <199904101923.MAA05536@patrol.area51.fremont.ca.us> Date: Sat, 10 Apr 1999 12:23:44 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11064: Fix: net/wxftp (MASTER_SITE change) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11064 >Category: ports >Synopsis: Fix: net/wxftp (MASTER_SITE change) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 10 12:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - Change in MASTER_SITES portlint: 0 warnings, 0 errors patches: 0 new, 0 removed >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/net/wxftp/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 1999/03/17 12:55:31 1.4 +++ Makefile 1999/04/10 17:12:42 @@ -9,8 +9,7 @@ DISTNAME= wxftp-0.4.4.src PKGNAME= wxftp-0.4.4 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= system/network/file-transfer +MASTER_SITES= ftp://ftp.wxftp.seul.org/pub/wxftp/0.4.4/ MAINTAINER= kris@FreeBSD.ORG >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 10 12:32:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CF5315291 for ; Sat, 10 Apr 1999 12:32:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA54845; Sat, 10 Apr 1999 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id ADA6B151EE for ; Sat, 10 Apr 1999 12:23:31 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id MAA05397; Sat, 10 Apr 1999 12:21:18 -0700 (PDT) (envelope-from mharo) Message-Id: <199904101921.MAA05397@patrol.area51.fremont.ca.us> Date: Sat, 10 Apr 1999 12:21:18 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11063: Update: net/zebra (19981222 -> 19990408) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11063 >Category: ports >Synopsis: Update: net/zebra (19981222 -> 19990408) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 10 12:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - New version (19981222 -> 19990408) portlint: 1 warnings, 0 errors patches: 0 new, 0 removed supports PREFIX: yes supports CFLAGS: yes >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/net/zebra/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 1999/01/07 06:28:35 1.8 +++ Makefile 1999/04/10 17:16:51 @@ -6,8 +6,7 @@ # $Id: Makefile,v 1.8 1999/01/07 06:28:35 itojun Exp $ # -DISTNAME= zebra-981222 -PKGNAME= zebra-19981222 +DISTNAME= zebra-19990408 CATEGORIES= net MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ # you might need debugging, it's a developer release ! Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/net/zebra/files/md5,v retrieving revision 1.3 diff -u -r1.3 md5 --- md5 1999/01/07 06:28:36 1.3 +++ md5 1999/04/10 17:17:18 @@ -1 +1 @@ -MD5 (zebra-981222.tar.gz) = 83d3b36b116ac25db5382b1ffc53710d +MD5 (zebra-19990408.tar.gz) = 85a5c074ddcefb3dee75b7152a83eb25 Index: pkg/PLIST =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/net/zebra/pkg/PLIST,v retrieving revision 1.6 diff -u -r1.6 PLIST --- PLIST 1999/01/07 06:28:36 1.6 +++ PLIST 1999/04/10 19:19:42 @@ -7,5 +7,8 @@ etc/zebra/ripd.conf.sample etc/zebra/zebra.conf.sample etc/zebra/ospfd.conf.sample +@unexec install-info --delete %D/info/zebra.info %D/info/dir info/zebra.info -@unexec rmdir %D/etc/zebra 2>/dev/null +@exec install-info %D/info/zebra.info %D/info/dir +@dirrm %D/etc/zebra 2>/dev/null +@dirrm etc/zebra >Release-Note: >Audit-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 10 12:32:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A9791532C for ; Sat, 10 Apr 1999 12:32:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA54863; Sat, 10 Apr 1999 12:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id EDE61151EE for ; Sat, 10 Apr 1999 12:28:48 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id MAA08319; Sat, 10 Apr 1999 12:26:36 -0700 (PDT) (envelope-from mharo) Message-Id: <199904101926.MAA08319@patrol.area51.fremont.ca.us> Date: Sat, 10 Apr 1999 12:26:36 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11065: Update: misc/pdmenu (1.2.38 -> 1.2.40) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11065 >Category: ports >Synopsis: Update: misc/pdmenu (1.2.38 -> 1.2.40) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 10 12:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - New version (1.2.38 -> 1.2.40) portlint: 0 warnings, 0 errors patches: 0 new, 0 removed supports PREFIX: yes supports CFLAGS: yes >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/misc/pdmenu/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/01/18 04:42:16 1.1.1.1 +++ Makefile 1999/04/09 23:52:36 @@ -5,8 +5,8 @@ # # $Id: Makefile,v 1.1.1.1 1999/01/18 04:42:16 steve Exp $ -DISTNAME= pdmenu_1.2.38 -PKGNAME= pdmenu-1.2.38 +DISTNAME= pdmenu +PKGNAME= pdmenu-1.2.40 CATEGORIES= misc MASTER_SITES= http://kitenet.net/programs/code/pdmenu/ Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/misc/pdmenu/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/01/18 04:42:16 1.1.1.1 +++ md5 1999/04/09 23:51:19 @@ -1 +1 @@ -MD5 (pdmenu_1.2.38.tar.gz) = 6f2c9257443d496be40c01cb1d227a1f +MD5 (pdmenu.tar.gz) = c692fded481d13e5f80a70cdb91475ef Index: pkg/PLIST =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/misc/pdmenu/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1999/01/18 04:42:16 1.1.1.1 +++ PLIST 1999/04/09 23:59:12 @@ -2,3 +2,4 @@ etc/pdmenurc lib/pdmenu/showdir.pl lib/pdmenu/editdir.pl +@dirrm lib/pdmenu >Release-Note: >Audit-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 10 12:42:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F5AC15044 for ; Sat, 10 Apr 1999 12:42:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA55534; Sat, 10 Apr 1999 12:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 60C5014D42 for ; Sat, 10 Apr 1999 12:40:51 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id MAA12221; Sat, 10 Apr 1999 12:38:38 -0700 (PDT) (envelope-from mharo) Message-Id: <199904101938.MAA12221@patrol.area51.fremont.ca.us> Date: Sat, 10 Apr 1999 12:38:38 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11067: Update: games/xpilot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11067 >Category: ports >Synopsis: Update: games/xpilot >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 10 12:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - Removed \ at end of MASTER_SITES list portlint: 0 warnings, 0 errors patches: 0 new, 0 removed >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/games/xpilot/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 1999/03/15 01:12:25 1.14 +++ Makefile 1999/04/10 19:37:40 @@ -9,7 +9,7 @@ DISTNAME= xpilot-4.1.0 CATEGORIES= games MASTER_SITES= ftp://ftp.xpilot.org/pub/xpilot/ \ - ${MASTER_SITE_XCONTRIB} \ + ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/multiplayer MAINTAINER= sheldonh@iafrica.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 Sat Apr 10 12:42:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F86014F8D for ; Sat, 10 Apr 1999 12:42:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA55525; Sat, 10 Apr 1999 12:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id BA87B14D4F for ; Sat, 10 Apr 1999 12:35:44 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id MAA11817; Sat, 10 Apr 1999 12:33:31 -0700 (PDT) (envelope-from mharo) Message-Id: <199904101933.MAA11817@patrol.area51.fremont.ca.us> Date: Sat, 10 Apr 1999 12:33:31 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11066: Update: games/wmtimebomb (0.1.6 -> 0.2.0) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11066 >Category: ports >Synopsis: Update: games/wmtimebomb (0.1.6 -> 0.2.0) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 10 12:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - New version (0.1.6 -> 0.2.0) portlint: 0 warnings, 0 errors patches: 1 new, 0 removed supports PREFIX: yes supports CFLAGS: yes >How-To-Repeat: >Fix: diff -u -urN -x CVS wmtimebomb.old/Makefile wmtimebomb/Makefile --- wmtimebomb.old/Makefile Sun Jan 17 22:42:59 1999 +++ wmtimebomb/Makefile Fri Apr 9 09:17:16 1999 @@ -5,18 +5,27 @@ # # $Id: Makefile,v 1.4 1999/01/18 06:42:59 asami Exp $ -DISTNAME= wmtimebomb.6 -PKGNAME= wmtimebomb-0.1.6 +DISTNAME= wmtimebomb.20 +PKGNAME= wmtimebomb-0.2.0 CATEGORIES= games windowmaker -MASTER_SITES= http://www.gpf.or.th/~mhz/wmtimebomb/ +MASTER_SITES= ftp://ftp.netmug.org/pub/FreeBSD/distfiles/ MAINTAINER= ports@FreeBSD.ORG -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ + PropList.1:${PORTSDIR}/devel/libPropList \ + tiff.4:${PORTSDIR}/graphics/tiff34 \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + gif.3:${PORTSDIR}/graphics/giflib \ + png.3:${PORTSDIR}/graphics/png BUILD_DEPENDS= ${PREFIX}/lib/libWMaker.a:${PORTSDIR}/x11-wm/windowmaker -WRKSRC= ${WRKDIR}/wmtimebomb +WRKSRC= ${WRKDIR}/wmtimebomb.app USE_IMAKE= yes NO_INSTALL_MANPAGES= yes + +post-patch: + ${PERL} -pi -e 's,\@LOCALBASE\@,${LOCALBASE},g' ${WRKSRC}/Imakefile + ${PERL} -pi -e 's,\@X11BASE\@,${X11BASE},g' ${WRKSRC}/Imakefile .include diff -u -urN -x CVS wmtimebomb.old/files/md5 wmtimebomb/files/md5 --- wmtimebomb.old/files/md5 Mon Aug 10 00:57:57 1998 +++ wmtimebomb/files/md5 Thu Apr 8 09:04:21 1999 @@ -1 +1 @@ -MD5 (wmtimebomb.6.tar.gz) = c3ba3058b4281f02beb344d82136d157 +MD5 (wmtimebomb.20.tar.gz) = f4e2df169704d146f20540e4e31d9e11 diff -u -urN -x CVS wmtimebomb.old/patches/patch-aa wmtimebomb/patches/patch-aa --- wmtimebomb.old/patches/patch-aa Wed Dec 31 16:00:00 1969 +++ wmtimebomb/patches/patch-aa Thu Apr 8 13:22:07 1999 @@ -0,0 +1,14 @@ +--- Imakefile.orig Thu Apr 8 09:13:44 1999 ++++ Imakefile Thu Apr 8 09:14:16 1999 +@@ -1,7 +1,9 @@ +-XPMLIB = -L/usr/X11R6/lib -lXpm -lm -ljpeg -lpng -lz -ltiff -lgif +-WMAKER = -L/usr/local/lib -lWMaker -lWINGs -lwraster -lPropList ++XPMLIB = -L@X11BASE@/lib -lXpm -lm -ljpeg -lpng -lz -ltiff -lgif ++WMAKER = -L@LOCALBASE@/lib -lWMaker -lWINGs -lwraster -lPropList + + LOCAL_LIBRARIES = $(WMAKER) $(XPMLIB) $(XLIB) ++ ++EXTRA_INCLUDES= -I@LOCALBASE@/include + + SRCS = timebomb.c + OBJS = timebomb.o >Release-Note: >Audit-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 10 12:48:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BB6D9152EB; Sat, 10 Apr 1999 12:48:55 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA55943; Sat, 10 Apr 1999 12:46:43 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sat, 10 Apr 1999 12:46:43 -0700 (PDT) From: Message-Id: <199904101946.MAA55943@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10197: New Port: naim-0.9.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port: naim-0.9.3 State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sat Apr 10 12:46:36 PDT 1999 State-Changed-Why: ks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 10 12:52:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EE7E152DC for ; Sat, 10 Apr 1999 12:52:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA56190; Sat, 10 Apr 1999 12:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 8C24114D93 for ; Sat, 10 Apr 1999 12:51:20 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id MAA12870; Sat, 10 Apr 1999 12:49:07 -0700 (PDT) (envelope-from mharo) Message-Id: <199904101949.MAA12870@patrol.area51.fremont.ca.us> Date: Sat, 10 Apr 1999 12:49:07 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11069: Update: sysutils/psmisc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11069 >Category: ports >Synopsis: Update: sysutils/psmisc >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 10 12:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - Different MASTER_SITE, which actually has the distfile on it. portlint: 0 warnings, 0 errors patches: 0 new, 0 removed >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/sysutils/psmisc/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1998/12/20 03:55:54 1.1.1.1 +++ Makefile 1999/04/10 17:42:03 @@ -8,8 +8,7 @@ DISTNAME= psmisc-17 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.cdrom.com/pub/NetBSD/packages/distfiles/ \ - ftp://ftp.bitcon.no/pub/NetBSD/packages/distfiles/ +MASTER_SITES= ftp://ftp.netbsd.org/pub/incoming/distfiles/ MAINTAINER= rantapaa@uswest.net >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 10 12:52:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 08B9814E35 for ; Sat, 10 Apr 1999 12:52:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA56181; Sat, 10 Apr 1999 12:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 0195B152E0 for ; Sat, 10 Apr 1999 12:48:33 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id MAA12705; Sat, 10 Apr 1999 12:46:12 -0700 (PDT) (envelope-from mharo) Message-Id: <199904101946.MAA12705@patrol.area51.fremont.ca.us> Date: Sat, 10 Apr 1999 12:46:12 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11068: Update: sysutils/webmin (0.65 -> 0.70) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11068 >Category: ports >Synopsis: Update: sysutils/webmin (0.65 -> 0.70) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 10 12:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - New version (0.65 -> 0.70) portlint: 4 warnings, 0 errors WARN: use of IS_INTERACTIVE discouraged. provide batch mode by using BATCH and/or FOR_CDROM. patches: 0 new, 0 removed supports PREFIX: yes >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/sysutils/webmin/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 1999/01/07 19:44:18 1.4 +++ Makefile 1999/04/10 19:41:35 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.4 1999/01/07 19:44:18 andreas Exp $ # -DISTNAME= webmin-0.65 +DISTNAME= webmin-0.70 CATEGORIES= sysutils MASTER_SITES= http://www.webmin.com/webmin/download/ @@ -18,18 +18,18 @@ pre-extract: @if [ -x ${PREFIX}/sbin/httpd ]; then \ - echo Good ! You seem to have apache webserver installed ...; \ + ${ECHO_MSG} Good ! You seem to have apache webserver installed ...; \ else \ - echo You need to install one of the different apache webservers; \ - echo Best would be apache13-modssl or apache13-php3 that can be; \ - echo configured to use modssl for better security as well; \ + ${ECHO_MSG} You need to install one of the different apache webservers; \ + ${ECHO_MSG} Best would be apache13-modssl or apache13-php3 that can be; \ + ${ECHO_MSG} configured to use modssl for better security as well; \ exit 1; \ fi do-install: ${MKDIR} ${PREFIX}/lib/webmin ${CP} -r ${WRKSRC}/* ${PREFIX}/lib/webmin - @cd ${PREFIX}/lib/webmin && find . -name "*.orig" -print | xargs rm + @cd ${PREFIX}/lib/webmin && find . -name "*.orig" -print | xargs ${RM} @cd ${PREFIX}/lib/webmin && ./setup.sh .include Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/sysutils/webmin/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/01/07 19:44:18 1.2 +++ md5 1999/04/09 23:58:56 @@ -1 +1 @@ -MD5 (webmin-0.65.tar.gz) = 9744ba8628166785a9432c2a843d6fbb +MD5 (webmin-0.70.tar.gz) = 43b5d19519f9b188d71308e0693057eb Index: patches/patch-ab =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/sysutils/webmin/patches/patch-ab,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-ab --- patch-ab 1998/11/19 21:38:24 1.1.1.1 +++ patch-ab 1999/04/10 00:32:58 @@ -1,11 +1,10 @@ ---- os_list.txt.orig Thu Nov 19 21:45:58 1998 -+++ os_list.txt Thu Nov 19 21:46:43 1998 -@@ -7,6 +7,7 @@ - SuSE Linux 5.1,5.2 or 5.3 suse-linux 5.1 - Delix DLD Linux 5.2 redhat-linux 4.0 +--- os_list.txt.orig Fri Mar 5 01:59:55 1999 ++++ os_list.txt Fri Apr 9 17:23:56 1999 +@@ -11,6 +11,7 @@ Delix DLD Linux 5.3 redhat-linux 5.0 --FreeBSD 2.2.6 freebsd 2.2 -+FreeBSD 2.2.X freebsd 2.2 -+FreeBSD 3.X freebsd 3.0 - HP-UX 10.10, 10.20 or 10.30 hpux 10.10 - IBM AIX 4.3 (Limited support) aix 4.3 + FreeBSD 2.2 freebsd 2.2 + FreeBSD 3.0 freebsd 3.0 ++FreeBSD 4.0 freebsd 4.0 + HP-UX 10.01, 10.10, 10.20 or 10.30 hpux 10.10 + SGI Irix 6.0, 6.1 and 6.2 irix 6.0 + DEC/Compaq OSF/1 4.0 osf1 4.0 Index: pkg/PLIST =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/sysutils/webmin/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1999/01/07 19:44:19 1.2 +++ PLIST 1999/04/10 02:44:12 @@ -3,12 +3,14 @@ etc/webmin/bsdexports/config etc/webmin/config etc/webmin/cron/config +etc/webmin/dhcpd/config etc/webmin/dnsadmin/config etc/webmin/fdisk/config etc/webmin/format/config etc/webmin/inetd/config etc/webmin/init/config etc/webmin/lpadmin/config +etc/webmin/majordomo/config etc/webmin/miniserv.conf etc/webmin/miniserv.pem etc/webmin/miniserv.users @@ -21,6 +23,7 @@ etc/webmin/squid/config etc/webmin/start etc/webmin/stop +etc/webmin/uninstall.sh etc/webmin/useradmin/config etc/webmin/var-path etc/webmin/version @@ -47,6 +50,8 @@ lib/webmin/apache/config-debian-linux lib/webmin/apache/config-freebsd lib/webmin/apache/config-hpux +lib/webmin/apache/config-irix +lib/webmin/apache/config-osf1 lib/webmin/apache/config-redhat-linux lib/webmin/apache/config-slackware-linux lib/webmin/apache/config-solaris @@ -180,8 +185,11 @@ lib/webmin/apache/virt_index.cgi lib/webmin/bind8/bind8-lib.pl lib/webmin/bind8/config-debian-linux -lib/webmin/bind8/config-freebsd +lib/webmin/bind8/config-freebsd-2.2 +lib/webmin/bind8/config-freebsd-3.0 lib/webmin/bind8/config-hpux +lib/webmin/bind8/config-irix +lib/webmin/bind8/config-osf1 lib/webmin/bind8/config-redhat-linux lib/webmin/bind8/config-slackware-linux lib/webmin/bind8/config-solaris @@ -274,6 +282,8 @@ lib/webmin/config-debian-linux lib/webmin/config-freebsd lib/webmin/config-hpux +lib/webmin/config-irix +lib/webmin/config-osf1 lib/webmin/config-redhat-linux lib/webmin/config-slackware-linux lib/webmin/config-solaris @@ -284,6 +294,8 @@ lib/webmin/cron/config-debian-linux lib/webmin/cron/config-freebsd lib/webmin/cron/config-hpux +lib/webmin/cron/config-irix +lib/webmin/cron/config-osf1 lib/webmin/cron/config-redhat-linux lib/webmin/cron/config-slackware-linux lib/webmin/cron/config-solaris @@ -297,6 +309,7 @@ lib/webmin/cron/edit_env.cgi lib/webmin/cron/exec_cron.cgi lib/webmin/cron/help.html +lib/webmin/cron/help/intro.html lib/webmin/cron/images/create_cron.gif lib/webmin/cron/images/cron.gif lib/webmin/cron/images/edit_allow.gif @@ -352,10 +365,51 @@ lib/webmin/dfsadmin/module.info lib/webmin/dfsadmin/restart_sharing.cgi lib/webmin/dfsadmin/save_share.cgi +lib/webmin/dhcpd/config-debian-linux +lib/webmin/dhcpd/config-freebsd +lib/webmin/dhcpd/config-osf1 +lib/webmin/dhcpd/config-redhat-linux +lib/webmin/dhcpd/config-slackware-linux +lib/webmin/dhcpd/config-solaris +lib/webmin/dhcpd/config-suse-linux +lib/webmin/dhcpd/config.info +lib/webmin/dhcpd/dhcpd-lib.pl +lib/webmin/dhcpd/edit_group.cgi +lib/webmin/dhcpd/edit_host.cgi +lib/webmin/dhcpd/edit_options.cgi +lib/webmin/dhcpd/edit_shared.cgi +lib/webmin/dhcpd/edit_subnet.cgi +lib/webmin/dhcpd/images/create_group.gif +lib/webmin/dhcpd/images/create_host.gif +lib/webmin/dhcpd/images/create_shared.gif +lib/webmin/dhcpd/images/create_subnet.gif +lib/webmin/dhcpd/images/dhcpd.gif +lib/webmin/dhcpd/images/edit_group.gif +lib/webmin/dhcpd/images/edit_host.gif +lib/webmin/dhcpd/images/edit_options.gif +lib/webmin/dhcpd/images/edit_shared.gif +lib/webmin/dhcpd/images/edit_subnet.gif +lib/webmin/dhcpd/images/group.gif +lib/webmin/dhcpd/images/host.gif +lib/webmin/dhcpd/images/icon.gif +lib/webmin/dhcpd/images/shared.gif +lib/webmin/dhcpd/images/subnet.gif +lib/webmin/dhcpd/index.cgi +lib/webmin/dhcpd/module.info +lib/webmin/dhcpd/params-lib.pl +lib/webmin/dhcpd/restart.cgi +lib/webmin/dhcpd/save_group.cgi +lib/webmin/dhcpd/save_host.cgi +lib/webmin/dhcpd/save_options.cgi +lib/webmin/dhcpd/save_shared.cgi +lib/webmin/dhcpd/save_subnet.cgi +lib/webmin/dhcpd/start.cgi lib/webmin/dnsadmin/change_soa.cgi lib/webmin/dnsadmin/config-debian-linux lib/webmin/dnsadmin/config-freebsd lib/webmin/dnsadmin/config-hpux +lib/webmin/dnsadmin/config-irix +lib/webmin/dnsadmin/config-osf1 lib/webmin/dnsadmin/config-redhat-linux lib/webmin/dnsadmin/config-slackware-linux lib/webmin/dnsadmin/config-solaris @@ -393,10 +447,23 @@ lib/webmin/exports/config-slackware-linux lib/webmin/exports/config-suse-linux lib/webmin/exports/config.info -lib/webmin/exports/delete_export.cgi -lib/webmin/exports/delete_host.cgi lib/webmin/exports/edit_export.cgi -lib/webmin/exports/export-lib.pl +lib/webmin/exports/exports-lib.pl +lib/webmin/exports/help/anongid.html +lib/webmin/exports/help/anonuid.html +lib/webmin/exports/help/client.html +lib/webmin/exports/help/create_export.html +lib/webmin/exports/help/dir.html +lib/webmin/exports/help/edit_export.html +lib/webmin/exports/help/insecure.html +lib/webmin/exports/help/intro.html +lib/webmin/exports/help/link_relative.html +lib/webmin/exports/help/nfs.html +lib/webmin/exports/help/noaccess.html +lib/webmin/exports/help/ro.html +lib/webmin/exports/help/squash.html +lib/webmin/exports/help/squash_gids.html +lib/webmin/exports/help/squash_uids.html lib/webmin/exports/images/create_export.gif lib/webmin/exports/images/edit_export.gif lib/webmin/exports/images/exports.gif @@ -407,7 +474,6 @@ lib/webmin/exports/save_export.cgi lib/webmin/fdisk/Comm.pl.debug lib/webmin/fdisk/config -lib/webmin/fdisk/dstatus.pl lib/webmin/fdisk/edit_part.cgi lib/webmin/fdisk/fdisk-lib.pl lib/webmin/fdisk/fsck.cgi @@ -496,6 +562,7 @@ lib/webmin/file/chmod.cgi lib/webmin/file/copy.cgi lib/webmin/file/delete.cgi +lib/webmin/file/env.cgi lib/webmin/file/file-lib.pl lib/webmin/file/images/binary.gif lib/webmin/file/images/cancel.gif @@ -536,7 +603,6 @@ lib/webmin/format/config lib/webmin/format/config.info lib/webmin/format/copy_part_form.cgi -lib/webmin/format/dstatus.pl lib/webmin/format/edit_disk.cgi lib/webmin/format/edit_part.cgi lib/webmin/format/format-lib.pl @@ -618,6 +684,7 @@ lib/webmin/inetd/restart_inetd.cgi lib/webmin/inetd/save_rpc.cgi lib/webmin/inetd/save_serv.cgi +lib/webmin/init/atboot.pl lib/webmin/init/config-debian-linux lib/webmin/init/config-freebsd lib/webmin/init/config-hpux @@ -626,6 +693,7 @@ lib/webmin/init/config-solaris lib/webmin/init/config-suse-linux lib/webmin/init/config.info +lib/webmin/init/delboot.pl lib/webmin/init/delete_action.cgi lib/webmin/init/edit_action.cgi lib/webmin/init/fix_action.cgi @@ -678,6 +746,55 @@ lib/webmin/lpadmin/sortdrivers.pl lib/webmin/lpadmin/start.cgi lib/webmin/lpadmin/stop.cgi +lib/webmin/majordomo/alias_setup.cgi +lib/webmin/majordomo/config +lib/webmin/majordomo/config.info +lib/webmin/majordomo/create_form.cgi +lib/webmin/majordomo/create_list.cgi +lib/webmin/majordomo/delete_list.cgi +lib/webmin/majordomo/edit_access.cgi +lib/webmin/majordomo/edit_global.cgi +lib/webmin/majordomo/edit_head.cgi +lib/webmin/majordomo/edit_info.cgi +lib/webmin/majordomo/edit_list.cgi +lib/webmin/majordomo/edit_members.cgi +lib/webmin/majordomo/edit_mesg.cgi +lib/webmin/majordomo/edit_misc.cgi +lib/webmin/majordomo/edit_subs.cgi +lib/webmin/majordomo/images/access.gif +lib/webmin/majordomo/images/create_form.gif +lib/webmin/majordomo/images/delete_list.gif +lib/webmin/majordomo/images/dig.gif +lib/webmin/majordomo/images/edit_access.gif +lib/webmin/majordomo/images/edit_global.gif +lib/webmin/majordomo/images/edit_head.gif +lib/webmin/majordomo/images/edit_info.gif +lib/webmin/majordomo/images/edit_list.gif +lib/webmin/majordomo/images/edit_members.gif +lib/webmin/majordomo/images/edit_mesg.gif +lib/webmin/majordomo/images/edit_misc.gif +lib/webmin/majordomo/images/edit_subs.gif +lib/webmin/majordomo/images/head.gif +lib/webmin/majordomo/images/icon.gif +lib/webmin/majordomo/images/info.gif +lib/webmin/majordomo/images/list.gif +lib/webmin/majordomo/images/majordomo.gif +lib/webmin/majordomo/images/members.gif +lib/webmin/majordomo/images/mesg.gif +lib/webmin/majordomo/images/misc.gif +lib/webmin/majordomo/images/mod.gif +lib/webmin/majordomo/images/subs.gif +lib/webmin/majordomo/index.cgi +lib/webmin/majordomo/majordomo-lib.pl +lib/webmin/majordomo/module.info +lib/webmin/majordomo/save_access.cgi +lib/webmin/majordomo/save_global.cgi +lib/webmin/majordomo/save_head.cgi +lib/webmin/majordomo/save_info.cgi +lib/webmin/majordomo/save_members.cgi +lib/webmin/majordomo/save_mesg.cgi +lib/webmin/majordomo/save_misc.cgi +lib/webmin/majordomo/save_subs.cgi lib/webmin/mime.types lib/webmin/miniserv.pem lib/webmin/miniserv.pl @@ -685,6 +802,8 @@ lib/webmin/mount/config-debian-linux lib/webmin/mount/config-freebsd lib/webmin/mount/config-hpux +lib/webmin/mount/config-irix +lib/webmin/mount/config-osf1 lib/webmin/mount/config-redhat-linux lib/webmin/mount/config-redhat-linux-5.0 lib/webmin/mount/config-slackware-linux @@ -705,6 +824,7 @@ lib/webmin/mount/images/icon.gif lib/webmin/mount/images/mount.gif lib/webmin/mount/index.cgi +lib/webmin/mount/irix-lib.pl lib/webmin/mount/linux-lib.pl lib/webmin/mount/module.info lib/webmin/mount/mount-lib.pl @@ -712,6 +832,7 @@ lib/webmin/mount/mount_nfs.man lib/webmin/mount/nfs_export.cgi lib/webmin/mount/nfs_server.cgi +lib/webmin/mount/osf1-lib.pl lib/webmin/mount/redhat-linux-lib.pl lib/webmin/mount/save_mount.cgi lib/webmin/mount/slackware-linux-lib.pl @@ -720,6 +841,42 @@ lib/webmin/mount/solaris-lib.pl lib/webmin/mount/suse-linux-lib.pl lib/webmin/mount/umount.cgi +lib/webmin/net/config-redhat-linux +lib/webmin/net/config-solaris +lib/webmin/net/config.info +lib/webmin/net/edit_aifc.cgi +lib/webmin/net/edit_bifc.cgi +lib/webmin/net/edit_dns.cgi +lib/webmin/net/edit_host.cgi +lib/webmin/net/images/create_aifc.gif +lib/webmin/net/images/create_bifc.gif +lib/webmin/net/images/create_host.gif +lib/webmin/net/images/dns.gif +lib/webmin/net/images/edit_aifc.gif +lib/webmin/net/images/edit_bifc.gif +lib/webmin/net/images/edit_dns.gif +lib/webmin/net/images/edit_host.gif +lib/webmin/net/images/hosts.gif +lib/webmin/net/images/icon.gif +lib/webmin/net/images/ifcs.gif +lib/webmin/net/images/list_hosts.gif +lib/webmin/net/images/list_ifcs.gif +lib/webmin/net/images/list_routes.gif +lib/webmin/net/images/net.gif +lib/webmin/net/images/routes.gif +lib/webmin/net/index.cgi +lib/webmin/net/list_hosts.cgi +lib/webmin/net/list_ifcs.cgi +lib/webmin/net/list_routes.cgi +lib/webmin/net/module.info +lib/webmin/net/net-lib.pl +lib/webmin/net/redhat-linux-lib.pl +lib/webmin/net/save_aifc.cgi +lib/webmin/net/save_bifc.cgi +lib/webmin/net/save_dns.cgi +lib/webmin/net/save_host.cgi +lib/webmin/net/save_routes.cgi +lib/webmin/net/solaris-lib.pl lib/webmin/newmods.pl lib/webmin/os_list.txt lib/webmin/pap/config-debian-linux @@ -745,6 +902,8 @@ lib/webmin/proc/config-debian-linux lib/webmin/proc/config-freebsd lib/webmin/proc/config-hpux +lib/webmin/proc/config-irix +lib/webmin/proc/config-osf1 lib/webmin/proc/config-redhat-linux lib/webmin/proc/config-slackware-linux lib/webmin/proc/config-solaris @@ -752,7 +911,6 @@ lib/webmin/proc/config.info lib/webmin/proc/edit_proc.cgi lib/webmin/proc/freebsd-lib.pl -lib/webmin/proc/fslist.pl lib/webmin/proc/help/cmd.html lib/webmin/proc/help/cmd.html.bak lib/webmin/proc/help/cpu.html @@ -804,6 +962,7 @@ lib/webmin/proc/kill_proc_list.cgi lib/webmin/proc/linux-lib.pl lib/webmin/proc/module.info +lib/webmin/proc/osf-lib.pl lib/webmin/proc/proc-lib.pl lib/webmin/proc/renice_proc.cgi lib/webmin/proc/run.cgi @@ -895,6 +1054,8 @@ lib/webmin/samba/config-debian-linux lib/webmin/samba/config-freebsd lib/webmin/samba/config-hpux +lib/webmin/samba/config-irix +lib/webmin/samba/config-osf1 lib/webmin/samba/config-redhat-linux lib/webmin/samba/config-slackware-linux lib/webmin/samba/config-solaris @@ -984,6 +1145,7 @@ lib/webmin/sendmail/config-debian-linux lib/webmin/sendmail/config-freebsd lib/webmin/sendmail/config-hpux +lib/webmin/sendmail/config-irix lib/webmin/sendmail/config-redhat-linux lib/webmin/sendmail/config-slackware-linux lib/webmin/sendmail/config-solaris @@ -1000,6 +1162,31 @@ lib/webmin/sendmail/edit_virtuser.cgi lib/webmin/sendmail/flushq.cgi lib/webmin/sendmail/generics-lib.pl +lib/webmin/sendmail/help/alias_enabled.html +lib/webmin/sendmail/help/alias_name.html +lib/webmin/sendmail/help/alias_to.html +lib/webmin/sendmail/help/aliases.html +lib/webmin/sendmail/help/edit_alias.html +lib/webmin/sendmail/help/intro.html +lib/webmin/sendmail/help/opt_ConnectionRateThrottle.html +lib/webmin/sendmail/help/opt_DH.html +lib/webmin/sendmail/help/opt_DR.html +lib/webmin/sendmail/help/opt_DS.html +lib/webmin/sendmail/help/opt_ForwardPath.html +lib/webmin/sendmail/help/opt_LogLevel.html +lib/webmin/sendmail/help/opt_MaxDaemonChildren.html +lib/webmin/sendmail/help/opt_MaxMessageSize.html +lib/webmin/sendmail/help/opt_MaxQueueRunSize.html +lib/webmin/sendmail/help/opt_MinFreeBlocks.html +lib/webmin/sendmail/help/opt_MinQueueAge.html +lib/webmin/sendmail/help/opt_PostMasterCopy.html +lib/webmin/sendmail/help/opt_QueueDirectory.html +lib/webmin/sendmail/help/opt_QueueLA.html +lib/webmin/sendmail/help/opt_RefuseLA.html +lib/webmin/sendmail/help/opt_SendMimeErrors.html +lib/webmin/sendmail/help/opt_Timeout.queuereturn.html +lib/webmin/sendmail/help/opt_Timeout.queuewarn.html +lib/webmin/sendmail/help/units.html lib/webmin/sendmail/images/access.gif lib/webmin/sendmail/images/aliases.gif lib/webmin/sendmail/images/cgs.gif @@ -1071,14 +1258,32 @@ lib/webmin/software/Comm.pl.debug lib/webmin/software/close.cgi lib/webmin/software/closeall.cgi +lib/webmin/software/config-hpux lib/webmin/software/config-redhat-linux lib/webmin/software/config-solaris lib/webmin/software/config-suse-linux lib/webmin/software/config.info +lib/webmin/software/delete_file.cgi lib/webmin/software/delete_pack.cgi lib/webmin/software/do_install.cgi lib/webmin/software/edit_pack.cgi lib/webmin/software/file_info.cgi +lib/webmin/software/help/delete.html +lib/webmin/software/help/edit_pack.html +lib/webmin/software/help/excludedocs.html +lib/webmin/software/help/file_info.html +lib/webmin/software/help/install.html +lib/webmin/software/help/intro.html +lib/webmin/software/help/list_pack.html +lib/webmin/software/help/nodeps.html +lib/webmin/software/help/noscripts.html +lib/webmin/software/help/oldpackage.html +lib/webmin/software/help/replacefiles.html +lib/webmin/software/help/replacepkgs.html +lib/webmin/software/help/root.html +lib/webmin/software/help/search.html +lib/webmin/software/help/upgrade.html +lib/webmin/software/hpux-lib.pl lib/webmin/software/images/close.gif lib/webmin/software/images/delete_pack.gif lib/webmin/software/images/dir.gif @@ -1110,6 +1315,8 @@ lib/webmin/squid/config-debian-linux lib/webmin/squid/config-freebsd lib/webmin/squid/config-hpux +lib/webmin/squid/config-irix +lib/webmin/squid/config-osf1 lib/webmin/squid/config-redhat-linux lib/webmin/squid/config-slackware-linux lib/webmin/squid/config-solaris @@ -1191,6 +1398,7 @@ lib/webmin/squid/squid-lib.pl lib/webmin/squid/start.cgi lib/webmin/squid/stop.cgi +lib/webmin/thirdparty.pl lib/webmin/user_chooser.cgi lib/webmin/useradmin/config-debian-linux lib/webmin/useradmin/config-freebsd @@ -1231,6 +1439,7 @@ lib/webmin/useradmin/help/expire.html.bak lib/webmin/useradmin/help/expire2.html lib/webmin/useradmin/help/expire2.html.bak +lib/webmin/useradmin/help/findform.html lib/webmin/useradmin/help/gchgid.html lib/webmin/useradmin/help/gchgid.html.bak lib/webmin/useradmin/help/ggid.html @@ -1325,8 +1534,35 @@ lib/webmin/webmin/install_mod.cgi lib/webmin/webmin/module.info lib/webmin/webmin/webmin-lib.pl +@dirrm etc/webmin/acl +@dirrm etc/webmin/apache +@dirrm etc/webmin/bind8 +@dirrm etc/webmin/bsdexports +@dirrm etc/webmin/cron +@dirrm etc/webmin/dfsadmin +@dirrm etc/webmin/dhcpd +@dirrm etc/webmin/dnsadmin +@dirrm etc/webmin/exports +@dirrm etc/webmin/fdisk +@dirrm etc/webmin/file +@dirrm etc/webmin/format +@dirrm etc/webmin/hpuxexports +@dirrm etc/webmin/inetd +@dirrm etc/webmin/init +@dirrm etc/webmin/lpadmin +@dirrm etc/webmin/majordomo +@dirrm etc/webmin/mount +@dirrm etc/webmin/net +@dirrm etc/webmin/pap +@dirrm etc/webmin/proc +@dirrm etc/webmin/quota +@dirrm etc/webmin/samba +@dirrm etc/webmin/sendmail +@dirrm etc/webmin/software +@dirrm etc/webmin/squid +@dirrm etc/webmin/useradmin +@dirrm etc/webmin/webmin @dirrm etc/webmin -@dirrm lib/webmin @dirrm lib/webmin/acl/images @dirrm lib/webmin/acl @dirrm lib/webmin/apache/images @@ -1335,15 +1571,19 @@ @dirrm lib/webmin/bind8 @dirrm lib/webmin/bsdexports/images @dirrm lib/webmin/bsdexports +@dirrm lib/webmin/cron/help @dirrm lib/webmin/cron/images @dirrm lib/webmin/cron @dirrm lib/webmin/dfsadmin/help @dirrm lib/webmin/dfsadmin/images @dirrm lib/webmin/dfsadmin -@dirrm lib/webmin/dnsadmin/help -@dirrm lib/webmin/dnsadmin/images +@dirrm lib/webmin/dhcpd/images +@dirrm lib/webmin/dhcpd @dirrm lib/webmin/dnsadmin/images/.xvpics +@dirrm lib/webmin/dnsadmin/images +@dirrm lib/webmin/dnsadmin/help @dirrm lib/webmin/dnsadmin +@dirrm lib/webmin/exports/help @dirrm lib/webmin/exports/images @dirrm lib/webmin/exports @dirrm lib/webmin/fdisk/images @@ -1361,8 +1601,12 @@ @dirrm lib/webmin/init @dirrm lib/webmin/lpadmin/images @dirrm lib/webmin/lpadmin +@dirrm lib/webmin/majordomo/images +@dirrm lib/webmin/majordomo @dirrm lib/webmin/mount/images @dirrm lib/webmin/mount +@dirrm lib/webmin/net/images +@dirrm lib/webmin/net @dirrm lib/webmin/pap/images @dirrm lib/webmin/pap @dirrm lib/webmin/proc/help @@ -1373,8 +1617,10 @@ @dirrm lib/webmin/quota @dirrm lib/webmin/samba/images @dirrm lib/webmin/samba +@dirrm lib/webmin/sendmail/help @dirrm lib/webmin/sendmail/images @dirrm lib/webmin/sendmail +@dirrm lib/webmin/software/help @dirrm lib/webmin/software/images @dirrm lib/webmin/software @dirrm lib/webmin/squid/images @@ -1384,3 +1630,4 @@ @dirrm lib/webmin/useradmin @dirrm lib/webmin/webmin/images @dirrm lib/webmin/webmin +@dirrm lib/webmin >Release-Note: >Audit-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 10 13: 2:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 015FB152E1 for ; Sat, 10 Apr 1999 13:02:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA56765; Sat, 10 Apr 1999 13:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 25C7314E35 for ; Sat, 10 Apr 1999 12:54:33 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id MAA15096; Sat, 10 Apr 1999 12:52:20 -0700 (PDT) (envelope-from mharo) Message-Id: <199904101952.MAA15096@patrol.area51.fremont.ca.us> Date: Sat, 10 Apr 1999 12:52:20 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11070: Change: games/xripple Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11070 >Category: ports >Synopsis: Change: games/xripple >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 10 13:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - Removed MASTER_SITE which didn't have distfile on it. portlint: 0 warnings, 0 errors supports PREFIX: unknown supports CFLAGS: no Not sure how to get Imakefiles to use CFLAGS/PREFIX stuff. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/games/xripple/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 1999/03/08 21:14:53 1.6 +++ Makefile 1999/04/10 15:38:06 @@ -11,7 +11,6 @@ CATEGORIES= games MASTER_SITES= ftp://crydee.sai.msu.ru/zeus/X11/contrib/ \ ftp://ftp.cin.nihon-u.ac.jp/pub/X11/enlightenment/misc/ \ - ftp://ftp.compnet.ru/pub/incoming/Faiy/Linux/ \ ftp://ftp.dataplus.se/pub/linux/enlightenment/misc/ \ ftp://ftp.devolution.com/pub/enlightenment/ \ ftp://ftp.dti.ad.jp/.1/X/e/ \ >Release-Note: >Audit-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 10 13:36:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B64E14C0D; Sat, 10 Apr 1999 13:36:43 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA59707; Sat, 10 Apr 1999 13:34:30 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sat, 10 Apr 1999 13:34:30 -0700 (PDT) From: Message-Id: <199904102034.NAA59707@freefall.freebsd.org> To: gljohns@bellsouth.net, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10234: New port of libimg for Tcl/Tk image handling. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port of libimg for Tcl/Tk image handling. State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sat Apr 10 13:33:58 PDT 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 10 14:28:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A22FA153C2; Sat, 10 Apr 1999 14:28:41 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA62707; Sat, 10 Apr 1999 14:26:29 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sat, 10 Apr 1999 14:26:29 -0700 (PDT) From: Message-Id: <199904102126.OAA62707@freefall.freebsd.org> To: plm@xs4all.nl, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10952: imlib in ports is not built correctly Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: imlib in ports is not built correctly State-Changed-From-To: open->feedback State-Changed-By: jseger State-Changed-When: Sat Apr 10 14:21:45 PDT 1999 State-Changed-Why: This is probably due to old versions of the dependencies being installed. Try removing all ports that this depends on, then reinstalling. Please report back the results. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 10 14:33:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A4C0414E06; Sat, 10 Apr 1999 14:33:05 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA63072; Sat, 10 Apr 1999 14:30:53 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sat, 10 Apr 1999 14:30:53 -0700 (PDT) From: Message-Id: <199904102130.OAA63072@freefall.freebsd.org> To: jseger@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/10954: build prob with egcs-1.1.2 (maybe bad checksums (?)) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: build prob with egcs-1.1.2 (maybe bad checksums (?)) Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: jseger Responsible-Changed-When: Sat Apr 10 14:30:35 PDT 1999 Responsible-Changed-Why: R. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 10 14:36:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E12714D30; Sat, 10 Apr 1999 14:36:35 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA63242; Sat, 10 Apr 1999 14:34:22 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sat, 10 Apr 1999 14:34:22 -0700 (PDT) From: Message-Id: <199904102134.OAA63242@freefall.freebsd.org> To: jseger@FreeBSD.org, freebsd-ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: ports/11007: building ports can cause problems if done simultaneously Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: building ports can cause problems if done simultaneously Responsible-Changed-From-To: freebsd-ports->asami Responsible-Changed-By: jseger Responsible-Changed-When: Sat Apr 10 14:33:24 PDT 1999 Responsible-Changed-Why: Ports system architecture issues go to asami To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 10 15: 3: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9874A14D22; Sat, 10 Apr 1999 15:03:01 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA64798; Sat, 10 Apr 1999 15:00:49 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sat, 10 Apr 1999 15:00:49 -0700 (PDT) From: Message-Id: <199904102200.PAA64798@freefall.freebsd.org> To: avatar@mmlab14.cse.yzu.edu.tw, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/6393: New port: MultiMedia package - CD player, mixer, and file browser Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: MultiMedia package - CD player, mixer, and file browser State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sat Apr 10 14:50:03 PDT 1999 State-Changed-Why: Thanks for your submission, however since this is not in port form, and no one has looked at it for almost a year, it is unlikely anyone will add it to our ports tree. If you are still interested in seeing it committed, please read the handbook section on porting applications. Then send-pr a new port. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 10 19:55:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9823915383; Sat, 10 Apr 1999 19:55:09 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA80273; Sat, 10 Apr 1999 19:52:57 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sat, 10 Apr 1999 19:52:57 -0700 (PDT) From: Message-Id: <199904110252.TAA80273@freefall.freebsd.org> To: nordwick@xcf.berkeley.edu, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/6570: New port: java CUP parser Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: java CUP parser State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sat Apr 10 19:52:48 PDT 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 10 20:32:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8804A153DA for ; Sat, 10 Apr 1999 20:32:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA82189; Sat, 10 Apr 1999 20:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id C632314DF0 for ; Sat, 10 Apr 1999 20:25:09 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id UAA33217; Sat, 10 Apr 1999 20:22:56 -0700 (PDT) (envelope-from mharo) Message-Id: <199904110322.UAA33217@patrol.area51.fremont.ca.us> Date: Sat, 10 Apr 1999 20:22:56 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11071: Fix: security/identify Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11071 >Category: ports >Synopsis: Fix: security/identify >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 10 20:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - BUILD_DEPENDS was missing an S and wasn't in the proper form. - Was installing into a directory but not removing it with the rest of the package. - Now supports NOPORTDOCS (which isn't documented in Mk/bsd.port.mk) portlint: 0 warnings, 0 errors patches: 0 new, 0 removed supports PREFIX: yes supports CFLAGS: yes >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/security/identify/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/04/02 19:19:55 1.2 +++ Makefile 1999/04/11 03:19:55 @@ -12,6 +12,13 @@ MAINTAINER= nsayer@quack.kfu.com -BUILD_DEPEND= ${PORTSDIR}/security/libident +BUILD_DEPENDS= ${PREFIX}/lib/libident.a:${PORTSDIR}/security/libident + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/identify ${PREFIX}/libexec +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/identify + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/identify +.endif .include Index: pkg/PLIST =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/security/identify/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1999/04/02 19:07:30 1.1.1.1 +++ PLIST 1999/04/11 03:16:18 @@ -1,2 +1,3 @@ libexec/identify share/doc/identify/README +@dirrm share/doc/identify >Release-Note: >Audit-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 10 20:42:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1066B14D23 for ; Sat, 10 Apr 1999 20:42:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA82835; Sat, 10 Apr 1999 20:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.12.203]) by hub.freebsd.org (Postfix) with ESMTP id A2ADC15102 for ; Sat, 10 Apr 1999 20:32:26 -0700 (PDT) (envelope-from mi@aldan.algebra.com) Received: from rtfm.newton (rtfm [10.10.0.1]) by kot.ne.mediaone.net (8.9.1a/8.9.1) with ESMTP id XAA28346; Sat, 10 Apr 1999 23:29:48 -0400 (EDT) Received: (from mi@localhost) by rtfm.newton (8.9.2/8.9.1) id XAA46435; Sat, 10 Apr 1999 23:30:10 -0400 (EDT) Message-Id: <199904110330.XAA46435@rtfm.newton> Date: Sat, 10 Apr 1999 23:30:10 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org Cc: sherilyn@ne.mediaone.net X-Send-Pr-Version: 3.2 Subject: ports/11072: Port of remote printing utilities added Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11072 >Category: ports >Synopsis: Port of remote printing utilities added >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 10 20:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.1-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: See the author's http://sherilyn.ne.mediaone.net/~meem/ndx_sideproj.html for more. Send print jobs to lpd servers anywhere on a network. Does not require lpd server to be listed in client's /etc/printcap, and is therefore useful for printing from machines one does not have root access on. This version has been completely redesigned and rewritten from the ground up. the source code is oh-so-much-better than before. there are also a number of user-visible changes: . addition of new rlprm command . new hooks for internationalization support . build procedure now uses automake in addition to autoconf . new --timeout option in case remote end dies . new --send-data-first option to improve support for buggy lpd's . now works with hp jetdirect printers . shiny-new rlpr progress meter, useful for printing over slow links . all printing commands default to `lp' printer now, like bsd Will use the installed gettext (see devel/gettext port) or its own. >How-To-Repeat: >Fix: The uuencoded port's tar-ball is right here: begin 644 rlpr-port.tar.gz M'XL(``@6$#<``^U9_U/CMA+GU_BOV.&@UQ;LV(Y#()0;&,@QS`..2>C=FVD[ M=[*MQ#IDR2?)I/3*__Y6SE>X:WG7:=)IFYT!QZO5[D?:U5I:*5ZH^MIB"2*_ MU6S"&@`$S:!Z`OCCY_@%=EI^Y`<-W]_!]]9.V%R#YH)Q551J0Q3`6LY^7VZ8 M4![0 MO]S_S^"2#J&0RFA().$V5MHV*?BB9HFF[%GH^ M\D^(H9`HB@_DU8(`C@K%.`1[>WO8_":3.;)K%^PF(\B^IH8J)IQGV+9QEFXX MSLE9[_KRZ*)S4%ER4:OO'!]==TY?=<\ZO8,::A,&!#7.Q5'ONM-]VSN[MOR^ M*=KUNLY0';\3GJ!>3E-&)/Y`X7I1QG4'NYQ=7N-?IWM0R]DAX2D1'N$#&BOB M)3)WG-/+[]\>O[I\>7;Z?1GA^=]@[6W;.-CU?= MSLNS_][7F4AXF=)U.#^9M)[/6CF+P>4(G*_/J3OJHES-=8?,9&Y"S(`:[3C= M\ZMN]_B@MO'Q3?<_O>[Q?5VKI&XG0R5>YCB%U,8MB$FRME,[I$DF8;U+"TX2 M)@;HCSY55"14@Y%0IV;2U;[.`,WXZZC$4&W`I=@^,G[O2<4&\.NOR+EX?3_C M/Y;XZBOXT:DAU%[GY![T9J5W\Z&9S<>=7LP8:!N#"B-,`!/P;N/C:;=S=8]3 M]0#Y;"90L/ZM]X/O[HF?WNU#*BOSK`_3$6R@2&5F'TQ&!<:Q,$R4=!_Z;'\, MMAJ2%9P3A_W/C&1D?_-ST[8Y@._FN[^HNM=&:BM=*8;>V%M,8&+A?.8O3++6 M68@0QFTTA9@)HA@Z3I=?U&6!?OB4I3[#RNW*N`Q&2\X+P/8?^+_*$2IL-4,5_N_99#KNC#>:WSPDNJ[5NN5 M`DYH`D$#MW#M,&B'H=W+[3I;6UMSPK4>,7:G!X$/P6Z[L==N1J,]W^$AN,'> M=@A;^+\!AX<./)M^,8IAZF4OG*T91YN42CW:;K^CU]=7'0N M%Y(!GES_.[/UWVK9_(]B.ZOUOPSJ49'"J+[V7L95J8$7*6BJ;JG20,0=#EQ1 MD`*(K<`-I;KQ5OG@'T/3]7_2Z1UW%V/CB?4?[#0;T_U?%#6K[W\0K=;_,N@/ MK7\XD52#D&9R%>#,^E@-,07.M*&IK?`FG%%AGNM1>;HYSG:'. MV_%%148T8JDJPGG!J:'\#A&G5+.!0'`6@:)#Q8Q!F58C5 MLE0)115XY$/=,G.U=/,RR=R88D=;K24"S=@Q>*/A`,'A$*ZEG;,RCU%(]@'' MI]Q;IEG,41UV&E#==IS)1]`#DJ:LNGU!84&'HUJLQ9Y;I'."MC&3\D97DX53 M194@MB?A[)?J!^BRL&79^5YQR;CUM4QH6B)((8<6$SJY--)>^%AO33&@&RT_ MD:+_V+3K&I9361J0125KO4STM&9M0RJU1>U/^FEL3^Q; MC-NH`NM>@T$W%`OZ MZ%;YW][T+:SZ^V7G_\:.;\__K6A5_UT*S?D_3QOIK;N'<^$-?OD&#L#?2UJ[<9C$<40;(=V-@E;H)SLD[<V7`HP`*``` ` 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 Sat Apr 10 21:22:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F1941152ED for ; Sat, 10 Apr 1999 21:22:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA84744; Sat, 10 Apr 1999 21:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id 6C0BA14BFC for ; Sat, 10 Apr 1999 21:12:15 -0700 (PDT) (envelope-from dinoex@net2.dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.1/8.9.1) with UUCP id GAA22803 for FreeBSD-gnats-submit@freebsd.org; Sun, 11 Apr 1999 06:08:56 +0200 (CEST) Received: (from dinoex@localhost) by net2.dinoex.sub.org (8.9.1/8.9.1) id FAA28443; Sun, 11 Apr 1999 05:04:35 +0200 (CEST) Message-Id: <199904110304.FAA28443@net2.dinoex.sub.org> Date: Sun, 11 Apr 1999 05:04:35 +0200 (CEST) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11073: /usr/ports/Mk missing Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11073 >Category: ports >Synopsis: /usr/ports/Mk missing >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 10 21:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: >Environment: anoncvs: >Description: a user should get the latest /usr/ports/Mk via anouncvs >How-To-Repeat: read the anouncvs modules/modules no module found >Fix: add a module, so it is updateable >Release-Note: >Audit-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 10 21:32:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DCED14E96 for ; Sat, 10 Apr 1999 21:32:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA85255; Sat, 10 Apr 1999 21:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id ECDB21544F for ; Sat, 10 Apr 1999 21:29:58 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id VAA00703; Sat, 10 Apr 1999 21:27:45 -0700 (PDT) (envelope-from mharo) Message-Id: <199904110427.VAA00703@patrol.area51.fremont.ca.us> Date: Sat, 10 Apr 1999 21:27:45 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11075: Fix: net/mpich (plist) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11075 >Category: ports >Synopsis: Fix: net/mpich (plist) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 10 21:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - PLIST had a few files which were not actually installed portlint: 0 warnings, 0 errors patches: 0 new, 0 removed supports PREFIX: not checked supports CFLAGS: not checked >How-To-Repeat: >Fix: Index: pkg/PLIST =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/net/mpich/pkg/PLIST,v retrieving revision 1.6 diff -u -r1.6 PLIST --- PLIST 1999/02/15 23:39:21 1.6 +++ PLIST 1999/04/11 04:16:27 @@ -10,7 +10,6 @@ mpich/MPI-2-C++/examples/user_bcast.cc mpich/bin/config.status mpich/bin/execer -mpich/bin/jumpshot mpich/bin/mpereconfig mpich/bin/mpiCC mpich/bin/mpicc @@ -50,7 +49,6 @@ mpich/build/freebsd/ch_p4/bin/chkserv mpich/build/freebsd/ch_p4/bin/chp4_servs mpich/build/freebsd/ch_p4/bin/config.status -mpich/build/freebsd/ch_p4/bin/jumpshot mpich/build/freebsd/ch_p4/bin/mpiCC mpich/build/freebsd/ch_p4/bin/mpicc mpich/build/freebsd/ch_p4/bin/mpif77 @@ -117,11 +115,9 @@ mpich/build/freebsd/ch_p4/include/mpif.h mpich/build/freebsd/ch_p4/include/mpio.h mpich/build/freebsd/ch_p4/include/mpiof.h -mpich/build/freebsd/ch_p4/lib/libampi.a mpich/build/freebsd/ch_p4/lib/libfmpich.a mpich/build/freebsd/ch_p4/lib/liblmpi.a mpich/build/freebsd/ch_p4/lib/libmpe.a -mpich/build/freebsd/ch_p4/lib/libmpe_nompi.a mpich/build/freebsd/ch_p4/lib/libmpich++.a mpich/build/freebsd/ch_p4/lib/libmpich.a mpich/build/freebsd/ch_p4/lib/libpmpich.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 Sat Apr 10 22:52:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 377DE15439 for ; Sat, 10 Apr 1999 22:52:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA88063; Sat, 10 Apr 1999 22:50:01 -0700 (PDT) (envelope-from gnats@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 9A50B153FC for ; Sat, 10 Apr 1999 22:49:27 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id E42A1161E; Sat, 10 Apr 1999 22:47:13 -0700 (PDT) Message-Id: <19990411054713.E42A1161E@norn.ca.eu.org> Date: Sat, 10 Apr 1999 22:47:13 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11076: New port: cmp3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11076 >Category: ports >Synopsis: New port: cmp3 >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 10 22:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: 4.0-CURRENT post-egcs. >Description: A(nother) frontend to mpg123. Uses ncurses. Portlint: 1 warning. CFLAGS/PREFIX: respected >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: # # cmp3 # cmp3/Makefile # cmp3/files # cmp3/files/md5 # cmp3/pkg # cmp3/pkg/COMMENT # cmp3/pkg/DESCR # cmp3/pkg/PLIST # cmp3/patches # cmp3/patches/patch-aa # cmp3/patches/patch-ab # cmp3/patches/patch-ac # echo c - cmp3 mkdir -p cmp3 > /dev/null 2>&1 echo x - cmp3/Makefile sed 's/^X//' >cmp3/Makefile << 'END-of-cmp3/Makefile' X# New ports collection makefile for: cmp3 X# Version required: 2.0pre3 X# Date created: 10 April 1999 X# Whom: Chris Piazza X# X# $Id$ X# X XDISTNAME= cmp3-2.0pre3 XPKGNAME= cmp3-2.0p3 XCATEGORIES= audio XMASTER_SITES= http://nkk104.rh.psu.edu/cmp3/ X XMAINTAINER= cpiazza@home.net X XRUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 X XUSE_GMAKE= YES X XWRKSRC= ${WRKDIR}/cmp3 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/cmp3 ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/rnmp3 ${PREFIX}/bin X ${MKDIR} ${PREFIX}/share/cmp3 X ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/cmp3 X Xpost-install: X @${ECHO_MSG} "*****NOTE*****" X @${ECHO_MSG} "Please read ${PREFIX}/share/cmp3/README before \ X using cmp3" X @${ECHO_MSG} "*****NOTE*****" X X.include END-of-cmp3/Makefile echo c - cmp3/files mkdir -p cmp3/files > /dev/null 2>&1 echo x - cmp3/files/md5 sed 's/^X//' >cmp3/files/md5 << 'END-of-cmp3/files/md5' XMD5 (cmp3-2.0pre3.tar.gz) = 5f2014ded170a67577ce8323312ce451 END-of-cmp3/files/md5 echo c - cmp3/pkg mkdir -p cmp3/pkg > /dev/null 2>&1 echo x - cmp3/pkg/COMMENT sed 's/^X//' >cmp3/pkg/COMMENT << 'END-of-cmp3/pkg/COMMENT' XAn ncurses based frontend to mpg123. END-of-cmp3/pkg/COMMENT echo x - cmp3/pkg/DESCR sed 's/^X//' >cmp3/pkg/DESCR << 'END-of-cmp3/pkg/DESCR' XA simple yet featureful ncurses frontend to mpg123. XIncludes playlist support, volume control and tools to help Xwith file management. X XHomepage: Xhttp://nkk104.rh.psu.edu/cmp3/ XAuthor: XNeville Kadwa X X-Chris Piazza Xcpiazza@home.net END-of-cmp3/pkg/DESCR echo x - cmp3/pkg/PLIST sed 's/^X//' >cmp3/pkg/PLIST << 'END-of-cmp3/pkg/PLIST' Xbin/cmp3 Xbin/rnmp3 Xshare/cmp3/README X@dirrm share/cmp3 END-of-cmp3/pkg/PLIST echo c - cmp3/patches mkdir -p cmp3/patches > /dev/null 2>&1 echo x - cmp3/patches/patch-aa sed 's/^X//' >cmp3/patches/patch-aa << 'END-of-cmp3/patches/patch-aa' X--- Makefile.orig Sat Apr 10 12:40:57 1999 X+++ Makefile Sat Apr 10 22:21:27 1999 X@@ -30,8 +30,9 @@ X # stands. Change the code to do something else you want it to do... X #PARAMS +=-DMY_CD X LIBS= -lncurses X-CFLAGS= -Wall -O2 -g X-CC= gcc X+CFLAGS?= -O2 X+CFLAGS+= -Wall -g X+CC?= gcc X OBJS= llist.o cmp3fileio.o cmp3manager.o cmp3curses.o cmp3llist.o \ X cmp3main.o cmp3listfiles.o cmp3playlist.o X X@@ -43,7 +44,6 @@ X endif X X all: rnmp3 cmp3 X- @echo -e "\n\nCmp3 is ready! Please read the README before proceeding.\n" X X clean: X rm -f *.o *~ DEADJOE core cmp3 rnmp3 END-of-cmp3/patches/patch-aa echo x - cmp3/patches/patch-ab sed 's/^X//' >cmp3/patches/patch-ab << 'END-of-cmp3/patches/patch-ab' X--- cmp3.h.orig Sat Apr 10 21:49:16 1999 X+++ cmp3.h Sat Apr 10 21:54:51 1999 X@@ -1,7 +1,7 @@ X #ifndef _CMP3_H X #define _CMP3_H X X-#include X+#include X X #ifndef NCURSES_VERSION X #error "This program requires ncurses to function" X@@ -15,7 +15,7 @@ X #include X #include X #include X-#include X+#include X #include X #include X #include END-of-cmp3/patches/patch-ab echo x - cmp3/patches/patch-ac sed 's/^X//' >cmp3/patches/patch-ac << 'END-of-cmp3/patches/patch-ac' X--- cmp3manager.c.orig Sat Apr 10 21:49:37 1999 X+++ cmp3manager.c Sat Apr 10 21:50:06 1999 X@@ -37,7 +37,7 @@ X void manageit() X { X X- setpgrp(); X+ setpgid(0,0); X shmptr = (shmdata_t*) shmat(shmid,NULL,0); X if (shmptr < 0) { X perror("can't attach shared memory"); END-of-cmp3/patches/patch-ac exit -Chris >Release-Note: >Audit-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 10 23:52:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 20EA014BDC for ; Sat, 10 Apr 1999 23:52:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA91331; Sat, 10 Apr 1999 23:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 10 Apr 1999 23:50:01 -0700 (PDT) Message-Id: <199904110650.XAA91331@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Michael Haro Subject: Re: ports/11076: New port: cmp3 Reply-To: Michael Haro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11076; it has been noted by GNATS. From: Michael Haro To: cpiazza@home.net, freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/11076: New port: cmp3 Date: Sat, 10 Apr 1999 23:44:01 -0700 After a quick runthrough this is what I find... diff -u -urN -x CVS cmp3/Makefile cmp3.new/Makefile --- cmp3/Makefile Sat Apr 10 23:38:02 1999 +++ cmp3.new/Makefile Sat Apr 10 23:39:42 1999 @@ -15,20 +15,19 @@ RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 -USE_GMAKE= YES +USE_GMAKE= yes WRKSRC= ${WRKDIR}/cmp3 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cmp3 ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/rnmp3 ${PREFIX}/bin - ${MKDIR} ${PREFIX}/share/cmp3 - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/cmp3 +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/cmp3 + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cmp3 +.endif post-install: - @${ECHO_MSG} "*****NOTE*****" - @${ECHO_MSG} "Please read ${PREFIX}/share/cmp3/README before \ - using cmp3" - @${ECHO_MSG} "*****NOTE*****" + @${CAT} ${PKGDIR}/MESSAGE .include diff -u -urN -x CVS cmp3/patches/patch-aa cmp3.new/patches/patch-aa --- cmp3/patches/patch-aa Sat Apr 10 23:38:03 1999 +++ cmp3.new/patches/patch-aa Sat Apr 10 23:28:00 1999 @@ -1,5 +1,23 @@ --- Makefile.orig Sat Apr 10 12:40:57 1999 -+++ Makefile Sat Apr 10 22:21:27 1999 ++++ Makefile Sat Apr 10 23:26:31 1999 +@@ -1,7 +1,7 @@ + # + # Set these variables + # +-INIT_DIR="/mp3" ++INIT_DIR="$(PREFIX)/share/mp3" + MPG123_LOC="mpg123" + #INSTALL_DIR=/usr/local/bin + INSTALL_DIR=$(HOME)/bin +@@ -11,7 +11,7 @@ + # + + ## An ass repository is a nice thing to have. See README +-ASSREPOSITORY="$(HOME)/.cmp3ass" ++#ASSREPOSITORY="$(HOME)/.cmp3ass" + + ## Define this for bufferring or add other parameters to mpg123 + #EXEC_PARAMS=-DEXEC_PARAMS="\"-b\",\"320\"" @@ -30,8 +30,9 @@ # stands. Change the code to do something else you want it to do... #PARAMS +=-DMY_CD @@ -7,7 +25,7 @@ -CFLAGS= -Wall -O2 -g -CC= gcc +CFLAGS?= -O2 -+CFLAGS+= -Wall -g ++CFLAGS+= -Wall +CC?= gcc OBJS= llist.o cmp3fileio.o cmp3manager.o cmp3curses.o cmp3llist.o \ cmp3main.o cmp3listfiles.o cmp3playlist.o @@ -20,3 +38,7 @@ clean: rm -f *.o *~ DEADJOE core cmp3 rnmp3 +@@ -75,4 +75,4 @@ + fi; + endif + diff -u -urN -x CVS cmp3/pkg/MESSAGE cmp3.new/pkg/MESSAGE --- cmp3/pkg/MESSAGE Wed Dec 31 16:00:00 1969 +++ cmp3.new/pkg/MESSAGE Sat Apr 10 23:00:51 1999 @@ -0,0 +1,3 @@ +*****NOTE***** +Please read ${PREFIX}/share/cmp3/README before using cmp3 +*****NOTE***** diff -u -urN -x CVS cmp3/pkg/PLIST cmp3.new/pkg/PLIST --- cmp3/pkg/PLIST Sat Apr 10 23:38:03 1999 +++ cmp3.new/pkg/PLIST Sat Apr 10 23:30:04 1999 @@ -1,4 +1,4 @@ bin/cmp3 bin/rnmp3 -share/cmp3/README -@dirrm share/cmp3 +share/doc/cmp3/README +@dirrm share/doc/cmp3 Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 11 0:11:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dominator.eecs.harvard.edu (dominator.eecs.harvard.edu [140.247.60.28]) by hub.freebsd.org (Postfix) with SMTP id 8ADA315414 for ; Sun, 11 Apr 1999 00:11:53 -0700 (PDT) (envelope-from karp@eecs.harvard.edu) Received: (from karp@localhost) by dominator.eecs.harvard.edu (8.6.12/8.6.12) id DAA12115 for freebsd-ports@freebsd.org; Sun, 11 Apr 1999 03:09:39 -0400 Date: Sun, 11 Apr 1999 03:09:39 -0400 From: Brad Karp Message-Id: <199904110709.DAA12115@dominator.eecs.harvard.edu> To: freebsd-ports@freebsd.org Subject: egcs-1.1.2 shared library linking bummage Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I run FreeBSD 3.1-RELEASE, with a /usr/ports updated to that of 4/8/99. I built the egcs-1.1.2 port as of 4/10/99, and the build and resulting compiler were fine, or so I thought, until I tried using egcc to produce shared libraries and link against those shared libraries. Say I have a function bar() defined in bar.c, and I compile bar.c into a shared library, libbar.so, using egcc: egcc -shared -fPIC -DPIC -Wl,-h -Wl,libbar.so -o libbar.so bar.c Then say I have main() in foo.c, and main() calls bar(). I build the executable foo as follows: egcc -o foo foo.c -L`pwd` -lbar The link goes fine, and an executable foo is created. I set my LD_LIBRARY_PATH to include `pwd`, and run foo, but I get the error: /usr/libexec/ld-elf.so.1: /usr/home/karp/egcs-bug/libbar.so: Undefined symbol "__deregister_frame_info" After some sleuthing by adding the -v option to the above egcc commmand lines, and nm'ing around in /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/, where the egcc-specific .o files and libgcc.a live, I've learned: - {crtbegin,crtbeginS,crtend,crtendS}.o all contain an unresolved reference to __register_frame_info and __deregister_frame_info - libgcc.a contains text for these functions - the build of foo *does* link against libgcc.a, so it *should* bring in these *_frame_info functions successfuly...but it doesn't - explicitly adding -lgcc to the end of the link line doesn't help - extracting the .o file (frame.o) that defines *_frame_info in egcc's libgcc.a, and manually including it in the link successfully includes the text for these functions in the executable - the output of egcc -v -Wl,--verbose shows that the proper libgcc.a is being used (i.e., not the old 2.7.2.1 libgcc.a, which doesn't have these frame_info functions...this was the first explanation I [wrongly] seized on) Even compiling a one-line "hello, world" program (no shared libraries of my construction involved) with egcc gives an executable with these *_frame_info symbols unresolved. However, the run-time loader doesn't complain when I run that executable--only when I run one linked against a shared library I've created myself, as above. Does anyone else see similar behavior? Better still, does anyone have a fix? I'm not a regular reader of the the ports mailing list, so if you could cc your reply to me directly, that'd be great. Thanks! Here are the exact files I use to demonstrate this behavior on my system: bar.c ----- #include void bar(void) { printf("hello, world.\n"); } foo.c ----- main(int argc, char **argv) { bar(); } Here is a transcript of the behavior I see: [dominatrix 119] egcc -v -c -fPIC -DPIC bar.c Reading specs from /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release) /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/cpp -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=91 -Di386 -D__ELF__ -Dunix -D__FreeBSD__=3 -D__i386__ -D__ELF__ -D__unix__ -D__FreeBSD__=3 -D__i386 -D__unix -Acpu(i386) -Amachine(i386) -Asystem(unix) -Asystem(FreeBSD) -Asystem(unix) -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -D__PIC__ -D__pic__ -DPIC bar.c /var/tmp/ccQvcCix.i GNU CPP version egcs-2.91.66 19990314 (egcs-1.1.2 release) (i386 FreeBSD/ELF) #include "..." search starts here: #include <...> search starts here: /usr/local/include /usr/local/i386-portbld-freebsd3.1/include /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/include /usr/include End of search list. /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/cc1 /var/tmp/ccQvcCix.i -quiet -dumpbase bar.c -version -fPIC -o /var/tmp/ccAvmCzW.s GNU C version egcs-2.91.66 19990314 (egcs-1.1.2 release) (i386-portbld-freebsd3.1) compiled by GNU C version egcs-2.91.66 19990314 (egcs-1.1.2 release). as -V -Qy -o bar.o /var/tmp/ccAvmCzW.s GNU assembler version 2.9.1 (i386-unknown-freebsdelf), using BFD version 2.9.1 [dominatrix 120] egcc -v -shared -Wl,-h -Wl,libbar.so -o libbar.so bar.o Reading specs from /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release) /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/collect2 -m elf_i386 -shared -o libbar.so /usr/lib/crti.o /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/crtbeginS.o -L/usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66 -L/usr/local/i386-portbld-freebsd3.1/lib -L/usr/local/lib -h libbar.so bar.o -lgcc -lgcc /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/crtendS.o /usr/lib/crtn.o [dominatrix 122] setenv LD_LIBRARY_PATH `pwd`':'$LD_LIBRARY_PATH [dominatrix 124] egcc -v -o foo foo.c -L. -lbar Reading specs from /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release) /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/cpp -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=91 -Di386 -D__ELF__ -Dunix -D__FreeBSD__=3 -D__i386__ -D__ELF__ -D__unix__ -D__FreeBSD__=3 -D__i386 -D__unix -Acpu(i386) -Amachine(i386) -Asystem(unix) -Asystem(FreeBSD) -Asystem(unix) -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ foo.c /var/tmp/cc8XhqFr.i GNU CPP version egcs-2.91.66 19990314 (egcs-1.1.2 release) (i386 FreeBSD/ELF) #include "..." search starts here: #include <...> search starts here: /usr/local/include /usr/local/i386-portbld-freebsd3.1/include /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/include /usr/include End of search list. /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/cc1 /var/tmp/cc8XhqFr.i -quiet -dumpbase foo.c -version -o /var/tmp/ccCqek7J.s GNU C version egcs-2.91.66 19990314 (egcs-1.1.2 release) (i386-portbld-freebsd3.1) compiled by GNU C version egcs-2.91.66 19990314 (egcs-1.1.2 release). as -V -Qy -o /var/tmp/cc2aJaT4.o /var/tmp/ccCqek7J.s GNU assembler version 2.9.1 (i386-unknown-freebsdelf), using BFD version 2.9.1 /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/collect2 -m elf_i386 -dynamic-linker /usr/libexec/ld-elf.so.1 -o foo /usr/lib/crt1.o /usr/lib/crti.o /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/crtbegin.o -L. -L/usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66 -L/usr/local/i386-portbld-freebsd3.1/lib -L/usr/local/lib /var/tmp/cc2aJaT4.o -lbar -lgcc -lc -lgcc /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/crtend.o /usr/lib/crtn.o [dominatrix 125] ./foo /usr/libexec/ld-elf.so.1: /usr/home/karp/egcs-bug/libbar.so: Undefined symbol "__deregister_frame_info" -Brad, karp@eecs.harvard.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 11 0:26:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B3349154C9; Sun, 11 Apr 1999 00:26:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA93272; Sun, 11 Apr 1999 00:24:10 -0700 (PDT) (envelope-from asami@FreeBSD.org) Date: Sun, 11 Apr 1999 00:24:10 -0700 (PDT) From: Message-Id: <199904110724.AAA93272@freefall.freebsd.org> To: dirk.meyer@dinoex.sub.org, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11073: /usr/ports/Mk missing Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /usr/ports/Mk missing State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Sun Apr 11 00:24:00 PDT 1999 State-Changed-Why: Thanks, added to modules. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 11 1:12:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D4C814E81 for ; Sun, 11 Apr 1999 01:12:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA95609; Sun, 11 Apr 1999 01:10:01 -0700 (PDT) (envelope-from gnats@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 5CE2814D98 for ; Sun, 11 Apr 1999 01:04:55 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 87F6A161E; Sun, 11 Apr 1999 01:02:41 -0700 (PDT) Message-Id: <19990411080241.87F6A161E@norn.ca.eu.org> Date: Sun, 11 Apr 1999 01:02:41 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11077: Update port: bitchx (75p1 -> 75p3) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11077 >Category: ports >Synopsis: Update port: bitchx (75p1 -> 75p3) >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 11 01:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: 4.0-CURRENT post-egcs. >Description: Update bitchx port. portlint: 0 warnings, 0 errors Note to eivind ;): panasync seems to have made away messages no longer the default. Files added: patch-ad Files removed: patch-ab, patch-ac >How-To-Repeat: >Fix: Index: bitchx/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/bitchx/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1998/07/21 11:38:44 1.3 +++ Makefile 1999/04/11 07:54:05 @@ -1,13 +1,13 @@ # New ports collection makefile for: BitchX ircII client -# Version required: 74p4 +# Version required: 75p3 # Date created: 26 Jan 1998 # Whom: griffin # # $Id: Makefile,v 1.3 1998/07/21 11:38:44 eivind Exp $ # -DISTNAME= ircii-pana-75p1 -PKGNAME= bitchx-75p1 +DISTNAME= ircii-pana-75p3 +PKGNAME= bitchx-75p3 CATEGORIES= net MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ @@ -22,9 +22,10 @@ ${MV} $(WRKSRC)/include/config.h.new $(WRKSRC)/include/config.h do-install: - ${MKDIR} ${PREFIX}/lib/BitchX + ${MKDIR} ${PREFIX}/lib/bx ${INSTALL_PROGRAM} ${WRKSRC}/source/BitchX ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/source/scr-bx ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/BitchX.help ${PREFIX}/lib/BitchX + ${INSTALL_DATA} ${WRKSRC}/BitchX.help ${PREFIX}/lib/bx .include Index: bitchx/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/net/bitchx/files/md5,v retrieving revision 1.3 diff -u -r1.3 md5 --- md5 1998/07/21 11:38:47 1.3 +++ md5 1999/04/11 07:32:57 @@ -1 +1 @@ -MD5 (ircii-pana-75p1.tar.gz) = 7f50168b2e549941b19d11c863303175 +MD5 (ircii-pana-75p3.tar.gz) = c8365cc2b7aa187c7857cbf0483fd254 Index: bitchx/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/net/bitchx/patches/patch-aa,v retrieving revision 1.2 diff -u -r1.2 patch-aa --- patch-aa 1998/07/21 11:38:54 1.2 +++ patch-aa 1999/04/11 07:49:31 @@ -1,18 +1,18 @@ ---- include/config.h.orig Wed Jul 1 21:35:16 1998 -+++ include/config.h Mon Jul 13 21:40:55 1998 -@@ -248,7 +248,7 @@ +--- include/config.h.orig Sun Apr 11 00:40:33 1999 ++++ include/config.h Sun Apr 11 00:42:28 1999 +@@ -188,7 +188,7 @@ + * translation tables from ircII for this to work. Also enable /set TRANSLATE */ - #undef TRANSLATE --#define TRANSLATION_PATH "/usr/local/lib/irc/tpanslation" -+#define TRANSLATION_PATH "__PREFIX__lib/irc/translation" +-#define TRANSLATION_PATH "/usr/local/lib/bx/translation" ++#define TRANSLATION_PATH "__PREFIX__/lib/bx/translation" /* * Below are the IRCII variable defaults. For boolean variables, use 1 for -@@ -434,7 +434,7 @@ - #define DEFAULT_SCRIPT_HELP_FILE DEFAULT_CTOOLZ_DIR"/BitchX.hlp" +@@ -584,7 +584,7 @@ #define DEFAULT_BITCHX_HELP_FILE DEFAULT_CTOOLZ_DIR"/BitchX.hlp" #else + #define DEFAULT_MSGLOGFILE "BitchX.away" -#define DEFAULT_CTOOLZ_DIR "~/.BitchX" +#define DEFAULT_CTOOLZ_DIR "__PREFIX__/lib/BitchX" #define DEFAULT_SCRIPT_HELP_FILE DEFAULT_CTOOLZ_DIR"/BitchX.help" Index: bitchx/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/net/bitchx/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1998/04/18 02:04:44 1.1.1.1 +++ PLIST 1999/04/11 07:53:28 @@ -1,4 +1,5 @@ bin/BitchX +bin/scr-bx bin/wserv -lib/BitchX/BitchX.help -@dirrm lib/BitchX +lib/bx/BitchX.help +@dirrm lib/bx -Chris >Release-Note: >Audit-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 11 1:32:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 363251500C for ; Sun, 11 Apr 1999 01:32:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA96048; Sun, 11 Apr 1999 01:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from castle.huebner.org (unknown [195.126.47.132]) by hub.freebsd.org (Postfix) with ESMTP id E6E7814EF3 for ; Sun, 11 Apr 1999 01:31:12 -0700 (PDT) (envelope-from hans@jabberwock.huebner.org) Received: from jabberwock.huebner.org ([192.168.2.100]) by castle.huebner.org with esmtp (Exim 2.02 #1) id 10WFcq-0000Rg-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 11 Apr 1999 10:29:56 +0200 Received: (from hans@localhost) by jabberwock.huebner.org (8.9.3/8.8.8) id KAA43361; Sun, 11 Apr 1999 10:29:28 +0200 (CEST) (envelope-from hans) Message-Id: <199904110829.KAA43361@jabberwock.huebner.org> Date: Sun, 11 Apr 1999 10:29:28 +0200 (CEST) From: hans@huebner.org Reply-To: hans@huebner.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11079: Update port: sudo (1.5.7p2 -> 1.5.9p1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11079 >Category: ports >Synopsis: Update port: sudo (1.5.7p2 -> 1.5.9p1) >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 11 01:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Hans Huebner >Release: FreeBSD 4.0-CURRENT i386 >Organization: No >Environment: 4.0-CURRENT post-egcs >Description: Update sudo port. >How-To-Repeat: >Fix: Index: sudo/Makefile =================================================================== RCS file: /usr/cvs/ports/security/sudo/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 1999/03/29 00:52:35 1.18 +++ Makefile 1999/04/11 07:54:26 @@ -6,14 +6,14 @@ # $Id: Makefile,v 1.18 1999/03/29 00:52:35 billf Exp $ # -DISTNAME= cu-sudo.v1.5.8p2 -PKGNAME= sudo-1.5.8.2 +DISTNAME= cu-sudo.v1.5.9p1 +PKGNAME= sudo-1.5.9.1 CATEGORIES= security MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ MAINTAINER= erich@FreeBSD.ORG -WRKSRC= ${WRKDIR}/sudo.v1.5.8p2 +WRKSRC= ${WRKDIR}/sudo.v1.5.9p1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-skey \ Index: sudo/files/md5 =================================================================== RCS file: /usr/cvs/ports/security/sudo/files/md5,v retrieving revision 1.12 diff -u -r1.12 md5 --- md5 1999/03/29 00:52:35 1.12 +++ md5 1999/04/11 07:56:30 @@ -1 +1 @@ -MD5 (cu-sudo.v1.5.8p2.tar.gz) = 2c53bea33818abbf07e7b2a63f940f8f +MD5 (cu-sudo.v1.5.9p1.tar.gz) = d897445812f40a17cd7b4edf06596312 >Release-Note: >Audit-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 11 1:32:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2225A14F2E for ; Sun, 11 Apr 1999 01:32:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA96039; Sun, 11 Apr 1999 01:30:00 -0700 (PDT) (envelope-from gnats@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 C370B14EAB for ; Sun, 11 Apr 1999 01:23:49 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id BEB9E161E; Sun, 11 Apr 1999 01:21:35 -0700 (PDT) Message-Id: <19990411082135.BEB9E161E@norn.ca.eu.org> Date: Sun, 11 Apr 1999 01:21:35 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11078: New port: net/ninja Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11078 >Category: ports >Synopsis: New port: net/ninja >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 11 01:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT post-egcs. >Description: Ninja is yet another ircII based irc client. The port framework was based wholly on net/bitchx. portlint: 0 warnings, 0 fatal Supports (guess what?..) cflags + prefix >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: # # ninja # ninja/files # ninja/files/md5 # ninja/patches # ninja/patches/patch-aa # ninja/pkg # ninja/pkg/COMMENT # ninja/pkg/DESCR # ninja/pkg/PLIST # ninja/Makefile # echo c - ninja mkdir -p ninja > /dev/null 2>&1 echo c - ninja/files mkdir -p ninja/files > /dev/null 2>&1 echo x - ninja/files/md5 sed 's/^X//' >ninja/files/md5 << 'END-of-ninja/files/md5' XMD5 (ninja-src.tar.gz) = 1e578cdfe033fd26e7d30594e9e847f7 END-of-ninja/files/md5 echo c - ninja/patches mkdir -p ninja/patches > /dev/null 2>&1 echo x - ninja/patches/patch-aa sed 's/^X//' >ninja/patches/patch-aa << 'END-of-ninja/patches/patch-aa' X--- include/config.h.dist.orig Sat Apr 10 23:33:33 1999 X+++ include/config.h.dist Sat Apr 10 23:41:21 1999 X@@ -171,7 +171,7 @@ X #define DEFAULT_HACKED_IDENTD NULL X #define DEFAULT_HELP_PAGER 1 X /* X-#define DEFAULT_HELP_PATH "/usr/local/lib/ninja/help:/usr/local/lib/irc/help:~/.ninja" X+#define DEFAULT_HELP_PATH "__PREFIX__/lib/ninja:__PREFIX__/lib/irc/help:~/.ninja" X */ X #define DEFAULT_HELP_PROMPT 1 X #define DEFAULT_HELP_WINDOW 0 END-of-ninja/patches/patch-aa echo c - ninja/pkg mkdir -p ninja/pkg > /dev/null 2>&1 echo x - ninja/pkg/COMMENT sed 's/^X//' >ninja/pkg/COMMENT << 'END-of-ninja/pkg/COMMENT' XAnother ircII based irc client. END-of-ninja/pkg/COMMENT echo x - ninja/pkg/DESCR sed 's/^X//' >ninja/pkg/DESCR << 'END-of-ninja/pkg/DESCR' XNinja IRC is an alternative ircII based client. It includes full ANSI colour Xand many other features normally found only in scripts. X XHomepage: Xhttp://ninja.pimped.org/ X X-Chris Piazza Xcpiazza@home.net END-of-ninja/pkg/DESCR echo x - ninja/pkg/PLIST sed 's/^X//' >ninja/pkg/PLIST << 'END-of-ninja/pkg/PLIST' Xbin/ninja Xbin/wserv Xlib/ninja/help/ninja.help X@dirrm lib/ninja/help X@dirrm lib/ninja END-of-ninja/pkg/PLIST echo x - ninja/Makefile sed 's/^X//' >ninja/Makefile << 'END-of-ninja/Makefile' X# New ports collection makefile for: Ninja-irc X# Version required: 1.0.7 X# Date created: 10 April 1999 X# Whom: Chris Piazza X# X# $Id$ X# X XDISTNAME= ninja-src XPKGNAME= ninja-1.0.7 XCATEGORIES= net XMASTER_SITES= http://ninja.pimped.org/ X XMAINTAINER= cpiazza@home.net X XGNU_CONFIGURE= yes X XWRKSRC= ${WRKDIR}/ninja-irc X Xpost-patch: X @${SED} -e s#__PREFIX__#$(PREFIX)#g $(WRKSRC)/include/config.h.dist > $(WRKSRC)/include/config.h.dist.new X @${MV} $(WRKSRC)/include/config.h.dist.new $(WRKSRC)/include/config.h.dist X Xdo-install: X ${MKDIR} ${PREFIX}/lib/ninja/help X ${INSTALL_PROGRAM} ${WRKSRC}/source/ninja ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/doc/ninja.help ${PREFIX}/lib/ninja/help X X.include END-of-ninja/Makefile exit -Chris >Release-Note: >Audit-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 11 1:40:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kirk.giovannelli.it (kirk.giovannelli.it [194.184.65.4]) by hub.freebsd.org (Postfix) with ESMTP id D78BC14F4A for ; Sun, 11 Apr 1999 01:40:14 -0700 (PDT) (envelope-from gmarco@giovannelli.it) Received: from suzy (modem32.masternet.it [194.184.65.42]) by kirk.giovannelli.it (8.9.3/8.9.2) with SMTP id IAA07261 for ; Sun, 11 Apr 1999 08:37:53 GMT (envelope-from gmarco@giovannelli.it) Message-Id: <4.1.19990411102922.00a619a0@194.184.65.4> X-Sender: gmarco@194.184.65.4 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Sun, 11 Apr 1999 10:38:55 +0200 To: ports@freebsd.org From: Gianmarco Giovannelli Subject: testing need on abs 0.6a Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=====================_96309811==_" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --=====================_96309811==_ Content-Type: text/plain; charset="us-ascii" I have submitted some times ago a port for abs 0.5, a free spreadsheet with intersting features. Now version 0.6a is out and I have prepared a diff for the port 0.5 to upgrade to this version. On my box, 4.0-current, it compile and run fine. The only strange things is it required gmake. With BSD make it exit with an error: cc -c -I./pixmaps -I./Xpm -I./TextField-1.0 -I/usr/X11R6/include -c wkb.c -o wkb.o cc -c -I./pixmaps -I./Xpm -I./TextField-1.0 -I/usr/X11R6/include -c wkb_vb.c -o wkb_vb.o cc -c -I./pixmaps -I./Xpm -I./TextField-1.0 -I/usr/X11R6/include -c wks.c -o wks.o cc -c -I./pixmaps -I./Xpm -I./TextField-1.0 -I/usr/X11R6/include -c wks_vb.c -o wks_vb.o cc -c -I./pixmaps -I./Xpm -I./TextField-1.0 -I/usr/X11R6/include -c xedit.c -o xedit.o cd Xpm; make; cd ../TextField-1.0; make; cd .. -p > .y~.y -p: not found *** Error code 127 with gmake it receives the same error, but then continues and everything works. The author has wrong something in the README file (he said I did a port for NetBSD os). I told him to correct it if possible but this can invalidate the md5 checksum. So I wait before send the pr. Btw if there is some good guys that like to see if it compile and run on his system here is the port (diffing from previous version in the ports tree...) Please let me known... --=====================_96309811==_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="abs06a.txt" diff -ruN abs.old/#Makefile# abs/#Makefile#=0A--- abs.old/#Makefile# Sun Apr= 11 09:13:28 1999=0A+++ abs/#Makefile# Thu Jan 1 01:00:00 1970=0A@@ -1,21= +0,0 @@=0A-# New ports collection makefile for: abs=0A-# Version= required: 0.5=0A-# Date created: 20 January 1999=0A-# Whom: = gmarco=0A-#=0A-# $Id: Makefile,v 1.1.1.1 1999/01/26 03:43:37 steve= Exp= $=0A-#=0A-=0A-DISTNAME=3D= abs-src-0.5=0A-PKGNAME=3D= abs-0.5=0A-CATEGORIES=3D= math=0A-MASTER_SITES=3D= http://www.ping.be/bertin/=0A-=0A-MAINTAINER=3D= freebsd@scotty.masternet.it=0A-=0A-USE_XLIB=3D= yes=0A-=0A-do-install:=0A- ${INSTALL_PROGRAM} ${WRKSRC}/abs= ${PREFIX}/bin=0A-=0A-.include =0Adiff -ruN abs.old/Makefile= abs/Makefile=0A--- abs.old/Makefile Sun Apr 11 09:13:28 1999=0A+++= abs/Makefile Sun Apr 11 10:06:23 1999=0A@@ -6,18 +6,29 @@=0A # $Id:= Makefile,v 1.2 1999/03/24 17:43:06 steve Exp $=0A #=0A= =0A-DISTNAME=3D= abs-src-0.5=0A-PKGNAME=3D= abs-0.5=0A+DISTNAME=3D abs-src-0.6a=0A+PKGNAME=3D abs-0.6=0A= CATEGORIES=3D= math=0A-MASTER_SITES=3D= http://www.ping.be/bertin/=0A+MASTER_SITES=3D http://www.ping.be/bertin/= \=0A+ http://www.giovannelli.it/~gmarco/files/=0A =0A= MAINTAINER=3D freebsd@scotty.masternet.it=0A =0A= LIB_DEPENDS=3D Xpm.4:${PORTSDIR}/graphics/xpm=0A =0A USE_XLIB=3D= yes=0A+WRKSRC=3D ${WRKDIR}/abs-src-0.6a/src=0A+USE_GMAKE=3D yes=0A= =0A do-install:=0A ${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin=0A= =0A+post-install:=0A+ @${ECHO} "For the changes from previous version= 0.5"=0A+ @${ECHO} "you can read the NEWS file in= ${WRKDIR}/abs-src-0.6a"=0A+ @${ECHO} ""=0A+ @${ECHO} "There are also some= examples (not installed) in :"=0A+ @${ECHO}= "${WRKDIR}/abs-src-0.6a/Examples"=0A+ @${ECHO} ""=0A+ @${ECHO} ""=0A= .include =0Adiff -ruN abs.old/files/md5 abs/files/md5=0A---= abs.old/files/md5 Sun Apr 11 09:13:28 1999=0A+++ abs/files/md5 Sun Apr 11= 09:14:06 1999=0A@@ -1 +1 @@=0A-MD5 (abs-src-0.5.tar.gz) =3D= ee3f6312009d76bac8fdb73c978511e8=0A+MD5 (abs-src-0.6a.tar.gz) =3D= 9a7b6cb90c26385b749cbe16dedfb63e=0Adiff -ruN abs.old/patches/patch-aa= abs/patches/patch-aa=0A--- abs.old/patches/patch-aa Sun Apr 11 09:13:28= 1999=0A+++ abs/patches/patch-aa Sun Apr 11 09:47:22 1999=0A@@ -1,25 +1,20= @@=0A---- Makefile.orig Sun Dec 20 11:56:29 1998=0A-+++ Makefile Mon Mar 22= 20:05:40 1999=0A-@@ -1,10 +1,11 @@=0A- CURRENT_DIR =3D .=0A+---= Makefile.orig Sun Apr 11 09:16:58 1999=0A++++ Makefile Sun Apr 11 09:26:28= 1999=0A+@@ -5,7 +5,7 @@=0A+ ### C Compiler=0A+ CC =3D cc -c =0A+ /*CC =3D= cc -c -Aa -D_HPUX_SOURCE*/=0A+-CFLAGS =3D -I./pixmaps -I./Xpm= -I./TextField-1.0 -I/usr/contrib/X11R6/include=0A++CFLAGS =3D -I./pixmaps= -I./Xpm -I./TextField-1.0 -I/usr/X11R6/include=0A =0A--SUBDIRS =3D Xpm= TextField-1.0=0A-+SUBDIRS =3D TextField-1.0=0A+ ### Fortran Compiler=0A+= FC =3D xlf =0A+@@ -199,7 +199,7 @@=0A+ ### Program Libraries #=0A+= #######################=0A =0A- MAKE =3D make=0A+-LIBS =3D -L /usr/lib = -L /lib/X11 -L /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext -L./Xpm= -lxpm ./TextField-1.0/*.o=0A++LIBS =3D -L /usr/lib -L /usr/X11R6/lib -lXaw= -lX11 -lm -lXt -lXmu -lXext -L./Xpm -lXpm ./TextField-1.0/*.o=0A =0A--LIBS= =3D -L /lib/X11 -L /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext= =0A-+CFLAGS+=3D-I$(X11BASE)/include=0A-+LIBS =3D -L /lib/X11 -L= /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext -lXpm=0A =0A- SRCS =3D= \=0A- applic.c \=0A-@@ -105,7 +106,7 @@=0A- $(MAKE) all); \=0A- fi \=0A-= done=0A-- cc -o abs ./TextField-1.0/*.o $(OBJS) ./Xpm/libxpm.a $(LIBS)= =0A-+ $(CC) $(CFLAGS) -o abs ./TextField-1.0/*.o $(OBJS) $(LIBS) =0A- =0A-= clean::=0A- rm -f *.o */*.o */*.a=0A+ SUBDIRS =3D cd Xpm; make; cd= ../TextField-1.0; make; cd ..=0Adiff -ruN abs.old/patches/patch-ab= abs/patches/patch-ab=0A--- abs.old/patches/patch-ab Sun Apr 11 09:13:28= 1999=0A+++ abs/patches/patch-ab Sun Apr 11 09:47:30 1999=0A@@ -1,11 +1,11= @@=0A---- Xpm/Makefile.orig Mon Jan 25 00:38:13 1999=0A-+++= Xpm/Makefile Mon Jan 25 00:38:43 1999=0A-@@ -16,7 +16,7 @@=0A-= #################################=0A- ### C Compiler=0A- CC =3D cc= =0A--CFLAGS =3D -O=0A-+CFLAGS +=3D -O -I$(X11BASE)/include=0A+---= TextField-1.0/Makefile.orig Sun Apr 11 09:23:53 1999=0A++++= TextField-1.0/Makefile Sun Apr 11 09:24:09 1999=0A+@@ -1,7 +1,7 @@=0A+ #= Makefile for widget demo programs=0A =0A- ### C++ Compiler=0A- CCC =3D= xlC =0A+ ATHENALIBS =3D -lXaw -lXmu -lXt -lX11 -lm=0A+-CFLAGS =3D= $(DEFINES) $(CDEBUGFLAGS) -I/usr/contrib/X11R6/include =0A++CFLAGS =3D= $(DEFINES) $(CDEBUGFLAGS) -I/usr/X11R6/include =0A+ CDEBUGFLAGS =3D=0A+= DEFINES =3D=0A+ RM =3D rm -f=0Adiff -ruN abs.old/patches/patch-ac= abs/patches/patch-ac=0A--- abs.old/patches/patch-ac Sun Apr 11 09:13:28= 1999=0A+++ abs/patches/patch-ac Thu Jan 1 01:00:00 1970=0A@@ -1,14 +0,0= @@=0A---- TextField-1.0/Makefile.orig Mon Jan 25 00:39:18 1999=0A-+++= TextField-1.0/Makefile Mon Jan 25 00:40:01 1999=0A-@@ -1,9 +1,9 @@=0A- #= Makefile for widget demo programs=0A- =0A- ATHENALIBS =3D -lXaw -lXmu -lXt= -lX11 -lm=0A--CFLAGS =3D $(DEFINES) $(CDEBUGFLAGS)=0A-+CFLAGS +=3D= $(DEFINES) $(CDEBUGFLAGS)=0A- CDEBUGFLAGS =3D=0A--DEFINES =3D=0A-+DEFINES = =3D -I$(X11BASE)/include=0A- RM =3D rm -f=0A- =0A- WIDGET =3D TextField=0Adi= ff -ruN abs.old/pkg/DESCR abs/pkg/DESCR=0A--- abs.old/pkg/DESCR Sun Apr 11= 09:13:28 1999=0A+++ abs/pkg/DESCR Sun Apr 11 10:04:02 1999=0A@@ -2,7 +2,10= @@=0A It has a programming language with the same =0A syntax as Microsoft= Visual Basic. =0A =0A-http://www.ping.be/bertin/abs.shtml=0A =0A--= Gianmarco=0A-gmarco@giovannelli.it=0A+Author : Andre.Bertin@ping.be=0A+Home= Page: http://www.ping.be/bertin/abs.shtml=0A+Distfile: abs-src-0.6a.tar.gz= (270 kb) =0A+=0A+Ported to FreeBSD by:=0A+- Gianmarco Giovannelli (gmarco@g= iovannelli.it)=0A --=====================_96309811==_ Content-Type: text/plain; charset="us-ascii" Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it --=====================_96309811==_-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 11 1:52:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 78EFE14F4A for ; Sun, 11 Apr 1999 01:52:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA96615; Sun, 11 Apr 1999 01:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 11 Apr 1999 01:50:01 -0700 (PDT) Message-Id: <199904110850.BAA96615@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/11077: Update port: bitchx (75p1 -> 75p3) Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11077; it has been noted by GNATS. From: Chris Piazza To: freebsd-gnats-submit@FreeBSD.org, cpiazza@home.net Cc: Subject: Re: ports/11077: Update port: bitchx (75p1 -> 75p3) Date: Sun, 11 Apr 1999 01:43:50 -0700 (PDT) Of course, I forgot to include patch-ad, so here it is: Index: bitchx/patches/patch-ad =================================================================== RCS file: patch-ad diff -N patch-ad --- /dev/null Sun Apr 11 01:39:17 1999 +++ patch-ad Sun Apr 11 01:41:47 1999 @@ -0,0 +1,13 @@ +--- include/color.h.orig Sun Apr 11 01:40:51 1999 ++++ include/color.h Sun Apr 11 01:41:11 1999 +@@ -707,8 +707,8 @@ + + #define DEFAULT_FORMAT_NICK_MSG_FSET "$0 $1 $2-" + +-#define DEFAULT_FORMAT_NICK_COMP_FSET "$0\002:\002$1-" +-#define DEFAULT_FORMAT_NICK_AUTO_FSET "$0\002:\002$1-" ++#define DEFAULT_FORMAT_NICK_COMP_FSET "$0:$1-" ++#define DEFAULT_FORMAT_NICK_AUTO_FSET "$0:$1-" + + #define DEFAULT_FORMAT_STATUS_FSET "%4%W$0-" + #define DEFAULT_FORMAT_STATUS1_FSET "%4%W$0-" --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 11 15:31:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9699214F22; Sun, 11 Apr 1999 15:31:12 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA21573; Sun, 11 Apr 1999 15:28:56 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 11 Apr 1999 15:28:56 -0700 (PDT) From: Message-Id: <199904112228.PAA21573@freefall.freebsd.org> To: jseger@FreeBSD.org, freebsd-ports@FreeBSD.org, andreas@FreeBSD.org Subject: Re: ports/11068: Update: sysutils/webmin (0.65 -> 0.70) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: sysutils/webmin (0.65 -> 0.70) Responsible-Changed-From-To: freebsd-ports->andreas Responsible-Changed-By: jseger Responsible-Changed-When: Sun Apr 11 15:28:37 PDT 1999 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 11 15:32:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A8CF1546B for ; Sun, 11 Apr 1999 15:32:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA21638; Sun, 11 Apr 1999 15:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 11 Apr 1999 15:30:01 -0700 (PDT) Message-Id: <199904112230.PAA21638@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Subject: ports/11059: ports/security/pgp does not extract Reply-To: dirk.meyer@dinoex.sub.org (Dirk Meyer) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11059; it has been noted by GNATS. From: dirk.meyer@dinoex.sub.org (Dirk Meyer) To: bug-followup@FreeBSD.org Cc: Subject: ports/11059: ports/security/pgp does not extract Date: Sun, 11 Apr 1999 11:46:21 +0200 > >Category: ports > >Responsible: freebsd-ports > >Synopsis: ports/security/pgp does not extract > >Arrival-Date: Sat Apr 10 09:20:00 PDT 1999 after installing /usr/ports/Mk my patch fail, the original version work. TAR is not defined in bsd.port.mk form 2.2.8-RELEASE kind regards Dirk -- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany -- Tel. +49-5606-6512 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 11 15:35:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E6A8014C2F; Sun, 11 Apr 1999 15:35:25 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA21479; Sun, 11 Apr 1999 15:28:12 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 11 Apr 1999 15:28:12 -0700 (PDT) From: Message-Id: <199904112228.PAA21479@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11067: Update: games/xpilot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: games/xpilot State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 11 15:27:41 PDT 1999 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 11 15:35:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 225F615560; Sun, 11 Apr 1999 15:35:25 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA21228; Sun, 11 Apr 1999 15:26:38 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 11 Apr 1999 15:26:38 -0700 (PDT) From: Message-Id: <199904112226.PAA21228@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11066: Update: games/wmtimebomb (0.1.6 -> 0.2.0) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: games/wmtimebomb (0.1.6 -> 0.2.0) State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 11 15:26:03 PDT 1999 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 11 15:35:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 297771550D; Sun, 11 Apr 1999 15:35:25 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA20075; Sun, 11 Apr 1999 15:17:35 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 11 Apr 1999 15:17:35 -0700 (PDT) From: Message-Id: <199904112217.PAA20075@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11065: Update: misc/pdmenu (1.2.38 -> 1.2.40) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: misc/pdmenu (1.2.38 -> 1.2.40) State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 11 15:16:53 PDT 1999 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 11 15:36: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B822B15566; Sun, 11 Apr 1999 15:35:25 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA18689; Sun, 11 Apr 1999 14:57:46 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 11 Apr 1999 14:57:46 -0700 (PDT) From: Message-Id: <199904112157.OAA18689@freefall.freebsd.org> To: jseger@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/11064: Fix: net/wxftp (MASTER_SITE change) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix: net/wxftp (MASTER_SITE change) Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: jseger Responsible-Changed-When: Sun Apr 11 14:57:26 PDT 1999 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 11 15:36: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 06A1A15567; Sun, 11 Apr 1999 15:35:25 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA18528; Sun, 11 Apr 1999 14:57:05 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 11 Apr 1999 14:57:05 -0700 (PDT) From: Message-Id: <199904112157.OAA18528@freefall.freebsd.org> To: jseger@FreeBSD.org, freebsd-ports@FreeBSD.org, andreas@FreeBSD.org Subject: Re: ports/11063: Update: net/zebra (19981222 -> 19990408) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/zebra (19981222 -> 19990408) Responsible-Changed-From-To: freebsd-ports->andreas Responsible-Changed-By: jseger Responsible-Changed-When: Sun Apr 11 14:56:39 PDT 1999 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 11 15:36:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B692015572; Sun, 11 Apr 1999 15:35:25 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA17699; Sun, 11 Apr 1999 14:47:46 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 11 Apr 1999 14:47:46 -0700 (PDT) From: Message-Id: <199904112147.OAA17699@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11062: Update: news/suck (4.1.0 -> 4.1.1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: news/suck (4.1.0 -> 4.1.1) State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 11 14:47:07 PDT 1999 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 11 15:36:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 103BF14D9F; Sun, 11 Apr 1999 15:35:25 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA17301; Sun, 11 Apr 1999 14:42:16 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 11 Apr 1999 14:42:16 -0700 (PDT) From: Message-Id: <199904112142.OAA17301@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11061: Update: audio/wmsound (0.9.2 -> 0.9.3) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: audio/wmsound (0.9.2 -> 0.9.3) State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 11 14:42:07 PDT 1999 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 11 15:37: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 97D8115ABE; Sun, 11 Apr 1999 15:35:25 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA41053; Sun, 11 Apr 1999 06:50:59 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 11 Apr 1999 06:50:59 -0700 (PDT) From: Message-Id: <199904111350.GAA41053@freefall.freebsd.org> To: hans@jabberwock.huebner.org, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11060: ports/www/wml is marked broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/www/wml is marked broken State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 11 06:49:48 PDT 1999 State-Changed-Why: This PR did NOT fix the BROKEN state of the port, it simply removed the BROKEN flag. Although it installs everything correctly, the PLIST is completely wrong. That's why it was marked BROKEN. I committed the upgrade with my own fix to the PLIST. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 11 15:37:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F77F15B0B; Sun, 11 Apr 1999 15:35:25 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA06937; Sun, 11 Apr 1999 05:53:38 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 11 Apr 1999 05:53:38 -0700 (PDT) From: Message-Id: <199904111253.FAA06937@freefall.freebsd.org> To: jim@corp.au.triax.com, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11055: new port: wmbutton-0.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: wmbutton-0.4 State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 11 05:53:21 PDT 1999 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 11 15:37:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9968615B1F; Sun, 11 Apr 1999 15:35:25 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA06491; Sun, 11 Apr 1999 05:45:12 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 11 Apr 1999 05:45:12 -0700 (PDT) From: Message-Id: <199904111245.FAA06491@freefall.freebsd.org> To: jim@corp.au.triax.com, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11054: update port: wmdate-0.5 to 0.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: wmdate-0.5 to 0.6 State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 11 05:44:16 PDT 1999 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 11 15:37:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AEFF15B28; Sun, 11 Apr 1999 15:35:25 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA06326; Sun, 11 Apr 1999 05:42:21 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 11 Apr 1999 05:42:21 -0700 (PDT) From: Message-Id: <199904111242.FAA06326@freefall.freebsd.org> To: jseger@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/11053: Update port: net/mtr-0.28 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: net/mtr-0.28 Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: jseger Responsible-Changed-When: Sun Apr 11 05:41:59 PDT 1999 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 11 15:38: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ftp.dns.ne.jp (ftp.dns.ne.jp [210.155.3.5]) by hub.freebsd.org (Postfix) with ESMTP id D4FA515567; Sun, 11 Apr 1999 15:36:07 -0700 (PDT) (envelope-from tanimura@sakuramail.com) Received: from silver.carrots (yksk3DS16.kng.mesh.ad.jp [210.147.34.62]) by ftp.dns.ne.jp (8.9.2/8.8.5) with ESMTP id WAA24825; Sun, 11 Apr 1999 22:33:18 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by silver.carrots (8.9.3+3.1W/3.7W) with ESMTP id WAA62513; Sun, 11 Apr 1999 22:33:00 +0900 (JST) To: billf@FreeBSD.org Cc: Chris Piazza , nakai@internetsolutions.co.jp, tanimura@naklab.dnj.ynu.ac.jp, freebsd-ports@FreeBSD.org Subject: Re: ports/11013: port audio/8hz-mp3: source not distributed From: Seigo TANIMURA In-Reply-To: Your message of "Thu, 8 Apr 1999 06:45:53 -0700 (PDT)" <199904081345.GAA33147@freefall.freebsd.org> References: <199904081345.GAA33147@freefall.freebsd.org> X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990411223259I.tanimura@sakuramail.com> Date: Sun, 11 Apr 1999 22:32:59 +0900 X-Dispatcher: imput version 980905(IM100) Lines: 24 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Subject: Re: ports/11013: port audio/8hz-mp3: source not distributed Date: Thu, 8 Apr 1999 06:45:53 -0700 (PDT) Message-ID: <199904081345.GAA33147@freefall.freebsd.org> billf> This port is already marked BROKEN because of the license problem. billf> If the situation isn't going to change, someone should just 'cvs rm' this port. The situation will NOT change. The patent for mp3 is on the acoustic models used on coding and decoding. Since 8hz-mp3 has the patented acoustic models in itself, they cannot distribute their encoder. Considering above, we should cvs rm this port. Thanks! Seigo TANIMURA |M2, Nakagawa Lab, Dept of Electronics & CS =========================|Faculty of Engineering, Yokohama National Univ Powered by SIEMENS, |http://www.naklab.dnj.ynu.ac.jp/~tanimura/ FreeBSD 4.0-CURRENT |http://www.sakura.ne.jp/~tcarrot/ (10th Apr 1999) & muesli.|tanimura@naklab.dnj.ynu.ac.jp tcarrot@sakuramail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 11 15:38:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 28DB715B25; Sun, 11 Apr 1999 15:35:25 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA06238; Sun, 11 Apr 1999 05:41:32 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 11 Apr 1999 05:41:32 -0700 (PDT) From: Message-Id: <199904111241.FAA06238@freefall.freebsd.org> To: dkelly@hiwaay.net, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11050: update pgaccess from 0.91 to 0.96 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update pgaccess from 0.91 to 0.96 State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 11 05:40:33 PDT 1999 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 11 15:44:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 947D115E92; Sun, 11 Apr 1999 15:37:40 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA22197; Sun, 11 Apr 1999 15:35:24 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 11 Apr 1999 15:35:24 -0700 (PDT) From: Message-Id: <199904112235.PAA22197@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11069: Update: sysutils/psmisc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: sysutils/psmisc State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 11 15:34:37 PDT 1999 State-Changed-Why: I switched to some other MASTER_SITES. In general it's best NOT to use a *BSD distfile dir as a MASTER_SITE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 11 15:57: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from foxfx.thefoxden.com (foxfx.thefoxden.com [208.5.40.240]) by hub.freebsd.org (Postfix) with ESMTP id F3A391734D for ; Sun, 11 Apr 1999 15:49:31 -0700 (PDT) (envelope-from ratchet@foxfx.thefoxden.com) Received: from foxfx.thefoxden.com (localhost.foxnet [127.0.0.1]) by foxfx.thefoxden.com (8.9.3/8.9.1) with ESMTP id SAA00283 for ; Sun, 11 Apr 1999 18:52:19 -0400 (EDT) (envelope-from ratchet@foxfx.thefoxden.com) Message-ID: <371127A3.A215F2B5@foxfx.thefoxden.com> Date: Sun, 11 Apr 1999 18:52:19 -0400 From: Ratchet Fox Reply-To: tekfox@yahoo.com X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 3.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: wml-1.6.8 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In the "www" section of the ports collection webpage, the latest version of WML (Website Meta Language) is listed as 1.6.8 However, the latest version in ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles is 1.6.7 I was unable to check the listed mirror sites, as they were either down or refused anonymous login. Is this a mistake in the ports listing? Thanks for your time, --Chris Pizzi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 11 16: 4:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B76317AAA for ; Sun, 11 Apr 1999 15:52:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA23456; Sun, 11 Apr 1999 15:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.12.203]) by hub.freebsd.org (Postfix) with ESMTP id C056E16C09 for ; Sun, 11 Apr 1999 15:45:32 -0700 (PDT) (envelope-from mi@aldan.algebra.com) Received: from rtfm.newton (rtfm [10.10.0.1]) by kot.ne.mediaone.net (8.9.1a/8.9.1) with ESMTP id KAA00511; Sun, 11 Apr 1999 10:51:24 -0400 (EDT) Received: (from mi@localhost) by rtfm.newton (8.9.2/8.9.1) id KAA63606; Sun, 11 Apr 1999 10:51:36 -0400 (EDT) Message-Id: <199904111451.KAA63606@rtfm.newton> Date: Sun, 11 Apr 1999 10:51:36 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org Cc: croyle@gelemna.ft-wayne.in.us X-Send-Pr-Version: 3.2 Subject: ports/11086: Updating AStyle port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11086 >Category: ports >Synopsis: Updating AStyle port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 11 15:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.1-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: The present version of the port is for AStyle-1.6.0. Author's latest is 1.8.2 as of March 18, 1999. My version also removes the dependency on the EGCS compiler, which, I believe, makes the port a lot easier to install. Instead of patching the author's Makefile I replace it with one using bsd.prog.mk. >How-To-Repeat: >Fix: The uuencoded tar-ball of the new version of the port is here: begin 644 astyle-port.tar.gz M'XL(`(BV$#<``^V:;6_:2!"`\]7[*T9*I+LKP7C]@@,ZJG"&Y+@&$F':YL-) MN<5>P(JQ.=N$YJK<;[]90P@E:=-*@?2:?23\LB_>P;,S.[MKEF;7(2_M;!(P M-=NR8`<`J$7S,X"V."]NH&QK)C4,73.QE$8M?0>LC4JU8)IF+`'8&0=?+C<; M<1YN0Z#MPN;Z'P0A3S?5"[Y!_[JI"_U3W;*E_K?!)_IOLTLNKIZX#:II9=/\ MO/Y-R[[5/]7,,I8R-(WN@/;$_VW7J-YE`W3V* MDS'+LN5]EZ?Q-/%X?COO-1=C%D3BGI"S[NEQ;9Y*.J?M>J=VS5-"=J'#N0_9 M*$CWH<\]-DTY]%-?G23Q4!U?PBP(0Q")>Q\=YP:R&,(@NL0*'/(NB2E#CG<) M/FHV"KS1O,:`!:$*+1A.>8I/;H$73T,?_!C^.FG4&XU"K1BFF>\5"C]AN],L MEP#2D2B%3^IS&,<)'E#^#'^L'W)558GCU%".\_,;0M0@\L*IS^'7%7%?D^=6 MUY/SB?V/_8VXW,?L'VQ]W?_;NB'M?QNT&Q;\O#!GJAZHNIH-__D%:G#0K_1U MW])T0Z<5ZFEE2S^P*[S,3-/2!W;_QS.%%\G"_B>7P\W-`;XV_J.&95G4%O&_ M;5HR_ML&*_IW3MOM9J?W]&T\[O^MN?YU/(BQ@.J:;DO_OPWJD/`@\GF$D1ZP MR,?;P6WD!_$`G$)A'YP\YP]VQ6`>!&*\Y7-5#@'_?U;LO]%TG>XFVGC,_M': MU^R?6K8E[7\;U),L2+/``U?T`\!9$H,KE@0LRB".8.X:.8=TKJ(3\'H_YA`UY%499-JF62K/93.T'PT$<9ZH7CTO_^NPJ\-,XRDJ+ MZ>)SOX&7S8K]GYVTW`V,_E\Q_E-CW?[+5)/VOPWZ020-\06SL/\-K?S.><3^ MJ:Z7E_L_E&KY^H]F2OO?!F*%=@:3.,E2#.K#D'M9@./^>-$?`"<#567A(';A M'4]2D9WPOZ=!POVJDJ\984Z#93@K2#B>,%6A%.J3)`B!5BH5S'X_BL>8K+2# MRQ'#Y!['^440P:_CX)"%/HM4%@YY/V$B2'A-=K'*7LO?PPO2P%&I4V\W:\KJ M,A4Y>W.\FEJLWOAMGJ8JWQM M?%+"_M$7I\0KP9]$6:T81(,XXA]N*WI)G*^E)ISW4[]$FN>];MWI7;AOC\YK MBEA8(RA$J]/#7[-;4^;E#X<\Y..(J8.L.&/7$\ M;+2Z-PN1BB@+J9^<7/3JW>-F[_85$#*)TZPX89DWJA*LU7YW`WE=?,S-TL0? M2%+C)!B*&L[9#10G6.*H==)T\R:_4(T0/RX&$;Z@,,P;;'7'_ MY?K?YEG3?WXN,O:D;3P6_QO6G?ZIV`NFAE[6Y?B_#8K%(H[[XPFZ\^3"1[<> M\50=Y0."TAM-H8TOAQZ@WJI&I6I6YN-Y`>?^]RLI[C02HSZ:+U"MJIE5PYJ7 M/SR$HE[9-Z"0'P\/"<`K\82Q6%R(\_U9+G9^.?1Y&,\@&,!U/$V6C8`?\Q0Z MISV81C[&()E8>1##OWM6=YHN*<*K$H'=N2CPUFVZ%\M<4A"9S_V>OU<>MO_^ MD[;QF/U;9OG._^OY]Q^Z+>/_K2#L?_WKCX>LW[2KFG9G_>M5UFQ?-ZKFP9WM M&^8^A4)^1-LO[BZ#O@`#5IPS8,1?N)^HCEX3(=[:QR8/2D>KQHIT:S76A;.6 M?R5W3.5]'1V3.'Y.N)7$P2,"%^X5%:G/K66)1"*12"02B40BD4@D$HE$(I%( 9)!*)1"*12"02B40BD?QH_`=O'NO$`%```&6) ` 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 11 16: 8: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A91F716282; Sun, 11 Apr 1999 15:40:36 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA22381; Sun, 11 Apr 1999 15:36:38 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 11 Apr 1999 15:36:38 -0700 (PDT) From: Message-Id: <199904112236.PAA22381@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11070: Change: games/xripple Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Change: games/xripple State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 11 15:36:15 PDT 1999 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 11 16: 8:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 698EC16356 for ; Sun, 11 Apr 1999 15:43:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA22855; Sun, 11 Apr 1999 15:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 38A2E14D6C for ; Sun, 11 Apr 1999 15:34:10 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id NAA54126; Sun, 11 Apr 1999 13:20:30 -0700 (PDT) (envelope-from mharo) Message-Id: <199904112020.NAA54126@patrol.area51.fremont.ca.us> Date: Sun, 11 Apr 1999 13:20:30 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11082: Update: audio/mikmod (3.1.2 -> 3.1.5) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11082 >Category: ports >Synopsis: Update: audio/mikmod (3.1.2 -> 3.1.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: Sun Apr 11 15:40:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - New version (3.1.2 -> 3.1.5) - Now requires audio/libmikmod port (a new port in the pr queue) portlint: 0 warnings, 0 errors patches: 0 new, 2 removed removed: patch-aa patch-ab >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/mikmod/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 1998/12/08 16:19:31 1.10 +++ Makefile 1999/04/11 20:18:13 @@ -6,23 +6,21 @@ # $Id: Makefile,v 1.10 1998/12/08 16:19:31 vanilla Exp $ # -DISTNAME= mikmod-3.1.2 +DISTNAME= mikmod-3.1.5 CATEGORIES= audio MASTER_SITES= http://www.multimania.com/miodrag/mikmod/ +PATCH_SITES= http://www.multimania.com/miodrag/mikmod/ +PATCHFILES= patch-mikmod-3.1.5-a +PATCH_DIST_STRIP= -p1 + MAINTAINER= yoshiaki@kt.rim.or.jp +LIB_DEPENDS= mikmod.1:${PORTSDIR}/audio/libmikmod + USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= mikmod.1 - -pre-build: - ${RM} -rf ${WRKSRC}/docs/mikmod.info* - -pre-install: - if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi .include Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/mikmod/files/md5,v retrieving revision 1.5 diff -u -r1.5 md5 --- md5 1998/12/08 16:19:31 1.5 +++ md5 1999/04/06 09:36:54 @@ -1 +1,2 @@ -MD5 (mikmod-3.1.2.tar.gz) = 57ca2b10895a2c402ae26e63fa8c88f7 +MD5 (mikmod-3.1.5.tar.gz) = a368dd17b4fd33dc63a582e4e4befb32 +MD5 (patch-mikmod-3.1.5-a) = cb60c681e48778e34fa36f36f703263f cvs diff: patches/patch-aa was removed, no comparison available cvs diff: patches/patch-ab was removed, no comparison available Index: pkg/PLIST =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/mikmod/pkg/PLIST,v retrieving revision 1.6 diff -u -r1.6 PLIST --- PLIST 1998/12/03 12:29:27 1.6 +++ PLIST 1999/04/06 09:57:38 @@ -1,11 +1 @@ bin/mikmod -include/mikmod.h -lib/libmikmod.a -lib/libmikmod.la -lib/libmikmod.so -lib/libmikmod.so.0 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec install-info --delete %D/info/mikmod.info %D/info/dir -info/mikmod.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir >Release-Note: >Audit-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 11 16: 9: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB58A16353 for ; Sun, 11 Apr 1999 15:43:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA22846; Sun, 11 Apr 1999 15:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 11 Apr 1999 15:40:01 -0700 (PDT) Message-Id: <199904112240.PAA22846@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Michael Haro Subject: Re: ports/10976: new port: gaim-0.1 Reply-To: Michael Haro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10976; it has been noted by GNATS. From: Michael Haro To: freebsd-gnats-submit@freebsd.org, jim@corp.au.triax.com Cc: Subject: Re: ports/10976: new port: gaim-0.1 Date: Sun, 11 Apr 1999 13:46:38 -0700 Here is a slight change to the Makefile. Maybe gaim should install a "gaim" binary and not an "aim" binary. Other than that, everything else looked good to me. diff -u -urN -x CVS gaim/Makefile gaim.new/Makefile --- gaim.old/Makefile Sun Apr 11 13:22:40 1999 +++ gaim/Makefile Sun Apr 11 00:00:30 1999 @@ -15,6 +15,7 @@ LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +ALL_TARGET= aim USE_GMAKE= yes USE_X_PREFIX= yes @@ -22,9 +23,6 @@ post-patch: ${CP} ${FILESDIR}/logo.xpm ${WRKSRC}/pixmaps - -do-build: - (cd ${WRKSRC} && gmake) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/aim ${PREFIX}/bin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 11 16: 9:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C892016352 for ; Sun, 11 Apr 1999 15:43:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA22841; Sun, 11 Apr 1999 15:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kirk.giovannelli.it (kirk.giovannelli.it [194.184.65.4]) by hub.freebsd.org (Postfix) with ESMTP id 134D3154A1 for ; Sun, 11 Apr 1999 15:32:37 -0700 (PDT) (envelope-from gmarco@giovannelli.it) Received: from suzy (modem22.masternet.it [194.184.65.32]) by kirk.giovannelli.it (8.9.3/8.9.2) with SMTP id MAA11091 for ; Sun, 11 Apr 1999 12:15:22 GMT (envelope-from gmarco@giovannelli.it) Message-Id: <4.1.19990411135401.009b6100@194.184.65.4> Date: Sun, 11 Apr 1999 14:16:23 +0200 From: Gianmarco Giovannelli To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11081: New port: games/tetrinet-x 1.13.16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11081 >Category: ports >Synopsis: New port: games/tetrinet-x 1.13.16 >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 11 15:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Gianmarco Giovannelli >Release: FreeBSD 4.0-CURRENT i386 >Organization: < Private > >Environment: FreeBSD 4.0-current (post egcs) and FreeBSD 3.1-STABLE >Description: TetriNET is an addictive 6 player tetr*s game What this program does is set up a TetriNET server that ordinary TetriNET clients can connect to. It attempts to fix some of the "glaring" holes in the TetriNET protocol that I discovered, and which I'm sure some people use as cheats, but I now see why it is nearly impossible to fix ;), without a modification to the client. I've kept the server as close to the same as the original TetriNET server, but I've added some extras that I've often wanted, such as the "/kick" and "/ban" keywords. Please note, this server in no way encompasses the whole game. The clients are the ones that do most of the work, with the server just passing suitable packets between each client, and of course adding some of it's own. Author: Brendan Grieve (brg@cheerful.com) Homepage: ftp://ftp.dementia.nu/tetrinet/servers/tetrix Distfiles: tetrinet-x.1.13.16.tgz (89 kb) >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: # # tetrinet-x # tetrinet-x/files # tetrinet-x/files/md5 # tetrinet-x/pkg # tetrinet-x/pkg/COMMENT # tetrinet-x/pkg/DESCR # tetrinet-x/pkg/PLIST # tetrinet-x/pkg/tetrinet-x.sh # tetrinet-x/patches # tetrinet-x/Makefile # echo c - tetrinet-x mkdir -p tetrinet-x > /dev/null 2>&1 echo c - tetrinet-x/files mkdir -p tetrinet-x/files > /dev/null 2>&1 echo x - tetrinet-x/files/md5 sed 's/^X//' >tetrinet-x/files/md5 << 'END-of-tetrinet-x/files/md5' XMD5 (tetrinet-x.1.13.16.tgz) = 23bc3740b24af02e29272c75063934da END-of-tetrinet-x/files/md5 echo c - tetrinet-x/pkg mkdir -p tetrinet-x/pkg > /dev/null 2>&1 echo x - tetrinet-x/pkg/COMMENT sed 's/^X//' >tetrinet-x/pkg/COMMENT << 'END-of-tetrinet-x/pkg/COMMENT' XTetriNET is an addictive 6 player tetr*s game END-of-tetrinet-x/pkg/COMMENT echo x - tetrinet-x/pkg/DESCR sed 's/^X//' >tetrinet-x/pkg/DESCR << 'END-of-tetrinet-x/pkg/DESCR' XTetriNET is an addictive 6 player tetr*s game X XWhat this program does is set up a TetriNET server that ordinary XTetriNET clients can connect to. It attempts to fix some of the X"glaring" holes in the TetriNET protocol that I discovered, and which XI'm sure some people use as cheats, but I now see why it is nearly Ximpossible to fix ;), without a modification to the client. XI've kept the server as close to the same as the original TetriNET Xserver, but I've added some extras that I've often wanted, such as Xthe "/kick" and "/ban" keywords. XPlease note, this server in no way encompasses the whole game. The clients Xare the ones that do most of the work, with the server just passing suitable Xpackets between each client, and of course adding some of it's own. X XAuthor: Brendan Grieve (brg@cheerful.com) XHomepage: ftp://ftp.dementia.nu/tetrinet/servers/tetrix XDistfiles: tetrinet-x.1.13.16.tgz (89 kb) X X- ported to FreeBSD by Gianmarco (gmarco@giovannelli.it) END-of-tetrinet-x/pkg/DESCR echo x - tetrinet-x/pkg/PLIST sed 's/^X//' >tetrinet-x/pkg/PLIST << 'END-of-tetrinet-x/pkg/PLIST' Xtetrinet-x/tetrix.freebsd Xtetrinet-x/server-query Xtetrinet-x/game.conf Xtetrinet-x/game.log Xtetrinet-x/game.secure Xtetrinet-x/game.winlist Xetc/rc.d/tetrinet-x.sh X@dirrm tetrinet-x END-of-tetrinet-x/pkg/PLIST echo x - tetrinet-x/pkg/tetrinet-x.sh sed 's/^X//' >tetrinet-x/pkg/tetrinet-x.sh << 'END-of-tetrinet-x/pkg/tetrinet-x.sh' X#!/bin/sh X[ -x /usr/local/tetrinet-x/tetrix.freebsd ] && cd /usr/local/tetrinet-x && tetrix.freebsd > /dev/null && echo -n ' tetrinet-x' END-of-tetrinet-x/pkg/tetrinet-x.sh echo c - tetrinet-x/patches mkdir -p tetrinet-x/patches > /dev/null 2>&1 echo x - tetrinet-x/Makefile sed 's/^X//' >tetrinet-x/Makefile << 'END-of-tetrinet-x/Makefile' X# New ports collection makefile for: tetrinet-x-1.13.16 X# Version required: 1.13.16 X# Date created: 11 Apr 1999 X# Whom: gmarco@scotty.masternet.it X# X# $Id$ X# X XDISTNAME= tetrinet-x.1.13.16 XCATEGORIES= games XMASTER_SITES= http://www.giovannelli.it/~gmarco/files/ \ X ftp://ftp.dementia.nu/tetrinet/servers/tetrix/ XEXTRACT_SUFX= .tgz X XMAINTAINER= freebsd@scotty.masternet.it X XINSTALLDIR= ${PREFIX}/tetrinet-x X Xdo-build: X (cd ${WRKDIR}/tetrinetx-1.13.16/src && \ X gcc -O2 -fno-strength-reduce -Wall main.c -o ../bin/tetrix.freebsd) X (cd ${WRKDIR}/tetrinetx-1.13.16/contrib/query/src && \ X gcc -O2 -fno-strength-reduce -Wall query.c -o ../../../bin/server-query) X Xdo-install: X ${MKDIR} ${INSTALLDIR} X ${INSTALL_PROGRAM} ${WRKDIR}/tetrinetx-1.13.16/bin/tetrix.freebsd ${INSTALLDIR} X ${INSTALL_PROGRAM} ${WRKDIR}/tetrinetx-1.13.16/bin/server-query ${INSTALLDIR} X ${INSTALL_DATA} -m 644 ${WRKDIR}/tetrinetx-1.13.16/bin/game.conf ${INSTALLDIR} X ${INSTALL_DATA} -m 644 ${WRKDIR}/tetrinetx-1.13.16/bin/game.log ${INSTALLDIR} X ${INSTALL_DATA} -m 644 ${WRKDIR}/tetrinetx-1.13.16/bin/game.secure ${INSTALLDIR} X ${INSTALL_DATA} -m 644 ${WRKDIR}/tetrinetx-1.13.16/bin/game.winlist ${INSTALLDIR} X Xpost-install: X @${ECHO} "" X @${ECHO} "Installing ${PREFIX}/etc/rc.d/tetrinet-x.sh startup file." X @${INSTALL_SCRIPT} -m 751 ${PKGDIR}/tetrinet-x.sh ${PREFIX}/etc/rc.d X @${ECHO} "" X @${ECHO} "Please modify configuration files located in ${INSTALLDIR}" X @${ECHO} "before attempting to run Tetrinet server" X @${ECHO} "" X @${ECHO} "" X.include END-of-tetrinet-x/Makefile exit Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 11 16: 9:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ACBBE16359 for ; Sun, 11 Apr 1999 15:43:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA22864; Sun, 11 Apr 1999 15:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 733BB152A5 for ; Sun, 11 Apr 1999 15:34:10 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id NAA54115; Sun, 11 Apr 1999 13:20:29 -0700 (PDT) (envelope-from mharo) Message-Id: <199904112020.NAA54115@patrol.area51.fremont.ca.us> Date: Sun, 11 Apr 1999 13:20:29 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11083: New Port: audio/libmikmod Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11083 >Category: ports >Synopsis: New Port: audio/libmikmod >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 11 15:40:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: libmikmod is needed by mikmod (see pr queue) and could be used by a few other programs. portlint: 1 warnings, 1 errors FATAL: "@exec install-info" must be placed after all the info files. but @exec is the 3rd to last line in the file so I don't know why it is saying this. supports PREFIX: yes supports CFLAGS: yes >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: # # libmikmod # libmikmod/files # libmikmod/files/md5 # libmikmod/pkg # libmikmod/pkg/PLIST # libmikmod/pkg/COMMENT # libmikmod/pkg/DESCR # libmikmod/Makefile # libmikmod/patches # libmikmod/patches/patch-aa # echo c - libmikmod mkdir -p libmikmod > /dev/null 2>&1 echo c - libmikmod/files mkdir -p libmikmod/files > /dev/null 2>&1 echo x - libmikmod/files/md5 sed 's/^X//' >libmikmod/files/md5 << 'END-of-libmikmod/files/md5' XMD5 (libmikmod-3.1.6.tar.gz) = 27fd8ff057d3634e70f53143755bb7ac XMD5 (libmikmod-3.1.6.diff.gz) = 2a45d70b75778b44948c5d0f76802445 END-of-libmikmod/files/md5 echo c - libmikmod/pkg mkdir -p libmikmod/pkg > /dev/null 2>&1 echo x - libmikmod/pkg/PLIST sed 's/^X//' >libmikmod/pkg/PLIST << 'END-of-libmikmod/pkg/PLIST' Xbin/libmikmod-config Xinclude/mikmod.h Xlib/libmikmod.a Xlib/libmikmod.la Xlib/libmikmod.so Xlib/libmikmod.so.1.1 X@unexec install-info --delete %D/info/mikmod.info %D/info/dir Xinfo/mikmod.info Xinfo/mikmod.info-1 Xinfo/mikmod.info-2 Xinfo/mikmod.info-3 Xshare/aclocal/libmikmod.m4 X@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir X@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R X@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B X@dirrm share/aclocal END-of-libmikmod/pkg/PLIST echo x - libmikmod/pkg/COMMENT sed 's/^X//' >libmikmod/pkg/COMMENT << 'END-of-libmikmod/pkg/COMMENT' XA portable sound library for Unix. END-of-libmikmod/pkg/COMMENT echo x - libmikmod/pkg/DESCR sed 's/^X//' >libmikmod/pkg/DESCR << 'END-of-libmikmod/pkg/DESCR' XA portable sound library for Unix used by the mikmod port. X Xhttp://www.multimania.com/miodrag/mikmod/ X X- Michael END-of-libmikmod/pkg/DESCR echo x - libmikmod/Makefile sed 's/^X//' >libmikmod/Makefile << 'END-of-libmikmod/Makefile' X# ports collection makefile for: libmikmod X# Version required: 3.1.6 X# Date created: Sun Apr 11 13:06:01 PDT 1999 X# Whom: Michael Haro X# X# $Id$ X# X XDISTNAME= libmikmod-3.1.6 XCATEGORIES= audio XMASTER_SITES= http://www.multimania.com/miodrag/mikmod/ X XMAINTAINER= mharo@area51.fremont.ca.us X XBUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool X XUSE_GMAKE= yes XGNU_CONFIGURE= yes X Xpre-build: X ${RM} -rf ${WRKSRC}/info/mikmod.info* X Xpre-install: X @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib X if [ ! -f ${PREFIX}/info/dir ]; then \ X ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ X fi X X.include END-of-libmikmod/Makefile echo c - libmikmod/patches mkdir -p libmikmod/patches > /dev/null 2>&1 echo x - libmikmod/patches/patch-aa sed 's/^X//' >libmikmod/patches/patch-aa << 'END-of-libmikmod/patches/patch-aa' X--- configure.orig Sun Apr 11 12:33:14 1999 X+++ configure Sun Apr 11 12:33:24 1999 X@@ -1587,7 +1587,7 @@ X X X # Always use our own libtool. X-LIBTOOL='$(SHELL) $(top_builddir)/libtool' X+LIBTOOL='libtool' X X # Check for any special flags to pass to ltconfig. X libtool_flags= END-of-libmikmod/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 Sun Apr 11 16:12: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E1102166B0; Sun, 11 Apr 1999 15:44:39 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA23156; Sun, 11 Apr 1999 15:42:23 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 11 Apr 1999 15:42:23 -0700 (PDT) From: Message-Id: <199904112242.PAA23156@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11071: Fix: security/identify Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix: security/identify State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 11 15:41:18 PDT 1999 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 11 16:16:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F1B7D15646; Sun, 11 Apr 1999 15:49:16 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA23332; Sun, 11 Apr 1999 15:46:19 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 11 Apr 1999 15:46:19 -0700 (PDT) From: Message-Id: <199904112246.PAA23332@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11075: Fix: net/mpich (plist) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix: net/mpich (plist) State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 11 15:45:38 PDT 1999 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 11 16:52: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CB6D14F65; Sun, 11 Apr 1999 16:43:04 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA27038; Sun, 11 Apr 1999 16:40:48 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 11 Apr 1999 16:40:48 -0700 (PDT) From: Message-Id: <199904112340.QAA27038@freefall.freebsd.org> To: jseger@FreeBSD.org, freebsd-ports@FreeBSD.org, erich@FreeBSD.org Subject: Re: ports/11079: Update port: sudo (1.5.7p2 -> 1.5.9p1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: sudo (1.5.7p2 -> 1.5.9p1) Responsible-Changed-From-To: freebsd-ports->erich Responsible-Changed-By: jseger Responsible-Changed-When: Sun Apr 11 16:40:35 PDT 1999 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 11 16:52:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 43FE215020; Sun, 11 Apr 1999 16:42:19 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA26882; Sun, 11 Apr 1999 16:40:02 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 11 Apr 1999 16:40:02 -0700 (PDT) From: Message-Id: <199904112340.QAA26882@freefall.freebsd.org> To: cpiazza@home.net, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11077: Update port: bitchx (75p1 -> 75p3) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: bitchx (75p1 -> 75p3) State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 11 16:38:49 PDT 1999 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 11 16:55: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17A4F15129; Sun, 11 Apr 1999 16:53:56 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA27823; Sun, 11 Apr 1999 16:51:39 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 11 Apr 1999 16:51:39 -0700 (PDT) From: Message-Id: <199904112351.QAA27823@freefall.freebsd.org> To: hanspb@persbraten.vgs.no, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/6709: New port kmessage Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port kmessage State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 11 16:50:13 PDT 1999 State-Changed-Why: Unfortunately, this port is very out of date and will not work on a current system. It also refers to a distfile which is no longer available. I'm sorry that no one committed this while it was still valid. If you are still interested, I'd encourage you to update the port and resubmit it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 11 17: 6:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EDC9514F65; Sun, 11 Apr 1999 17:06:43 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA28371; Sun, 11 Apr 1999 17:04:27 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 11 Apr 1999 17:04:27 -0700 (PDT) From: Message-Id: <199904120004.RAA28371@freefall.freebsd.org> To: kchowksey@hss.hns.com, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/7150: `elftoaout': new port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: `elftoaout': new port State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 11 17:04:12 PDT 1999 State-Changed-Why: Commited with minor changes, 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 11 17:10: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from scds.com (jseger.shore.net [204.167.102.1]) by hub.freebsd.org (Postfix) with ESMTP id F1BA4151C7 for ; Sun, 11 Apr 1999 17:10:02 -0700 (PDT) (envelope-from jseger@jseger.scds.com) Received: from jseger.scds.com (localhost [127.0.0.1]) by scds.com (8.9.3/8.8.8) with ESMTP id UAA80682 for ; Sun, 11 Apr 1999 20:07:47 -0400 (EDT) (envelope-from jseger@jseger.scds.com) Message-Id: <199904120007.UAA80682@scds.com> To: ports@freebsd.org Subject: Copyright Infringement policy? Date: Sun, 11 Apr 1999 20:07:47 -0400 From: "Justin M. Seger" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello. What is the official ruling on the import of ports that have names that violate copyrights? I am asking this specifically in reference to ports/7701, Dr. Mario. Dr. Mario is a trademark of Nintendo. TTYL, -Justin Seger- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 11 18:18:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tokyonet-entrance.astec.co.jp (tokyonet-entrance.astec.co.jp [202.239.16.2]) by hub.freebsd.org (Postfix) with ESMTP id EC36E14BE1; Sun, 11 Apr 1999 18:18:20 -0700 (PDT) (envelope-from nakai@internetsolutions.co.jp) Received: from amont.astec.co.jp (amont.astec.co.jp [172.20.10.1]) by tokyonet-entrance.astec.co.jp (8.9.1+3.0W/3.7W-astecMX2.3) with ESMTP id KAA12279; Mon, 12 Apr 1999 10:15:55 +0900 (JST) Received: from internetsolutions.co.jp (isi43.astec.co.jp [172.20.12.243]) by amont.astec.co.jp (8.7.6/3.6W-astecMX2.4) with ESMTP id KAA01744; Mon, 12 Apr 1999 10:15:54 +0900 (JST) Message-ID: <37114949.7687D434@internetsolutions.co.jp> Date: Mon, 12 Apr 1999 10:15:53 +0900 From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Organization: InternetSolutions, Inc. X-Mailer: Mozilla 4.5 [ja] (Win98; I) X-Accept-Language: ja MIME-Version: 1.0 To: Seigo TANIMURA Cc: billf@FreeBSD.org, Chris Piazza , freebsd-ports@FreeBSD.org Subject: Re: ports/11013: port audio/8hz-mp3: source not distributed References: <199904081345.GAA33147@freefall.freebsd.org> <19990411223259I.tanimura@sakuramail.com> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Seigo TANIMURA wrote: > > From: > Subject: Re: ports/11013: port audio/8hz-mp3: source not distributed > Date: Thu, 8 Apr 1999 06:45:53 -0700 (PDT) > Message-ID: <199904081345.GAA33147@freefall.freebsd.org> > > billf> This port is already marked BROKEN because of the license problem. > billf> If the situation isn't going to change, someone should just 'cvs rm' this port. > > The situation will NOT change. The patent for mp3 is on the acoustic models > used on coding and decoding. Since 8hz-mp3 has the patented acoustic models > in itself, they cannot distribute their encoder. > > Considering above, we should cvs rm this port. I don't think so. Use RESTRICTED, NO_CDROM, NO_PACKAGE or some macro will prevent redistributing. (Why there isn't NO_FTP in bsd.port.mk?) -------------- Yukihiro Nakai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 11 18:50:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail3.lig.bellsouth.net (mail3.lig.bellsouth.net [205.152.0.51]) by hub.freebsd.org (Postfix) with ESMTP id B47FF14E21; Sun, 11 Apr 1999 18:50:23 -0700 (PDT) (envelope-from gljohns@bellsouth.net) Received: from gforce.johnson.home (host-209-214-146-146.msy.bellsouth.net [209.214.146.146]) by mail3.lig.bellsouth.net (8.8.8-spamdog/8.8.5) with ESMTP id VAA13473; Sun, 11 Apr 1999 21:48:03 -0400 (EDT) Received: (from glenn@localhost) by gforce.johnson.home (8.9.3/8.9.3) id UAA23592; Sun, 11 Apr 1999 20:48:01 -0500 (CDT) (envelope-from glenn) From: Glenn Johnson Date: Sun, 11 Apr 1999 20:48:00 -0500 To: jseger@FreeBSD.ORG Cc: mharo@area51.fremont.ca.us, freebsd-ports@FreeBSD.ORG Subject: Re: ports/11061: Update: audio/wmsound (0.9.2 -> 0.9.3) Message-ID: <19990411204800.A23560@gforce.johnson.home> References: <199904112142.OAA17301@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199904112142.OAA17301@freefall.freebsd.org>; from jseger@FreeBSD.ORG on Sun, Apr 11, 1999 at 02:42:16PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Apr 11, 1999 at 02:42:16PM -0700, jseger@FreeBSD.ORG wrote: > Synopsis: Update: audio/wmsound (0.9.2 -> 0.9.3) > > State-Changed-From-To: open->closed > State-Changed-By: jseger > State-Changed-When: Sun Apr 11 14:42:07 PDT 1999 > State-Changed-Why: > Committed, thanks. > I am the maintainer of this port. Version 0.9.3 of wmsound does not work properly without patches to WindowMaker. The patches are supposed to be in the next release of WindowMaker so I was not going to do this upgrade until the new version of WindowMaker was committed. I wish I had been consulted on this in some way. -- Glenn Johnson gljohns@bellsouth.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 11 19: 2:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rina.naklab.dnj.ynu.ac.jp (rina.naklab.dnj.ynu.ac.jp [133.34.17.16]) by hub.freebsd.org (Postfix) with ESMTP id 4E413151B7; Sun, 11 Apr 1999 19:02:42 -0700 (PDT) (envelope-from tanimura@naklab.dnj.ynu.ac.jp) Received: from rina.naklab.dnj.ynu.ac.jp (localhost [127.0.0.1]) by rina.naklab.dnj.ynu.ac.jp (8.9.2/3.7W-Naklab-2.1-19981120) with ESMTP id LAA63893; Mon, 12 Apr 1999 11:00:14 +0900 (JST) Message-Id: <199904120200.LAA63893@rina.naklab.dnj.ynu.ac.jp> To: nakai@internetsolutions.co.jp Cc: billf@FreeBSD.org, cpiazza@home.net, freebsd-ports@FreeBSD.org Cc: Seigo TANIMURA Subject: Re: ports/11013: port audio/8hz-mp3: source not distributed From: Seigo TANIMURA In-Reply-To: Your message of "Mon, 12 Apr 1999 10:15:53 +0900" References: <37114949.7687D434@internetsolutions.co.jp> 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, 12 Apr 1999 11:00:12 +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 12 Apr 1999 10:15:53 +0900, Yukihiro Nakai said: >> The situation will NOT change. The patent for mp3 is on the acoustic models >> used on coding and decoding. Since 8hz-mp3 has the patented acoustic models >> in itself, they cannot distribute their encoder. >> >> Considering above, we should cvs rm this port. nakai> I don't think so. nakai> Use RESTRICTED, NO_CDROM, NO_PACKAGE or some macro will prevent nakai> redistributing. The problem is on the distribution of the original source by 8hz, not *re*distribution. They cannot distribute their encoder by any means, so the issue is more serious than RESTRICTED. The bottom line is: 8hz cannot distribute the source, we should not port it. Seigo TANIMURA |M1, Nakagawa Lab, Dept of Electronics & CS =========================|Faculty of Engineering, Yokohama National Univ Powered by SIEMENS, |http://www.naklab.dnj.ynu.ac.jp/~tanimura/ FreeBSD 4.0-CURRENT |http://www.sakura.ne.jp/~tcarrot/ (21st Mar 1999) & muesli.|tanimura@naklab.dnj.ynu.ac.jp tcarrot@sakuramail.com Wakako Shimazaki -> Risky|21st Apr, Debut Single 'My Life Is...' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 11 19:12:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F35D915189 for ; Sun, 11 Apr 1999 19:12:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA37917; Sun, 11 Apr 1999 19:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 6628815189 for ; Sun, 11 Apr 1999 19:05:07 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id TAA26200; Sun, 11 Apr 1999 19:02:50 -0700 (PDT) (envelope-from mharo) Message-Id: <199904120202.TAA26200@patrol.area51.fremont.ca.us> Date: Sun, 11 Apr 1999 19:02:50 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11091: Update: net/kvirc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11091 >Category: ports >Synopsis: Update: net/kvirc >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 11 19:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - Fixed PLIST - configure can now find moc portlint: 1 warnings, 0 errors patches: 0 new, 0 removed >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/net/kvirc/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/04/10 19:08:24 1.1.1.1 +++ Makefile 1999/04/12 00:11:30 @@ -24,7 +24,7 @@ KDEDIR= ${PREFIX} CONFIGURE_ARGS= --x-includes=$(X11BASE)/include --x-libraries=$(X11BASE)/lib \ - --datadir=$(PREFIX)/share/kde --includedir=$(PREFIX)/include \ - --libdir=$(PREFIX)/lib + --datadir=$(PREFIX)/share/kde +CONFIGURE_ENV= MOC=${X11BASE}/bin/moc .include Index: pkg/PLIST =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/net/kvirc/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1999/04/10 19:08:24 1.1.1.1 +++ PLIST 1999/04/12 01:26:01 @@ -1,6 +1,134 @@ bin/kvidns bin/kviphone bin/kvirc +share/applnk/Internet/kvirc.kdelnk +share/doc/HTML/de/kvirc/aliases.html +share/doc/HTML/de/kvirc/cmd_ascii.html +share/doc/HTML/de/kvirc/cmd_away.html +share/doc/HTML/de/kvirc/cmd_back.html +share/doc/HTML/de/kvirc/cmd_ban.html +share/doc/HTML/de/kvirc/cmd_cache.html +share/doc/HTML/de/kvirc/cmd_chat.html +share/doc/HTML/de/kvirc/cmd_clonescan.html +share/doc/HTML/de/kvirc/cmd_ctcp.html +share/doc/HTML/de/kvirc/cmd_dns.html +share/doc/HTML/de/kvirc/cmd_echo.html +share/doc/HTML/de/kvirc/cmd_exec.html +share/doc/HTML/de/kvirc/cmd_file.html +share/doc/HTML/de/kvirc/cmd_foreach.html +share/doc/HTML/de/kvirc/cmd_halt.html +share/doc/HTML/de/kvirc/cmd_if.html +share/doc/HTML/de/kvirc/cmd_inc.html +share/doc/HTML/de/kvirc/cmd_join.html +share/doc/HTML/de/kvirc/cmd_kick.html +share/doc/HTML/de/kvirc/cmd_me.html +share/doc/HTML/de/kvirc/cmd_mode.html +share/doc/HTML/de/kvirc/cmd_msg.html +share/doc/HTML/de/kvirc/cmd_play.html +share/doc/HTML/de/kvirc/cmd_query.html +share/doc/HTML/de/kvirc/cmd_raw.html +share/doc/HTML/de/kvirc/cmd_return.html +share/doc/HTML/de/kvirc/cmd_send.html +share/doc/HTML/de/kvirc/cmd_server.html +share/doc/HTML/de/kvirc/cmd_set.html +share/doc/HTML/de/kvirc/cmd_sound.html +share/doc/HTML/de/kvirc/cmd_timer.html +share/doc/HTML/de/kvirc/cmd_userlist.html +share/doc/HTML/de/kvirc/cmd_while.html +share/doc/HTML/de/kvirc/cmd_whois.html +share/doc/HTML/de/kvirc/cmd_window.html +share/doc/HTML/de/kvirc/cmdline.html +share/doc/HTML/de/kvirc/cmdlist.html +share/doc/HTML/de/kvirc/commonerror.html +share/doc/HTML/de/kvirc/credits.html +share/doc/HTML/de/kvirc/eve_ban.html +share/doc/HTML/de/kvirc/eve_clone.html +share/doc/HTML/de/kvirc/eve_connect.html +share/doc/HTML/de/kvirc/evelist.html +share/doc/HTML/de/kvirc/events.html +share/doc/HTML/de/kvirc/examples.html +share/doc/HTML/de/kvirc/index.html +share/doc/HTML/de/kvirc/intro.html +share/doc/HTML/de/kvirc/kvihead.gif +share/doc/HTML/de/kvirc/kvilogo.jpg +share/doc/HTML/de/kvirc/loadscript.html +share/doc/HTML/de/kvirc/rfc1459.html +share/doc/HTML/de/kvirc/savescript.html +share/doc/HTML/de/kvirc/scripting.html +share/doc/HTML/de/kvirc/seddlg.html +share/doc/HTML/de/kvirc/srvdlg.html +share/doc/HTML/de/kvirc/start.html +share/doc/HTML/de/kvirc/usrdlg.html +share/doc/HTML/de/kvirc/variables.html +share/doc/HTML/en/kvirc/aliases.html +share/doc/HTML/en/kvirc/cmd_ascii.html +share/doc/HTML/en/kvirc/cmd_away.html +share/doc/HTML/en/kvirc/cmd_back.html +share/doc/HTML/en/kvirc/cmd_ban.html +share/doc/HTML/en/kvirc/cmd_cache.html +share/doc/HTML/en/kvirc/cmd_chat.html +share/doc/HTML/en/kvirc/cmd_clonescan.html +share/doc/HTML/en/kvirc/cmd_connstats.html +share/doc/HTML/en/kvirc/cmd_ctcp.html +share/doc/HTML/en/kvirc/cmd_dns.html +share/doc/HTML/en/kvirc/cmd_echo.html +share/doc/HTML/en/kvirc/cmd_exec.html +share/doc/HTML/en/kvirc/cmd_file.html +share/doc/HTML/en/kvirc/cmd_foreach.html +share/doc/HTML/en/kvirc/cmd_halt.html +share/doc/HTML/en/kvirc/cmd_if.html +share/doc/HTML/en/kvirc/cmd_inc.html +share/doc/HTML/en/kvirc/cmd_join.html +share/doc/HTML/en/kvirc/cmd_kick.html +share/doc/HTML/en/kvirc/cmd_list.html +share/doc/HTML/en/kvirc/cmd_me.html +share/doc/HTML/en/kvirc/cmd_mode.html +share/doc/HTML/en/kvirc/cmd_msg.html +share/doc/HTML/en/kvirc/cmd_play.html +share/doc/HTML/en/kvirc/cmd_query.html +share/doc/HTML/en/kvirc/cmd_raw.html +share/doc/HTML/en/kvirc/cmd_return.html +share/doc/HTML/en/kvirc/cmd_send.html +share/doc/HTML/en/kvirc/cmd_server.html +share/doc/HTML/en/kvirc/cmd_set.html +share/doc/HTML/en/kvirc/cmd_sound.html +share/doc/HTML/en/kvirc/cmd_talk.html +share/doc/HTML/en/kvirc/cmd_timer.html +share/doc/HTML/en/kvirc/cmd_userlist.html +share/doc/HTML/en/kvirc/cmd_while.html +share/doc/HTML/en/kvirc/cmd_whois.html +share/doc/HTML/en/kvirc/cmd_window.html +share/doc/HTML/en/kvirc/cmdline.html +share/doc/HTML/en/kvirc/cmdlist.html +share/doc/HTML/en/kvirc/commonerror.html +share/doc/HTML/en/kvirc/credits.html +share/doc/HTML/en/kvirc/dlg_proxy.gif +share/doc/HTML/en/kvirc/dlg_prxedit.gif +share/doc/HTML/en/kvirc/dlg_server.gif +share/doc/HTML/en/kvirc/dlg_server.html +share/doc/HTML/en/kvirc/dlg_srvedit.gif +share/doc/HTML/en/kvirc/dlg_srvedit.html +share/doc/HTML/en/kvirc/eve_ban.html +share/doc/HTML/en/kvirc/eve_clone.html +share/doc/HTML/en/kvirc/eve_connect.html +share/doc/HTML/en/kvirc/evelist.html +share/doc/HTML/en/kvirc/events.html +share/doc/HTML/en/kvirc/examples.html +share/doc/HTML/en/kvirc/index.html +share/doc/HTML/en/kvirc/intro.html +share/doc/HTML/en/kvirc/kvihead.gif +share/doc/HTML/en/kvirc/kvilogo.jpg +share/doc/HTML/en/kvirc/loadscript.html +share/doc/HTML/en/kvirc/rfc1459.html +share/doc/HTML/en/kvirc/savescript.html +share/doc/HTML/en/kvirc/scripting.html +share/doc/HTML/en/kvirc/start.html +share/doc/HTML/en/kvirc/usrdlg.html +share/doc/HTML/en/kvirc/variables.html +share/icons/kvirc.xpm +share/icons/mini/kvirc.xpm +share/locale/de/LC_MESSAGES/kvirc.mo +share/locale/it/LC_MESSAGES/kvirc.mo share/apps/kvirc/Translation/ASCII share/apps/kvirc/Translation/CP437 share/apps/kvirc/Translation/CP850 @@ -168,3 +296,10 @@ @dirrm share/apps/kvirc/Scripts/Misc @dirrm share/apps/kvirc/Scripts @dirrm share/apps/kvirc +@dirrm share/applnk/Internet +@dirrm share/applnk +@dirrm share/doc/HTML/de/kvirc +@dirrm share/doc/HTML/en/kvirc +@dirrm share/doc/HTML/de +@dirrm share/icons/mini +@dirrm share/icons >Release-Note: >Audit-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 11 20:32:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B9421527A for ; Sun, 11 Apr 1999 20:32:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA43232; Sun, 11 Apr 1999 20:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1B6DC153BE; Sun, 11 Apr 1999 20:25:03 -0700 (PDT) Message-Id: <19990412032503.1B6DC153BE@hub.freebsd.org> Date: Sun, 11 Apr 1999 20:25:03 -0700 (PDT) From: meshko@cs.brandeis.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11093: remind user that he needs to be root to install port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11093 >Category: ports >Synopsis: remind user that he needs to be root to install 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: Sun Apr 11 20:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Kruk >Release: 3.1 >Organization: >Environment: FreeBSD polkan2.dyndns.org 3.1-RELEASE FreeBSD 3.1-RELEASE #1: Sun Mar 21 03:01:34 EST 1999 meshko@polkan2.dyndns.org:/usr/src/sys/compile/KERNEL5.1 i386 >Description: Well, may be the problem is with me (most likely) but still i think somebody must have had the same problem... I've been using ports collection for two years now (so I am not total newbie) and I think it's great, but I always repeat the same mistake -- I cd /usr/ports/whatever and try to make forgetting to su. The problem is that make starts fine and connects to ftp site and starts download when it finally notices that it can't create the local file! First of all with slow connection it takes some time before I find out that I screwed up. But what is even worth it actually took me some time to figure out what does this permission denied message mean. I thought that file is closed on the ftp server! (yes, yes, very dumb, thank you) Well, anyway I guess it would be nice to have makefile check if user have access to ports directory and report error clearly... thanks for your time -mk >How-To-Repeat: su guest; cd /usr/ports/editors/emacs; make >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 11 20:41:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from phoenix.welearn.com.au (phoenix.welearn.com.au [139.130.44.81]) by hub.freebsd.org (Postfix) with ESMTP id 09C0A15259; Sun, 11 Apr 1999 20:41:22 -0700 (PDT) (envelope-from sue@phoenix.welearn.com.au) Received: (from sue@localhost) by phoenix.welearn.com.au (8.9.1/8.9.0) id NAA05872; Mon, 12 Apr 1999 13:38:42 +1000 (EST) Message-ID: <19990412133835.55410@welearn.com.au> Date: Mon, 12 Apr 1999 13:38:35 +1000 From: Sue Blake To: meshko@cs.brandeis.edu Cc: freebsd-doc@freebsd.org Subject: Re: ports/11093: remind user that he needs to be root to install port References: <19990412032503.1B6DC153BE@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <19990412032503.1B6DC153BE@hub.freebsd.org>; from meshko@cs.brandeis.edu on Sun, Apr 11, 1999 at 08:25:03PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Apr 11, 1999 at 08:25:03PM -0700, meshko@cs.brandeis.edu wrote: > Well, may be the problem is with me (most likely) but still i think > somebody must have had the same problem... > I've been using ports collection for two years now (so I am not > total newbie) and I think it's great, but I always repeat the same > mistake -- I cd /usr/ports/whatever and try to make forgetting to su. > The problem is that make starts fine and connects to ftp site and starts > download when it finally notices that it can't create the local file! > First of all with slow connection it takes some time before I find out > that I screwed up. But what is even worth it actually took me some time > to figure out what does this permission denied message mean. I thought > that file is closed on the ftp server! (yes, yes, very dumb, thank you) > Well, anyway I guess it would be nice to have makefile check if user > have access to ports directory and report error clearly... > thanks for your time I can identify with your problem, but I think this is a documentation problem not a ports problem. What documentation did you read to learn how to install a port? Maybe we can fix it so that it's clearer in future. -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 11 23:47:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from haldjas.folklore.ee (Haldjas.folklore.ee [193.40.6.121]) by hub.freebsd.org (Postfix) with ESMTP id 5735F15221; Sun, 11 Apr 1999 23:47:28 -0700 (PDT) (envelope-from narvi@haldjas.folklore.ee) Received: from haldjas.folklore.ee (haldjas.folklore.ee [172.17.2.1] (may be forged)) by haldjas.folklore.ee (8.8.8/8.8.4) with SMTP id JAA13770; Mon, 12 Apr 1999 09:44:50 +0300 (EEST) Date: Mon, 12 Apr 1999 09:44:49 +0300 (EEST) From: Narvi To: Seigo TANIMURA Cc: nakai@internetsolutions.co.jp, billf@FreeBSD.ORG, cpiazza@home.net, freebsd-ports@FreeBSD.ORG Subject: Re: ports/11013: port audio/8hz-mp3: source not distributed In-Reply-To: <199904120200.LAA63893@rina.naklab.dnj.ynu.ac.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 Mon, 12 Apr 1999, Seigo TANIMURA wrote: > > On Mon, 12 Apr 1999 10:15:53 +0900, > Yukihiro Nakai said: > > >> The situation will NOT change. The patent for mp3 is on the acoustic models > >> used on coding and decoding. Since 8hz-mp3 has the patented acoustic models > >> in itself, they cannot distribute their encoder. > >> > >> Considering above, we should cvs rm this port. > > nakai> I don't think so. > nakai> Use RESTRICTED, NO_CDROM, NO_PACKAGE or some macro will prevent > nakai> redistributing. > > > The problem is on the distribution of the original source by 8hz, not *re*distribution. > They cannot distribute their encoder by any means, so the issue is more serious than > RESTRICTED. > > The bottom line is: 8hz cannot distribute the source, we should not port it. > Exactly why should we not port it? More exactly, why should we remove the port? The mp3 patent is not in effect everywhere. And it doesn't really matter if 8hz can distribute the sources or not. They exists and people have them. The sources aren't illegal. Sander There is no love, no good, no happiness and no future - all these are just illusions. > > Seigo TANIMURA |M1, Nakagawa Lab, Dept of Electronics & CS > =========================|Faculty of Engineering, Yokohama National Univ > Powered by SIEMENS, |http://www.naklab.dnj.ynu.ac.jp/~tanimura/ > FreeBSD 4.0-CURRENT |http://www.sakura.ne.jp/~tcarrot/ > (21st Mar 1999) & muesli.|tanimura@naklab.dnj.ynu.ac.jp tcarrot@sakuramail.com > Wakako Shimazaki -> Risky|21st Apr, Debut Single 'My Life Is...' > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 11 23:53:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from haldjas.folklore.ee (Haldjas.folklore.ee [193.40.6.121]) by hub.freebsd.org (Postfix) with ESMTP id 4261014E02 for ; Sun, 11 Apr 1999 23:53:45 -0700 (PDT) (envelope-from narvi@haldjas.folklore.ee) Received: from haldjas.folklore.ee (haldjas.folklore.ee [172.17.2.1] (may be forged)) by haldjas.folklore.ee (8.8.8/8.8.4) with SMTP id JAA14005; Mon, 12 Apr 1999 09:51:25 +0300 (EEST) Date: Mon, 12 Apr 1999 09:51:24 +0300 (EEST) From: Narvi To: "Justin M. Seger" Cc: ports@FreeBSD.ORG Subject: Trademarks [was Copyright Infringement policy?] In-Reply-To: <199904120007.UAA80682@scds.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 11 Apr 1999, Justin M. Seger wrote: > Hello. > > What is the official ruling on the import of ports that have names > that violate copyrights? > A name that violates copyright? As in "hobbit"? > I am asking this specifically in reference to ports/7701, Dr. Mario. > > Dr. Mario is a trademark of Nintendo. > The port description file should mention that "Dr. Mario" is a trademarked name by Nintendo, but that this is not that "Dr. Mario" but another? We don't have to care about what third party software developers do or name their products. It's their problem. > TTYL, > -Justin Seger- > Sander There is no love, no good, no happiness and no future - all these are just illusions. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 12 0:38:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 18E4015327 for ; Mon, 12 Apr 1999 00:38:28 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-146.ix.netcom.com [209.109.232.146]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id AAA12699; Mon, 12 Apr 1999 00:36:34 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id AAA40009; Mon, 12 Apr 1999 00:36:01 -0700 (PDT) Date: Mon, 12 Apr 1999 00:36:01 -0700 (PDT) Message-Id: <199904120736.AAA40009@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: tekfox@yahoo.com Cc: ports@freebsd.org In-reply-to: <371127A3.A215F2B5@foxfx.thefoxden.com> (message from Ratchet Fox on Sun, 11 Apr 1999 18:52:19 -0400) Subject: Re: wml-1.6.8 From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <371127A3.A215F2B5@foxfx.thefoxden.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Ratchet Fox * * In the "www" section of the ports collection webpage, the latest version * of WML (Website Meta Language) is listed as 1.6.8 However, the latest * version in ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles is 1.6.7 I * was unable to check the listed mirror sites, as they were either down or * refused anonymous login. Is this a mistake in the ports listing? It usually just takes some time for the ports changes to be propagated to the distfiles dir. Please give it a week or two. That said, the problem with wml is that it was broken for >2.2 (including 3.1 and 4.0) for quite a while and wasn't being built correctly. It is supposedly fixed in the latest revision so the distfile should be available after the next round is done. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 12 0:50:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rina.naklab.dnj.ynu.ac.jp (rina.naklab.dnj.ynu.ac.jp [133.34.17.16]) by hub.freebsd.org (Postfix) with ESMTP id 2A87015327; Mon, 12 Apr 1999 00:50:50 -0700 (PDT) (envelope-from tanimura@naklab.dnj.ynu.ac.jp) Received: from rina.naklab.dnj.ynu.ac.jp (localhost [127.0.0.1]) by rina.naklab.dnj.ynu.ac.jp (8.9.3/3.7W-Naklab-2.1-19981120) with ESMTP id QAA02417; Mon, 12 Apr 1999 16:48:20 +0900 (JST) Message-Id: <199904120748.QAA02417@rina.naklab.dnj.ynu.ac.jp> To: narvi@haldjas.folklore.ee Cc: nakai@internetsolutions.co.jp, billf@FreeBSD.ORG, cpiazza@home.net, freebsd-ports@FreeBSD.ORG Cc: Seigo TANIMURA Subject: Re: ports/11013: port audio/8hz-mp3: source not distributed From: Seigo TANIMURA In-Reply-To: Your message of "Mon, 12 Apr 1999 09:44:49 +0300 (EEST)" 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, 12 Apr 1999 16:48:20 +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 12 Apr 1999 09:44:49 +0300 (EEST), Narvi said: narvi> Exactly why should we not port it? More exactly, why should we remove the narvi> port? narvi> The mp3 patent is not in effect everywhere. narvi> And it doesn't really matter if 8hz can distribute the sources or not. narvi> They exists and people have them. narvi> The sources aren't illegal. Could you please have a look at: http://www.iis.fhg.de/amm/legal/index.html#2.2 If we distribute the 8hz encoder by ourselves, we have to pay for the royalty because they developed the encoder by themselves. Lame(Lamer) has no problems. It is a patch, not an encoder... (at least they say so) Seigo TANIMURA |M2, Nakagawa Lab, Dept of Electronics & CS =========================|Faculty of Engineering, Yokohama National Univ Powered by SIEMENS, |http://www.naklab.dnj.ynu.ac.jp/~tanimura/ FreeBSD 4.0-CURRENT |http://www.sakura.ne.jp/~tcarrot/ (10th Apr 1999) & muesli.|tanimura@naklab.dnj.ynu.ac.jp tcarrot@sakuramail.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 12 1: 0: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from haldjas.folklore.ee (Haldjas.folklore.ee [193.40.6.121]) by hub.freebsd.org (Postfix) with ESMTP id E995D14C80; Mon, 12 Apr 1999 01:00:01 -0700 (PDT) (envelope-from narvi@haldjas.folklore.ee) Received: from haldjas.folklore.ee (haldjas.folklore.ee [172.17.2.1] (may be forged)) by haldjas.folklore.ee (8.8.8/8.8.4) with SMTP id KAA14977; Mon, 12 Apr 1999 10:57:29 +0300 (EEST) Date: Mon, 12 Apr 1999 10:57:29 +0300 (EEST) From: Narvi To: Seigo TANIMURA Cc: nakai@internetsolutions.co.jp, billf@FreeBSD.ORG, cpiazza@home.net, freebsd-ports@FreeBSD.ORG Subject: Re: ports/11013: port audio/8hz-mp3: source not distributed In-Reply-To: <199904120748.QAA02417@rina.naklab.dnj.ynu.ac.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 Mon, 12 Apr 1999, Seigo TANIMURA wrote: > > On Mon, 12 Apr 1999 09:44:49 +0300 (EEST), > Narvi said: > > narvi> Exactly why should we not port it? More exactly, why should we remove the > narvi> port? > > narvi> The mp3 patent is not in effect everywhere. > > narvi> And it doesn't really matter if 8hz can distribute the sources or not. > narvi> They exists and people have them. > > narvi> The sources aren't illegal. > > > Could you please have a look at: > > http://www.iis.fhg.de/amm/legal/index.html#2.2 > > If we distribute the 8hz encoder by ourselves, we have to pay for the royalty > because they developed the encoder by themselves. > > Lame(Lamer) has no problems. It is a patch, not an encoder... (at least they say so) > I have seen it. If we don't distribute the package (and the port is marked FORBIDDEN, so we don't), we don't distribute it in neither source nor source form. The *PORT* itself does not contain any patented code and is thus OK. Sander There is no love, no good, no happiness and no future - all these are just illusions. > > Seigo TANIMURA |M2, Nakagawa Lab, Dept of Electronics & CS > =========================|Faculty of Engineering, Yokohama National Univ > Powered by SIEMENS, |http://www.naklab.dnj.ynu.ac.jp/~tanimura/ > FreeBSD 4.0-CURRENT |http://www.sakura.ne.jp/~tcarrot/ > (10th Apr 1999) & muesli.|tanimura@naklab.dnj.ynu.ac.jp tcarrot@sakuramail.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 12 1:21:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rina.naklab.dnj.ynu.ac.jp (rina.naklab.dnj.ynu.ac.jp [133.34.17.16]) by hub.freebsd.org (Postfix) with ESMTP id CCF06153EC; Mon, 12 Apr 1999 01:21:50 -0700 (PDT) (envelope-from tanimura@naklab.dnj.ynu.ac.jp) Received: from rina.naklab.dnj.ynu.ac.jp (localhost [127.0.0.1]) by rina.naklab.dnj.ynu.ac.jp (8.9.3/3.7W-Naklab-2.1-19981120) with ESMTP id RAA02930; Mon, 12 Apr 1999 17:19:24 +0900 (JST) Message-Id: <199904120819.RAA02930@rina.naklab.dnj.ynu.ac.jp> To: narvi@haldjas.folklore.ee Cc: nakai@internetsolutions.co.jp, billf@FreeBSD.ORG, cpiazza@home.net, freebsd-ports@FreeBSD.ORG Cc: Seigo TANIMURA Subject: Re: ports/11013: port audio/8hz-mp3: source not distributed From: Seigo TANIMURA In-Reply-To: Your message of "Mon, 12 Apr 1999 10:57:29 +0300 (EEST)" 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, 12 Apr 1999 17:19:24 +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 12 Apr 1999 10:57:29 +0300 (EEST), Narvi said: narvi> Exactly why should we not port it? More exactly, why should we remove the narvi> port? narvi> The mp3 patent is not in effect everywhere. narvi> And it doesn't really matter if 8hz can distribute the sources or not. narvi> They exists and people have them. narvi> The sources aren't illegal. tanimura> Could you please have a look at: tanimura> tanimura> http://www.iis.fhg.de/amm/legal/index.html#2.2 tanimura> tanimura> If we distribute the 8hz encoder by ourselves, we have to pay for the royalty tanimura> because they developed the encoder by themselves. tanimura> tanimura> Lame(Lamer) has no problems. It is a patch, not an encoder... (at least they say so) narvi> I have seen it. If we don't distribute the package (and the port is marked narvi> FORBIDDEN, so we don't), we don't distribute it in neither source nor narvi> source form. narvi> The *PORT* itself does not contain any patented code and is thus OK. Although the port is not illegal, we will not be able to build it to the end of time. It does not make any sense to leave the port. (or could FhG change their license?) Seigo TANIMURA |M2, Nakagawa Lab, Dept of Electronics & CS =========================|Faculty of Engineering, Yokohama National Univ Powered by SIEMENS, |http://www.naklab.dnj.ynu.ac.jp/~tanimura/ FreeBSD 4.0-CURRENT |http://www.sakura.ne.jp/~tcarrot/ (10th Apr 1999) & muesli.|tanimura@naklab.dnj.ynu.ac.jp tcarrot@sakuramail.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 12 1:35:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (Postfix) with ESMTP id F155C1521E for ; Mon, 12 Apr 1999 01:35:51 -0700 (PDT) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id SAA29317; Mon, 12 Apr 1999 18:03:46 +0930 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA26114; Mon, 12 Apr 1999 18:03:44 +0930 Date: Mon, 12 Apr 1999 18:03:44 +0930 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Brad Karp Cc: freebsd-ports@freebsd.org Subject: Re: egcs-1.1.2 shared library linking bummage In-Reply-To: <199904110709.DAA12115@dominator.eecs.harvard.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 Sun, 11 Apr 1999, Brad Karp wrote: > The link goes fine, and an executable foo is created. I set my > LD_LIBRARY_PATH to include `pwd`, and run foo, but I get the error: > > /usr/libexec/ld-elf.so.1: /usr/home/karp/egcs-bug/libbar.so: Undefined symbol "__deregister_frame_info" This was a bug in the linker which was recently fixed. Either update to 3.1-STABLE or you might be able to get away with just updating and recompiling rtld (from memory, check the cvs archives for the fix). Kris ----- The Feynman problem-solving algorithm: 1. Write down the problem 2. Think real hard 3. Write down the solution To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 12 1:36:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ns.nobreak.com (ns.nobreak.com [210.105.79.2]) by hub.freebsd.org (Postfix) with ESMTP id 739B41549A for ; Mon, 12 Apr 1999 01:36:45 -0700 (PDT) (envelope-from nobreak@nobreak.com) Received: from nobreak.com (nobreak.nobreak.com [210.105.79.103]) by ns.nobreak.com (8.8.7/8.8.7) with ESMTP id RAA02124; Mon, 12 Apr 1999 17:35:48 +0900 Message-ID: <3711B063.13635ADC@nobreak.com> Date: Mon, 12 Apr 1999 17:35:47 +0900 From: Seung-young Kim Reply-To: nobreak@nobreak.com Organization: Nobreak Technologies, Inc. X-Mailer: Mozilla 4.08 [en] (WinNT; I) MIME-Version: 1.0 To: ports@freebsd.org, answer@nobreak.com Subject: About 'send-pr'ed ports.. Content-Type: text/plain; charset=iso-2022-kr Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear sirs.. A few weeks ago, I 'send-pr'ed a new ports of crazywwwboardle.. But there is no response about 'registered' or 'canceled' information.. How can I trace the status of that? Thank you for your labors.. -- Disclaimer: "It's just my own opinion." ----The Power to Serve, Cool FreeBSD Forever!---- * R&D/Senior researcher: Seung-young Kim * Tel: +82-42-864-4440/1 , Fax: +82-42-864-4442 * Personal home: http://nobreak.nobreak.ne.kr _________________________________________________ Nobreak Technologies, Inc. http://www.nobreak.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 12 1:40:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from haldjas.folklore.ee (Haldjas.folklore.ee [193.40.6.121]) by hub.freebsd.org (Postfix) with ESMTP id 2D7E91548B; Mon, 12 Apr 1999 01:40:36 -0700 (PDT) (envelope-from narvi@haldjas.folklore.ee) Received: from haldjas.folklore.ee (haldjas.folklore.ee [172.17.2.1] (may be forged)) by haldjas.folklore.ee (8.8.8/8.8.4) with SMTP id LAA15988; Mon, 12 Apr 1999 11:38:10 +0300 (EEST) Date: Mon, 12 Apr 1999 11:38:10 +0300 (EEST) From: Narvi To: Seigo TANIMURA Cc: nakai@internetsolutions.co.jp, billf@FreeBSD.ORG, cpiazza@home.net, freebsd-ports@FreeBSD.ORG Subject: Re: ports/11013: port audio/8hz-mp3: source not distributed In-Reply-To: <199904120819.RAA02930@rina.naklab.dnj.ynu.ac.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 Mon, 12 Apr 1999, Seigo TANIMURA wrote: > > Although the port is not illegal, we will not be able to build it to the end of time. > It does not make any sense to leave the port. > (or could FhG change their license?) > Those who have the code, are able to build it. Those who are able to build it and wish so can then get a licence and distribute the binary. Even WC could do so and then include the binary in some alternative FreeBSD distribution. You should note that similar thing exists with all the programs that use IDEA encryption which is patented in several countries (inc. US & UK). You must get a licence to use it. In the case of mp3 they just insist that the distributor get the licence. They don't even provide a list of places it actually *IS* patented in. Instead, they use the usal to music industry bullying tactics. I am also not certain that the mp3 licensors actually do have a legally holding right to ask for money for all the things they do ask money for. On the other hand, I really don't care all that much. And it is besides the point. Sander There is no love, no good, no happiness and no future - all these are just illusions. > > Seigo TANIMURA |M2, Nakagawa Lab, Dept of Electronics & CS > =========================|Faculty of Engineering, Yokohama National Univ > Powered by SIEMENS, |http://www.naklab.dnj.ynu.ac.jp/~tanimura/ > FreeBSD 4.0-CURRENT |http://www.sakura.ne.jp/~tcarrot/ > (10th Apr 1999) & muesli.|tanimura@naklab.dnj.ynu.ac.jp tcarrot@sakuramail.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 12 2: 3:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 3B8C4154AE for ; Mon, 12 Apr 1999 02:03:40 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id LAA16581 for ; Mon, 12 Apr 1999 11:01:53 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [146.180.31.23]) by mail2.siemens.de (8.9.3/8.9.3) with ESMTP id LAA29602 for ; Mon, 12 Apr 1999 11:01:20 +0200 (MET DST) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.9.3/8.9.3) id LAA22006 for ; Mon, 12 Apr 1999 11:01:21 +0200 (CEST) Date: Mon, 12 Apr 1999 11:01:16 +0200 From: Andre Albsmeier To: Andre Albsmeier Cc: Jonathan Belson , David Kelly , freebsd-questions@FreeBSD.ORG, Nathan Ahlstrom , ports@FreeBSD.ORG Subject: Re: viewing .AVI files? Message-ID: <19990412110116.A14566@internal> References: <199904100340.WAA72429@nospam.hiwaay.net> <19990412095555.A91706@internal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990412095555.A91706@internal>; from Andre Albsmeier on Mon, Apr 12, 1999 at 09:55:55AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 12-Apr-1999 at 09:55:55 +0200, Andre Albsmeier wrote: > On Sat, 10-Apr-1999 at 11:40:21 +0100, Jonathan Belson wrote: > > > > On 10-Apr-99 David Kelly wrote: > > >> > > > >> > This found too many things, incorrectly: > > >> > % make search key=avi > > >> > > > >> > Any way to view such a file on FreeBSD? > > >> > > >> You might try Xanim. /usr/ports/graphics/xanim. > > > > > > Well, it was worth a try: > > > > > > nospam: {1139} xanim *.avi & > > > [4] 72396 > > > nospam: {1140} XAnim Rev 2.80.0 by Mark Podlipec Copyright (C) 1991-1999. All > > > Rights Reserved > > > AVI Video Codec: Intel Indeo R3.2 is unsupported by this executable.(E18) > > > Please see the file "indeo.readme". > > > AVI Notice: No supported Video frames - treating as audio only file > > > > Intel are very possessive when it comes to their AVI codecs. AIUI > > they let Mark have the necessary files under NDA, but he can only > > release the decoder in object format. This is explained in the > > documentation. > > > Interesting. The older version does it: > > andre@bali:~>xanim +Aev90 +Sr +Wp +Zper +v video.avi > XAnim Rev 2.70.7.0 by Mark Podlipec (c) 1991-1998 > Reading RIFF AVI File video.avi > Video Codec: Intel Indeo R3.2 depth=24 > Audio Codec: MS ADPCM Rate=11025 Chans=1 bps=4 > Frame Stats: Size=240x180 Frames=228 fps=12.0 > > > The AVI File runs great. Including audio... > > Either the port or xanim 2.8 is broken... Have to quote myself: The port is broken. The following patch to the port Makefile fixes it: --- Makefile.ORI Mon Apr 12 10:57:50 1999 +++ Makefile Mon Apr 12 10:53:29 1999 @@ -18,8 +18,8 @@ EXTRACT_ONLY= ${DISTNAME}.tar.gz USE_IMAKE= yes MAN1= xanim.1 -MAKE_ENV= XA_IV32_DEF=-DXA_INDEO \ - XA_CVID_DEF=-DXA_CINEPAK \ +MAKE_ENV= XA_IV32_DEF=-DXA_IV32 \ + XA_CVID_DEF=-DXA_CVID \ XA_CYUV_DEF=-DXA_CYUV .include -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 12 2:21:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id C461F150C9 for ; Mon, 12 Apr 1999 02:21:26 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-146.ix.netcom.com [209.109.232.146]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id CAA12797; Mon, 12 Apr 1999 02:19:32 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id CAA40305; Mon, 12 Apr 1999 02:19:03 -0700 (PDT) Date: Mon, 12 Apr 1999 02:19:03 -0700 (PDT) Message-Id: <199904120919.CAA40305@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: jseger@scds.com Cc: ports@freebsd.org In-reply-to: <199904120007.UAA80682@scds.com> (jseger@scds.com) Subject: Re: Copyright Infringement policy? From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <199904120007.UAA80682@scds.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "Justin M. Seger" * What is the official ruling on the import of ports that have names * that violate copyrights? * * I am asking this specifically in reference to ports/7701, Dr. Mario. * * Dr. Mario is a trademark of Nintendo. You mean "names that violate trademarks" ? There are two issues here, the contents of the software and the names themselves. If you think a particular software might violate someone's trademark (or copyrights for that matter), then set it RESTRICTED so we won't be distributing distfiles or packages. The users can do whatever they want at their risk, so it's ok to make it a port. However, if there is a trademark issue with the name, then we have to be careful not to be marketing a product that's not the original. In partucular, the name of any directories/files can't contain the trademarked name in a manner that it easily resembles the product (in this case, "mario" and "drmario" is probably not ok, "dmp" or "dmgame" or some such is ok). Also the text files (COMMENT and DESCR in particular) shouldn't contain any direct references to the original game's name. On the other hand, it is ok to write something like "a clone of a famous video game where your hero runs around collecting coins and mushrooms". Before anyone shoots the messenger, no, I don't like it very much either, but that's what the lawyers and WC bean-counters came up with last time there was an issue (with tetris and stuff). -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 12 3: 1:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id BF2BB14F0C; Mon, 12 Apr 1999 03:01:26 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-146.ix.netcom.com [209.109.232.146]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id CAA12837; Mon, 12 Apr 1999 02:59:25 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id CAA40387; Mon, 12 Apr 1999 02:58:55 -0700 (PDT) Date: Mon, 12 Apr 1999 02:58:55 -0700 (PDT) Message-Id: <199904120958.CAA40387@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: narvi@haldjas.folklore.ee Cc: tanimura@naklab.dnj.ynu.ac.jp, nakai@internetsolutions.co.jp, billf@FreeBSD.ORG, cpiazza@home.net, freebsd-ports@FreeBSD.ORG In-reply-to: (message from Narvi on Mon, 12 Apr 1999 11:38:10 +0300 (EEST)) Subject: Re: ports/11013: port audio/8hz-mp3: source not distributed From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Narvi * Those who have the code, are able to build it. Those who are able to * build it and wish so can then get a licence and distribute the binary. * Even WC could do so and then include the binary in some alternative * FreeBSD distribution. My understanding is that the distfiles are no longer available from the master site. Since we cannot redistribute the source, it makes no sense for us to provide it as a port. (Those who have grabbed it before they took it offline can use the port from an old CD.) -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 12 3:11:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 4F67F14E5C for ; Mon, 12 Apr 1999 03:11:46 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id MAA02476 for ; Mon, 12 Apr 1999 12:09:57 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [146.180.31.23]) by mail2.siemens.de (8.9.3/8.9.3) with ESMTP id MAA01248 for ; Mon, 12 Apr 1999 12:09:25 +0200 (MET DST) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.9.3/8.9.3) id MAA22813 for ; Mon, 12 Apr 1999 12:09:25 +0200 (CEST) Date: Mon, 12 Apr 1999 12:09:24 +0200 From: Andre Albsmeier To: Andre Albsmeier Cc: Jonathan Belson , David Kelly , freebsd-questions@FreeBSD.ORG, Nathan Ahlstrom , ports@FreeBSD.ORG Subject: Re: viewing .AVI files? Message-ID: <19990412120924.A15464@internal> References: <199904100340.WAA72429@nospam.hiwaay.net> <19990412095555.A91706@internal> <19990412110116.A14566@internal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990412110116.A14566@internal>; from Andre Albsmeier on Mon, Apr 12, 1999 at 11:01:16AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 12-Apr-1999 at 11:01:16 +0200, Andre Albsmeier wrote: > On Mon, 12-Apr-1999 at 09:55:55 +0200, Andre Albsmeier wrote: > > On Sat, 10-Apr-1999 at 11:40:21 +0100, Jonathan Belson wrote: > > > > > > On 10-Apr-99 David Kelly wrote: > > > >> > > > > >> > This found too many things, incorrectly: > > > >> > % make search key=avi > > > >> > > > > >> > Any way to view such a file on FreeBSD? > > > >> > > > >> You might try Xanim. /usr/ports/graphics/xanim. > > > > > > > > Well, it was worth a try: > > > > > > > > nospam: {1139} xanim *.avi & > > > > [4] 72396 > > > > nospam: {1140} XAnim Rev 2.80.0 by Mark Podlipec Copyright (C) 1991-1999. All > > > > Rights Reserved > > > > AVI Video Codec: Intel Indeo R3.2 is unsupported by this executable.(E18) > > > > Please see the file "indeo.readme". > > > > AVI Notice: No supported Video frames - treating as audio only file > > > > > > Intel are very possessive when it comes to their AVI codecs. AIUI > > > they let Mark have the necessary files under NDA, but he can only > > > release the decoder in object format. This is explained in the > > > documentation. > > > > > > Interesting. The older version does it: > > > > andre@bali:~>xanim +Aev90 +Sr +Wp +Zper +v video.avi > > XAnim Rev 2.70.7.0 by Mark Podlipec (c) 1991-1998 > > Reading RIFF AVI File video.avi > > Video Codec: Intel Indeo R3.2 depth=24 > > Audio Codec: MS ADPCM Rate=11025 Chans=1 bps=4 > > Frame Stats: Size=240x180 Frames=228 fps=12.0 > > > > > > The AVI File runs great. Including audio... > > > > Either the port or xanim 2.8 is broken... > > Have to quote myself: > > The port is broken. The following patch to the port Makefile > fixes it: > > --- Makefile.ORI Mon Apr 12 10:57:50 1999 > +++ Makefile Mon Apr 12 10:53:29 1999 > @@ -18,8 +18,8 @@ > EXTRACT_ONLY= ${DISTNAME}.tar.gz > USE_IMAKE= yes > MAN1= xanim.1 > -MAKE_ENV= XA_IV32_DEF=-DXA_INDEO \ > - XA_CVID_DEF=-DXA_CINEPAK \ > +MAKE_ENV= XA_IV32_DEF=-DXA_IV32 \ > + XA_CVID_DEF=-DXA_CVID \ > XA_CYUV_DEF=-DXA_CYUV > > .include One more followup: I even managed to use the external loadable modules from ftp://xanim.va.pubnix.com/modules :-) This is what I have done: 1. mget *c5.tgz from ftp://xanim.va.pubnix.com/modules 2. gunzip and untar them all 3. mv vid*.xa to /some/dir 4. export XANIM_MOD_DIR=/some/dir 5. export LD_LIBRARY_PATH=/compat/linux/lib (linux emu must be installed of course). 6. run xanim 2.80.0 from the ports Step 5 is only neccessary to satisfy the need for _IO_stderr_ needed by some of the vid*.xa files. This is a hack and there is surely a more elegant solution... Now, I finally got indeo 4.1 and indeo 5.0 support!!! -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 12 4:12:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 98604154D3 for ; Mon, 12 Apr 1999 04:12:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA88447; Mon, 12 Apr 1999 04:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 12 Apr 1999 04:10:03 -0700 (PDT) Message-Id: <199904121110.EAA88447@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Subject: Re: ports/11093: remind user that he needs to be root to install port Reply-To: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11093; it has been noted by GNATS. From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) To: bfoz@glue.umd.edu Cc: sue@welearn.com.au, meshko@cs.brandeis.edu, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/11093: remind user that he needs to be root to install port Date: Mon, 12 Apr 1999 04:09:11 -0700 (PDT) * From: Brandon Fosdick * I do this all the time too. The documentation needs a little help in this area * since it's not explicitly stated that you need to be root. (BTW, I like the * handbook's new look) But I also think that a simple check very early on in the * make process would help things immensely. At the very least it would help us * forgetful types. Just make sure that the error message is very clear, something * like, "You forgot to su dummy!". :) Well, it's not style to yell like that. How about something like this as a start? === Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.309 diff -u -r1.309 bsd.port.mk --- bsd.port.mk 1999/04/08 07:13:38 1.309 +++ bsd.port.mk 1999/04/12 10:54:26 @@ -1650,6 +1650,8 @@ ${ECHO_MSG} "Warning: not superuser, can't run mtree."; \ ${ECHO_MSG} "Become root and try again to ensure correct permissions."; \ fi +.else + ${ECHO_MSG} "Warning: not superuser, you may get some errors during installation."; \ .endif .endif @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} ${.TARGET:S/^real-/pre-/} === (BTW, the ".else" is for the .if defined(NO_MTREE) case.) -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 12 5:40:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from iglou.com (iglou1.iglou.com [192.107.41.3]) by hub.freebsd.org (Postfix) with ESMTP id 7DFA315505; Mon, 12 Apr 1999 05:40:01 -0700 (PDT) (envelope-from patrick@cre8tivegroup.com) Received: from [204.255.227.76] (helo=gateway.cre8tivegroup.com) by iglou.com with esmtp (8.9.1/8.9.1) id 10Wfwn-0005ze-00; Mon, 12 Apr 1999 08:36:17 -0400 Content-Length: 3263 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19990412120924.A15464@internal> Date: Mon, 12 Apr 1999 08:36:05 -0400 (EDT) From: Patrick Gardella To: Andre Albsmeier Subject: Re: viewing .AVI files? Cc: ports@FreeBSD.ORG, Nathan Ahlstrom , freebsd-questions@FreeBSD.ORG, David Kelly , Jonathan Belson Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 12-Apr-99 Andre Albsmeier wrote: > On Mon, 12-Apr-1999 at 11:01:16 +0200, Andre Albsmeier wrote: >> On Mon, 12-Apr-1999 at 09:55:55 +0200, Andre Albsmeier wrote: >> > On Sat, 10-Apr-1999 at 11:40:21 +0100, Jonathan Belson wrote: >> > > >> > > On 10-Apr-99 David Kelly wrote: >> > > >> > >> > > >> > This found too many things, incorrectly: >> > > >> > % make search key=avi >> > > >> > >> > > >> > Any way to view such a file on FreeBSD? >> > > >> >> > > >> You might try Xanim. /usr/ports/graphics/xanim. >> > > > >> > > > Well, it was worth a try: >> > > > >> > > > nospam: {1139} xanim *.avi & >> > > > [4] 72396 >> > > > nospam: {1140} XAnim Rev 2.80.0 by Mark Podlipec Copyright (C) >> > > > 1991-1999. All >> > > > Rights Reserved >> > > > AVI Video Codec: Intel Indeo R3.2 is unsupported by this >> > > > executable.(E18) >> > > > Please see the file "indeo.readme". >> > > > AVI Notice: No supported Video frames - treating as audio >> > > > only file >> > > >> > > Intel are very possessive when it comes to their AVI codecs. >> > > AIUI >> > > they let Mark have the necessary files under NDA, but he can >> > > only >> > > release the decoder in object format. This is explained in the >> > > documentation. >> > >> > >> > Interesting. The older version does it: >> > >> > andre@bali:~>xanim +Aev90 +Sr +Wp +Zper +v video.avi >> > XAnim Rev 2.70.7.0 by Mark Podlipec (c) 1991-1998 >> > Reading RIFF AVI File video.avi >> > Video Codec: Intel Indeo R3.2 depth=24 >> > Audio Codec: MS ADPCM Rate=11025 Chans=1 bps=4 >> > Frame Stats: Size=240x180 Frames=228 fps=12.0 >> > >> > >> > The AVI File runs great. Including audio... >> > >> > Either the port or xanim 2.8 is broken... >> >> Have to quote myself: >> >> The port is broken. The following patch to the port Makefile >> fixes it: >> >> --- Makefile.ORI Mon Apr 12 10:57:50 1999 >> +++ Makefile Mon Apr 12 10:53:29 1999 >> @@ -18,8 +18,8 @@ >> EXTRACT_ONLY= ${DISTNAME}.tar.gz >> USE_IMAKE= yes >> MAN1= xanim.1 >> -MAKE_ENV= XA_IV32_DEF=-DXA_INDEO \ >> - XA_CVID_DEF=-DXA_CINEPAK \ >> +MAKE_ENV= XA_IV32_DEF=-DXA_IV32 \ >> + XA_CVID_DEF=-DXA_CVID \ >> XA_CYUV_DEF=-DXA_CYUV >> >> .include > > > One more followup: I even managed to use the external loadable > modules > from ftp://xanim.va.pubnix.com/modules :-) This is what I have done: > > 1. mget *c5.tgz from ftp://xanim.va.pubnix.com/modules > 2. gunzip and untar them all > 3. mv vid*.xa to /some/dir > 4. export XANIM_MOD_DIR=/some/dir > 5. export LD_LIBRARY_PATH=/compat/linux/lib (linux emu must be > installed of course). > 6. run xanim 2.80.0 from the ports > > Step 5 is only neccessary to satisfy the need for _IO_stderr_ needed > by some > of the vid*.xa files. This is a hack and there is surely a more > elegant solution... > > Now, I finally got indeo 4.1 and indeo 5.0 support!!! Just a note: The download directory is dlls, instead of modules. The dlls are tiny (57K or so). --- Patrick S. Gardella Director of Web Development The Creative Group 1-800-804-0783 ext 29 606-858-8029 (fax) http://www.cre8tivegroup.com PGP Key ID 0xEE2D47A9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 12 5:55:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 732181511B for ; Mon, 12 Apr 1999 05:55:38 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id OAA16415 for ; Mon, 12 Apr 1999 14:53:50 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [146.180.31.23]) by mail1.siemens.de (8.9.3/8.9.3) with ESMTP id OAA24655 for ; Mon, 12 Apr 1999 14:52:57 +0200 (MET DST) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.9.3/8.9.3) id OAA24250 for ; Mon, 12 Apr 1999 14:53:19 +0200 (CEST) Date: Mon, 12 Apr 1999 14:53:16 +0200 From: Andre Albsmeier To: Patrick Gardella Cc: Andre Albsmeier , ports@FreeBSD.ORG, Nathan Ahlstrom , freebsd-questions@FreeBSD.ORG, David Kelly , Jonathan Belson Subject: Re: viewing .AVI files? Message-ID: <19990412145316.A24837@internal> References: <19990412120924.A15464@internal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Patrick Gardella on Mon, Apr 12, 1999 at 08:36:05AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >> > >> --- Makefile.ORI Mon Apr 12 10:57:50 1999 > >> +++ Makefile Mon Apr 12 10:53:29 1999 > >> @@ -18,8 +18,8 @@ > >> EXTRACT_ONLY= ${DISTNAME}.tar.gz > >> USE_IMAKE= yes > >> MAN1= xanim.1 > >> -MAKE_ENV= XA_IV32_DEF=-DXA_INDEO \ > >> - XA_CVID_DEF=-DXA_CINEPAK \ > >> +MAKE_ENV= XA_IV32_DEF=-DXA_IV32 \ > >> + XA_CVID_DEF=-DXA_CVID \ > >> XA_CYUV_DEF=-DXA_CYUV > >> > >> .include > > > > > > One more followup: I even managed to use the external loadable > > modules > > from ftp://xanim.va.pubnix.com/modules :-) This is what I have done: > > > > 1. mget *c5.tgz from ftp://xanim.va.pubnix.com/modules > > 2. gunzip and untar them all > > 3. mv vid*.xa to /some/dir > > 4. export XANIM_MOD_DIR=/some/dir > > 5. export LD_LIBRARY_PATH=/compat/linux/lib (linux emu must be > > installed of course). > > 6. run xanim 2.80.0 from the ports > > > > Step 5 is only neccessary to satisfy the need for _IO_stderr_ needed > > by some > > of the vid*.xa files. This is a hack and there is surely a more > > elegant solution... > > > > Now, I finally got indeo 4.1 and indeo 5.0 support!!! > > Just a note: The download directory is dlls, instead of modules. The > dlls are tiny (57K or so). Oops, right, sorry. I had ftp://xanim.va.pubnix.com/dlls/ in the one window and ftp://xanim.va.pubnix.com/modules/ in the other. Apparently, dll reminded me of Micro$oft and so I refused to type it :-) One more thing: It appears that the vid*.xa files need to be in a specific order to get loaded dynamically by xanim. I have copied the iv* stuff before all others to /some/dir... -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 12 6:22:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D3474150C6 for ; Mon, 12 Apr 1999 06:22:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA38023; Mon, 12 Apr 1999 06:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 12 Apr 1999 06:20:03 -0700 (PDT) Message-Id: <199904121320.GAA38023@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mikhail Kruk Subject: Re: ports/11093: remind user that he needs to be root to install port Reply-To: Mikhail Kruk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11093; it has been noted by GNATS. From: Mikhail Kruk To: Satoshi - Ports Wraith - Asami Cc: bfoz@glue.umd.edu, sue@welearn.com.au, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/11093: remind user that he needs to be root to install port Date: Mon, 12 Apr 1999 09:14:37 -0400 (EDT) > * like, "You forgot to su dummy!". :) > > Well, it's not style to yell like that. How about something like > this as a start? Again, I am for more hard measures Since I can't think of a port which can be installed as user (may be wrong of course) the script may stop or ask for confirmation. The same reason: I type make and forget about that shell for a while, I can easily miss the message. But if I think the message should definitely go in there. -mk > > === > Index: bsd.port.mk > =================================================================== > RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v > retrieving revision 1.309 > diff -u -r1.309 bsd.port.mk > --- bsd.port.mk 1999/04/08 07:13:38 1.309 > +++ bsd.port.mk 1999/04/12 10:54:26 > @@ -1650,6 +1650,8 @@ > ${ECHO_MSG} "Warning: not superuser, can't run mtree."; \ > ${ECHO_MSG} "Become root and try again to ensure correct permissions."; \ > fi > +.else > + ${ECHO_MSG} "Warning: not superuser, you may get some errors during installation."; \ > .endif > .endif > @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} ${.TARGET:S/^real-/pre-/} > === > > (BTW, the ".else" is for the .if defined(NO_MTREE) case.) > > -PW > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 12 6:37:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 62C251564B for ; Mon, 12 Apr 1999 06:37:44 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 73631 invoked by uid 1003); 12 Apr 1999 15:35:16 -0000 Date: Mon, 12 Apr 1999 15:35:16 +0000 From: Neil Blakey-Milner To: Mikhail Kruk Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/11093: remind user that he needs to be root to install port Message-ID: <19990412153516.A72279@rucus.ru.ac.za> References: <199904121320.GAA38023@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199904121320.GAA38023@freefall.freebsd.org>; from Mikhail Kruk on Mon, Apr 12, 1999 at 06:20:03AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon 1999-04-12 (06:20), Mikhail Kruk wrote: > Since I can't think of a port which can be installed as user (may be > wrong of course) the script may stop or ask for confirmation. The > same reason: I type make and forget about that shell for a while, I > can easily miss the message. I, amongst others I'm sure, do install and build ports without being root, since I can change DISTDIR and PREFIX, making it not necessary for me to be root. Perhaps there should be a check that you can write to ${PREFIX}, much like the write check on ${DISTDIR}. (this would stop the make install if it failed, I would think) Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 12 9:49:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (Postfix) with ESMTP id 1D8EF14E5E for ; Mon, 12 Apr 1999 09:49:06 -0700 (PDT) (envelope-from lowell@world.std.com) Received: from world.std.com by europe.std.com (STD1.2/BZS-8-1.0) id MAA12577; Mon, 12 Apr 1999 12:46:46 -0400 (EDT) Received: by world.std.com (TheWorld/Spike-2.0) id AA27256; Mon, 12 Apr 1999 12:46:46 -0400 Date: Mon, 12 Apr 1999 12:46:46 -0400 Message-Id: <199904121646.AA27256@world.std.com> From: Lowell Gilbert To: freebsd-ports@freebsd.org Subject: Can Be closed: Re: ports/10735: new ports categories haven't been added to example cvsup files X-No-Archive: yes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org has been done To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 12 11: 2:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 21F3514E83 for ; Mon, 12 Apr 1999 11:02:28 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA40161 for freebsd-ports@freebsd.org; Mon, 12 Apr 1999 11:00:09 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 12 Apr 1999 11:00:09 -0700 (PDT) Message-Id: <199904121800.LAA40161@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 Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/08/27] ports/7761 ports Update to recent port submission of nicet a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1998/10/30] ports/8502 ports GNAT 3.10 port uses clock_gettime which i o [1999/02/25] ports/10271ports New port of the Postilion mail client o [1999/02/27] ports/10296ports Fails to add packages from a 2.2.6-RELEAS o [1999/03/07] ports/10480ports tk81 will not *compile* with threaded app o [1999/03/15] ports/10600ports ssh2 port doesn't symlink /etc/ssh2 which f [1999/03/16] ports/10625ports XFree86 aout library support incorrect o [1999/03/18] ports/10665ports ports/graphics/sane needs access to /dev/ o [1999/03/19] ports/10681ports lessitf can't find X11 Revision 5 or high o [1999/03/25] ports/10787ports ports/www/apache13-fp configure failed on o [1999/04/04] ports/10943ports "ports/print/teTeX-beta# make install" fa o [1999/04/04] ports/10946ports kdm 1.1 does not work correctly - XBINDIR f [1999/04/04] ports/10952ports imlib in ports is not built correctly o [1999/04/07] ports/11003ports wmcdplay is not capable of playing an AUD o [1999/04/10] ports/11059ports ports/security/pgp does not extract 16 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/05/19] ports/6699 ports New port: the Generic NQS system o [1998/07/18] ports/7314 ports ncurses port doesn't support TERM=xterm-c o [1998/08/21] ports/7701 ports New port: drmario-1.0 o [1998/09/03] ports/7827 ports New port: garith-2.1 o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac o [1998/11/11] ports/8651 ports I create a new ports about wget o [1998/11/21] ports/8789 ports Port created for Lucent Technology's Csco o [1998/11/29] ports/8899 ports New port: qmail-contrib o [1998/11/29] ports/8900 ports New port: mail/qmailanalog o [1998/12/01] ports/8920 ports netscape java displaying on ncd xterm cra o [1998/12/20] ports/9142 ports Re-work patches to configure script to be o [1999/01/07] docs/9375 ports Information on how to build PLIST automat o [1999/01/21] ports/9615 ports explorer port fails to build, can't find a [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/01/25] ports/9686 ports Update of the nn-6.5.3 port o [1999/01/26] ports/9699 ports Reorganization the x11-toolkits/xview por o [1999/01/26] ports/9700 ports Reorganization the x11-toolkits/xview-cli o [1999/01/26] ports/9704 ports Minor fixes to olvwm o [1999/01/26] ports/9710 ports NN-6.5.3 with NOV enabled can't find .ove o [1999/01/27] ports/9734 ports TclDP-4.0b2 port added o [1999/01/27] ports/9739 ports Update to math/metis port o [1999/01/27] ports/9740 ports New port: cm postscript fonts by AMS o [1999/01/27] ports/9741 ports New port: ams postscript fonts by AMS o [1999/01/28] ports/9745 ports Ports changes for SWARM ports ( ports/972 o [1999/01/31] ports/9840 ports patch allows ports to fetch their sources o [1999/01/31] ports/9851 ports Port update: update R to 0.63.2 o [1999/02/01] ports/9864 ports make rblcheck use relay.orbs.org instead o [1999/02/01] ports/9866 ports port of unix2dos and dos2unix utilities o [1999/02/02] ports/9884 ports samba does not allow "joes" (username+pas o [1999/02/03] ports/9899 ports port submission for tdetect o [1999/02/03] ports/9901 ports New port net/libnet f [1999/02/04] ports/9911 ports slrn port Makefile broken (patch included o [1999/02/05] ports/9925 ports New port, br-ispell o [1999/02/06] ports/9939 ports NEW port for tkRunIt o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/14] ports/10092ports Here is a port upgrade for fvwm-2.1.10 o [1999/02/14] ports/10093ports Upgrade GNAT to 3.11p and fix for ELF o [1999/02/14] ports/10096ports New port: games/xtet42 o [1999/02/15] ports/10102ports net/ircII port wants to install help file o [1999/02/15] ports/10103ports revision of port of plugger-3.0 o [1999/02/15] ports/10111ports Problem with the pgp262s port, Makefile w o [1999/02/16] ports/10123ports Update for t1utils port o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/02/17] ports/10134ports New port: lynx-ssl (Category: www) o [1999/02/17] ports/10137ports version update of RPM port to version 2.5 o [1999/02/17] ports/10141ports korganizer update to 1.1 o [1999/02/19] ports/10161ports New port : mail/mailx o [1999/02/19] ports/10164ports XFree86-3.3.3.1 build fails with kerberos o [1999/02/19] ports/10168ports [NEW PORT] ezbounce (IRC Proxy) o [1999/02/20] ports/10176ports [PATCH] upgrade of devel/doc++ port o [1999/02/25] ports/10268ports [new port] colortail o [1999/02/28] ports/10304ports unpost master site removed o [1999/02/28] ports/10309ports New port, id3ren, mpeg3 audio information o [1999/02/28] ports/10313ports New port - ripenc o [1999/03/01] ports/10321ports Update Ports: postgresql-ja 6.4.2 o [1999/03/01] ports/10329ports New Port of XMangekyou-2.0 o [1999/03/01] ports/10333ports New port: kmikmod o [1999/03/02] ports/10354ports New port of XBalloon-1.0 o [1999/03/02] ports/10367ports NS Communicator 4.5 fails o [1999/03/03] ports/10377ports `make' in ports does not honor {f,ht}tp_p o [1999/03/04] ports/10389ports Create new port mod_jserv and JSDK 2.0 o [1999/03/05] ports/10396ports SPIN is in the wrong category o [1999/03/05] ports/10410ports pkg_add: could not find package XFree86-3 o [1999/03/05] ports/10413ports su2; description of file location is wron o [1999/03/05] ports/10414ports slirp port patch o [1999/03/07] ports/10469ports new port: linux-netcape-communicator-4.51 o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/08] ports/10489ports new port of gnotepad+ o [1999/03/09] ports/10514ports New port - V.E.R.A. o [1999/03/10] ports/10532ports Port of GNU Pascal o [1999/03/11] ports/10543ports New port uploaded for xslj o [1999/03/12] ports/10562ports New port - PVM3 o [1999/03/14] ports/10592ports New ports: japanese/exmh2 (ja-exmh-2.0.2) o [1999/03/16] ports/10617ports New Port: archivers/pkzip-2.5 o [1999/03/16] ports/10634ports Update the hylafax port to do a client in o [1999/03/18] ports/10649ports NEW PORT: devel/icqlib o [1999/03/18] ports/10651ports NEW PORT: net/kicq o [1999/03/18] ports/10661ports TCL command line option parser port o [1999/03/19] ports/10677ports FVWM2 finally went to release status o [1999/03/19] ports/10682ports List mirror sites in MASTER_SITE_BACKUP - o [1999/03/20] ports/10696ports Lesstif updated to 0.88.0 f [1999/03/20] ports/10702ports Add NCD audio support for emiclock ports f [1999/03/21] ports/10707ports [ADD] port for doxygen o [1999/03/21] ports/10716ports new port, easy library for command entry o [1999/03/22] ports/10735ports new ports categories haven't been added t o [1999/03/23] ports/10745ports NEW PORT: lang/jdk-tutorial o [1999/03/23] ports/10751ports A new ports of CrazyWWWBoardLEp3 o [1999/03/23] ports/10763ports nitpicking on the dict port o [1999/03/24] ports/10770ports New Port for kmp3 (a mp3 player for the K o [1999/03/26] ports/10813ports crossgo32 brokeness o [1999/03/28] ports/10837ports New license mechanism for ports. o [1999/03/28] ports/10839ports [new port] bison-1.27 f [1999/03/28] ports/10844ports New port: adagdb o [1999/03/28] ports/10846ports New port: THE text editor o [1999/03/28] ports/10849ports [PORT UPGRADE] crossm68k-devel (EGCS-1.1. o [1999/03/30] ports/10873ports Upgrade devel/ORBit to 0.4.2 o [1999/03/30] ports/10874ports [PATCH] html2ps doesn't handle `file:/... o [1999/03/30] ports/10882ports new port textproc/tuc o [1999/03/30] ports/10885ports [new port] java2html-0.4 o [1999/04/01] ports/10906ports Update: lang/ruby o [1999/04/01] ports/10907ports New port: x11-toolkits/rubytk o [1999/04/01] ports/10908ports New port: japanese/rubytk o [1999/04/02] ports/10916ports new port biology/molmol again o [1999/04/02] ports/10919ports libutf-8: an i18n library for Unicode enc o [1999/04/02] ports/10925ports port update - xlogmaster 1.6.0 o [1999/04/02] ports/10926ports Change: misc/amanda o [1999/04/03] ports/10932ports x11/wterm: MASTER_SITES update o [1999/04/03] ports/10933ports Update: graphics/tgd o [1999/04/03] ports/10934ports Fixes for postfix port o [1999/04/03] ports/10937ports Apache13-FP port upgrade to v1.3.6 o [1999/04/03] ports/10938ports Update: graphics/xfpovray o [1999/04/03] ports/10939ports update audio/dap to 2.0.2 (please test... o [1999/04/03] ports/10941ports Update: x11/wdm o [1999/04/04] ports/10944ports ports/sysutils/mkhybrid12: version 1.12b5 o [1999/04/04] ports/10945ports X11 "sessreg" program does not update /va o [1999/04/05] ports/10961ports gzipped manpages and .so macro in ports o [1999/04/05] ports/10975ports Window Maker upgrade: 0.52.0 o [1999/04/05] ports/10976ports new port: gaim-0.1 o [1999/04/07] ports/11009ports upgrade of japanese/a2ps port o [1999/04/07] ports/11010ports Update: icecast-1.1.0 -> icecast-1.1.4 o [1999/04/07] ports/11014ports MASTER_SITE_GNU change o [1999/04/07] ports/11017ports Fixed port: gnomelibs-1.0.5 o [1999/04/08] ports/11029ports Configure scripts for non ported applicat o [1999/04/08] ports/11030ports INN port gets confused about position of o [1999/04/08] ports/11034ports New ports of crazywwwboardle o [1999/04/08] ports/11039ports Upgrade to netscape port for new version o [1999/04/09] ports/11040ports Update: security/sentry o [1999/04/09] ports/11045ports [PATCH] Update port: linux_lib some /comp o [1999/04/09] ports/11048ports variable not initialized in fwtk-lib lead o [1999/04/10] ports/11072ports Port of remote printing utilities added o [1999/04/10] ports/11076ports New port: cmp3 o [1999/04/11] ports/11078ports New port: net/ninja o [1999/04/11] ports/11081ports New port: games/tetrinet-x 1.13.16 o [1999/04/11] ports/11082ports Update: audio/mikmod (3.1.2 -> 3.1.5) o [1999/04/11] ports/11083ports New Port: audio/libmikmod o [1999/04/11] ports/11086ports Updating AStyle port o [1999/04/11] ports/11091ports Update: net/kvirc o [1999/04/11] ports/11093ports remind user that he needs to be root to i 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 12 11:22:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0243E1557E for ; Mon, 12 Apr 1999 11:22:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA42022; Mon, 12 Apr 1999 11:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 12 Apr 1999 11:20:01 -0700 (PDT) Message-Id: <199904121820.LAA42022@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jacques Vidrine Subject: ports/10952: imlib in ports is not built correctly Reply-To: Jacques Vidrine Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10952; it has been noted by GNATS. From: Jacques Vidrine To: freebsd-gnats-submit@freebsd.org, plm@xs4all.nl Cc: Subject: ports/10952: imlib in ports is not built correctly Date: Mon, 12 Apr 1999 13:08:53 -0500 What's the output of ``pkg_info -L imlib-1.9.4'' on your system? Jacques Vidrine / n@nectar.com / nectar@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 12 11:35: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail1.svr.pol.co.uk (mail1.svr.pol.co.uk [195.92.193.18]) by hub.freebsd.org (Postfix) with ESMTP id E911214DA5 for ; Mon, 12 Apr 1999 11:34:52 -0700 (PDT) (envelope-from tom@eborcom.com) Received: from modem-49.holmium.dialup.pol.co.uk ([62.136.33.49]) by mail1.svr.pol.co.uk with esmtp (Exim 2.12 #1) id 10WlVY-00082E-00 for ports@freebsd.org; Mon, 12 Apr 1999 19:32:32 +0100 Received: (qmail 10879 invoked by uid 5000); 12 Apr 1999 18:30:02 -0000 Date: Mon, 12 Apr 1999 19:30:01 +0100 From: Tom Hukins To: ports@freebsd.org Subject: Bad Ports: Configuration files in PLIST Message-ID: <19990412193001.A10795@eborcom.com> Mail-Followup-To: ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The "Making a Port yourself" section of the Handbook clearly states: If your port requires some configuration files in PREFIX/etc, do not just install them and list them in pkg/PLIST. Having recently observed that the ports for ssh, fakebo and lynx all ignore this part of the Handbook, I thought I'd investigate how widespread this problem is. I've counted 79 ports which may be broken in this way. It can be very frustrating to lose modified configuration files, so I think something needs to be done about this. Below this message, there is a list of the ports which may be broken and a list of each file which possibly should not be in the PLIST. As I am not familiar with most of the ports, some of these will be listed by mistake. There may also be other ports I have missed. The format of the list is best explained by example: etc/ssh_config etc/sshd_config security/ssh/pkg/PLIST This means that I suspect the files "etc/ssh_config" and "etc/sshd_config" should not be in the PLIST for the ssh port. I would appreciate it if people would look through the list, letting me know of any false positives. In a few days, I'll write to the maintainers of all the possibly broken ports, which hopefully will lead to problems being fixed. Regards, Tom etc/hpack.cfg archivers/hpack.non-usa.only/pkg/PLIST etc/ssystem.conf astro/ssystem/pkg/PLIST etc/rplay.hosts audio/rplay/pkg/PLIST etc/tosharc audio/tosha/pkg/PLIST etc/compression_methods audio/tracker/pkg/PLIST etc/povchem.cfg biology/povchem/pkg/PLIST etc/big5con.cfg chinese/big5con/pkg/PLIST etc/mgetty+sendfax/dialin.config etc/mgetty+sendfax/faxrunq.config etc/mgetty+sendfax/login.config comms/mgetty+sendfax/pkg/PLIST etc/minicom/minicom.users comms/minicom/pkg/PLIST etc/cept.init etc/cept.users comms/xcept/pkg/PLIST etc/msql2/msql.conf databases/msql/pkg/PLIST etc/libgtopConf.sh etc/libgtop-features.def devel/libgtop/pkg/PLIST etc/cctrl etc/customs etc/importquota etc/logd devel/pmake/pkg/PLIST.customs etc/swarm/config.swarm devel/swarm/pkg/PLIST etc/host.conf etc/ld.so.cache etc/ld.so.conf etc/nsswitch.conf etc/revision-history etc/rpc emulators/linux_lib/pkg/PLIST etc/mtools.conf emulators/mtools/pkg/PLIST etc/wine.conf etc/wine.sym emulators/wine/pkg/PLIST etc/imlib/im_palette.pal etc/imlib/imrc graphics/imlib/pkg/PLIST etc/fnrc graphics/fnlib/pkg/PLIST etc/qcam.conf graphics/qcread/pkg/PLIST etc/mtools.conf japanese/mtools/pkg/PLIST etc/wine.conf etc/wine.sym japanese/wine/pkg/PLIST etc/lynx.cfg japanese/lynx/pkg/PLIST etc/han.cfg korean/han/pkg/PLIST etc/ptoc.cfg lang/ptoc/pkg/PLIST etc/imapd.conf mail/cyrus/pkg/PLIST etc/Muttrc etc/mime.types mail/mutt/pkg/PLIST etc/im/SiteConfig mail/im/pkg/PLIST etc/postfix/main.cf etc/postfix/master.cf mail/postfix/pkg/PLIST etc/pbx/config misc/estic/pkg/PLIST etc/mc.global misc/mc/pkg/PLIST etc/pdmenurc misc/pdmenu/pkg/PLIST etc/gindexd etc/gopherd etc/gopherd.conf etc/gopherdlocal.conf etc/gopherls net/gopher/pkg/PLIST etc/ldap/centipede etc/ldap/fax500 etc/ldap/go500 etc/ldap/go500gw etc/ldap/go500gw.help etc/ldap/in.xfingerd etc/ldap/ldapfilter.conf etc/ldap/ldapfriendly etc/ldap/ldapsearchprefs.conf etc/ldap/ldaptemplates.conf etc/ldap/ldbmcat etc/ldap/ldbmtest etc/ldap/slapd.at.conf etc/ldap/slapd.conf etc/ldap/slapd.oc.conf net/ldap/pkg/PLIST etc/yagirc.conf net/yagirc/pkg/PLIST etc/wgetrc net/wget/pkg/PLIST etc/ytalkrc net/ytalk/pkg/PLIST etc/dhclient-script net/isc-dhcp2/pkg/PLIST etc/proftpd.conf net/proftpd/pkg/PLIST etc/sendfile.cf etc/sendfile.deny net/sendfile/pkg/PLIST etc/traflog.format net/bpft/pkg/PLIST etc/CellServDB etc/ThisCell etc/arla.conf net/arla/pkg/PLIST etc/raddb/clients etc/raddb/dictionary etc/raddb/dictionary.ascend etc/raddb/dictionary.compat etc/raddb/dictionary.livingston etc/raddb/dictionary.tunnel etc/raddb/dictionary.usr etc/raddb/hints etc/raddb/huntgroups etc/raddb/naslist etc/raddb/naspasswd etc/raddb/realms etc/raddb/users net/radiusd-cistron/pkg/PLIST etc/bnc.conf net/bnc/pkg/PLIST etc/manuf net/ethereal/pkg/PLIST etc/rc.vice net/coda_server/pkg/PLIST etc/queso.conf net/queso/pkg/PLIST etc/radiusclient/issue etc/radiusclient/port-id-map etc/radiusclient/radiusclient.conf etc/radiusclient/servers net/radiusclient/pkg/PLIST etc/ftpconversions etc/ftpaccess net/beroftpd/pkg/PLIST etc/rc.vice net/coda5_server/pkg/PLIST etc/dnews.conf etc/rc.d/dnews.sh news/dnews/pkg/PLIST etc/rc.news etc/rc.d/innd.sh news/inn/pkg/PLIST etc/pbm2ppa.conf print/pbm2ppa/pkg/PLIST etc/a2ps.cfg print/a2ps-letter/pkg/PLIST etc/enscript.cfg print/enscript-letter/pkg/PLIST etc/pine.conf russian/pine.language/pkg/PLIST etc/netperm-table security/fwtk/pkg/PLIST etc/ssh_config etc/sshd_config security/ssh/pkg/PLIST etc/skip/skip.mkdev etc/skip/dh_params etc/skip/skipd.conf etc/skip/hosts etc/skip/SunICG_CA_selfcert security/skip/pkg/PLIST etc/ssh2/ssh2_config etc/ssh2/sshd2_config security/ssh2/pkg/PLIST etc/ssh2/ssh2_config etc/ssh2/sshd2_config security/ssh2/pkg/PLIST.ssh2_only etc/sentry.conf etc/sentry.ignore security/sentry/pkg/PLIST etc/fakebo.conf security/fakebo/pkg/PLIST etc/upsd.conf sysutils/upsd/pkg/PLIST etc/htdig.conf textproc/htdig/pkg/PLIST etc/analog.cfg www/analog/pkg/PLIST etc/marc-search.conf www/marc-search/pkg/PLIST etc/gn_mime.types www/gn/pkg/PLIST etc/lynx.cfg www/lynx/pkg/PLIST etc/all.conf etc/caching.conf etc/httpd.conf etc/prot.conf etc/proxy.conf www/w3c-httpd/pkg/PLIST etc/Counter/conf/count.cfg www/wwwcount/pkg/PLIST etc/lynx.cfg www/lynx-current/pkg/PLIST etc/apache/access.conf etc/apache/httpd.conf etc/apache/mime.types etc/apache/srm.conf www/apache12-php3/pkg/PLIST etc/apache/access.conf etc/apache/httpd.conf etc/apache/magic etc/apache/mime.types etc/apache/srm.conf etc/apache/ssl.key/server.key www/apache13-php3/pkg/PLIST.modssl etc/apache/access.conf etc/apache/httpd.conf etc/apache/magic etc/apache/mime.types etc/apache/srm.conf www/apache13-php3/pkg/PLIST etc/apache/apache.conf etc/apache/magic etc/apache/mime.types etc/apache/ssl.crt/server.crt www/apache13-modssl/pkg/PLIST etc/apache-SSL/httpd.conf etc/apache-SSL/srm.conf etc/apache-SSL/access.conf etc/apache-SSL/httpd.conf-SSL etc/apache-SSL/mime.types etc/apache-SSL/mime.types-SSL www/apache12-ssl/pkg/PLIST etc/mime-magic etc/mime-magic.dat etc/paper.config x11/gnomelibs/pkg/PLIST etc/mc.global x11-fm/gnomemc/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 12 11:52:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C7BF155CD for ; Mon, 12 Apr 1999 11:52:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA45007; Mon, 12 Apr 1999 11:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 176D415592 for ; Mon, 12 Apr 1999 11:43:30 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id LAA07328; Mon, 12 Apr 1999 11:41:12 -0700 (PDT) (envelope-from mharo) Message-Id: <199904121841.LAA07328@patrol.area51.fremont.ca.us> Date: Mon, 12 Apr 1999 11:41:12 -0700 (PDT) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11099: Update: games/pysol (2.10 -> 2.11) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11099 >Category: ports >Synopsis: Update: games/pysol (2.10 -> 2.11) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 12 11:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - New version (2.10 -> 2.11) portlint: 0 warnings, 0 errors patches: 0 new, 0 removed >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/games/pysol/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 1999/03/12 09:03:27 1.10 +++ Makefile 1999/04/12 09:43:00 @@ -6,19 +6,18 @@ # $Id: Makefile,v 1.10 1999/03/12 09:03:27 tg Exp $ # -DISTNAME= pysol-2.10 +DISTNAME= pysol-2.11 CATEGORIES= games -MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/ \ - http://www.freebsd.org/~tg/ +MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${CARDSETS}${EXTRACT_SUFX} MAINTAINER= tg@FreeBSD.ORG RUN_DEPENDS= python:${PORTSDIR}/lang/python -CARDSETS= pysol-cardsets-2.02 +NO_BUILD= yes -do-build: +CARDSETS= pysol-cardsets-2.11 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pysol.py ${PREFIX}/bin/pysol Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/games/pysol/files/md5,v retrieving revision 1.9 diff -u -r1.9 md5 --- md5 1999/03/12 09:03:27 1.9 +++ md5 1999/04/12 07:56:35 @@ -1,2 +1,2 @@ -MD5 (pysol-2.10.tar.gz) = 0dc3b132374be21edb6563b785d0dce9 -MD5 (pysol-cardsets-2.02.tar.gz) = a2af78ad4b5be99dc3b289e853947146 +MD5 (pysol-2.11.tar.gz) = 2dd9c8b6421d3ba4181b078888e090d3 +MD5 (pysol-cardsets-2.11.tar.gz) = 144d6d5d3917bea93ebe5539d2368229 Index: pkg/PLIST =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/games/pysol/pkg/PLIST,v retrieving revision 1.9 diff -u -r1.9 PLIST --- PLIST 1999/03/12 09:03:27 1.9 +++ PLIST 1999/04/12 18:10:45 @@ -1,57 +1,214 @@ bin/pysol -share/pysol/cardset-aisleriot/01c.gif +share/pysol/cardset-standard/01d.gif +share/pysol/cardset-standard/01h.gif +share/pysol/cardset-standard/02d.gif +share/pysol/cardset-standard/02h.gif +share/pysol/cardset-standard/03d.gif +share/pysol/cardset-standard/03h.gif +share/pysol/cardset-standard/04d.gif +share/pysol/cardset-standard/04h.gif +share/pysol/cardset-standard/05d.gif +share/pysol/cardset-standard/05h.gif +share/pysol/cardset-standard/06d.gif +share/pysol/cardset-standard/06h.gif +share/pysol/cardset-standard/07d.gif +share/pysol/cardset-standard/07h.gif +share/pysol/cardset-standard/08d.gif +share/pysol/cardset-standard/08h.gif +share/pysol/cardset-standard/09d.gif +share/pysol/cardset-standard/09h.gif +share/pysol/cardset-standard/10d.gif +share/pysol/cardset-standard/10h.gif +share/pysol/cardset-standard/11d.gif +share/pysol/cardset-standard/11h.gif +share/pysol/cardset-standard/12d.gif +share/pysol/cardset-standard/12h.gif +share/pysol/cardset-standard/13d.gif +share/pysol/cardset-standard/13h.gif +share/pysol/cardset-standard/01c.gif +share/pysol/cardset-standard/01s.gif +share/pysol/cardset-standard/02c.gif +share/pysol/cardset-standard/02s.gif +share/pysol/cardset-standard/03c.gif +share/pysol/cardset-standard/03s.gif +share/pysol/cardset-standard/04c.gif +share/pysol/cardset-standard/04s.gif +share/pysol/cardset-standard/05c.gif +share/pysol/cardset-standard/05s.gif +share/pysol/cardset-standard/06c.gif +share/pysol/cardset-standard/06s.gif +share/pysol/cardset-standard/07c.gif +share/pysol/cardset-standard/07s.gif +share/pysol/cardset-standard/08c.gif +share/pysol/cardset-standard/08s.gif +share/pysol/cardset-standard/09c.gif +share/pysol/cardset-standard/09s.gif +share/pysol/cardset-standard/10c.gif +share/pysol/cardset-standard/10s.gif +share/pysol/cardset-standard/11c.gif +share/pysol/cardset-standard/11s.gif +share/pysol/cardset-standard/12c.gif +share/pysol/cardset-standard/12s.gif +share/pysol/cardset-standard/13c.gif +share/pysol/cardset-standard/13s.gif +share/pysol/cardset-standard/back01.gif +share/pysol/cardset-standard/back02.gif +share/pysol/cardset-standard/back04.gif +share/pysol/cardset-standard/back05.gif +share/pysol/cardset-standard/back06.gif +share/pysol/cardset-standard/back07.gif +share/pysol/cardset-standard/back08.gif +share/pysol/cardset-standard/back09.gif +share/pysol/cardset-standard/back11.gif +share/pysol/cardset-standard/back12.gif +share/pysol/cardset-standard/back21.gif +share/pysol/cardset-standard/back22.gif +share/pysol/cardset-standard/back23.gif +share/pysol/cardset-standard/back24.gif +share/pysol/cardset-standard/back41.gif +share/pysol/cardset-standard/back51.gif +share/pysol/cardset-standard/bottom01.gif +share/pysol/cardset-standard/bottom02.gif +share/pysol/cardset-standard/bottom03.gif +share/pysol/cardset-standard/bottom04.gif +share/pysol/cardset-standard/bottom05.gif +share/pysol/cardset-standard/bottom06.gif +share/pysol/cardset-standard/bottom07.gif +share/pysol/cardset-standard/l01.gif +share/pysol/cardset-standard/l02.gif +share/pysol/cardset-standard/l03.gif +share/pysol/cardset-standard/l04.gif +share/pysol/cardset-standard/shade.gif +share/pysol/cardset-standard/shade01.gif +share/pysol/cardset-standard/shade02.gif +share/pysol/cardset-standard/shadow00.gif +share/pysol/cardset-standard/shadow01.gif +share/pysol/cardset-standard/shadow02.gif +share/pysol/cardset-standard/shadow03.gif +share/pysol/cardset-standard/shadow04.gif +share/pysol/cardset-standard/shadow05.gif +share/pysol/cardset-standard/shadow06.gif +share/pysol/cardset-standard/shadow07.gif +share/pysol/cardset-standard/shadow08.gif +share/pysol/cardset-standard/shadow09.gif +share/pysol/cardset-standard/shadow10.gif +share/pysol/cardset-standard/shadow11.gif +share/pysol/cardset-standard/shadow12.gif +share/pysol/cardset-standard/shadow13.gif +share/pysol/cardset-standard/config.txt +share/pysol/cardset-standard/COPYRIGHT +share/pysol/html/credits.html +share/pysol/html/general_rules.html +share/pysol/html/gpl.html +share/pysol/html/index.html +share/pysol/html/installation.html +share/pysol/html/introduction.html +share/pysol/html/rules_8x8.html +share/pysol/html/rules_braid.html +share/pysol/html/rules_divorce.html +share/pysol/html/rules_eiffeltower.html +share/pysol/html/rules_freecell.html +share/pysol/html/rules_picturegallery.html +share/pysol/html/rules_gypsy.html +share/pysol/html/rules_harp.html +share/pysol/html/rules_irmgard.html +share/pysol/html/rules_klondike.html +share/pysol/html/rules_matriarchy.html +share/pysol/html/usage.html +share/pysol/html/rules_seahaventowers.html +share/pysol/html/rules_spider.html +share/pysol/html/rules_fortythieves.html +share/pysol/html/todo.html +share/pysol/images/jester03.gif +share/pysol/images/jester02.gif +share/pysol/images/jester01.gif +share/pysol/plugins/calculation.py +share/pysol/plugins/canfield.py +share/pysol/plugins/eightoff.py +share/pysol/plugins/golf.py +share/pysol/plugins/grandfathersclock.py +share/pysol/plugins/numerica.py +share/pysol/plugins/rules_calculation.html +share/pysol/plugins/rules_canfield.html +share/pysol/plugins/rules_eightoff.html +share/pysol/plugins/rules_golf.html +share/pysol/plugins/rules_grandfathersclock.html +share/pysol/plugins/rules_numerica.html +share/pysol/pysol.xbm +share/pysol/pysol.xpm +share/pysol/python.gif +share/pysol/tiles/Fade_Blue-ffffff.ppm +share/pysol/tiles/Fade_Green.ppm +share/pysol/tiles/Fade_Red.ppm +share/pysol/tiles/RGB_Rainbow.ppm +share/pysol/tiles/Funky_Rainbow.ppm +share/pysol/tiles/Atari_Classic.gif +share/pysol/tiles/Olive_Fossils.gif +share/pysol/tiles/Chequered_Field.gif +share/pysol/tiles/Orange_Ornaments.gif +share/pysol/toolbar/auto.gif +share/pysol/toolbar/exit.gif +share/pysol/toolbar/new.gif +share/pysol/toolbar/open.gif +share/pysol/toolbar/quit.gif +share/pysol/toolbar/redo.gif +share/pysol/toolbar/restart.gif +share/pysol/toolbar/rules.gif +share/pysol/toolbar/save.gif +share/pysol/toolbar/stats.gif +share/pysol/toolbar/undo.gif share/pysol/cardset-aisleriot/01d.gif share/pysol/cardset-aisleriot/01h.gif -share/pysol/cardset-aisleriot/01s.gif -share/pysol/cardset-aisleriot/02c.gif share/pysol/cardset-aisleriot/02d.gif share/pysol/cardset-aisleriot/02h.gif -share/pysol/cardset-aisleriot/02s.gif -share/pysol/cardset-aisleriot/03c.gif share/pysol/cardset-aisleriot/03d.gif share/pysol/cardset-aisleriot/03h.gif -share/pysol/cardset-aisleriot/03s.gif -share/pysol/cardset-aisleriot/04c.gif share/pysol/cardset-aisleriot/04d.gif share/pysol/cardset-aisleriot/04h.gif -share/pysol/cardset-aisleriot/04s.gif -share/pysol/cardset-aisleriot/05c.gif share/pysol/cardset-aisleriot/05d.gif share/pysol/cardset-aisleriot/05h.gif -share/pysol/cardset-aisleriot/05s.gif -share/pysol/cardset-aisleriot/06c.gif share/pysol/cardset-aisleriot/06d.gif share/pysol/cardset-aisleriot/06h.gif -share/pysol/cardset-aisleriot/06s.gif -share/pysol/cardset-aisleriot/07c.gif share/pysol/cardset-aisleriot/07d.gif share/pysol/cardset-aisleriot/07h.gif -share/pysol/cardset-aisleriot/07s.gif -share/pysol/cardset-aisleriot/08c.gif share/pysol/cardset-aisleriot/08d.gif share/pysol/cardset-aisleriot/08h.gif -share/pysol/cardset-aisleriot/08s.gif -share/pysol/cardset-aisleriot/09c.gif share/pysol/cardset-aisleriot/09d.gif share/pysol/cardset-aisleriot/09h.gif -share/pysol/cardset-aisleriot/09s.gif -share/pysol/cardset-aisleriot/10c.gif share/pysol/cardset-aisleriot/10d.gif share/pysol/cardset-aisleriot/10h.gif -share/pysol/cardset-aisleriot/10s.gif -share/pysol/cardset-aisleriot/11c.gif share/pysol/cardset-aisleriot/11d.gif share/pysol/cardset-aisleriot/11h.gif -share/pysol/cardset-aisleriot/11s.gif -share/pysol/cardset-aisleriot/12c.gif share/pysol/cardset-aisleriot/12d.gif share/pysol/cardset-aisleriot/12h.gif -share/pysol/cardset-aisleriot/12s.gif -share/pysol/cardset-aisleriot/13c.gif share/pysol/cardset-aisleriot/13d.gif share/pysol/cardset-aisleriot/13h.gif +share/pysol/cardset-aisleriot/01c.gif +share/pysol/cardset-aisleriot/01s.gif +share/pysol/cardset-aisleriot/02c.gif +share/pysol/cardset-aisleriot/02s.gif +share/pysol/cardset-aisleriot/03c.gif +share/pysol/cardset-aisleriot/03s.gif +share/pysol/cardset-aisleriot/04c.gif +share/pysol/cardset-aisleriot/04s.gif +share/pysol/cardset-aisleriot/05c.gif +share/pysol/cardset-aisleriot/05s.gif +share/pysol/cardset-aisleriot/06c.gif +share/pysol/cardset-aisleriot/06s.gif +share/pysol/cardset-aisleriot/07c.gif +share/pysol/cardset-aisleriot/07s.gif +share/pysol/cardset-aisleriot/08c.gif +share/pysol/cardset-aisleriot/08s.gif +share/pysol/cardset-aisleriot/09c.gif +share/pysol/cardset-aisleriot/09s.gif +share/pysol/cardset-aisleriot/10c.gif +share/pysol/cardset-aisleriot/10s.gif +share/pysol/cardset-aisleriot/11c.gif +share/pysol/cardset-aisleriot/11s.gif +share/pysol/cardset-aisleriot/12c.gif +share/pysol/cardset-aisleriot/12s.gif +share/pysol/cardset-aisleriot/13c.gif share/pysol/cardset-aisleriot/13s.gif -share/pysol/cardset-aisleriot/COPYRIGHT share/pysol/cardset-aisleriot/back01.gif share/pysol/cardset-aisleriot/back11.gif share/pysol/cardset-aisleriot/back12.gif @@ -59,6 +216,7 @@ share/pysol/cardset-aisleriot/back22.gif share/pysol/cardset-aisleriot/back23.gif share/pysol/cardset-aisleriot/back24.gif +share/pysol/cardset-aisleriot/l01.gif share/pysol/cardset-aisleriot/bottom01.gif share/pysol/cardset-aisleriot/bottom02.gif share/pysol/cardset-aisleriot/bottom03.gif @@ -66,12 +224,12 @@ share/pysol/cardset-aisleriot/bottom05.gif share/pysol/cardset-aisleriot/bottom06.gif share/pysol/cardset-aisleriot/bottom07.gif -share/pysol/cardset-aisleriot/config.txt -share/pysol/cardset-aisleriot/l01.gif share/pysol/cardset-aisleriot/l02.gif share/pysol/cardset-aisleriot/l03.gif share/pysol/cardset-aisleriot/l04.gif share/pysol/cardset-aisleriot/shade.gif +share/pysol/cardset-aisleriot/shade01.gif +share/pysol/cardset-aisleriot/shade02.gif share/pysol/cardset-aisleriot/shadow00.gif share/pysol/cardset-aisleriot/shadow01.gif share/pysol/cardset-aisleriot/shadow02.gif @@ -81,64 +239,65 @@ share/pysol/cardset-aisleriot/shadow06.gif share/pysol/cardset-aisleriot/shadow07.gif share/pysol/cardset-aisleriot/shadow08.gif +share/pysol/cardset-aisleriot/config.txt share/pysol/cardset-aisleriot/shadow09.gif share/pysol/cardset-aisleriot/shadow10.gif share/pysol/cardset-aisleriot/shadow11.gif share/pysol/cardset-aisleriot/shadow12.gif share/pysol/cardset-aisleriot/shadow13.gif -share/pysol/cardset-patience/01c.gif +share/pysol/cardset-aisleriot/COPYRIGHT share/pysol/cardset-patience/01d.gif share/pysol/cardset-patience/01h.gif -share/pysol/cardset-patience/01s.gif -share/pysol/cardset-patience/02c.gif share/pysol/cardset-patience/02d.gif share/pysol/cardset-patience/02h.gif -share/pysol/cardset-patience/02s.gif -share/pysol/cardset-patience/03c.gif share/pysol/cardset-patience/03d.gif share/pysol/cardset-patience/03h.gif -share/pysol/cardset-patience/03s.gif -share/pysol/cardset-patience/04c.gif share/pysol/cardset-patience/04d.gif share/pysol/cardset-patience/04h.gif -share/pysol/cardset-patience/04s.gif -share/pysol/cardset-patience/05c.gif share/pysol/cardset-patience/05d.gif share/pysol/cardset-patience/05h.gif -share/pysol/cardset-patience/05s.gif -share/pysol/cardset-patience/06c.gif share/pysol/cardset-patience/06d.gif share/pysol/cardset-patience/06h.gif -share/pysol/cardset-patience/06s.gif -share/pysol/cardset-patience/07c.gif share/pysol/cardset-patience/07d.gif share/pysol/cardset-patience/07h.gif -share/pysol/cardset-patience/07s.gif -share/pysol/cardset-patience/08c.gif share/pysol/cardset-patience/08d.gif share/pysol/cardset-patience/08h.gif -share/pysol/cardset-patience/08s.gif -share/pysol/cardset-patience/09c.gif share/pysol/cardset-patience/09d.gif share/pysol/cardset-patience/09h.gif -share/pysol/cardset-patience/09s.gif -share/pysol/cardset-patience/10c.gif share/pysol/cardset-patience/10d.gif share/pysol/cardset-patience/10h.gif -share/pysol/cardset-patience/10s.gif -share/pysol/cardset-patience/11c.gif share/pysol/cardset-patience/11d.gif share/pysol/cardset-patience/11h.gif -share/pysol/cardset-patience/11s.gif -share/pysol/cardset-patience/12c.gif share/pysol/cardset-patience/12d.gif share/pysol/cardset-patience/12h.gif -share/pysol/cardset-patience/12s.gif -share/pysol/cardset-patience/13c.gif share/pysol/cardset-patience/13d.gif share/pysol/cardset-patience/13h.gif +share/pysol/cardset-patience/01c.gif +share/pysol/cardset-patience/01s.gif +share/pysol/cardset-patience/02c.gif +share/pysol/cardset-patience/02s.gif +share/pysol/cardset-patience/03c.gif +share/pysol/cardset-patience/03s.gif +share/pysol/cardset-patience/04c.gif +share/pysol/cardset-patience/04s.gif +share/pysol/cardset-patience/05c.gif +share/pysol/cardset-patience/05s.gif +share/pysol/cardset-patience/06c.gif +share/pysol/cardset-patience/06s.gif +share/pysol/cardset-patience/07c.gif +share/pysol/cardset-patience/07s.gif +share/pysol/cardset-patience/08c.gif +share/pysol/cardset-patience/08s.gif +share/pysol/cardset-patience/09c.gif +share/pysol/cardset-patience/09s.gif +share/pysol/cardset-patience/10c.gif +share/pysol/cardset-patience/10s.gif +share/pysol/cardset-patience/11c.gif +share/pysol/cardset-patience/11s.gif +share/pysol/cardset-patience/12c.gif +share/pysol/cardset-patience/12s.gif +share/pysol/cardset-patience/13c.gif share/pysol/cardset-patience/13s.gif -share/pysol/cardset-patience/COPYRIGHT share/pysol/cardset-patience/back01.gif share/pysol/cardset-patience/back11.gif share/pysol/cardset-patience/back12.gif @@ -146,6 +305,7 @@ share/pysol/cardset-patience/back22.gif share/pysol/cardset-patience/back23.gif share/pysol/cardset-patience/back24.gif +share/pysol/cardset-patience/l01.gif share/pysol/cardset-patience/bottom01.gif share/pysol/cardset-patience/bottom02.gif share/pysol/cardset-patience/bottom03.gif @@ -153,12 +313,12 @@ share/pysol/cardset-patience/bottom05.gif share/pysol/cardset-patience/bottom06.gif share/pysol/cardset-patience/bottom07.gif -share/pysol/cardset-patience/config.txt -share/pysol/cardset-patience/l01.gif share/pysol/cardset-patience/l02.gif share/pysol/cardset-patience/l03.gif share/pysol/cardset-patience/l04.gif share/pysol/cardset-patience/shade.gif +share/pysol/cardset-patience/shade01.gif +share/pysol/cardset-patience/shade02.gif share/pysol/cardset-patience/shadow00.gif share/pysol/cardset-patience/shadow01.gif share/pysol/cardset-patience/shadow02.gif @@ -168,64 +328,65 @@ share/pysol/cardset-patience/shadow06.gif share/pysol/cardset-patience/shadow07.gif share/pysol/cardset-patience/shadow08.gif +share/pysol/cardset-patience/config.txt share/pysol/cardset-patience/shadow09.gif share/pysol/cardset-patience/shadow10.gif share/pysol/cardset-patience/shadow11.gif share/pysol/cardset-patience/shadow12.gif share/pysol/cardset-patience/shadow13.gif -share/pysol/cardset-penguins/01c.gif +share/pysol/cardset-patience/COPYRIGHT share/pysol/cardset-penguins/01d.gif share/pysol/cardset-penguins/01h.gif -share/pysol/cardset-penguins/01s.gif -share/pysol/cardset-penguins/02c.gif share/pysol/cardset-penguins/02d.gif share/pysol/cardset-penguins/02h.gif -share/pysol/cardset-penguins/02s.gif -share/pysol/cardset-penguins/03c.gif share/pysol/cardset-penguins/03d.gif share/pysol/cardset-penguins/03h.gif -share/pysol/cardset-penguins/03s.gif -share/pysol/cardset-penguins/04c.gif share/pysol/cardset-penguins/04d.gif share/pysol/cardset-penguins/04h.gif -share/pysol/cardset-penguins/04s.gif -share/pysol/cardset-penguins/05c.gif share/pysol/cardset-penguins/05d.gif share/pysol/cardset-penguins/05h.gif -share/pysol/cardset-penguins/05s.gif -share/pysol/cardset-penguins/06c.gif share/pysol/cardset-penguins/06d.gif share/pysol/cardset-penguins/06h.gif -share/pysol/cardset-penguins/06s.gif -share/pysol/cardset-penguins/07c.gif share/pysol/cardset-penguins/07d.gif share/pysol/cardset-penguins/07h.gif -share/pysol/cardset-penguins/07s.gif -share/pysol/cardset-penguins/08c.gif share/pysol/cardset-penguins/08d.gif share/pysol/cardset-penguins/08h.gif -share/pysol/cardset-penguins/08s.gif -share/pysol/cardset-penguins/09c.gif share/pysol/cardset-penguins/09d.gif share/pysol/cardset-penguins/09h.gif -share/pysol/cardset-penguins/09s.gif -share/pysol/cardset-penguins/10c.gif share/pysol/cardset-penguins/10d.gif share/pysol/cardset-penguins/10h.gif -share/pysol/cardset-penguins/10s.gif -share/pysol/cardset-penguins/11c.gif share/pysol/cardset-penguins/11d.gif share/pysol/cardset-penguins/11h.gif -share/pysol/cardset-penguins/11s.gif -share/pysol/cardset-penguins/12c.gif share/pysol/cardset-penguins/12d.gif share/pysol/cardset-penguins/12h.gif -share/pysol/cardset-penguins/12s.gif -share/pysol/cardset-penguins/13c.gif share/pysol/cardset-penguins/13d.gif share/pysol/cardset-penguins/13h.gif +share/pysol/cardset-penguins/01c.gif +share/pysol/cardset-penguins/01s.gif +share/pysol/cardset-penguins/02c.gif +share/pysol/cardset-penguins/02s.gif +share/pysol/cardset-penguins/03c.gif +share/pysol/cardset-penguins/03s.gif +share/pysol/cardset-penguins/04c.gif +share/pysol/cardset-penguins/04s.gif +share/pysol/cardset-penguins/05c.gif +share/pysol/cardset-penguins/05s.gif +share/pysol/cardset-penguins/06c.gif +share/pysol/cardset-penguins/06s.gif +share/pysol/cardset-penguins/07c.gif +share/pysol/cardset-penguins/07s.gif +share/pysol/cardset-penguins/08c.gif +share/pysol/cardset-penguins/08s.gif +share/pysol/cardset-penguins/09c.gif +share/pysol/cardset-penguins/09s.gif +share/pysol/cardset-penguins/10c.gif +share/pysol/cardset-penguins/10s.gif +share/pysol/cardset-penguins/11c.gif +share/pysol/cardset-penguins/11s.gif +share/pysol/cardset-penguins/12c.gif +share/pysol/cardset-penguins/12s.gif +share/pysol/cardset-penguins/13c.gif share/pysol/cardset-penguins/13s.gif -share/pysol/cardset-penguins/COPYRIGHT share/pysol/cardset-penguins/back01.gif share/pysol/cardset-penguins/back11.gif share/pysol/cardset-penguins/back12.gif @@ -233,6 +394,7 @@ share/pysol/cardset-penguins/back22.gif share/pysol/cardset-penguins/back23.gif share/pysol/cardset-penguins/back24.gif +share/pysol/cardset-penguins/l01.gif share/pysol/cardset-penguins/bottom01.gif share/pysol/cardset-penguins/bottom02.gif share/pysol/cardset-penguins/bottom03.gif @@ -240,12 +402,12 @@ share/pysol/cardset-penguins/bottom05.gif share/pysol/cardset-penguins/bottom06.gif share/pysol/cardset-penguins/bottom07.gif -share/pysol/cardset-penguins/config.txt -share/pysol/cardset-penguins/l01.gif share/pysol/cardset-penguins/l02.gif share/pysol/cardset-penguins/l03.gif share/pysol/cardset-penguins/l04.gif share/pysol/cardset-penguins/shade.gif +share/pysol/cardset-penguins/shade01.gif +share/pysol/cardset-penguins/shade02.gif share/pysol/cardset-penguins/shadow00.gif share/pysol/cardset-penguins/shadow01.gif share/pysol/cardset-penguins/shadow02.gif @@ -255,590 +417,261 @@ share/pysol/cardset-penguins/shadow06.gif share/pysol/cardset-penguins/shadow07.gif share/pysol/cardset-penguins/shadow08.gif +share/pysol/cardset-penguins/config.txt share/pysol/cardset-penguins/shadow09.gif share/pysol/cardset-penguins/shadow10.gif share/pysol/cardset-penguins/shadow11.gif share/pysol/cardset-penguins/shadow12.gif share/pysol/cardset-penguins/shadow13.gif -share/pysol/cardset-pysol-large/01c.gif -share/pysol/cardset-pysol-large/01d.gif -share/pysol/cardset-pysol-large/01h.gif -share/pysol/cardset-pysol-large/01s.gif -share/pysol/cardset-pysol-large/02c.gif -share/pysol/cardset-pysol-large/02d.gif -share/pysol/cardset-pysol-large/02h.gif -share/pysol/cardset-pysol-large/02s.gif -share/pysol/cardset-pysol-large/03c.gif -share/pysol/cardset-pysol-large/03d.gif -share/pysol/cardset-pysol-large/03h.gif -share/pysol/cardset-pysol-large/03s.gif -share/pysol/cardset-pysol-large/04c.gif -share/pysol/cardset-pysol-large/04d.gif -share/pysol/cardset-pysol-large/04h.gif -share/pysol/cardset-pysol-large/04s.gif -share/pysol/cardset-pysol-large/05c.gif -share/pysol/cardset-pysol-large/05d.gif -share/pysol/cardset-pysol-large/05h.gif -share/pysol/cardset-pysol-large/05s.gif -share/pysol/cardset-pysol-large/06c.gif -share/pysol/cardset-pysol-large/06d.gif -share/pysol/cardset-pysol-large/06h.gif -share/pysol/cardset-pysol-large/06s.gif -share/pysol/cardset-pysol-large/07c.gif -share/pysol/cardset-pysol-large/07d.gif -share/pysol/cardset-pysol-large/07h.gif -share/pysol/cardset-pysol-large/07s.gif -share/pysol/cardset-pysol-large/08c.gif -share/pysol/cardset-pysol-large/08d.gif -share/pysol/cardset-pysol-large/08h.gif -share/pysol/cardset-pysol-large/08s.gif -share/pysol/cardset-pysol-large/09c.gif -share/pysol/cardset-pysol-large/09d.gif -share/pysol/cardset-pysol-large/09h.gif -share/pysol/cardset-pysol-large/09s.gif -share/pysol/cardset-pysol-large/10c.gif -share/pysol/cardset-pysol-large/10d.gif -share/pysol/cardset-pysol-large/10h.gif -share/pysol/cardset-pysol-large/10s.gif -share/pysol/cardset-pysol-large/11c.gif -share/pysol/cardset-pysol-large/11d.gif -share/pysol/cardset-pysol-large/11h.gif -share/pysol/cardset-pysol-large/11s.gif -share/pysol/cardset-pysol-large/12c.gif -share/pysol/cardset-pysol-large/12d.gif -share/pysol/cardset-pysol-large/12h.gif -share/pysol/cardset-pysol-large/12s.gif -share/pysol/cardset-pysol-large/13c.gif -share/pysol/cardset-pysol-large/13d.gif -share/pysol/cardset-pysol-large/13h.gif -share/pysol/cardset-pysol-large/13s.gif -share/pysol/cardset-pysol-large/COPYRIGHT -share/pysol/cardset-pysol-large/back11.gif -share/pysol/cardset-pysol-large/back12.gif -share/pysol/cardset-pysol-large/back21.gif -share/pysol/cardset-pysol-large/back22.gif -share/pysol/cardset-pysol-large/back23.gif -share/pysol/cardset-pysol-large/back24.gif -share/pysol/cardset-pysol-large/bottom01.gif -share/pysol/cardset-pysol-large/bottom02.gif -share/pysol/cardset-pysol-large/bottom03.gif -share/pysol/cardset-pysol-large/bottom04.gif -share/pysol/cardset-pysol-large/bottom05.gif -share/pysol/cardset-pysol-large/bottom06.gif -share/pysol/cardset-pysol-large/bottom07.gif -share/pysol/cardset-pysol-large/config.txt -share/pysol/cardset-pysol-large/l01.gif -share/pysol/cardset-pysol-large/l02.gif -share/pysol/cardset-pysol-large/l03.gif -share/pysol/cardset-pysol-large/l04.gif -share/pysol/cardset-pysol-large/shade.gif -share/pysol/cardset-pysol-large/shadow00.gif -share/pysol/cardset-pysol-large/shadow01.gif -share/pysol/cardset-pysol-large/shadow02.gif -share/pysol/cardset-pysol-large/shadow03.gif -share/pysol/cardset-pysol-large/shadow04.gif -share/pysol/cardset-pysol-large/shadow05.gif -share/pysol/cardset-pysol-large/shadow06.gif -share/pysol/cardset-pysol-large/shadow07.gif -share/pysol/cardset-pysol-large/shadow08.gif -share/pysol/cardset-pysol-large/shadow09.gif -share/pysol/cardset-pysol-large/shadow10.gif -share/pysol/cardset-pysol-large/shadow11.gif -share/pysol/cardset-pysol-large/shadow12.gif -share/pysol/cardset-pysol-large/shadow13.gif -share/pysol/cardset-pysol-medium/01c.gif -share/pysol/cardset-pysol-medium/01d.gif -share/pysol/cardset-pysol-medium/01h.gif -share/pysol/cardset-pysol-medium/01s.gif -share/pysol/cardset-pysol-medium/02c.gif -share/pysol/cardset-pysol-medium/02d.gif -share/pysol/cardset-pysol-medium/02h.gif -share/pysol/cardset-pysol-medium/02s.gif -share/pysol/cardset-pysol-medium/03c.gif -share/pysol/cardset-pysol-medium/03d.gif -share/pysol/cardset-pysol-medium/03h.gif -share/pysol/cardset-pysol-medium/03s.gif -share/pysol/cardset-pysol-medium/04c.gif -share/pysol/cardset-pysol-medium/04d.gif -share/pysol/cardset-pysol-medium/04h.gif -share/pysol/cardset-pysol-medium/04s.gif -share/pysol/cardset-pysol-medium/05c.gif -share/pysol/cardset-pysol-medium/05d.gif -share/pysol/cardset-pysol-medium/05h.gif -share/pysol/cardset-pysol-medium/05s.gif -share/pysol/cardset-pysol-medium/06c.gif -share/pysol/cardset-pysol-medium/06d.gif -share/pysol/cardset-pysol-medium/06h.gif -share/pysol/cardset-pysol-medium/06s.gif -share/pysol/cardset-pysol-medium/07c.gif -share/pysol/cardset-pysol-medium/07d.gif -share/pysol/cardset-pysol-medium/07h.gif -share/pysol/cardset-pysol-medium/07s.gif -share/pysol/cardset-pysol-medium/08c.gif -share/pysol/cardset-pysol-medium/08d.gif -share/pysol/cardset-pysol-medium/08h.gif -share/pysol/cardset-pysol-medium/08s.gif -share/pysol/cardset-pysol-medium/09c.gif -share/pysol/cardset-pysol-medium/09d.gif -share/pysol/cardset-pysol-medium/09h.gif -share/pysol/cardset-pysol-medium/09s.gif -share/pysol/cardset-pysol-medium/10c.gif -share/pysol/cardset-pysol-medium/10d.gif -share/pysol/cardset-pysol-medium/10h.gif -share/pysol/cardset-pysol-medium/10s.gif -share/pysol/cardset-pysol-medium/11c.gif -share/pysol/cardset-pysol-medium/11d.gif -share/pysol/cardset-pysol-medium/11h.gif -share/pysol/cardset-pysol-medium/11s.gif -share/pysol/cardset-pysol-medium/12c.gif -share/pysol/cardset-pysol-medium/12d.gif -share/pysol/cardset-pysol-medium/12h.gif -share/pysol/cardset-pysol-medium/12s.gif -share/pysol/cardset-pysol-medium/13c.gif -share/pysol/cardset-pysol-medium/13d.gif -share/pysol/cardset-pysol-medium/13h.gif -share/pysol/cardset-pysol-medium/13s.gif -share/pysol/cardset-pysol-medium/COPYRIGHT -share/pysol/cardset-pysol-medium/back11.gif -share/pysol/cardset-pysol-medium/back12.gif -share/pysol/cardset-pysol-medium/back21.gif -share/pysol/cardset-pysol-medium/back22.gif -share/pysol/cardset-pysol-medium/back23.gif -share/pysol/cardset-pysol-medium/back24.gif -share/pysol/cardset-pysol-medium/bottom01.gif -share/pysol/cardset-pysol-medium/bottom02.gif -share/pysol/cardset-pysol-medium/bottom03.gif -share/pysol/cardset-pysol-medium/bottom04.gif -share/pysol/cardset-pysol-medium/bottom05.gif -share/pysol/cardset-pysol-medium/bottom06.gif -share/pysol/cardset-pysol-medium/bottom07.gif -share/pysol/cardset-pysol-medium/config.txt -share/pysol/cardset-pysol-medium/l01.gif -share/pysol/cardset-pysol-medium/l02.gif -share/pysol/cardset-pysol-medium/l03.gif -share/pysol/cardset-pysol-medium/l04.gif -share/pysol/cardset-pysol-medium/shade.gif -share/pysol/cardset-pysol-medium/shadow00.gif -share/pysol/cardset-pysol-medium/shadow01.gif -share/pysol/cardset-pysol-medium/shadow02.gif -share/pysol/cardset-pysol-medium/shadow03.gif -share/pysol/cardset-pysol-medium/shadow04.gif -share/pysol/cardset-pysol-medium/shadow05.gif -share/pysol/cardset-pysol-medium/shadow06.gif -share/pysol/cardset-pysol-medium/shadow07.gif -share/pysol/cardset-pysol-medium/shadow08.gif -share/pysol/cardset-pysol-medium/shadow09.gif -share/pysol/cardset-pysol-medium/shadow10.gif -share/pysol/cardset-pysol-medium/shadow11.gif -share/pysol/cardset-pysol-medium/shadow12.gif -share/pysol/cardset-pysol-medium/shadow13.gif -share/pysol/cardset-pysol-small/01c.gif -share/pysol/cardset-pysol-small/01d.gif -share/pysol/cardset-pysol-small/01h.gif -share/pysol/cardset-pysol-small/01s.gif -share/pysol/cardset-pysol-small/02c.gif -share/pysol/cardset-pysol-small/02d.gif -share/pysol/cardset-pysol-small/02h.gif -share/pysol/cardset-pysol-small/02s.gif -share/pysol/cardset-pysol-small/03c.gif -share/pysol/cardset-pysol-small/03d.gif -share/pysol/cardset-pysol-small/03h.gif -share/pysol/cardset-pysol-small/03s.gif -share/pysol/cardset-pysol-small/04c.gif -share/pysol/cardset-pysol-small/04d.gif -share/pysol/cardset-pysol-small/04h.gif -share/pysol/cardset-pysol-small/04s.gif -share/pysol/cardset-pysol-small/05c.gif -share/pysol/cardset-pysol-small/05d.gif -share/pysol/cardset-pysol-small/05h.gif -share/pysol/cardset-pysol-small/05s.gif -share/pysol/cardset-pysol-small/06c.gif -share/pysol/cardset-pysol-small/06d.gif -share/pysol/cardset-pysol-small/06h.gif -share/pysol/cardset-pysol-small/06s.gif -share/pysol/cardset-pysol-small/07c.gif -share/pysol/cardset-pysol-small/07d.gif -share/pysol/cardset-pysol-small/07h.gif -share/pysol/cardset-pysol-small/07s.gif -share/pysol/cardset-pysol-small/08c.gif -share/pysol/cardset-pysol-small/08d.gif -share/pysol/cardset-pysol-small/08h.gif -share/pysol/cardset-pysol-small/08s.gif -share/pysol/cardset-pysol-small/09c.gif -share/pysol/cardset-pysol-small/09d.gif -share/pysol/cardset-pysol-small/09h.gif -share/pysol/cardset-pysol-small/09s.gif -share/pysol/cardset-pysol-small/10c.gif -share/pysol/cardset-pysol-small/10d.gif -share/pysol/cardset-pysol-small/10h.gif -share/pysol/cardset-pysol-small/10s.gif -share/pysol/cardset-pysol-small/11c.gif -share/pysol/cardset-pysol-small/11d.gif -share/pysol/cardset-pysol-small/11h.gif -share/pysol/cardset-pysol-small/11s.gif -share/pysol/cardset-pysol-small/12c.gif -share/pysol/cardset-pysol-small/12d.gif -share/pysol/cardset-pysol-small/12h.gif -share/pysol/cardset-pysol-small/12s.gif -share/pysol/cardset-pysol-small/13c.gif -share/pysol/cardset-pysol-small/13d.gif -share/pysol/cardset-pysol-small/13h.gif -share/pysol/cardset-pysol-small/13s.gif -share/pysol/cardset-pysol-small/COPYRIGHT -share/pysol/cardset-pysol-small/back11.gif -share/pysol/cardset-pysol-small/back12.gif -share/pysol/cardset-pysol-small/back21.gif -share/pysol/cardset-pysol-small/back22.gif -share/pysol/cardset-pysol-small/back23.gif -share/pysol/cardset-pysol-small/back24.gif -share/pysol/cardset-pysol-small/bottom01.gif -share/pysol/cardset-pysol-small/bottom02.gif -share/pysol/cardset-pysol-small/bottom03.gif -share/pysol/cardset-pysol-small/bottom04.gif -share/pysol/cardset-pysol-small/bottom05.gif -share/pysol/cardset-pysol-small/bottom06.gif -share/pysol/cardset-pysol-small/bottom07.gif -share/pysol/cardset-pysol-small/config.txt -share/pysol/cardset-pysol-small/l01.gif -share/pysol/cardset-pysol-small/l02.gif -share/pysol/cardset-pysol-small/l03.gif -share/pysol/cardset-pysol-small/l04.gif -share/pysol/cardset-pysol-small/shade.gif -share/pysol/cardset-pysol-small/shadow00.gif -share/pysol/cardset-pysol-small/shadow01.gif -share/pysol/cardset-pysol-small/shadow02.gif -share/pysol/cardset-pysol-small/shadow03.gif -share/pysol/cardset-pysol-small/shadow04.gif -share/pysol/cardset-pysol-small/shadow05.gif -share/pysol/cardset-pysol-small/shadow06.gif -share/pysol/cardset-pysol-small/shadow07.gif -share/pysol/cardset-pysol-small/shadow08.gif -share/pysol/cardset-pysol-small/shadow09.gif -share/pysol/cardset-pysol-small/shadow10.gif -share/pysol/cardset-pysol-small/shadow11.gif -share/pysol/cardset-pysol-small/shadow12.gif -share/pysol/cardset-pysol-small/shadow13.gif -share/pysol/cardset-pysol-tiny/01c.gif -share/pysol/cardset-pysol-tiny/01d.gif -share/pysol/cardset-pysol-tiny/01h.gif -share/pysol/cardset-pysol-tiny/01s.gif -share/pysol/cardset-pysol-tiny/02c.gif -share/pysol/cardset-pysol-tiny/02d.gif -share/pysol/cardset-pysol-tiny/02h.gif -share/pysol/cardset-pysol-tiny/02s.gif -share/pysol/cardset-pysol-tiny/03c.gif -share/pysol/cardset-pysol-tiny/03d.gif -share/pysol/cardset-pysol-tiny/03h.gif -share/pysol/cardset-pysol-tiny/03s.gif -share/pysol/cardset-pysol-tiny/04c.gif -share/pysol/cardset-pysol-tiny/04d.gif -share/pysol/cardset-pysol-tiny/04h.gif -share/pysol/cardset-pysol-tiny/04s.gif -share/pysol/cardset-pysol-tiny/05c.gif -share/pysol/cardset-pysol-tiny/05d.gif -share/pysol/cardset-pysol-tiny/05h.gif -share/pysol/cardset-pysol-tiny/05s.gif -share/pysol/cardset-pysol-tiny/06c.gif -share/pysol/cardset-pysol-tiny/06d.gif -share/pysol/cardset-pysol-tiny/06h.gif -share/pysol/cardset-pysol-tiny/06s.gif -share/pysol/cardset-pysol-tiny/07c.gif -share/pysol/cardset-pysol-tiny/07d.gif -share/pysol/cardset-pysol-tiny/07h.gif -share/pysol/cardset-pysol-tiny/07s.gif -share/pysol/cardset-pysol-tiny/08c.gif -share/pysol/cardset-pysol-tiny/08d.gif -share/pysol/cardset-pysol-tiny/08h.gif -share/pysol/cardset-pysol-tiny/08s.gif -share/pysol/cardset-pysol-tiny/09c.gif -share/pysol/cardset-pysol-tiny/09d.gif -share/pysol/cardset-pysol-tiny/09h.gif -share/pysol/cardset-pysol-tiny/09s.gif -share/pysol/cardset-pysol-tiny/10c.gif -share/pysol/cardset-pysol-tiny/10d.gif -share/pysol/cardset-pysol-tiny/10h.gif -share/pysol/cardset-pysol-tiny/10s.gif -share/pysol/cardset-pysol-tiny/11c.gif -share/pysol/cardset-pysol-tiny/11d.gif -share/pysol/cardset-pysol-tiny/11h.gif -share/pysol/cardset-pysol-tiny/11s.gif -share/pysol/cardset-pysol-tiny/12c.gif -share/pysol/cardset-pysol-tiny/12d.gif -share/pysol/cardset-pysol-tiny/12h.gif -share/pysol/cardset-pysol-tiny/12s.gif -share/pysol/cardset-pysol-tiny/13c.gif -share/pysol/cardset-pysol-tiny/13d.gif -share/pysol/cardset-pysol-tiny/13h.gif -share/pysol/cardset-pysol-tiny/13s.gif -share/pysol/cardset-pysol-tiny/COPYRIGHT -share/pysol/cardset-pysol-tiny/back11.gif -share/pysol/cardset-pysol-tiny/back12.gif -share/pysol/cardset-pysol-tiny/back21.gif -share/pysol/cardset-pysol-tiny/back22.gif -share/pysol/cardset-pysol-tiny/back23.gif -share/pysol/cardset-pysol-tiny/back24.gif -share/pysol/cardset-pysol-tiny/bottom01.gif -share/pysol/cardset-pysol-tiny/bottom02.gif -share/pysol/cardset-pysol-tiny/bottom03.gif -share/pysol/cardset-pysol-tiny/bottom04.gif -share/pysol/cardset-pysol-tiny/bottom05.gif -share/pysol/cardset-pysol-tiny/bottom06.gif -share/pysol/cardset-pysol-tiny/bottom07.gif -share/pysol/cardset-pysol-tiny/config.txt -share/pysol/cardset-pysol-tiny/l01.gif -share/pysol/cardset-pysol-tiny/l02.gif -share/pysol/cardset-pysol-tiny/l03.gif -share/pysol/cardset-pysol-tiny/l04.gif -share/pysol/cardset-pysol-tiny/shade.gif -share/pysol/cardset-pysol-tiny/shadow00.gif -share/pysol/cardset-pysol-tiny/shadow01.gif -share/pysol/cardset-pysol-tiny/shadow02.gif -share/pysol/cardset-pysol-tiny/shadow03.gif -share/pysol/cardset-pysol-tiny/shadow04.gif -share/pysol/cardset-pysol-tiny/shadow05.gif -share/pysol/cardset-pysol-tiny/shadow06.gif -share/pysol/cardset-pysol-tiny/shadow07.gif -share/pysol/cardset-pysol-tiny/shadow08.gif -share/pysol/cardset-pysol-tiny/shadow09.gif -share/pysol/cardset-pysol-tiny/shadow10.gif -share/pysol/cardset-pysol-tiny/shadow11.gif -share/pysol/cardset-pysol-tiny/shadow12.gif -share/pysol/cardset-pysol-tiny/shadow13.gif -share/pysol/cardset-pysol-xlarge/01c.gif -share/pysol/cardset-pysol-xlarge/01d.gif -share/pysol/cardset-pysol-xlarge/01h.gif -share/pysol/cardset-pysol-xlarge/01s.gif -share/pysol/cardset-pysol-xlarge/02c.gif -share/pysol/cardset-pysol-xlarge/02d.gif -share/pysol/cardset-pysol-xlarge/02h.gif -share/pysol/cardset-pysol-xlarge/02s.gif -share/pysol/cardset-pysol-xlarge/03c.gif -share/pysol/cardset-pysol-xlarge/03d.gif -share/pysol/cardset-pysol-xlarge/03h.gif -share/pysol/cardset-pysol-xlarge/03s.gif -share/pysol/cardset-pysol-xlarge/04c.gif -share/pysol/cardset-pysol-xlarge/04d.gif -share/pysol/cardset-pysol-xlarge/04h.gif -share/pysol/cardset-pysol-xlarge/04s.gif -share/pysol/cardset-pysol-xlarge/05c.gif -share/pysol/cardset-pysol-xlarge/05d.gif -share/pysol/cardset-pysol-xlarge/05h.gif -share/pysol/cardset-pysol-xlarge/05s.gif -share/pysol/cardset-pysol-xlarge/06c.gif -share/pysol/cardset-pysol-xlarge/06d.gif -share/pysol/cardset-pysol-xlarge/06h.gif -share/pysol/cardset-pysol-xlarge/06s.gif -share/pysol/cardset-pysol-xlarge/07c.gif -share/pysol/cardset-pysol-xlarge/07d.gif -share/pysol/cardset-pysol-xlarge/07h.gif -share/pysol/cardset-pysol-xlarge/07s.gif -share/pysol/cardset-pysol-xlarge/08c.gif -share/pysol/cardset-pysol-xlarge/08d.gif -share/pysol/cardset-pysol-xlarge/08h.gif -share/pysol/cardset-pysol-xlarge/08s.gif -share/pysol/cardset-pysol-xlarge/09c.gif -share/pysol/cardset-pysol-xlarge/09d.gif -share/pysol/cardset-pysol-xlarge/09h.gif -share/pysol/cardset-pysol-xlarge/09s.gif -share/pysol/cardset-pysol-xlarge/10c.gif -share/pysol/cardset-pysol-xlarge/10d.gif -share/pysol/cardset-pysol-xlarge/10h.gif -share/pysol/cardset-pysol-xlarge/10s.gif -share/pysol/cardset-pysol-xlarge/11c.gif -share/pysol/cardset-pysol-xlarge/11d.gif -share/pysol/cardset-pysol-xlarge/11h.gif -share/pysol/cardset-pysol-xlarge/11s.gif -share/pysol/cardset-pysol-xlarge/12c.gif -share/pysol/cardset-pysol-xlarge/12d.gif -share/pysol/cardset-pysol-xlarge/12h.gif -share/pysol/cardset-pysol-xlarge/12s.gif -share/pysol/cardset-pysol-xlarge/13c.gif -share/pysol/cardset-pysol-xlarge/13d.gif -share/pysol/cardset-pysol-xlarge/13h.gif -share/pysol/cardset-pysol-xlarge/13s.gif -share/pysol/cardset-pysol-xlarge/COPYRIGHT -share/pysol/cardset-pysol-xlarge/back11.gif -share/pysol/cardset-pysol-xlarge/back12.gif -share/pysol/cardset-pysol-xlarge/back21.gif -share/pysol/cardset-pysol-xlarge/back22.gif -share/pysol/cardset-pysol-xlarge/back23.gif -share/pysol/cardset-pysol-xlarge/back24.gif -share/pysol/cardset-pysol-xlarge/bottom01.gif -share/pysol/cardset-pysol-xlarge/bottom02.gif -share/pysol/cardset-pysol-xlarge/bottom03.gif -share/pysol/cardset-pysol-xlarge/bottom04.gif -share/pysol/cardset-pysol-xlarge/bottom05.gif -share/pysol/cardset-pysol-xlarge/bottom06.gif -share/pysol/cardset-pysol-xlarge/bottom07.gif -share/pysol/cardset-pysol-xlarge/config.txt -share/pysol/cardset-pysol-xlarge/l01.gif -share/pysol/cardset-pysol-xlarge/l02.gif -share/pysol/cardset-pysol-xlarge/l03.gif -share/pysol/cardset-pysol-xlarge/l04.gif -share/pysol/cardset-pysol-xlarge/shade.gif -share/pysol/cardset-pysol-xlarge/shadow00.gif -share/pysol/cardset-pysol-xlarge/shadow01.gif -share/pysol/cardset-pysol-xlarge/shadow02.gif -share/pysol/cardset-pysol-xlarge/shadow03.gif -share/pysol/cardset-pysol-xlarge/shadow04.gif -share/pysol/cardset-pysol-xlarge/shadow05.gif -share/pysol/cardset-pysol-xlarge/shadow06.gif -share/pysol/cardset-pysol-xlarge/shadow07.gif -share/pysol/cardset-pysol-xlarge/shadow08.gif -share/pysol/cardset-pysol-xlarge/shadow09.gif -share/pysol/cardset-pysol-xlarge/shadow10.gif -share/pysol/cardset-pysol-xlarge/shadow11.gif -share/pysol/cardset-pysol-xlarge/shadow12.gif -share/pysol/cardset-pysol-xlarge/shadow13.gif -share/pysol/cardset-standard/01c.gif -share/pysol/cardset-standard/01d.gif -share/pysol/cardset-standard/01h.gif -share/pysol/cardset-standard/01s.gif -share/pysol/cardset-standard/02c.gif -share/pysol/cardset-standard/02d.gif -share/pysol/cardset-standard/02h.gif -share/pysol/cardset-standard/02s.gif -share/pysol/cardset-standard/03c.gif -share/pysol/cardset-standard/03d.gif -share/pysol/cardset-standard/03h.gif -share/pysol/cardset-standard/03s.gif -share/pysol/cardset-standard/04c.gif -share/pysol/cardset-standard/04d.gif -share/pysol/cardset-standard/04h.gif -share/pysol/cardset-standard/04s.gif -share/pysol/cardset-standard/05c.gif -share/pysol/cardset-standard/05d.gif -share/pysol/cardset-standard/05h.gif -share/pysol/cardset-standard/05s.gif -share/pysol/cardset-standard/06c.gif -share/pysol/cardset-standard/06d.gif -share/pysol/cardset-standard/06h.gif -share/pysol/cardset-standard/06s.gif -share/pysol/cardset-standard/07c.gif -share/pysol/cardset-standard/07d.gif -share/pysol/cardset-standard/07h.gif -share/pysol/cardset-standard/07s.gif -share/pysol/cardset-standard/08c.gif -share/pysol/cardset-standard/08d.gif -share/pysol/cardset-standard/08h.gif -share/pysol/cardset-standard/08s.gif -share/pysol/cardset-standard/09c.gif -share/pysol/cardset-standard/09d.gif -share/pysol/cardset-standard/09h.gif -share/pysol/cardset-standard/09s.gif -share/pysol/cardset-standard/10c.gif -share/pysol/cardset-standard/10d.gif -share/pysol/cardset-standard/10h.gif -share/pysol/cardset-standard/10s.gif -share/pysol/cardset-standard/11c.gif -share/pysol/cardset-standard/11d.gif -share/pysol/cardset-standard/11h.gif -share/pysol/cardset-standard/11s.gif -share/pysol/cardset-standard/12c.gif -share/pysol/cardset-standard/12d.gif -share/pysol/cardset-standard/12h.gif -share/pysol/cardset-standard/12s.gif -share/pysol/cardset-standard/13c.gif -share/pysol/cardset-standard/13d.gif -share/pysol/cardset-standard/13h.gif -share/pysol/cardset-standard/13s.gif -share/pysol/cardset-standard/COPYRIGHT -share/pysol/cardset-standard/back01.gif -share/pysol/cardset-standard/back02.gif -share/pysol/cardset-standard/back04.gif -share/pysol/cardset-standard/back05.gif -share/pysol/cardset-standard/back06.gif -share/pysol/cardset-standard/back07.gif -share/pysol/cardset-standard/back08.gif -share/pysol/cardset-standard/back09.gif -share/pysol/cardset-standard/back11.gif -share/pysol/cardset-standard/back12.gif -share/pysol/cardset-standard/back21.gif -share/pysol/cardset-standard/back22.gif -share/pysol/cardset-standard/back23.gif -share/pysol/cardset-standard/back24.gif -share/pysol/cardset-standard/back41.gif -share/pysol/cardset-standard/back51.gif -share/pysol/cardset-standard/bottom01.gif -share/pysol/cardset-standard/bottom02.gif -share/pysol/cardset-standard/bottom03.gif -share/pysol/cardset-standard/bottom04.gif -share/pysol/cardset-standard/bottom05.gif -share/pysol/cardset-standard/bottom06.gif -share/pysol/cardset-standard/bottom07.gif -share/pysol/cardset-standard/config.txt -share/pysol/cardset-standard/l01.gif -share/pysol/cardset-standard/l02.gif -share/pysol/cardset-standard/l03.gif -share/pysol/cardset-standard/l04.gif -share/pysol/cardset-standard/shade.gif -share/pysol/cardset-standard/shadow00.gif -share/pysol/cardset-standard/shadow01.gif -share/pysol/cardset-standard/shadow02.gif -share/pysol/cardset-standard/shadow03.gif -share/pysol/cardset-standard/shadow04.gif -share/pysol/cardset-standard/shadow05.gif -share/pysol/cardset-standard/shadow06.gif -share/pysol/cardset-standard/shadow07.gif -share/pysol/cardset-standard/shadow08.gif -share/pysol/cardset-standard/shadow09.gif -share/pysol/cardset-standard/shadow10.gif -share/pysol/cardset-standard/shadow11.gif -share/pysol/cardset-standard/shadow12.gif -share/pysol/cardset-standard/shadow13.gif +share/pysol/cardset-penguins/COPYRIGHT +share/pysol/cardset-standard-small/01d.gif +share/pysol/cardset-standard-small/01h.gif +share/pysol/cardset-standard-small/02d.gif +share/pysol/cardset-standard-small/02h.gif +share/pysol/cardset-standard-small/03d.gif +share/pysol/cardset-standard-small/03h.gif +share/pysol/cardset-standard-small/04d.gif +share/pysol/cardset-standard-small/04h.gif +share/pysol/cardset-standard-small/05d.gif +share/pysol/cardset-standard-small/05h.gif +share/pysol/cardset-standard-small/06d.gif +share/pysol/cardset-standard-small/06h.gif +share/pysol/cardset-standard-small/07d.gif +share/pysol/cardset-standard-small/07h.gif +share/pysol/cardset-standard-small/08d.gif +share/pysol/cardset-standard-small/08h.gif +share/pysol/cardset-standard-small/09d.gif +share/pysol/cardset-standard-small/09h.gif +share/pysol/cardset-standard-small/10d.gif +share/pysol/cardset-standard-small/10h.gif +share/pysol/cardset-standard-small/11d.gif +share/pysol/cardset-standard-small/11h.gif +share/pysol/cardset-standard-small/12d.gif +share/pysol/cardset-standard-small/12h.gif +share/pysol/cardset-standard-small/13d.gif +share/pysol/cardset-standard-small/13h.gif +share/pysol/cardset-standard-small/01c.gif +share/pysol/cardset-standard-small/01s.gif +share/pysol/cardset-standard-small/02c.gif +share/pysol/cardset-standard-small/02s.gif +share/pysol/cardset-standard-small/03c.gif +share/pysol/cardset-standard-small/03s.gif +share/pysol/cardset-standard-small/04c.gif +share/pysol/cardset-standard-small/04s.gif +share/pysol/cardset-standard-small/05c.gif +share/pysol/cardset-standard-small/05s.gif +share/pysol/cardset-standard-small/06c.gif +share/pysol/cardset-standard-small/06s.gif +share/pysol/cardset-standard-small/07c.gif +share/pysol/cardset-standard-small/07s.gif +share/pysol/cardset-standard-small/08c.gif +share/pysol/cardset-standard-small/08s.gif +share/pysol/cardset-standard-small/09c.gif +share/pysol/cardset-standard-small/09s.gif +share/pysol/cardset-standard-small/10c.gif +share/pysol/cardset-standard-small/10s.gif +share/pysol/cardset-standard-small/11c.gif +share/pysol/cardset-standard-small/11s.gif +share/pysol/cardset-standard-small/12c.gif +share/pysol/cardset-standard-small/12s.gif +share/pysol/cardset-standard-small/13c.gif +share/pysol/cardset-standard-small/13s.gif +share/pysol/cardset-standard-small/back01.gif +share/pysol/cardset-standard-small/back02.gif +share/pysol/cardset-standard-small/back04.gif +share/pysol/cardset-standard-small/back05.gif +share/pysol/cardset-standard-small/back06.gif +share/pysol/cardset-standard-small/back07.gif +share/pysol/cardset-standard-small/back08.gif +share/pysol/cardset-standard-small/back09.gif +share/pysol/cardset-standard-small/back11.gif +share/pysol/cardset-standard-small/back12.gif +share/pysol/cardset-standard-small/back21.gif +share/pysol/cardset-standard-small/back22.gif +share/pysol/cardset-standard-small/back23.gif +share/pysol/cardset-standard-small/back24.gif +share/pysol/cardset-standard-small/back41.gif +share/pysol/cardset-standard-small/back51.gif +share/pysol/cardset-standard-small/bottom01.gif +share/pysol/cardset-standard-small/bottom02.gif +share/pysol/cardset-standard-small/bottom03.gif +share/pysol/cardset-standard-small/bottom04.gif +share/pysol/cardset-standard-small/bottom05.gif +share/pysol/cardset-standard-small/bottom06.gif +share/pysol/cardset-standard-small/bottom07.gif +share/pysol/cardset-standard-small/l01.gif +share/pysol/cardset-standard-small/l02.gif +share/pysol/cardset-standard-small/l03.gif +share/pysol/cardset-standard-small/l04.gif +share/pysol/cardset-standard-small/shade.gif +share/pysol/cardset-standard-small/shade01.gif +share/pysol/cardset-standard-small/shade02.gif +share/pysol/cardset-standard-small/shadow00.gif +share/pysol/cardset-standard-small/shadow01.gif +share/pysol/cardset-standard-small/shadow02.gif +share/pysol/cardset-standard-small/shadow03.gif +share/pysol/cardset-standard-small/shadow04.gif +share/pysol/cardset-standard-small/shadow05.gif +share/pysol/cardset-standard-small/shadow06.gif +share/pysol/cardset-standard-small/shadow07.gif +share/pysol/cardset-standard-small/shadow08.gif +share/pysol/cardset-standard-small/shadow09.gif +share/pysol/cardset-standard-small/shadow10.gif +share/pysol/cardset-standard-small/shadow11.gif +share/pysol/cardset-standard-small/shadow12.gif +share/pysol/cardset-standard-small/shadow13.gif +share/pysol/cardset-standard-small/config.txt +share/pysol/cardset-standard-small/COPYRIGHT +share/pysol/cardset-standard-tiny/01d.gif +share/pysol/cardset-standard-tiny/01h.gif +share/pysol/cardset-standard-tiny/02d.gif +share/pysol/cardset-standard-tiny/02h.gif +share/pysol/cardset-standard-tiny/03d.gif +share/pysol/cardset-standard-tiny/03h.gif +share/pysol/cardset-standard-tiny/04d.gif +share/pysol/cardset-standard-tiny/04h.gif +share/pysol/cardset-standard-tiny/05d.gif +share/pysol/cardset-standard-tiny/05h.gif +share/pysol/cardset-standard-tiny/06d.gif +share/pysol/cardset-standard-tiny/06h.gif +share/pysol/cardset-standard-tiny/07d.gif +share/pysol/cardset-standard-tiny/07h.gif +share/pysol/cardset-standard-tiny/08d.gif +share/pysol/cardset-standard-tiny/08h.gif +share/pysol/cardset-standard-tiny/09d.gif +share/pysol/cardset-standard-tiny/09h.gif +share/pysol/cardset-standard-tiny/10d.gif +share/pysol/cardset-standard-tiny/10h.gif +share/pysol/cardset-standard-tiny/11d.gif +share/pysol/cardset-standard-tiny/11h.gif +share/pysol/cardset-standard-tiny/12d.gif +share/pysol/cardset-standard-tiny/12h.gif +share/pysol/cardset-standard-tiny/13d.gif +share/pysol/cardset-standard-tiny/13h.gif +share/pysol/cardset-standard-tiny/01c.gif +share/pysol/cardset-standard-tiny/01s.gif +share/pysol/cardset-standard-tiny/02c.gif +share/pysol/cardset-standard-tiny/02s.gif +share/pysol/cardset-standard-tiny/03c.gif +share/pysol/cardset-standard-tiny/03s.gif +share/pysol/cardset-standard-tiny/04c.gif +share/pysol/cardset-standard-tiny/04s.gif +share/pysol/cardset-standard-tiny/05c.gif +share/pysol/cardset-standard-tiny/05s.gif +share/pysol/cardset-standard-tiny/06c.gif +share/pysol/cardset-standard-tiny/06s.gif +share/pysol/cardset-standard-tiny/07c.gif +share/pysol/cardset-standard-tiny/07s.gif +share/pysol/cardset-standard-tiny/08c.gif +share/pysol/cardset-standard-tiny/08s.gif +share/pysol/cardset-standard-tiny/09c.gif +share/pysol/cardset-standard-tiny/09s.gif +share/pysol/cardset-standard-tiny/10c.gif +share/pysol/cardset-standard-tiny/10s.gif +share/pysol/cardset-standard-tiny/11c.gif +share/pysol/cardset-standard-tiny/11s.gif +share/pysol/cardset-standard-tiny/12c.gif +share/pysol/cardset-standard-tiny/12s.gif +share/pysol/cardset-standard-tiny/13c.gif +share/pysol/cardset-standard-tiny/13s.gif +share/pysol/cardset-standard-tiny/back01.gif +share/pysol/cardset-standard-tiny/back02.gif +share/pysol/cardset-standard-tiny/back04.gif +share/pysol/cardset-standard-tiny/back05.gif +share/pysol/cardset-standard-tiny/back06.gif +share/pysol/cardset-standard-tiny/back07.gif +share/pysol/cardset-standard-tiny/back08.gif +share/pysol/cardset-standard-tiny/back09.gif +share/pysol/cardset-standard-tiny/back11.gif +share/pysol/cardset-standard-tiny/back12.gif +share/pysol/cardset-standard-tiny/back21.gif +share/pysol/cardset-standard-tiny/back22.gif +share/pysol/cardset-standard-tiny/back23.gif +share/pysol/cardset-standard-tiny/back24.gif +share/pysol/cardset-standard-tiny/back41.gif +share/pysol/cardset-standard-tiny/back51.gif +share/pysol/cardset-standard-tiny/bottom01.gif +share/pysol/cardset-standard-tiny/bottom02.gif +share/pysol/cardset-standard-tiny/bottom03.gif +share/pysol/cardset-standard-tiny/bottom04.gif +share/pysol/cardset-standard-tiny/bottom05.gif +share/pysol/cardset-standard-tiny/bottom06.gif +share/pysol/cardset-standard-tiny/bottom07.gif +share/pysol/cardset-standard-tiny/l01.gif +share/pysol/cardset-standard-tiny/l02.gif +share/pysol/cardset-standard-tiny/l03.gif +share/pysol/cardset-standard-tiny/l04.gif +share/pysol/cardset-standard-tiny/shade.gif +share/pysol/cardset-standard-tiny/shade01.gif +share/pysol/cardset-standard-tiny/shade02.gif +share/pysol/cardset-standard-tiny/shadow00.gif +share/pysol/cardset-standard-tiny/shadow01.gif +share/pysol/cardset-standard-tiny/shadow02.gif +share/pysol/cardset-standard-tiny/shadow03.gif +share/pysol/cardset-standard-tiny/shadow04.gif +share/pysol/cardset-standard-tiny/shadow05.gif +share/pysol/cardset-standard-tiny/shadow06.gif +share/pysol/cardset-standard-tiny/shadow07.gif +share/pysol/cardset-standard-tiny/shadow08.gif +share/pysol/cardset-standard-tiny/shadow09.gif +share/pysol/cardset-standard-tiny/shadow10.gif +share/pysol/cardset-standard-tiny/shadow11.gif +share/pysol/cardset-standard-tiny/shadow12.gif +share/pysol/cardset-standard-tiny/shadow13.gif +share/pysol/cardset-standard-tiny/config.txt +share/pysol/cardset-standard-tiny/COPYRIGHT +share/pysol/cardset-tksol/01d.gif +share/pysol/cardset-tksol/01h.gif +share/pysol/cardset-tksol/02d.gif +share/pysol/cardset-tksol/02h.gif +share/pysol/cardset-tksol/03d.gif +share/pysol/cardset-tksol/03h.gif +share/pysol/cardset-tksol/04d.gif +share/pysol/cardset-tksol/04h.gif +share/pysol/cardset-tksol/05d.gif +share/pysol/cardset-tksol/05h.gif +share/pysol/cardset-tksol/06d.gif +share/pysol/cardset-tksol/06h.gif +share/pysol/cardset-tksol/07d.gif +share/pysol/cardset-tksol/07h.gif +share/pysol/cardset-tksol/08d.gif +share/pysol/cardset-tksol/08h.gif +share/pysol/cardset-tksol/09d.gif +share/pysol/cardset-tksol/09h.gif +share/pysol/cardset-tksol/10d.gif +share/pysol/cardset-tksol/10h.gif +share/pysol/cardset-tksol/11d.gif +share/pysol/cardset-tksol/11h.gif +share/pysol/cardset-tksol/12d.gif +share/pysol/cardset-tksol/12h.gif +share/pysol/cardset-tksol/13d.gif +share/pysol/cardset-tksol/13h.gif share/pysol/cardset-tksol/01c.gif -share/pysol/cardset-tksol/01d.gif -share/pysol/cardset-tksol/01h.gif share/pysol/cardset-tksol/01s.gif share/pysol/cardset-tksol/02c.gif -share/pysol/cardset-tksol/02d.gif -share/pysol/cardset-tksol/02h.gif share/pysol/cardset-tksol/02s.gif share/pysol/cardset-tksol/03c.gif -share/pysol/cardset-tksol/03d.gif -share/pysol/cardset-tksol/03h.gif share/pysol/cardset-tksol/03s.gif share/pysol/cardset-tksol/04c.gif -share/pysol/cardset-tksol/04d.gif -share/pysol/cardset-tksol/04h.gif share/pysol/cardset-tksol/04s.gif share/pysol/cardset-tksol/05c.gif -share/pysol/cardset-tksol/05d.gif -share/pysol/cardset-tksol/05h.gif share/pysol/cardset-tksol/05s.gif share/pysol/cardset-tksol/06c.gif -share/pysol/cardset-tksol/06d.gif -share/pysol/cardset-tksol/06h.gif share/pysol/cardset-tksol/06s.gif share/pysol/cardset-tksol/07c.gif -share/pysol/cardset-tksol/07d.gif -share/pysol/cardset-tksol/07h.gif share/pysol/cardset-tksol/07s.gif share/pysol/cardset-tksol/08c.gif -share/pysol/cardset-tksol/08d.gif -share/pysol/cardset-tksol/08h.gif share/pysol/cardset-tksol/08s.gif share/pysol/cardset-tksol/09c.gif -share/pysol/cardset-tksol/09d.gif -share/pysol/cardset-tksol/09h.gif share/pysol/cardset-tksol/09s.gif share/pysol/cardset-tksol/10c.gif -share/pysol/cardset-tksol/10d.gif -share/pysol/cardset-tksol/10h.gif share/pysol/cardset-tksol/10s.gif share/pysol/cardset-tksol/11c.gif -share/pysol/cardset-tksol/11d.gif -share/pysol/cardset-tksol/11h.gif share/pysol/cardset-tksol/11s.gif share/pysol/cardset-tksol/12c.gif -share/pysol/cardset-tksol/12d.gif -share/pysol/cardset-tksol/12h.gif share/pysol/cardset-tksol/12s.gif share/pysol/cardset-tksol/13c.gif -share/pysol/cardset-tksol/13d.gif -share/pysol/cardset-tksol/13h.gif share/pysol/cardset-tksol/13s.gif -share/pysol/cardset-tksol/COPYRIGHT share/pysol/cardset-tksol/back01.gif share/pysol/cardset-tksol/back02.gif share/pysol/cardset-tksol/back03.gif @@ -855,12 +688,13 @@ share/pysol/cardset-tksol/bottom05.gif share/pysol/cardset-tksol/bottom06.gif share/pysol/cardset-tksol/bottom07.gif -share/pysol/cardset-tksol/config.txt share/pysol/cardset-tksol/l01.gif share/pysol/cardset-tksol/l02.gif share/pysol/cardset-tksol/l03.gif share/pysol/cardset-tksol/l04.gif share/pysol/cardset-tksol/shade.gif +share/pysol/cardset-tksol/shade01.gif +share/pysol/cardset-tksol/shade02.gif share/pysol/cardset-tksol/shadow00.gif share/pysol/cardset-tksol/shadow01.gif share/pysol/cardset-tksol/shadow02.gif @@ -875,59 +709,151 @@ share/pysol/cardset-tksol/shadow11.gif share/pysol/cardset-tksol/shadow12.gif share/pysol/cardset-tksol/shadow13.gif -share/pysol/cardset-xpat2-nox-large/01c.gif +share/pysol/cardset-tksol/config.txt +share/pysol/cardset-tksol/COPYRIGHT +share/pysol/cardset-xpat2/01d.gif +share/pysol/cardset-xpat2/01h.gif +share/pysol/cardset-xpat2/02d.gif +share/pysol/cardset-xpat2/02h.gif +share/pysol/cardset-xpat2/03d.gif +share/pysol/cardset-xpat2/03h.gif +share/pysol/cardset-xpat2/04d.gif +share/pysol/cardset-xpat2/04h.gif +share/pysol/cardset-xpat2/05d.gif +share/pysol/cardset-xpat2/05h.gif +share/pysol/cardset-xpat2/06d.gif +share/pysol/cardset-xpat2/06h.gif +share/pysol/cardset-xpat2/07d.gif +share/pysol/cardset-xpat2/07h.gif +share/pysol/cardset-xpat2/08d.gif +share/pysol/cardset-xpat2/08h.gif +share/pysol/cardset-xpat2/09d.gif +share/pysol/cardset-xpat2/09h.gif +share/pysol/cardset-xpat2/10d.gif +share/pysol/cardset-xpat2/10h.gif +share/pysol/cardset-xpat2/11d.gif +share/pysol/cardset-xpat2/11h.gif +share/pysol/cardset-xpat2/12d.gif +share/pysol/cardset-xpat2/12h.gif +share/pysol/cardset-xpat2/13d.gif +share/pysol/cardset-xpat2/13h.gif +share/pysol/cardset-xpat2/01c.gif +share/pysol/cardset-xpat2/01s.gif +share/pysol/cardset-xpat2/02c.gif +share/pysol/cardset-xpat2/02s.gif +share/pysol/cardset-xpat2/03c.gif +share/pysol/cardset-xpat2/03s.gif +share/pysol/cardset-xpat2/04c.gif +share/pysol/cardset-xpat2/04s.gif +share/pysol/cardset-xpat2/05c.gif +share/pysol/cardset-xpat2/05s.gif +share/pysol/cardset-xpat2/06c.gif +share/pysol/cardset-xpat2/06s.gif +share/pysol/cardset-xpat2/07c.gif +share/pysol/cardset-xpat2/07s.gif +share/pysol/cardset-xpat2/08c.gif +share/pysol/cardset-xpat2/08s.gif +share/pysol/cardset-xpat2/09c.gif +share/pysol/cardset-xpat2/09s.gif +share/pysol/cardset-xpat2/10c.gif +share/pysol/cardset-xpat2/10s.gif +share/pysol/cardset-xpat2/11c.gif +share/pysol/cardset-xpat2/11s.gif +share/pysol/cardset-xpat2/12c.gif +share/pysol/cardset-xpat2/12s.gif +share/pysol/cardset-xpat2/13c.gif +share/pysol/cardset-xpat2/13s.gif +share/pysol/cardset-xpat2/back11.gif +share/pysol/cardset-xpat2/back12.gif +share/pysol/cardset-xpat2/back21.gif +share/pysol/cardset-xpat2/back22.gif +share/pysol/cardset-xpat2/back23.gif +share/pysol/cardset-xpat2/back24.gif +share/pysol/cardset-xpat2/back41.gif +share/pysol/cardset-xpat2/back42.gif +share/pysol/cardset-xpat2/back43.gif +share/pysol/cardset-xpat2/bottom01.gif +share/pysol/cardset-xpat2/bottom02.gif +share/pysol/cardset-xpat2/bottom03.gif +share/pysol/cardset-xpat2/bottom04.gif +share/pysol/cardset-xpat2/bottom05.gif +share/pysol/cardset-xpat2/bottom06.gif +share/pysol/cardset-xpat2/bottom07.gif +share/pysol/cardset-xpat2/l01.gif +share/pysol/cardset-xpat2/l02.gif +share/pysol/cardset-xpat2/l03.gif +share/pysol/cardset-xpat2/l04.gif +share/pysol/cardset-xpat2/shade.gif +share/pysol/cardset-xpat2/shade01.gif +share/pysol/cardset-xpat2/shade02.gif +share/pysol/cardset-xpat2/shadow00.gif +share/pysol/cardset-xpat2/shadow01.gif +share/pysol/cardset-xpat2/shadow02.gif +share/pysol/cardset-xpat2/shadow03.gif +share/pysol/cardset-xpat2/shadow04.gif +share/pysol/cardset-xpat2/shadow05.gif +share/pysol/cardset-xpat2/shadow06.gif +share/pysol/cardset-xpat2/shadow07.gif +share/pysol/cardset-xpat2/shadow08.gif +share/pysol/cardset-xpat2/shadow09.gif +share/pysol/cardset-xpat2/shadow10.gif +share/pysol/cardset-xpat2/shadow11.gif +share/pysol/cardset-xpat2/shadow12.gif +share/pysol/cardset-xpat2/shadow13.gif +share/pysol/cardset-xpat2/config.txt +share/pysol/cardset-xpat2/COPYRIGHT share/pysol/cardset-xpat2-nox-large/01d.gif share/pysol/cardset-xpat2-nox-large/01h.gif -share/pysol/cardset-xpat2-nox-large/01s.gif -share/pysol/cardset-xpat2-nox-large/02c.gif share/pysol/cardset-xpat2-nox-large/02d.gif share/pysol/cardset-xpat2-nox-large/02h.gif -share/pysol/cardset-xpat2-nox-large/02s.gif -share/pysol/cardset-xpat2-nox-large/03c.gif share/pysol/cardset-xpat2-nox-large/03d.gif share/pysol/cardset-xpat2-nox-large/03h.gif -share/pysol/cardset-xpat2-nox-large/03s.gif -share/pysol/cardset-xpat2-nox-large/04c.gif share/pysol/cardset-xpat2-nox-large/04d.gif share/pysol/cardset-xpat2-nox-large/04h.gif -share/pysol/cardset-xpat2-nox-large/04s.gif -share/pysol/cardset-xpat2-nox-large/05c.gif share/pysol/cardset-xpat2-nox-large/05d.gif share/pysol/cardset-xpat2-nox-large/05h.gif -share/pysol/cardset-xpat2-nox-large/05s.gif -share/pysol/cardset-xpat2-nox-large/06c.gif share/pysol/cardset-xpat2-nox-large/06d.gif share/pysol/cardset-xpat2-nox-large/06h.gif -share/pysol/cardset-xpat2-nox-large/06s.gif -share/pysol/cardset-xpat2-nox-large/07c.gif share/pysol/cardset-xpat2-nox-large/07d.gif share/pysol/cardset-xpat2-nox-large/07h.gif -share/pysol/cardset-xpat2-nox-large/07s.gif -share/pysol/cardset-xpat2-nox-large/08c.gif share/pysol/cardset-xpat2-nox-large/08d.gif share/pysol/cardset-xpat2-nox-large/08h.gif -share/pysol/cardset-xpat2-nox-large/08s.gif -share/pysol/cardset-xpat2-nox-large/09c.gif share/pysol/cardset-xpat2-nox-large/09d.gif share/pysol/cardset-xpat2-nox-large/09h.gif -share/pysol/cardset-xpat2-nox-large/09s.gif -share/pysol/cardset-xpat2-nox-large/10c.gif share/pysol/cardset-xpat2-nox-large/10d.gif share/pysol/cardset-xpat2-nox-large/10h.gif -share/pysol/cardset-xpat2-nox-large/10s.gif -share/pysol/cardset-xpat2-nox-large/11c.gif share/pysol/cardset-xpat2-nox-large/11d.gif share/pysol/cardset-xpat2-nox-large/11h.gif -share/pysol/cardset-xpat2-nox-large/11s.gif -share/pysol/cardset-xpat2-nox-large/12c.gif share/pysol/cardset-xpat2-nox-large/12d.gif share/pysol/cardset-xpat2-nox-large/12h.gif -share/pysol/cardset-xpat2-nox-large/12s.gif -share/pysol/cardset-xpat2-nox-large/13c.gif share/pysol/cardset-xpat2-nox-large/13d.gif share/pysol/cardset-xpat2-nox-large/13h.gif +share/pysol/cardset-xpat2-nox-large/01c.gif +share/pysol/cardset-xpat2-nox-large/01s.gif +share/pysol/cardset-xpat2-nox-large/02c.gif +share/pysol/cardset-xpat2-nox-large/02s.gif +share/pysol/cardset-xpat2-nox-large/03c.gif +share/pysol/cardset-xpat2-nox-large/03s.gif +share/pysol/cardset-xpat2-nox-large/04c.gif +share/pysol/cardset-xpat2-nox-large/04s.gif +share/pysol/cardset-xpat2-nox-large/05c.gif +share/pysol/cardset-xpat2-nox-large/05s.gif +share/pysol/cardset-xpat2-nox-large/06c.gif +share/pysol/cardset-xpat2-nox-large/06s.gif +share/pysol/cardset-xpat2-nox-large/07c.gif +share/pysol/cardset-xpat2-nox-large/07s.gif +share/pysol/cardset-xpat2-nox-large/08c.gif +share/pysol/cardset-xpat2-nox-large/08s.gif +share/pysol/cardset-xpat2-nox-large/09c.gif +share/pysol/cardset-xpat2-nox-large/09s.gif +share/pysol/cardset-xpat2-nox-large/10c.gif +share/pysol/cardset-xpat2-nox-large/10s.gif +share/pysol/cardset-xpat2-nox-large/11c.gif +share/pysol/cardset-xpat2-nox-large/11s.gif +share/pysol/cardset-xpat2-nox-large/12c.gif +share/pysol/cardset-xpat2-nox-large/12s.gif +share/pysol/cardset-xpat2-nox-large/13c.gif share/pysol/cardset-xpat2-nox-large/13s.gif -share/pysol/cardset-xpat2-nox-large/COPYRIGHT share/pysol/cardset-xpat2-nox-large/back11.gif share/pysol/cardset-xpat2-nox-large/back12.gif share/pysol/cardset-xpat2-nox-large/back21.gif @@ -944,12 +870,13 @@ share/pysol/cardset-xpat2-nox-large/bottom05.gif share/pysol/cardset-xpat2-nox-large/bottom06.gif share/pysol/cardset-xpat2-nox-large/bottom07.gif -share/pysol/cardset-xpat2-nox-large/config.txt share/pysol/cardset-xpat2-nox-large/l01.gif share/pysol/cardset-xpat2-nox-large/l02.gif share/pysol/cardset-xpat2-nox-large/l03.gif share/pysol/cardset-xpat2-nox-large/l04.gif share/pysol/cardset-xpat2-nox-large/shade.gif +share/pysol/cardset-xpat2-nox-large/shade01.gif +share/pysol/cardset-xpat2-nox-large/shade02.gif share/pysol/cardset-xpat2-nox-large/shadow00.gif share/pysol/cardset-xpat2-nox-large/shadow01.gif share/pysol/cardset-xpat2-nox-large/shadow02.gif @@ -964,59 +891,60 @@ share/pysol/cardset-xpat2-nox-large/shadow11.gif share/pysol/cardset-xpat2-nox-large/shadow12.gif share/pysol/cardset-xpat2-nox-large/shadow13.gif -share/pysol/cardset-xpat2-nox-medium/01c.gif +share/pysol/cardset-xpat2-nox-large/config.txt +share/pysol/cardset-xpat2-nox-large/COPYRIGHT share/pysol/cardset-xpat2-nox-medium/01d.gif share/pysol/cardset-xpat2-nox-medium/01h.gif -share/pysol/cardset-xpat2-nox-medium/01s.gif -share/pysol/cardset-xpat2-nox-medium/02c.gif share/pysol/cardset-xpat2-nox-medium/02d.gif share/pysol/cardset-xpat2-nox-medium/02h.gif -share/pysol/cardset-xpat2-nox-medium/02s.gif -share/pysol/cardset-xpat2-nox-medium/03c.gif share/pysol/cardset-xpat2-nox-medium/03d.gif share/pysol/cardset-xpat2-nox-medium/03h.gif -share/pysol/cardset-xpat2-nox-medium/03s.gif -share/pysol/cardset-xpat2-nox-medium/04c.gif share/pysol/cardset-xpat2-nox-medium/04d.gif share/pysol/cardset-xpat2-nox-medium/04h.gif -share/pysol/cardset-xpat2-nox-medium/04s.gif -share/pysol/cardset-xpat2-nox-medium/05c.gif share/pysol/cardset-xpat2-nox-medium/05d.gif share/pysol/cardset-xpat2-nox-medium/05h.gif -share/pysol/cardset-xpat2-nox-medium/05s.gif -share/pysol/cardset-xpat2-nox-medium/06c.gif share/pysol/cardset-xpat2-nox-medium/06d.gif share/pysol/cardset-xpat2-nox-medium/06h.gif -share/pysol/cardset-xpat2-nox-medium/06s.gif -share/pysol/cardset-xpat2-nox-medium/07c.gif share/pysol/cardset-xpat2-nox-medium/07d.gif share/pysol/cardset-xpat2-nox-medium/07h.gif -share/pysol/cardset-xpat2-nox-medium/07s.gif -share/pysol/cardset-xpat2-nox-medium/08c.gif share/pysol/cardset-xpat2-nox-medium/08d.gif share/pysol/cardset-xpat2-nox-medium/08h.gif -share/pysol/cardset-xpat2-nox-medium/08s.gif -share/pysol/cardset-xpat2-nox-medium/09c.gif share/pysol/cardset-xpat2-nox-medium/09d.gif share/pysol/cardset-xpat2-nox-medium/09h.gif -share/pysol/cardset-xpat2-nox-medium/09s.gif -share/pysol/cardset-xpat2-nox-medium/10c.gif share/pysol/cardset-xpat2-nox-medium/10d.gif share/pysol/cardset-xpat2-nox-medium/10h.gif -share/pysol/cardset-xpat2-nox-medium/10s.gif -share/pysol/cardset-xpat2-nox-medium/11c.gif share/pysol/cardset-xpat2-nox-medium/11d.gif share/pysol/cardset-xpat2-nox-medium/11h.gif -share/pysol/cardset-xpat2-nox-medium/11s.gif -share/pysol/cardset-xpat2-nox-medium/12c.gif share/pysol/cardset-xpat2-nox-medium/12d.gif share/pysol/cardset-xpat2-nox-medium/12h.gif -share/pysol/cardset-xpat2-nox-medium/12s.gif -share/pysol/cardset-xpat2-nox-medium/13c.gif share/pysol/cardset-xpat2-nox-medium/13d.gif share/pysol/cardset-xpat2-nox-medium/13h.gif +share/pysol/cardset-xpat2-nox-medium/01c.gif +share/pysol/cardset-xpat2-nox-medium/01s.gif +share/pysol/cardset-xpat2-nox-medium/02c.gif +share/pysol/cardset-xpat2-nox-medium/02s.gif +share/pysol/cardset-xpat2-nox-medium/03c.gif +share/pysol/cardset-xpat2-nox-medium/03s.gif +share/pysol/cardset-xpat2-nox-medium/04c.gif +share/pysol/cardset-xpat2-nox-medium/04s.gif +share/pysol/cardset-xpat2-nox-medium/05c.gif +share/pysol/cardset-xpat2-nox-medium/05s.gif +share/pysol/cardset-xpat2-nox-medium/06c.gif +share/pysol/cardset-xpat2-nox-medium/06s.gif +share/pysol/cardset-xpat2-nox-medium/07c.gif +share/pysol/cardset-xpat2-nox-medium/07s.gif +share/pysol/cardset-xpat2-nox-medium/08c.gif +share/pysol/cardset-xpat2-nox-medium/08s.gif +share/pysol/cardset-xpat2-nox-medium/09c.gif +share/pysol/cardset-xpat2-nox-medium/09s.gif +share/pysol/cardset-xpat2-nox-medium/10c.gif +share/pysol/cardset-xpat2-nox-medium/10s.gif +share/pysol/cardset-xpat2-nox-medium/11c.gif +share/pysol/cardset-xpat2-nox-medium/11s.gif +share/pysol/cardset-xpat2-nox-medium/12c.gif +share/pysol/cardset-xpat2-nox-medium/12s.gif +share/pysol/cardset-xpat2-nox-medium/13c.gif share/pysol/cardset-xpat2-nox-medium/13s.gif -share/pysol/cardset-xpat2-nox-medium/COPYRIGHT share/pysol/cardset-xpat2-nox-medium/back11.gif share/pysol/cardset-xpat2-nox-medium/back12.gif share/pysol/cardset-xpat2-nox-medium/back21.gif @@ -1033,12 +961,13 @@ share/pysol/cardset-xpat2-nox-medium/bottom05.gif share/pysol/cardset-xpat2-nox-medium/bottom06.gif share/pysol/cardset-xpat2-nox-medium/bottom07.gif -share/pysol/cardset-xpat2-nox-medium/config.txt share/pysol/cardset-xpat2-nox-medium/l01.gif share/pysol/cardset-xpat2-nox-medium/l02.gif share/pysol/cardset-xpat2-nox-medium/l03.gif share/pysol/cardset-xpat2-nox-medium/l04.gif share/pysol/cardset-xpat2-nox-medium/shade.gif +share/pysol/cardset-xpat2-nox-medium/shade01.gif +share/pysol/cardset-xpat2-nox-medium/shade02.gif share/pysol/cardset-xpat2-nox-medium/shadow00.gif share/pysol/cardset-xpat2-nox-medium/shadow01.gif share/pysol/cardset-xpat2-nox-medium/shadow02.gif @@ -1053,59 +982,60 @@ share/pysol/cardset-xpat2-nox-medium/shadow11.gif share/pysol/cardset-xpat2-nox-medium/shadow12.gif share/pysol/cardset-xpat2-nox-medium/shadow13.gif -share/pysol/cardset-xpat2-nox-small/01c.gif +share/pysol/cardset-xpat2-nox-medium/config.txt +share/pysol/cardset-xpat2-nox-medium/COPYRIGHT share/pysol/cardset-xpat2-nox-small/01d.gif share/pysol/cardset-xpat2-nox-small/01h.gif -share/pysol/cardset-xpat2-nox-small/01s.gif -share/pysol/cardset-xpat2-nox-small/02c.gif share/pysol/cardset-xpat2-nox-small/02d.gif share/pysol/cardset-xpat2-nox-small/02h.gif -share/pysol/cardset-xpat2-nox-small/02s.gif -share/pysol/cardset-xpat2-nox-small/03c.gif share/pysol/cardset-xpat2-nox-small/03d.gif share/pysol/cardset-xpat2-nox-small/03h.gif +share/pysol/cardset-xpat2-nox-small/04d.gif +share/pysol/cardset-xpat2-nox-small/04h.gif +share/pysol/cardset-xpat2-nox-small/05d.gif +share/pysol/cardset-xpat2-nox-small/05h.gif +share/pysol/cardset-xpat2-nox-small/06d.gif +share/pysol/cardset-xpat2-nox-small/06h.gif +share/pysol/cardset-xpat2-nox-small/07d.gif +share/pysol/cardset-xpat2-nox-small/07h.gif +share/pysol/cardset-xpat2-nox-small/08d.gif +share/pysol/cardset-xpat2-nox-small/08h.gif +share/pysol/cardset-xpat2-nox-small/09d.gif +share/pysol/cardset-xpat2-nox-small/09h.gif +share/pysol/cardset-xpat2-nox-small/10d.gif +share/pysol/cardset-xpat2-nox-small/10h.gif +share/pysol/cardset-xpat2-nox-small/11d.gif +share/pysol/cardset-xpat2-nox-small/11h.gif +share/pysol/cardset-xpat2-nox-small/12d.gif +share/pysol/cardset-xpat2-nox-small/12h.gif +share/pysol/cardset-xpat2-nox-small/13d.gif +share/pysol/cardset-xpat2-nox-small/13h.gif +share/pysol/cardset-xpat2-nox-small/01c.gif +share/pysol/cardset-xpat2-nox-small/01s.gif +share/pysol/cardset-xpat2-nox-small/02c.gif +share/pysol/cardset-xpat2-nox-small/02s.gif +share/pysol/cardset-xpat2-nox-small/03c.gif share/pysol/cardset-xpat2-nox-small/03s.gif share/pysol/cardset-xpat2-nox-small/04c.gif -share/pysol/cardset-xpat2-nox-small/04d.gif -share/pysol/cardset-xpat2-nox-small/04h.gif share/pysol/cardset-xpat2-nox-small/04s.gif share/pysol/cardset-xpat2-nox-small/05c.gif -share/pysol/cardset-xpat2-nox-small/05d.gif -share/pysol/cardset-xpat2-nox-small/05h.gif share/pysol/cardset-xpat2-nox-small/05s.gif share/pysol/cardset-xpat2-nox-small/06c.gif -share/pysol/cardset-xpat2-nox-small/06d.gif -share/pysol/cardset-xpat2-nox-small/06h.gif share/pysol/cardset-xpat2-nox-small/06s.gif share/pysol/cardset-xpat2-nox-small/07c.gif -share/pysol/cardset-xpat2-nox-small/07d.gif -share/pysol/cardset-xpat2-nox-small/07h.gif share/pysol/cardset-xpat2-nox-small/07s.gif share/pysol/cardset-xpat2-nox-small/08c.gif -share/pysol/cardset-xpat2-nox-small/08d.gif -share/pysol/cardset-xpat2-nox-small/08h.gif share/pysol/cardset-xpat2-nox-small/08s.gif share/pysol/cardset-xpat2-nox-small/09c.gif -share/pysol/cardset-xpat2-nox-small/09d.gif -share/pysol/cardset-xpat2-nox-small/09h.gif share/pysol/cardset-xpat2-nox-small/09s.gif share/pysol/cardset-xpat2-nox-small/10c.gif -share/pysol/cardset-xpat2-nox-small/10d.gif -share/pysol/cardset-xpat2-nox-small/10h.gif share/pysol/cardset-xpat2-nox-small/10s.gif share/pysol/cardset-xpat2-nox-small/11c.gif -share/pysol/cardset-xpat2-nox-small/11d.gif -share/pysol/cardset-xpat2-nox-small/11h.gif share/pysol/cardset-xpat2-nox-small/11s.gif share/pysol/cardset-xpat2-nox-small/12c.gif -share/pysol/cardset-xpat2-nox-small/12d.gif -share/pysol/cardset-xpat2-nox-small/12h.gif share/pysol/cardset-xpat2-nox-small/12s.gif share/pysol/cardset-xpat2-nox-small/13c.gif -share/pysol/cardset-xpat2-nox-small/13d.gif -share/pysol/cardset-xpat2-nox-small/13h.gif share/pysol/cardset-xpat2-nox-small/13s.gif -share/pysol/cardset-xpat2-nox-small/COPYRIGHT share/pysol/cardset-xpat2-nox-small/back11.gif share/pysol/cardset-xpat2-nox-small/back12.gif share/pysol/cardset-xpat2-nox-small/back21.gif @@ -1122,12 +1052,13 @@ share/pysol/cardset-xpat2-nox-small/bottom05.gif share/pysol/cardset-xpat2-nox-small/bottom06.gif share/pysol/cardset-xpat2-nox-small/bottom07.gif -share/pysol/cardset-xpat2-nox-small/config.txt share/pysol/cardset-xpat2-nox-small/l01.gif share/pysol/cardset-xpat2-nox-small/l02.gif share/pysol/cardset-xpat2-nox-small/l03.gif share/pysol/cardset-xpat2-nox-small/l04.gif share/pysol/cardset-xpat2-nox-small/shade.gif +share/pysol/cardset-xpat2-nox-small/shade01.gif +share/pysol/cardset-xpat2-nox-small/shade02.gif share/pysol/cardset-xpat2-nox-small/shadow00.gif share/pysol/cardset-xpat2-nox-small/shadow01.gif share/pysol/cardset-xpat2-nox-small/shadow02.gif @@ -1142,59 +1073,60 @@ share/pysol/cardset-xpat2-nox-small/shadow11.gif share/pysol/cardset-xpat2-nox-small/shadow12.gif share/pysol/cardset-xpat2-nox-small/shadow13.gif -share/pysol/cardset-xpat2-nox-tiny/01c.gif +share/pysol/cardset-xpat2-nox-small/config.txt +share/pysol/cardset-xpat2-nox-small/COPYRIGHT share/pysol/cardset-xpat2-nox-tiny/01d.gif share/pysol/cardset-xpat2-nox-tiny/01h.gif -share/pysol/cardset-xpat2-nox-tiny/01s.gif -share/pysol/cardset-xpat2-nox-tiny/02c.gif share/pysol/cardset-xpat2-nox-tiny/02d.gif share/pysol/cardset-xpat2-nox-tiny/02h.gif -share/pysol/cardset-xpat2-nox-tiny/02s.gif -share/pysol/cardset-xpat2-nox-tiny/03c.gif share/pysol/cardset-xpat2-nox-tiny/03d.gif share/pysol/cardset-xpat2-nox-tiny/03h.gif -share/pysol/cardset-xpat2-nox-tiny/03s.gif -share/pysol/cardset-xpat2-nox-tiny/04c.gif share/pysol/cardset-xpat2-nox-tiny/04d.gif share/pysol/cardset-xpat2-nox-tiny/04h.gif -share/pysol/cardset-xpat2-nox-tiny/04s.gif -share/pysol/cardset-xpat2-nox-tiny/05c.gif share/pysol/cardset-xpat2-nox-tiny/05d.gif share/pysol/cardset-xpat2-nox-tiny/05h.gif -share/pysol/cardset-xpat2-nox-tiny/05s.gif -share/pysol/cardset-xpat2-nox-tiny/06c.gif share/pysol/cardset-xpat2-nox-tiny/06d.gif share/pysol/cardset-xpat2-nox-tiny/06h.gif -share/pysol/cardset-xpat2-nox-tiny/06s.gif -share/pysol/cardset-xpat2-nox-tiny/07c.gif share/pysol/cardset-xpat2-nox-tiny/07d.gif share/pysol/cardset-xpat2-nox-tiny/07h.gif -share/pysol/cardset-xpat2-nox-tiny/07s.gif -share/pysol/cardset-xpat2-nox-tiny/08c.gif share/pysol/cardset-xpat2-nox-tiny/08d.gif share/pysol/cardset-xpat2-nox-tiny/08h.gif -share/pysol/cardset-xpat2-nox-tiny/08s.gif -share/pysol/cardset-xpat2-nox-tiny/09c.gif share/pysol/cardset-xpat2-nox-tiny/09d.gif share/pysol/cardset-xpat2-nox-tiny/09h.gif -share/pysol/cardset-xpat2-nox-tiny/09s.gif -share/pysol/cardset-xpat2-nox-tiny/10c.gif share/pysol/cardset-xpat2-nox-tiny/10d.gif share/pysol/cardset-xpat2-nox-tiny/10h.gif -share/pysol/cardset-xpat2-nox-tiny/10s.gif -share/pysol/cardset-xpat2-nox-tiny/11c.gif share/pysol/cardset-xpat2-nox-tiny/11d.gif share/pysol/cardset-xpat2-nox-tiny/11h.gif -share/pysol/cardset-xpat2-nox-tiny/11s.gif -share/pysol/cardset-xpat2-nox-tiny/12c.gif share/pysol/cardset-xpat2-nox-tiny/12d.gif share/pysol/cardset-xpat2-nox-tiny/12h.gif -share/pysol/cardset-xpat2-nox-tiny/12s.gif -share/pysol/cardset-xpat2-nox-tiny/13c.gif share/pysol/cardset-xpat2-nox-tiny/13d.gif share/pysol/cardset-xpat2-nox-tiny/13h.gif +share/pysol/cardset-xpat2-nox-tiny/01c.gif +share/pysol/cardset-xpat2-nox-tiny/01s.gif +share/pysol/cardset-xpat2-nox-tiny/02c.gif +share/pysol/cardset-xpat2-nox-tiny/02s.gif +share/pysol/cardset-xpat2-nox-tiny/03c.gif +share/pysol/cardset-xpat2-nox-tiny/03s.gif +share/pysol/cardset-xpat2-nox-tiny/04c.gif +share/pysol/cardset-xpat2-nox-tiny/04s.gif +share/pysol/cardset-xpat2-nox-tiny/05c.gif +share/pysol/cardset-xpat2-nox-tiny/05s.gif +share/pysol/cardset-xpat2-nox-tiny/06c.gif +share/pysol/cardset-xpat2-nox-tiny/06s.gif +share/pysol/cardset-xpat2-nox-tiny/07c.gif +share/pysol/cardset-xpat2-nox-tiny/07s.gif +share/pysol/cardset-xpat2-nox-tiny/08c.gif +share/pysol/cardset-xpat2-nox-tiny/08s.gif +share/pysol/cardset-xpat2-nox-tiny/09c.gif +share/pysol/cardset-xpat2-nox-tiny/09s.gif +share/pysol/cardset-xpat2-nox-tiny/10c.gif +share/pysol/cardset-xpat2-nox-tiny/10s.gif +share/pysol/cardset-xpat2-nox-tiny/11c.gif +share/pysol/cardset-xpat2-nox-tiny/11s.gif +share/pysol/cardset-xpat2-nox-tiny/12c.gif +share/pysol/cardset-xpat2-nox-tiny/12s.gif +share/pysol/cardset-xpat2-nox-tiny/13c.gif share/pysol/cardset-xpat2-nox-tiny/13s.gif -share/pysol/cardset-xpat2-nox-tiny/COPYRIGHT share/pysol/cardset-xpat2-nox-tiny/back11.gif share/pysol/cardset-xpat2-nox-tiny/back12.gif share/pysol/cardset-xpat2-nox-tiny/back21.gif @@ -1211,12 +1143,13 @@ share/pysol/cardset-xpat2-nox-tiny/bottom05.gif share/pysol/cardset-xpat2-nox-tiny/bottom06.gif share/pysol/cardset-xpat2-nox-tiny/bottom07.gif -share/pysol/cardset-xpat2-nox-tiny/config.txt share/pysol/cardset-xpat2-nox-tiny/l01.gif share/pysol/cardset-xpat2-nox-tiny/l02.gif share/pysol/cardset-xpat2-nox-tiny/l03.gif share/pysol/cardset-xpat2-nox-tiny/l04.gif share/pysol/cardset-xpat2-nox-tiny/shade.gif +share/pysol/cardset-xpat2-nox-tiny/shade01.gif +share/pysol/cardset-xpat2-nox-tiny/shade02.gif share/pysol/cardset-xpat2-nox-tiny/shadow00.gif share/pysol/cardset-xpat2-nox-tiny/shadow01.gif share/pysol/cardset-xpat2-nox-tiny/shadow02.gif @@ -1231,241 +1164,23 @@ share/pysol/cardset-xpat2-nox-tiny/shadow11.gif share/pysol/cardset-xpat2-nox-tiny/shadow12.gif share/pysol/cardset-xpat2-nox-tiny/shadow13.gif -share/pysol/cardset-xpat2/01c.gif -share/pysol/cardset-xpat2/01d.gif -share/pysol/cardset-xpat2/01h.gif -share/pysol/cardset-xpat2/01s.gif -share/pysol/cardset-xpat2/02c.gif -share/pysol/cardset-xpat2/02d.gif -share/pysol/cardset-xpat2/02h.gif -share/pysol/cardset-xpat2/02s.gif -share/pysol/cardset-xpat2/03c.gif -share/pysol/cardset-xpat2/03d.gif -share/pysol/cardset-xpat2/03h.gif -share/pysol/cardset-xpat2/03s.gif -share/pysol/cardset-xpat2/04c.gif -share/pysol/cardset-xpat2/04d.gif -share/pysol/cardset-xpat2/04h.gif -share/pysol/cardset-xpat2/04s.gif -share/pysol/cardset-xpat2/05c.gif -share/pysol/cardset-xpat2/05d.gif -share/pysol/cardset-xpat2/05h.gif -share/pysol/cardset-xpat2/05s.gif -share/pysol/cardset-xpat2/06c.gif -share/pysol/cardset-xpat2/06d.gif -share/pysol/cardset-xpat2/06h.gif -share/pysol/cardset-xpat2/06s.gif -share/pysol/cardset-xpat2/07c.gif -share/pysol/cardset-xpat2/07d.gif -share/pysol/cardset-xpat2/07h.gif -share/pysol/cardset-xpat2/07s.gif -share/pysol/cardset-xpat2/08c.gif -share/pysol/cardset-xpat2/08d.gif -share/pysol/cardset-xpat2/08h.gif -share/pysol/cardset-xpat2/08s.gif -share/pysol/cardset-xpat2/09c.gif -share/pysol/cardset-xpat2/09d.gif -share/pysol/cardset-xpat2/09h.gif -share/pysol/cardset-xpat2/09s.gif -share/pysol/cardset-xpat2/10c.gif -share/pysol/cardset-xpat2/10d.gif -share/pysol/cardset-xpat2/10h.gif -share/pysol/cardset-xpat2/10s.gif -share/pysol/cardset-xpat2/11c.gif -share/pysol/cardset-xpat2/11d.gif -share/pysol/cardset-xpat2/11h.gif -share/pysol/cardset-xpat2/11s.gif -share/pysol/cardset-xpat2/12c.gif -share/pysol/cardset-xpat2/12d.gif -share/pysol/cardset-xpat2/12h.gif -share/pysol/cardset-xpat2/12s.gif -share/pysol/cardset-xpat2/13c.gif -share/pysol/cardset-xpat2/13d.gif -share/pysol/cardset-xpat2/13h.gif -share/pysol/cardset-xpat2/13s.gif -share/pysol/cardset-xpat2/COPYRIGHT -share/pysol/cardset-xpat2/back11.gif -share/pysol/cardset-xpat2/back12.gif -share/pysol/cardset-xpat2/back21.gif -share/pysol/cardset-xpat2/back22.gif -share/pysol/cardset-xpat2/back23.gif -share/pysol/cardset-xpat2/back24.gif -share/pysol/cardset-xpat2/back41.gif -share/pysol/cardset-xpat2/back42.gif -share/pysol/cardset-xpat2/back43.gif -share/pysol/cardset-xpat2/bottom01.gif -share/pysol/cardset-xpat2/bottom02.gif -share/pysol/cardset-xpat2/bottom03.gif -share/pysol/cardset-xpat2/bottom04.gif -share/pysol/cardset-xpat2/bottom05.gif -share/pysol/cardset-xpat2/bottom06.gif -share/pysol/cardset-xpat2/bottom07.gif -share/pysol/cardset-xpat2/config.txt -share/pysol/cardset-xpat2/l01.gif -share/pysol/cardset-xpat2/l02.gif -share/pysol/cardset-xpat2/l03.gif -share/pysol/cardset-xpat2/l04.gif -share/pysol/cardset-xpat2/shade.gif -share/pysol/cardset-xpat2/shadow00.gif -share/pysol/cardset-xpat2/shadow01.gif -share/pysol/cardset-xpat2/shadow02.gif -share/pysol/cardset-xpat2/shadow03.gif -share/pysol/cardset-xpat2/shadow04.gif -share/pysol/cardset-xpat2/shadow05.gif -share/pysol/cardset-xpat2/shadow06.gif -share/pysol/cardset-xpat2/shadow07.gif -share/pysol/cardset-xpat2/shadow08.gif -share/pysol/cardset-xpat2/shadow09.gif -share/pysol/cardset-xpat2/shadow10.gif -share/pysol/cardset-xpat2/shadow11.gif -share/pysol/cardset-xpat2/shadow12.gif -share/pysol/cardset-xpat2/shadow13.gif -share/pysol/cardset-xskat-large/01c.gif -share/pysol/cardset-xskat-large/01d.gif -share/pysol/cardset-xskat-large/01h.gif -share/pysol/cardset-xskat-large/01s.gif -share/pysol/cardset-xskat-large/07c.gif -share/pysol/cardset-xskat-large/07d.gif -share/pysol/cardset-xskat-large/07h.gif -share/pysol/cardset-xskat-large/07s.gif -share/pysol/cardset-xskat-large/08c.gif -share/pysol/cardset-xskat-large/08d.gif -share/pysol/cardset-xskat-large/08h.gif -share/pysol/cardset-xskat-large/08s.gif -share/pysol/cardset-xskat-large/09c.gif -share/pysol/cardset-xskat-large/09d.gif -share/pysol/cardset-xskat-large/09h.gif -share/pysol/cardset-xskat-large/09s.gif -share/pysol/cardset-xskat-large/10c.gif -share/pysol/cardset-xskat-large/10d.gif -share/pysol/cardset-xskat-large/10h.gif -share/pysol/cardset-xskat-large/10s.gif -share/pysol/cardset-xskat-large/11c.gif -share/pysol/cardset-xskat-large/11d.gif -share/pysol/cardset-xskat-large/11h.gif -share/pysol/cardset-xskat-large/11s.gif -share/pysol/cardset-xskat-large/12c.gif -share/pysol/cardset-xskat-large/12d.gif -share/pysol/cardset-xskat-large/12h.gif -share/pysol/cardset-xskat-large/12s.gif -share/pysol/cardset-xskat-large/13c.gif -share/pysol/cardset-xskat-large/13d.gif -share/pysol/cardset-xskat-large/13h.gif -share/pysol/cardset-xskat-large/13s.gif -share/pysol/cardset-xskat-large/COPYRIGHT -share/pysol/cardset-xskat-large/back01.gif -share/pysol/cardset-xskat-large/back11.gif -share/pysol/cardset-xskat-large/back12.gif -share/pysol/cardset-xskat-large/back21.gif -share/pysol/cardset-xskat-large/back22.gif -share/pysol/cardset-xskat-large/back23.gif -share/pysol/cardset-xskat-large/back24.gif -share/pysol/cardset-xskat-large/bottom01.gif -share/pysol/cardset-xskat-large/bottom02.gif -share/pysol/cardset-xskat-large/bottom03.gif -share/pysol/cardset-xskat-large/bottom04.gif -share/pysol/cardset-xskat-large/bottom05.gif -share/pysol/cardset-xskat-large/bottom06.gif -share/pysol/cardset-xskat-large/bottom07.gif -share/pysol/cardset-xskat-large/config.txt -share/pysol/cardset-xskat-large/l01.gif -share/pysol/cardset-xskat-large/l02.gif -share/pysol/cardset-xskat-large/l03.gif -share/pysol/cardset-xskat-large/l04.gif -share/pysol/cardset-xskat-large/shade.gif -share/pysol/cardset-xskat-large/shadow00.gif -share/pysol/cardset-xskat-large/shadow01.gif -share/pysol/cardset-xskat-large/shadow02.gif -share/pysol/cardset-xskat-large/shadow03.gif -share/pysol/cardset-xskat-large/shadow04.gif -share/pysol/cardset-xskat-large/shadow05.gif -share/pysol/cardset-xskat-large/shadow06.gif -share/pysol/cardset-xskat-large/shadow07.gif -share/pysol/cardset-xskat-large/shadow08.gif -share/pysol/cardset-xskat-large/shadow09.gif -share/pysol/cardset-xskat-large/shadow10.gif -share/pysol/cardset-xskat-large/shadow11.gif -share/pysol/cardset-xskat-large/shadow12.gif -share/pysol/cardset-xskat-large/shadow13.gif -share/pysol/html/credits.html -share/pysol/html/general_rules.html -share/pysol/html/gpl.html -share/pysol/html/index.html -share/pysol/html/installation.html -share/pysol/html/introduction.html -share/pysol/html/rules_8x8.html -share/pysol/html/rules_braid.html -share/pysol/html/rules_divorce.html -share/pysol/html/rules_eiffeltower.html -share/pysol/html/rules_fortythieves.html -share/pysol/html/rules_freecell.html -share/pysol/html/rules_gypsy.html -share/pysol/html/rules_harp.html -share/pysol/html/rules_irmgard.html -share/pysol/html/rules_klondike.html -share/pysol/html/rules_matriarchy.html -share/pysol/html/rules_picturegallery.html -share/pysol/html/rules_seahaventowers.html -share/pysol/html/rules_spider.html -share/pysol/html/todo.html -share/pysol/html/usage.html -share/pysol/images/jester01.gif -share/pysol/images/jester02.gif -share/pysol/images/jester03.gif -share/pysol/plugins/calculation.py -share/pysol/plugins/canfield.py -share/pysol/plugins/eightoff.py -share/pysol/plugins/golf.py -share/pysol/plugins/grandfathersclock.py -share/pysol/plugins/numerica.py -share/pysol/plugins/rules_calculation.html -share/pysol/plugins/rules_canfield.html -share/pysol/plugins/rules_eightoff.html -share/pysol/plugins/rules_golf.html -share/pysol/plugins/rules_grandfathersclock.html -share/pysol/plugins/rules_numerica.html -share/pysol/pysol.xbm -share/pysol/pysol.xpm -share/pysol/python.gif -share/pysol/tiles/Atari_Classic.gif -share/pysol/tiles/Chequered_Field.gif -share/pysol/tiles/Fade_Blue-ffffff.ppm -share/pysol/tiles/Fade_Green.ppm -share/pysol/tiles/Fade_Red.ppm -share/pysol/tiles/Funky_Rainbow.ppm -share/pysol/tiles/Olive_Fossils.gif -share/pysol/tiles/Orange_Ornaments.gif -share/pysol/tiles/RGB_Rainbow.ppm -share/pysol/toolbar/auto.gif -share/pysol/toolbar/exit.gif -share/pysol/toolbar/new.gif -share/pysol/toolbar/open.gif -share/pysol/toolbar/quit.gif -share/pysol/toolbar/redo.gif -share/pysol/toolbar/restart.gif -share/pysol/toolbar/rules.gif -share/pysol/toolbar/save.gif -share/pysol/toolbar/stats.gif -share/pysol/toolbar/undo.gif -@dirrm share/pysol/toolbar -@dirrm share/pysol/tiles -@dirrm share/pysol/plugins -@dirrm share/pysol/images -@dirrm share/pysol/html -@dirrm share/pysol/cardset-xskat-large -@dirrm share/pysol/cardset-xpat2-nox-tiny -@dirrm share/pysol/cardset-xpat2-nox-small -@dirrm share/pysol/cardset-xpat2-nox-medium -@dirrm share/pysol/cardset-xpat2-nox-large -@dirrm share/pysol/cardset-xpat2 -@dirrm share/pysol/cardset-tksol -@dirrm share/pysol/cardset-standard -@dirrm share/pysol/cardset-pysol-xlarge -@dirrm share/pysol/cardset-pysol-tiny -@dirrm share/pysol/cardset-pysol-small -@dirrm share/pysol/cardset-pysol-medium -@dirrm share/pysol/cardset-pysol-large -@dirrm share/pysol/cardset-penguins -@dirrm share/pysol/cardset-patience +share/pysol/cardset-xpat2-nox-tiny/config.txt +share/pysol/cardset-xpat2-nox-tiny/COPYRIGHT @dirrm share/pysol/cardset-aisleriot +@dirrm share/pysol/cardset-patience +@dirrm share/pysol/cardset-penguins +@dirrm share/pysol/cardset-standard +@dirrm share/pysol/cardset-standard-small +@dirrm share/pysol/cardset-standard-tiny +@dirrm share/pysol/cardset-tksol +@dirrm share/pysol/cardset-xpat2 +@dirrm share/pysol/cardset-xpat2-nox-large +@dirrm share/pysol/cardset-xpat2-nox-medium +@dirrm share/pysol/cardset-xpat2-nox-small +@dirrm share/pysol/cardset-xpat2-nox-tiny +@dirrm share/pysol/html +@dirrm share/pysol/images +@dirrm share/pysol/plugins +@dirrm share/pysol/tiles +@dirrm share/pysol/toolbar @dirrm share/pysol >Release-Note: >Audit-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 12 12: 5:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DF5B15596; Mon, 12 Apr 1999 12:05:51 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA46979; Mon, 12 Apr 1999 12:03:33 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Date: Mon, 12 Apr 1999 12:03:33 -0700 (PDT) From: Message-Id: <199904121903.MAA46979@freefall.freebsd.org> To: plm@xs4all.nl, nectar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10952: imlib in ports is not built correctly Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: imlib in ports is not built correctly State-Changed-From-To: feedback->closed State-Changed-By: nectar State-Changed-When: Mon Apr 12 12:02:31 PDT 1999 State-Changed-Why: User reports the problem is gone. This was likely a dependency issue from before imlib's library version number was bumped. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 12 14:11:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A7F214E13; Mon, 12 Apr 1999 14:11:25 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA86549; Mon, 12 Apr 1999 14:09:07 -0700 (PDT) (envelope-from asami@FreeBSD.org) Date: Mon, 12 Apr 1999 14:09:07 -0700 (PDT) From: Message-Id: <199904122109.OAA86549@freefall.freebsd.org> To: lowell@ironbridgenetworks.com, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10735: new ports categories haven't been added to example cvsup files Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new ports categories haven't been added to example cvsup files State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Mon Apr 12 14:06:49 PDT 1999 State-Changed-Why: I already fixed this in response to another PR, forgot to close this one. 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 12 14:42:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 52D1815542 for ; Mon, 12 Apr 1999 14:42:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA90413; Mon, 12 Apr 1999 14:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B064E15593; Mon, 12 Apr 1999 14:39:15 -0700 (PDT) Message-Id: <19990412213915.B064E15593@hub.freebsd.org> Date: Mon, 12 Apr 1999 14:39:15 -0700 (PDT) From: ozz@FreeBSD.org.ru To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11101: New port cpbk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11101 >Category: ports >Synopsis: New port cpbk >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 12 14:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Osokin Sergey aka oZZ >Release: 4.0-CURRENT >Organization: >Environment: 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Fri Apr 9 10:30:45 MSD 1999 >Description: New port cpbk >How-To-Repeat: >Fix: begin 644 cpbk.tar.gz M'XL(``5=$C<``^U:ZW/B.!+/5_Q7=%7R`28\;(,QX293(4!FN>&1PIF=W:VK MHHPMP(NQO'XD87;G?[^6'!O(/)+9#6S=K7X)QI):W:V6U%(+6?YT63G:+Z`F MZYH&1P"*KLG;WRED@+HNUVI:M5JM8[&LU.0CT/:L%T<<1F8`<$1#\PDZ$H2' M4.BPL%C_#\PEF3DNV9,,19;KM=I7^U^1ZVK6__6ZCCF*+E>/0-Z3/COXA_?_ M,0S)'?@TB$*PJ.L2*W*H!ZN'$0$S&C2!#1+I&'Y$"[#"@/P6.P&QFSFU+&-^ MQXP(6`'!+\S+*2JT_,!Q03D[.\/B#PNZPNR<08(Y6<,HI$O'`W-I`OWE%WA- M/WZ\N`H(N30Z91K,RT'\1CK&:B<]NPGIR"S>@E*6%KTC)MA:]`]SS&52TR]=NNF^W8T[G6-\URX#N/(<4-IT#)NNN.) MT;MAV8LH\IN5BD_\LD&3`_XCY7(S3K&BUL(LKU#]*##OR)03 M^?&TXCI>?)^02\B\-[S!3W=\GON\<:Q\J)SGN(9EA:7:H\'UN&L8W&QHWK7Y_O1VW!I_@Y/?\2\A$.ALC(]]E$DJ>QXEAO;!%Y/ M0[O,A@@V_8WT=X]8@9<$'[-LAH7[VP4\?_VO*9HL,_^O5L7Z?Q!L]?_*WI/! MGUC_`71ET_\J[_^ZKHGU_Q`8=#3(IXME&4V!JT$!SF':(*2F*[9EZ6;#K!.< MF(U&K=%0-)OH>K4AEH'_#_#Y[YN1M=C?"O`=_E^3]1J;_UI=%_[_$-CI?_Y= M,K]MB._'$_Y?5>5ZVO\U16'^OZIJ(OX["$JE4A9D883BS',W,8$AQ7A+Q\B\ MJ6"(565A5T,Z/3W-2',#C`,QRH,D$&/_C23>N[B`DJH4:SJX5HX%2!]E,VM>7 M[["$>+8SDTJ[8HS8PZ]OR($O"OI,CC'JJ_5$4JDSF1@WG?9D\A69+0R]OK=E MGPE$)ES<5V3\<%UZ_P)2?KA^_],S6]5G8?%?E]CO#=]_LV6],3=?NIJTV^G; M@\@TN2-Y.S-3`,=+:;Y;MM&#B=E1XW2K7:<[`^3T$=97CIW7()$?T#F;-NEK$U]&E__F MH_DDWVXS1M=OV;.?BBG1E#BE1>T?B$N],GXJ<1A4TK.`9]7'/\LEIM=$S4[R MXP$K:N,T'VZ:LU-#;";_-GQI_9^^L(RGSG_KJK+9_]6K?/VOU\3Z?PBP]=^B MWLR9EQ>/UG\9Y&I3J[$CUFS]3TD?K?]5!3<*F_5?+ZHJG/(G\TZ.%\%JZ5$; M(TWJA1%8"S3Y*QQMBV)22&U2!)O<3B+V="Q2^)<$QXF3Q=7VV)EA_LSQ"++8 M+*L%^.,/R*?+>9)*U\`DE:U523)SX`7I].5Y\F3FV-$-'R?\X6HR&'6ZO)63 MB+7+#:N0.!XG3,3E,:<(DYYQV6\-><=M-P@K M0[:SVM6J]57C<=M$@66&Q%KYN^93BK"35G=L>.#Y_R7_;[VPC*?._U0MB_]K M]:K*_7]-Q'\'`?/_KN,M,^^_B&%D1:">@7S65,Z:JK+Q_@GAX]BOT:S6-KY? M*5;A%.,_YOFW9F.X#BN1LWJ8D%EVEB5!Y16HT,&TQWYD-%W`Z&&)#YPHKRIB MA[@G)/-_.=_G'9#O./^KUU6-W0C0U9HX_SL$LOYOCP:#[O!F'S*>_/U'S<[_ MZCKW_ZHL[G\FM8Q]:%-_#2PF#\S5JBR\[3\&V?SO=(WV>#\RGHK_=5U+ MYS_Z?7[_JZ[H8OX?`FC_;1?@A#`U0\A.ZB="LHH<*TAEXY`YH('FX)27WN%=D M98D*CL?Y3'GK4.S-`AN'S&(WXH6A>?.:=N#<$JQX M&3MNQ"(ZRK-#]NO$@V9,`Z8R,I*8)HEDIEN1F=+D&2AT16]Q0XLFM(B-U9!I M;Y:6,`S9:F;:,RU&=WYXJLJZ3$%EQ&JC/K[;O`B2)4F0881[LD2IM@4\;;3$;2XV&1 M*%R$A7E+N'#JL_MHL>=$:S:XD'<8T0!YL9N%$`5FN("IXY6EGVD,%NKGDJ0J M-CV$2PA]-@&01N)6X`Q1;M)]S`K\I#PUZI;F4BN.V.7+=V@#CP5# M=FBNX?723=XN=J\AOI&NT2#$;J;W*Q]N6W[SFN71EO^_[O>,O>S^GK'_P_@Q MO?^KL[V@HFBZ./\]"'"H\6N@4GKORelease-Note: >Audit-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 12 16:22:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C04AD14D5E for ; Mon, 12 Apr 1999 16:22:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA14123; Mon, 12 Apr 1999 16:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 12 Apr 1999 16:20:03 -0700 (PDT) Message-Id: <199904122320.QAA14123@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/11077: Update port: bitchx (75p1 -> 75p3) Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11077; it has been noted by GNATS. From: Chris Piazza To: freebsd-gnats-submit@FreeBSD.org, cpiazza@home.net Cc: Subject: Re: ports/11077: Update port: bitchx (75p1 -> 75p3) Date: Sun, 11 Apr 1999 01:43:50 -0700 (PDT) Of course, I forgot to include patch-ad, so here it is: Index: bitchx/patches/patch-ad =================================================================== RCS file: patch-ad diff -N patch-ad --- /dev/null Sun Apr 11 01:39:17 1999 +++ patch-ad Sun Apr 11 01:41:47 1999 @@ -0,0 +1,13 @@ +--- include/color.h.orig Sun Apr 11 01:40:51 1999 ++++ include/color.h Sun Apr 11 01:41:11 1999 +@@ -707,8 +707,8 @@ + + #define DEFAULT_FORMAT_NICK_MSG_FSET "$0 $1 $2-" + +-#define DEFAULT_FORMAT_NICK_COMP_FSET "$0\002:\002$1-" +-#define DEFAULT_FORMAT_NICK_AUTO_FSET "$0\002:\002$1-" ++#define DEFAULT_FORMAT_NICK_COMP_FSET "$0:$1-" ++#define DEFAULT_FORMAT_NICK_AUTO_FSET "$0:$1-" + + #define DEFAULT_FORMAT_STATUS_FSET "%4%W$0-" + #define DEFAULT_FORMAT_STATUS1_FSET "%4%W$0-" --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 12 16:22:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EB8114F1E for ; Mon, 12 Apr 1999 16:22:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA14133; Mon, 12 Apr 1999 16:20:03 -0700 (PDT) (envelope-from gnats@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 AE45314D5E for ; Mon, 12 Apr 1999 16:21:58 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 6944F161E; Sun, 11 Apr 1999 10:37:32 -0700 (PDT) Message-Id: <19990411173732.6944F161E@norn.ca.eu.org> Date: Sun, 11 Apr 1999 10:37:32 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11103: More x11/rxvt master site zaniness Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11103 >Category: ports >Synopsis: More x11/rxvt master site zaniness >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 12 16:20:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: 4.0-CURRENT post-egcs >Description: I accidentally sent two prs about this before, so now we only have one master site left. This merely adds a couple more. >How-To-Repeat: >Fix: Index: rxvt/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/x11/rxvt/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile 1999/03/15 04:23:51 1.20 +++ Makefile 1999/04/11 08:36:27 @@ -8,7 +8,9 @@ DISTNAME= rxvt-2.4.11 CATEGORIES= x11 -MASTER_SITES= ftp://mason.primenet.com.au/pub/rxvt/old/ +MASTER_SITES= ftp://mason.primenet.com.au/pub/rxvt/old/ \ + http://wm.current.nu/files/ \ + ftp://ftp.nstu.ru/pub/sources/x/ MAINTAINER= ports@FreeBSD.ORG -Chris >Release-Note: >Audit-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 12 20: 0:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 36D0A15622 for ; Mon, 12 Apr 1999 20:00:15 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id TAA72580; Mon, 12 Apr 1999 19:57:31 -0700 (PDT) (envelope-from mharo) Date: Mon, 12 Apr 1999 19:57:31 -0700 From: Michael Haro To: Seung-young Kim Cc: ports@freebsd.org Subject: Re: About 'send-pr'ed ports.. Message-ID: <19990412195731.A72502@patrol.area51.fremont.ca.us> References: <3711B063.13635ADC@nobreak.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <3711B063.13635ADC@nobreak.com>; from Seung-young Kim on Mon, Apr 12, 1999 at 05:35:47PM +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Apr 12, 1999 at 05:35:47PM +0900, Seung-young Kim wrote: > Dear sirs.. > > A few weeks ago, I 'send-pr'ed a new ports of crazywwwboardle.. > But there is no response about 'registered' or 'canceled' information.. > > How can I trace the status of that? > > Thank you for your labors.. Thanks for yours! You can check the status of your pr by going to http://www.freebsd.org/cgi/query-pr.cgi?pr=11034 or http://www.freebsd.org/cgi/query-pr.cgi?pr=10751 Did you send-pr twice or is there a difference? I haven't had time to look at this pr yet. Thanks again, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 12 20:14:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ns.nobreak.com (ns.nobreak.com [210.105.79.2]) by hub.freebsd.org (Postfix) with ESMTP id EEED714BC9 for ; Mon, 12 Apr 1999 20:14:28 -0700 (PDT) (envelope-from nobreak@nobreak.com) Received: from nobreak.com (nobreak.nobreak.com [210.105.79.103]) by ns.nobreak.com (8.8.7/8.8.7) with ESMTP id MAA00470; Tue, 13 Apr 1999 12:13:25 +0900 Message-ID: <3712B62B.19BA9FC9@nobreak.com> Date: Tue, 13 Apr 1999 12:12:43 +0900 From: Seung-young Kim Reply-To: nobreak@nobreak.com Organization: Nobreak Technologies, Inc. X-Mailer: Mozilla 4.08 [en] (WinNT; I) MIME-Version: 1.0 To: Michael Haro Cc: ports@freebsd.org Subject: Re: About 'send-pr'ed ports.. References: <3711B063.13635ADC@nobreak.com> <19990412195731.A72502@patrol.area51.fremont.ca.us> Content-Type: text/plain; charset=iso-2022-kr Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > http://www.freebsd.org/cgi/query-pr.cgi?pr=11034 > or > http://www.freebsd.org/cgi/query-pr.cgi?pr=10751 > > Did you send-pr twice or is there a difference? I haven't had time > to look at this pr yet. 11034 is lastest one. please use that... When you've checked out, could I got some situation? Thank you for your response.. Regards. -- Disclaimer: "It's just my own opinion." ----The Power to Serve, Cool FreeBSD Forever!---- * R&D/Senior researcher: Seung-young Kim * Tel: +82-42-864-4440/1 , Fax: +82-42-864-4442 * Personal home: http://nobreak.nobreak.ne.kr _________________________________________________ Nobreak Technologies, Inc. http://www.nobreak.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 12 20:23:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C358715676; Mon, 12 Apr 1999 20:23:21 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA39462; Mon, 12 Apr 1999 20:21:03 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 12 Apr 1999 20:21:03 -0700 (PDT) From: Message-Id: <199904130321.UAA39462@freefall.freebsd.org> To: nobreak@KR.FreeBSD.ORG, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10751: A new ports of CrazyWWWBoardLEp3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: A new ports of CrazyWWWBoardLEp3 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Apr 12 20:20:31 PDT 1999 State-Changed-Why: Request to use PR 11034 by submitter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 12 21:22:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 98F3614E4D for ; Mon, 12 Apr 1999 21:22:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA45876; Mon, 12 Apr 1999 21:20:01 -0700 (PDT) (envelope-from gnats@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 A3EDB14EA0 for ; Mon, 12 Apr 1999 21:12:49 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id A17FD165A; Mon, 12 Apr 1999 21:10:26 -0700 (PDT) Message-Id: <19990413041026.A17FD165A@norn.ca.eu.org> Date: Mon, 12 Apr 1999 21:10:26 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11106: New port: editors/lpe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11106 >Category: ports >Synopsis: New port: editors/lpe >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 12 21:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: 4.0-CURRENT post-egcs >Description: Quite a nice editor. Really small and has syntax highlighting for quit a few languages. Portlint: nadda CFLAGS/PREFIX: yes >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: # # lpe # lpe/Makefile # lpe/pkg # lpe/pkg/COMMENT # lpe/pkg/DESCR # lpe/pkg/PLIST # lpe/files # lpe/files/md5 # lpe/patches # lpe/patches/patch-ab # lpe/patches/patch-aa # echo c - lpe mkdir -p lpe > /dev/null 2>&1 echo x - lpe/Makefile sed 's/^X//' >lpe/Makefile << 'END-of-lpe/Makefile' X# New ports collection makefile for: lpe X# Version required: 1.1.5 X# Date created: 12 April 1999 X# Whom: Chris Piazza X# X# $Id$ X# X XDISTNAME= lpe-1.1.5 XCATEGORIES= editors XMASTER_SITES= http://cdsmith.twu.net/lpe/ X XMAINTAINER= cpiazza@home.net X XLIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang X XUSE_GMAKE= yes X XMAN1= lpe.1 X Xpost-patch: X @${SED} -e s#__PREFIX__#${PREFIX}#g ${WRKSRC}/options.h > ${WRKSRC}/options.h.new X @${MV} -f ${WRKSRC}/options.h.new ${WRKSRC}/options.h X Xdo-install: X ${MKDIR} ${PREFIX}/lib/lpe X ${INSTALL_PROGRAM} ${WRKSRC}/lpe ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/cmode.so ${PREFIX}/lib/lpe X ${INSTALL_DATA} ${WRKSRC}/cppmode.so ${PREFIX}/lib/lpe X ${INSTALL_DATA} ${WRKSRC}/htmlmode.so ${PREFIX}/lib/lpe X ${INSTALL_DATA} ${WRKSRC}/perlmode.so ${PREFIX}/lib/lpe X ${INSTALL_DATA} ${WRKSRC}/sgmlmode.so ${PREFIX}/lib/lpe X ${INSTALL_MAN} ${WRKSRC}/lpe.1 ${PREFIX}/man/man1 X X.include END-of-lpe/Makefile echo c - lpe/pkg mkdir -p lpe/pkg > /dev/null 2>&1 echo x - lpe/pkg/COMMENT sed 's/^X//' >lpe/pkg/COMMENT << 'END-of-lpe/pkg/COMMENT' XA "lightweight programmer's editor." END-of-lpe/pkg/COMMENT echo x - lpe/pkg/DESCR sed 's/^X//' >lpe/pkg/DESCR << 'END-of-lpe/pkg/DESCR' XA very small and fast slang-based editor that features syntax-highlighting Xvia plug-in modules for C, C++, perl, html, and sgml. X XHomepage: Xhttp://cdsmith.twu.net/lpe/ XAuthor: XChris Smith X X-Chris Piazza Xcpiazza@home.net END-of-lpe/pkg/DESCR echo x - lpe/pkg/PLIST sed 's/^X//' >lpe/pkg/PLIST << 'END-of-lpe/pkg/PLIST' Xbin/lpe Xlib/lpe/cmode.so Xlib/lpe/cppmode.so Xlib/lpe/htmlmode.so Xlib/lpe/perlmode.so Xlib/lpe/sgmlmode.so X@dirrm lib/lpe END-of-lpe/pkg/PLIST echo c - lpe/files mkdir -p lpe/files > /dev/null 2>&1 echo x - lpe/files/md5 sed 's/^X//' >lpe/files/md5 << 'END-of-lpe/files/md5' XMD5 (lpe-1.1.5.tar.gz) = 708371d5ddfe4e663b0bff2952851731 END-of-lpe/files/md5 echo c - lpe/patches mkdir -p lpe/patches > /dev/null 2>&1 echo x - lpe/patches/patch-ab sed 's/^X//' >lpe/patches/patch-ab << 'END-of-lpe/patches/patch-ab' X--- options.h.orig Mon Apr 12 20:34:09 1999 X+++ options.h Mon Apr 12 20:34:39 1999 X@@ -85,7 +85,7 @@ X * default; it is overridden by an LPE_MODULE_PATH environment variable, if X * present. X */ X-#define DEF_MODULE_PATH "/etc/lpe:~/.lpe" X+#define DEF_MODULE_PATH "/etc/lpe:~/.lpe:__PREFIX__/lib/lpe" X X /* Time to flash braces. This defines, in tenths of a second, how long a brace X * flash should last. It is meaningless if brace flashing is not enabled. END-of-lpe/patches/patch-ab echo x - lpe/patches/patch-aa sed 's/^X//' >lpe/patches/patch-aa << 'END-of-lpe/patches/patch-aa' X--- Config.make.orig Mon Apr 12 10:30:06 1999 X+++ Config.make Mon Apr 12 21:00:29 1999 X@@ -5,7 +5,6 @@ X X # Base directory in which to install lpe. The binary and man page will be X # installed in the appropriate subdirectories. X-PREFIX = /usr/local X X # Directory in which to place source language modules that are built as a X # part of the install. For the modules to work, this path must also be listed X@@ -13,13 +12,12 @@ X MODULE_DIR = /etc/lpe X X # The shell to use when interpreting Bourne-compatible shell scripts X-SHELL = /bin/sh X X # The C compiler to use; use GCC by default X-CC = gcc X+CC ?= gcc X X # The link command line for building shared libraries X-LD_SH = gcc -shared X+LD_SH = ${CC} -shared X # OpenBSD: ld -Bshareable X X # The flags to pass to the preprocessor X@@ -28,18 +26,14 @@ X # OpenBSD: -I/usr/local/include -DSLANG_H="" -DLIMITS_H="" X X # The flags to pass to the compiler proper X-CFLAGS = -pipe -Wall -g -O2 X X # The flags to pass to the linker X LDFLAGS = -L/usr/local/lib -rdynamic X X # The libraries, in linker option format, against which to link X-LOADLIBES = -lslang -ldl X+LOADLIBES = -lslang -ltermcap X # For Windows NT: -lslang -ldl -ltermcap X # For FreeBSD: -lslang -ldl -ltermcap X # For OpenBSD: -lslang -ldl -ltermcap X X # Location and options to a BSD compatible install program X-INSTALL = /usr/bin/install -c X-INSTALL_PROGRAM = $(INSTALL) X-INSTALL_DATA = $(INSTALL) -m 644 END-of-lpe/patches/patch-aa exit -Chris >Release-Note: >Audit-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 12 23:12:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CED9E14C58 for ; Mon, 12 Apr 1999 23:12:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA54875; Mon, 12 Apr 1999 23:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from storage.delta.odessa.ua (mih.TM.Odessa.UA [195.66.192.19]) by hub.freebsd.org (Postfix) with ESMTP id A548F1509E for ; Mon, 12 Apr 1999 23:06:14 -0700 (PDT) (envelope-from vns@delta.odessa.ua) Received: (from vns@localhost) by storage.delta.odessa.ua (8.9.2/8.9.3) id JAA00637; Tue, 13 Apr 1999 09:03:29 +0300 (EEST) (envelope-from vns) Message-Id: <199904130603.JAA00637@storage.delta.odessa.ua> Date: Tue, 13 Apr 1999 09:03:29 +0300 (EEST) From: "Vladimir N.Silyaev" Reply-To: vns@delta.odessa.ua To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11108: new port: russian/rapache Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11108 >Category: ports >Synopsis: new port: russian/rapache >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 12 23:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Vladimir N.Silyaev >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: 4.0-CURRENT >Description: Russian Apache is an HTTP server designed to work on a Russian market. >How-To-Repeat: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./Makefile # ./patches # ./patches/patch-ab # ./patches/patch-ag # ./patches/patch-ak # ./patches/patch-al # ./patches/patch-aa # ./patches/patch-ac # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (apache_1.3.6.tar.gz) = b4114ed78f296bfe424c4ba05dccc643 XMD5 (patches_1.3.6rusPL28.14.tar.gz) = 1bd6e2f53f961bae97a5f6047cbfbbbc END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XThe extremely popular Apache http server. Very fast, very clean. END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' X Russian Apache X Version 28.14 (and up) X XWhat is it? X----------- X XRussian Apache is an HTTP server designed to work on a Russian market. X XDocumentation X------------- X XAll the documentation is on-line on the WWW, via the URL http://apache.lexa.ru END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/dbmmanage Xbin/htdigest Xbin/htpasswd Xetc/apache/access.conf.default Xetc/apache/httpd.conf.default Xetc/apache/magic.default Xetc/apache/mime.types.default Xetc/apache/srm.conf.default Xetc/apache/tables/russian/alt-alt.tab Xetc/apache/tables/russian/alt-iso.tab Xetc/apache/tables/russian/alt-koi.tab Xetc/apache/tables/russian/alt-mac.tab Xetc/apache/tables/russian/alt-win.tab Xetc/apache/tables/russian/iso-alt.tab Xetc/apache/tables/russian/iso-iso.tab Xetc/apache/tables/russian/iso-koi.tab Xetc/apache/tables/russian/iso-mac.tab Xetc/apache/tables/russian/iso-win.tab Xetc/apache/tables/russian/koi-alt.tab Xetc/apache/tables/russian/koi-iso.tab Xetc/apache/tables/russian/koi-koi.tab Xetc/apache/tables/russian/koi-mac.tab Xetc/apache/tables/russian/koi-tran.tab Xetc/apache/tables/russian/koi-win.tab Xetc/apache/tables/russian/koi-utf8.tab Xetc/apache/tables/russian/mac-alt.tab Xetc/apache/tables/russian/mac-iso.tab Xetc/apache/tables/russian/mac-koi.tab Xetc/apache/tables/russian/mac-mac.tab Xetc/apache/tables/russian/mac-win.tab Xetc/apache/tables/russian/win-alt.tab Xetc/apache/tables/russian/win-iso.tab Xetc/apache/tables/russian/win-koi.tab Xetc/apache/tables/russian/win-mac.tab Xetc/apache/tables/russian/win-tran.tab Xetc/apache/tables/russian/win-win.tab Xetc/apache/tables/russian2/alt-mac.tab Xetc/apache/tables/russian2/koi-mac.tab Xetc/apache/tables/russian2/iso-alt.tab Xetc/apache/tables/russian2/koi-win.tab Xetc/apache/tables/russian2/iso-mac.tab Xetc/apache/tables/russian2/win-alt.tab Xetc/apache/tables/russian2/koi-alt.tab Xetc/apache/tables/russian2/win-iso.tab Xetc/apache/tables/russian2/koi-iso.tab Xetc/apache/tables/russian2/win-mac.tab Xetc/apache/tables/czech/cp1250-8859-1.tab Xetc/apache/tables/czech/cp1250-8859-2.tab Xetc/apache/tables/czech/cp1250-cmac.tab Xetc/apache/tables/czech/cp1250-cp1250.tab Xetc/apache/tables/czech/cp1250-cp437.tab Xetc/apache/tables/czech/cp1250-cp895.tab Xetc/apache/tables/czech/cp1250-koi8cs.tab Xetc/apache/tables/czech/cp1250-latin2.tab Xetc/rc.d/apache.sh Xinclude/apache/alloc.h Xinclude/apache/ap.h Xinclude/apache/ap_compat.h Xinclude/apache/ap_config.h Xinclude/apache/ap_config_auto.h Xinclude/apache/ap_ctype.h Xinclude/apache/ap_md5.h Xinclude/apache/ap_mmn.h Xinclude/apache/buff.h Xinclude/apache/compat.h Xinclude/apache/conf.h Xinclude/apache/explain.h Xinclude/apache/fnmatch.h Xinclude/apache/hsregex.h Xinclude/apache/http_conf_globals.h Xinclude/apache/http_config.h Xinclude/apache/http_core.h Xinclude/apache/http_log.h Xinclude/apache/http_main.h Xinclude/apache/http_protocol.h Xinclude/apache/http_request.h Xinclude/apache/http_vhost.h Xinclude/apache/httpd.h Xinclude/apache/multithread.h Xinclude/apache/os-inline.c Xinclude/apache/os.h Xinclude/apache/rfc1413.h Xinclude/apache/scoreboard.h Xinclude/apache/util_date.h Xinclude/apache/util_md5.h Xinclude/apache/util_script.h Xinclude/apache/util_uri.h Xlibexec/apache/libproxy.so Xlibexec/apache/mod_auth_anon.so Xlibexec/apache/mod_auth_db.so Xlibexec/apache/mod_cern_meta.so Xlibexec/apache/mod_digest.so Xlibexec/apache/mod_expires.so Xlibexec/apache/mod_headers.so Xlibexec/apache/mod_info.so Xlibexec/apache/mod_mime_magic.so Xlibexec/apache/mod_rewrite.so Xlibexec/apache/mod_speling.so Xlibexec/apache/mod_unique_id.so Xlibexec/apache/mod_usertrack.so Xsbin/ab Xsbin/apachectl Xsbin/apxs Xsbin/httpd Xsbin/logresolve Xsbin/rotatelogs Xshare/doc/apache/apache_pb.gif Xshare/doc/apache/ra-powered.gif X@exec mkdir -p %D/www X@exec ln -fs %B %D/www/data.default X@unexec rm -f %D/www/data.default Xshare/doc/apache/index.html Xshare/doc/apache/manual/LICENSE Xshare/doc/apache/manual/bind.html Xshare/doc/apache/manual/cgi_path.html Xshare/doc/apache/manual/content-negotiation.html Xshare/doc/apache/manual/custom-error.html Xshare/doc/apache/manual/dns-caveats.html Xshare/doc/apache/manual/dso.html Xshare/doc/apache/manual/ebcdic.html Xshare/doc/apache/manual/env.html Xshare/doc/apache/manual/footer.html Xshare/doc/apache/manual/handler.html Xshare/doc/apache/manual/header.html Xshare/doc/apache/manual/images/custom_errordocs.gif Xshare/doc/apache/manual/images/home.gif Xshare/doc/apache/manual/images/index.gif Xshare/doc/apache/manual/images/mod_rewrite_fig1.fig Xshare/doc/apache/manual/images/mod_rewrite_fig1.gif Xshare/doc/apache/manual/images/mod_rewrite_fig2.fig Xshare/doc/apache/manual/images/mod_rewrite_fig2.gif Xshare/doc/apache/manual/images/sub.gif Xshare/doc/apache/manual/index.html Xshare/doc/apache/manual/install-tpf.html Xshare/doc/apache/manual/install.html Xshare/doc/apache/manual/invoking.html Xshare/doc/apache/manual/keepalive.html Xshare/doc/apache/manual/location.html Xshare/doc/apache/manual/man-template.html Xshare/doc/apache/manual/misc/API.html Xshare/doc/apache/manual/misc/FAQ.html Xshare/doc/apache/manual/misc/HTTP_Features.tsv Xshare/doc/apache/manual/misc/client_block_api.html Xshare/doc/apache/manual/misc/compat_notes.html Xshare/doc/apache/manual/misc/custom_errordocs.html Xshare/doc/apache/manual/misc/descriptors.html Xshare/doc/apache/manual/misc/fin_wait_2.html Xshare/doc/apache/manual/misc/footer.html Xshare/doc/apache/manual/misc/header.html Xshare/doc/apache/manual/misc/howto.html Xshare/doc/apache/manual/misc/index.html Xshare/doc/apache/manual/misc/known_client_problems.html Xshare/doc/apache/manual/misc/nopgp.html Xshare/doc/apache/manual/misc/perf-bsd44.html Xshare/doc/apache/manual/misc/perf-dec.html Xshare/doc/apache/manual/misc/perf-hp.html Xshare/doc/apache/manual/misc/perf-tuning.html Xshare/doc/apache/manual/misc/perf.html Xshare/doc/apache/manual/misc/security_tips.html Xshare/doc/apache/manual/misc/vif-info.html Xshare/doc/apache/manual/misc/windoz_keepalive.html Xshare/doc/apache/manual/mod/core.html Xshare/doc/apache/manual/mod/directive-dict.html Xshare/doc/apache/manual/mod/directives.html Xshare/doc/apache/manual/mod/footer.html Xshare/doc/apache/manual/mod/header.html Xshare/doc/apache/manual/mod/index.html Xshare/doc/apache/manual/mod/mod_access.html Xshare/doc/apache/manual/mod/mod_actions.html Xshare/doc/apache/manual/mod/mod_alias.html Xshare/doc/apache/manual/mod/mod_asis.html Xshare/doc/apache/manual/mod/mod_auth.html Xshare/doc/apache/manual/mod/mod_auth_anon.html Xshare/doc/apache/manual/mod/mod_auth_db.html Xshare/doc/apache/manual/mod/mod_auth_dbm.html Xshare/doc/apache/manual/mod/mod_autoindex.html Xshare/doc/apache/manual/mod/mod_browser.html Xshare/doc/apache/manual/mod/mod_cern_meta.html Xshare/doc/apache/manual/mod/mod_cgi.html Xshare/doc/apache/manual/mod/mod_cookies.html Xshare/doc/apache/manual/mod/mod_digest.html Xshare/doc/apache/manual/mod/mod_dir.html Xshare/doc/apache/manual/mod/mod_dld.html Xshare/doc/apache/manual/mod/mod_dll.html Xshare/doc/apache/manual/mod/mod_env.html Xshare/doc/apache/manual/mod/mod_example.html Xshare/doc/apache/manual/mod/mod_expires.html Xshare/doc/apache/manual/mod/mod_headers.html Xshare/doc/apache/manual/mod/mod_imap.html Xshare/doc/apache/manual/mod/mod_include.html Xshare/doc/apache/manual/mod/mod_info.html Xshare/doc/apache/manual/mod/mod_isapi.html Xshare/doc/apache/manual/mod/mod_log_agent.html Xshare/doc/apache/manual/mod/mod_log_common.html Xshare/doc/apache/manual/mod/mod_log_config.html Xshare/doc/apache/manual/mod/mod_log_referer.html Xshare/doc/apache/manual/mod/mod_mime.html Xshare/doc/apache/manual/mod/mod_mime_magic.html Xshare/doc/apache/manual/mod/mod_mmap_static.html Xshare/doc/apache/manual/mod/mod_negotiation.html Xshare/doc/apache/manual/mod/mod_proxy.html Xshare/doc/apache/manual/mod/mod_rewrite.html Xshare/doc/apache/manual/mod/mod_setenvif.html Xshare/doc/apache/manual/mod/mod_so.html Xshare/doc/apache/manual/mod/mod_speling.html Xshare/doc/apache/manual/mod/mod_status.html Xshare/doc/apache/manual/mod/mod_unique_id.html Xshare/doc/apache/manual/mod/mod_userdir.html Xshare/doc/apache/manual/mod/mod_usertrack.html Xshare/doc/apache/manual/multilogs.html Xshare/doc/apache/manual/new_features_1_0.html Xshare/doc/apache/manual/new_features_1_1.html Xshare/doc/apache/manual/new_features_1_2.html Xshare/doc/apache/manual/new_features_1_3.html Xshare/doc/apache/manual/process-model.html Xshare/doc/apache/manual/readme-tpf.html Xshare/doc/apache/manual/search/manual-index.cgi Xshare/doc/apache/manual/sections.html Xshare/doc/apache/manual/sourcereorg.html Xshare/doc/apache/manual/stopping.html Xshare/doc/apache/manual/suexec.html Xshare/doc/apache/manual/suexec_1_2.html Xshare/doc/apache/manual/unixware.html Xshare/doc/apache/manual/upgrading_to_1_3.html Xshare/doc/apache/manual/vhosts/details.html Xshare/doc/apache/manual/vhosts/details_1_2.html Xshare/doc/apache/manual/vhosts/examples.html Xshare/doc/apache/manual/vhosts/fd-limits.html Xshare/doc/apache/manual/vhosts/footer.html Xshare/doc/apache/manual/vhosts/header.html Xshare/doc/apache/manual/vhosts/host.html Xshare/doc/apache/manual/vhosts/index.html Xshare/doc/apache/manual/vhosts/ip-based.html Xshare/doc/apache/manual/vhosts/mass.html Xshare/doc/apache/manual/vhosts/name-based.html Xshare/doc/apache/manual/vhosts/vhosts-in-depth.html Xshare/doc/apache/manual/vhosts/virtual-host.html Xshare/doc/apache/manual/windows.html Xwww/cgi-bin.default/printenv Xwww/cgi-bin.default/test-cgi Xwww/icons/README Xwww/icons/a.gif Xwww/icons/alert.black.gif Xwww/icons/alert.red.gif Xwww/icons/apache_pb.gif Xwww/icons/back.gif Xwww/icons/ball.gray.gif Xwww/icons/ball.red.gif Xwww/icons/binary.gif Xwww/icons/binhex.gif Xwww/icons/blank.gif Xwww/icons/bomb.gif Xwww/icons/box1.gif Xwww/icons/box2.gif Xwww/icons/broken.gif Xwww/icons/burst.gif Xwww/icons/c.gif Xwww/icons/comp.blue.gif Xwww/icons/comp.gray.gif Xwww/icons/compressed.gif Xwww/icons/continued.gif Xwww/icons/dir.gif Xwww/icons/down.gif Xwww/icons/dvi.gif Xwww/icons/f.gif Xwww/icons/folder.gif Xwww/icons/folder.open.gif Xwww/icons/folder.sec.gif Xwww/icons/forward.gif Xwww/icons/generic.gif Xwww/icons/generic.red.gif Xwww/icons/generic.sec.gif Xwww/icons/hand.right.gif Xwww/icons/hand.up.gif Xwww/icons/icon.sheet.gif Xwww/icons/image1.gif Xwww/icons/image2.gif Xwww/icons/image3.gif Xwww/icons/index.gif Xwww/icons/layout.gif Xwww/icons/left.gif Xwww/icons/link.gif Xwww/icons/movie.gif Xwww/icons/p.gif Xwww/icons/patch.gif Xwww/icons/pdf.gif Xwww/icons/pie0.gif Xwww/icons/pie1.gif Xwww/icons/pie2.gif Xwww/icons/pie3.gif Xwww/icons/pie4.gif Xwww/icons/pie5.gif Xwww/icons/pie6.gif Xwww/icons/pie7.gif Xwww/icons/pie8.gif Xwww/icons/portal.gif Xwww/icons/ps.gif Xwww/icons/quill.gif Xwww/icons/right.gif Xwww/icons/screw1.gif Xwww/icons/screw2.gif Xwww/icons/script.gif Xwww/icons/small/README.txt Xwww/icons/small/back.gif Xwww/icons/small/binary.gif Xwww/icons/small/binhex.gif Xwww/icons/small/blank.gif Xwww/icons/small/broken.gif Xwww/icons/small/burst.gif Xwww/icons/small/comp1.gif Xwww/icons/small/comp2.gif Xwww/icons/small/compressed.gif Xwww/icons/small/continued.gif Xwww/icons/small/dir.gif Xwww/icons/small/dir2.gif Xwww/icons/small/forward.gif Xwww/icons/small/generic.gif Xwww/icons/small/generic2.gif Xwww/icons/small/generic3.gif Xwww/icons/small/image.gif Xwww/icons/small/image2.gif Xwww/icons/small/index.gif Xwww/icons/small/key.gif Xwww/icons/small/movie.gif Xwww/icons/small/rainbow.gif Xwww/icons/small/sound.gif Xwww/icons/small/sound2.gif Xwww/icons/small/tar.gif Xwww/icons/small/text.gif Xwww/icons/small/transfer.gif Xwww/icons/small/unknown.gif Xwww/icons/small/uu.gif Xwww/icons/small/ps.gif Xwww/icons/small/patch.gif Xwww/icons/small/doc.gif Xwww/icons/sound1.gif Xwww/icons/sound2.gif Xwww/icons/sphere1.gif Xwww/icons/sphere2.gif Xwww/icons/tar.gif Xwww/icons/tex.gif Xwww/icons/text.gif Xwww/icons/transfer.gif Xwww/icons/unknown.gif Xwww/icons/up.gif Xwww/icons/uu.gif Xwww/icons/uuencoded.gif Xwww/icons/world1.gif Xwww/icons/world2.gif X@exec mkdir -p %D/www/proxy X@dirrm etc/apache/tables/russian X@dirrm etc/apache/tables/russian2 X@dirrm etc/apache/tables/czech X@dirrm etc/apache/tables X@dirrm etc/apache X@dirrm include/apache X@dirrm libexec/apache X@dirrm share/doc/apache/manual/images X@dirrm share/doc/apache/manual/misc X@dirrm share/doc/apache/manual/mod X@dirrm share/doc/apache/manual/search X@dirrm share/doc/apache/manual/vhosts X@dirrm share/doc/apache/manual X@dirrm share/doc/apache X@dirrm www/cgi-bin.default X@dirrm www/icons/small X@dirrm www/icons X@dirrm www/proxy X@dirrm www END-of-./pkg/PLIST echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: apache HTTPD X# Version required: 1.3* X# Date created: Sat Apr 10 22:30:36 EEST 1999 X# Whom: vns@delta.odessa.ua X# X# $Id:$ X# X XDISTNAME= apache_1.3.6 XPKGNAME= rapache-1.3.6 XCATEGORIES= russian XMASTER_SITES= http://www.apache.org/dist/ \ X ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ X ftp://ftp.rge.com/pub/infosystems/apache/dist/ \ X ftp://apache.compuex.com/pub/apache/dist/ \ X ftp://apache.arctic.org/pub/apache/dist/ \ X ftp://ftp.epix.net/pub/apache/dist/ \ X ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/ \ X ftp://ftp.connectnet.com/pub/www/apache/ \ X ftp://apache.technomancer.com/mirrors/apache/dist/ \ X ftp://ftp.raver.net/pub/ftp.apache.org/ \ X ftp://www3.service.digital.com/apache/dist/ \ X ftp://galileo.galilei.com/pub/apache/ \ X ftp://ftp.mtnranch.net/pub/apache/dist/ \ X ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ X ftp://apache.nextpath.com/pub/apache/dist/ XRA_VERSION= 28.14 XPATCHFILES= patches_1.3.6rusPL${RA_VERSION}.tar.gz XPATCH_SITES= ftp://ftp.lexa.ru/pub/apache-rus/ XMAINTAINER= vns@delta.odessa.ua XY2K= http://www.apache.org/docs/misc/FAQ.html#year2000 X X# X# Small hack for alternate processing patchfiles X# XGZCAT=sh -c 'tar -zxf $$0 -C ${WRKSRC};cat ${WRKSRC}/RA-1.3rusPL${RA_VERSION}.patch' X X# X# Set APACHE_PERF_TUNING env. variable to YES to get maximum performance X# X XHAS_CONFIGURE= yes XCONFIGURE_ARGS= \ X --prefix=${PREFIX} \ X --with-layout=GNU \ X --sysconfdir=${PREFIX}/etc/apache \ X --includedir=${PREFIX}/include/apache \ X --localstatedir=/var \ X --datadir=${PREFIX}/www \ X --suexec-docroot=${PREFIX}/www/data \ X --proxycachedir=${PREFIX}/www/proxy \ X --libexecdir=${PREFIX}/libexec/apache \ X --without-confadjust \ X --enable-shared=remain \ X --enable-module=most \ X --enable-module=auth_db \ X --disable-module=auth_dbm X X# Currently perl version don't matter X# --with-perl=${PERL5} X XOPTIM=-DHARD_SERVER_LIMIT=512 \ X-DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \ X-DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\" X X.if defined(APACHE_PERF_TUNING) && ${APACHE_PERF_TUNING} == YES XOPTIM+= -DBUFFERED_LOGS XCFLAGS+= -O6 -fomit-frame-pointer X.endif X XCONFIGURE_ENV= OPTIM='${OPTIM}' X XMAN1= dbmmanage.1 htdigest.1 htpasswd.1 XMAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 X Xpre-install: X @if [ -f ${WRKSRC}/htdocs/index.html.orig ]; then \ X rm ${WRKSRC}/htdocs/index.html.orig; X fi X Xpost-install: X @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ X echo "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ X echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache.sh; \ X echo "[ -x /usr/local/sbin/apachectl ] && /usr/local/sbin/apachectl start > /dev/null && echo -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \ X chmod 751 ${PREFIX}/etc/rc.d/apache.sh; \ X fi X X.include END-of-./Makefile echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-ab sed 's/^X//' >./patches/patch-ab << 'END-of-./patches/patch-ab' X--- Makefile.tmpl.orig Sun Apr 11 10:49:30 1999 X+++ Makefile.tmpl Sun Apr 11 10:54:15 1999 X@@ -113,13 +113,14 @@ X sysconfdir = @sysconfdir@ X datadir = @datadir@ X iconsdir = $(datadir)/icons X-htdocsdir = $(datadir)/htdocs X+htdocsdir = $(datadir)/data X cgidir = $(datadir)/cgi-bin X includedir = @includedir@ X localstatedir = @localstatedir@ X runtimedir = @runtimedir@ X logfiledir = @logfiledir@ X proxycachedir = @proxycachedir@ X+doc_prefix = $(prefix)/share/doc/apache X X libexecdir_relative = @libexecdir_relative@ X X@@ -250,9 +251,9 @@ X $(MKDIR) $(root)$(mandir)/man8 X $(MKDIR) $(root)$(sysconfdir) X $(MKDIR) $(root)$(sysconfdir)/tables X- $(MKDIR) $(root)$(htdocsdir) X+ $(MKDIR) $(root)$(doc_prefix) X $(MKDIR) $(root)$(iconsdir) X- $(MKDIR) $(root)$(cgidir) X+ $(MKDIR) $(root)$(cgidir).default X $(MKDIR) $(root)$(includedir) X $(MKDIR) $(root)$(runtimedir) X $(MKDIR) $(root)$(logfiledir) X@@ -380,26 +381,34 @@ X # icons and distributed CGI scripts. X install-data: X @echo "===> [data: Installing initial data files]" X- -@if [ -f $(root)$(htdocsdir)/index.html ]; then \ X- echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(htdocsdir)/]"; \ X- else \ X- echo "Copying tree $(TOP)/htdocs/ -> $(root)$(htdocsdir)/"; \ X+# -@if [ -f $(root)$(htdocsdir)/index.html ]; then \ X+# echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(htdocsdir)/]"; \ X+# else \ X+ echo "Copying tree $(TOP)/htdocs/ -> $(root)$(doc_prefix)/"; \ X (cd $(TOP)/htdocs/ && $(TAR) $(TAROPT) - *) |\ X- (cd $(root)$(htdocsdir)/ && $(TAR) -xf -); \ X- find $(root)$(htdocsdir)/ -type d -exec chmod a+rx {} \; ; \ X- find $(root)$(htdocsdir)/ -type f -exec chmod a+r {} \; ; \ X+ (cd $(root)$(doc_prefix)/ && $(TAR) -xf -); \ X+ find $(root)$(doc_prefix)/ -type d -exec chmod a+rx {} \; ; \ X+ find $(root)$(doc_prefix)/ -type f -exec chmod a+r {} \; ; \ X+# fi X+ if [ ! -d $(root)$(htdocsdir) ]; then \ X+ $(LN) -sf $(root)$(doc_prefix) $(root)$(htdocsdir); \ X fi X- -@if [ -f $(root)$(cgidir)/printenv ]; then \ X- echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(cgidir)/]"; \ X- else \ X+ $(RM) $(root)$(htdocsdir).default X+ $(LN) -s $(root)$(doc_prefix) $(root)$(htdocsdir).default X+# -@if [ -f $(root)$(cgidir)/printenv ]; then \ X+# echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(cgidir)/]"; \ X+# else \ X for script in printenv test-cgi; do \ X cat $(TOP)/cgi-bin/$${script} |\ X sed -e 's;^#!/.*perl;#!$(PERL);' \ X > $(TOP)/$(SRC)/.apaci.install.tmp; \ X- echo "$(INSTALL_DATA) $(TOP)/conf/$${script}[*] $(root)$(cgidir)/$${script}"; \ X- $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(cgidir)/$${script}; \ X+ echo "$(INSTALL_DATA) $(TOP)/conf/$${script}[*] $(root)$(cgidir).default/$${script}"; \ X+ $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(cgidir).default/$${script}; \ X done; \ X- fi X+# fi X+ if [ ! -d $(root)$(cgidir) ]; then \ X+ $(LN) -sf $(root)$(cgidir).default $(root)$(cgidir); \ X+ fi X @echo "Copying tree $(TOP)/icons/ -> $(root)$(iconsdir)/"; \ X (cd $(TOP)/icons/ && $(TAR) $(TAROPT) - *) |\ X (cd $(root)$(iconsdir)/ && $(TAR) -xf -); \ X@@ -439,10 +448,10 @@ X -e 's;logs/accept.lock;$(runtimedir)/$(TARGET).lock;' \ X -e 's;logs/apache_runtime_status;$(runtimedir)/$(TARGET).scoreboard;' \ X -e 's;logs/httpd.pid;$(runtimedir)/$(TARGET).pid;' \ X- -e "s;logs/access_log;$(logfiledir)/$${target_prefix}access_log;" \ X- -e "s;logs/error_log;$(logfiledir)/$${target_prefix}error_log;" \ X- -e "s;logs/referer_log;$(logfiledir)/$${target_prefix}referer_log;" \ X- -e "s;logs/agent_log;$(logfiledir)/$${target_prefix}agent_log;" \ X+ -e "s;logs/access_log;$(logfiledir)/httpd-access.log;" \ X+ -e "s;logs/error_log;$(logfiledir)/httpd-error.log;" \ X+ -e "s;logs/referer_log;$(logfiledir)/httpd-referer.log;" \ X+ -e "s;logs/agent_log;$(logfiledir)/httpd-agent.log;" \ X -e 's;conf/tables/;$(sysconfdir)/tables/;' \ X -e 's;conf/magic;$(sysconfdir)/magic;' \ X -e 's;conf/mime.types;$(sysconfdir)/mime.types;' \ END-of-./patches/patch-ab echo x - ./patches/patch-ag sed 's/^X//' >./patches/patch-ag << 'END-of-./patches/patch-ag' X--- conf/httpd.conf-dist.orig Sat Dec 12 20:04:29 1998 X+++ conf/httpd.conf-dist Fri Jan 15 01:08:36 1999 X@@ -241,7 +241,7 @@ X # don't use Group #-1 on these systems! X # X User nobody X-Group #-1 X+Group nogroup X X # X # ServerAdmin: Your address, where problems with the server should be X@@ -459,7 +459,7 @@ X # define per- access logfiles, transactions will be X # logged therein and *not* in this file. X # X-CustomLog logs/access_log common X+#CustomLog logs/access_log common X X # X # If you would like to have agent and referer logfiles, uncomment the X@@ -472,7 +472,7 @@ X # If you prefer a single logfile with access, agent, and referer information X # (Combined Logfile Format) you can use the following directive. X # X-#CustomLog logs/access_log combined X+CustomLog logs/access_log combined X X # X # Optionally add a line containing the server version and virtual host END-of-./patches/patch-ag echo x - ./patches/patch-ak sed 's/^X//' >./patches/patch-ak << 'END-of-./patches/patch-ak' X--- src/support/apachectl.orig Tue Feb 9 21:00:34 1999 X+++ src/support/apachectl Fri Mar 26 00:08:20 1999 X@@ -39,6 +39,8 @@ X # -------------------- -------------------- X # |||||||||||||||||||| END CONFIGURATION SECTION |||||||||||||||||||| X X+eval `limits -e -C daemon` >/dev/null 2>&1 X+ X ERROR=0 X ARGV="$@" X if [ "x$ARGV" = "x" ] ; then X@@ -50,7 +52,7 @@ X # check for pidfile X if [ -f $PIDFILE ] ; then X PID=`cat $PIDFILE` X- if [ ! "x$PID" = "x" ] && kill -0 $PID; then X+ if [ ! "x$PID" = "x" ] && kill -0 $PID > /dev/null 2>&1; then X STATUS="httpd (pid $PID) running" X RUNNING=1 X else X@@ -82,6 +84,7 @@ X fi X if kill $PID ; then X echo "$0 $ARG: httpd stopped" X+ rm $PIDFILE X else X echo "$0 $ARG: httpd could not be stopped" X ERROR=4 END-of-./patches/patch-ak echo x - ./patches/patch-al sed 's/^X//' >./patches/patch-al << 'END-of-./patches/patch-al' X*** src/support/log_server_status.orig Tue Mar 31 16:53:50 1998 X--- src/support/log_server_status Tue Apr 21 17:18:10 1998 X*************** X*** 67,76 **** X # X require 'sys/socket.ph'; X X! $wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/960312" X $server = "localhost"; # Name of server, could be "www.foo.com" X $port = "80"; # Port on server X! $request = "/status/?auto"; # Request to send X X sub tcp_connect X { X--- 67,76 ---- X # X require 'sys/socket.ph'; X X! $wherelog = "/var/log/httpd-status-"; # Logs will be like "/var/log/graph/960312" X $server = "localhost"; # Name of server, could be "www.foo.com" X $port = "80"; # Port on server X! $request = "/server-status/?auto"; # Request to send X X sub tcp_connect X { X*************** X*** 93,103 **** X ### Main X X { X! $date=`date +%y%m%d:%H%M%S`; X chop($date); X ($day,$time)=split(/:/,$date); X $res=&tcp_connect($server,$port); X! open(OUT,">>$wherelog$day"); X if ($res) { X print OUT "$time:-1:-1:-1:-1:$res\n"; X exit 1; X--- 93,103 ---- X ### Main X X { X! $date=`LC_TIME=C date +%y%m%d:%H%M%S`; X chop($date); X ($day,$time)=split(/:/,$date); X $res=&tcp_connect($server,$port); X! open(OUT,">>$wherelog$day.log"); X if ($res) { X print OUT "$time:-1:-1:-1:-1:$res\n"; X exit 1; END-of-./patches/patch-al echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- configure.orig Sat Jan 2 16:19:41 1999 X+++ configure Fri Jan 15 00:44:01 1999 X@@ -1012,8 +1012,8 @@ X echo " DEFAULT_PIDLOG: ${runtimedir_relative}${thetarget}.pid" X echo " DEFAULT_SCOREBOARD: ${runtimedir_relative}${thetarget}.scoreboard" X echo " DEFAULT_LOCKFILE: ${runtimedir_relative}${thetarget}.lock" X- echo " DEFAULT_XFERLOG: ${logfiledir_relative}access_log" X- echo " DEFAULT_ERRORLOG: ${logfiledir_relative}error_log" X+ echo " DEFAULT_XFERLOG: ${logfiledir_relative}httpd-access.log" X+ echo " DEFAULT_ERRORLOG: ${logfiledir_relative}httpd-error.log" X echo " TYPES_CONFIG_FILE: ${sysconfdir_relative}mime.types" X echo " SERVER_CONFIG_FILE: ${sysconfdir_relative}${thetarget}.conf" X echo " ACCESS_CONFIG_FILE: ${sysconfdir_relative}access.conf" X@@ -1091,8 +1091,8 @@ X echo "echo '-DDEFAULT_PIDLOG=\"${runtimedir_relative}${thetarget}.pid\"'" >>$src/apaci X echo "echo '-DDEFAULT_SCOREBOARD=\"${runtimedir_relative}${thetarget}.scoreboard\"'" >>$src/apaci X echo "echo '-DDEFAULT_LOCKFILE=\"${runtimedir_relative}${thetarget}.lock\"'" >>$src/apaci X-echo "echo '-DDEFAULT_XFERLOG=\"${logfiledir_relative}access_log\"'" >>$src/apaci X-echo "echo '-DDEFAULT_ERRORLOG=\"${logfiledir_relative}error_log\"'" >>$src/apaci X+echo "echo '-DDEFAULT_XFERLOG=\"${logfiledir_relative}httpd-access.log\"'" >>$src/apaci X+echo "echo '-DDEFAULT_ERRORLOG=\"${logfiledir_relative}httpd-error.log\"'" >>$src/apaci X echo "echo '-DTYPES_CONFIG_FILE=\"${sysconfdir_relative}mime.types\"'" >>$src/apaci X echo "echo '-DSERVER_CONFIG_FILE=\"${sysconfdir_relative}${thetarget}.conf\"'" >>$src/apaci X echo "echo '-DACCESS_CONFIG_FILE=\"${sysconfdir_relative}access.conf\"'" >>$src/apaci END-of-./patches/patch-aa echo x - ./patches/patch-ac sed 's/^X//' >./patches/patch-ac << 'END-of-./patches/patch-ac' X--- src/Configure.orig Sun Mar 21 08:07:24 1999 X+++ src/Configure Fri Mar 26 00:57:25 1999 X@@ -454,7 +454,7 @@ X PLATOSVERS=`echo $PLAT | sed 's/^.*freebsd//'` X OS="FreeBSD $PLATOSVERS" X case "$PLATOSVERS" in X- [23]*) X+ [234]*) X DEF_WANTHSREGEX=no X CFLAGS="$CFLAGS -funsigned-char" X ;; X@@ -955,7 +955,7 @@ X LDFLAGS_SHLIB_EXPORT="" X SHLIB_SUFFIX_DEPTH=2 X ;; X- *-freebsd3*) X+ *-freebsd[34]*) X CFLAGS_SHLIB="-fpic" X LDFLAGS_SHLIB="-Bshareable" X OBJFORMAT=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` END-of-./patches/patch-ac exit >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 12 23:37:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A54914D3B; Mon, 12 Apr 1999 23:37:10 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA56409; Mon, 12 Apr 1999 23:34:52 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 12 Apr 1999 23:34:52 -0700 (PDT) From: Message-Id: <199904130634.XAA56409@freefall.freebsd.org> To: cpiazza@home.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11103: More x11/rxvt master site zaniness Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: More x11/rxvt master site zaniness State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Apr 12 23:33:19 PDT 1999 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 12 23:47:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D232014F2F; Mon, 12 Apr 1999 23:46:28 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA58634; Mon, 12 Apr 1999 23:44:10 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 12 Apr 1999 23:44:10 -0700 (PDT) From: Message-Id: <199904130644.XAA58634@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11099: Update: games/pysol (2.10 -> 2.11) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: games/pysol (2.10 -> 2.11) State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Apr 12 23:43:36 PDT 1999 State-Changed-Why: committed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 12 23:51:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F23A1152F5; Mon, 12 Apr 1999 23:51:45 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA59032; Mon, 12 Apr 1999 23:49:27 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 12 Apr 1999 23:49:27 -0700 (PDT) From: Message-Id: <199904130649.XAA59032@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10941: Update: x11/wdm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: x11/wdm State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Apr 12 23:48:55 PDT 1999 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 13 0:10:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 143891501E; Tue, 13 Apr 1999 00:10:24 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA60996; Tue, 13 Apr 1999 00:08:05 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Tue, 13 Apr 1999 00:08:05 -0700 (PDT) From: Message-Id: <199904130708.AAA60996@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10933: Update: graphics/tgd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: graphics/tgd State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Tue Apr 13 00:07:20 PDT 1999 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 13 0:19:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 35C5E1576B; Tue, 13 Apr 1999 00:19:41 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA61511; Tue, 13 Apr 1999 00:17:22 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Tue, 13 Apr 1999 00:17:22 -0700 (PDT) From: Message-Id: <199904130717.AAA61511@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10938: Update: graphics/xfpovray Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: graphics/xfpovray State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Tue Apr 13 00:17:09 PDT 1999 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 13 0:52:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A904815667 for ; Tue, 13 Apr 1999 00:52:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA63496; Tue, 13 Apr 1999 00:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kirk.giovannelli.it (kirk.giovannelli.it [194.184.65.4]) by hub.freebsd.org (Postfix) with ESMTP id E761C14D48 for ; Tue, 13 Apr 1999 00:51:15 -0700 (PDT) (envelope-from gmarco@giovannelli.it) Received: from suzy (modem37.masternet.it [194.184.65.47]) by kirk.giovannelli.it (8.9.3/8.9.2) with SMTP id HAA13781 for ; Tue, 13 Apr 1999 07:48:51 GMT (envelope-from gmarco@giovannelli.it) Message-Id: <4.1.19990413094321.0095d6c0@194.184.65.4> Date: Tue, 13 Apr 1999 09:50:01 +0200 From: Gianmarco Giovannelli To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11110: Ugrade port: math/abs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11110 >Category: ports >Synopsis: Upgrade port: math/abs >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 13 00:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Gianmarco Giovannelli >Release: FreeBSD 4.0-CURRENT i386 >Organization: < Private > >Environment: FreeBSD 4.0-current and 3.1-stable >Description: Abs is a free spreadsheet with graphical user interface. It has a programming language with the same syntax as Microsoft Visual Basic. >How-To-Repeat: >Fix: Two shar file sent : Complete and diff from previous sources ## Complete shar file : ####################### # 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: # # abs # abs/files # abs/files/md5 # abs/pkg # abs/pkg/COMMENT # abs/pkg/DESCR # abs/pkg/PLIST # abs/patches # abs/patches/patch-aa # abs/patches/patch-ab # abs/Makefile # echo c - abs mkdir -p abs > /dev/null 2>&1 echo c - abs/files mkdir -p abs/files > /dev/null 2>&1 echo x - abs/files/md5 sed 's/^X//' >abs/files/md5 << 'END-of-abs/files/md5' XMD5 (abs-src-0.6a.tar.gz) = 3c391e2ea78ac66e78a5153ca94e7234 END-of-abs/files/md5 echo c - abs/pkg mkdir -p abs/pkg > /dev/null 2>&1 echo x - abs/pkg/COMMENT sed 's/^X//' >abs/pkg/COMMENT << 'END-of-abs/pkg/COMMENT' XA free spreadsheet with graphical user interface. END-of-abs/pkg/COMMENT echo x - abs/pkg/DESCR sed 's/^X//' >abs/pkg/DESCR << 'END-of-abs/pkg/DESCR' XAbs is a free spreadsheet with graphical user interface. XIt has a programming language with the same Xsyntax as Microsoft Visual Basic. X X XAuthor : Andre.Bertin@ping.be XHome Page: http://www.ping.be/bertin/abs.shtml XDistfile: abs-src-0.6a.tar.gz (270 kb) X XPorted to FreeBSD by: X- Gianmarco Giovannelli (gmarco@giovannelli.it) END-of-abs/pkg/DESCR echo x - abs/pkg/PLIST sed 's/^X//' >abs/pkg/PLIST << 'END-of-abs/pkg/PLIST' Xbin/abs END-of-abs/pkg/PLIST echo c - abs/patches mkdir -p abs/patches > /dev/null 2>&1 echo x - abs/patches/patch-aa sed 's/^X//' >abs/patches/patch-aa << 'END-of-abs/patches/patch-aa' X--- Makefile.orig Sun Apr 11 09:16:58 1999 X+++ Makefile Sun Apr 11 09:26:28 1999 X@@ -5,7 +5,7 @@ X ### C Compiler X CC = cc -c X /*CC = cc -c -Aa -D_HPUX_SOURCE*/ X-CFLAGS = -I./pixmaps -I./Xpm -I./TextField-1.0 -I/usr/contrib/X11R6/include X+CFLAGS = -I./pixmaps -I./Xpm -I./TextField-1.0 -I/usr/X11R6/include X X ### Fortran Compiler X FC = xlf X@@ -199,7 +199,7 @@ X ### Program Libraries # X ####################### X X-LIBS = -L /usr/lib -L /lib/X11 -L /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext -L./Xpm -lxpm ./TextField-1.0/*.o X+LIBS = -L /usr/lib -L /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext -L./Xpm -lXpm ./TextField-1.0/*.o X X X SUBDIRS = cd Xpm; make; cd ../TextField-1.0; make; cd .. END-of-abs/patches/patch-aa echo x - abs/patches/patch-ab sed 's/^X//' >abs/patches/patch-ab << 'END-of-abs/patches/patch-ab' X--- TextField-1.0/Makefile.orig Sun Apr 11 09:23:53 1999 X+++ TextField-1.0/Makefile Sun Apr 11 09:24:09 1999 X@@ -1,7 +1,7 @@ X # Makefile for widget demo programs X X ATHENALIBS = -lXaw -lXmu -lXt -lX11 -lm X-CFLAGS = $(DEFINES) $(CDEBUGFLAGS) -I/usr/contrib/X11R6/include X+CFLAGS = $(DEFINES) $(CDEBUGFLAGS) -I/usr/X11R6/include X CDEBUGFLAGS = X DEFINES = X RM = rm -f END-of-abs/patches/patch-ab echo x - abs/Makefile sed 's/^X//' >abs/Makefile << 'END-of-abs/Makefile' X# New ports collection makefile for: abs X# Version required: 0.5 X# Date created: 20 January 1999 X# Whom: gmarco X# X# $Id: Makefile,v 1.2 1999/03/24 17:43:06 steve Exp $ X# X XDISTNAME= abs-src-0.6a XPKGNAME= abs-0.6 XCATEGORIES= math XMASTER_SITES= http://www.ping.be/bertin/ \ X http://www.giovannelli.it/~gmarco/files/ X XMAINTAINER= freebsd@scotty.masternet.it X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XUSE_XLIB= yes XWRKSRC= ${WRKDIR}/abs-src-0.6a/src XUSE_GMAKE= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin X Xpost-install: X @${ECHO} "For the changes from previous version 0.5" X @${ECHO} "you can read the NEWS file in ${WRKDIR}/abs-src-0.6a" X @${ECHO} "" X @${ECHO} "There are also some examples (not installed) in :" X @${ECHO} "${WRKDIR}/abs-src-0.6a/Examples" X @${ECHO} "" X @${ECHO} "" X.include END-of-abs/Makefile exit ## Diff from 0.5 in the ports tree ############## diff -ruN /usr/ports/math/abs/Makefile abs/Makefile --- /usr/ports/math/abs/Makefile Thu Mar 25 11:20:38 1999 +++ abs/Makefile Sun Apr 11 10:06:23 1999 @@ -6,18 +6,29 @@ # $Id: Makefile,v 1.2 1999/03/24 17:43:06 steve Exp $ # -DISTNAME= abs-src-0.5 -PKGNAME= abs-0.5 +DISTNAME= abs-src-0.6a +PKGNAME= abs-0.6 CATEGORIES= math -MASTER_SITES= http://www.ping.be/bertin/ +MASTER_SITES= http://www.ping.be/bertin/ \ + http://www.giovannelli.it/~gmarco/files/ MAINTAINER= freebsd@scotty.masternet.it LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_XLIB= yes +WRKSRC= ${WRKDIR}/abs-src-0.6a/src +USE_GMAKE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin +post-install: + @${ECHO} "For the changes from previous version 0.5" + @${ECHO} "you can read the NEWS file in ${WRKDIR}/abs-src-0.6a" + @${ECHO} "" + @${ECHO} "There are also some examples (not installed) in :" + @${ECHO} "${WRKDIR}/abs-src-0.6a/Examples" + @${ECHO} "" + @${ECHO} "" .include diff -ruN /usr/ports/math/abs/files/md5 abs/files/md5 --- /usr/ports/math/abs/files/md5 Tue Jan 26 04:43:37 1999 +++ abs/files/md5 Tue Apr 13 08:24:53 1999 @@ -1 +1 @@ -MD5 (abs-src-0.5.tar.gz) = ee3f6312009d76bac8fdb73c978511e8 +MD5 (abs-src-0.6a.tar.gz) = 3c391e2ea78ac66e78a5153ca94e7234 diff -ruN /usr/ports/math/abs/patches/patch-aa abs/patches/patch-aa --- /usr/ports/math/abs/patches/patch-aa Thu Mar 25 11:20:38 1999 +++ abs/patches/patch-aa Sun Apr 11 09:47:22 1999 @@ -1,25 +1,20 @@ ---- Makefile.orig Sun Dec 20 11:56:29 1998 -+++ Makefile Mon Mar 22 20:05:40 1999 -@@ -1,10 +1,11 @@ - CURRENT_DIR = . +--- Makefile.orig Sun Apr 11 09:16:58 1999 ++++ Makefile Sun Apr 11 09:26:28 1999 +@@ -5,7 +5,7 @@ + ### C Compiler + CC = cc -c + /*CC = cc -c -Aa -D_HPUX_SOURCE*/ +-CFLAGS = -I./pixmaps -I./Xpm -I./TextField-1.0 -I/usr/contrib/X11R6/include ++CFLAGS = -I./pixmaps -I./Xpm -I./TextField-1.0 -I/usr/X11R6/include --SUBDIRS = Xpm TextField-1.0 -+SUBDIRS = TextField-1.0 + ### Fortran Compiler + FC = xlf +@@ -199,7 +199,7 @@ + ### Program Libraries # + ####################### - MAKE = make +-LIBS = -L /usr/lib -L /lib/X11 -L /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext -L./Xpm -lxpm ./TextField-1.0/*.o ++LIBS = -L /usr/lib -L /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext -L./Xpm -lXpm ./TextField-1.0/*.o --LIBS = -L /lib/X11 -L /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext -+CFLAGS+=-I$(X11BASE)/include -+LIBS = -L /lib/X11 -L /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext -lXpm - SRCS = \ - applic.c \ -@@ -105,7 +106,7 @@ - $(MAKE) all); \ - fi \ - done -- cc -o abs ./TextField-1.0/*.o $(OBJS) ./Xpm/libxpm.a $(LIBS) -+ $(CC) $(CFLAGS) -o abs ./TextField-1.0/*.o $(OBJS) $(LIBS) - - clean:: - rm -f *.o */*.o */*.a + SUBDIRS = cd Xpm; make; cd ../TextField-1.0; make; cd .. diff -ruN /usr/ports/math/abs/patches/patch-ab abs/patches/patch-ab --- /usr/ports/math/abs/patches/patch-ab Tue Jan 26 04:43:37 1999 +++ abs/patches/patch-ab Sun Apr 11 09:47:30 1999 @@ -1,11 +1,11 @@ ---- Xpm/Makefile.orig Mon Jan 25 00:38:13 1999 -+++ Xpm/Makefile Mon Jan 25 00:38:43 1999 -@@ -16,7 +16,7 @@ - ################################# - ### C Compiler - CC = cc --CFLAGS = -O -+CFLAGS += -O -I$(X11BASE)/include +--- TextField-1.0/Makefile.orig Sun Apr 11 09:23:53 1999 ++++ TextField-1.0/Makefile Sun Apr 11 09:24:09 1999 +@@ -1,7 +1,7 @@ + # Makefile for widget demo programs - ### C++ Compiler - CCC = xlC + ATHENALIBS = -lXaw -lXmu -lXt -lX11 -lm +-CFLAGS = $(DEFINES) $(CDEBUGFLAGS) -I/usr/contrib/X11R6/include ++CFLAGS = $(DEFINES) $(CDEBUGFLAGS) -I/usr/X11R6/include + CDEBUGFLAGS = + DEFINES = + RM = rm -f diff -ruN /usr/ports/math/abs/patches/patch-ac abs/patches/patch-ac --- /usr/ports/math/abs/patches/patch-ac Tue Jan 26 04:43:37 1999 +++ abs/patches/patch-ac Thu Jan 1 01:00:00 1970 @@ -1,14 +0,0 @@ ---- TextField-1.0/Makefile.orig Mon Jan 25 00:39:18 1999 -+++ TextField-1.0/Makefile Mon Jan 25 00:40:01 1999 -@@ -1,9 +1,9 @@ - # Makefile for widget demo programs - - ATHENALIBS = -lXaw -lXmu -lXt -lX11 -lm --CFLAGS = $(DEFINES) $(CDEBUGFLAGS) -+CFLAGS += $(DEFINES) $(CDEBUGFLAGS) - CDEBUGFLAGS = --DEFINES = -+DEFINES = -I$(X11BASE)/include - RM = rm -f - - WIDGET = TextField diff -ruN /usr/ports/math/abs/pkg/DESCR abs/pkg/DESCR --- /usr/ports/math/abs/pkg/DESCR Tue Jan 26 04:43:37 1999 +++ abs/pkg/DESCR Sun Apr 11 10:04:02 1999 @@ -2,7 +2,10 @@ It has a programming language with the same syntax as Microsoft Visual Basic. -http://www.ping.be/bertin/abs.shtml -- Gianmarco -gmarco@giovannelli.it +Author : Andre.Bertin@ping.be +Home Page: http://www.ping.be/bertin/abs.shtml +Distfile: abs-src-0.6a.tar.gz (270 kb) + +Ported to FreeBSD by: +- Gianmarco Giovannelli (gmarco@giovannelli.it) Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 2:50:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FA6B14E13; Tue, 13 Apr 1999 02:50:23 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA84096; Tue, 13 Apr 1999 02:48:05 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Tue, 13 Apr 1999 02:48:05 -0700 (PDT) From: Message-Id: <199904130948.CAA84096@freefall.freebsd.org> To: andy@icc.surw.chel.su, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/7701: New port: drmario-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: drmario-1.0 State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Tue Apr 13 02:47:40 PDT 1999 State-Changed-Why: Committed as games/drm, 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 13 3:12: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id C9F1C14C87 for ; Tue, 13 Apr 1999 03:11:50 -0700 (PDT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.3/8.9.3) id MAA77092; Tue, 13 Apr 1999 12:07:47 +0200 (SAT) (envelope-from reg) Date: Tue, 13 Apr 1999 12:07:47 +0200 From: Jeremy Lea To: Tom Hukins Cc: ports@FreeBSD.ORG Subject: Re: Bad Ports: Configuration files in PLIST Message-ID: <19990413120746.D1053@shale.csir.co.za> References: <19990412193001.A10795@eborcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990412193001.A10795@eborcom.com>; from Tom Hukins on Mon, Apr 12, 1999 at 07:30:01PM +0100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Mon, Apr 12, 1999 at 07:30:01PM +0100, Tom Hukins wrote: > etc/libgtopConf.sh > etc/libgtop-features.def > devel/libgtop/pkg/PLIST Here are a couple more GNOME ports like this. These files are site specific configuration files, but they should not be edited. They are used by the configure scripts of the ports which depend on them, to find libs and correct flags. They are like (and used by) the *-config files. However, they are not executables, so the choice is etc/ or share/gnome. Since some of the ports install into ${LOCALBASE} before there is a /share/gnome (ORBit, libghttp, libxml) the only real choice is etc/. libdata/ maybe another choice. -Jeremy -- | ------------------------------------------------------ --+-- "Maybe tomorrow will be better than today, | or maybe it will not come at all..." - Pam Thum | ------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 3:55:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B141D151D1; Tue, 13 Apr 1999 03:55:50 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA88739; Tue, 13 Apr 1999 03:53:31 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Tue, 13 Apr 1999 03:53:31 -0700 (PDT) From: Message-Id: <199904131053.DAA88739@freefall.freebsd.org> To: pfgiffun@bachue.usc.unal.edu.co, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9739: Update to math/metis port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update to math/metis port State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Tue Apr 13 03:52:38 PDT 1999 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 13 7:47:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E7A7A14D41; Tue, 13 Apr 1999 07:47:27 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA55497; Tue, 13 Apr 1999 07:45:09 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Tue, 13 Apr 1999 07:45:09 -0700 (PDT) From: Message-Id: <199904131445.HAA55497@freefall.freebsd.org> To: andy@icc.surw.chel.su, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/7827: New port: garith-2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: garith-2.1 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Apr 13 07:43:56 PDT 1999 State-Changed-Why: Committed into ports/games, 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 13 8:16:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CF9F414F52; Tue, 13 Apr 1999 08:16:43 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA58421; Tue, 13 Apr 1999 08:14:24 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Tue, 13 Apr 1999 08:14:24 -0700 (PDT) From: Message-Id: <199904131514.IAA58421@freefall.freebsd.org> To: frankch@waru.life.nthu.edu.tw, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11041: update ports/chinese/rxvt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update ports/chinese/rxvt State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Apr 13 08:11:45 PDT 1999 State-Changed-Why: I changed PKGNAME from zh-rxvt-2.6.pre3 to zh-rxvt-2.6.p3 because former name is illegal. And I 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 13 8:33:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D42A6156F2; Tue, 13 Apr 1999 08:33:30 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA01184; Tue, 13 Apr 1999 08:31:12 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Tue, 13 Apr 1999 08:31:12 -0700 (PDT) From: Message-Id: <199904131531.IAA01184@freefall.freebsd.org> To: jonny@jonny.eng.br, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9925: New port, br-ispell Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port, br-ispell State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Apr 13 08:29:21 PDT 1999 State-Changed-Why: Committed, thank! By the way, why you RUN_DEPENDs on textproc/ispell? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 8:59:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from server.pentalpha.com.hk (unknown [210.176.109.29]) by hub.freebsd.org (Postfix) with ESMTP id A4B9714CCE; Tue, 13 Apr 1999 08:58:54 -0700 (PDT) (envelope-from danny@pentalpha.com.hk) Received: from hing ([10.0.0.153]) by server.pentalpha.com.hk (8.9.1a/8.9.1) with SMTP id XAA21368; Tue, 13 Apr 1999 23:56:30 +0800 (CST) Message-ID: <001c01be85c6$575a3120$df9dfea9@hing> From: "danny" To: , Subject: help on apache13-fp Date: Tue, 13 Apr 1999 23:57:31 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I try to install the port apache13-fp on a FreeBSD 3.1 stable machine. Creating and modifying new /usr/local/frontpage/version3.0/frontpage.cnf... Install new sub/per-user webs now (y/n) [Y]? y Using FrontPage Configuration File: /usr/local/frontpage/we80.cnf Getting DocumentRoot and UserDir. Found Directive ResourceConfig, value /usr/local/etc/apache/srm.conf. Getting DocumentRoot from /usr/local/etc/apache/srm.conf. Getting UserDir from /usr/local/etc/apache/srm.conf. ERROR: does not exist! ERROR: Unable to get DocumentRoot/UserDir Exiting due to an error! Please fix the error and try again. *** Error code 1 Stop. *** Error code 1 How can I fix it? Danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 9:15: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freed.libdns.qc.ca (derby.JSP.UMontreal.CA [132.204.45.26]) by hub.freebsd.org (Postfix) with ESMTP id 02BAA1575E for ; Tue, 13 Apr 1999 09:14:39 -0700 (PDT) (envelope-from spidey@libdns.qc.ca) Received: from localhost (spidey@localhost) by freed.libdns.qc.ca (8.9.3/8.9.3) with SMTP id MAA91092 for ; Tue, 13 Apr 1999 12:12:32 -0400 (EDT) (envelope-from spidey@libdns.qc.ca) X-Authentication-Warning: freed.libdns.qc.ca: spidey owned process doing -bs Date: Tue, 13 Apr 1999 12:12:32 -0400 (EDT) From: Spidey Reply-To: Spidey To: ports@freebsd.org Subject: Re: Playing sounds using nas/rplay (fwd) 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! It seems that the address of the maintainer of audio/rplay isn't valid anymore, so I post this to -ports... thanks... Si l'image donne l'illusion de savoir C'est que l'adage pretend que pour croire, L'important ne serait que de voir Lofofora ---------- Forwarded message ---------- From: David A Bagley To: beaupran@JSP.UMontreal.CA Date: Mon, 12 Apr 1999 16:59:44 -0400 (EDT) Subject: Re: Playing sounds using nas/rplay > Hi! > > I have nas and rplay installed and working here.. doesn't it mean that > xlock should be able to play sounds? > > I compiled xlock with sounds, but when I try to start it, I don't have > any... Hmm. Its been a while since I used it. (I couldn't get it working on my system since I upgraded to Solaris 2.6 (now I am at 2.7). I think you need to edit a rplay.conf file so it knows where the sounds are. Did you that? My old rplay.conf file has: /usr/local/sounds/complete.au /usr/local/sounds/identify-please.au /usr/local/sounds/not-programmed.au /usr/local/sounds/thank-you.au Hope that helps. My Linux machine is down at the momment but if you are using Linux let me know where you got your latest version of rplay, so I can give it a go. -- Cheers, /X\ David A. Bagley (( X bagleyd@tux.org http://www.tux.org/~bagleyd/ \X/ xlockmore and more ftp://ftp.tux.org/pub/tux/bagleyd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 9:17:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freed.libdns.qc.ca (derby.JSP.UMontreal.CA [132.204.45.26]) by hub.freebsd.org (Postfix) with ESMTP id E881F1599E for ; Tue, 13 Apr 1999 09:17:12 -0700 (PDT) (envelope-from spidey@libdns.qc.ca) Received: from localhost (spidey@localhost) by freed.libdns.qc.ca (8.9.3/8.9.3) with SMTP id MAA91438 for ; Tue, 13 Apr 1999 12:15:06 -0400 (EDT) (envelope-from spidey@libdns.qc.ca) X-Authentication-Warning: freed.libdns.qc.ca: spidey owned process doing -bs Date: Tue, 13 Apr 1999 12:15:06 -0400 (EDT) From: Spidey Reply-To: Spidey To: ports@freebsd.org Subject: Rplay port on FreeBSD (fwd) 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 oups!!! forwarded the wrong message!!! here ya go... Si l'image donne l'illusion de savoir C'est que l'adage pretend que pour croire, L'important ne serait que de voir Lofofora ---------- Forwarded message ---------- From: Spidey To: rmallory@csusb.edu Reply-To: Spidey Date: Tue, 13 Apr 1999 12:07:09 -0400 (EDT) Subject: Rplay port on FreeBSD Hi! I was wondering if you were aware of the latest rplay version... The one in the port collections is 3.2.0b6, and they released 3.3. So if you did some work on this, tell me, because I'm going to port version 3.3... ciao! Si l'image donne l'illusion de savoir C'est que l'adage pretend que pour croire, L'important ne serait que de voir Lofofora To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 9:20:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D313156F2; Tue, 13 Apr 1999 09:20:31 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA05527; Tue, 13 Apr 1999 09:18:13 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Tue, 13 Apr 1999 09:18:13 -0700 (PDT) From: Message-Id: <199904131618.JAA05527@freefall.freebsd.org> To: pfgiffun@bachue.usc.unal.edu.co, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9741: New port: ams postscript fonts by AMS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: ams postscript fonts by AMS State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Apr 13 09:17:34 PDT 1999 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 13 9:21: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 989CD157EB; Tue, 13 Apr 1999 09:20:59 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA05748; Tue, 13 Apr 1999 09:18:40 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Tue, 13 Apr 1999 09:18:40 -0700 (PDT) From: Message-Id: <199904131618.JAA05748@freefall.freebsd.org> To: pfgiffun@bachue.usc.unal.edu.co, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9740: New port: cm postscript fonts by AMS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: cm postscript fonts by AMS State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Apr 13 09:18:18 PDT 1999 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 13 10:14: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B8D314F7B; Tue, 13 Apr 1999 10:14:02 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA11745; Tue, 13 Apr 1999 10:11:38 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Tue, 13 Apr 1999 10:11:38 -0700 (PDT) From: Message-Id: <199904131711.KAA11745@freefall.freebsd.org> To: dima@Chg.RU, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10562: New port - PVM3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port - PVM3 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Apr 13 10:09:29 PDT 1999 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 13 10:21:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8984D14BE5; Tue, 13 Apr 1999 10:21:30 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA12628; Tue, 13 Apr 1999 10:19:11 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Tue, 13 Apr 1999 10:19:11 -0700 (PDT) From: Message-Id: <199904131719.KAA12628@freefall.freebsd.org> To: castor@alumni.caltech.edu, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/8789: Port created for Lucent Technology's Cscope version 13.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port created for Lucent Technology's Cscope version 13.7 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Apr 13 10:18:48 PDT 1999 State-Changed-Why: Committed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 10:25:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from roma.coe.ufrj.br (roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (Postfix) with ESMTP id 3AC0E1577E; Tue, 13 Apr 1999 10:25:07 -0700 (PDT) (envelope-from jonny@jonny.eng.br) Received: (from jonny@localhost) by roma.coe.ufrj.br (8.8.8/8.8.8) id OAA08092; Tue, 13 Apr 1999 14:22:46 -0300 (EST) (envelope-from jonny) From: Joao Carlos Mendes Luis Message-Id: <199904131722.OAA08092@roma.coe.ufrj.br> Subject: Re: ports/9925: New port, br-ispellf In-Reply-To: <199904131531.IAA01184@freefall.freebsd.org> from "taoka@FreeBSD.org" at "Apr 13, 1999 8:31:12 am" To: taoka@FreeBSD.org Date: Tue, 13 Apr 1999 14:22:46 -0300 (EST) Cc: jonny@jonny.eng.br, freebsd-ports@FreeBSD.org, ache@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (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 #define quoting(taoka@FreeBSD.org) // Synopsis: New port, br-ispell // // State-Changed-From-To: open->closed // State-Changed-By: taoka // State-Changed-When: Tue Apr 13 08:29:21 PDT 1999 // State-Changed-Why: // Committed, thank! // By the way, why you RUN_DEPENDs on textproc/ispell? I do not. I do BUILD_DEPEND it, because it needs buildhash installed to build. But if you meant that having RUN_DEPEND is a good thing, I must agree; there's no sense in having a ispell dictionary without ispell installed. I just did not know which was the preferred option. There was a precedent: rispell, from which I copied the basic idea. Jonny -- Joao Carlos Mendes Luis jonny@jonny.eng.br To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 10:40:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from diana.infonets.hiroshima-u.ac.jp (diana.infonets.hiroshima-u.ac.jp [133.41.33.53]) by hub.freebsd.org (Postfix) with ESMTP id 82EF0157C4; Tue, 13 Apr 1999 10:40:40 -0700 (PDT) (envelope-from taoka@infonets.hiroshima-u.ac.jp) Received: from peg.infonets.hiroshima-u.ac.jp (peg.infonets.hiroshima-u.ac.jp [133.41.33.64]) by diana.infonets.hiroshima-u.ac.jp (8.8.8/3.6W) with ESMTP id CAA27244; Wed, 14 Apr 1999 02:38:12 +0900 (JST) Received: from localhost (localhost.infonets.hiroshima-u.ac.jp [127.0.0.1]) by peg.infonets.hiroshima-u.ac.jp (8.9.2/3.6W) with ESMTP id CAA51906; Wed, 14 Apr 1999 02:38:11 +0900 (JST) To: jonny@jonny.eng.br Cc: taoka@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/9925: New port, br-ispellf From: TAOKA Satoshi In-Reply-To: Your message of "Tue, 13 Apr 1999 14:22:46 -0300 (EST)" <199904131722.OAA08092@roma.coe.ufrj.br> References: <199904131722.OAA08092@roma.coe.ufrj.br> X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) X-Prom-Mew: Prom-Mew 1.93 (procmail reader for Mew) X-URL: http://www.infonets.hiroshima-u.ac.jp/~taoka/ Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990414023811M.taoka@infonets.hiroshima-u.ac.jp> Date: Wed, 14 Apr 1999 02:38:11 +0900 X-Dispatcher: imput version 980905(IM100) Lines: 6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > installed to build. But if you meant that having RUN_DEPEND is a good > thing, I must agree; there's no sense in having a ispell dictionary > without ispell installed. Yes. I thought so. But I follow you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 11:12:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E3A5D157BF for ; Tue, 13 Apr 1999 11:12:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA16628; Tue, 13 Apr 1999 11:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fuckup.berlin.ccc.de (unknown.ccc.de [195.21.6.66]) by hub.freebsd.org (Postfix) with ESMTP id D94E4157B9 for ; Tue, 13 Apr 1999 11:03:09 -0700 (PDT) (envelope-from hans@fuckup.berlin.ccc.de) Received: (from hans@localhost) by fuckup.berlin.ccc.de (8.9.2/8.9.2) id VAA92898; Sun, 11 Apr 1999 21:36:35 +0200 (CEST) (envelope-from hans) Message-Id: <199904111936.VAA92898@fuckup.berlin.ccc.de> Date: Sun, 11 Apr 1999 21:36:35 +0200 (CEST) From: hans@berlin.ccc.de Reply-To: hans@berlin.ccc.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11113: emacs20 port does not compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11113 >Category: ports >Synopsis: emacs20 port does not compile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 13 11:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Hans Huebner >Release: FreeBSD 3.1-STABLE i386 >Organization: CCC Berlin >Environment: FreeBSD-3.1-STABLE >Description: editors/emacs20 contains an invalid patch file >How-To-Repeat: cd /usr/ports/editors/emacs20 ; make >Fix: cvs delete ports/editors/emacs20/patches/patch-ae Said patch is not needed, and it fails. With that patch removed, emacs compiles (and runs) fine. >Release-Note: >Audit-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 13 12:34:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD29C15180; Tue, 13 Apr 1999 12:34:18 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA22707; Tue, 13 Apr 1999 12:31:59 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Tue, 13 Apr 1999 12:31:59 -0700 (PDT) From: Message-Id: <199904131931.MAA22707@freefall.freebsd.org> To: billf@FreeBSD.org, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9920: New port - xnc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port - xnc Responsible-Changed-From-To: billf->freebsd-ports Responsible-Changed-By: billf Responsible-Changed-When: Tue Apr 13 12:31:09 PDT 1999 Responsible-Changed-Why: Submitter requested that I either commit this or release it back to all committers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 12:57:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 3088014E27 for ; Tue, 13 Apr 1999 12:55:27 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA002043112; Tue, 13 Apr 1999 15:51:52 -0400 Date: Tue, 13 Apr 1999 15:51:51 -0400 (EDT) From: Bill Fumerola To: ports@FreeBSD.org Subject: ports/10375 - where to import? 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 As submitted, this port (a proxy benchmarker) has CATEGORIES = www net Would it be proper to put it in benchmarks as a primary, or at least a virtual? Is benchmarks only for _system_ benchmarks (I consider X an application, if so see xengine)? Opinions please, I'm ready to import, I just need to know where. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 13 13:42:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B8BC14E7B for ; Tue, 13 Apr 1999 13:42:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA27627; Tue, 13 Apr 1999 13:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 7A3FA14D99 for ; Tue, 13 Apr 1999 13:38:44 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: (from billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) id QAA12641; Tue, 13 Apr 1999 16:38:49 -0400 (EDT) (envelope-from billf) Message-Id: <199904132038.QAA12641@jade.chc-chimes.com> Date: Tue, 13 Apr 1999 16:38:49 -0400 (EDT) From: Bill Fumerola Reply-To: billf@jade.chc-chimes.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11116: gtk interversion compatibility never works Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11116 >Category: ports >Synopsis: gtk interversion compatibility never works >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 13 13:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Bill Fumerola >Release: FreeBSD 2.2.8-STABLE i386 >Organization: Computer Horizons >Environment: FreeBSD jade.chc-chimes.com 2.2.8-STABLE FreeBSD 2.2.8-STABLE #0: Fri Jan 29 22:32:04 EST 1999 root@jade.chc-chimes.com:/usr/cvs-update/src/sys/compile/JADED i386 >Description: Be it multiple versions, or just one instance on the machine, GTK tests constantly fail. Included is the output from script(1) and the config.log from the port. For reader confusion a rant by the submitter is also included in place of a fix. >How-To-Repeat: output from script(1) Script started on Tue Apr 13 16:23:01 1999 billf@jade$ pwd /usr2/ports/x11-toolkits/gtk12 billf@jade$ ldconfig -r |grep glib 14:-lglib.1.5 => /usr/local/lib/libglib.so.1.5 27:-lglib11.0.4 => /usr/local/lib/libglib11.so.0.4 104:-lglib10.1.6 => /usr/X11R6/lib/libglib10.so.1.6 150:-lglib12.1.0 => /usr/local/lib/libglib12.so.1.0 billf@jade$ sudo make ===> Configuring for gtk-1.2.0 loading cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c -o bin -g bin checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking host system type... i386--freebsd2.2.8 checking build system type... i386--freebsd2.2.8 checking for ranlib... ranlib checking for gcc... cc checking whether the C compiler (cc -O -pipe -DI_LIKE_BREAKING_PORTS ) works... yes checking whether the C compiler (cc -O -pipe -DI_LIKE_BREAKING_PORTS ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for BSD-compatible nm... /usr/bin/nm -p checking command to parse /usr/bin/nm -p output... no checking for _ prefix in compiled symbols... no checking whether ln -s works... yes checking for object suffix... o checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions ... no checking if cc static flag -static works... -static checking if the linker (/usr/bin/ld) is GNU ld... no checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking command to parse /usr/bin/nm -p output... no checking how to hardcode library paths into programs... immediate checking for /usr/bin/ld option to reload object files... -r checking dynamic linker characteristics... freebsd2.2.8 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs creating libtool checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... i386--freebsd2.2.8 checking whether build environment is sane... yes checking for gcc... (cached) cc checking whether the C compiler (cc -O -pipe -DI_LIKE_BREAKING_PORTS ) works... yes checking whether the C compiler (cc -O -pipe -DI_LIKE_BREAKING_PORTS ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for POSIXized ISC... no checking for cc option to accept ANSI C... none needed checking for a BSD compatible install... /usr/bin/install -c -o bin -g bin checking whether make sets ${MAKE}... (cached) yes checking for mawk... no checking for gawk... no checking for nawk... no checking for awk... awk checking for perl5... perl5 checking for indent... indent checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for working const... yes checking for inline... inline checking for off_t... yes checking for size_t... yes checking for working alloca.h... no checking for alloca... yes checking for unistd.h... yes checking for getpagesize... yes checking for working mmap... yes checking for argz.h... no checking for limits.h... yes checking for locale.h... yes checking for nl_types.h... yes checking for malloc.h... yes checking for string.h... yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getcwd... yes checking for munmap... yes checking for putenv... yes checking for setenv... yes checking for setlocale... yes checking for strchr... yes checking for strcasecmp... yes checking for strdup... yes checking for __argz_count... no checking for __argz_stringify... no checking for __argz_next... no checking for stpcpy... no checking for LC_MESSAGES... yes checking whether NLS is requested... yes checking for libintl.h... yes checking for gettext in libc... no checking for bindtextdomain in -lintl... yes checking for gettext in libintl... checking for gettext in -lintl... yes yes checking for msgfmt... /usr/local/bin/msgfmt checking for dcgettext... no checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for catalogs to be installed... cs de es fr hu it ja ko nl no pl pt ru sv checking for gettext... no checking for gettext in -lintl... (cached) yes checking for extra flags to get ANSI library prototypes... none needed checking for extra flags for POSIX compliance... configure: warning: Could not determine POSIX flag. (-posix didn't work.) checking for glib-config... /usr/local/bin/glib12-config checking for GLIB - version >= 1.2.0... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GLIB was incorrectly installed *** or that you have moved GLIB since it was installed. In the latter case, you *** may want to edit the glib-config script: /usr/local/bin/glib12-config configure: error: *** GLIB 1.2.0 or better is required. The latest version of GLIB *** is always available from ftp://ftp.gtk.org/. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. billf@jade$ exit Script done on Tue Apr 13 16:23:34 1999 [ config.log follows ] This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:655: checking for a BSD compatible install configure:708: checking whether build environment is sane configure:765: checking whether make sets ${MAKE} configure:804: checking for working aclocal configure:817: checking for working autoconf configure:830: checking for working automake configure:843: checking for working autoheader configure:856: checking for working makeinfo configure:928: checking host system type configure:949: checking build system type configure:969: checking for ranlib configure:999: checking for gcc configure:1112: checking whether the C compiler (cc -O -pipe -DI_LIKE_BREAKING_PORTS ) works configure:1128: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:1154: checking whether the C compiler (cc -O -pipe -DI_LIKE_BREAKING_PORTS ) is a cross-compiler configure:1159: checking whether we are using GNU C configure:1168: cc -E conftest.c configure:1187: checking whether cc accepts -g configure:1230: checking for ld used by GCC configure:1323: checking if the linker (/usr/bin/ld) is GNU ld configure:1339: checking for BSD-compatible nm configure:1375: checking command to parse /usr/bin/nm -p output configure:1438: cc -c -O -pipe -DI_LIKE_BREAKING_PORTS -I/usr/local/include conftest.c 1>&5 configure:1441: /usr/bin/nm -p conftest.o | sed -n -e 's/^.* [BCDEGRSTU] \([_A-Za-z][_A-Za-z0-9]*\)$/\1 \1/p' > conftest.nm cannot find nm_test_var in conftest.nm configure:1535: checking for _ prefix in compiled symbols configure:1544: cc -c -O -pipe -DI_LIKE_BREAKING_PORTS -I/usr/local/include conftest.c 1>&5 configure:1547: /usr/bin/nm -p conftest.o | > conftest.nm configure: cannot run configure:1578: checking whether ln -s works ltconfig:552: checking for object suffix ltconfig:553: cc -c -O -pipe -DI_LIKE_BREAKING_PORTS -I/usr/local/include conftest.c 1>&5 ltconfig:674: checking if cc PIC flag -fPIC works ltconfig:675: cc -c -O -pipe -DI_LIKE_BREAKING_PORTS -fPIC -DPIC -I/usr/local/include conftest.c 1>&5 ltconfig:709: checking if cc supports -c -o file.o ltconfig:710: cc -c -O -pipe -DI_LIKE_BREAKING_PORTS -c -o conftest2.o -I/usr/local/include conftest.c 1>&5 ltconfig:737: checking if cc supports -c -o file.lo ltconfig:738: cc -c -O -pipe -DI_LIKE_BREAKING_PORTS -c -o conftest.lo -I/usr/local/include conftest.c 1>&5 ltconfig:789: checking if cc supports -fno-rtti -fno-exceptions ltconfig:790: cc -c -O -pipe -DI_LIKE_BREAKING_PORTS -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c 1>&5 cc1: Invalid option `-fno-exceptions' cc1: Invalid option `-fno-exceptions' ltconfig:833: checking if cc static flag -static works ltconfig:834: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -I/usr/local/include -static conftest.c -L/usr/local/lib 1>&5 ltconfig:1425: checking if global_symbol_pipe works ltconfig:1426: cc -c -O -pipe -DI_LIKE_BREAKING_PORTS -I/usr/local/include conftest.c 1>&5 ltconfig:1429: eval "/usr/bin/nm -p conftest.o | sed -n -e 's/^.* [BCDEGRSTU] \([_A-Za-z][_A-Za-z0-9]*\)$/\1 \1/p' > conftest.nm" cannot find nm_test_var in conftest.nm configure:1843: checking whether to enable maintainer-specific portions of Makefiles configure:1873: checking host system type configure:1973: checking whether build environment is sane configure:2015: checking for gcc configure:2128: checking whether the C compiler (cc -O -pipe -DI_LIKE_BREAKING_PORTS ) works configure:2144: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:2170: checking whether the C compiler (cc -O -pipe -DI_LIKE_BREAKING_PORTS ) is a cross-compiler configure:2175: checking whether we are using GNU C configure:2203: checking whether cc accepts -g configure:2235: checking for POSIXized ISC configure:2259: checking for cc option to accept ANSI C configure:2312: cc -c -O -pipe -DI_LIKE_BREAKING_PORTS -I/usr/local/include conftest.c 1>&5 configure:2347: checking for a BSD compatible install configure:2400: checking whether make sets ${MAKE} configure:2454: checking for mawk configure:2454: checking for gawk configure:2454: checking for nawk configure:2454: checking for awk configure:2488: checking for perl5 configure:2522: checking for indent configure:2560: checking how to run the C preprocessor configure:2581: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:2640: checking for ANSI C header files configure:2653: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:2720: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:2744: checking for working const configure:2798: cc -c -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c 1>&5 configure: In function `main': configure:2772: warning: unused variable `s' configure:2792: warning: unused variable `foo' configure:2760: warning: unused variable `zero' configure:2754: warning: unused variable `x' configure:2771: warning: `t' might be used uninitialized in this function configure:2789: warning: `b' might be used uninitialized in this function configure:2819: checking for inline configure:2833: cc -c -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c 1>&5 configure: In function `main': configure:2829: warning: control reaches end of non-void function configure: At top level: configure:2829: warning: return-type defaults to `int' configure:2859: checking for off_t configure:2892: checking for size_t configure:2927: checking for working alloca.h configure:2939: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:2933: alloca.h: No such file or directory configure: In function `main': configure:2935: warning: unused variable `p' configure: failed program was: #line 2932 "configure" #include "confdefs.h" #include int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } configure:2960: checking for alloca configure:2993: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure: In function `main': configure:2989: warning: unused variable `p' configure:3162: checking for unistd.h configure:3172: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:3201: checking for getpagesize configure:3229: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:3254: checking for working mmap configure:3402: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure: In function `main': configure:3343: warning: implicit declaration of function `getpagesize' configure:3352: warning: implicit declaration of function `rand' configure:3353: warning: implicit declaration of function `umask' configure:3357: warning: implicit declaration of function `write' configure:3359: warning: implicit declaration of function `close' configure:3390: warning: implicit declaration of function `read' configure:3396: warning: implicit declaration of function `unlink' configure:3430: checking for argz.h configure:3440: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:3436: argz.h: No such file or directory configure: failed program was: #line 3435 "configure" #include "confdefs.h" #include configure:3430: checking for limits.h configure:3440: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:3430: checking for locale.h configure:3440: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:3430: checking for nl_types.h configure:3440: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:3430: checking for malloc.h configure:3440: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:3430: checking for string.h configure:3440: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:3430: checking for unistd.h configure:3430: checking for sys/param.h configure:3440: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:3470: checking for getcwd configure:3498: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:3470: checking for munmap configure:3498: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:3470: checking for putenv configure:3498: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:3470: checking for setenv configure:3498: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:3470: checking for setlocale configure:3498: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:3470: checking for strchr configure:3498: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:3470: checking for strcasecmp configure:3498: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:3470: checking for strdup configure:3498: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:3470: checking for __argz_count configure:3498: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 /var/tmp/cclG63191.o: Undefined symbol `___argz_count' referenced from text segment configure: failed program was: #line 3475 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __argz_count(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char __argz_count(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub___argz_count) || defined (__stub_____argz_count) choke me #else __argz_count(); #endif ; return 0; } configure:3470: checking for __argz_stringify configure:3498: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 /var/tmp/ccir63331.o: Undefined symbol `___argz_stringify' referenced from text segment configure: failed program was: #line 3475 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __argz_stringify(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char __argz_stringify(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub___argz_stringify) || defined (__stub_____argz_stringify) choke me #else __argz_stringify(); #endif ; return 0; } configure:3470: checking for __argz_next configure:3498: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 /var/tmp/ccFO63471.o: Undefined symbol `___argz_next' referenced from text segment configure: failed program was: #line 3475 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __argz_next(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char __argz_next(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub___argz_next) || defined (__stub_____argz_next) choke me #else __argz_next(); #endif ; return 0; } configure:3527: checking for stpcpy configure:3555: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 /var/tmp/cctk63621.o: Undefined symbol `_stpcpy' referenced from text segment configure: failed program was: #line 3532 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char stpcpy(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char stpcpy(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_stpcpy) || defined (__stub___stpcpy) choke me #else stpcpy(); #endif ; return 0; } configure:3589: checking for LC_MESSAGES configure:3601: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:3622: checking whether NLS is requested configure:3654: checking for libintl.h configure:3664: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:3681: checking for gettext in libc configure:3693: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 /var/tmp/cccu64131.o: Undefined symbol `_gettext' referenced from text segment configure: failed program was: #line 3686 "configure" #include "confdefs.h" #include int main() { return (int) gettext ("") ; return 0; } configure:3709: checking for bindtextdomain in -lintl configure:3728: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -lintl -L/usr/local/lib 1>&5 configure:3744: checking for gettext in libintl configure:3749: checking for gettext in -lintl configure:3768: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -lintl -L/usr/local/lib 1>&5 configure:3807: checking for msgfmt configure:3841: checking for dcgettext configure:3869: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 /var/tmp/ccsl64831.o: Undefined symbol `_dcgettext' referenced from text segment configure: failed program was: #line 3846 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dcgettext(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dcgettext(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_dcgettext) || defined (__stub___dcgettext) choke me #else dcgettext(); #endif ; return 0; } configure:3896: checking for gmsgfmt configure:3932: checking for xgettext configure:3972: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 /var/tmp/cclW65321.o: Undefined symbol `__nl_msg_cat_cntr' referenced from text segment configure: failed program was: #line 3964 "configure" #include "confdefs.h" int main() { extern int _nl_msg_cat_cntr; return _nl_msg_cat_cntr ; return 0; } configure:4248: checking for catalogs to be installed configure:4351: checking for gettext configure:4379: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 /var/tmp/cctJ65701.o: Undefined symbol `_gettext' referenced from text segment configure: failed program was: #line 4356 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gettext(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gettext(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_gettext) || defined (__stub___gettext) choke me #else gettext(); #endif ; return 0; } configure:4397: checking for gettext in -lintl configure:4452: checking for extra flags to get ANSI library prototypes configure:4465: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c -lintl -L/usr/local/lib -lm 1>&5 configure:4506: checking for extra flags for POSIX compliance configure:4515: cc -c -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include conftest.c 1>&5 In file included from /usr/include/dirent.h:43, from configure:4509: /usr/include/sys/dirent.h:52: parse error before `u_int32_t' /usr/include/sys/dirent.h:52: warning: no semicolon at end of struct or union /usr/include/sys/dirent.h:53: warning: data definition has no type or storage class /usr/include/sys/dirent.h:54: parse error before `d_type' /usr/include/sys/dirent.h:54: warning: data definition has no type or storage class /usr/include/sys/dirent.h:55: parse error before `d_namlen' /usr/include/sys/dirent.h:55: warning: data definition has no type or storage class /usr/include/sys/dirent.h:62: parse error before `}' configure: In function `main': configure:4511: warning: unused variable `dir' configure: failed program was: #line 4508 "configure" #include "confdefs.h" #include int main() { DIR *dir; ; return 0; } configure:4532: cc -c -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -posix -I/usr/local/include conftest.c 1>&5 In file included from /usr/include/dirent.h:43, from configure:4526: /usr/include/sys/dirent.h:52: parse error before `u_int32_t' /usr/include/sys/dirent.h:52: warning: no semicolon at end of struct or union /usr/include/sys/dirent.h:53: warning: data definition has no type or storage class /usr/include/sys/dirent.h:54: parse error before `d_type' /usr/include/sys/dirent.h:54: warning: data definition has no type or storage class /usr/include/sys/dirent.h:55: parse error before `d_namlen' /usr/include/sys/dirent.h:55: warning: data definition has no type or storage class /usr/include/sys/dirent.h:62: parse error before `}' configure: In function `main': configure:4528: warning: unused variable `dir' configure: failed program was: #line 4525 "configure" #include "confdefs.h" #include int main() { DIR *dir; ; return 0; } configure:4608: checking for glib-config configure:4643: checking for GLIB - version >= 1.2.0 configure:4742: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include/glib12 -D_THREAD_SAFE -pthread -I/usr/local/include conftest.c -L/usr/local/lib -Wl,-E -lgmodule12 -lgthread12 -lglib12 -lc_r -lintl -L/usr/local/lib 1>&5 ld: invalid command option `-E' configure: failed program was: #line 4666 "configure" #include "confdefs.h" #include #include #include int main () { int major, minor, micro; char *tmp_version; system ("touch conf.glibtest"); /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = g_strdup("1.2.0"); if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "1.2.0"); exit(1); } if ((glib_major_version != 1) || (glib_minor_version != 2) || (glib_micro_version != 0)) { printf("\n*** 'glib-config --version' returned %d.%d.%d, but GLIB (%d.%d.%d)\n", 1, 2, 0, glib_major_version, glib_minor_version, glib_micro_version); printf ("*** was found! If glib-config was correct, then it is best\n"); printf ("*** to remove the old version of GLIB. You may also be able to fix the error\n"); printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); printf("*** required on your system.\n"); printf("*** If glib-config was wrong, set the environment variable GLIB_CONFIG\n"); printf("*** to point to the correct copy of glib-config, and remove the file config.cache\n"); printf("*** before re-running configure\n"); } else if ((glib_major_version != GLIB_MAJOR_VERSION) || (glib_minor_version != GLIB_MINOR_VERSION) || (glib_micro_version != GLIB_MICRO_VERSION)) { printf("*** GLIB header files (version %d.%d.%d) do not match\n", GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION); printf("*** library (version %d.%d.%d)\n", glib_major_version, glib_minor_version, glib_micro_version); } else { if ((glib_major_version > major) || ((glib_major_version == major) && (glib_minor_version > minor)) || ((glib_major_version == major) && (glib_minor_version == minor) && (glib_micro_version >= micro))) { return 0; } else { printf("\n*** An old version of GLIB (%d.%d.%d) was found.\n", glib_major_version, glib_minor_version, glib_micro_version); printf("*** You need a version of GLIB newer than %d.%d.%d. The latest version of\n", major, minor, micro); printf("*** GLIB is always available from ftp://ftp.gtk.org.\n"); printf("***\n"); printf("*** If you have already installed a sufficiently new version, this error\n"); printf("*** probably means that the wrong copy of the glib-config shell script is\n"); printf("*** being found. The easiest way to fix this is to remove the old version\n"); printf("*** of GLIB, but you can also set the GLIB_CONFIG environment to point to the\n"); printf("*** correct copy of glib-config. (In this case, you will have to\n"); printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); printf("*** so that the correct libraries are found at run-time))\n"); } } return 1; } configure:4786: cc -o conftest -O -pipe -DI_LIKE_BREAKING_PORTS -Wall -I/usr/local/include/glib12 -D_THREAD_SAFE -pthread -I/usr/local/include conftest.c -lintl -L/usr/local/lib -L/usr/local/lib -Wl,-E -lgmodule12 -lgthread12 -lglib12 -lc_r 1>&5 ld: invalid command option `-E' configure: failed program was: #line 4776 "configure" #include "confdefs.h" #include #include int main() { return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); ; return 0; } >Fix: Fix is both unknown to submitter, and submitter is unwilling to dig through the mess of dependencies and {re,mis}named scripts. The submitter, however, has used tools previously reserved as LARTs against this problem with no solution. The submitter also thinks that maintaining 4+ different versions of this toolkit is insane, counterproductive, and too much trouble without a reasonable return. Ports that depend on previous versions of GTK and are 2 versions behind the current GTK release should be marked BROKEN until the authors of said program upgrade their API. >Release-Note: >Audit-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 13 13:52:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A4BB314EBF for ; Tue, 13 Apr 1999 13:52:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA28530; Tue, 13 Apr 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cask.force9.net (cask.force9.net [195.166.128.29]) by hub.freebsd.org (Postfix) with SMTP id 3775114E84 for ; Tue, 13 Apr 1999 13:44:24 -0700 (PDT) (envelope-from tom@eborcom.com) Received: (qmail 30228 invoked from network); 13 Apr 1999 20:40:07 -0000 Received: from unknown (HELO coors.free-online.net) (212.56.108.80) by cask.force9.net with SMTP; 13 Apr 1999 20:40:07 -0000 Received: (qmail 14961 invoked from network); 13 Apr 1999 20:43:22 -0000 Received: from unknown (HELO ) (212.56.113.47) by coors.free-online.net with SMTP; 13 Apr 1999 20:43:22 -0000 Received: (qmail 13277 invoked by uid 5000); 13 Apr 1999 19:37:06 -0000 Message-Id: <19990413193706.13276.qmail@eborcom.com> Date: 13 Apr 1999 19:37:06 -0000 From: Tom Hukins To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11118: [Patch] Mutt deletes configuration files Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11118 >Category: ports >Synopsis: [Patch] Mutt deletes configuration files >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 13 13:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 2.2.8-STABLE i386 >Organization: eBORcOM >Environment: >Description: The Mutt port deletes its "Muttrc" and "mime.types" configuration files from ${PREFIX}/etc. These configuration files may have been edited locally and so should not be deleted. >How-To-Repeat: # cd /usr/ports/mail/mutt # make install # $EDITOR /usr/local/etc/Muttrc # $EDITOR /usr/local/etc/mime.types # make deinstall # cat /usr/local/etc/Muttrc /usr/local/etc/mime.types >Fix: diff -ruN mutt.old/pkg/PLIST mutt/pkg/PLIST --- mutt.old/pkg/PLIST Sun Feb 14 17:00:10 1999 +++ mutt/pkg/PLIST Tue Apr 13 19:30:52 1999 @@ -1,7 +1,5 @@ bin/mutt bin/mutt_dotlock -etc/Muttrc -etc/mime.types share/mutt/charsets/ansi-x3-110-1983 share/mutt/charsets/ansi-x3-4-1968 share/mutt/charsets/asmo-449 >Release-Note: >Audit-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 13 13:52:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6ECA814EB3 for ; Tue, 13 Apr 1999 13:52:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA28521; Tue, 13 Apr 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cask.force9.net (cask.force9.net [195.166.128.29]) by hub.freebsd.org (Postfix) with SMTP id 0267814E84 for ; Tue, 13 Apr 1999 13:44:03 -0700 (PDT) (envelope-from tom@eborcom.com) Received: (qmail 30203 invoked from network); 13 Apr 1999 20:39:49 -0000 Received: from unknown (HELO coors.free-online.net) (212.56.108.80) by cask.force9.net with SMTP; 13 Apr 1999 20:39:49 -0000 Received: (qmail 14920 invoked from network); 13 Apr 1999 20:43:12 -0000 Received: from unknown (HELO ) (212.56.113.47) by coors.free-online.net with SMTP; 13 Apr 1999 20:43:12 -0000 Received: (qmail 5833 invoked by uid 5000); 13 Apr 1999 18:23:30 -0000 Message-Id: <19990413182330.5832.qmail@eborcom.com> Date: 13 Apr 1999 18:23:30 -0000 From: Tom Hukins To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11117: [Patch] Lynx ports delete configuration file Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11117 >Category: ports >Synopsis: [Patch] Lynx ports delete configuration file >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 13 13:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 2.2.8-STABLE i386 >Organization: eBORcOM >Environment: >Description: The "Making a Port yourself" section of the Handbook clearly states: If your port requires some configuration files in PREFIX/etc, do not just install them and list them in pkg/PLIST. Various ports of Lynx delete the lynx.cfg file which is installed under ${PREFIX}/etc. This file may have been edited - any local changes will be lost. >How-To-Repeat: # cd /usr/ports/www/lynx # make install # $EDITOR /usr/local/etc/lynx.cfg # make deinstall # cat /usr/local/etc/lynx.cfg >Fix: The following patch, to be applied relative to /usr/ports, should prevent our 4 lynx ports from deleting configuration files: diff -ruN lynx.old/pkg/PLIST lynx/pkg/PLIST --- www/lynx.old/pkg/PLIST Sat Oct 31 23:59:46 1998 +++ www/lynx/pkg/PLIST Tue Apr 13 19:05:35 1999 @@ -1,5 +1,4 @@ bin/lynx -etc/lynx.cfg lib/lynx_help/Lynx_users_guide.html lib/lynx_help/about_lynx.html lib/lynx_help/keystrokes/bookmark_help.html diff -ruN lynx.old/pkg/PLIST lynx/pkg/PLIST --- japanese/lynx.old/pkg/PLIST Mon Nov 2 11:17:49 1998 +++ japanese/lynx/pkg/PLIST Tue Apr 13 19:07:43 1999 @@ -1,5 +1,4 @@ bin/lynx -etc/lynx.cfg lib/lynx_help/Lynx_users_guide.html lib/lynx_help/about_lynx.html lib/lynx_help/keystrokes/bookmark_help.html diff -ruN lynx-current.old/pkg/PLIST lynx-current/pkg/PLIST --- www/lynx-current.old/pkg/PLIST Sun Feb 21 17:33:47 1999 +++ www/lynx-current/pkg/PLIST Tue Apr 13 19:10:44 1999 @@ -1,5 +1,4 @@ bin/lynx -etc/lynx.cfg share/lynx_help/Lynx_users_guide.html share/lynx_help/about_lynx.html share/lynx_help/keystrokes/alt_edit_help.html diff -ruN lynx-current.old/pkg/PLIST lynx-current/pkg/PLIST --- japanese/lynx-current.old/pkg/PLIST Sun Feb 28 17:13:19 1999 +++ japanese/lynx-current/pkg/PLIST Tue Apr 13 19:14:43 1999 @@ -1,6 +1,5 @@ bin/lynx etc/lynx.cfg.sample -@unexec rm -f %D/etc/lynx.cfg lib/lynx_help/Lynx_users_guide.html lib/lynx_help/about_lynx.html lib/lynx_help/keystrokes/alt_edit_help.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 13 14: 3:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7856914C91; Tue, 13 Apr 1999 14:03:16 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA29538; Tue, 13 Apr 1999 14:00:57 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Tue, 13 Apr 1999 14:00:57 -0700 (PDT) From: Message-Id: <199904132100.OAA29538@freefall.freebsd.org> To: billf@jade.chc-chimes.com, billf@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/11116: gtk interversion compatibility never works Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gtk interversion compatibility never works State-Changed-From-To: open->suspended State-Changed-By: billf State-Changed-When: Tue Apr 13 13:58:47 PDT 1999 State-Changed-Why: This seems to be a 2.2.8-STABLE only problem. Maybe. However, I do still feel the rant at the bottom regarding the excess gtk ports is still valid. Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: billf Responsible-Changed-When: Tue Apr 13 13:58:47 PDT 1999 Responsible-Changed-Why: I'll see if I can make this work for 2.2.x users without losing the other branches. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 14:28:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BDCD214DC2; Tue, 13 Apr 1999 14:28:17 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA31066; Tue, 13 Apr 1999 14:25:58 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Tue, 13 Apr 1999 14:25:58 -0700 (PDT) From: Message-Id: <199904132125.OAA31066@freefall.freebsd.org> To: hans@berlin.ccc.de, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11113: emacs20 port does not compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: emacs20 port does not compile State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Tue Apr 13 14:25:26 PDT 1999 State-Changed-Why: There currently is no patch-ae with emacs20. Try nuking your emacs20 and getting a new copy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 15:32:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (Postfix) with ESMTP id D21AC14C2F for ; Tue, 13 Apr 1999 15:32:14 -0700 (PDT) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id IAA13959 for ; Wed, 14 Apr 1999 08:00:14 +0930 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA26578; Tue, 13 Apr 1999 22:48:11 +0930 Date: Tue, 13 Apr 1999 22:48:10 +0930 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: ports@freebsd.org Subject: MASTER_SITE_LINUXBERG Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've noticed several ports have distfiles on one of the Linuxberg mirrors (or which there seem to be hundreds). Can we get a new variable in bsd.port.mk to point to these? Kris ----- The Feynman problem-solving algorithm: 1. Write down the problem 2. Think real hard 3. Write down the solution To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 16:13:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 274BF1584A; Tue, 13 Apr 1999 16:13:45 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA38027; Tue, 13 Apr 1999 16:11:25 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Tue, 13 Apr 1999 16:11:25 -0700 (PDT) From: Message-Id: <199904132311.QAA38027@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11091: Update: net/kvirc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/kvirc State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Tue Apr 13 16:11:17 PDT 1999 State-Changed-Why: committed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 16:22:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 42DE414C85 for ; Tue, 13 Apr 1999 16:22:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA39005; Tue, 13 Apr 1999 16:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from corp.au.triax.com (slwag2p04.ozemail.com.au [203.108.157.52]) by hub.freebsd.org (Postfix) with ESMTP id C9C3114E55 for ; Tue, 13 Apr 1999 16:16:45 -0700 (PDT) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id JAA00491; Wed, 14 Apr 1999 09:14:28 +1000 (EST) Message-Id: <199904132314.JAA00491@corp.au.triax.com> Date: Wed, 14 Apr 1999 09:14:28 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@corp.au.triax.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11120: new port: irssi-0.7.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11120 >Category: ports >Synopsis: new port: irssi-0.7.8 >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 13 16:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: Irssi is an irc client which uses GTK+. Thanks to Will Andrews for helping me test this out. >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: # # irssi # irssi/Makefile # irssi/files # irssi/files/md5 # irssi/pkg # irssi/pkg/COMMENT # irssi/pkg/DESCR # irssi/pkg/PLIST # echo c - irssi mkdir -p irssi > /dev/null 2>&1 echo x - irssi/Makefile sed 's/^X//' >irssi/Makefile << 'END-of-irssi/Makefile' X# New ports collection makefile for: irssi X# Version required: 0.7.8 X# Date created: 14 Apr 1999 X# Whom: Jim Mock X# X# $Id$ X# X XDISTNAME= irssi-0.7.8 XCATEGORIES= net XMASTER_SITES= http://www.sicom.fi/~ikioma/irssi/ X XMAINTAINER= jim@phrantic.phear.net X XLIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 X XUSE_BZIP2= yes XUSE_GMAKE= yes XUSE_PERL5= yes XUSE_X_PREFIX= yes X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --without-gnome --without-dock --without-pthreads \ X --without-socks --with-textui=none XCONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ X GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" X Xpost-install: X @${ECHO} " " X @${ECHO} "---------------------------------------------------------------------------" X @${ECHO} "===> Installing example irssi.conf to ${PREFIX}/share/examples/irssi" X @${ECHO} "===> You will find a ~/.irssi.conf after running irssi for the first time." X @${ECHO} "---------------------------------------------------------------------------" X @${ECHO} " " X @${MKDIR} ${PREFIX}/share/examples/irssi && chmod a+rx ${PREFIX}/share/examples/irssi X ${INSTALL_DATA} ${WRKSRC}/irssi.conf ${PREFIX}/share/examples/irssi X strip ${PREFIX}/bin/irssi X strip ${PREFIX}/bin/irssi-bot X X.include END-of-irssi/Makefile echo c - irssi/files mkdir -p irssi/files > /dev/null 2>&1 echo x - irssi/files/md5 sed 's/^X//' >irssi/files/md5 << 'END-of-irssi/files/md5' XMD5 (irssi-0.7.8.tar.bz2) = a2db6a8805bb99ae4a40147d0efc7eda END-of-irssi/files/md5 echo c - irssi/pkg mkdir -p irssi/pkg > /dev/null 2>&1 echo x - irssi/pkg/COMMENT sed 's/^X//' >irssi/pkg/COMMENT << 'END-of-irssi/pkg/COMMENT' XIrssi is an IRC client that uses GTK+ and (optionally) GNOME. END-of-irssi/pkg/COMMENT echo x - irssi/pkg/DESCR sed 's/^X//' >irssi/pkg/DESCR << 'END-of-irssi/pkg/DESCR' XIrssi is an IRC client made with the GTK+ toolkit and (optional) GNOME Xlibraries. A small text mode version is also somewhat working, and a Xreally simple daemon version which can be used as bot will most likely Xbe available soon. X XWWW Homepage: http://www.sicom.fi/~ikioma/irssi/home.htm X X- Jim END-of-irssi/pkg/DESCR echo x - irssi/pkg/PLIST sed 's/^X//' >irssi/pkg/PLIST << 'END-of-irssi/pkg/PLIST' Xbin/irssi Xbin/irssi-bot Xlib/irssi/plugins/libexternal.a Xlib/irssi/plugins/libexternal.la Xlib/irssi/plugins/libexternal.so Xlib/irssi/plugins/libexternal.so.0 Xlib/irssi/plugins/libsample.a Xlib/irssi/plugins/libsample.la Xlib/irssi/plugins/libsample.so Xlib/irssi/plugins/libsample.so.0 Xlib/irssi/plugins/libspeech.a Xlib/irssi/plugins/libspeech.la Xlib/irssi/plugins/libspeech.so Xlib/irssi/plugins/libspeech.so.0 Xshare/examples/irssi/irssi.conf X@dirrm lib/irssi/plugins X@dirrm lib/irssi X@dirrm share/examples/irssi END-of-irssi/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 13 16:28:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 7249714F24; Tue, 13 Apr 1999 16:28:25 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-50.ix.netcom.com [205.186.215.50]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id QAA15293; Tue, 13 Apr 1999 16:26:11 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id QAA49308; Tue, 13 Apr 1999 16:24:49 -0700 (PDT) Date: Tue, 13 Apr 1999 16:24:49 -0700 (PDT) Message-Id: <199904132324.QAA49308@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: jonny@jonny.eng.br Cc: taoka@FreeBSD.org, jonny@jonny.eng.br, freebsd-ports@FreeBSD.org, ache@FreeBSD.org In-reply-to: <199904131722.OAA08092@roma.coe.ufrj.br> (message from Joao Carlos Mendes Luis on Tue, 13 Apr 1999 14:22:46 -0300 (EST)) Subject: Re: ports/9925: New port, br-ispellf From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: <199904131722.OAA08092@roma.coe.ufrj.br> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Joao Carlos Mendes Luis * I do not. I do BUILD_DEPEND it, because it needs buildhash * installed to build. But if you meant that having RUN_DEPEND is a good * thing, I must agree; there's no sense in having a ispell dictionary * without ispell installed. I just did not know which was the preferred * option. There was a precedent: rispell, from which I copied the basic * idea. If it indeed makes no sense, I don't see why you shouldn't add a dependency. Are there really no programs other than ispell itself that can use ispell dictionaries? -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 16:30:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9530814EE4; Tue, 13 Apr 1999 16:30:09 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA39563; Tue, 13 Apr 1999 16:27:50 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Tue, 13 Apr 1999 16:27:50 -0700 (PDT) From: Message-Id: <199904132327.QAA39563@freefall.freebsd.org> To: cpiazza@home.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11076: New port: cmp3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: cmp3 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Tue Apr 13 16:27:28 PDT 1999 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 13 16:31:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id B89D114E45 for ; Tue, 13 Apr 1999 16:31:41 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-50.ix.netcom.com [205.186.215.50]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id QAA15300; Tue, 13 Apr 1999 16:29:33 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id QAA49347; Tue, 13 Apr 1999 16:28:03 -0700 (PDT) Date: Tue, 13 Apr 1999 16:28:03 -0700 (PDT) Message-Id: <199904132328.QAA49347@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: billf@chc-chimes.com Cc: ports@FreeBSD.org In-reply-to: (message from Bill Fumerola on Tue, 13 Apr 1999 15:51:51 -0400 (EDT)) Subject: Re: ports/10375 - where to import? From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Bill Fumerola * Would it be proper to put it in benchmarks as a primary, or at least a * virtual? * * Is benchmarks only for _system_ benchmarks (I consider X an application, * if so see xengine)? I think benchmarks is fine. It's hard to justify a www proxy benchmark being in www when we already have tcpblast, netperf etc. in benchmarks (and there is a net category). -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 16:32:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from roma.coe.ufrj.br (roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (Postfix) with ESMTP id 28DD514E5E; Tue, 13 Apr 1999 16:32:09 -0700 (PDT) (envelope-from jonny@jonny.eng.br) Received: (from jonny@localhost) by roma.coe.ufrj.br (8.8.8/8.8.8) id UAA18173; Tue, 13 Apr 1999 20:29:49 -0300 (EST) (envelope-from jonny) From: Joao Carlos Mendes Luis Message-Id: <199904132329.UAA18173@roma.coe.ufrj.br> Subject: Re: ports/9925: New port, br-ispellf In-Reply-To: <199904132324.QAA49308@silvia.hip.berkeley.edu> from Satoshi - Ports Wraith - Asami at "Apr 13, 1999 4:24:49 pm" To: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: Tue, 13 Apr 1999 20:29:49 -0300 (EST) Cc: jonny@jonny.eng.br, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (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 #define quoting(Satoshi - Ports Wraith - Asami) // * I do not. I do BUILD_DEPEND it, because it needs buildhash // * installed to build. But if you meant that having RUN_DEPEND is a good // * thing, I must agree; there's no sense in having a ispell dictionary // * without ispell installed. I just did not know which was the preferred // * option. There was a precedent: rispell, from which I copied the basic // * idea. // // If it indeed makes no sense, I don't see why you shouldn't add a // dependency. Are there really no programs other than ispell itself // that can use ispell dictionaries? None that I know. emacs, maybe ? Jonny -- Joao Carlos Mendes Luis jonny@jonny.eng.br To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 16:47:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 6FE2014CC7; Tue, 13 Apr 1999 16:47:20 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-50.ix.netcom.com [205.186.215.50]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id QAA15322; Tue, 13 Apr 1999 16:45:04 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id QAA49414; Tue, 13 Apr 1999 16:43:37 -0700 (PDT) Date: Tue, 13 Apr 1999 16:43:37 -0700 (PDT) Message-Id: <199904132343.QAA49414@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: jonny@jonny.eng.br Cc: jonny@jonny.eng.br, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org In-reply-to: <199904132329.UAA18173@roma.coe.ufrj.br> (message from Joao Carlos Mendes Luis on Tue, 13 Apr 1999 20:29:49 -0300 (EST)) Subject: Re: ports/9925: New port, br-ispellf From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: <199904132329.UAA18173@roma.coe.ufrj.br> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Joao Carlos Mendes Luis * // If it indeed makes no sense, I don't see why you shouldn't add a * // dependency. Are there really no programs other than ispell itself * // that can use ispell dictionaries? * * None that I know. emacs, maybe ? AFAIK, emacs' ispell-mode calls ispell as a subprocess. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 16:52:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (nat192.236.mpoweredpc.net [142.177.192.236]) by hub.freebsd.org (Postfix) with ESMTP id E00F415068; Tue, 13 Apr 1999 16:52:37 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id UAA69678; Tue, 13 Apr 1999 20:50:34 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Tue, 13 Apr 1999 20:50:33 -0300 (ADT) From: The Hermit Hacker To: Satoshi - Ports Wraith - Asami Cc: billf@chc-chimes.com, tom@eborcom.com, mharo@area51.fremont.ca.us, ports@FreeBSD.ORG Subject: Re: WWW_SITE variable In-Reply-To: <199904090740.AAA98824@silvia.hip.berkeley.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 Apologies for the delay...first night that I haven't had to do a million and one things, and am diving into this :( Someone suggested/asked about the possibility of creating some sort of pkg/XML file to store the extraneous information...is there any chance of this happening? Right off the bat, I could see: Y2K: WWW: MAINTAINER:: Moving to it I'm moving WWW_SITE into DESCR right now, but it doesn't really seem to fit in there :( Having one central-to-a-port file that can be maintained and searched in for that sort of information would be great, and makes it so much easier to parse them for the ports.cgi... On Fri, 9 Apr 1999, Satoshi - Ports Wraith - Asami wrote: > * From: Bill Fumerola > > * Yes, Marc Fournier implemented both sides of this > * change (the Makefiles / the cgi parse). > * > * One day, I should go and update my ports to include the WWW_SITE stuff. > * Honestly, like what I'm hearing from you guys I was reluctant to touch it > * because I hadn't heard anything official. > > Well, I was holding off saying anything in public in fear of > embarrassing scrappy but I'm afraid can't wait any longer. > > These changes were not approved. We have been putting homepages in > pkg/DESCR for years. I don't see any need in adding yet another knob > to an already solved problem (which unsolves part of it...for > instance, how is the package user supposed to see it?). > > I told scrappy to back them out a few weeks ago, he said he will, but > has been "too busy" and that's why they are still there. > > -PW > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.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 13 16:57:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 817C314E62; Tue, 13 Apr 1999 16:57:30 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA40800; Tue, 13 Apr 1999 16:55:11 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Tue, 13 Apr 1999 16:55:11 -0700 (PDT) From: Message-Id: <199904132355.QAA40800@freefall.freebsd.org> To: tom@eborcom.com, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11117: [Patch] Lynx ports delete configuration file Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [Patch] Lynx ports delete configuration file State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Tue Apr 13 16:54:47 PDT 1999 State-Changed-Why: Committed. Thanks for catching 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 13 17: 2:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF30114C2F; Tue, 13 Apr 1999 17:02:28 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA41328; Tue, 13 Apr 1999 17:00:09 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Tue, 13 Apr 1999 17:00:09 -0700 (PDT) From: Message-Id: <199904140000.RAA41328@freefall.freebsd.org> To: tom@eborcom.com, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11118: [Patch] Mutt deletes configuration files Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [Patch] Mutt deletes configuration files State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Tue Apr 13 16:59:46 PDT 1999 State-Changed-Why: Commited. 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 13 17: 8:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id CFC11150A1 for ; Tue, 13 Apr 1999 17:08:48 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-50.ix.netcom.com [205.186.215.50]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA15389; Tue, 13 Apr 1999 17:04:53 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id RAA49553; Tue, 13 Apr 1999 17:03:18 -0700 (PDT) Date: Tue, 13 Apr 1999 17:03:18 -0700 (PDT) Message-Id: <199904140003.RAA49553@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: scrappy@hub.org Cc: billf@chc-chimes.com, tom@eborcom.com, mharo@area51.fremont.ca.us, ports@FreeBSD.ORG In-reply-to: (message from The Hermit Hacker on Tue, 13 Apr 1999 20:50:33 -0300 (ADT)) Subject: Re: WWW_SITE variable From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: The Hermit Hacker * Apologies for the delay...first night that I haven't had to do a million * and one things, and am diving into this :( Good, now you're back. * Someone suggested/asked about the possibility of creating some sort of * pkg/XML file to store the extraneous information...is there any chance of * this happening? Right off the bat, I could see: * * Y2K: * WWW: * MAINTAINER:: * * Moving to it Yes, maybe in the future. But for now, please move them to DESCR. THE FRAMEWORK DOESN'T EXIST ***NOW***!!! Sorry for yelling, but I've asked this nicely too many times. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 17:13:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from deep-thought.demos.su (deep-thought.demos.su [194.87.1.76]) by hub.freebsd.org (Postfix) with ESMTP id F31F514F9C; Tue, 13 Apr 1999 17:13:13 -0700 (PDT) (envelope-from ache@deep-thought.demos.su) Received: (from ache@localhost) by deep-thought.demos.su (8.9.3/8.9.3) id EAA35406; Wed, 14 Apr 1999 04:10:53 +0400 (MSD) (envelope-from ache) Date: Wed, 14 Apr 1999 04:10:52 +0400 From: "Andrey A. Chernov" To: mharo@FreeBSD.ORG Cc: tom@eborcom.com, freebsd-ports@FreeBSD.ORG Subject: Re: ports/11118: [Patch] Mutt deletes configuration files Message-ID: <19990414041052.B35353@nagual.pp.ru> References: <199904140000.RAA41328@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199904140000.RAA41328@freefall.freebsd.org>; from mharo@FreeBSD.ORG on Tue, Apr 13, 1999 at 05:00:09PM -0700 Organization: Biomechanoid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Apr 13, 1999 at 05:00:09PM -0700, mharo@FreeBSD.ORG wrote: > Synopsis: [Patch] Mutt deletes configuration files > > State-Changed-From-To: open->closed > State-Changed-By: mharo > State-Changed-When: Tue Apr 13 16:59:46 PDT 1999 > State-Changed-Why: > Commited. Thanks! Wrong way. *.default config must be packaged instead. -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ 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 13 17:15:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (nat192.236.mpoweredpc.net [142.177.192.236]) by hub.freebsd.org (Postfix) with ESMTP id 83EE714CBE; Tue, 13 Apr 1999 17:15:50 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id VAA69828; Tue, 13 Apr 1999 21:13:48 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Tue, 13 Apr 1999 21:13:47 -0300 (ADT) From: The Hermit Hacker To: Satoshi - Ports Wraith - Asami Cc: billf@chc-chimes.com, tom@eborcom.com, mharo@area51.fremont.ca.us, ports@FreeBSD.ORG Subject: Re: WWW_SITE variable In-Reply-To: <199904140003.RAA49553@silvia.hip.berkeley.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 Tue, 13 Apr 1999, Satoshi - Ports Wraith - Asami wrote: > * From: The Hermit Hacker > > * Apologies for the delay...first night that I haven't had to do a million > * and one things, and am diving into this :( > > Good, now you're back. > > * Someone suggested/asked about the possibility of creating some sort of > * pkg/XML file to store the extraneous information...is there any chance of > * this happening? Right off the bat, I could see: > * > * Y2K: > * WWW: > * MAINTAINER:: > * > * Moving to it > > Yes, maybe in the future. But for now, please move them to DESCR. > THE FRAMEWORK DOESN'T EXIST ***NOW***!!! Doing so...see commit's ... but, what does it take to get one file added to the framework? I have no understanding of what is involved, which is the only reason I ask... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.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 13 17:28:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 63CAC155D5; Tue, 13 Apr 1999 17:28:23 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA45117; Tue, 13 Apr 1999 17:26:04 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Tue, 13 Apr 1999 17:26:04 -0700 (PDT) From: Message-Id: <199904140026.RAA45117@freefall.freebsd.org> To: te196319@cse.ec.kyushu-u.ac.jp, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10413: su2; description of file location is wrong in manual. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: su2; description of file location is wrong in manual. State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Tue Apr 13 17:25:25 PDT 1999 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 13 17:36:10 1999 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 2B7F014CAA for ; Tue, 13 Apr 1999 17:36:07 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id TAA26881; Tue, 13 Apr 1999 19:33:40 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <010001be860e$723e4420$8dfee0d1@westbend.net> Reply-To: "Scot W. Hetzel" From: "Scot W. Hetzel" To: "danny" Cc: References: <001c01be85c6$575a3120$df9dfea9@hing> Subject: Re: help on apache13-fp Date: Tue, 13 Apr 1999 19:33:40 -0500 Organization: West Bend Internet MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: danny > Getting DocumentRoot and UserDir. > Found Directive ResourceConfig, value /usr/local/etc/apache/srm.conf. > Getting DocumentRoot from /usr/local/etc/apache/srm.conf. > Getting UserDir from /usr/local/etc/apache/srm.conf. > ERROR: does not exist! > ERROR: Unable to get DocumentRoot/UserDir > > Exiting due to an error! Please fix the error and try again. > > *** Error code 1 > > Stop. > *** Error code 1 > > How can I fix it? > Danny > By adding both the DocumentRoot and UserDir to the srm.conf file. i.e.: DocumentRoot /usr/local/apache/data UserDir public_html Or if you are using the one config file setup, you might want to change the AccessConfig and ResourceConfig directives so that they are set to the httpd.conf file instead of {access,srm}.conf. Looks, like the port may need to be changed to point to the httpd.conf by default. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 17:37: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id B88BA1507B for ; Tue, 13 Apr 1999 17:36:52 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-50.ix.netcom.com [205.186.215.50]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA15440; Tue, 13 Apr 1999 17:34:34 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id RAA49695; Tue, 13 Apr 1999 17:32:50 -0700 (PDT) Date: Tue, 13 Apr 1999 17:32:50 -0700 (PDT) Message-Id: <199904140032.RAA49695@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: reg@shale.csir.co.za Cc: tom@eborcom.com, ports@FreeBSD.ORG In-reply-to: <19990413120746.D1053@shale.csir.co.za> (message from Jeremy Lea on Tue, 13 Apr 1999 12:07:47 +0200) Subject: Re: Bad Ports: Configuration files in PLIST From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <19990412193001.A10795@eborcom.com> <19990413120746.D1053@shale.csir.co.za> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Jeremy Lea * Here are a couple more GNOME ports like this. These files are site * specific configuration files, but they should not be edited. They are * used by the configure scripts of the ports which depend on them, to find * libs and correct flags. They are like (and used by) the *-config files. * * However, they are not executables, so the choice is etc/ or share/gnome. * Since some of the ports install into ${LOCALBASE} before there is a * /share/gnome (ORBit, libghttp, libxml) the only real choice is etc/. Why can't they mkdir ${LOCALBASE}/share/gnome themselves? :) -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 17:42:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 766) id C76D414D65; Tue, 13 Apr 1999 17:42:19 -0700 (PDT) Date: Tue, 13 Apr 1999 17:41:36 -0700 From: Michael Haro To: "Andrey A. Chernov" Cc: tom@eborcom.com, freebsd-ports@FreeBSD.ORG Subject: Re: ports/11118: [Patch] Mutt deletes configuration files Message-ID: <19990413174136.A1488@hub.freebsd.org> References: <199904140000.RAA41328@freefall.freebsd.org> <19990414041052.B35353@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990414041052.B35353@nagual.pp.ru>; from Andrey A. Chernov on Wed, Apr 14, 1999 at 04:10:52AM +0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Apr 14, 1999 at 04:10:52AM +0400, Andrey A. Chernov wrote: > > Wrong way. *.default config must be packaged instead. At the moment mutt installs its config in ${PREFIX}/etc if it doesn't exist and always puts it in ${PREFIX}/share/mutt Is this fine, or should it be changed to ${PREFIX}/etc/_____.default? Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 17:56: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 760BA1507B for ; Tue, 13 Apr 1999 17:56:06 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-50.ix.netcom.com [205.186.215.50]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA15477; Tue, 13 Apr 1999 17:53:59 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id RAA49765; Tue, 13 Apr 1999 17:53:16 -0700 (PDT) Date: Tue, 13 Apr 1999 17:53:16 -0700 (PDT) Message-Id: <199904140053.RAA49765@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: kkennawa@physics.adelaide.edu.au Cc: ports@freebsd.org In-reply-to: (message from Kris Kennaway on Tue, 13 Apr 1999 22:48:10 +0930 (CST)) Subject: Re: MASTER_SITE_LINUXBERG From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * I've noticed several ports have distfiles on one of the Linuxberg mirrors (or * which there seem to be hundreds). Can we get a new variable in bsd.port.mk to * point to these? Sure, just send me a patch to bsd.port.mk. How many ports use it, by the way? -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 18:11:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from deep-thought.demos.su (deep-thought.demos.su [194.87.1.76]) by hub.freebsd.org (Postfix) with ESMTP id A32F514BEC; Tue, 13 Apr 1999 18:11:24 -0700 (PDT) (envelope-from ache@deep-thought.demos.su) Received: (from ache@localhost) by deep-thought.demos.su (8.9.3/8.9.3) id FAA36416; Wed, 14 Apr 1999 05:09:01 +0400 (MSD) (envelope-from ache) Date: Wed, 14 Apr 1999 05:09:00 +0400 From: "Andrey A. Chernov" To: Michael Haro Cc: tom@eborcom.com, freebsd-ports@FreeBSD.ORG Subject: Re: ports/11118: [Patch] Mutt deletes configuration files Message-ID: <19990414050900.A36393@nagual.pp.ru> References: <199904140000.RAA41328@freefall.freebsd.org> <19990414041052.B35353@nagual.pp.ru> <19990413174136.A1488@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990413174136.A1488@hub.freebsd.org>; from mharo@FreeBSD.ORG on Tue, Apr 13, 1999 at 05:41:36PM -0700 Organization: Biomechanoid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Apr 13, 1999 at 05:41:36PM -0700, Michael Haro wrote: > On Wed, Apr 14, 1999 at 04:10:52AM +0400, Andrey A. Chernov wrote: > > > > Wrong way. *.default config must be packaged instead. > > At the moment mutt installs its config in ${PREFIX}/etc if it > doesn't exist and always puts it in ${PREFIX}/share/mutt > > Is this fine, or should it be changed to ${PREFIX}/etc/_____.default? share is not proper place for config files at all, they must stay in etc Does you mean share/doc/mutt instead? share/doc is place for docs and examples, not for config files too -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ 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 13 18:12:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D49B15216 for ; Tue, 13 Apr 1999 18:12:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA00483; Tue, 13 Apr 1999 18:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from catastrophe.gelemna.ft-wayne.in.us (fw-line-19.fwi.com [209.84.172.24]) by hub.freebsd.org (Postfix) with ESMTP id 832F014BEC for ; Tue, 13 Apr 1999 18:07:21 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from emerson.gelemna.ft-wayne.in.us (emerson.gelemna.ft-wayne.in.us [10.23.42.2]) by catastrophe.gelemna.ft-wayne.in.us (8.8.8/8.8.8) with ESMTP id UAA24562 for ; Tue, 13 Apr 1999 20:04:23 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.9.3/8.9.2) id UAA02936; Tue, 13 Apr 1999 20:04:35 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Message-Id: <199904140104.UAA02936@emerson.gelemna.ft-wayne.in.us> Date: Tue, 13 Apr 1999 20:04:35 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11125: update security/p5-PGP-Sign to 0.14 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11125 >Category: ports >Synopsis: update security/p5-PGP-Sign to 0.14 >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 13 18:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Don Croyle >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: The attached diffs update the security/p5-PGP-Sign port to use the new 0.14 distfile. The new version adds support for PGP 5 and Gnu Privacy Guard. >How-To-Repeat: >Fix: Apply this patch: diff -ruN p5-PGP-Sign.old/Makefile p5-PGP-Sign/Makefile --- p5-PGP-Sign.old/Makefile Mon Dec 7 12:33:32 1998 +++ p5-PGP-Sign/Makefile Tue Apr 13 19:31:42 1999 @@ -1,34 +1,66 @@ # New ports collection makefile for: p5-PGP-Sign -# Version required: 0.13 +# Version required: 0.14 # Date created: January 2, 1998 # Whom: Don Croyle # # $Id: Makefile,v 1.5 1998/12/07 17:33:32 billf Exp $ # -DISTNAME= PGP-Sign-0.13 -PKGNAME= p5-PGP-Sign-0.13 +DISTNAME= PGP-Sign-0.14 +PKGNAME= p5-PGP-Sign-0.14 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= PGP MAINTAINER= croyle@gelemna.ft-wayne.in.us -RUN_DEPENDS= pgp:${PORTSDIR}/security/pgp - USE_PERL5= yes MAN3= PGP::Sign.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -# This module only works with version 2, so you need to set this -# variable on the command line if you have something else installed as -# pgp. +# You can either define one of these on the command line or accept the +# default (USE_PGP2). You can also predefine the values for PGP (or +# PGPS and PGPV) and PGPSTYLE if you don't like what this makefile +# would assign. +# USE_PGP2 - use PGP 2.6.* or a reasonable facsimile thereof +# USE_PGP5 - use PGP 5 or a work-alike +# USE_GPG - use Gnu Privacy Guard + +.if !defined(USE_PGP5) && !defined(USE_GPG) +USE_PGP2?= yes +RUN_DEPENDS= pgp:${PORTSDIR}/security/pgp .ifndef PGP -PGP!= which pgp || echo ${PREFIX}/bin/pgp +PGP!= which pgp || ${ECHO} ${PREFIX}/bin/pgp +.endif +PGPSTYLE?= PGP2 +.else +.ifdef USE_PGP5 +RUN_DEPENDS= pgps:${PORTSDIR}/security/pgp5 +.ifndef PGPS +PGPS!= which pgps || ${ECHO} ${PREFIX}/bin/pgps +.endif +.ifndef PGPV +PGPV!= which pgpv || ${ECHO} ${PREFIX}/bin/pgpv +.endif +PGPSTYLE?= PGP5 +.endif +.ifdef USE_GPG +RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg +.ifndef PGP +PGP!= which gpg || ${ECHO} ${PREFIX}/bin/gpg +.endif +PGPSTYLE?= GPG +.endif +.endif + +.ifdef PGP +PGPS= ${PGP} +PGPV= ${PGP} .endif +CONFIG_ARGS= PGPS=${PGPS} PGPV=${PGPV} PGPSTYLE=${PGPSTYLE} do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PGP=${PGP} + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${CONFIG_ARGS} .include diff -ruN p5-PGP-Sign.old/files/md5 p5-PGP-Sign/files/md5 --- p5-PGP-Sign.old/files/md5 Mon Dec 7 12:33:33 1998 +++ p5-PGP-Sign/files/md5 Tue Apr 13 18:07:14 1999 @@ -1 +1 @@ -MD5 (PGP-Sign-0.13.tar.gz) = 7c8c62b2916122989e748020cd566c12 +MD5 (PGP-Sign-0.14.tar.gz) = 68907baf0ff8fde87a4edabb973ba253 diff -ruN p5-PGP-Sign.old/pkg/DESCR p5-PGP-Sign/pkg/DESCR --- p5-PGP-Sign.old/pkg/DESCR Sun May 3 22:50:45 1998 +++ p5-PGP-Sign/pkg/DESCR Tue Apr 13 19:23:05 1999 @@ -1,3 +1,5 @@ PGP::Sign is a special purpose module designed to create and check detached signatures for data. It's mainly intended to be used for things like reimplementing PGPMoose, signcontrol and pgpverify. + +It can use PGP 2.6.*, PGP 5 or Gnu Privacy Guard. >Release-Note: >Audit-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 13 18:12:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 66F621507B for ; Tue, 13 Apr 1999 18:12:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA00474; Tue, 13 Apr 1999 18:10:01 -0700 (PDT) (envelope-from gnats@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 7F3E31507B for ; Tue, 13 Apr 1999 18:03:37 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 4E266169B; Tue, 13 Apr 1999 18:01:13 -0700 (PDT) Message-Id: <19990414010113.4E266169B@norn.ca.eu.org> Date: Tue, 13 Apr 1999 18:01:13 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11124: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11124 >Category: ports >Synopsis: >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 13 18:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: 4.0-CURRENT post-egcs >Description: Get and Resume Elite EDition. A fetch(1) like program that includes resume support. cflags/prefix: 'course portlint: nothing >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: # # greed # greed/Makefile # greed/files # greed/files/md5 # greed/pkg # greed/pkg/COMMENT # greed/pkg/DESCR # greed/pkg/PLIST # greed/patches # greed/patches/patch-aa # greed/patches/patch-ab # greed/patches/patch-ac # echo c - greed mkdir -p greed > /dev/null 2>&1 echo x - greed/Makefile sed 's/^X//' >greed/Makefile << 'END-of-greed/Makefile' X# New ports collection makefile for: greed X# Version required: 0.652 X# Date created: 13 April 1999 X# Whom: Chris Piazza X# X# $Id$ X# X XDISTNAME= greed XPKGNAME= greed-0.652 XCATEGORIES= net XMASTER_SITES= http://www.public.asu.edu/~arturner/ X XMAINTAINER= cpiazza@home.net X XMAN1= greed.1 X XALL_TARGET= freebsd X Xpre-install: X @${GUNZIP_CMD} ${WRKSRC}/greed.1.gz X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/greed ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/greed.1 ${PREFIX}/man/man1 X X.include END-of-greed/Makefile echo c - greed/files mkdir -p greed/files > /dev/null 2>&1 echo x - greed/files/md5 sed 's/^X//' >greed/files/md5 << 'END-of-greed/files/md5' XMD5 (greed.tar.gz) = a1d45e3654cbc08c725305f54752b08f END-of-greed/files/md5 echo c - greed/pkg mkdir -p greed/pkg > /dev/null 2>&1 echo x - greed/pkg/COMMENT sed 's/^X//' >greed/pkg/COMMENT << 'END-of-greed/pkg/COMMENT' XA utility for downloading files with resume capabilities. END-of-greed/pkg/COMMENT echo x - greed/pkg/DESCR sed 's/^X//' >greed/pkg/DESCR << 'END-of-greed/pkg/DESCR' XGet and Resume Elite EDition. A utility to download files from http and Xftp from the console with the ability to resume downloads. X XWebsite: Xhttp://www.public.asu.edu/~arturner/index.html XAuthor: XAnoakie Turner X X-Chris Piazza Xcpiazza@home.net END-of-greed/pkg/DESCR echo x - greed/pkg/PLIST sed 's/^X//' >greed/pkg/PLIST << 'END-of-greed/pkg/PLIST' Xbin/greed END-of-greed/pkg/PLIST echo c - greed/patches mkdir -p greed/patches > /dev/null 2>&1 echo x - greed/patches/patch-aa sed 's/^X//' >greed/patches/patch-aa << 'END-of-greed/patches/patch-aa' X--- Makefile.orig Sat Apr 10 03:11:33 1999 X+++ Makefile Tue Apr 13 17:38:53 1999 X@@ -4,10 +4,10 @@ X X # Where to install binary and manpage on "make install": X X-PREFIX=/usr/local X BINDIR=$(PREFIX)/bin X MANDIR=$(PREFIX)/man X SECTION=1 X+FLAGS=${CFLAGS} X X ################################################### X ###### ###### X@@ -52,11 +52,11 @@ X #CFLAGS='-DI386_ASSEM -DREAL_IS_FLOAT -DLINUX -Wall -O2 -m486 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2' X X freebsd: X- $(MAKE) CC=cc LDFLAGS= \ X+ $(MAKE) LDFLAGS= \ X OBJECTS= \ X- CFLAGS='-Wall -ansi -pedantic -O4 -m486 -fomit-frame-pointer \ X- -funroll-all-loops -ffast-math -DROT_I386 \ X- -DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP' \ X+ CFLAGS='-fomit-frame-pointer \ X+ -funroll-all-loops -ffast-math \ X+ -DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \ X greed X X solaris: END-of-greed/patches/patch-aa echo x - greed/patches/patch-ab sed 's/^X//' >greed/patches/patch-ab << 'END-of-greed/patches/patch-ab' X--- main.c.orig Tue Apr 13 17:21:51 1999 X+++ main.c Tue Apr 13 17:23:10 1999 X@@ -63,6 +63,9 @@ X TIMEOUT_SEC = 300; X MINSPEED = 0; X REFERRER = 1; X+#ifdef __FreeBSD__ X+ fpsetmask(0); X+#endif X X for (i = 1; i < argc; i ++) X Switches(i, argv); END-of-greed/patches/patch-ab echo x - greed/patches/patch-ac sed 's/^X//' >greed/patches/patch-ac << 'END-of-greed/patches/patch-ac' X--- main.h.orig Tue Apr 13 17:21:40 1999 X+++ main.h Tue Apr 13 17:22:07 1999 X@@ -47,7 +47,9 @@ X #include X #include X #include X- X+#ifdef __FreeBSD__ X+#include X+#endif X X #define HTTP 1 X #define FTP 2 END-of-greed/patches/patch-ac exit -Chris >Release-Note: >Audit-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 13 18:25:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 0373F14EF2 for ; Tue, 13 Apr 1999 18:25:41 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-50.ix.netcom.com [205.186.215.50]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id SAA15519; Tue, 13 Apr 1999 18:20:40 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id SAA50012; Tue, 13 Apr 1999 18:17:01 -0700 (PDT) Date: Tue, 13 Apr 1999 18:17:01 -0700 (PDT) Message-Id: <199904140117.SAA50012@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: scrappy@hub.org Cc: billf@chc-chimes.com, tom@eborcom.com, mharo@area51.fremont.ca.us, ports@FreeBSD.ORG In-reply-to: (message from The Hermit Hacker on Tue, 13 Apr 1999 21:13:47 -0300 (ADT)) Subject: Re: WWW_SITE variable From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Doing so...see commit's ... but, what does it take to get one file added * to the framework? I have no understanding of what is involved, which is * the only reason I ask... Nothing more than modifying the various programs involved (esp. bsd.port.mk and pkg_* tools). (Assuming we did reach a concensus on how to do this, of course.) You may want to take a look at pkg_* sources and think real hard if you really want to do it. :> -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 18:30:56 1999 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 23D9D14EF2; Tue, 13 Apr 1999 18:30:50 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id UAA27288; Tue, 13 Apr 1999 20:28:27 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <01d501be8616$1918a2c0$8dfee0d1@westbend.net> Reply-To: "Scot W. Hetzel" From: "Scot W. Hetzel" To: "Michael Haro" Cc: , References: <199904140000.RAA41328@freefall.freebsd.org> <19990414041052.B35353@nagual.pp.ru> <19990413174136.A1488@hub.freebsd.org> Subject: Re: ports/11118: [Patch] Mutt deletes configuration files Date: Tue, 13 Apr 1999 20:28:27 -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.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Michael Haro > On Wed, Apr 14, 1999 at 04:10:52AM +0400, Andrey A. Chernov wrote: > > > > Wrong way. *.default config must be packaged instead. > > At the moment mutt installs its config in ${PREFIX}/etc if it > doesn't exist and always puts it in ${PREFIX}/share/mutt > > Is this fine, or should it be changed to ${PREFIX}/etc/_____.default? > All these ports that are being changed should install ${PREFIX}/etc/[config.file(s)].default, and checking if the [config.file(s)] exists, if they don't exist then create them from the default config file(s). One way to do this is by adding it to the PLIST: example PLIST : etc/config.file.default @exec if [ ! -f %D/etc/config.file ] ; then cp %D/%F %B/config.file; fi : Another option is to create an install script that will also check for the existence of the config file(s). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 21:32:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BD871526C for ; Tue, 13 Apr 1999 21:32:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA15665; Tue, 13 Apr 1999 21:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from poseidon.student.umd.edu (poseidon.student.umd.edu [129.2.179.31]) by hub.freebsd.org (Postfix) with ESMTP id 0E36114E58 for ; Tue, 13 Apr 1999 21:31:02 -0700 (PDT) (envelope-from bfoz@poseidon.student.umd.edu) Received: (from root@localhost) by poseidon.student.umd.edu (8.9.3/8.9.3) id AAA77259; Wed, 14 Apr 1999 00:28:42 -0400 (EDT) (envelope-from bfoz) Message-Id: <199904140428.AAA77259@poseidon.student.umd.edu> Date: Wed, 14 Apr 1999 00:28:42 -0400 (EDT) From: bfoz@glue.umd.edu Reply-To: bfoz@glue.umd.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11127: New port: Giram Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11127 >Category: ports >Synopsis: New port: Giram >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 13 21:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brandon Fosdick >Release: FreeBSD 3.1-STABLE i386 >Organization: n/a >Environment: 3.1-STABLE >Description: Giram (Giram is Really a Modellar) is a 3-D modelling program for X/GTK based on POV-ray. Written by David Odin. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/graphics/giram # /usr/ports/graphics/giram/Makefile # /usr/ports/graphics/giram/files # /usr/ports/graphics/giram/files/md5 # /usr/ports/graphics/giram/pkg # /usr/ports/graphics/giram/pkg/PLIST # /usr/ports/graphics/giram/pkg/COMMENT # /usr/ports/graphics/giram/pkg/DESCR # echo c - /usr/ports/graphics/giram mkdir -p /usr/ports/graphics/giram > /dev/null 2>&1 echo x - /usr/ports/graphics/giram/Makefile sed 's/^X//' >/usr/ports/graphics/giram/Makefile << 'END-of-/usr/ports/graphics/giram/Makefile' X# New ports collection makefile for: giram X# Version required: 0.0.14 X# Date created: 12 April 1999 X# Whom: Brandon Fosdick X# X# $Id$ X# X XDISTNAME= Giram-0.0.14 XCATEGORIES= graphics XMASTER_SITES= ftp://ftp.minet.net/pub/giram/ X XMAINTAINER= bfoz@glue.umd.edu X XLIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 XRUN_DEPENDS= povray:${PORTSDIR}/graphics/povray31 X XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ X CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" X X.include X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/doc/Giram X ${INSTALL_MAN} ${WRKSRC}/docs/Tutorial ${PREFIX}/share/doc/Giram X.endif X X.include END-of-/usr/ports/graphics/giram/Makefile echo c - /usr/ports/graphics/giram/files mkdir -p /usr/ports/graphics/giram/files > /dev/null 2>&1 echo x - /usr/ports/graphics/giram/files/md5 sed 's/^X//' >/usr/ports/graphics/giram/files/md5 << 'END-of-/usr/ports/graphics/giram/files/md5' XMD5 (Giram-0.0.14.tar.gz) = e8bb01cd4978756388331e0c8b2b42ca END-of-/usr/ports/graphics/giram/files/md5 echo c - /usr/ports/graphics/giram/pkg mkdir -p /usr/ports/graphics/giram/pkg > /dev/null 2>&1 echo x - /usr/ports/graphics/giram/pkg/PLIST sed 's/^X//' >/usr/ports/graphics/giram/pkg/PLIST << 'END-of-/usr/ports/graphics/giram/pkg/PLIST' Xshare/locale/fr/LC_MESSAGES/giram.mo Xbin/povfront Xbin/giram XGiram/plug-ins/Spheres XGiram/plug-ins/Box X@dirrm Giram/plug-ins X@dirrm Giram Xshare/doc/Giram/Tutorial X@dirrm share/doc/Giram X END-of-/usr/ports/graphics/giram/pkg/PLIST echo x - /usr/ports/graphics/giram/pkg/COMMENT sed 's/^X//' >/usr/ports/graphics/giram/pkg/COMMENT << 'END-of-/usr/ports/graphics/giram/pkg/COMMENT' XGiram is Really A Modeller END-of-/usr/ports/graphics/giram/pkg/COMMENT echo x - /usr/ports/graphics/giram/pkg/DESCR sed 's/^X//' >/usr/ports/graphics/giram/pkg/DESCR << 'END-of-/usr/ports/graphics/giram/pkg/DESCR' XGiram Is Really A Modeller (Or at least it will be). X XIt is a Persistance Of Vision (POV-Ray) oriented modeller. But I really think it Xwill became a multi-purpose modeller. It is written in C, using the GTK+ X(version 1.1 or 1.2) user interface. X XFor now, it features: X X The 3 classical views of every 3D modeller, X The very exacte view from the povray Camera (not a perspective X approximation), X Creation/Manipulation of many different types of primitives: X Boxes, X Cones, X Cylinders, X Disc, X Height Fields, X Planes, X Quadrics, X Spheres, X SuperEllipsoids, X Triangles, X Torus, X Constructive Solid Geometry generated objects. X A CSG-Tree window to quickly see and change the structure of a scenes, X A very powerfull selection of these, X Translation, Rotation and Scale can be performed with the mouse, X or, for a more precise result, by directly editing the transformations X parameters, X Zooming In/Out, X Loading and Saving a POV Scene, X Edition of the camera parameters, X Right-Button-Click Menu to perform most of the operations, X Preliminary documentation, X Plugins Interface, X GNOME compliance. X Xhttp://www.minet.net/giram/ X X- Brandon Xbfoz@glue.umd.edu END-of-/usr/ports/graphics/giram/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 13 21:49:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A516E15298; Tue, 13 Apr 1999 21:49:05 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA17235; Tue, 13 Apr 1999 21:46:45 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Tue, 13 Apr 1999 21:46:45 -0700 (PDT) From: Message-Id: <199904140446.VAA17235@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: ports/11014: MASTER_SITE_GNU change Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: MASTER_SITE_GNU change Responsible-Changed-From-To: freebsd-ports->asami Responsible-Changed-By: mharo Responsible-Changed-When: Tue Apr 13 21:45:21 PDT 1999 Responsible-Changed-Why: Satoshi is responsible for bsd.port.mk changes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 13 21:53:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C184B152E2; Tue, 13 Apr 1999 21:53:23 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA17512; Tue, 13 Apr 1999 21:51:04 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Tue, 13 Apr 1999 21:51:04 -0700 (PDT) From: Message-Id: <199904140451.VAA17512@freefall.freebsd.org> To: cpiazza@home.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10932: x11/wterm: MASTER_SITES update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: x11/wterm: MASTER_SITES update State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Tue Apr 13 21:50:00 PDT 1999 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 13 22:31:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 39A8214D56; Tue, 13 Apr 1999 22:31:32 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA19550; Tue, 13 Apr 1999 22:29:12 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Tue, 13 Apr 1999 22:29:12 -0700 (PDT) From: Message-Id: <199904140529.WAA19550@freefall.freebsd.org> To: cpiazza@home.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11124: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Tue Apr 13 22:27:41 PDT 1999 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 13 22:59: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AB1015400; Tue, 13 Apr 1999 22:59:06 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA22276; Tue, 13 Apr 1999 22:56:46 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Tue, 13 Apr 1999 22:56:46 -0700 (PDT) From: Message-Id: <199904140556.WAA22276@freefall.freebsd.org> To: cpiazza@home.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11106: New port: editors/lpe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: editors/lpe State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Tue Apr 13 22:56:35 PDT 1999 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 14 0:22:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 68C6114D85 for ; Wed, 14 Apr 1999 00:22:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA32131; Wed, 14 Apr 1999 00:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 14 Apr 1999 00:20:01 -0700 (PDT) Message-Id: <199904140720.AAA32131@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/11078: New port: net/ninja Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11078; it has been noted by GNATS. From: Chris Piazza To: freebsd-gnats-submit@Freebsd.org, cpiazza@home.net Cc: Subject: Re: ports/11078: New port: net/ninja Date: Wed, 14 Apr 1999 00:15:45 -0700 (PDT) A few changes and additions to this port as suggested by Michael Haro. Any runtime files are now in ${PREFIX}/share/ninja. Documentation is in ${PREFIX}/share/doc/ninja. Man page is now installed. Use file below -Cut- begin 644 ninja.shar M(R!4:&ES(&ES(&$@2!Y;W4@86YD"B,@:&%V92!D969A=6QT('!E M6"\O)R`^;FEN:F$O9FEL97,O;60U(#P\("=%3D0M;V8M M;FEN:F$O9FEL97,O;60U)PI8340U("AN:6YJ82US"`M(&YI;FIA+W!A M=&-H97,O<&%T8V@M86(*W!R969I>'TO;&EB+VYI;FIA"E@K"4E20TQ) M0CU<)'MP2!I;B!S8W)I<'1S+@I8"EA(;VUE<&%G93H*6&AT='`Z+R]N:6YJ M82YP:6UP960N;W)G+PI8"E@M0VAR:7,@4&EA>GIA"EAC<&EA>GIA0&AO;64N M;F5T"D5.1"UO9BUN:6YJ82]P:V6"\O)R`^;FEN:F$O<&MG+U!,25-4(#P\("=%3D0M M;V8M;FEN:F$O<&MG+U!,25-4)PI88FEN+VYI;FIA"EAB:6XO=W-E"`M(&YI;FIA+TUA:V5F M:6QE"G-E9"`G6"\O)R`^;FEN:F$O36%K969I;&4@/#P@)T5.1"UO9BUN M:6YJ82]-86ME9FEL92<*6",@3F5W('!OTU+1$E2?2`D>U!2149)6'TOTE.4U1!3$Q?4%)/1U)!37T@)'M74DM34D-]+W-O=7)C92]N:6YJ M82`D>U!2149)6'TO8FEN"E@))'M)3E-404Q,7U!23T=204U]("1[5U)+4U)# M?2]S;W5R8V4O=W-EU=22U-20WTO9&]C+VYI;FIA+FAE;'`@)'M04D5&25A]+W-H87)E+VYI M;FIA+VAE;'`*6`DD>TE.4U1!3$Q?34%.?2`D>U=22U-20WTO9&]C+VYI;FIA M+C$@)'M04D5&25A]+VUA;B]M86XQ"E@N:68@(61E9FEN960H3D]03U)41$]# M4RD*6`DD>TE.4U1!3$Q?1$%407T@)'M74DM34D-]+V1O8R]C;VQOTE.4U1!3$Q?1$%407T@ M)'M74DM34D-]+V1O8R]C;VUM86YD'0@)'M04D5&25A]+W-H87)E+V1O M8R]N:6YJ80I8"21[24Y35$%,3%]$051!?2`D>U=22U-20WTO9&]C+VME>6EN M9F\N='AT("1[4%)%1DE8?2]S:&%R92]D;V,O;FEN:F$*6"YE;F1I9@I8"E@N M:6YC;'5D92`\8G-D+G!O&ET"@ID ` end -Cut- --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 14 1: 2:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50C3614FA2 for ; Wed, 14 Apr 1999 01:02:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA35981; Wed, 14 Apr 1999 01:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bulls.mei.co.jp (bulls.mei.co.jp [202.224.189.102]) by hub.freebsd.org (Postfix) with ESMTP id 40D9A14ED5 for ; Wed, 14 Apr 1999 00:59:36 -0700 (PDT) (envelope-from takamune@avrl.mei.co.jp) Received: by bulls.mei.co.jp (8.9.1/3.7W) with ESMTP id QAA01245 for ; Wed, 14 Apr 1999 16:57:16 +0900 (JST) Received: by dodgers.mei.co.jp (8.9.1/3.7W) with SMTP id QAA03346 for ; Wed, 14 Apr 1999 16:57:16 +0900 (JST) Received: by avrlgate1.avrl.mei.co.jp (8.6.10+2.4W/3.3W3-avrl3.0) id QAA04304; Wed, 14 Apr 1999 16:56:17 +0900 Received: by dream.avrl.mei.co.jp (8.9.2/3.6W-03/04/98-dream) id QAA58606; Wed, 14 Apr 1999 16:56:39 +0900 (JST) Message-Id: <199904140756.QAA58606@dream.avrl.mei.co.jp> Date: Wed, 14 Apr 1999 16:56:39 +0900 (JST) From: takamune@avrl.mei.co.jp Reply-To: takamune@avrl.mei.co.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11128: Update: japanese/bookview Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11128 >Category: ports >Synopsis: Update: japanese/bookview >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 14 01:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kazutoki TAKAMUNE >Release: FreeBSD 3.1-STABLE i386 >Organization: Matsushita Electric Industrial Co., Ltd. >Environment: This port works on both FreeBSD 2.2.8-STABLE(Mon Apr 5 12:57:15 JST 1999) and FreeBSD 3.1-STABLE(Wed Apr 7 13:38:19 JST 1999) machines with ja-tcl-8.0.5/ja-tk-8.0.5. But, I haven't tested on FreeBSD 4.0-CURRENT ! >Description: Please apply this patch to upgrade port (of which I'm the maintainer). Changes: - Updates japanese/bookview for the latest version 2.4.1. - No files have been added or removed. - Makefile o Append a spare site to MASTER_SITES. o Scrape the path of wish8.0jp from RUN_DEPENDS. o Remove the procedure of install-info in post-install. (Info files are installed by do-install.) o Move the stage of making ${PREFIX}/info/dir to pre-install. And make it in a diffrent way: cp -p /usr/share/info/dir-tmpl. - pkg/DESCR o Revise the version of Tcl/Tk. o Append the WEB page information. - pkg/PLIST o Sort lines. >How-To-Repeat: >Fix: diff -x CVS -Nur /usr/ports/japanese/bookview/Makefile japanese/bookview/Makefile --- /usr/ports/japanese/bookview/Makefile Mon Mar 15 12:51:02 1999 +++ japanese/bookview/Makefile Wed Apr 14 12:00:00 1999 @@ -1,32 +1,32 @@ # New ports collection makefile for: bookview -# Version required: 2.2 +# Version required: 2.4.1 # Date created: 2 Oct 1997 # Whom: Motoyuki Kasahara # # $Id: Makefile,v 1.3 1999/03/13 07:30:16 taoka Exp $ # -DISTNAME= bookview-2.2.1 -PKGNAME= ja-bookview-2.2.1 +DISTNAME= bookview-2.4.1 +PKGNAME= ja-bookview-2.4.1 CATEGORIES= japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/ \ - ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/old/ + ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/old/ \ + ftp://ftp.mei.co.jp/free/others/Dictionary/ndtp/bookview/ MAINTAINER= takamune@avrl.mei.co.jp -RUN_DEPENDS= ${PREFIX}/bin/wish8.0jp:${PORTSDIR}/japanese/tk80 +RUN_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80 GNU_CONFIGURE= yes CONFIGURE_ENV= WISH=${PREFIX}/bin/wish8.0jp \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ INSTALL_DATA="${INSTALL_DATA}" -post-install: - if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi -.for info in bookview bookview-ja - install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir -.endfor +.include -.include +pre-install: +.if !exists(${PREFIX}/info/dir) + ${CP} -p ${INFODIR}/dir-tmpl ${PREFIX}/info/dir +.endif + +.include diff -x CVS -Nur /usr/ports/japanese/bookview/files/md5 japanese/bookview/files/md5 --- /usr/ports/japanese/bookview/files/md5 Mon Mar 15 12:51:02 1999 +++ japanese/bookview/files/md5 Wed Apr 14 12:00:00 1999 @@ -1 +1 @@ -MD5 (bookview-2.2.1.tar.gz) = 712f02b9f1eab7821faafdc93377c3fa +MD5 (bookview-2.4.1.tar.gz) = 132b30dd4adfb473051363b3cc649f47 diff -x CVS -Nur /usr/ports/japanese/bookview/pkg/DESCR japanese/bookview/pkg/DESCR --- /usr/ports/japanese/bookview/pkg/DESCR Wed Apr 22 00:08:13 1998 +++ japanese/bookview/pkg/DESCR Wed Apr 14 12:00:00 1999 @@ -1,8 +1,11 @@ BookView is a NDTP (Network Dictionary Transfer Protocol) client -written in Tcl/Tk. It requires Tcl7.6jp and Tk4.2jp (Japanized -version). BookView can talk to the following servers: - - NDTPD version 1.0beta2 and later - dserver version 2.2betapl2 +written in Tcl/Tk. It requires Tcl8.0jp and Tk8.0jp (Japanized +version). BookView can talk to NDTPD and dserver. -- Motoyuki Kasahara + + +You can get information about BookView from + http://www.sra.co.jp/people/m-kasahr/bookview/ + +-- Kazutoki TAKAMUNE diff -x CVS -Nur /usr/ports/japanese/bookview/pkg/PLIST japanese/bookview/pkg/PLIST --- /usr/ports/japanese/bookview/pkg/PLIST Tue Jan 26 11:33:05 1999 +++ japanese/bookview/pkg/PLIST Wed Apr 14 12:00:00 1999 @@ -1,17 +1,22 @@ bin/bookview +@unexec install-info --delete %D/info/bookview-ja.info %D/info/dir +@unexec install-info --delete %D/info/bookview.info %D/info/dir +info/bookview-ja.info +info/bookview.info +@exec [ -f %B/dir ] || cp -p /usr/share/info/dir-tmpl %B/dir +@exec install-info %B/bookview-ja.info %B/dir +@exec install-info %B/bookview.info %B/dir share/bookview/arrow.xbm -share/bookview/back.xbm -share/bookview/copyright.xbm -share/bookview/menu.xbm -share/bookview/next.xbm -share/bookview/space.xbm -share/bookview/help.txt +share/bookview/copyright.gif +share/bookview/find.gif +share/bookview/finder.tcl share/bookview/help-ja.txt +share/bookview/help.tcl +share/bookview/help.txt +share/bookview/menu.gif +share/bookview/ndtp.tcl +share/bookview/next.gif +share/bookview/prev.gif +share/bookview/setup.tcl +share/bookview/space.xbm @dirrm share/bookview -@unexec install-info --delete %D/info/bookview.info %D/info/dir -@unexec install-info --delete %D/info/bookview-ja.info %D/info/dir -info/bookview.info -info/bookview-ja.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/bookview.info %D/info/dir -@exec install-info %D/info/bookview-ja.info %D/info/dir >Release-Note: >Audit-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 14 4:42:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A3231562F for ; Wed, 14 Apr 1999 04:42:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA54290; Wed, 14 Apr 1999 04:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail11.svr.pol.co.uk (mail11.svr.pol.co.uk [195.92.193.23]) by hub.freebsd.org (Postfix) with ESMTP id 5F7651562F for ; Wed, 14 Apr 1999 04:42:05 -0700 (PDT) (envelope-from tom@eborcom.com) Received: from modem-50.mercury.dialup.pol.co.uk ([62.136.39.178] ident=[4J+Dof4nHvQGNoBag8ILsIlhjSYfVcQG]) by mail11.svr.pol.co.uk with esmtp (Exim 2.12 #1) id 10XO18-0002pF-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 14 Apr 1999 12:39:43 +0100 Received: (qmail 5291 invoked by uid 5000); 14 Apr 1999 11:34:31 -0000 Message-Id: <19990414113431.5290.qmail@eborcom.com> Date: 14 Apr 1999 11:34:31 -0000 From: Tom Hukins To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11131: Fix Port: amiwm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11131 >Category: ports >Synopsis: Fix Port: amiwm >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 14 04:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 2.2.8-STABLE i386 >Organization: eBORcOM >Environment: >Description: The x11-wm/amiwm port is marked broken. The patch below makes the port build, install and run correctly. No files have been removed from the port. The file "pkg/PLIST.nodocs" has been added. >How-To-Repeat: >Fix: diff -ruN amiwm.old/Makefile amiwm/Makefile --- amiwm.old/Makefile Sat Nov 28 15:40:20 1998 +++ amiwm/Makefile Wed Apr 14 12:27:05 1999 @@ -13,19 +13,21 @@ MAINTAINER= ports@FreeBSD.org -BROKEN= build - -#WRKSRC= ${WRKDIR}/amiwm GNU_CONFIGURE= yes +CONFIGURE_ENV= CFLAGS="${CFLAGS} -DHAVE_X11_EXTENSIONS_SHAPE_H" USE_X_PREFIX= yes MAN1= amiwm.1 +.if defined(NOPORTDOCS) +PLIST= ${PKGDIR}/PLIST.nodocs +.endif + post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/amiwm - ${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/amiwm - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/amiwm - ${INSTALL_DATA} ${WRKSRC}/README.modules ${PREFIX}/share/doc/amiwm + @${ECHO} "===> Copying documents to ${PREFIX}/share/doc/amiwm" + @${MKDIR} ${PREFIX}/share/doc/amiwm + @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/amiwm + @${INSTALL_DATA} ${WRKSRC}/README.modules ${PREFIX}/share/doc/amiwm .endif .include diff -ruN amiwm.old/pkg/DESCR amiwm/pkg/DESCR --- amiwm.old/pkg/DESCR Fri Nov 14 09:37:45 1997 +++ amiwm/pkg/DESCR Wed Apr 14 12:28:11 1999 @@ -4,5 +4,4 @@ This is a port of amiwm, a window manager to make your desktop look like an Amiga(TM). -- Douglas Carmichael - +http://www.lysator.liu.se/~marcus/amiwm.html diff -ruN amiwm.old/pkg/PLIST amiwm/pkg/PLIST --- amiwm.old/pkg/PLIST Sat Nov 28 15:40:20 1998 +++ amiwm/pkg/PLIST Wed Apr 14 12:20:50 1999 @@ -14,7 +14,6 @@ lib/X11/amiwm/schwartz.map lib/X11/amiwm/system.amiwmrc lib/X11/amiwm/system.map -share/doc/amiwm/INSTALL share/doc/amiwm/README share/doc/amiwm/README.modules @dirrm lib/X11/amiwm diff -ruN amiwm.old/pkg/PLIST.nodocs amiwm/pkg/PLIST.nodocs --- amiwm.old/pkg/PLIST.nodocs Thu Jan 1 01:00:00 1970 +++ amiwm/pkg/PLIST.nodocs Wed Apr 14 12:11:26 1999 @@ -0,0 +1,17 @@ +bin/amiwm +bin/ppmtoinfo +bin/requestchoice +lib/X11/amiwm/Background +lib/X11/amiwm/Keyboard +lib/X11/amiwm/Xinitrc +lib/X11/amiwm/Xsession +lib/X11/amiwm/Xsession2 +lib/X11/amiwm/amiwm-init +lib/X11/amiwm/def_tool.info +lib/X11/amiwm/executecmd +lib/X11/amiwm/magicwb.map +lib/X11/amiwm/requestchoice +lib/X11/amiwm/schwartz.map +lib/X11/amiwm/system.amiwmrc +lib/X11/amiwm/system.map +@dirrm lib/X11/amiwm >Release-Note: >Audit-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 14 7:30:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mailhost.waddell.com (bsdbox.waddell.com [208.132.88.26]) by hub.freebsd.org (Postfix) with ESMTP id 5240815780; Wed, 14 Apr 1999 07:30:48 -0700 (PDT) (envelope-from rarnold@waddell.com) Received: from rob (rob.waddell.com [10.1.2.11]) by mailhost.waddell.com (8.9.1a/8.9.1a) with SMTP id JAA23574; Wed, 14 Apr 1999 09:30:25 -0500 (CDT) Message-Id: <4.1.19990414091354.00b22bb0@mailhost.waddell.com> X-Sender: rob@mailhost.waddell.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Wed, 14 Apr 1999 09:31:08 -0500 To: freebsd-questions@freebsd.org From: Rob Arnold Subject: Cc: freebsd-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 Hi everyone, trying to get the ORBit (0.4.0) port to compile, on the way to GNOME. FreeBSD 2.2.8-RELEASE, with the upgrade kit installed, X 3.3.3.1, gtk 1.2.1, Enlightenment 0.15. gmake proceeds normally thru several dirs until it hits /usr/ports/devel/ORBit/work/ORBit-0.4.0/src/orb, then barfs: Making all in orb gmake[3]: Entering directory `/usr/ports/devel/ORBit/work/ORBit-0.4.0/src/orb' ../../src/idl-compiler/orbit-idl --noskels ../../src/daemons/interface_repository/interface_repository.idl Apr 14 08:16:12 ftp2 /kernel: pid 8407 (orbit-idl), uid 0: exited on signal 10 (core dumped) gmake[3]: *** [interface_repository.h] Bus error (core dumped) gmake[3]: Leaving directory `/usr/ports/devel/ORBit/work/ORBit-0.4.0/src/orb' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/ORBit/work/ORBit-0.4.0/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/ORBit/work/ORBit-0.4.0' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop. *** Error code 1 Stop. Any ideas? I haven't seen much discussion of ORBit. Rob Arnold Waddell & Reed, Inc. NIC Handle: RA288 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 14 8:42:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 03695152FE for ; Wed, 14 Apr 1999 08:42:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA21481; Wed, 14 Apr 1999 08:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8A49E14EF0; Wed, 14 Apr 1999 08:33:04 -0700 (PDT) Message-Id: <19990414153304.8A49E14EF0@hub.freebsd.org> Date: Wed, 14 Apr 1999 08:33:04 -0700 (PDT) From: dima@server.ru To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11134: existense of /usr/obj/usr/ports/shells/bash2 breakes the ports building scheme for the bash2 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11134 >Category: ports >Synopsis: existense of /usr/obj/usr/ports/shells/bash2 breakes the ports building scheme for the bash2 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: Wed Apr 14 08:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry Kazarov >Release: RELENG_3 >Organization: Server Inc >Environment: >Description: If make (1) finds /usr/obj`pwd` dir it silently chdir there and sets MAKEFILE=`pwd`/Makefile instead of MAKEFILE=Makefile. This brakes normal behavior of 'do-build' and 'do-install' targets if the port's Makefile does not set MAKEFILE variable. Setting WRKDIRPREFIX to /usr/obj leads to this problem too. >How-To-Repeat: cd /usr/ports/shells/bash2 mkdir -p /usr/obj`pwd` make -n do-build It will produce something like: (cd /usr/ports/shells/bash2/work/bash-2.02.1; /usr/bin/env ... make -f /usr/ports/shells/bash2/Makefile all) And will exit with error in the best case. >Fix: There are 4 possible solutions to this problem: 1. Change default behavior of make (1) to not to change curdir whitout special option specified. 2. Use PORT_MAKEFILE variable in the ports Makefiles and /usr/ports/Mk/* instead of MAKEFILE var. 3. Explicitly set MAKEFILE=Makefile in all ports that use standard file name. 4. Add this warning. DIREXISTS!= test -d /usr/obj${.CURDIR} && echo YES .if ${DIREXISTS} == "YES" @${ECHO_MSG} "You can not compile this port until /usr/obj${.CURDIR} directory exists" @${ECHO_MSG} "Delete it before building the port" @${FALSE} .endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 14 11:32:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DAAF157DA for ; Wed, 14 Apr 1999 11:32:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA35147; Wed, 14 Apr 1999 11:30:02 -0700 (PDT) (envelope-from gnats@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 7FC6D14DE6 for ; Wed, 14 Apr 1999 11:25:05 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id CED361674; Wed, 14 Apr 1999 11:22:39 -0700 (PDT) Message-Id: <19990414182239.CED361674@norn.ca.eu.org> Date: Wed, 14 Apr 1999 11:22:39 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11135: Update: www/lynx-current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11135 >Category: ports >Synopsis: Update: www/lynx-current >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 14 11:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: 4.0-CURRENT post-egcs >Description: dev.21 to dev.22 >How-To-Repeat: >Fix: Index: lynx-current/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/www/lynx-current/Makefile,v retrieving revision 1.97 diff -u -r1.97 Makefile --- Makefile 1999/04/07 23:52:17 1.97 +++ Makefile 1999/04/14 18:15:16 @@ -1,5 +1,4 @@ # New ports collection makefile for: lynx -# http://sol.slcc.edu/lynx/current/ # Version required: 2.8.2* # Date created: 15 Dec 1994 # Whom: ache @@ -7,8 +6,8 @@ # $Id: Makefile,v 1.97 1999/04/07 23:52:17 ache Exp $ # -DISTNAME= lynx2.8.2dev.21 -PKGNAME= lynx-2.8.2dev.21 +DISTNAME= lynx2.8.2dev.22 +PKGNAME= lynx-2.8.2dev.22 CATEGORIES= www MASTER_SITES= http://sol.slcc.edu/lynx/current/ Index: lynx-current/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/www/lynx-current/files/md5,v retrieving revision 1.136 diff -u -r1.136 md5 --- md5 1999/04/07 23:52:21 1.136 +++ md5 1999/04/14 18:16:07 @@ -1 +1 @@ -MD5 (lynx2.8.2dev.21.tar.bz2) = acfb39f0c10de1e8bba6795f291899e3 +MD5 (lynx2.8.2dev.22.tar.bz2) = 886411bbf35a0cc8529635977d90f265 >Release-Note: >Audit-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 14 12: 6:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF3091584E; Wed, 14 Apr 1999 12:06:41 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA38466; Wed, 14 Apr 1999 12:04:21 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 14 Apr 1999 12:04:21 -0700 (PDT) From: Message-Id: <199904141904.MAA38466@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, mharo@FreeBSD.org Subject: Re: ports/11078: New port: net/ninja Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: net/ninja Responsible-Changed-From-To: freebsd-ports->mharo Responsible-Changed-By: mharo Responsible-Changed-When: Wed Apr 14 12:02:47 PDT 1999 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 14 13:42:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FBE415894 for ; Wed, 14 Apr 1999 13:42:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA05787; Wed, 14 Apr 1999 13:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6787615875; Wed, 14 Apr 1999 13:36:14 -0700 (PDT) Message-Id: <19990414203614.6787615875@hub.freebsd.org> Date: Wed, 14 Apr 1999 13:36:14 -0700 (PDT) From: notgod@notgod.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11138: New version of Xevil 2.01, I created a port for it. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11138 >Category: ports >Synopsis: New version of Xevil 2.01, I created a port for it. >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 14 13:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brian Nelson >Release: 3.1-STABLE >Organization: N/A >Environment: FreeBSD pip.pocketscience.com 3.1-STABLE FreeBSD 3.1-STABLE #8: Thu Apr 1 10:37:58 PST 1999 brian@pip.pocketscience.com:/usr/src/sys/compile/PIP i386 >Description: New port for Xevil 2.01 (game) The other version (1.5) has a timeout where it stopped working a long time ago. >How-To-Repeat: N/A >Fix: ftp://ftp.notgod.com/pub/xevil/stable/xevil-2.01port.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 Wed Apr 14 15:21:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C690414E59; Wed, 14 Apr 1999 15:21:56 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA11227; Wed, 14 Apr 1999 15:19:36 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Wed, 14 Apr 1999 15:19:36 -0700 (PDT) From: Message-Id: <199904142219.PAA11227@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/11134: existense of /usr/obj/usr/ports/shells/bash2 breakes the ports building scheme for the bash2 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: existense of /usr/obj/usr/ports/shells/bash2 breakes the ports building scheme for the bash2 port Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: billf Responsible-Changed-When: Wed Apr 14 15:19:21 PDT 1999 Responsible-Changed-Why: I was asked to look at this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 14 17:22:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CF38152E8 for ; Wed, 14 Apr 1999 17:22:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA20470; Wed, 14 Apr 1999 17:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from corp.au.triax.com (slwag2p04.ozemail.com.au [203.108.157.52]) by hub.freebsd.org (Postfix) with ESMTP id A645115283 for ; Wed, 14 Apr 1999 17:19:02 -0700 (PDT) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id KAA62958; Thu, 15 Apr 1999 10:16:44 +1000 (EST) Message-Id: <199904150016.KAA62958@corp.au.triax.com> Date: Thu, 15 Apr 1999 10:16:44 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@corp.au.triax.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11140: update port: ascd-0.10.1 to 0.11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11140 >Category: ports >Synopsis: update port: ascd-0.10.1 to 0.11 >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 14 17:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: Patch updates the ascd port from 0.10.1 to 0.11. The new version is a major update with a new interface and more. The update also uses 'USE_INTERACTIVE' because the configure script asks questions. >How-To-Repeat: >Fix: Apply the following patch.. diff -ruN /usr/ports/audio/ascd/Makefile ascd-0.11/Makefile --- /usr/ports/audio/ascd/Makefile Thu Apr 1 11:14:54 1999 +++ ascd-0.11/Makefile Thu Apr 15 09:11:05 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: ascd -# Version required: 0.10.1 +# Version required: 0.11 # Date created: 29 November 1998 # Whom: Jim Mock # # $Id: Makefile,v 1.7 1999/03/31 15:27:13 steve Exp $ # -DISTNAME= ascd-0.10.1+lib -PKGNAME= ascd-0.10.1 +DISTNAME= ascd-0.11+lib +PKGNAME= ascd-0.11 CATEGORIES= audio afterstep windowmaker MASTER_SITES= http://worldserver.oleane.com/rsn/Archives/ EXTRACT_SUFX= .tgz @@ -16,7 +16,11 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +IS_INTERACTIVE= yes #configure asks questions + USE_IMAKE= yes +HAS_CONFIGURE= yes + MAN1= ascd.1 .include diff -ruN /usr/ports/audio/ascd/files/md5 ascd-0.11/files/md5 --- /usr/ports/audio/ascd/files/md5 Thu Apr 1 11:14:54 1999 +++ ascd-0.11/files/md5 Wed Apr 14 09:53:33 1999 @@ -1 +1 @@ -MD5 (ascd-0.10.1+lib.tgz) = 3b1984002cb5c9a76b7ead45b8692fdd +MD5 (ascd-0.11+lib.tgz) = 05f27f2217616d4b0efc959dab2dd7a3 diff -ruN /usr/ports/audio/ascd/patches/patch-aa ascd-0.11/patches/patch-aa --- /usr/ports/audio/ascd/patches/patch-aa Thu Jan 1 10:00:00 1970 +++ ascd-0.11/patches/patch-aa Thu Apr 15 08:19:40 1999 @@ -0,0 +1,11 @@ +--- ascd-0.11/misc/config.h.default.orig Thu Apr 15 08:17:14 1999 ++++ ascd-0.11/misc/config.h.default Thu Apr 15 08:18:41 1999 +@@ -10,7 +10,7 @@ + * Manager + */ + +-#define DEFAULTDEVICE "/dev/cdrom" ++#define DEFAULTDEVICE "/dev/wcd0c" + + /*#define NO_D_DEVICE*/ + diff -ruN /usr/ports/audio/ascd/patches/patch-ab ascd-0.11/patches/patch-ab --- /usr/ports/audio/ascd/patches/patch-ab Thu Jan 1 10:00:00 1970 +++ ascd-0.11/patches/patch-ab Thu Apr 15 08:53:42 1999 @@ -0,0 +1,11 @@ +--- libworkman/wm_helpers.c.orig Thu Apr 15 08:51:52 1999 ++++ libworkman/wm_helpers.c Thu Apr 15 08:53:09 1999 +@@ -30,7 +30,7 @@ + + #include + #include +-#include ++#include + #include + #include + #include diff -ruN /usr/ports/audio/ascd/patches/patch-ac ascd-0.11/patches/patch-ac --- /usr/ports/audio/ascd/patches/patch-ac Thu Jan 1 10:00:00 1970 +++ ascd-0.11/patches/patch-ac Thu Apr 15 09:06:19 1999 @@ -0,0 +1,15 @@ +--- ascd-0.11/Imakefile.orig Thu Apr 15 09:05:26 1999 ++++ ascd-0.11/Imakefile Thu Apr 15 09:05:57 1999 +@@ -1,9 +1,9 @@ + #include "config.h" + + NAME = ascd +-BINDIR = /usr/local/bin +-LIBDIR = /usr/local/lib +-MANDIR = /usr/local/man/man1 ++BINDIR = /usr/X11R6/bin ++LIBDIR = /usr/X11R6/lib ++MANDIR = /usr/X11R6/man/man1 + MOREFLAGS = -I/usr/local/include -I. + CCOPTIONS = $(MOREFLAGS) + SYS_LIBRARIES = $(XLIB) -lXpm diff -ruN /usr/ports/audio/ascd/patches/patch-ad ascd-0.11/patches/patch-ad --- /usr/ports/audio/ascd/patches/patch-ad Thu Jan 1 10:00:00 1970 +++ ascd-0.11/patches/patch-ad Thu Apr 15 09:29:22 1999 @@ -0,0 +1,22 @@ +--- config.lib.orig Thu Apr 15 09:28:41 1999 ++++ config.lib Thu Apr 15 09:29:03 1999 +@@ -33,16 +33,16 @@ + XCOMM ------------------------------------------------------------------- + XCOMM Directory Prefix + XCOMM ------------------------------------------------------------------- +-DESTDIR=/usr/local/ ++DESTDIR=/usr/X11R6/ + + XCOMM ------------------------------------------------------------------- + XCOMM LibWorkMan include file target relative to DSTDIR + XCOMM ------------------------------------------------------------------- +-WMINCDIR=/usr/local/include/workman ++WMINCDIR=/usr/X11R6/include/workman + + + + XCOMM ------------------------------------------------------------------- + #define SHARED_LIBWORKMAN +-LIBDIR=/usr/local/lib ++LIBDIR=/usr/X11R6/lib + diff -ruN /usr/ports/audio/ascd/patches/patch-ae ascd-0.11/patches/patch-ae --- /usr/ports/audio/ascd/patches/patch-ae Thu Jan 1 10:00:00 1970 +++ ascd-0.11/patches/patch-ae Thu Apr 15 09:43:10 1999 @@ -0,0 +1,11 @@ +--- libworkman/Imakefile.orig Thu Apr 15 09:41:29 1999 ++++ libworkman/Imakefile Thu Apr 15 09:41:46 1999 +@@ -31,7 +31,7 @@ + + #include "include/wm_version.h" + +-WM_LIBVER=WM_LIBVER_MAJOR.WM_LIBVER_MINOR.WM_LIBVER_PL ++WM_LIBVER=WM_LIBVER_MAJOR.WM_LIBVER_MINOR + + SRCS = cdrom.c cdinfo.c plat_freebsd.c plat_sun.c plat_hpux.c \ + plat_ultrix.c plat_news.c plat_bsd386.c plat_osf1.c plat_linux.c \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 14 18:56:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tokyonet-entrance.astec.co.jp (tokyonet-entrance.astec.co.jp [202.239.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 86E7215002; Wed, 14 Apr 1999 18:56:37 -0700 (PDT) (envelope-from nakai@internetsolutions.co.jp) Received: from amont.astec.co.jp (amont.astec.co.jp [172.20.10.1]) by tokyonet-entrance.astec.co.jp (8.9.1+3.0W/3.7W-astecMX2.3) with ESMTP id KAA20338; Thu, 15 Apr 1999 10:54:16 +0900 (JST) Received: from internetsolutions.co.jp (isi43.astec.co.jp [172.20.12.243]) by amont.astec.co.jp (8.7.6/3.6W-astecMX2.4) with ESMTP id KAA04338; Thu, 15 Apr 1999 10:54:15 +0900 (JST) Message-ID: <371546C6.C91DD951@internetsolutions.co.jp> Date: Thu, 15 Apr 1999 10:54:14 +0900 From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Organization: InternetSolutions, Inc. X-Mailer: Mozilla 4.5 [ja] (Win98; I) X-Accept-Language: ja MIME-Version: 1.0 To: Rob Arnold Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: References: <4.1.19990414091354.00b22bb0@mailhost.waddell.com> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > FreeBSD 2.2.8-RELEASE, with the upgrade kit installed, X 3.3.3.1, > gtk 1.2.1, Enlightenment 0.15. > > gmake proceeds normally thru several dirs until it hits > /usr/ports/devel/ORBit/work/ORBit-0.4.0/src/orb, then barfs: > > Making all in orb > gmake[3]: Entering directory `/usr/ports/devel/ORBit/work/ORBit-0.4.0/src/orb' > ../../src/idl-compiler/orbit-idl --noskels ../../src/daemons/interface_repository/interface_repository.idl > Apr 14 08:16:12 ftp2 /kernel: pid 8407 (orbit-idl), uid 0: exited on signal 10 (core dumped) > gmake[3]: *** [interface_repository.h] Bus error (core dumped) > gmake[3]: Leaving directory `/usr/ports/devel/ORBit/work/ORBit-0.4.0/src/orb' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory `/usr/ports/devel/ORBit/work/ORBit-0.4.0/src' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/devel/ORBit/work/ORBit-0.4.0' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 > Stop. > *** Error code 1 > Stop. > > Any ideas? I haven't seen much discussion of ORBit. Hmm... ORBit depends on glib. When you use gtk1.2.1, you use glib1.2.1 and then you must use the latest ORBit 0.4.3. The latest GNOME uses the latest ORBit. Please try the latest ORBit port for the test. ( It may be a little bit old 0.4.2, but better than 0.4.0 ) -------------- Yukihiro Nakai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 14 19:12:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B489A15059 for ; Wed, 14 Apr 1999 19:12:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA25482; Wed, 14 Apr 1999 19:10:01 -0700 (PDT) (envelope-from gnats@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 EFEB514C4F for ; Wed, 14 Apr 1999 19:12:19 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 1ADAC16D6; Wed, 14 Apr 1999 19:09:52 -0700 (PDT) Message-Id: <19990415020952.1ADAC16D6@norn.ca.eu.org> Date: Wed, 14 Apr 1999 19:09:52 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11142: Update x11-toolkits/fltk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11142 >Category: ports >Synopsis: Update x11-toolkits/fltk >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 14 19:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: 4.0-CURRENT post-egcs >Description: This one was fun 8) *Update from 19990127 to 1.0.1 (released march 25, 1999) *Seperate PLIST into PLIST.nodocs and PLIST. *Force it to honour CFLAGS/CXXFLAGS portlint: nothing Files removed: patch-aa Files added: patch-ab PLIST.nodocs >How-To-Repeat: >Fix: Index: fltk/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/x11-toolkits/fltk/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/04/09 19:26:49 1.3 +++ Makefile 1999/04/15 01:25:51 @@ -1,35 +1,50 @@ # New ports collection makefile for: fltk -# Version required: 19990127 +# Version required: 1.0.1 # Date created: 11 February 1999 # Whom: Dima Sivachenko # # $Id: Makefile,v 1.3 1999/04/09 19:26:49 billf Exp $ # -DISTNAME= fltk-19990127 -PKGNAME= fltk-1999.01.27 +DISTNAME= fltk-1.0.1-source +PKGNAME= fltk-1.0.1 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.easysw.com/pub/fltk/ \ - ftp://ftp.northamerica.net/pub/ESP/fltk/ \ - ftp://ftp.funet.fi/mirrors/ftp.easysw.com/pub/fltk/ \ - ftp://ftp.kddlabs.co.jp/pub/lang/fltk/ \ - ftp://ftp.c-com.net/pub/LinuxBerg/files/x11/dev/ +MASTER_SITES= ftp://ftp.fltk.org/pub/fltk/${VERSION}/ \ + ftp://ftp.easysw.com/pub/fltk/${VERSION}/ \ + ftp://ftp2.easysw.com/pub/fltk/${VERSION}/ \ + ftp://ftp.northamerica.net/pub/ESP/fltk/${VERSION}/ \ + ftp://ftp.funet.fi/mirrors/ftp.easysw.com/pub/fltk/${VERSION}/ \ + ftp://ftp.kddlabs.co.jp/pub/lang/fltk/${VERSION}/ MAINTAINER= dima@chg.ru LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 +USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared +CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" +WRKSRC= ${WRKDIR}/${PKGNAME} USE_X_PREFIX= yes +MAN1= fluid.1 +VERSION= 1.0.1 -post-install: +.if defined(NOPORTDOCS) +PLIST= ${PKGDIR}/PLIST.nodocs +.endif - @ ${INSTALL_DATA} ${WRKSRC}/lib/libfltk.so.1 ${PREFIX}/lib - @ ${LDCONFIG} -m +post-install: + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + ${INSTALL_MAN} ${WRKSRC}/documentation/fluid.1 \ + ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/fltk - @ ${INSTALL_DATA} ${WRKSRC}/documentation/* ${PREFIX}/share/doc/fltk + @ ${MKDIR} ${PREFIX}/share/doc/fltk + @ ${INSTALL_DATA} ${WRKSRC}/documentation/*.html \ + ${PREFIX}/share/doc/fltk + @ ${INSTALL_DATA} ${WRKSRC}/documentation/*.gif \ + ${PREFIX}/share/doc/fltk + @ ${INSTALL_DATA} ${WRKSRC}/documentation/*.jpg \ + ${PREFIX}/share/doc/fltk .endif .include Index: fltk/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/x11-toolkits/fltk/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/03/07 23:52:55 1.1.1.1 +++ md5 1999/04/15 01:13:10 @@ -1 +1 @@ -MD5 (fltk-19990127.tar.gz) = bba5eb56d853d94b9bd4ad4be1ccecde +MD5 (fltk-1.0.1-source.tar.bz2) = 0604cf4e6c53802dda52035ccc97c631 Index: fltk/patches/patch-aa =================================================================== RCS file: patch-aa diff -N patch-aa --- /tmp/cvsi16637 Wed Apr 14 18:39:27 1999 +++ /dev/null Wed Apr 14 18:34:28 1999 @@ -1,11 +0,0 @@ ---- makeinclude.in.orig Fri Feb 12 23:56:37 1999 -+++ makeinclude.in Fri Feb 12 23:57:00 1999 -@@ -42,7 +42,7 @@ - CXXFLAGS =@CXXFLAGS@ @X_CFLAGS@ - - # program to make the archive: --LIBNAME =@LIBNAME@ -+LIBNAME =libfltk.so.1 - LIBCOMMAND =@LIBCOMMAND@ - RANLIB =@RANLIB@ - Index: fltk/patches/patch-ab =================================================================== RCS file: patch-ab diff -N patch-ab --- /dev/null Wed Apr 14 18:34:28 1999 +++ patch-ab Wed Apr 14 18:16:54 1999 @@ -0,0 +1,48 @@ +--- configure.orig Wed Apr 14 18:16:08 1999 ++++ configure Wed Apr 14 18:16:44 1999 +@@ -780,9 +780,9 @@ + if test "$ac_test_CFLAGS" = set; then + CFLAGS="$ac_save_CFLAGS" + elif test $ac_cv_prog_cc_g = yes; then +- CFLAGS="-g -O2" ++ CFLAGS="-g" + else +- CFLAGS="-O2" ++ CFLAGS="" + fi + else + GCC= +@@ -912,9 +912,9 @@ + if test "$ac_test_CXXFLAGS" = set; then + CXXFLAGS="$ac_save_CXXFLAGS" + elif test $ac_cv_prog_cxx_g = yes; then +- CXXFLAGS="-g -O2" ++ CXXFLAGS="-g" + else +- CXXFLAGS="-O2" ++ CXXFLAGS="" + fi + else + GXX= +@@ -2621,8 +2621,8 @@ + CFLAGS="-Wall $CFLAGS" + CXXFLAGS="-Wall -Wno-return-type $CXXFLAGS" + if test -z "$DEBUGFLAG"; then +- CFLAGS="-O2 $CFLAGS" +- CXXFLAGS="-O2 $CXXFLAGS" ++ CFLAGS="$CFLAGS" ++ CXXFLAGS="$CXXFLAGS" + fi + if test $PICFLAG = 1; then + CFLAGS="-fPIC $CFLAGS" +@@ -2649,8 +2649,8 @@ + CXXFLAGS="+w +pp $CXXFLAGS" + fi + if test -z "$DEBUGFLAG"; then +- CFLAGS="-O2 $CFLAGS" +- CXXFLAGS="-O2 $CXXFLAGS" ++ CFLAGS="$CFLAGS" ++ CXXFLAGS="$CXXFLAGS" + fi + ;; + HP-UX*) Index: fltk/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/x11-toolkits/fltk/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1999/03/07 23:52:56 1.1.1.1 +++ PLIST 1999/04/15 01:13:19 @@ -1,105 +1,196 @@ -lib/libfltk.so.1 -@exec /sbin/ldconfig -m %D/lib -@unexec /sbin/ldconfig -R bin/fluid -include/FL/Fl_Image.H include/FL/Enumerations.H +include/FL/Enumerations.h include/FL/Fl.H +include/FL/Fl.h include/FL/Fl_Adjuster.H +include/FL/Fl_Adjuster.h include/FL/Fl_Bitmap.H +include/FL/Fl_Bitmap.h include/FL/Fl_Box.H +include/FL/Fl_Box.h include/FL/Fl_Browser.H +include/FL/Fl_Browser.h include/FL/Fl_Browser_.H +include/FL/Fl_Browser_.h include/FL/Fl_Button.H +include/FL/Fl_Button.h include/FL/Fl_Chart.H +include/FL/Fl_Chart.h include/FL/Fl_Check_Button.H +include/FL/Fl_Check_Button.h include/FL/Fl_Choice.H +include/FL/Fl_Choice.h include/FL/Fl_Clock.H +include/FL/Fl_Clock.h include/FL/Fl_Color_Chooser.H +include/FL/Fl_Color_Chooser.h include/FL/Fl_Counter.H +include/FL/Fl_Counter.h include/FL/Fl_Dial.H +include/FL/Fl_Dial.h include/FL/Fl_Double_Window.H +include/FL/Fl_Double_Window.h include/FL/Fl_Fill_Dial.H +include/FL/Fl_Fill_Dial.h include/FL/Fl_Fill_Slider.H +include/FL/Fl_Fill_Slider.h include/FL/Fl_Float_Input.H +include/FL/Fl_Float_Input.h include/FL/Fl_FormsBitmap.H +include/FL/Fl_FormsBitmap.h include/FL/Fl_FormsPixmap.H +include/FL/Fl_FormsPixmap.h include/FL/Fl_Free.H +include/FL/Fl_Free.h include/FL/Fl_Gl_Window.H +include/FL/Fl_Gl_Window.h include/FL/Fl_Group.H -include/FL/Fl_Positioner.H +include/FL/Fl_Group.h include/FL/Fl_Hold_Browser.H +include/FL/Fl_Hold_Browser.h include/FL/Fl_Hor_Fill_Slider.H +include/FL/Fl_Hor_Fill_Slider.h include/FL/Fl_Hor_Nice_Slider.H +include/FL/Fl_Hor_Nice_Slider.h include/FL/Fl_Hor_Slider.H +include/FL/Fl_Hor_Slider.h include/FL/Fl_Hor_Value_Slider.H +include/FL/Fl_Hor_Value_Slider.h +include/FL/Fl_Image.H +include/FL/Fl_Image.h include/FL/Fl_Input.H +include/FL/Fl_Input.h include/FL/Fl_Input_.H +include/FL/Fl_Input_.h include/FL/Fl_Int_Input.H +include/FL/Fl_Int_Input.h include/FL/Fl_Light_Button.H +include/FL/Fl_Light_Button.h include/FL/Fl_Line_Dial.H +include/FL/Fl_Line_Dial.h include/FL/Fl_Menu.H +include/FL/Fl_Menu.h include/FL/Fl_Menu_.H +include/FL/Fl_Menu_.h include/FL/Fl_Menu_Bar.H +include/FL/Fl_Menu_Bar.h include/FL/Fl_Menu_Button.H +include/FL/Fl_Menu_Button.h include/FL/Fl_Menu_Item.H -include/FL/forms.H +include/FL/Fl_Menu_Item.h include/FL/Fl_Menu_Window.H +include/FL/Fl_Menu_Window.h include/FL/Fl_Multi_Browser.H +include/FL/Fl_Multi_Browser.h include/FL/Fl_Multi_Label.H +include/FL/Fl_Multi_Label.h include/FL/Fl_Multiline_Input.H +include/FL/Fl_Multiline_Input.h include/FL/Fl_Multiline_Output.H +include/FL/Fl_Multiline_Output.h include/FL/Fl_Nice_Slider.H +include/FL/Fl_Nice_Slider.h include/FL/Fl_Object.H +include/FL/Fl_Object.h include/FL/Fl_Output.H -include/FL/Fl_Pack.H +include/FL/Fl_Output.h include/FL/Fl_Overlay_Window.H +include/FL/Fl_Overlay_Window.h +include/FL/Fl_Pack.H +include/FL/Fl_Pack.h include/FL/Fl_Pixmap.H -include/FL/Fl_Window.H +include/FL/Fl_Pixmap.h +include/FL/Fl_Positioner.H +include/FL/Fl_Positioner.h include/FL/Fl_Radio_Button.H +include/FL/Fl_Radio_Button.h include/FL/Fl_Radio_Light_Button.H +include/FL/Fl_Radio_Light_Button.h include/FL/Fl_Radio_Round_Button.H +include/FL/Fl_Radio_Round_Button.h include/FL/Fl_Repeat_Button.H +include/FL/Fl_Repeat_Button.h include/FL/Fl_Return_Button.H +include/FL/Fl_Return_Button.h include/FL/Fl_Roller.H +include/FL/Fl_Roller.h include/FL/Fl_Round_Button.H -include/FL/x.H +include/FL/Fl_Round_Button.h include/FL/Fl_Round_Clock.H +include/FL/Fl_Round_Clock.h include/FL/Fl_Scroll.H +include/FL/Fl_Scroll.h include/FL/Fl_Scrollbar.H +include/FL/Fl_Scrollbar.h include/FL/Fl_Secret_Input.H +include/FL/Fl_Secret_Input.h include/FL/Fl_Select_Browser.H +include/FL/Fl_Select_Browser.h include/FL/Fl_Simple_Counter.H +include/FL/Fl_Simple_Counter.h include/FL/Fl_Single_Window.H +include/FL/Fl_Single_Window.h include/FL/Fl_Slider.H +include/FL/Fl_Slider.h include/FL/Fl_Tabs.H +include/FL/Fl_Tabs.h include/FL/Fl_Tile.H +include/FL/Fl_Tile.h include/FL/Fl_Timer.H -include/FL/Fl_Widget.H +include/FL/Fl_Timer.h include/FL/Fl_Toggle_Button.H +include/FL/Fl_Toggle_Button.h include/FL/Fl_Toggle_Light_Button.H +include/FL/Fl_Toggle_Light_Button.h include/FL/Fl_Toggle_Round_Button.H +include/FL/Fl_Toggle_Round_Button.h include/FL/Fl_Valuator.H +include/FL/Fl_Valuator.h include/FL/Fl_Value_Input.H +include/FL/Fl_Value_Input.h include/FL/Fl_Value_Output.H +include/FL/Fl_Value_Output.h include/FL/Fl_Value_Slider.H +include/FL/Fl_Value_Slider.h +include/FL/Fl_Widget.H +include/FL/Fl_Widget.h +include/FL/Fl_Window.H +include/FL/Fl_Window.h include/FL/dirent.h include/FL/filename.H +include/FL/filename.h include/FL/fl_ask.H +include/FL/fl_ask.h include/FL/fl_draw.H +include/FL/fl_draw.h include/FL/fl_file_chooser.H +include/FL/fl_file_chooser.h include/FL/fl_message.H +include/FL/fl_message.h include/FL/fl_show_colormap.H +include/FL/fl_show_colormap.h include/FL/fl_show_input.H +include/FL/fl_show_input.h +include/FL/forms.H +include/FL/forms.h include/FL/gl.h include/FL/gl2opengl.h include/FL/gl_draw.H +include/FL/gl_draw.h include/FL/glut.H +include/FL/glut.h include/FL/math.h include/FL/menubar.h include/FL/win32.H -@dirrm include/FL -include/Fl +include/FL/win32.h +include/FL/x.H +include/FL/x.h +lib/libfltk.a +lib/libfltk.so +lib/libfltk.so.1 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/doc/fltk/FL.gif share/doc/fltk/Fl_Adjuster.html share/doc/fltk/Fl_Box.html @@ -176,6 +267,7 @@ share/doc/fltk/clock.gif share/doc/fltk/common.html share/doc/fltk/counter.gif +share/doc/fltk/cubeview.gif share/doc/fltk/dial.gif share/doc/fltk/drawing.html share/doc/fltk/editor-replace.gif @@ -195,6 +287,10 @@ share/doc/fltk/fluid-org.gif share/doc/fltk/fluid.gif share/doc/fltk/fluid.html +share/doc/fltk/fluid1.gif +share/doc/fltk/fluid2.gif +share/doc/fltk/fluid3.gif +share/doc/fltk/fluid4.gif share/doc/fltk/fluid_main.gif share/doc/fltk/fluid_prefs.gif share/doc/fltk/fluid_widget.gif @@ -225,6 +321,6 @@ share/doc/fltk/valuators.gif share/doc/fltk/value_slider.gif share/doc/fltk/widgets.html -share/doc/fltk/README -share/doc/fltk/Makefile +@dirrm include/FL +@unexec rmdir %D/include/Fl 2>/dev/null || true @dirrm share/doc/fltk Index: fltk/pkg/PLIST.nodocs =================================================================== RCS file: PLIST.nodocs diff -N PLIST.nodocs --- /dev/null Wed Apr 14 18:34:28 1999 +++ PLIST.nodocs Wed Apr 14 18:26:56 1999 @@ -0,0 +1,195 @@ +bin/fluid +include/FL/Enumerations.H +include/FL/Enumerations.h +include/FL/Fl.H +include/FL/Fl.h +include/FL/Fl_Adjuster.H +include/FL/Fl_Adjuster.h +include/FL/Fl_Bitmap.H +include/FL/Fl_Bitmap.h +include/FL/Fl_Box.H +include/FL/Fl_Box.h +include/FL/Fl_Browser.H +include/FL/Fl_Browser.h +include/FL/Fl_Browser_.H +include/FL/Fl_Browser_.h +include/FL/Fl_Button.H +include/FL/Fl_Button.h +include/FL/Fl_Chart.H +include/FL/Fl_Chart.h +include/FL/Fl_Check_Button.H +include/FL/Fl_Check_Button.h +include/FL/Fl_Choice.H +include/FL/Fl_Choice.h +include/FL/Fl_Clock.H +include/FL/Fl_Clock.h +include/FL/Fl_Color_Chooser.H +include/FL/Fl_Color_Chooser.h +include/FL/Fl_Counter.H +include/FL/Fl_Counter.h +include/FL/Fl_Dial.H +include/FL/Fl_Dial.h +include/FL/Fl_Double_Window.H +include/FL/Fl_Double_Window.h +include/FL/Fl_Fill_Dial.H +include/FL/Fl_Fill_Dial.h +include/FL/Fl_Fill_Slider.H +include/FL/Fl_Fill_Slider.h +include/FL/Fl_Float_Input.H +include/FL/Fl_Float_Input.h +include/FL/Fl_FormsBitmap.H +include/FL/Fl_FormsBitmap.h +include/FL/Fl_FormsPixmap.H +include/FL/Fl_FormsPixmap.h +include/FL/Fl_Free.H +include/FL/Fl_Free.h +include/FL/Fl_Gl_Window.H +include/FL/Fl_Gl_Window.h +include/FL/Fl_Group.H +include/FL/Fl_Group.h +include/FL/Fl_Hold_Browser.H +include/FL/Fl_Hold_Browser.h +include/FL/Fl_Hor_Fill_Slider.H +include/FL/Fl_Hor_Fill_Slider.h +include/FL/Fl_Hor_Nice_Slider.H +include/FL/Fl_Hor_Nice_Slider.h +include/FL/Fl_Hor_Slider.H +include/FL/Fl_Hor_Slider.h +include/FL/Fl_Hor_Value_Slider.H +include/FL/Fl_Hor_Value_Slider.h +include/FL/Fl_Image.H +include/FL/Fl_Image.h +include/FL/Fl_Input.H +include/FL/Fl_Input.h +include/FL/Fl_Input_.H +include/FL/Fl_Input_.h +include/FL/Fl_Int_Input.H +include/FL/Fl_Int_Input.h +include/FL/Fl_Light_Button.H +include/FL/Fl_Light_Button.h +include/FL/Fl_Line_Dial.H +include/FL/Fl_Line_Dial.h +include/FL/Fl_Menu.H +include/FL/Fl_Menu.h +include/FL/Fl_Menu_.H +include/FL/Fl_Menu_.h +include/FL/Fl_Menu_Bar.H +include/FL/Fl_Menu_Bar.h +include/FL/Fl_Menu_Button.H +include/FL/Fl_Menu_Button.h +include/FL/Fl_Menu_Item.H +include/FL/Fl_Menu_Item.h +include/FL/Fl_Menu_Window.H +include/FL/Fl_Menu_Window.h +include/FL/Fl_Multi_Browser.H +include/FL/Fl_Multi_Browser.h +include/FL/Fl_Multi_Label.H +include/FL/Fl_Multi_Label.h +include/FL/Fl_Multiline_Input.H +include/FL/Fl_Multiline_Input.h +include/FL/Fl_Multiline_Output.H +include/FL/Fl_Multiline_Output.h +include/FL/Fl_Nice_Slider.H +include/FL/Fl_Nice_Slider.h +include/FL/Fl_Object.H +include/FL/Fl_Object.h +include/FL/Fl_Output.H +include/FL/Fl_Output.h +include/FL/Fl_Overlay_Window.H +include/FL/Fl_Overlay_Window.h +include/FL/Fl_Pack.H +include/FL/Fl_Pack.h +include/FL/Fl_Pixmap.H +include/FL/Fl_Pixmap.h +include/FL/Fl_Positioner.H +include/FL/Fl_Positioner.h +include/FL/Fl_Radio_Button.H +include/FL/Fl_Radio_Button.h +include/FL/Fl_Radio_Light_Button.H +include/FL/Fl_Radio_Light_Button.h +include/FL/Fl_Radio_Round_Button.H +include/FL/Fl_Radio_Round_Button.h +include/FL/Fl_Repeat_Button.H +include/FL/Fl_Repeat_Button.h +include/FL/Fl_Return_Button.H +include/FL/Fl_Return_Button.h +include/FL/Fl_Roller.H +include/FL/Fl_Roller.h +include/FL/Fl_Round_Button.H +include/FL/Fl_Round_Button.h +include/FL/Fl_Round_Clock.H +include/FL/Fl_Round_Clock.h +include/FL/Fl_Scroll.H +include/FL/Fl_Scroll.h +include/FL/Fl_Scrollbar.H +include/FL/Fl_Scrollbar.h +include/FL/Fl_Secret_Input.H +include/FL/Fl_Secret_Input.h +include/FL/Fl_Select_Browser.H +include/FL/Fl_Select_Browser.h +include/FL/Fl_Simple_Counter.H +include/FL/Fl_Simple_Counter.h +include/FL/Fl_Single_Window.H +include/FL/Fl_Single_Window.h +include/FL/Fl_Slider.H +include/FL/Fl_Slider.h +include/FL/Fl_Tabs.H +include/FL/Fl_Tabs.h +include/FL/Fl_Tile.H +include/FL/Fl_Tile.h +include/FL/Fl_Timer.H +include/FL/Fl_Timer.h +include/FL/Fl_Toggle_Button.H +include/FL/Fl_Toggle_Button.h +include/FL/Fl_Toggle_Light_Button.H +include/FL/Fl_Toggle_Light_Button.h +include/FL/Fl_Toggle_Round_Button.H +include/FL/Fl_Toggle_Round_Button.h +include/FL/Fl_Valuator.H +include/FL/Fl_Valuator.h +include/FL/Fl_Value_Input.H +include/FL/Fl_Value_Input.h +include/FL/Fl_Value_Output.H +include/FL/Fl_Value_Output.h +include/FL/Fl_Value_Slider.H +include/FL/Fl_Value_Slider.h +include/FL/Fl_Widget.H +include/FL/Fl_Widget.h +include/FL/Fl_Window.H +include/FL/Fl_Window.h +include/FL/dirent.h +include/FL/filename.H +include/FL/filename.h +include/FL/fl_ask.H +include/FL/fl_ask.h +include/FL/fl_draw.H +include/FL/fl_draw.h +include/FL/fl_file_chooser.H +include/FL/fl_file_chooser.h +include/FL/fl_message.H +include/FL/fl_message.h +include/FL/fl_show_colormap.H +include/FL/fl_show_colormap.h +include/FL/fl_show_input.H +include/FL/fl_show_input.h +include/FL/forms.H +include/FL/forms.h +include/FL/gl.h +include/FL/gl2opengl.h +include/FL/gl_draw.H +include/FL/gl_draw.h +include/FL/glut.H +include/FL/glut.h +include/FL/math.h +include/FL/menubar.h +include/FL/win32.H +include/FL/win32.h +include/FL/x.H +include/FL/x.h +lib/libfltk.a +lib/libfltk.so +lib/libfltk.so.1 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +@dirrm include/FL +@unexec rmdir %D/include/Fl 2>/dev/null || true -Chris >Release-Note: >Audit-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 14 19:22:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69D091513A for ; Wed, 14 Apr 1999 19:22:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA26022; Wed, 14 Apr 1999 19:20:01 -0700 (PDT) (envelope-from gnats@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 19E8614C4F for ; Wed, 14 Apr 1999 19:12:25 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 3145816D9; Wed, 14 Apr 1999 19:10:00 -0700 (PDT) Message-Id: <19990415021000.3145816D9@norn.ca.eu.org> Date: Wed, 14 Apr 1999 19:10:00 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11143: Update x11-wm/flwm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11143 >Category: ports >Synopsis: Update x11-wm/flwm >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 14 19:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: 4.0-CURRENT post-egcs >Description: Update from 0.19 to 0.22. Make it respect CXXFLAGS/CFLAGS files added: patch-aa patch-ab >How-To-Repeat: >Fix: Index: flwm/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/x11-wm/flwm/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/03/17 05:09:02 1.2 +++ Makefile 1999/04/15 01:49:54 @@ -1,16 +1,15 @@ # New ports collection makefile for: flwm -# Version required: 0.19 +# Version required: 0.22 # Date created: 12 February 1999 # Whom: Dima Sivachenko # # $Id: Makefile,v 1.2 1999/03/17 05:09:02 nectar Exp $ # -DISTNAME= flwm-0.19 +DISTNAME= flwm-0.22 CATEGORIES= x11-wm MASTER_SITES= http://www.cinenet.net/users/spitzak/flwm/ \ ftp://ftp.sai.msu.su/pub/X11/win_man/ -# ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ EXTRACT_SUFX= .tgz MAINTAINER= dima@chg.ru @@ -19,6 +18,7 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" MAN1= flwm.1 .include Index: flwm/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/x11-wm/flwm/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/03/15 01:14:36 1.1.1.1 +++ md5 1999/04/14 23:43:04 @@ -1 +1 @@ -MD5 (flwm-0.19.tgz) = 7d8f7abaa1e135e25df6358dedcd7394 +MD5 (flwm-0.22.tgz) = b1cf229d6e7b8907b153a04e47a14c0d Index: flwm/patches/patch-aa =================================================================== RCS file: patch-aa diff -N patch-aa --- /dev/null Wed Apr 14 18:59:30 1999 +++ patch-aa Wed Apr 14 18:51:07 1999 @@ -0,0 +1,11 @@ +--- Makefile.orig Wed Apr 14 18:50:44 1999 ++++ Makefile Wed Apr 14 18:50:51 1999 +@@ -5,7 +5,7 @@ + + CXXFILES = main.C Frame.C Rotated.C Menu.C FrameWindow.C Desktop.C Hotkeys.C + +-LIBS = -lfltk ++LIBS = -lfltk -lGL + + MANPAGE = 1 + Index: flwm/patches/patch-ab =================================================================== RCS file: patch-ab diff -N patch-ab --- /dev/null Wed Apr 14 18:59:30 1999 +++ patch-ab Wed Apr 14 18:56:38 1999 @@ -0,0 +1,26 @@ +--- configure.orig Wed Apr 14 18:54:10 1999 ++++ configure Wed Apr 14 18:56:19 1999 +@@ -813,9 +813,9 @@ + if test "$ac_test_CXXFLAGS" = set; then + CXXFLAGS="$ac_save_CXXFLAGS" + elif test $ac_cv_prog_cxx_g = yes; then +- CXXFLAGS="-g -O2" ++ CXXFLAGS="$CXXFLAGS" + else +- CXXFLAGS="-O2" ++ CXXFLAGS="$CXXFLAGS" + fi + else + GXX= +@@ -1805,9 +1805,9 @@ + if test -n "$GXX"; then + # GNU C compiler + # -Wno-return-type is necessary for Xlib header files on many systems: +- CFLAGS="-Wall -Wno-return-type -O2 $X_CFLAGS" ++ CFLAGS="-Wall -Wno-return-type $CFLAGS $X_CFLAGS" + CFLAGS_D="-Wall -Wno-return-type -g -DDEBUG $X_CFLAGS" +- CXXFLAGS="-Wall -Wno-return-type -O2 $X_CFLAGS" ++ CXXFLAGS="-Wall -Wno-return-type $CXXFLAGS $X_CFLAGS" + CXXFLAGS_D="-Wall -Wno-return-type -g -DDEBUG $X_CFLAGS" + else + if test "`(uname) 2>/dev/null`" = IRIX; then -Chris >Release-Note: >Audit-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 14 20:32:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F5DD151FC for ; Wed, 14 Apr 1999 20:32:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA32853; Wed, 14 Apr 1999 20:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from istari.home.net (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (Postfix) with ESMTP id 909DD14D09 for ; Wed, 14 Apr 1999 20:24:21 -0700 (PDT) (envelope-from sjr@home.net) Received: (from sjr@localhost) by istari.home.net (8.9.3/8.9.3) id XAA08561; Wed, 14 Apr 1999 23:22:00 -0400 (EDT) (envelope-from sjr) Message-Id: <199904150322.XAA08561@istari.home.net> Date: Wed, 14 Apr 1999 23:22:00 -0400 (EDT) From: sjr@home.net Reply-To: sjr@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11144: Y2K problem in tiff34 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11144 >Category: ports >Synopsis: Y2K problem in tiff34 port >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 14 20:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Stephen J. Roznowski >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: The tiff port has a hardcoded 19xx. While this is in the contrib section (for converting Sun rasterfile format to TIFF), and not installed by default, this should be patched. >How-To-Repeat: >Fix: --- contrib/ras/ras2tif.c.orig Wed Apr 14 23:05:05 1999 +++ contrib/ras/ras2tif.c Wed Apr 14 23:05:41 1999 @@ -102,8 +102,8 @@ gettimeofday(&tv, (struct timezone *) NULL); ct = localtime(&tv.tv_sec); - sprintf(datetime, "19%02d:%02d:%02d %02d:%02d:%02d", - ct->tm_year, ct->tm_mon + 1, ct->tm_mday, + sprintf(datetime, "%04d:%02d:%02d %02d:%02d:%02d", + 1900 + ct->tm_year, ct->tm_mon + 1, ct->tm_mday, ct->tm_hour, ct->tm_min, ct->tm_sec); setbuf(stderr, NULL); >Release-Note: >Audit-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 14 20:52:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4085C150EB for ; Wed, 14 Apr 1999 20:52:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA33770; Wed, 14 Apr 1999 20:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from istari.home.net (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (Postfix) with ESMTP id 04A26150EB for ; Wed, 14 Apr 1999 20:47:12 -0700 (PDT) (envelope-from sjr@home.net) Received: (from sjr@localhost) by istari.home.net (8.9.3/8.9.3) id XAA11574; Wed, 14 Apr 1999 23:44:51 -0400 (EDT) (envelope-from sjr) Message-Id: <199904150344.XAA11574@istari.home.net> Date: Wed, 14 Apr 1999 23:44:51 -0400 (EDT) From: sjr@home.net Reply-To: sjr@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11145: Y2K problem in dgs port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11145 >Category: ports >Synopsis: Y2K problem in dgs port >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 14 20:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Stephen J. Roznowski >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: The dgs port suffers from the same TIFF related problem as the tiff port. [contrib routine for converting Sun rasterfiles to TIFF] >How-To-Repeat: >Fix: --- tiff/contrib/ras/ras2tif.c.orig Wed Apr 14 23:37:26 1999 +++ tiff/contrib/ras/ras2tif.c Wed Apr 14 23:37:52 1999 @@ -102,8 +102,8 @@ gettimeofday(&tv, (struct timezone *) NULL); ct = localtime(&tv.tv_sec); - sprintf(datetime, "19%02d:%02d:%02d %02d:%02d:%02d", - ct->tm_year, ct->tm_mon + 1, ct->tm_mday, + sprintf(datetime, "%04d:%02d:%02d %02d:%02d:%02d", + 1900 + ct->tm_year, ct->tm_mon + 1, ct->tm_mday, ct->tm_hour, ct->tm_min, ct->tm_sec); setbuf(stderr, NULL); >Release-Note: >Audit-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 14 22:52:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AFAD1530B for ; Wed, 14 Apr 1999 22:52:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA41938; Wed, 14 Apr 1999 22:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from corp.au.triax.com (slwag1p02.ozemail.com.au [203.108.157.18]) by hub.freebsd.org (Postfix) with ESMTP id BF827150DB for ; Wed, 14 Apr 1999 22:46:43 -0700 (PDT) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id PAA70973; Thu, 15 Apr 1999 15:44:22 +1000 (EST) Message-Id: <199904150544.PAA70973@corp.au.triax.com> Date: Thu, 15 Apr 1999 15:44:22 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@corp.au.triax.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11147: new port: pclock-0.12a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11147 >Category: ports >Synopsis: new port: pclock-0.12a >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 14 22:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: New port of pclock, a simple analog clock for the Window Maker dock or AfterStep Wharf. >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: # # pclock # pclock/Makefile # pclock/files # pclock/files/md5 # pclock/pkg # pclock/pkg/DESCR # pclock/pkg/COMMENT # pclock/pkg/PLIST # echo c - pclock mkdir -p pclock > /dev/null 2>&1 echo x - pclock/Makefile sed 's/^X//' >pclock/Makefile << 'END-of-pclock/Makefile' X# New ports collection makefile for: pclock X# Version required: 0.12a X# Date created: 15 Apr 1999 X# Whom: Jim Mock X# X# $Id$ X# X XDISTNAME= pclock-0.12a XCATEGORIES= x11-clocks windowmaker afterstep XMASTER_SITES= ftp://ftp.kourakos.com/pub/ XEXTRACT_SUFX= .tgz X XMAINTAINER= jim@phrantic.phear.net X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XUSE_GMAKE= yes XUSE_X_PREFIX= yes X X.include END-of-pclock/Makefile echo c - pclock/files mkdir -p pclock/files > /dev/null 2>&1 echo x - pclock/files/md5 sed 's/^X//' >pclock/files/md5 << 'END-of-pclock/files/md5' XMD5 (pclock-0.12a.tgz) = ca240c4413183cb61bac1e2039c2c6bf END-of-pclock/files/md5 echo c - pclock/pkg mkdir -p pclock/pkg > /dev/null 2>&1 echo x - pclock/pkg/DESCR sed 's/^X//' >pclock/pkg/DESCR << 'END-of-pclock/pkg/DESCR' Xpclock is a simple analog clock program designed to run under the XWindow Maker window manager. Any 64x64 pixmap may be used as a Xbackground, including tiles. X XWWW Homepage: http://kraanerg.apex-it.com/~awk/pclock/ X X- Jim END-of-pclock/pkg/DESCR echo x - pclock/pkg/COMMENT sed 's/^X//' >pclock/pkg/COMMENT << 'END-of-pclock/pkg/COMMENT' Xpclock is a simple analog clock program for the Window Maker dock. END-of-pclock/pkg/COMMENT echo x - pclock/pkg/PLIST sed 's/^X//' >pclock/pkg/PLIST << 'END-of-pclock/pkg/PLIST' Xbin/pclock END-of-pclock/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 14 23:22:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4483B1538F for ; Wed, 14 Apr 1999 23:22:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA44846; Wed, 14 Apr 1999 23:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 16C5614F06; Wed, 14 Apr 1999 23:21:59 -0700 (PDT) Message-Id: <19990415062159.16C5614F06@hub.freebsd.org> Date: Wed, 14 Apr 1999 23:21:59 -0700 (PDT) From: nacai@iname.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11148: Fixed port: Enlightenment Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11148 >Category: ports >Synopsis: Fixed port: Enlightenment >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 14 23:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yukihiro Nakai >Release: 3.1R >Organization: Internet Solutions, Inc >Environment: 3.1R + (3.1stable upgrade kit) + (/usr/ports about 10 days before) >Description: I've been fixed the enlightenment port to follow its latest version, 0.15.5. Please enjoy a lot. Yukihiro Nakai -------------- begin 664 enlightenment.dif.gz M'XL(").#%3< V5N;&EG:'1E;FUE;G0N9&EF *V=:V_;R)*&/UN_@IB3!29P M=*'N,DX.[-A*UF=L)["=F5G@ (E41+'$JFE*,N>P>QOW^XF)?.FYEO% $&B MV._37=U5)(MLJFOJS&9&U=_>&;:[=.:+P'97MAO4/-^9UV^M)WOF+.WD[PX_ MKE2K51UVJ3-!-,\Z_3/.LV0.3\W MJN8'LV6G9R-[QIWU9#G&/]4_Y[=+:UP+:MMJX#V] M>C5K4OMC_2_!2?3=]?3,V,_&AV?#K+7::@+JC5;=[!AF_ZS5.&MT#5>,UO*- MX*?82O7J^N'Q[N)V^#$YZ&IZ>-5OOWPYKJN<:ML1$W!Y\3C\\O7^>OCP M\>3%-*N[E3%WO95=,6XO'AZ']Z.'ZT?YNW=_Q?X_^G+W]7;X=T(S>OC^Z>KZ M/M5/Z.K!AV9#^+K_P6PK9Y^77N\_77[[?[V6'_X\N[K^(J:]6;=<:+^WJ;+,)II7JV^^'=[]^ M/+G\]NWSS840_E2]?O?7S=?+BYM/%P_#O^N..UENI_9/X=!OKC\]?*S>)!3" MV$JU4OWM_I>'^\N/)\+)XJ,:2FXP">G:MZMK*Y@LSBK5FC,SIB*V77OZ\^^J MU>%[T9.8D8O'R__^VX@^J%'\;?Q3_/_S]?*IV>[4F55. MTT,K'-AI-+"?LB,SJLN7];S]D_1$+4*,?XXWTYH\R]163_^J3'5G3'G0;NJK M:2=U>CO\_-@Y\R"@G#3SH>Q94QQ&\A"JWEYUC)^UIX::.*74YG^^-SX: W/0 MZS>GO79S:EEVPYXUIY/N>#"UNP.SV^QW*Z?'FNO$6AEWK=F@.VY;G6EW.K"G M;;LUFW9:O4''FEICRT:F,^'WW"E(189NBA-2^F0G\P[JHUFTVBV9!M-,S2A*FU( M(5EUJQ>I59?]SH>>/&G*?V2OR3&,;JXNKJZ$5][]K#Z]SPBNAM^&=U?#NTMQ M;A>ZG ;4T:5^5;W6.[=OO/GA\EJS5D9LT7WV\>Q87.K=IULW<\+F7.T3YKFV?R0R(N@:9.'K=V MV,I -'1FFF>M?BQ>^UT9KNIO%:V!V9M:@27#)_JH?AK,#C\-/\J?BB&=?WYX M>+P:/=Y_'Y[;0N_X*C[63W-Q*A?_>U^?>.Y,3/K>-&'[,<87)K^\KV\6EF\G MKV391HRHD<\7-P^YK13Q\K@R>Z.KB\>+Q%CU ?@TKW^[$:&=CHK]SX^&W%Y MBK5CD(B%]MNUI?5!G*Y.6S+49)(V=MSDX*,?K45NDS>UP^K4$^G64/P]&L]K M:W=>J1;I[!V,*EKOZ &2"EH@)2"!H@P>P8-D%+0 "D%#0B<8&F# M%B@M:(+2AC9HPR41XT7JVXOKNT+!_U5.-0K+\2=;X1UQ^M'JQK;[A[5RW+D7 MB-L()==U/ [3JHZ8AL?6H.F<=IL?!!G='G0%K01 M>%,/,TXJ,;NDLCC6[/K,<\5I<^85R,1%I]$JCK%(B'2LA&U4V$&%75380X5] M5#@ A>T&*BP^ 41"U#-MU#-MU#-MU#-MU#-MU#-MU#-MU#,=U#,=U#,=U#,= MU#,=U#,=U#,=U#,=U#,=U#,=U#-=U#-=U#-=U#-=U#-=U#-=U#-=U#-=U#-= MU#-=U#,]U#,]U#,]U#,]U#,]U#,]U#,]U#,]U#,]U#,]U#-]U#-]U#-]U#-] MU#-]U#-]U#-]U#-]U#-]U#-]U#,#U#,#U#,#U#,#U#,#U#,#U#,#U#,#U#,# MU#,#T#-F _2,V0 ]8S9 SY@-T#-F _2,V0 ]8S9 SY@-T#-F _2,V4 ]8Z*> M,5'/F*AG3-0S)NH9$_6,B7K&1#UCHIXQ4<\T4<\T4<\T4<\T4<\T4<\T4<\T M <^LG1=U,VZI9?/19&E;[G8M_G4F3_:4S2^V[0KF&JY@IM4+>\D/& 5SK58PTVK?W@26SY_N/<^U?<^3 MS=\&WL9ZMAF&[TFZR7N2:JPZG#=+9\HP-\:2#8ZQ5)/E(MV=(OC,-GF.,RRVIYR M+B1O*,]BA;+L=5;6W'YV[!W3Z#>>9_D;SS)_93E+IN4*Y1FM4)Z]VXTSX1JL M6*;%BF69O+8VOW)9+NA6QIB9#-#C&KCREHS$XH#2;;T0)*-]3BII:+H1GJ,E%+DS?T/)QKZA9'N]K3MEV*HPNIT*H]@HWXR1+Z<4JE?.9E+W MK8TX_QW71F]CA;=BDZ6UV=B;VF2F5X]5&@GHMD'@N<6ZB;<4$^!-G9FS;U;W M7HEK;WUO[2T+7T#QO6"QLY?%PJTK1C\3-A0JGZ/)U&E>JNKMV.,OO!R&[0:^ M&$;A]&S]C1?-BZX]]2:Y(QVYT;8G;[$";UWL%Y4,HD$ANRXT\-XR<( YWXGI\7:K\-W6 M0K4\(0R7WMPK/,*5,OX+.C&:^Z\0]:M06J_R+\V9,*8?6_[(6HWE3:WG.W^* MPT)D:YKGST6HYHET$:IY1IV+BO-!X$P8YAY JK$'$#>5-:NL^63-)&,.&;-' MG3?-^[<)V:C1J/VQQI0FK&S"RA:L;&/*I35YPL;.6"W1XX7IDQXO2J/R:7BI M1(\S;4<72O)I;)U$PS*MAE9)\E%LD43#,DV&EDCR47B%1(\S#4?71](TO#QR M#"3;BRZ.I#C*VLAQE&HM864D11(61HZ25&OQ99$TB*Z*'.'(AH)K(CD8N"1R ME.28BBV(I$#2>HB&I1I,60W)0['%D*,DRUQH*20/)*R$Z'&6V?@Z2!Z-+8,< M)5D60XL@N2"V!G( "R'&492^V_)%'XJL?6IIE-;SVD0=#2Q_' M0):YR,)'B@/7/7(IJHW8JD<*PA<]CH%4,^$ECS0'K7CD060+D?6.%(,N=^1C M5 O!Q8X415CK.$I2+<57.M(@MM"12Y&-A)8YXI!:.D"?"(5B\%E0* :? H5B MR_>]W6CJ[8@6Q3B2<3&.8>?2G@4<.Q7'L%-Q##O55W$YAH8@P](09)BZ77/L M%!3#2$&1+'3$CYS9*\W /42R;P^1S'MREO"3W1A!,DP1)*M6UHNS#Q&:80HA&29.MG)QB&19Q)!,BQC,MG#!O_8R7A&D MM96U>2K43QUK[HD;0FS >S4VU*DW>0+;%4J\36S2Y-,\.<64A';/<): TBPE M)4ZSA,0XCD<9 MSIR$)&=.0I(Q0':XLL.4&IYJ[U:Y_1:R6!Z*X1=PWA(I2"[S;>R$*I78"54J ML1-JE.U#EZ&8%KL.R8P=:GDOQ)H5_]]B,R:5V(Q))39C\K$6-*B]$!O4VO?F MOKW9R P"LB,.C-RM?&V(SLFWVR#*MT2: "84H1:;]U"+S7RHU7QO.*X-'^V- ML00KH<;\M7_D2&E_06X^(-D?T.U_IK3_C#>OWF90^?#D:>ZK-RV14^T>@T^V M0>#(%TV\[70T=K"WN6+(1EPOL+/T_O92B74OM$KQSG)T>]NEE0U<&K8J][1K M-_L?S%;'.&V;'[K=]M%=[5(M]."^^K!2LRU!I-RXT_HGVU[7=M9SL=!SW#FH M]%:8<#L>RY>'(>T.-?1*&/H$*CW_1[JF;%M!PMQ M^<5,&/K%BSFT=6K-EK)2O6[+>2%1>?W-[$NGTDL^+B9"HFIGA0MZ=D M5DSQH&YOR:R8XD'='I-9,<6#NKTF,V+=?I-9,<6#NGTGLV**!W7[3V;%% _J M]J',BBD>U.U'F153/*C;ES(KIGA0MS]E5DSQH&Z?RJR8XD'=?I59,<6#NGTK MLV**!W7[5V;%% _J]K',BBD>U.UGF153/*C;US(KIGA0M[]E5DSQH&Z?RZR8 MXD'=?I=9,<6#NGTOLV**!W7[7V;%% _J]L',BBD>U.V'F153/*C;%S,KIGA0 MMS]F5DSQH&Z?S*R8XD'=?IE9,<&#VGTSLV*"![7[9V;%! ]J]]',B@D>U.ZG MF143/*C=5S,KIGA0M[]F5DSQH&Z?S:R8XD'=?IM9,<6#NGTWLV**!W7[;V;% M% _J]N',BBD>U.W'F153/*C;ES,KIGA0MS]G0CRV-C8HU1?+V$L#*=O4_W3\ MIZ6M=FS(E4?%G9S)L%(]GSJ^O]+5])"#@G20:.V\(#JYW4?^MA21\9_\[69A M3V_MP%I6'YVY[0=U*XPL.C;F<4TFQNPNLZL)M85QH\KJ>=S@82:S.YX;QTUF M=SPWCEO,[EH\K,WLKLW#.LSN.CRLR^RNR\-ZS.YZ/*S/[*[/P^8\[+!5 H-T MF61L[R4R&S#/$P'S@(_M_T1EU2HLSUR%\BQ&=Z+2-1';K8G*)G9FHL*9W9K( M#>QW<**"*^;U9\6\D*R85X15;>PEJ^/42[WE\/ M"TX;\3>Z2O)\ M(PYO?I6!^=T?WM$J _.[3[Y\5+J%TH8LRMJQ^"%F!*7G(_@Q\_%G(]&'/.BH9,.\Z!,>[+V.F(0'SKC-@WN8PLYZ@N>'VM^%QS/LJP3$GE'?Y M#5K,[I@W;C>V=2X>Q^FKH6+N6F4/7' MX>VWFXO'8?%I*JDO/E^$>MISJ9 !4NQ(B%J!W8-&6O"N,U*#]WVA&KS3BXG1 M$1+OYB((O'\+U? =6R@GW:-%"')7%DJ1^["]$IU#Y%YKKRP^;>Z5Q2>@2(G? ML84 =H\6:?&[LCR@.,E[H] [KUR"TA%T=Y654[J [J"R>';!2$BDG M\-@G\-@9:>NKO1Q[+U@'GYQY_?>I/;.VRV"#R1E9J\0(:::24S)-!5"230E0 M\LV#'O2;TC.R3L51$D\)T')/2=#33T7!&:A4PTEH*"9,+)R*AF+PE*#$Q#13 M,H1,4\D/N>,H.NRPZ_)Q%KQ IQH@9:+'65[G>'9Z!.1UBV>L1T!>M[3$4@.7 MZMZU1YM=&1,.#90S8R>.EU)F[!LH90:8#6M@0O?$U%@A>'8LY>0$64&D'%D2 M:)H<:BV*F' *%>+B!^0Q-45,N S!&;X2$RY9NQ;%8L+E;=>FS');4^$J(P:S M::4%\VFE!>\[E):2<,!W'Z&8XCU*P@'?AH1BRLR1;AP>%H[[JIZ7$]/[&(AF M['$$S-EC"#&KCI-@7AU#X,PZQI!RZSB'9-'IKE6BH_N)S]-7D-9>JLE6BF_+#2U==XK60*L95HIOR8TN79>*WD56HK MUU+YD>74;R,V=*S>5(EF2@SK2!4J3BN9@E3L1LJ.)UVFBM-&?L6JB*U4:FYA6_E=+C25?"XC22+8K%;Z7L@#*ELCB-Y%;- M*M50V6'EU=+BM),NJ\5MH^QX4L6V*$W$B_/0.?H-3[QD#YW+5.\IU037^DQ- M'VX3L?(^I9HH-Y!8T1]N$_'"&N7:*#>4>*$-;AN' D$E&B@WBD/9('H#R0I" M?)X[@&1=(3H?*S'$A+F6QPH/T>%4#:(2#7#-3U4F*M% J6=Y1?6*?DQ;I<=8 MXGF?OJ#1CVB).[K<,D>EF^&.*[?X$:.96!TD+LT>0JPZ$H..%4KBTFS+8^63 MZ'2BDA(;Y]J>J*]$P,'W_X]2Q6^#I-!D 28&2)ZAM[),1(C5$]D#>76;&'C) MQ\^Z:DXEFN'=7Q76>"K;U@\:7;JT#J.IDI9DZT&Q&_DAEI2;C')TO'84&R\Y ME=F*4NQ&RDW&CSAD?L2A4N(0212B(G.<=SU2Y:D(Y%NE*B)$OL:\U:\B0LA+ MS\>M7Y"$/N;'4H>T6$R-._.A3#HD#(^]='&/)<8._EIZ%TB2TF&Z^V MQ6WB4'B+T$"\!A<9(P=!O#(7&2M^2S*-P5\&U8'D.(+?WM=PW$Z!+XCJ0&ZW MQ2_':SARIT?J@#%:X%SKBW0F$$/E$S#.3P;Q/$H7AY+0ISJ+1%@J*B M6Q0F5G^+@NT8@WJKRD6"X@6Z"&"\5A\1VX^-^!Q;=(CB4P5-#K'C)VLQX:3/CI<.,EPXS7CK,>.DPXZ7#C)<.,UXZS'CI M,..EPXR7#C->NLQXZ3+CI.DRXZ7+C)>LQXZ3'CI<>,EQXS7GK,>.DQXZ7'C)<>,U[ZS'CI,^.ESXR7/C->^LQX MZ3/CI<^,ESXS7OK,>.DSXV7 C)!LQX&3#C9<", MEP$O7O;E^.@<+U[V1?KH'"]>]J7[Z!PO7O8%_>@<+U[V9?[H'#->3&:\F,QX M,9GQ8C+CQ63&B\F,%Y,9+R8S7DQFO)C,>&DRXZ7)C)#G4+2=2AA"%*H1L[Q9FH J+O!8N=O5RJ&HA$-E8]$21S=JDYEU]*,I:N M4=W,C/^ZJD,-%0BOAI\OOM\\BL:WKFJ^/G;=BV M>&O&?(S9([@16Q) MV3M2KB;UG#Q-<8P<[8TC(93<[* GG&0C!L[)E)Z4CRF"G(O%*-I\D7(P2;#R M+P7"N9=2D_*N&,'(N30T>JG/:8*2:^EPC@FD'"L?Y'1+R*WR,$J7Q)Q*(L1\ M2B*,7"J-J0VPGHN?>V1ITH'\!C$ZI&=O"L,S-RFG9FT)ACXH6K(7(^A=43/$ M!$.=$F)F^(; 66$<8?1$R@8E1,T$)4/- A5#R "EGI[]*8J4^<4(2B>TC,^9 M#(FYFR30M$5IP31":HD)A$+ 9$!JX0N#%)/.? I SGE22#@2I%Q^'>)B-!Z% M$UF\YI!EBM<;XLQ$OLM/ZT8AQ%X\WQ6']ACX3E8NQNO-Y_7FTWH[?"URHG_> MG\/0[(L@FG4R_$BFK: O3Z8)FE&!$RQMDE6*H)FE$(9=Q>MN&:1XR2V./(\M M8F1*@C822= &(@G*.-19 /;A&%?B4P,4K]A+L:_!2C6>4"@UE$I()26)4'HT M&5!BVM?W4@CVG3T)9=,-XWSJ^/[*R .'U:DWV6@EX<:YTD65:K%LXTX1V7YQ M&M9"PG!U%QA-Y50CB28SKS:WG 0>BF"'LJ:P&!9&Y:$H>D2;_)(HD9"A0B,. L4How-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 15 1:24:49 1999 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 F37E714C30 for ; Thu, 15 Apr 1999 01:24:47 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.2/8.9.1) with ESMTP id BAA60241; Thu, 15 Apr 1999 01:22:26 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id IAA20150; Thu, 15 Apr 1999 08:22:26 GMT (envelope-from obrien) Date: Thu, 15 Apr 1999 01:22:26 -0700 From: "David O'Brien" To: Tom Hukins Cc: ports@freebsd.org Subject: Re: Bad Ports: Configuration files in PLIST Message-ID: <19990415012226.A20049@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <19990412193001.A10795@eborcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <19990412193001.A10795@eborcom.com>; from Tom Hukins on Mon, Apr 12, 1999 at 07:30:01PM +0100 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 > etc/dhclient-script > net/isc-dhcp2/pkg/PLIST While this is a script, it isn't intended to be edited by the sysadmin (in the usual case). It is used to keep all the system dependant interface details out of the dhclient binary. -- -- David (obrien@NUXI.com -or- obrien@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 15 7:22:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F0E814ED4 for ; Thu, 15 Apr 1999 07:22:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA41130; Thu, 15 Apr 1999 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 14F1015230; Thu, 15 Apr 1999 07:16:32 -0700 (PDT) Message-Id: <19990415141632.14F1015230@hub.freebsd.org> Date: Thu, 15 Apr 1999 07:16:32 -0700 (PDT) From: wefa@callcenter.systemhaus.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11152: kde 11 sources not on cdrom (is this a bug ?) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11152 >Category: ports >Synopsis: kde 11 sources not on cdrom (is this a bug ?) >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 15 07:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Christoph Weber-Fahr >Release: FreeBSD-3-1-RELEASE >Organization: O.tel.o Communications >Environment: irrelevant in this case >Description: There are no kde 1.1 sources on the distribution media, although there are both ports and packages. This is (among others) relevant because the kde11 package has a bug in kdm which can be cured by recompiling the port (don't ask me why). >How-To-Repeat: >Fix: If this is supposed to be this way, someone should put an appropriate 'restricted' clause in the makefile. Else, put the sources onto the cds. >Release-Note: >Audit-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 15 7:52:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B311014ED0 for ; Thu, 15 Apr 1999 07:52:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA43812; Thu, 15 Apr 1999 07:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail1.svr.pol.co.uk (mail1.svr.pol.co.uk [195.92.193.18]) by hub.freebsd.org (Postfix) with ESMTP id 6137614ED4 for ; Thu, 15 Apr 1999 07:47:49 -0700 (PDT) (envelope-from tom@eborcom.com) Received: from modem-34.tantulum.dialup.pol.co.uk ([62.136.36.34] ident=[ub6Sgdt7hyQij4WTLR7dCTVb7yG3KzR5]) by mail1.svr.pol.co.uk with esmtp (Exim 2.12 #1) id 10XnOR-00007Q-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 15 Apr 1999 15:45:28 +0100 Received: (qmail 11935 invoked by uid 5000); 15 Apr 1999 14:23:59 -0000 Message-Id: <19990415142359.11934.qmail@eborcom.com> Date: 15 Apr 1999 14:23:59 -0000 From: Tom Hukins To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11154: Fix Port: news/dejasearch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11154 >Category: ports >Synopsis: Fix Port: news/dejasearch >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 15 07:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 2.2.8-STABLE i386 >Organization: eBORcOM >Environment: >Description: The dejasearch port will not run without p5-libwww installed. However, dejasearch's Makefile does not list any dependencies. The patch below fixes this, as well as making a minor change if NOPORTDOCS is defined. No files have been removed. pkg/PLIST.nodocs has been added. >How-To-Repeat: # cd /usr/ports/news/dejasearch # make all # grep LWP work/dejasearch/dejasearch >Fix: diff -ruN dejasearch.old/Makefile dejasearch/Makefile --- dejasearch.old/Makefile Sun Mar 14 12:33:56 1999 +++ dejasearch/Makefile Thu Apr 15 15:10:20 1999 @@ -14,7 +14,13 @@ MAINTAINER= kris@FreeBSD.ORG -WRKSRC= ${WRKDIR}/dejasearch/ +RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww + +.ifdef NOPORTDOCS +PLIST= ${PKGDIR}/PLIST.nodocs +.endif + +WRKSRC= ${WRKDIR}/dejasearch USE_PERL5= yes NO_BUILD= yes diff -ruN dejasearch.old/pkg/PLIST.nodocs dejasearch/pkg/PLIST.nodocs --- dejasearch.old/pkg/PLIST.nodocs Thu Jan 1 01:00:00 1970 +++ dejasearch/pkg/PLIST.nodocs Thu Apr 15 15:08:02 1999 @@ -0,0 +1 @@ +bin/dejasearch >Release-Note: >Audit-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 15 9: 2:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F2AA014D7D for ; Thu, 15 Apr 1999 09:02:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA49597; Thu, 15 Apr 1999 09:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cartier.cirx.org (cartier.dorm1.ntnu.edu.tw [140.122.198.163]) by hub.freebsd.org (Postfix) with ESMTP id 68B5E14BDA for ; Thu, 15 Apr 1999 08:49:10 -0700 (PDT) (envelope-from clive@cartier.cirx.org) Received: (from clive@localhost) by cartier.cirx.org (8.9.3/8.9.3) id XAA00560; Thu, 15 Apr 1999 23:51:30 +0800 (CST) (envelope-from clive) Message-Id: <199904151551.XAA00560@cartier.cirx.org> Date: Thu, 15 Apr 1999 23:51:30 +0800 (CST) From: clive@CirX.ORG Reply-To: clive@CirX.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11155: update enlightenment to 0.15.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11155 >Category: ports >Synopsis: update enlightenment to 0.15.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 15 09:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Clive Lin >Release: FreeBSD 4.0-CURRENT i386 >Organization: CirX User Group >Environment: FreeBSD cartier.cirx.org 4.0-CURRENT FreeBSD 4.0-CURRENT #2: Thu Apr 15 23:34:57 CST 1999 clive@cartier.cirx.org:/usr/src/sys/compile/CARTIER i386 >Description: Upgrade to 0.15.5. you can pass XLOCALE definition to make for supporting X LOCALE. >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: # # enlightenment # enlightenment/files # enlightenment/files/md5 # enlightenment/files/patch-xlocale # enlightenment/patches # enlightenment/pkg # enlightenment/pkg/COMMENT # enlightenment/pkg/DESCR # enlightenment/pkg/PLIST # enlightenment/Makefile # echo c - enlightenment mkdir -p enlightenment > /dev/null 2>&1 echo c - enlightenment/files mkdir -p enlightenment/files > /dev/null 2>&1 echo x - enlightenment/files/md5 sed 's/^X//' >enlightenment/files/md5 << 'END-of-enlightenment/files/md5' XMD5 (enlightenment-0.15.5.tar.gz) = b6af96b4a5d6d9ed4e3fd53795adabae END-of-enlightenment/files/md5 echo x - enlightenment/files/patch-xlocale sed 's/^X//' >enlightenment/files/patch-xlocale << 'END-of-enlightenment/files/patch-xlocale' X--- src/Makefile.in.orig Thu Apr 15 20:19:01 1999 X+++ src/Makefile.in Thu Apr 15 20:19:36 1999 X@@ -129,7 +129,7 @@ X enlightenment_LDADD = $(LDADD) X enlightenment_DEPENDENCIES = X enlightenment_LDFLAGS = X-CFLAGS = @CFLAGS@ X+CFLAGS = @CFLAGS@ -DX_LOCALE X COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) X CCLD = $(CC) X LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ END-of-enlightenment/files/patch-xlocale echo c - enlightenment/patches mkdir -p enlightenment/patches > /dev/null 2>&1 echo c - enlightenment/pkg mkdir -p enlightenment/pkg > /dev/null 2>&1 echo x - enlightenment/pkg/COMMENT sed 's/^X//' >enlightenment/pkg/COMMENT << 'END-of-enlightenment/pkg/COMMENT' Xa very artistic X window manager. END-of-enlightenment/pkg/COMMENT echo x - enlightenment/pkg/DESCR sed 's/^X//' >enlightenment/pkg/DESCR << 'END-of-enlightenment/pkg/DESCR' XA very artistic X window manager. Among other attributes, XEnlightenment makes for quite impressive screen shots. X Xhttp://www.enlightenment.org/ END-of-enlightenment/pkg/DESCR echo x - enlightenment/pkg/PLIST sed 's/^X//' >enlightenment/pkg/PLIST << 'END-of-enlightenment/pkg/PLIST' Xbin/dox Xbin/eesh Xbin/enlightenment Xbin/epp Xshare/enlightenment Xshare/enlightenment/E-docs Xshare/enlightenment/E-docs/Edoc_bg.png Xshare/enlightenment/E-docs/Enlightenment.png Xshare/enlightenment/E-docs/MAIN Xshare/enlightenment/E-docs/MAIN~ Xshare/enlightenment/E-docs/aircut3.ttf Xshare/enlightenment/E-docs/benjamingothic.ttf Xshare/enlightenment/E-docs/btn_conyright1.png Xshare/enlightenment/E-docs/btn_conyright2.png Xshare/enlightenment/E-docs/btn_conyright3.png Xshare/enlightenment/E-docs/btn_how1.png Xshare/enlightenment/E-docs/btn_how2.png Xshare/enlightenment/E-docs/btn_how3.png Xshare/enlightenment/E-docs/btn_themes1.png Xshare/enlightenment/E-docs/btn_themes2.png Xshare/enlightenment/E-docs/btn_themes3.png Xshare/enlightenment/E-docs/btn_todo1.png Xshare/enlightenment/E-docs/btn_todo2.png Xshare/enlightenment/E-docs/btn_todo3.png Xshare/enlightenment/E-docs/neuropol.ttf Xshare/enlightenment/E-docs/rothwell.ttf Xshare/enlightenment/E-docs/unionform.ttf Xshare/enlightenment/E-docs/ver.png Xshare/enlightenment/E-docs/x-files.ttf Xshare/enlightenment/config Xshare/enlightenment/config/pix Xshare/enlightenment/config/pix/wait1.png Xshare/enlightenment/config/pix/wait2.png Xshare/enlightenment/config/pix/wait3.png Xshare/enlightenment/config/pix/wait4.png Xshare/enlightenment/config/pix/wait5.png Xshare/enlightenment/config/pix/wait6.png Xshare/enlightenment/config/pix/wait7.png Xshare/enlightenment/config/pix/wait8.png Xshare/enlightenment/config/pix/wait9.png Xshare/enlightenment/config/pix/wait10.png Xshare/enlightenment/config/pix/wait11.png Xshare/enlightenment/config/pix/wait12.png Xshare/enlightenment/config/definitions Xshare/enlightenment/config/control.cfg Xshare/enlightenment/config/keybindings.cfg Xshare/enlightenment/config/menus.cfg Xshare/enlightenment/themes Xshare/enlightenment/themes/ShinyMetal Xshare/enlightenment/themes/ShinyMetal/pix Xshare/enlightenment/themes/ShinyMetal/pix/Elogo.png Xshare/enlightenment/themes/ShinyMetal/pix/Enlightenment.png Xshare/enlightenment/themes/ShinyMetal/pix/Enlightenment_gry.png Xshare/enlightenment/themes/ShinyMetal/pix/V_gray_grad.png Xshare/enlightenment/themes/ShinyMetal/pix/bar_amber_horizontal_1.png Xshare/enlightenment/themes/ShinyMetal/pix/bar_amber_horizontal_2.png Xshare/enlightenment/themes/ShinyMetal/pix/bar_amber_horizontal_3.png Xshare/enlightenment/themes/ShinyMetal/pix/bar_amber_vertical_1.png Xshare/enlightenment/themes/ShinyMetal/pix/bar_amber_vertical_2.png Xshare/enlightenment/themes/ShinyMetal/pix/bar_amber_vertical_3.png Xshare/enlightenment/themes/ShinyMetal/pix/bar_horizontal_1.png Xshare/enlightenment/themes/ShinyMetal/pix/bar_horizontal_2.png Xshare/enlightenment/themes/ShinyMetal/pix/bar_horizontal_3.png Xshare/enlightenment/themes/ShinyMetal/pix/bar_vertical_1.png Xshare/enlightenment/themes/ShinyMetal/pix/bar_vertical_2.png Xshare/enlightenment/themes/ShinyMetal/pix/bg.png Xshare/enlightenment/themes/ShinyMetal/pix/bar_vertical_3.png Xshare/enlightenment/themes/ShinyMetal/pix/bg_00.jpg Xshare/enlightenment/themes/ShinyMetal/pix/bg_01.jpg Xshare/enlightenment/themes/ShinyMetal/pix/bg_02.jpg Xshare/enlightenment/themes/ShinyMetal/pix/bg_03.jpg Xshare/enlightenment/themes/ShinyMetal/pix/bg_04.jpg Xshare/enlightenment/themes/ShinyMetal/pix/black.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_action_cleanup_clicked.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_action_cleanup_hilited.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_action_cleanup_normal.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_action_deskray_clicked.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_action_deskray_hilited.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_action_deskray_normal.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_action_exit_clicked.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_action_exit_hilited.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_action_exit_normal.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_action_help_clicked.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_action_help_hilited.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_action_help_normal.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_action_restart_clicked.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_action_restart_hilited.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_action_restart_normal.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_config_clicked.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_config_hilited.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_config_normal.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_edit_clicked.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_edit_hilited.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_edit_normal.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_imageview_clicked.png Xshare/enlightenment/themes/ShinyMetal/pix/button_1.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_imageview_hilited.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_imageview_normal.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_mail_clicked.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_mail_hilited.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_mail_normal.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_music_clicked.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_music_hilited.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_music_normal.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_paint_clicked.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_paint_hilited.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_paint_normal.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_terminal_clicked.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_terminal_hilited.png Xshare/enlightenment/themes/ShinyMetal/pix/button_2.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_terminal_normal.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_web_clicked.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_web_hilited.png Xshare/enlightenment/themes/ShinyMetal/pix/btn_exec_web_normal.png Xshare/enlightenment/themes/ShinyMetal/pix/button_3.png Xshare/enlightenment/themes/ShinyMetal/pix/button_arrow_down_1.png Xshare/enlightenment/themes/ShinyMetal/pix/button_arrow_down_2.png Xshare/enlightenment/themes/ShinyMetal/pix/button_arrow_down_3.png Xshare/enlightenment/themes/ShinyMetal/pix/button_arrow_left_1.png Xshare/enlightenment/themes/ShinyMetal/pix/button_arrow_left_2.png Xshare/enlightenment/themes/ShinyMetal/pix/button_arrow_left_3.png Xshare/enlightenment/themes/ShinyMetal/pix/button_arrow_right_1.png Xshare/enlightenment/themes/ShinyMetal/pix/button_arrow_right_2.png Xshare/enlightenment/themes/ShinyMetal/pix/button_arrow_right_3.png Xshare/enlightenment/themes/ShinyMetal/pix/button_arrow_up_1.png Xshare/enlightenment/themes/ShinyMetal/pix/button_arrow_up_2.png Xshare/enlightenment/themes/ShinyMetal/pix/button_arrow_up_3.png Xshare/enlightenment/themes/ShinyMetal/pix/button_iconify_1.png Xshare/enlightenment/themes/ShinyMetal/pix/button_iconify_2.png Xshare/enlightenment/themes/ShinyMetal/pix/button_iconify_3.png Xshare/enlightenment/themes/ShinyMetal/pix/button_kill_1.png Xshare/enlightenment/themes/ShinyMetal/pix/button_kill_2.png Xshare/enlightenment/themes/ShinyMetal/pix/button_kill_3.png Xshare/enlightenment/themes/ShinyMetal/pix/button_maximise_1.png Xshare/enlightenment/themes/ShinyMetal/pix/button_maximise_2.png Xshare/enlightenment/themes/ShinyMetal/pix/button_maximise_3.png Xshare/enlightenment/themes/ShinyMetal/pix/button_maximise_horizontal_1.png Xshare/enlightenment/themes/ShinyMetal/pix/button_maximise_horizontal_2.png Xshare/enlightenment/themes/ShinyMetal/pix/button_maximise_horizontal_3.png Xshare/enlightenment/themes/ShinyMetal/pix/button_maximise_vertical_1.png Xshare/enlightenment/themes/ShinyMetal/pix/button_maximise_vertical_2.png Xshare/enlightenment/themes/ShinyMetal/pix/button_maximise_vertical_3.png Xshare/enlightenment/themes/ShinyMetal/pix/button_slideout_right_1.png Xshare/enlightenment/themes/ShinyMetal/pix/button_slideout_right_2.png Xshare/enlightenment/themes/ShinyMetal/pix/button_slideout_right_3.png Xshare/enlightenment/themes/ShinyMetal/pix/button_stick_1.png Xshare/enlightenment/themes/ShinyMetal/pix/button_stick_2.png Xshare/enlightenment/themes/ShinyMetal/pix/button_stick_3.png Xshare/enlightenment/themes/ShinyMetal/pix/button_swirl_1.png Xshare/enlightenment/themes/ShinyMetal/pix/button_swirl_2.png Xshare/enlightenment/themes/ShinyMetal/pix/button_swirl_3.png Xshare/enlightenment/themes/ShinyMetal/pix/button_up_bar_1.png Xshare/enlightenment/themes/ShinyMetal/pix/button_up_bar_2.png Xshare/enlightenment/themes/ShinyMetal/pix/button_up_bar_3.png Xshare/enlightenment/themes/ShinyMetal/pix/dock1.png Xshare/enlightenment/themes/ShinyMetal/pix/dock2.png Xshare/enlightenment/themes/ShinyMetal/pix/dock3.png Xshare/enlightenment/themes/ShinyMetal/pix/dragbar_clicked.png Xshare/enlightenment/themes/ShinyMetal/pix/dragbar_deskray_clicked.png Xshare/enlightenment/themes/ShinyMetal/pix/dragbar_deskray_hilited.png Xshare/enlightenment/themes/ShinyMetal/pix/dragbar_deskray_normal.png Xshare/enlightenment/themes/ShinyMetal/pix/dragbar_deskray_vert_clicked.png Xshare/enlightenment/themes/ShinyMetal/pix/dragbar_deskray_vert_hilited.png Xshare/enlightenment/themes/ShinyMetal/pix/dragbar_deskray_vert_normal.png Xshare/enlightenment/themes/ShinyMetal/pix/dragbar_hilited.png Xshare/enlightenment/themes/ShinyMetal/pix/dragbar_lower_clicked.png Xshare/enlightenment/themes/ShinyMetal/pix/dragbar_lower_hilited.png Xshare/enlightenment/themes/ShinyMetal/pix/dragbar_lower_normal.png Xshare/enlightenment/themes/ShinyMetal/pix/dragbar_normal.png Xshare/enlightenment/themes/ShinyMetal/pix/dragbar_raise_0.png Xshare/enlightenment/themes/ShinyMetal/pix/dragbar_raise_clicked.png Xshare/enlightenment/themes/ShinyMetal/pix/icon1.png Xshare/enlightenment/themes/ShinyMetal/pix/dragbar_raise_hilited.png Xshare/enlightenment/themes/ShinyMetal/pix/dragbar_raise_normal.png Xshare/enlightenment/themes/ShinyMetal/pix/dragbar_vert_clicked.png Xshare/enlightenment/themes/ShinyMetal/pix/dragbar_vert_hilited.png Xshare/enlightenment/themes/ShinyMetal/pix/dragbar_vert_normal.png Xshare/enlightenment/themes/ShinyMetal/pix/gnome_bg.jpg Xshare/enlightenment/themes/ShinyMetal/pix/gnome_logo.png Xshare/enlightenment/themes/ShinyMetal/pix/icon2.png Xshare/enlightenment/themes/ShinyMetal/pix/icon3.png Xshare/enlightenment/themes/ShinyMetal/pix/menu1.png Xshare/enlightenment/themes/ShinyMetal/pix/menu2.png Xshare/enlightenment/themes/ShinyMetal/pix/menu3.png Xshare/enlightenment/themes/ShinyMetal/pix/progress_bar.png Xshare/enlightenment/themes/ShinyMetal/pix/progress_bar_number.png Xshare/enlightenment/themes/ShinyMetal/pix/progress_bar_text.png Xshare/enlightenment/themes/ShinyMetal/pix/startup_background.jpg Xshare/enlightenment/themes/ShinyMetal/pix/startup_logo.png Xshare/enlightenment/themes/ShinyMetal/pix/ttip_cloud_big.png Xshare/enlightenment/themes/ShinyMetal/pix/ttip_cloud_small.png Xshare/enlightenment/themes/ShinyMetal/pix/cursor.xbm Xshare/enlightenment/themes/ShinyMetal/pix/cursor.xbm.mask Xshare/enlightenment/themes/ShinyMetal/pix/iconify.xbm Xshare/enlightenment/themes/ShinyMetal/pix/iconify.xbm.mask Xshare/enlightenment/themes/ShinyMetal/pix/kill.xbm Xshare/enlightenment/themes/ShinyMetal/pix/kill.xbm.mask Xshare/enlightenment/themes/ShinyMetal/pix/move.xbm Xshare/enlightenment/themes/ShinyMetal/pix/move.xbm.mask Xshare/enlightenment/themes/ShinyMetal/pix/resize_br.xbm Xshare/enlightenment/themes/ShinyMetal/pix/resize_br.xbm.mask Xshare/enlightenment/themes/ShinyMetal/pix/resize_h.xbm Xshare/enlightenment/themes/ShinyMetal/pix/resize_h.xbm.mask Xshare/enlightenment/themes/ShinyMetal/pix/resize_tr.xbm Xshare/enlightenment/themes/ShinyMetal/pix/resize_tr.xbm.mask Xshare/enlightenment/themes/ShinyMetal/pix/resize_v.xbm Xshare/enlightenment/themes/ShinyMetal/pix/resize_v.xbm.mask Xshare/enlightenment/themes/ShinyMetal/pix/diagonal1.png Xshare/enlightenment/themes/ShinyMetal/pix/diagonal2.png Xshare/enlightenment/themes/ShinyMetal/pix/horizontal.png Xshare/enlightenment/themes/ShinyMetal/pix/radial1.png Xshare/enlightenment/themes/ShinyMetal/pix/radial2.png Xshare/enlightenment/themes/ShinyMetal/pix/radial3.png Xshare/enlightenment/themes/ShinyMetal/pix/radial4.png Xshare/enlightenment/themes/ShinyMetal/pix/vertical.png Xshare/enlightenment/themes/ShinyMetal/pix/p_sel.png Xshare/enlightenment/themes/ShinyMetal/snd Xshare/enlightenment/themes/ShinyMetal/snd/Beep.wav Xshare/enlightenment/themes/ShinyMetal/snd/Boing.wav Xshare/enlightenment/themes/ShinyMetal/snd/Boom.wav Xshare/enlightenment/themes/ShinyMetal/snd/Bubbles.wav Xshare/enlightenment/themes/ShinyMetal/snd/Bweep.wav Xshare/enlightenment/themes/ShinyMetal/snd/Doink.wav Xshare/enlightenment/themes/ShinyMetal/snd/DoorClose.wav Xshare/enlightenment/themes/ShinyMetal/snd/Eeeooop.wav Xshare/enlightenment/themes/ShinyMetal/snd/FingerSnap.wav Xshare/enlightenment/themes/ShinyMetal/snd/Machine.wav Xshare/enlightenment/themes/ShinyMetal/snd/MechFootstep.wav Xshare/enlightenment/themes/ShinyMetal/snd/Shutdown.wav Xshare/enlightenment/themes/ShinyMetal/snd/Troll_Grumble.wav Xshare/enlightenment/themes/ShinyMetal/snd/Wooeep.wav Xshare/enlightenment/themes/ShinyMetal/snd/beethoven.wav Xshare/enlightenment/themes/ShinyMetal/snd/boingiggig.wav Xshare/enlightenment/themes/ShinyMetal/snd/drip.wav Xshare/enlightenment/themes/ShinyMetal/snd/estart.wav Xshare/enlightenment/themes/ShinyMetal/snd/rubberband.wav Xshare/enlightenment/themes/ShinyMetal/snd/tink.wav Xshare/enlightenment/themes/ShinyMetal/tin-e Xshare/enlightenment/themes/ShinyMetal/tin-e/17 Xshare/enlightenment/themes/ShinyMetal/tin-e/17/032.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/033.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/034.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/035.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/036.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/037.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/038.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/039.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/040.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/041.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/042.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/043.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/044.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/045.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/046.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/047.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/048.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/049.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/050.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/051.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/052.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/053.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/054.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/055.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/056.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/057.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/058.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/059.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/060.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/061.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/062.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/063.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/064.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/065.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/066.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/067.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/068.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/069.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/070.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/071.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/072.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/073.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/074.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/075.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/076.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/077.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/078.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/079.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/080.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/081.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/082.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/083.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/084.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/085.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/086.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/087.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/088.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/089.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/090.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/091.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/092.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/093.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/094.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/095.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/096.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/097.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/098.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/099.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/100.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/101.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/102.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/103.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/104.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/105.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/106.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/107.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/108.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/109.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/110.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/111.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/112.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/113.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/114.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/115.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/116.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/117.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/118.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/119.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/120.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/121.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/122.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/123.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/124.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/125.png Xshare/enlightenment/themes/ShinyMetal/tin-e/17/126.png Xshare/enlightenment/themes/ShinyMetal/tin-e/base.png Xshare/enlightenment/themes/ShinyMetal/tin-e/fontinfo Xshare/enlightenment/themes/ShinyMetal/ttfonts Xshare/enlightenment/themes/ShinyMetal/ttfonts/rothwell.ttf Xshare/enlightenment/themes/ShinyMetal/ttfonts/zirkle.ttf Xshare/enlightenment/themes/ShinyMetal/actionclasses.cfg Xshare/enlightenment/themes/ShinyMetal/borders.cfg Xshare/enlightenment/themes/ShinyMetal/buttons.cfg Xshare/enlightenment/themes/ShinyMetal/colormodifiers.cfg Xshare/enlightenment/themes/ShinyMetal/cursors.cfg Xshare/enlightenment/themes/ShinyMetal/desktops.cfg Xshare/enlightenment/themes/ShinyMetal/imageclasses.cfg Xshare/enlightenment/themes/ShinyMetal/init.cfg Xshare/enlightenment/themes/ShinyMetal/menustyles.cfg Xshare/enlightenment/themes/ShinyMetal/slideouts.cfg Xshare/enlightenment/themes/ShinyMetal/sound.cfg Xshare/enlightenment/themes/ShinyMetal/textclasses.cfg Xshare/enlightenment/themes/ShinyMetal/tooltips.cfg Xshare/enlightenment/themes/ShinyMetal/windowmatches.cfg Xshare/enlightenment/themes/icE Xshare/enlightenment/themes/icE/actionclasses.cfg Xshare/enlightenment/themes/icE/borders.cfg Xshare/enlightenment/themes/icE/buttons.cfg Xshare/enlightenment/themes/icE/colormodifiers.cfg Xshare/enlightenment/themes/icE/cursors.cfg Xshare/enlightenment/themes/icE/desktops.cfg Xshare/enlightenment/themes/icE/imageclasses.cfg Xshare/enlightenment/themes/icE/init.cfg Xshare/enlightenment/themes/icE/menustyles.cfg Xshare/enlightenment/themes/icE/pix Xshare/enlightenment/themes/icE/pix/A_b_corner_bl1.png Xshare/enlightenment/themes/icE/pix/A_b_button1.png Xshare/enlightenment/themes/icE/pix/A_b_button2.png Xshare/enlightenment/themes/icE/pix/A_b_close1.png Xshare/enlightenment/themes/icE/pix/A_b_close2.png Xshare/enlightenment/themes/icE/pix/p_sel.png Xshare/enlightenment/themes/icE/pix/A_b_corner_bl2.png Xshare/enlightenment/themes/icE/pix/A_b_corner_br1.png Xshare/enlightenment/themes/icE/pix/A_b_corner_br2.png Xshare/enlightenment/themes/icE/pix/A_b_iconify.xcf Xshare/enlightenment/themes/icE/pix/A_b_iconify1.png Xshare/enlightenment/themes/icE/pix/A_b_iconify2.png Xshare/enlightenment/themes/icE/pix/A_b_menu.xcf Xshare/enlightenment/themes/icE/pix/A_b_menu1.png Xshare/enlightenment/themes/icE/pix/A_b_menu2.png Xshare/enlightenment/themes/icE/pix/A_b_title.xcf Xshare/enlightenment/themes/icE/pix/A_b_title1.png Xshare/enlightenment/themes/icE/pix/A_b_title2.png Xshare/enlightenment/themes/icE/pix/A_b_title3.png Xshare/enlightenment/themes/icE/pix/A_b_title4.png Xshare/enlightenment/themes/icE/pix/A_b_vbar1.png Xshare/enlightenment/themes/icE/pix/A_b_vbar2.png Xshare/enlightenment/themes/icE/pix/A_b_vbar3.png Xshare/enlightenment/themes/icE/pix/A_b_vbar4.png Xshare/enlightenment/themes/icE/pix/A_close.xcf Xshare/enlightenment/themes/icE/pix/b.xcf Xshare/enlightenment/themes/icE/pix/b1.png Xshare/enlightenment/themes/icE/pix/b2.png Xshare/enlightenment/themes/icE/slideouts.cfg Xshare/enlightenment/themes/icE/sound.cfg Xshare/enlightenment/themes/icE/textclasses.cfg Xshare/enlightenment/themes/icE/tooltips.cfg Xshare/enlightenment/themes/icE/ttip_cloud_big.png Xshare/enlightenment/themes/icE/ttip_cloud_small.png Xshare/enlightenment/themes/icE/windowmatches.cfg Xshare/enlightenment/themes/Clean Xshare/enlightenment/themes/Clean/TEMPLATE1.png Xshare/enlightenment/themes/Clean/TEMPLATE2.png Xshare/enlightenment/themes/Clean/actionclasses.cfg Xshare/enlightenment/themes/Clean/b1.png Xshare/enlightenment/themes/Clean/b2.png Xshare/enlightenment/themes/Clean/blank.png Xshare/enlightenment/themes/Clean/borders.cfg Xshare/enlightenment/themes/Clean/buttons.cfg Xshare/enlightenment/themes/Clean/cloud1.png Xshare/enlightenment/themes/Clean/cloud2.png Xshare/enlightenment/themes/Clean/colormodifiers.cfg Xshare/enlightenment/themes/Clean/cursors.cfg Xshare/enlightenment/themes/Clean/desktops.cfg Xshare/enlightenment/themes/Clean/imageclasses.cfg Xshare/enlightenment/themes/Clean/init.cfg Xshare/enlightenment/themes/Clean/mb1.png Xshare/enlightenment/themes/Clean/mb2.png Xshare/enlightenment/themes/Clean/mb3.png Xshare/enlightenment/themes/Clean/mb4.png Xshare/enlightenment/themes/Clean/mb5.png Xshare/enlightenment/themes/Clean/menustyles.cfg Xshare/enlightenment/themes/Clean/p_sel.png Xshare/enlightenment/themes/Clean/pix Xshare/enlightenment/themes/Clean/pix/cursor.xbm Xshare/enlightenment/themes/Clean/pix/cursor.xbm.mask Xshare/enlightenment/themes/Clean/pix/iconify.xbm Xshare/enlightenment/themes/Clean/pix/iconify.xbm.mask Xshare/enlightenment/themes/Clean/pix/kill.xbm Xshare/enlightenment/themes/Clean/pix/kill.xbm.mask Xshare/enlightenment/themes/Clean/pix/move.xbm Xshare/enlightenment/themes/Clean/pix/move.xbm.mask Xshare/enlightenment/themes/Clean/pix/resize_br.xbm Xshare/enlightenment/themes/Clean/pix/resize_br.xbm.mask Xshare/enlightenment/themes/Clean/pix/resize_h.xbm Xshare/enlightenment/themes/Clean/pix/resize_h.xbm.mask Xshare/enlightenment/themes/Clean/pix/resize_tr.xbm Xshare/enlightenment/themes/Clean/pix/resize_tr.xbm.mask Xshare/enlightenment/themes/Clean/pix/resize_v.xbm Xshare/enlightenment/themes/Clean/pix/resize_v.xbm.mask Xshare/enlightenment/themes/Clean/slideouts.cfg Xshare/enlightenment/themes/Clean/sound.cfg Xshare/enlightenment/themes/Clean/textclasses.cfg Xshare/enlightenment/themes/Clean/tooltips.cfg Xshare/enlightenment/themes/Clean/w1.png Xshare/enlightenment/themes/Clean/w2.png Xshare/enlightenment/themes/Clean/w2b.png Xshare/enlightenment/themes/Clean/w3.png Xshare/enlightenment/themes/Clean/w4.png Xshare/enlightenment/themes/Clean/w5.png Xshare/enlightenment/themes/Clean/w6.png Xshare/enlightenment/themes/Clean/w7.png Xshare/enlightenment/themes/Clean/wb1.png Xshare/enlightenment/themes/Clean/wb2.png Xshare/enlightenment/themes/Clean/wb3.png Xshare/enlightenment/themes/Clean/wb4.png Xshare/enlightenment/themes/Clean/wb5.png Xshare/enlightenment/themes/Clean/wb6.png Xshare/enlightenment/themes/Clean/wc1.png Xshare/enlightenment/themes/Clean/wc2.png Xshare/enlightenment/themes/Clean/windowmatches.cfg Xshare/enlightenment/themes/Clean/yelbox.png Xshare/enlightenment/themes/BrushedMetal-Tigert Xshare/enlightenment/themes/BrushedMetal-Tigert/a1.png Xshare/enlightenment/themes/BrushedMetal-Tigert/a1b.png Xshare/enlightenment/themes/BrushedMetal-Tigert/a2.png Xshare/enlightenment/themes/BrushedMetal-Tigert/a2b.png Xshare/enlightenment/themes/BrushedMetal-Tigert/actionclasses.cfg Xshare/enlightenment/themes/BrushedMetal-Tigert/b0-.png Xshare/enlightenment/themes/BrushedMetal-Tigert/b0.png Xshare/enlightenment/themes/BrushedMetal-Tigert/b1-.png Xshare/enlightenment/themes/BrushedMetal-Tigert/b1.png Xshare/enlightenment/themes/BrushedMetal-Tigert/b2-.png Xshare/enlightenment/themes/BrushedMetal-Tigert/b2.png Xshare/enlightenment/themes/BrushedMetal-Tigert/b3-.png Xshare/enlightenment/themes/BrushedMetal-Tigert/b3.png Xshare/enlightenment/themes/BrushedMetal-Tigert/b4-.png Xshare/enlightenment/themes/BrushedMetal-Tigert/b4.png Xshare/enlightenment/themes/BrushedMetal-Tigert/b5-.png Xshare/enlightenment/themes/BrushedMetal-Tigert/b5.png Xshare/enlightenment/themes/BrushedMetal-Tigert/b6-.png Xshare/enlightenment/themes/BrushedMetal-Tigert/b6.png Xshare/enlightenment/themes/BrushedMetal-Tigert/b7-.png Xshare/enlightenment/themes/BrushedMetal-Tigert/b7.png Xshare/enlightenment/themes/BrushedMetal-Tigert/b8-.png Xshare/enlightenment/themes/BrushedMetal-Tigert/b8.png Xshare/enlightenment/themes/BrushedMetal-Tigert/bg.png Xshare/enlightenment/themes/BrushedMetal-Tigert/black.png Xshare/enlightenment/themes/BrushedMetal-Tigert/blank.png Xshare/enlightenment/themes/BrushedMetal-Tigert/borders.cfg Xshare/enlightenment/themes/BrushedMetal-Tigert/bt1.png Xshare/enlightenment/themes/BrushedMetal-Tigert/bt2.png Xshare/enlightenment/themes/BrushedMetal-Tigert/buttons.cfg Xshare/enlightenment/themes/BrushedMetal-Tigert/cloud1.png Xshare/enlightenment/themes/BrushedMetal-Tigert/cloud2.png Xshare/enlightenment/themes/BrushedMetal-Tigert/colormodifiers.cfg Xshare/enlightenment/themes/BrushedMetal-Tigert/cursors.cfg Xshare/enlightenment/themes/BrushedMetal-Tigert/desktops.cfg Xshare/enlightenment/themes/BrushedMetal-Tigert/imageclasses.cfg Xshare/enlightenment/themes/BrushedMetal-Tigert/init.cfg Xshare/enlightenment/themes/BrushedMetal-Tigert/mb1.png Xshare/enlightenment/themes/BrushedMetal-Tigert/mb2.png Xshare/enlightenment/themes/BrushedMetal-Tigert/mb3.png Xshare/enlightenment/themes/BrushedMetal-Tigert/menustyles.cfg Xshare/enlightenment/themes/BrushedMetal-Tigert/p_sel.png Xshare/enlightenment/themes/BrushedMetal-Tigert/pix Xshare/enlightenment/themes/BrushedMetal-Tigert/pix/cursor.xbm Xshare/enlightenment/themes/BrushedMetal-Tigert/pix/cursor.xbm.mask Xshare/enlightenment/themes/BrushedMetal-Tigert/pix/iconify.xbm Xshare/enlightenment/themes/BrushedMetal-Tigert/pix/iconify.xbm.mask Xshare/enlightenment/themes/BrushedMetal-Tigert/pix/kill.xbm Xshare/enlightenment/themes/BrushedMetal-Tigert/pix/kill.xbm.mask Xshare/enlightenment/themes/BrushedMetal-Tigert/pix/move.xbm Xshare/enlightenment/themes/BrushedMetal-Tigert/pix/move.xbm.mask Xshare/enlightenment/themes/BrushedMetal-Tigert/pix/resize_br.xbm Xshare/enlightenment/themes/BrushedMetal-Tigert/pix/resize_br.xbm.mask Xshare/enlightenment/themes/BrushedMetal-Tigert/pix/resize_h.xbm Xshare/enlightenment/themes/BrushedMetal-Tigert/pix/resize_h.xbm.mask Xshare/enlightenment/themes/BrushedMetal-Tigert/pix/resize_tr.xbm Xshare/enlightenment/themes/BrushedMetal-Tigert/pix/resize_tr.xbm.mask Xshare/enlightenment/themes/BrushedMetal-Tigert/pix/resize_v.xbm Xshare/enlightenment/themes/BrushedMetal-Tigert/pix/resize_v.xbm.mask Xshare/enlightenment/themes/BrushedMetal-Tigert/slideouts.cfg Xshare/enlightenment/themes/BrushedMetal-Tigert/sound.cfg Xshare/enlightenment/themes/BrushedMetal-Tigert/t1-.png Xshare/enlightenment/themes/BrushedMetal-Tigert/t1-b.png Xshare/enlightenment/themes/BrushedMetal-Tigert/t1.png Xshare/enlightenment/themes/BrushedMetal-Tigert/t1b.png Xshare/enlightenment/themes/BrushedMetal-Tigert/t2-.png Xshare/enlightenment/themes/BrushedMetal-Tigert/t2.png Xshare/enlightenment/themes/BrushedMetal-Tigert/t2s-.png Xshare/enlightenment/themes/BrushedMetal-Tigert/t2s.png Xshare/enlightenment/themes/BrushedMetal-Tigert/t3-.png Xshare/enlightenment/themes/BrushedMetal-Tigert/t3-b.png Xshare/enlightenment/themes/BrushedMetal-Tigert/t3.png Xshare/enlightenment/themes/BrushedMetal-Tigert/t3b.png Xshare/enlightenment/themes/BrushedMetal-Tigert/t4-.png Xshare/enlightenment/themes/BrushedMetal-Tigert/t4-b.png Xshare/enlightenment/themes/BrushedMetal-Tigert/t4.png Xshare/enlightenment/themes/BrushedMetal-Tigert/t4b.png Xshare/enlightenment/themes/BrushedMetal-Tigert/t5-.png Xshare/enlightenment/themes/BrushedMetal-Tigert/t5-b.png Xshare/enlightenment/themes/BrushedMetal-Tigert/t5.png Xshare/enlightenment/themes/BrushedMetal-Tigert/t5b.png Xshare/enlightenment/themes/BrushedMetal-Tigert/textclasses.cfg Xshare/enlightenment/themes/BrushedMetal-Tigert/tooltips.cfg Xshare/enlightenment/themes/BrushedMetal-Tigert/windowmatches.cfg Xshare/enlightenment/themes/eStep_Classic Xshare/enlightenment/themes/eStep_Classic/ChangeLog Xshare/enlightenment/themes/eStep_Classic/actionclasses.cfg Xshare/enlightenment/themes/eStep_Classic/arrow_down_up.png Xshare/enlightenment/themes/eStep_Classic/arrow_up.png Xshare/enlightenment/themes/eStep_Classic/black.png Xshare/enlightenment/themes/eStep_Classic/black_box.png Xshare/enlightenment/themes/eStep_Classic/blank.png Xshare/enlightenment/themes/eStep_Classic/borders.cfg Xshare/enlightenment/themes/eStep_Classic/button_down.png Xshare/enlightenment/themes/eStep_Classic/button_up.png Xshare/enlightenment/themes/eStep_Classic/buttons.cfg Xshare/enlightenment/themes/eStep_Classic/colormodifiers.cfg Xshare/enlightenment/themes/eStep_Classic/credits Xshare/enlightenment/themes/eStep_Classic/cursors Xshare/enlightenment/themes/eStep_Classic/cursors/cursor.xbm Xshare/enlightenment/themes/eStep_Classic/cursors/cursor.xbm.mask Xshare/enlightenment/themes/eStep_Classic/cursors/move.xbm Xshare/enlightenment/themes/eStep_Classic/cursors/move.xbm.mask Xshare/enlightenment/themes/eStep_Classic/cursors/bottom_left.xbm Xshare/enlightenment/themes/eStep_Classic/cursors/bottom_left.xbm.mask Xshare/enlightenment/themes/eStep_Classic/cursors/bottom_right.xbm Xshare/enlightenment/themes/eStep_Classic/cursors/bottom_right.xbm.mask Xshare/enlightenment/themes/eStep_Classic/cursors.cfg Xshare/enlightenment/themes/eStep_Classic/desktops.cfg Xshare/enlightenment/themes/eStep_Classic/grey_box.png Xshare/enlightenment/themes/eStep_Classic/iconify_down.png Xshare/enlightenment/themes/eStep_Classic/iconify_up.png Xshare/enlightenment/themes/eStep_Classic/imageclasses.cfg Xshare/enlightenment/themes/eStep_Classic/init.cfg Xshare/enlightenment/themes/eStep_Classic/kill_down.png Xshare/enlightenment/themes/eStep_Classic/kill_up.png Xshare/enlightenment/themes/eStep_Classic/menu_back.png Xshare/enlightenment/themes/eStep_Classic/menu_back_down.png Xshare/enlightenment/themes/eStep_Classic/menu_sel.png Xshare/enlightenment/themes/eStep_Classic/menu_sub.png Xshare/enlightenment/themes/eStep_Classic/menu_sub_sel.png Xshare/enlightenment/themes/eStep_Classic/menustyles.cfg Xshare/enlightenment/themes/eStep_Classic/pager_sel.png Xshare/enlightenment/themes/eStep_Classic/slideouts.cfg Xshare/enlightenment/themes/eStep_Classic/sound.cfg Xshare/enlightenment/themes/eStep_Classic/textclasses.cfg Xshare/enlightenment/themes/eStep_Classic/tooltip.png Xshare/enlightenment/themes/eStep_Classic/tooltips.cfg Xshare/enlightenment/themes/eStep_Classic/windowmatches.cfg Xshare/enlightenment/themes/eStep_New Xshare/enlightenment/themes/eStep_New/ChangeLog Xshare/enlightenment/themes/eStep_New/actionclasses.cfg Xshare/enlightenment/themes/eStep_New/arrow_down_up.png Xshare/enlightenment/themes/eStep_New/arrow_up.png Xshare/enlightenment/themes/eStep_New/black.png Xshare/enlightenment/themes/eStep_New/black_box.png Xshare/enlightenment/themes/eStep_New/blank.png Xshare/enlightenment/themes/eStep_New/borders.cfg Xshare/enlightenment/themes/eStep_New/button_down.png Xshare/enlightenment/themes/eStep_New/button_up.png Xshare/enlightenment/themes/eStep_New/buttons.cfg Xshare/enlightenment/themes/eStep_New/colormodifiers.cfg Xshare/enlightenment/themes/eStep_New/credits Xshare/enlightenment/themes/eStep_New/cursors Xshare/enlightenment/themes/eStep_New/cursors/cursor.xbm Xshare/enlightenment/themes/eStep_New/cursors/cursor.xbm.mask Xshare/enlightenment/themes/eStep_New/cursors/move.xbm Xshare/enlightenment/themes/eStep_New/cursors/move.xbm.mask Xshare/enlightenment/themes/eStep_New/cursors/bottom_left.xbm Xshare/enlightenment/themes/eStep_New/cursors/bottom_left.xbm.mask Xshare/enlightenment/themes/eStep_New/cursors/bottom_right.xbm Xshare/enlightenment/themes/eStep_New/cursors/bottom_right.xbm.mask Xshare/enlightenment/themes/eStep_New/cursors.cfg Xshare/enlightenment/themes/eStep_New/desktops.cfg Xshare/enlightenment/themes/eStep_New/grey_box.png Xshare/enlightenment/themes/eStep_New/iconify_down.png Xshare/enlightenment/themes/eStep_New/iconify_down_active.png Xshare/enlightenment/themes/eStep_New/iconify_up.png Xshare/enlightenment/themes/eStep_New/init.cfg Xshare/enlightenment/themes/eStep_New/iconify_up_active.png Xshare/enlightenment/themes/eStep_New/imageclasses.cfg Xshare/enlightenment/themes/eStep_New/kill_down.png Xshare/enlightenment/themes/eStep_New/kill_down_active.png Xshare/enlightenment/themes/eStep_New/kill_up.png Xshare/enlightenment/themes/eStep_New/kill_up_active.png Xshare/enlightenment/themes/eStep_New/menu_back.png Xshare/enlightenment/themes/eStep_New/menu_back_down.png Xshare/enlightenment/themes/eStep_New/menu_sel.png Xshare/enlightenment/themes/eStep_New/menu_sub.png Xshare/enlightenment/themes/eStep_New/menu_sub_sel.png Xshare/enlightenment/themes/eStep_New/menustyles.cfg Xshare/enlightenment/themes/eStep_New/pager_sel.png Xshare/enlightenment/themes/eStep_New/slideouts.cfg Xshare/enlightenment/themes/eStep_New/sound.cfg Xshare/enlightenment/themes/eStep_New/textclasses.cfg Xshare/enlightenment/themes/eStep_New/tooltip.png Xshare/enlightenment/themes/eStep_New/tooltips.cfg Xshare/enlightenment/themes/eStep_New/windowmatches.cfg Xshare/enlightenment/themes/CleanBig Xshare/enlightenment/themes/CleanBig/Xdefaults Xshare/enlightenment/themes/CleanBig/actionclasses.cfg Xshare/enlightenment/themes/CleanBig/blank.png Xshare/enlightenment/themes/CleanBig/borders.cfg Xshare/enlightenment/themes/CleanBig/buttons.cfg Xshare/enlightenment/themes/CleanBig/cloud1.png Xshare/enlightenment/themes/CleanBig/cloud2.png Xshare/enlightenment/themes/CleanBig/colormodifiers.cfg Xshare/enlightenment/themes/CleanBig/cursors.cfg Xshare/enlightenment/themes/CleanBig/desktops.cfg Xshare/enlightenment/themes/CleanBig/imageclasses.cfg Xshare/enlightenment/themes/CleanBig/init.cfg Xshare/enlightenment/themes/CleanBig/mb1.png Xshare/enlightenment/themes/CleanBig/mb2.png Xshare/enlightenment/themes/CleanBig/mb3.png Xshare/enlightenment/themes/CleanBig/mb4.png Xshare/enlightenment/themes/CleanBig/menustyles.cfg Xshare/enlightenment/themes/CleanBig/p_sel.png Xshare/enlightenment/themes/CleanBig/pix Xshare/enlightenment/themes/CleanBig/pix/cursor_default.xbm Xshare/enlightenment/themes/CleanBig/pix/cursor_default.xbm.mask Xshare/enlightenment/themes/CleanBig/pix/cursor_iconify.xbm Xshare/enlightenment/themes/CleanBig/pix/cursor_iconify.xbm.mask Xshare/enlightenment/themes/CleanBig/pix/cursor_kill.xbm Xshare/enlightenment/themes/CleanBig/pix/cursor_kill.xbm.mask Xshare/enlightenment/themes/CleanBig/pix/cursor_move.xbm Xshare/enlightenment/themes/CleanBig/pix/cursor_move.xbm.mask Xshare/enlightenment/themes/CleanBig/pix/cursor_resize_h.xbm Xshare/enlightenment/themes/CleanBig/pix/cursor_resize_h.xbm.mask Xshare/enlightenment/themes/CleanBig/pix/cursor_resize_ne_sw.xbm Xshare/enlightenment/themes/CleanBig/pix/cursor_resize_ne_sw.xbm.mask Xshare/enlightenment/themes/CleanBig/pix/cursor_resize_nw_se.xbm Xshare/enlightenment/themes/CleanBig/pix/cursor_resize_nw_se.xbm.mask Xshare/enlightenment/themes/CleanBig/pix/cursor_resize_v.xbm Xshare/enlightenment/themes/CleanBig/pix/cursor_resize_v.xbm.mask Xshare/enlightenment/themes/CleanBig/slideouts.cfg Xshare/enlightenment/themes/CleanBig/sound.cfg Xshare/enlightenment/themes/CleanBig/textclasses.cfg Xshare/enlightenment/themes/CleanBig/tooltips.cfg Xshare/enlightenment/themes/CleanBig/w1.png Xshare/enlightenment/themes/CleanBig/w1a.png Xshare/enlightenment/themes/CleanBig/w1l.png Xshare/enlightenment/themes/CleanBig/w1ls.png Xshare/enlightenment/themes/CleanBig/w1s.png Xshare/enlightenment/themes/CleanBig/w2.png Xshare/enlightenment/themes/CleanBig/w2b.png Xshare/enlightenment/themes/CleanBig/w3.png Xshare/enlightenment/themes/CleanBig/w3s.png Xshare/enlightenment/themes/CleanBig/w4.png Xshare/enlightenment/themes/CleanBig/w4l.png Xshare/enlightenment/themes/CleanBig/w4r.png Xshare/enlightenment/themes/CleanBig/w5.png Xshare/enlightenment/themes/CleanBig/w6.png Xshare/enlightenment/themes/CleanBig/w7.png Xshare/enlightenment/themes/CleanBig/wb1.png Xshare/enlightenment/themes/CleanBig/wb2.png Xshare/enlightenment/themes/CleanBig/wb3.png Xshare/enlightenment/themes/CleanBig/wb4.png Xshare/enlightenment/themes/CleanBig/wb5.png Xshare/enlightenment/themes/CleanBig/wb6.png Xshare/enlightenment/themes/CleanBig/windowmatches.cfg Xshare/enlightenment/themes/DEFAULT X@dirrm share/enlightenment/E-docs X@dirrm share/enlightenment/config/pix X@dirrm share/enlightenment/config X@dirrm share/enlightenment/themes/ShinyMetal/pix X@dirrm share/enlightenment/themes/ShinyMetal/snd X@dirrm share/enlightenment/themes/ShinyMetal/tin-e/17 X@dirrm share/enlightenment/themes/ShinyMetal/tin-e X@dirrm share/enlightenment/themes/ShinyMetal/ttfonts X@dirrm share/enlightenment/themes/ShinyMetal X@dirrm share/enlightenment/themes/icE/pix X@dirrm share/enlightenment/themes/icE X@dirrm share/enlightenment/themes/Clean/pix X@dirrm share/enlightenment/themes/Clean X@dirrm share/enlightenment/themes/BrushedMetal-Tigert/pix X@dirrm share/enlightenment/themes/BrushedMetal-Tigert X@dirrm share/enlightenment/themes/eStep_Classic/cursors X@dirrm share/enlightenment/themes/eStep_Classic X@dirrm share/enlightenment/themes/eStep_New/cursors X@dirrm share/enlightenment/themes/eStep_New X@dirrm share/enlightenment/themes/CleanBig/pix X@dirrm share/enlightenment/themes/CleanBig X@dirrm share/enlightenment/themes X@dirrm share/enlightenment END-of-enlightenment/pkg/PLIST echo x - enlightenment/Makefile sed 's/^X//' >enlightenment/Makefile << 'END-of-enlightenment/Makefile' X# New ports collection makefile for: enlightenment X# Version required: 0.15.5 X# Date created: 10 June 1997 X# Whom: Yukihiro Nakai X# X# $Id: Makefile,v 1.34 1999/03/15 18:30:06 nectar Exp $ X# X XDISTNAME= enlightenment-0.15.5 XPKGNAME= enlightenment-0.15.5 XCATEGORIES= x11-wm gnome XMASTER_SITES= ${MASTER_SITE_GNOME} XMASTER_SITE_SUBDIR= enlightenment X XMAINTAINER= clive@CirX.ORG X XLIB_DEPENDS= esd.1:${PORTSDIR}/audio/esound \ X Fnlib.0:${PORTSDIR}/graphics/fnlib \ X gif.3:${PORTSDIR}/graphics/giflib \ X Imlib.3:${PORTSDIR}/graphics/imlib \ X tiff.4:${PORTSDIR}/graphics/tiff34 \ X ttf.3:${PORTSDIR}/print/freetype X XUSE_GMAKE= yes XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --enable-fsstd XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LIBS=-L${LOCALBASE}/lib X XWRKSRC= ${WRKDIR}/enlightenment-0.15.5 X Xpre-patch: X.if defined(XLOCALE) X ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-xlocale X.endif X X.include END-of-enlightenment/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 15 9:49: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 46225158F7 for ; Thu, 15 Apr 1999 09:48:59 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id JAA01901; Thu, 15 Apr 1999 09:45:24 -0700 (PDT) (envelope-from mharo) Date: Thu, 15 Apr 1999 09:45:24 -0700 From: Michael Haro To: clive@CirX.ORG Cc: ports@freebsd.org Subject: Re: ports/11155: update enlightenment to 0.15.5 Message-ID: <19990415094523.A1876@patrol.area51.fremont.ca.us> References: <199904151551.XAA00560@cartier.cirx.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199904151551.XAA00560@cartier.cirx.org>; from clive@CirX.ORG on Thu, Apr 15, 1999 at 11:51:30PM +0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Please submit a diff of your changes from the current 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 15 9:59:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from burka.carrier.kiev.ua (burka.carrier.kiev.ua [193.193.193.107]) by hub.freebsd.org (Postfix) with ESMTP id E377E14D8C; Thu, 15 Apr 1999 09:59:38 -0700 (PDT) (envelope-from snar@lucky.net) Received: (from snar@localhost) by burka.carrier.kiev.ua (8.Who.Cares/Guinness_Is_Better) id TAA26422; Thu, 15 Apr 1999 19:57:15 +0300 (EEST) (envelope-from snar) Message-ID: <19990415195715.A18846@lucky.net> Date: Thu, 15 Apr 1999 19:57:15 +0300 From: Alexandre Snarskii To: jseger@FreeBSD.org, snar@paranoia.ru, freebsd-ports@FreeBSD.org Subject: Re: ports/9279: new port submission - libparanoia. References: <199904101312.GAA81855@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=45Z9DzgjV8m4Oswq X-Mailer: Mutt 0.90.11i In-Reply-To: <199904101312.GAA81855@freefall.freebsd.org>; from jseger@FreeBSD.org on Sat, Apr 10, 1999 at 06:12:43AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii On Sat, Apr 10, 1999 at 06:12:43AM -0700, jseger@FreeBSD.org wrote: > Synopsis: new port submission - libparanoia. > > State-Changed-From-To: open->closed > State-Changed-By: jseger > State-Changed-When: Sat Apr 10 06:12:34 PDT 1999 > State-Changed-Why: > Committed, thanks. Thanks for committing. :) Can i ask you to update port to 1.4 version - 1.3 has problems on 3.1-STABLE because there were some changes between 2-STABLE and 3-STABLE on external C functions calling from assembler code. Port files are attached. -- Alexander Snarskii the source code is included. --45Z9DzgjV8m4Oswq Content-Type: application/x-tar-gz Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="paranoia-port.tgz" H4sIAL4QFjcAA+1YbW8aORDOV/wrRmmjJhLsGwscqDk1bWhFVZIqoFb9VJldE3zs2nu2N4Q7 3X+/sQmEplXTXpPcVbePgF38Mh7PjMf2k/FJQRUVklN/554AcdBptWAHIAzjjn1CGMfueYUA oN0JWnEYRJ2Wa9YKdqB1Xwpto9SGKoAdLaj6ejv21fqfFNmW/4d0zqY8Y3c9RhgE7ZW/v+j/ sNVZ+z+wv1jSjMLmDgR3rciX8D/3/yM4YQsopDIaEpllLDFcCsivQgGmUvVqW0FCHsE7prRt o9jvJVcs7dVqtdCLseaYGgaJYvhwpbUQXlMBYbfbxdr3M5m70tpRxi6pSBWDEVpdzzmHp9b+ z9ajeKr8lTzCPo8HaQ/WcVm/gNBrOXF+EPshvrZ7QbMXdsD2hv5lAY8JOR6MxidHw/7hltoN q+CLo3H/1enZoD861CwpFTdLMjwajftnH0eDMZZOTdHzffz1rIKohF+UEz+VOdOGJ74dxCfY ZXAyxm//7PCm0oScnA6PTg6XzBDU3sy4BtRCUbWElBVMpBrQcnqpDcsbKc5KsBRmjKZoU9gd fRh5s11A08Ducf+l/YNSFjOezNAjKIJPp0zBVMkcrZ8xqhkYuX71CCkUa0xKnqU9UnvGkpmE 3cYPYHcj5YMsQTDUFYeb0QtmZ5WAlqVKmAYucBFh7KT4Bn6pla9V4mMT+02upUwYhhNGiMwL nnFx7sFgikZiS6BYLKTZktRYv9sGef1aiFR14FfdPhkYnYCFCoqMJgz7s5Sb624Lqeb+4z/X wfHXJtvZKWlmgEKhZLHuv3tHBiQeF0lWpgyeTnTq2YXm5fNfyb+97tfYzv/WGvoeTgHft//H WBu1WmG1/z8EPvd/nt613W/Z/wHrnf/jTtjuhLHb/5txtf8/BIbHLdi/sVF6aBHv/I8DOIRO 0o3aMaNRFKVhGkftboQn9Lj5S0i7QYe2/zN5rMI/w/b6L+bn93IH/P77XxQ1q/z/ILjp/xen w2H/ZHynY9ye/zHnt9txM2i1O83Q5v9mM6ry/0NgRKcM9vH0jEdnyBne1uQU0CTJHHRO9QxP 6Qd4wcBDLFWCuruha6CSYgn21Jx51R7wE+Pm+j/uj16c3fEYt/E/nShcrf9WEHZc/m+GUVit /4fA2FIU+KFrnqJ+xTckUhiK92us0TZHfJIDNNkkAd8+qPF1obgwU0deaJkzWF3Gp6VwjJKu k5VcHGsu5ELYa/eEWemORLB/u929z7MPEGpsgQaNCjAYSqW4xjT0XqrcA0KeU80T4CmjKLtn 85hm18OCYBeohmKmVMKyBIklTaz6uUz5lLP0arypojnTHgyENoym9RXBMOdZpiEplWLCkELJ hGkNC25mMBq8+jjqv3pXt1Oub0QvZkxYJuEc5QH5DcML+LmQytIkBhrYyEpkl9zsRwd2OHhy tQBTmj0hhUQrWitccLZAJZjK+XXedRyFU8G5LC/RoCRzKkllZlZpzOCF1JpPMoY6JWgtlhjn TS5KJ8gjZLxNTCXYBT2BAe5oFLOQsKBLjbouZelq3SzImo/BaVA7uuUy/AJtR8+ZM4I1maUF My7mkChuOE6W0KLI8GXljX1tVXbdBTOWk4GUshyrDlZWJY1snY+g8cZxSZlEMZZJqoNUG50k ulWh1wkqJVKq0i2f4ywcP7VfahtB2zkukcWyYWTD1RM9YzghjboW5sBRTivOznkSR3qCted2 lxNL2JrHOpbRZBiWM6rQclYgWqE0Mqdu4tnSOsug9VmKJp8ZRy4uFosNuej4xG3lSKMB5JvI UQ9qz2lm+Jw2mjYWJsxgqEDv4Hs345v5/+2bwehuT3+3n/+aQbjh/6NWvMr/QZX/HwJXJO0m tii5UfKx+LzM09KzhPozdsmSFeE74cJn4gJOn79+eXo2PBof7u29PT0bb/7v7YGvbassxWQ0 5efQyMmzUvyYiLPq8FmhQoUKFSpUqFChwrfjb0HaDhoAKAAA --45Z9DzgjV8m4Oswq-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 15 12: 2:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C44D1594C for ; Thu, 15 Apr 1999 12:02:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA21108; Thu, 15 Apr 1999 12:00:01 -0700 (PDT) (envelope-from gnats@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 2D46B158D1; Thu, 15 Apr 1999 11:52:44 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 6A9AA16A2; Thu, 15 Apr 1999 11:50:17 -0700 (PDT) Message-Id: <19990415185017.6A9AA16A2@norn.ca.eu.org> Date: Thu, 15 Apr 1999 11:50:17 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org, ache@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: ports/11156: Update: less (335 -> 337) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11156 >Category: ports >Synopsis: Update: less (335 -> 337) >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 15 12:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: 4.0-C post-egcs. >Description: Update less from 335 to 337 >How-To-Repeat: >Fix: Index: less/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/misc/less/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 1999/04/05 23:59:43 1.18 +++ Makefile 1999/04/15 18:39:35 @@ -1,12 +1,12 @@ # New ports collection makefile for: less -# Version required: 3.35 +# Version required: 3.37 # Date created: 8 Nov 1994 # Whom: ache # # $Id: Makefile,v 1.18 1999/04/05 23:59:43 jseger Exp $ # -DISTNAME= less-335 +DISTNAME= less-337 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= less Index: less/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/misc/less/files/md5,v retrieving revision 1.6 diff -u -r1.6 md5 --- md5 1999/04/05 23:59:44 1.6 +++ md5 1999/04/15 18:27:42 @@ -1 +1 @@ -MD5 (less-335.tar.gz) = d23f97a208fb23b84a56dbf36538d80c +MD5 (less-337.tar.gz) = 125c500faaa318624d7d773d418dd2c7 Index: less/files/patch-ab =================================================================== RCS file: /cvs/FreeBSD/ports/misc/less/files/patch-ab,v retrieving revision 1.2 diff -u -r1.2 patch-ab --- patch-ab 1995/02/23 02:58:32 1.2 +++ patch-ab 1999/04/15 18:40:31 @@ -1,6 +1,6 @@ ---- ./charset.c.org Tue Jan 31 15:55:28 1995 -+++ ./charset.c Wed Feb 22 18:34:50 1995 -@@ -260,6 +260,8 @@ +--- charset.c.orig Thu Apr 15 11:34:04 1999 ++++ charset.c Thu Apr 15 11:36:48 1999 +@@ -262,6 +262,8 @@ control_char(c) int c; { @@ -9,7 +9,7 @@ c &= 0377; return (chardef[c] & IS_CONTROL_CHAR); } -@@ -274,14 +276,17 @@ +@@ -276,14 +278,17 @@ { static char buf[8]; @@ -25,7 +25,7 @@ else - sprintf(buf, binfmt, c); + { -+ c &= 0377; ++ c &= 0337; + if (!control_char(c)) + sprintf(buf, "%c", c); + else if (!control_char(c ^ 0100)) Index: less/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/misc/less/patches/patch-aa,v retrieving revision 1.4 diff -u -r1.4 patch-aa --- patch-aa 1999/04/05 23:59:44 1.4 +++ patch-aa 1999/04/15 18:41:22 @@ -1,5 +1,5 @@ ---- Makefile.in.orig Sat Mar 20 00:24:37 1999 -+++ Makefile.in Mon Apr 5 19:54:24 1999 +--- Makefile.in.orig Thu Apr 15 11:29:32 1999 ++++ Makefile.in Thu Apr 15 11:31:07 1999 @@ -15,7 +15,7 @@ LDFLAGS = @LDFLAGS@ O=o @@ -9,14 +9,3 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ -@@ -61,8 +61,8 @@ - ${INSTALL_PROGRAM} less ${bindir}/${binprefix}less - ${INSTALL_PROGRAM} lesskey ${bindir}/${binprefix}lesskey - ${INSTALL_PROGRAM} lessecho ${bindir}/${binprefix}lessecho -- ${INSTALL_DATA} ${srcdir}/less.nro ${mandir}/${manprefix}less.${manext} -- ${INSTALL_DATA} ${srcdir}/lesskey.nro ${mandir}/${manprefix}lesskey.${manext} -+ ${INSTALL_DATA} ${srcdir}/less.nro ${mandir}/${manprefix}/man${manext}/less.${manext} -+ ${INSTALL_DATA} ${srcdir}/lesskey.nro ${mandir}/${manprefix}/man${manext}/lesskey.${manext} - - installdirs: mkinstalldirs - ${srcdir}/mkinstalldirs ${bindir} ${mandir} Index: less/pkg/COMMENT =================================================================== RCS file: /cvs/FreeBSD/ports/misc/less/pkg/COMMENT,v retrieving revision 1.5 diff -u -r1.5 COMMENT --- COMMENT 1996/09/14 03:11:05 1.5 +++ COMMENT 1999/04/15 18:38:37 @@ -1 +1 @@ -a better pager utility +A better pager utility. -Chris >Release-Note: >Audit-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 15 12:42:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 27AFB1538C for ; Thu, 15 Apr 1999 12:42:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA24102; Thu, 15 Apr 1999 12:40:01 -0700 (PDT) (envelope-from gnats@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 294461538C for ; Thu, 15 Apr 1999 12:37:58 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 157721689; Thu, 15 Apr 1999 12:35:31 -0700 (PDT) Message-Id: <19990415193531.157721689@norn.ca.eu.org> Date: Thu, 15 Apr 1999 12:35:31 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11157: New port: astro/x3arth Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11157 >Category: ports >Synopsis: New port: astro/x3arth >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 15 12:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: 4.0-C post-egcs. >Description: A tcl script that updates the X root window with a downloaded (from NASA) satellite image of Earth. >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: # # x3arth # x3arth/Makefile # x3arth/patches # x3arth/patches/patch-ab # x3arth/files # x3arth/files/md5 # x3arth/pkg # x3arth/pkg/PLIST # x3arth/pkg/COMMENT # x3arth/pkg/DESCR # echo c - x3arth mkdir -p x3arth > /dev/null 2>&1 echo x - x3arth/Makefile sed 's/^X//' >x3arth/Makefile << 'END-of-x3arth/Makefile' X# New ports collection makefile for: x3arth X# Version required: 1.1 X# Date created: 15 April 1999 X# Whom: Chris Piazza X# X# $Id$ X# X XDISTNAME= x3arth-1.1 XCATEGORIES= astro XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= X11/desktop X XMAINTAINER= cpiazza@home.net X XRUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 \ X ${X11BASE}/bin/xv:${PORTSDIR}/graphics/xv X XUSE_X_PREFIX= yes XWRKSRC= ${WRKDIR}/usr/local/bin XNO_BUILD= yes XSTRIP= XUSE_BZIP2= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/x3arth ${PREFIX}/bin X X.include END-of-x3arth/Makefile echo c - x3arth/patches mkdir -p x3arth/patches > /dev/null 2>&1 echo x - x3arth/patches/patch-ab sed 's/^X//' >x3arth/patches/patch-ab << 'END-of-x3arth/patches/patch-ab' X--- x3arth.orig Sat Apr 3 06:26:53 1999 X+++ x3arth Thu Apr 15 12:18:41 1999 X@@ -1,6 +1,6 @@ X #!/bin/sh X-# the next line restarts using tclsh \ X-exec tclsh "$0" "$@" X+# the next line restarts using tclsh8.0 \ X+exec tclsh8.0 "$0" "$@" X X set usage "x3arth \[ \[-c \[file\] | -b\]\] \n\ X : GMS-5, FY-2, GOES-8, GOES-9, GOES-10 or METEOSAT-7\n\ END-of-x3arth/patches/patch-ab echo c - x3arth/files mkdir -p x3arth/files > /dev/null 2>&1 echo x - x3arth/files/md5 sed 's/^X//' >x3arth/files/md5 << 'END-of-x3arth/files/md5' XMD5 (x3arth-1.1.tar.bz2) = b0f1867f3e3048aa4a9ae1a4c1981a73 END-of-x3arth/files/md5 echo c - x3arth/pkg mkdir -p x3arth/pkg > /dev/null 2>&1 echo x - x3arth/pkg/PLIST sed 's/^X//' >x3arth/pkg/PLIST << 'END-of-x3arth/pkg/PLIST' Xbin/x3arth END-of-x3arth/pkg/PLIST echo x - x3arth/pkg/COMMENT sed 's/^X//' >x3arth/pkg/COMMENT << 'END-of-x3arth/pkg/COMMENT' XUpdates X root window with satellit views of earth. END-of-x3arth/pkg/COMMENT echo x - x3arth/pkg/DESCR sed 's/^X//' >x3arth/pkg/DESCR << 'END-of-x3arth/pkg/DESCR' XA TCL script to download the latest high-res satellite views of Xearth and set it as the background image in the X root window. X XAuthor: XLuc Deschenaux X X-Chris Piazza Xcpiazza@home.net END-of-x3arth/pkg/DESCR exit -Chris >Release-Note: >Audit-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 15 13: 3:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C446614C35; Thu, 15 Apr 1999 13:03:22 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA00565; Thu, 15 Apr 1999 13:01:01 -0700 (PDT) (envelope-from ache@FreeBSD.org) Date: Thu, 15 Apr 1999 13:01:01 -0700 (PDT) From: Message-Id: <199904152001.NAA00565@freefall.freebsd.org> To: cpiazza@home.net, ache@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11156: Update: less (335 -> 337) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: less (335 -> 337) State-Changed-From-To: open->closed State-Changed-By: ache State-Changed-When: Thu Apr 15 13:00:40 PDT 1999 State-Changed-Why: updated To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 15 13:12:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 16D9815358 for ; Thu, 15 Apr 1999 13:12:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA01275; Thu, 15 Apr 1999 13:10:00 -0700 (PDT) (envelope-from gnats@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 A890014C35; Thu, 15 Apr 1999 13:00:06 -0700 (PDT) (envelope-from root@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 0) id DCC2C1689; Thu, 15 Apr 1999 12:57:39 -0700 (PDT) Message-Id: <19990415195739.DCC2C1689@norn.ca.eu.org> Date: Thu, 15 Apr 1999 12:57:39 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org, kris@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: ports/11158: Update: net/xwhois (0.3.3 -> 0.3.4) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11158 >Category: ports >Synopsis: Update: net/xwhois (0.3.3 -> 0.3.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 15 13:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: 4.0-C post-egcs. >Description: Update xwhois to 0.3.4 >How-To-Repeat: >Fix: Index: xwhois/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/xwhois/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/03/01 10:51:39 1.3 +++ Makefile 1999/04/15 19:49:11 @@ -1,12 +1,12 @@ # New ports collection makefile for: xwhois -# Version required: 0.3.3 +# Version required: 0.3.4 # Date created: 31 December 1998 # Whom: Kris Kennaway # # $Id: Makefile,v 1.3 1999/03/01 10:51:39 kris Exp $ # -DISTNAME= xwhois-0.3.3 +DISTNAME= xwhois-0.3.4 CATEGORIES= net MASTER_SITES= http://c64.org/~nr/ \ http://www.goatnet.ml.org/ \ @@ -17,11 +17,11 @@ MAINTAINER= kris@FreeBSD.ORG -LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk11d-config +CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xwhois ${PREFIX}/bin @@ -33,7 +33,6 @@ ${MKDIR} ${PREFIX}/share/doc/xwhois ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xwhois ${INSTALL_DATA} ${WRKSRC}/docs/TODO ${PREFIX}/share/doc/xwhois - ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/xwhois ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xwhois .endif Index: xwhois/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/net/xwhois/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/03/01 10:46:55 1.2 +++ md5 1999/04/15 19:40:10 @@ -1 +1 @@ -MD5 (xwhois-0.3.3.tar.gz) = f54e139c774666b941f161b72c38364b +MD5 (xwhois-0.3.4.tar.gz) = b8fb33ca41bccbfe418af251c8d4ac4f Index: xwhois/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/net/xwhois/patches/patch-aa,v retrieving revision 1.2 diff -u -r1.2 patch-aa --- patch-aa 1999/03/01 10:47:01 1.2 +++ patch-aa 1999/04/15 19:46:36 @@ -1,44 +1,6 @@ ---- configure.orig Wed Feb 10 13:40:08 1999 -+++ configure Mon Mar 1 21:06:00 1999 -@@ -775,53 +775,55 @@ - set dummy gtk-config; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 - echo "configure:778: checking for $ac_word" >&5 --if eval "test \"`echo '$''{'ac_cv_prog_GTKCONFIG'+set}'`\" = set"; then -+if eval "test \"`echo '$''{'ac_cv_prog_GTK_CONFIG'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -- if test -n "$GTKCONFIG"; then -- ac_cv_prog_GTKCONFIG="$GTKCONFIG" # Let the user override the test. -+ if test -n "$GTK_CONFIG"; then -+ ac_cv_prog_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test. - else - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" - for ac_dir in $PATH; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then -- ac_cv_prog_GTKCONFIG="found" -+ ac_cv_prog_GTK_CONFIG="found" - break - fi - done - IFS="$ac_save_ifs" -- test -z "$ac_cv_prog_GTKCONFIG" && ac_cv_prog_GTKCONFIG="missing" -+ test -z "$ac_cv_prog_GTK_CONFIG" && ac_cv_prog_GTK_CONFIG="missing" - fi - fi --GTKCONFIG="$ac_cv_prog_GTKCONFIG" --if test -n "$GTKCONFIG"; then -- echo "$ac_t""$GTKCONFIG" 1>&6 -+GTK_CONFIG="$ac_cv_prog_GTK_CONFIG" -+if test -n "$GTK_CONFIG"; then -+ echo "$ac_t""$GTK_CONFIG" 1>&6 - else - echo "$ac_t""no" 1>&6 - fi - --if test $GTKCONFIG = "missing"; then -+if test $GTK_CONFIG = "missing"; then +--- configure.orig Wed Mar 31 16:37:29 1999 ++++ configure Thu Apr 15 12:46:24 1999 +@@ -809,11 +809,13 @@ echo "configure: warning: cant find gtk-config" 1>&2 echo "-------------------------------------------------" echo " GTK+ doesnt seam to be installed on this system" @@ -49,50 +11,21 @@ echo "-------------------------------------------------" exit 0 else --GTK_PREFIX=`gtk-config --version|cut -b 1,2,3` -+GTK_PREFIX=`${GTK_CONFIG} --version|cut -b 1,2,3` - if test $GTK_PREFIX = "1.0"; then - GTK_TYPE='GTK_STABLE' - else --if test `gtk-config --version|cut -d. -f3` -lt 13; then -+if test `${GTK_CONFIG} --version|cut -d. -f3` -lt 13; then - echo "----------------------------------------------------" --echo " Your version of GTK+, `gtk-config --version` is to old for Xwhois." -+echo " Your version of GTK+, `${GTK_CONFIG} --version` is to old for Xwhois." - echo "----------------------------------------------------" - exit 0 - fi - GTK_TYPE='GTK_DEVEL' - fi - --echo "building xwhois for gtk+ version... `gtk-config --version`" -+echo "building xwhois for gtk+ version... `${GTK_CONFIG} --version`" - fi - - if test "$program_transform_name" = s,x,x,; then -@@ -878,13 +880,13 @@ - PACKAGE=xwhois - VERSION=0.3.3 - --XWHOIS_SERVERS='$(prefix)/lib/xwhois/xwhois.servers' -+XWHOIS_SERVERS='$(prefix)/share/xwhois/xwhois.servers' +-GTK_PREFIX=`gtk-config --version` ++GTK_PREFIX=`$GTK_CONFIG --version` + x=`echo $GTK_PREFIX|cut -d. -f1` + y=`echo $GTK_PREFIX|cut -d. -f2` + z=`echo $GTK_PREFIX|cut -d. -f3` +@@ -895,10 +897,10 @@ + XWHOIS_SERVERS='$(prefix)/share/xwhois/xwhois.servers' -INCLUDES="-I. `gtk-config --cflags`" -+INCLUDES="-I. `${GTK_CONFIG} --cflags`" ++INCLUDES="-I. `$GTK_CONFIG --cflags`" -LIBS=`gtk-config --libs` -+LIBS=`${GTK_CONFIG} --libs` ++LIBS=`$GTK_CONFIG --libs` DEFINES='-DSTD -DHAVE_SNPRINTF -DXWHOIS_SERVERS=\"$(XWHOIS_SERVERS)\" -D$(GTK_TYPE)' -@@ -1619,7 +1621,7 @@ - s%@AUTOHEADER@%$AUTOHEADER%g - s%@MAKEINFO@%$MAKEINFO%g - s%@SET_MAKE@%$SET_MAKE%g --s%@GTKCONFIG@%$GTKCONFIG%g -+s%@GTK_CONFIG@%$GTK_CONFIG%g - s%@GTK_TYPE@%$GTK_TYPE%g - s%@host@%$host%g - s%@host_alias@%$host_alias%g Index: xwhois/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/net/xwhois/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1999/03/01 10:47:15 1.2 +++ PLIST 1999/04/15 19:49:09 @@ -3,7 +3,6 @@ share/xwhois/pixmaps/xwhois.xpm share/doc/xwhois/README share/doc/xwhois/TODO -share/doc/xwhois/COPYING share/doc/xwhois/ChangeLog @dirrm share/xwhois/pixmaps @dirrm share/xwhois -Chris >Release-Note: >Audit-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 15 13:19:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CEDF315322; Thu, 15 Apr 1999 13:19:19 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA01996; Thu, 15 Apr 1999 13:16:58 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Thu, 15 Apr 1999 13:16:58 -0700 (PDT) From: Message-Id: <199904152016.NAA01996@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/11158: Update: net/xwhois (0.3.3 -> 0.3.4) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/xwhois (0.3.3 -> 0.3.4) Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: billf Responsible-Changed-When: Thu Apr 15 13:16:41 PDT 1999 Responsible-Changed-Why: Over to the MAINTAINER To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 15 13:52:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E32D14FC2 for ; Thu, 15 Apr 1999 13:52:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA04853; Thu, 15 Apr 1999 13:50:00 -0700 (PDT) (envelope-from gnats@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 E724C14F5A for ; Thu, 15 Apr 1999 13:43:32 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 74C9916BD; Thu, 15 Apr 1999 13:41:05 -0700 (PDT) Message-Id: <19990415204105.74C9916BD@norn.ca.eu.org> Date: Thu, 15 Apr 1999 13:41:05 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11159: Update: editors/yudit (1.2 -> 1.3) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11159 >Category: ports >Synopsis: Update: editors/yudit (1.2 -> 1.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: Thu Apr 15 13:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: 4.0-C post-egcs. (sorry no 3.1 box to test from) >Description: Update yudit from version 1.2 to 1.3. Also make it support CFLAGS and sort the PLIST >How-To-Repeat: >Fix: Index: yudit/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/editors/yudit/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1998/12/27 05:38:19 1.3 +++ Makefile 1999/04/15 20:14:24 @@ -1,12 +1,12 @@ # New ports collection makefile for: yudit -# Version required: 1.2 +# Version required: 1.3 # Date created: October 3, 1998 # Whom: rch@richard.eu.org # # $Id: Makefile,v 1.3 1998/12/27 05:38:19 kuriyama Exp $ # -DISTNAME= yudit-1.2 +DISTNAME= yudit-1.3 CATEGORIES= editors converters print MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/editors/X @@ -15,7 +15,7 @@ LIB_DEPENDS= ttf.3:${PORTSDIR}/print/freetype -CONFIGURE_ENV= LC_ALL=C +CONFIGURE_ENV= LC_ALL=C CXXFLAGS="${CFLAGS}" GNU_CONFIGURE= YES MAKE_ENV= LC_ALL=C MAN1= yudit.1 makeumap.1 stripumap.1 uniconv.1 uniprint.1 Index: yudit/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/editors/yudit/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1998/12/27 05:38:20 1.2 +++ md5 1999/04/15 20:08:32 @@ -1 +1 @@ -MD5 (yudit-1.2.tar.gz) = af87dea028725ea822b69e998e60e9be +MD5 (yudit-1.3.tar.gz) = 20d7eabf3d341c637677f4d415dba00f Index: yudit/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/editors/yudit/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1998/12/27 05:38:20 1.2 +++ PLIST 1999/04/15 20:37:05 @@ -3,38 +3,32 @@ bin/uniprint bin/stripumap bin/yudit -share/yudit/data/8859_1.umap -share/yudit/data/BIG5_X11.umap +share/yudit/config/yuditrc share/yudit/data/8859_1.bumap +share/yudit/data/8859_1.umap share/yudit/data/8859_2.bumap share/yudit/data/8859_3.bumap share/yudit/data/8859_4.bumap share/yudit/data/8859_5.bumap share/yudit/data/8859_7.bumap share/yudit/data/8859_9.bumap -share/yudit/data/BIG5.bumap -share/yudit/data/CP1251.bumap -share/yudit/data/GB2312L.bumap -share/yudit/data/GB2312R.bumap -share/yudit/data/JIS0201.bumap -share/yudit/data/JIS0208.bumap -share/yudit/data/JIS0212.bumap -share/yudit/data/KOI8_R.bumap -share/yudit/data/KSC5601L.bumap -share/yudit/data/KSC5601R.bumap -share/yudit/data/OLD5601.bumap -share/yudit/data/VISCII.bumap share/yudit/data/Arabic.kmap share/yudit/data/ArmenianEast.kmap share/yudit/data/ArmenianWest.kmap +share/yudit/data/BIG5.bumap +share/yudit/data/BIG5_X11.umap +share/yudit/data/CP1251.bumap share/yudit/data/Chinese-CJ.kmap share/yudit/data/Cyrillic.kmap share/yudit/data/Czech.kmap +share/yudit/data/DE-RU.kmap share/yudit/data/Danish.kmap share/yudit/data/Dutch.kmap share/yudit/data/Esperanto.kmap share/yudit/data/Ethiopic.kmap share/yudit/data/French.kmap +share/yudit/data/GB2312L.bumap +share/yudit/data/GB2312R.bumap share/yudit/data/Georgian.kmap share/yudit/data/German.kmap share/yudit/data/Greek.kmap @@ -45,46 +39,57 @@ share/yudit/data/Hangul3.kmap share/yudit/data/Hebrew.kmap share/yudit/data/Hungarian.kmap +share/yudit/data/JIS0201.bumap +share/yudit/data/JIS0208.bumap +share/yudit/data/JIS0212.bumap +share/yudit/data/KOI8_R.bumap +share/yudit/data/KOI8_R.kmap +share/yudit/data/KSC5601L.bumap +share/yudit/data/KSC5601R.bumap share/yudit/data/Kana.kmap share/yudit/data/Lithuanian.kmap share/yudit/data/Mnemonic.kmap +share/yudit/data/OLD5601.bumap share/yudit/data/Polish.kmap share/yudit/data/Russian.kmap share/yudit/data/SGML.kmap share/yudit/data/TeX.kmap share/yudit/data/Troff.kmap share/yudit/data/Unicode2.kmap +share/yudit/data/VISCII.bumap share/yudit/data/Vietnamese.kmap share/yudit/help/Config-de.help share/yudit/help/Config-hu.help +share/yudit/help/Config-zh_TW.help share/yudit/help/Config.help share/yudit/help/General-de.help +share/yudit/help/General-hu.help +share/yudit/help/General-zh_TW.help share/yudit/help/General.help share/yudit/help/TestPage.help -share/yudit/config/yuditrc +share/yudit/locale/de.utf8/LC_MESSAGES/messages.mo share/yudit/locale/hu.utf8/LC_MESSAGES/messages.mo +share/yudit/locale/it.utf8/LC_MESSAGES/messages.mo share/yudit/locale/ja.utf8/LC_MESSAGES/messages.mo share/yudit/locale/ru.utf8/LC_MESSAGES/messages.mo -share/yudit/locale/zh_TW.utf8/LC_MESSAGES/messages.mo -share/yudit/locale/it.utf8/LC_MESSAGES/messages.mo -share/yudit/locale/de.utf8/LC_MESSAGES/messages.mo share/yudit/locale/your.utf8/LC_MESSAGES/messages.mo +share/yudit/locale/zh_TW.utf8/LC_MESSAGES/messages.mo +@dirrm share/yudit/config +@dirrm share/yudit/data +@dirrm share/yudit/help +@dirrm share/yudit/locale/de.utf8/LC_MESSAGES +@dirrm share/yudit/locale/de.utf8 @dirrm share/yudit/locale/hu.utf8/LC_MESSAGES @dirrm share/yudit/locale/hu.utf8 +@dirrm share/yudit/locale/it.utf8/LC_MESSAGES +@dirrm share/yudit/locale/it.utf8 @dirrm share/yudit/locale/ja.utf8/LC_MESSAGES @dirrm share/yudit/locale/ja.utf8 @dirrm share/yudit/locale/ru.utf8/LC_MESSAGES @dirrm share/yudit/locale/ru.utf8 -@dirrm share/yudit/locale/zh_TW.utf8/LC_MESSAGES -@dirrm share/yudit/locale/zh_TW.utf8 -@dirrm share/yudit/locale/it.utf8/LC_MESSAGES -@dirrm share/yudit/locale/it.utf8 -@dirrm share/yudit/locale/de.utf8/LC_MESSAGES -@dirrm share/yudit/locale/de.utf8 @dirrm share/yudit/locale/your.utf8/LC_MESSAGES @dirrm share/yudit/locale/your.utf8 -@dirrm share/yudit/data -@dirrm share/yudit/help -@dirrm share/yudit/config +@dirrm share/yudit/locale/zh_TW.utf8/LC_MESSAGES +@dirrm share/yudit/locale/zh_TW.utf8 @dirrm share/yudit/locale @dirrm share/yudit -Chris >Release-Note: >Audit-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 15 13:53:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from c523578-a.sttls1.wa.home.com (c523578-a.sttls1.wa.home.com [24.5.122.51]) by hub.freebsd.org (Postfix) with ESMTP id 0E24214FC2 for ; Thu, 15 Apr 1999 13:53:24 -0700 (PDT) (envelope-from tbackman@c523578-a.sttls1.wa.home.com) Received: from localhost (tbackman@localhost) by c523578-a.sttls1.wa.home.com (8.9.2/8.9.2) with ESMTP id NAA16879 for ; Thu, 15 Apr 1999 13:54:22 -0700 (PDT) (envelope-from tbackman@c523578-a.sttls1.wa.home.com) Date: Thu, 15 Apr 1999 13:54:22 -0700 (PDT) From: Todd Backman To: freebsd-ports@freebsd.org Subject: ssh problems 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 (convert from RedHat...) I just got 3.1 loaded and am trying to set up ssh. I went to the ssh dir in ports and ran make... I get the following: You must set the variable USA_RESIDENT to YES if you are a United States resident, otherwise NO. If you are a US resident then this port must also fetch the RSAREF2 library from sources abroad (RSA Inc. holds a patent on RSA and public key crypto in general in the United States so using RSA implementations other than RSAREF there may violate US patent law). *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. I do have the variable set to USA_RESIDENT to YES in /etc/make.conf... Thanks in advance. BTW...Please respond directly as I am not on the ports maillist. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 15 14: 1:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from corp.au.triax.com (slwag1p31.ozemail.com.au [203.108.157.47]) by hub.freebsd.org (Postfix) with ESMTP id E6E6214E46 for ; Thu, 15 Apr 1999 14:01:35 -0700 (PDT) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id GAA04748; Fri, 16 Apr 1999 06:59:04 +1000 (EST) Date: Fri, 16 Apr 1999 06:59:03 +1000 From: Jim Mock To: Todd Backman Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ssh problems Message-ID: <19990416065903.A4673@corp.au.triax.com> Reply-To: jim@corp.au.triax.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 15 Apr 1999 at 13:54:22 -0700, Todd Backman wrote: [snip..] > You must set the variable USA_RESIDENT to YES if you are a > United States resident, otherwise NO. [snip..] > I do have the variable set to USA_RESIDENT to YES in > /etc/make.conf... > Are you sure it's uncommented as well as set to yes? -- Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD work: Triax Internet Services http://www.triax.com/ / \ The personal: http://www.triax.com/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 15 14: 4:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.teleway.ne.jp (smtp.teleway.ne.jp [203.140.129.13]) by hub.freebsd.org (Postfix) with ESMTP id EBDCF14E46 for ; Thu, 15 Apr 1999 14:04:32 -0700 (PDT) (envelope-from yasuf@big.or.jp) Received: from post1a.po.teleway.ne.jp (post1a.teleway.ne.jp [203.140.129.22]) by smtp.teleway.ne.jp (8.9.3+3.2W/3.7W) with ESMTP id GAA03395 for ; Fri, 16 Apr 1999 06:02:07 +0900 (JST) (envelope-from yasuf@big.or.jp) Received: from localhost ([210.234.51.87]) by post1a.po.teleway.ne.jp (Post.Office MTA v3.0 release "turbo_2" ID# 110-55583U50000L50000S0V35) with ESMTP id AAA11460 for ; Fri, 16 Apr 1999 06:02:06 +0900 To: freebsd-ports@FreeBSD.org Subject: Re: ports/10906: Update: lang/ruby In-Reply-To: Your message of "Thu, 8 Apr 1999 15:50:02 -0700 (PDT)" <199904082250.PAA08800@freefall.freebsd.org> References: <199904082250.PAA08800@freefall.freebsd.org> X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990416060204I.yasuf@big.or.jp> Date: Fri, 16 Apr 1999 06:02:04 +0900 From: Yasuhiro Fukuma X-Dispatcher: imput version 980905(IM100) Lines: 49 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org And 1.2.5 has released. Matz, the father of Ruby, says it's really a final release from 1.2 series (or he hopes so at least), so I believe there's no problem to commit the patches now. Thanks :) diff -ruN ruby-1.2.4.19990409/Makefile ruby/Makefile --- ruby-1.2.4.19990409/Makefile Fri Apr 9 02:57:54 1999 +++ ruby/Makefile Wed Apr 14 00:32:36 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: ruby -# Version required: 1.2.4 +# Version required: 1.2.5 # Date created: 04 September 1997 # Whom: Eiji-usagi-MATSUmoto # # $Id: Makefile,v 1.9 1999/02/22 04:11:48 steve Exp $ # -DISTNAME= ruby-1.2.4 +DISTNAME= ruby-1.2.5 CATEGORIES= lang MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \ ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/${BRANCH_NAME}/ \ diff -ruN ruby-1.2.4.19990409/files/md5 ruby/files/md5 --- ruby-1.2.4.19990409/files/md5 Fri Apr 9 01:54:01 1999 +++ ruby/files/md5 Wed Apr 14 00:34:56 1999 @@ -1 +1 @@ -MD5 (ruby-1.2.4.tar.gz) = 1d72ba25cb35fecb7e910f6ce2034232 +MD5 (ruby-1.2.5.tar.gz) = 3ec298b7697843733ea0230f23b626b6 diff -ruN ruby-1.2.4.19990409/pkg/PLIST ruby/pkg/PLIST --- ruby-1.2.4.19990409/pkg/PLIST Fri Apr 9 02:58:10 1999 +++ ruby/pkg/PLIST Wed Apr 14 00:42:43 1999 @@ -40,6 +40,7 @@ lib/ruby/finalize.rb lib/ruby/ftplib.rb lib/ruby/ftools.rb +lib/ruby/getoptlong.rb lib/ruby/getopts.rb lib/ruby/importenv.rb lib/ruby/jcode.rb @@ -55,6 +56,7 @@ lib/ruby/parsearg.rb lib/ruby/parsedate.rb lib/ruby/ping.rb +lib/ruby/profile.rb lib/ruby/pstore.rb lib/ruby/rational.rb lib/ruby/readbytes.rb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 15 14: 5:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.teleway.ne.jp (smtp.teleway.ne.jp [203.140.129.13]) by hub.freebsd.org (Postfix) with ESMTP id C2DAC14E46 for ; Thu, 15 Apr 1999 14:04:41 -0700 (PDT) (envelope-from yasuf@big.or.jp) Received: from post1a.po.teleway.ne.jp (post1a.teleway.ne.jp [203.140.129.22]) by smtp.teleway.ne.jp (8.9.3+3.2W/3.7W) with ESMTP id GAA03404 for ; Fri, 16 Apr 1999 06:02:14 +0900 (JST) (envelope-from yasuf@big.or.jp) Received: from localhost ([210.234.51.87]) by post1a.po.teleway.ne.jp (Post.Office MTA v3.0 release "turbo_2" ID# 110-55583U50000L50000S0V35) with ESMTP id AAA3898 for ; Fri, 16 Apr 1999 06:02:13 +0900 To: freebsd-ports@FreeBSD.org Subject: Re: ports/10907: New port: x11-toolkits/rubytk In-Reply-To: Your message of "Thu, 8 Apr 1999 15:50:03 -0700 (PDT)" <199904082250.PAA08805@freefall.freebsd.org> References: <199904082250.PAA08805@freefall.freebsd.org> X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990416060211L.yasuf@big.or.jp> Date: Fri, 16 Apr 1999 06:02:11 +0900 From: Yasuhiro Fukuma X-Dispatcher: imput version 980905(IM100) Lines: 27 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Updates for Ruby 1.2.5. diff -ruN rubytk-1.2.4.19990409/Makefile rubytk/Makefile --- rubytk-1.2.4.19990409/Makefile Fri Apr 9 07:26:03 1999 +++ rubytk/Makefile Wed Apr 14 00:55:34 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: rubytk -# Version required: 1.2.4 +# Version required: 1.2.5 # Date created: 15 March 1999 # Whom: Yasuhiro Fukuma # @@ -31,7 +31,7 @@ RUBY_ARCH= ${ARCH}-freebsd${OSREL} -VERSION= 1.2.4 +VERSION= 1.2.5 BRANCH_NAME= 1.2 # Set these vars as the version numbers (without decimal points) of Tcl/Tk diff -ruN rubytk-1.2.4.19990409/files/md5 rubytk/files/md5 --- rubytk-1.2.4.19990409/files/md5 Fri Apr 9 02:40:59 1999 +++ rubytk/files/md5 Wed Apr 14 00:34:56 1999 @@ -1 +1 @@ -MD5 (ruby-1.2.4.tar.gz) = 1d72ba25cb35fecb7e910f6ce2034232 +MD5 (ruby-1.2.5.tar.gz) = 3ec298b7697843733ea0230f23b626b6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 15 14:12:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED32014E46 for ; Thu, 15 Apr 1999 14:12:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA06141; Thu, 15 Apr 1999 14:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 15 Apr 1999 14:10:02 -0700 (PDT) Message-Id: <199904152110.OAA06141@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Yasuhiro Fukuma Subject: Re: ports/10906: Update: lang/ruby Reply-To: Yasuhiro Fukuma Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10906; it has been noted by GNATS. From: Yasuhiro Fukuma To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/10906: Update: lang/ruby Date: Fri, 16 Apr 1999 06:07:28 +0900 And 1.2.5 has released. Matz, the father of Ruby, says it's really a final release from 1.2 series (or he hopes so at least), so I believe there's no problem to commit the patches now. Thanks :) diff -ruN ruby-1.2.4.19990409/Makefile ruby/Makefile --- ruby-1.2.4.19990409/Makefile Fri Apr 9 02:57:54 1999 +++ ruby/Makefile Wed Apr 14 00:32:36 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: ruby -# Version required: 1.2.4 +# Version required: 1.2.5 # Date created: 04 September 1997 # Whom: Eiji-usagi-MATSUmoto # # $Id: Makefile,v 1.9 1999/02/22 04:11:48 steve Exp $ # -DISTNAME= ruby-1.2.4 +DISTNAME= ruby-1.2.5 CATEGORIES= lang MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \ ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/${BRANCH_NAME}/ \ diff -ruN ruby-1.2.4.19990409/files/md5 ruby/files/md5 --- ruby-1.2.4.19990409/files/md5 Fri Apr 9 01:54:01 1999 +++ ruby/files/md5 Wed Apr 14 00:34:56 1999 @@ -1 +1 @@ -MD5 (ruby-1.2.4.tar.gz) = 1d72ba25cb35fecb7e910f6ce2034232 +MD5 (ruby-1.2.5.tar.gz) = 3ec298b7697843733ea0230f23b626b6 diff -ruN ruby-1.2.4.19990409/pkg/PLIST ruby/pkg/PLIST --- ruby-1.2.4.19990409/pkg/PLIST Fri Apr 9 02:58:10 1999 +++ ruby/pkg/PLIST Wed Apr 14 00:42:43 1999 @@ -40,6 +40,7 @@ lib/ruby/finalize.rb lib/ruby/ftplib.rb lib/ruby/ftools.rb +lib/ruby/getoptlong.rb lib/ruby/getopts.rb lib/ruby/importenv.rb lib/ruby/jcode.rb @@ -55,6 +56,7 @@ lib/ruby/parsearg.rb lib/ruby/parsedate.rb lib/ruby/ping.rb +lib/ruby/profile.rb lib/ruby/pstore.rb lib/ruby/rational.rb lib/ruby/readbytes.rb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 15 14:12:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D8DF8151EF for ; Thu, 15 Apr 1999 14:12:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA06136; Thu, 15 Apr 1999 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 15 Apr 1999 14:10:01 -0700 (PDT) Message-Id: <199904152110.OAA06136@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Yasuhiro Fukuma Subject: Re: ports/10907: New port: x11-toolkits/rubytk Reply-To: Yasuhiro Fukuma Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10907; it has been noted by GNATS. From: Yasuhiro Fukuma To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/10907: New port: x11-toolkits/rubytk Date: Fri, 16 Apr 1999 06:07:34 +0900 Updates for Ruby 1.2.5. diff -ruN rubytk-1.2.4.19990409/Makefile rubytk/Makefile --- rubytk-1.2.4.19990409/Makefile Fri Apr 9 07:26:03 1999 +++ rubytk/Makefile Wed Apr 14 00:55:34 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: rubytk -# Version required: 1.2.4 +# Version required: 1.2.5 # Date created: 15 March 1999 # Whom: Yasuhiro Fukuma # @@ -31,7 +31,7 @@ RUBY_ARCH= ${ARCH}-freebsd${OSREL} -VERSION= 1.2.4 +VERSION= 1.2.5 BRANCH_NAME= 1.2 # Set these vars as the version numbers (without decimal points) of Tcl/Tk diff -ruN rubytk-1.2.4.19990409/files/md5 rubytk/files/md5 --- rubytk-1.2.4.19990409/files/md5 Fri Apr 9 02:40:59 1999 +++ rubytk/files/md5 Wed Apr 14 00:34:56 1999 @@ -1 +1 @@ -MD5 (ruby-1.2.4.tar.gz) = 1d72ba25cb35fecb7e910f6ce2034232 +MD5 (ruby-1.2.5.tar.gz) = 3ec298b7697843733ea0230f23b626b6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 15 17:12:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CC6C15159 for ; Thu, 15 Apr 1999 17:12:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA05286; Thu, 15 Apr 1999 17:10:00 -0700 (PDT) (envelope-from gnats@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 D27D114A2F for ; Thu, 15 Apr 1999 17:11:02 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 714DB16AB; Thu, 15 Apr 1999 17:08:34 -0700 (PDT) Message-Id: <19990416000834.714DB16AB@norn.ca.eu.org> Date: Thu, 15 Apr 1999 17:08:34 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11160: Update: net/curl (5.5 -> 5.5.1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11160 >Category: ports >Synopsis: Update: net/curl (5.5 -> 5.5.1) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 15 17:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: 4.0-C post-egcs >Description: Update curl to 5.5.1 This fixes all the distfile problems (remove ftp.all.de - seems to be gone) >How-To-Repeat: >Fix: Index: curl/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/curl/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/03/30 10:13:26 1.3 +++ Makefile 1999/04/16 00:05:48 @@ -1,16 +1,15 @@ # New ports collection makefile for: curl -# Version required: 5.5 +# Version required: 5.5.1 # Date created: 12 December 1998 # Whom: Neil Blakey-Milner # # $Id: Makefile,v 1.3 1999/03/30 10:13:26 dirk Exp $ -DISTNAME= curl-5.5 +DISTNAME= curl-5.5.1 CATEGORIES= net www MASTER_SITES= http://www.fts.frontec.se/~dast/stuff/ \ ftp://ftp.rhrz.uni-bonn.de/pub-koeln/net/inet/ \ ftp://ftp.win.or.jp/pub/network/www/misc/ \ - ftp://ftp.all.de/pub2/unix/network/www/curl/ \ ftp://crydee.sai.msu.ru/zeus/unix/WWW/tools/mirror/ MAINTAINER= kkennawa@physics.adelaide.edu.au Index: curl/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/net/curl/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/02/09 15:31:34 1.1.1.1 +++ md5 1999/04/15 23:55:35 @@ -1 +1 @@ -MD5 (curl-5.5.tar.gz) = 62cc793fa2d6b459f54414ad34ad8134 +MD5 (curl-5.5.1.tar.gz) = d20380d7bb50d15554ea16e055246f72 -Chris >Release-Note: >Audit-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 15 17:36:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DBF1E14D24; Thu, 15 Apr 1999 17:36:29 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA06971; Thu, 15 Apr 1999 17:34:08 -0700 (PDT) (envelope-from asami@FreeBSD.org) Date: Thu, 15 Apr 1999 17:34:08 -0700 (PDT) From: Message-Id: <199904160034.RAA06971@freefall.freebsd.org> To: wefa@callcenter.systemhaus.net, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11152: kde 11 sources not on cdrom (is this a bug ?) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kde 11 sources not on cdrom (is this a bug ?) State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Thu Apr 15 17:33:43 PDT 1999 State-Changed-Why: We just ran out of space. ;) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 15 19:20:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 122DE15046; Thu, 15 Apr 1999 19:20:49 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA16197; Thu, 15 Apr 1999 19:18:27 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 15 Apr 1999 19:18:27 -0700 (PDT) From: Message-Id: <199904160218.TAA16197@freefall.freebsd.org> To: tom@eborcom.com, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11131: Fix Port: amiwm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix Port: amiwm State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu Apr 15 19:18:05 PDT 1999 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 15 19:26:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 899A31545F; Thu, 15 Apr 1999 19:26:45 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA16497; Thu, 15 Apr 1999 19:24:24 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 15 Apr 1999 19:24:24 -0700 (PDT) From: Message-Id: <199904160224.TAA16497@freefall.freebsd.org> To: cpiazza@home.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11160: Update: net/curl (5.5 -> 5.5.1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/curl (5.5 -> 5.5.1) State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu Apr 15 19:21:25 PDT 1999 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 15 19:42:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 41A8114E2D for ; Thu, 15 Apr 1999 19:42:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA17501; Thu, 15 Apr 1999 19:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 15 Apr 1999 19:40:01 -0700 (PDT) Message-Id: <199904160240.TAA17501@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Subject: Re: ports/11155: update enlightenment to 0.15.5 Reply-To: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11155; it has been noted by GNATS. From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= To: clive@CirX.ORG Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/11155: update enlightenment to 0.15.5 Date: Fri, 16 Apr 1999 11:29:08 +0900 > Upgrade to 0.15.5. you can pass XLOCALE definition to make for > supporting X LOCALE. I send-pred about the same udpate in ports/11148. ( Something wrong? :) And X_LOCALE is meaningless because we should use libxpg4 instead of that and E can show multi-byte languages only with the xpg4 library. -------------- Yukihiro Nakai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 15 20:33: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F2BB41536B; Thu, 15 Apr 1999 20:32:53 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA21031; Thu, 15 Apr 1999 20:30:32 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 15 Apr 1999 20:30:32 -0700 (PDT) From: Message-Id: <199904160330.UAA21031@freefall.freebsd.org> To: tom@eborcom.com, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11154: Fix Port: news/dejasearch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix Port: news/dejasearch State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu Apr 15 20:13:53 PDT 1999 State-Changed-Why: Committed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 15 21:52:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from diana.infonets.hiroshima-u.ac.jp (diana.infonets.hiroshima-u.ac.jp [133.41.33.53]) by hub.freebsd.org (Postfix) with ESMTP id 46F2614DBD for ; Thu, 15 Apr 1999 21:52:14 -0700 (PDT) (envelope-from taoka@infonets.hiroshima-u.ac.jp) Received: from peg.infonets.hiroshima-u.ac.jp (peg.infonets.hiroshima-u.ac.jp [133.41.33.64]) by diana.infonets.hiroshima-u.ac.jp (8.8.8/3.6W) with ESMTP id NAA15787; Fri, 16 Apr 1999 13:49:48 +0900 (JST) Received: from localhost (localhost.infonets.hiroshima-u.ac.jp [127.0.0.1]) by peg.infonets.hiroshima-u.ac.jp (8.9.2/3.6W) with ESMTP id NAA10892; Fri, 16 Apr 1999 13:49:47 +0900 (JST) To: cpiazza@home.net, freebsd-ports@FreeBSD.org Subject: Re: ports/11159: Update: editors/yudit (1.2 -> 1.3) From: TAOKA Satoshi In-Reply-To: Your message of "Thu, 15 Apr 1999 13:41:05 -0700 (PDT)" <19990415204105.74C9916BD@norn.ca.eu.org> References: <19990415204105.74C9916BD@norn.ca.eu.org> X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) X-Prom-Mew: Prom-Mew 1.93 (procmail reader for Mew) X-URL: http://www.infonets.hiroshima-u.ac.jp/~taoka/ Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990416134947H.taoka@infonets.hiroshima-u.ac.jp> Date: Fri, 16 Apr 1999 13:49:47 +0900 X-Dispatcher: imput version 980905(IM100) Lines: 19 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I am checking this port. In 'make install', there is the following problem: gmake[2]: Entering directory `/a/peg/work/FreeBSD/ports-current/ports/editors/yudit/work/yudit-1.3/gui/src' Translating Messages msgfmt: not found msgfmt: not found msgfmt: not found msgfmt: not found ... So should this depend on devel/gettext or another port including msgfmt ? taoka To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 15 22: 0: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B3FE614DBD; Thu, 15 Apr 1999 22:00:02 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA01690; Thu, 15 Apr 1999 21:57:41 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Thu, 15 Apr 1999 21:57:41 -0700 (PDT) From: Message-Id: <199904160457.VAA01690@freefall.freebsd.org> To: takamune@avrl.mei.co.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11128: Update: japanese/bookview Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: japanese/bookview State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Apr 15 21:57:20 PDT 1999 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 15 22: 0:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A65251526B; Thu, 15 Apr 1999 22:00:41 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA01766; Thu, 15 Apr 1999 21:58:19 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Thu, 15 Apr 1999 21:58:19 -0700 (PDT) From: Message-Id: <199904160458.VAA01766@freefall.freebsd.org> To: saito@miv.t.u-tokyo.ac.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11009: upgrade of japanese/a2ps port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: upgrade of japanese/a2ps port State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Apr 15 21:58:06 PDT 1999 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 15 22: 9:19 1999 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 3346E14DBD for ; Thu, 15 Apr 1999 22:09:07 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 5DF0116BD; Thu, 15 Apr 1999 22:06:39 -0700 (PDT) Content-Length: 925 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19990416134947H.taoka@infonets.hiroshima-u.ac.jp> Date: Thu, 15 Apr 1999 22:06:38 -0700 (PDT) Reply-To: Chris Piazza From: Chris Piazza To: TAOKA Satoshi Subject: Re: ports/11159: Update: editors/yudit (1.2 -> 1.3) Cc: freebsd-ports@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 16-Apr-99 TAOKA Satoshi wrote: > > Hi, > > I am checking this port. > In 'make install', there is the following problem: > > gmake[2]: Entering directory > `/a/peg/work/FreeBSD/ports-current/ports/editors/yudit/work/yudit-1.3/gui/src' > Translating Messages > msgfmt: not found > msgfmt: not found > msgfmt: not found > msgfmt: not found > > ... > > So should this depend on devel/gettext or another port including msgfmt ? > > taoka Hmmmm... I'll take another look at it..... -- You're absolutely right, I missed that. It seems the original port (1.2) had this problem too. Translating Messages msgfmt: not found msgfmt: not found msgfmt: not found msgfmt: not found msgfmt: not found msgfmt: not found [..] ===> Compressing manual pages for yudit-1.2 Yes, gettext should be added to depends. --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 15 22:23: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EEC114DD2; Thu, 15 Apr 1999 22:23:05 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA03318; Thu, 15 Apr 1999 22:20:43 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Thu, 15 Apr 1999 22:20:43 -0700 (PDT) From: Message-Id: <199904160520.WAA03318@freefall.freebsd.org> To: cpiazza@home.net, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11159: Update: editors/yudit (1.2 -> 1.3) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: editors/yudit (1.2 -> 1.3) State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Apr 15 22:20:18 PDT 1999 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 15 22:25:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2489614D00; Thu, 15 Apr 1999 22:25:51 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA03583; Thu, 15 Apr 1999 22:23:29 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Thu, 15 Apr 1999 22:23:29 -0700 (PDT) From: Message-Id: <199904160523.WAA03583@freefall.freebsd.org> To: handy@physics.montana.edu, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10975: Window Maker upgrade: 0.52.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Window Maker upgrade: 0.52.0 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Apr 15 22:23:06 PDT 1999 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 15 22:27:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6357814D00; Thu, 15 Apr 1999 22:27:23 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA03706; Thu, 15 Apr 1999 22:25:01 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 15 Apr 1999 22:25:01 -0700 (PDT) From: Message-Id: <199904160525.WAA03706@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, se@FreeBSD.org Subject: Re: ports/10946: kdm 1.1 does not work correctly - XBINDIR not expanded Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kdm 1.1 does not work correctly - XBINDIR not expanded Responsible-Changed-From-To: freebsd-ports->se Responsible-Changed-By: mharo Responsible-Changed-When: Thu Apr 15 22:23:59 PDT 1999 Responsible-Changed-Why: Over to MAINTAINER To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 15 22:51:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 10E1B153B0; Thu, 15 Apr 1999 22:51:18 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA05861; Thu, 15 Apr 1999 22:48:56 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Thu, 15 Apr 1999 22:48:56 -0700 (PDT) From: Message-Id: <199904160548.WAA05861@freefall.freebsd.org> To: mreimer@vpop.net, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10873: Upgrade devel/ORBit to 0.4.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade devel/ORBit to 0.4.2 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Apr 15 22:45:42 PDT 1999 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 15 23:19:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B374014E44; Thu, 15 Apr 1999 23:19:09 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA07702; Thu, 15 Apr 1999 23:16:48 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Thu, 15 Apr 1999 23:16:48 -0700 (PDT) From: Message-Id: <199904160616.XAA07702@freefall.freebsd.org> To: cpiazza@home.net, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11142: Update x11-toolkits/fltk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update x11-toolkits/fltk State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Apr 15 23:16:34 PDT 1999 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 15 23:36: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E25614E44; Thu, 15 Apr 1999 23:36:05 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA08890; Thu, 15 Apr 1999 23:33:43 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Thu, 15 Apr 1999 23:33:43 -0700 (PDT) From: Message-Id: <199904160633.XAA08890@freefall.freebsd.org> To: cpiazza@home.net, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11143: Update x11-wm/flwm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update x11-wm/flwm State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Apr 15 23:20:02 PDT 1999 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 16 0: 2:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B01E615162 for ; Fri, 16 Apr 1999 00:02:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA11837; Fri, 16 Apr 1999 00:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 16 Apr 1999 00:00:02 -0700 (PDT) Message-Id: <199904160700.AAA11837@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: TAOKA Satoshi Subject: Re: ports/11148: Fixed port: Enlightenment Reply-To: TAOKA Satoshi Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11148; it has been noted by GNATS. From: TAOKA Satoshi To: nacai@iname.com Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/11148: Fixed port: Enlightenment Date: Fri, 16 Apr 1999 15:53:07 +0900 I cannot get enlightenment-0.15.5.tar.gz from ${MASTER_SITE_GNOME}/enlightenment. taoka To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 16 0:12:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1440815162 for ; Fri, 16 Apr 1999 00:12:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA12819; Fri, 16 Apr 1999 00:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 16 Apr 1999 00:10:01 -0700 (PDT) Message-Id: <199904160710.AAA12819@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Subject: Re: ports/11148: Fixed port: Enlightenment Reply-To: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11148; it has been noted by GNATS. From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= To: TAOKA Satoshi , freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/11148: Fixed port: Enlightenment Date: Fri, 16 Apr 1999 16:04:17 +0900 TAOKA Satoshi wrote: > > I cannot get enlightenment-0.15.5.tar.gz from > ${MASTER_SITE_GNOME}/enlightenment. > > taoka It seemed changed... ftp://www.rasterman.com/pub/enlightenment/enlightenment/ http://www.rasterman.com/files/ ftp://ftp.dti.ad.jp/pub/X/enlightenment/enlightenment/ is right. -------------- Yukihiro Nakai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 16 0:12:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 711FD1532C for ; Fri, 16 Apr 1999 00:12:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA12835; Fri, 16 Apr 1999 00:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 16 Apr 1999 00:10:03 -0700 (PDT) Message-Id: <199904160710.AAA12835@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: TAOKA Satoshi Subject: Re: ports/11148: Fixed port: Enlightenment Reply-To: TAOKA Satoshi Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11148; it has been noted by GNATS. From: TAOKA Satoshi To: nakai@internetsolutions.co.jp Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/11148: Fixed port: Enlightenment Date: Fri, 16 Apr 1999 16:08:44 +0900 Should we change MASTER_SITES to the next: > ftp://www.rasterman.com/pub/enlightenment/enlightenment/ > http://www.rasterman.com/files/ > ftp://ftp.dti.ad.jp/pub/X/enlightenment/enlightenment/ > in the port? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 16 0:22:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C2AB14FB7 for ; Fri, 16 Apr 1999 00:22:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA13713; Fri, 16 Apr 1999 00:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 16 Apr 1999 00:20:01 -0700 (PDT) Message-Id: <199904160720.AAA13713@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Subject: Re: ports/11148: Fixed port: Enlightenment Reply-To: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11148; it has been noted by GNATS. From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= To: TAOKA Satoshi Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/11148: Fixed port: Enlightenment Date: Fri, 16 Apr 1999 16:18:08 +0900 TAOKA Satoshi wrote: > > Should we change MASTER_SITES to the next: > > > ftp://www.rasterman.com/pub/enlightenment/enlightenment/ > > http://www.rasterman.com/files/ > > ftp://ftp.dti.ad.jp/pub/X/enlightenment/enlightenment/ > > > > in the port? Yes, thanks. :) ( or should I re-send-pr? It takes more time... ) -------------- Yukihiro Nakai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 16 0:47:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A44BB14FB7; Fri, 16 Apr 1999 00:47:40 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA15726; Fri, 16 Apr 1999 00:45:18 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 16 Apr 1999 00:45:18 -0700 (PDT) From: Message-Id: <199904160745.AAA15726@freefall.freebsd.org> To: nacai@iname.com, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11148: Fixed port: Enlightenment Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fixed port: Enlightenment State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 16 00:43:58 PDT 1999 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 16 0:52:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B87AD14FB7; Fri, 16 Apr 1999 00:52:12 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA16102; Fri, 16 Apr 1999 00:49:50 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 16 Apr 1999 00:49:50 -0700 (PDT) From: Message-Id: <199904160749.AAA16102@freefall.freebsd.org> To: clive@CirX.ORG, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11155: update enlightenment to 0.15.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update enlightenment to 0.15.5 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 16 00:47:04 PDT 1999 State-Changed-Why: Sorry. I updated by the PR: ports/11148. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 16 1:32:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 333E3151EE for ; Fri, 16 Apr 1999 01:32:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA19799; Fri, 16 Apr 1999 01:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 16 Apr 1999 01:30:02 -0700 (PDT) Message-Id: <199904160830.BAA19799@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Michael Haro Subject: Re: ports/10092: Here is a port upgrade for fvwm-2.1.10 Reply-To: Michael Haro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10092; it has been noted by GNATS. From: Michael Haro To: freebsd-gnats-submit@freebsd.org, jcwells@u.washington.edu Cc: Subject: Re: ports/10092: Here is a port upgrade for fvwm-2.1.10 Date: Fri, 16 Apr 1999 01:20:55 -0700 Could you please send a diff from the current version in the ports tree? Thanks, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 16 1:42:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F03815371 for ; Fri, 16 Apr 1999 01:42:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA20892; Fri, 16 Apr 1999 01:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from css.tuu.utas.edu.au (css.tuu.utas.edu.au [131.217.115.65]) by hub.freebsd.org (Postfix) with ESMTP id 5932714C20 for ; Fri, 16 Apr 1999 01:38:02 -0700 (PDT) (envelope-from acs@css.tuu.utas.edu.au) Received: (from acs@localhost) by css.tuu.utas.edu.au (8.9.2/8.9.2) id SAA09467; Fri, 16 Apr 1999 18:35:41 +1000 (EST) (envelope-from acs) Message-Id: <199904160835.SAA09467@css.tuu.utas.edu.au> Date: Fri, 16 Apr 1999 18:35:41 +1000 (EST) From: acs@css.tuu.utas.edu.au Reply-To: andrew@ugh.net.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11162: poppassd man page out of date Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11162 >Category: ports >Synopsis: poppassd man page out of date >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 16 01:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrew >Release: FreeBSD 3.0-19990206-STABLE i386 >Organization: UgH! >Environment: Port of mail/poppassd from ftp.freebsd.org >Description: The example line for /etc/inetd.conf in the man page still refers to the pop3pw service being called poppassd (which it used to be). >How-To-Repeat: man poppassd >Fix: --- poppassd.8.old Fri Apr 16 18:31:29 1999 +++ poppassd.8 Fri Apr 16 18:31:57 1999 @@ -27,7 +27,7 @@ an entry like: .Pp .Bd -offset left -poppassd stream tcp nowait root /usr/local/libexec/poppassd poppassd +pop3w stream tcp nowait root /usr/local/libexec/poppassd poppassd .Ed .Pp is required in the >Release-Note: >Audit-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 16 1:57:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6964515389; Fri, 16 Apr 1999 01:57:53 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA22549; Fri, 16 Apr 1999 01:55:31 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Fri, 16 Apr 1999 01:55:31 -0700 (PDT) From: Message-Id: <199904160855.BAA22549@freefall.freebsd.org> To: balu@dva.in-berlin.de, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9710: NN-6.5.3 with NOV enabled can't find .overview (libnov.c) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NN-6.5.3 with NOV enabled can't find .overview (libnov.c) State-Changed-From-To: open->feedback State-Changed-By: mharo State-Changed-When: Fri Apr 16 01:42:52 PDT 1999 State-Changed-Why: Patch was committed to NN. I don't use this port so I don't know if the problem is 100% fixed. Please let me know if the problem is now fixed and if I may close this PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 16 2: 4:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 01E99155B2; Fri, 16 Apr 1999 02:04:11 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA23737; Fri, 16 Apr 1999 02:01:50 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Fri, 16 Apr 1999 02:01:50 -0700 (PDT) From: Message-Id: <199904160901.CAA23737@freefall.freebsd.org> To: andrew@ugh.net.au, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11162: poppassd man page out of date Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: poppassd man page out of date State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Fri Apr 16 02:00:26 PDT 1999 State-Changed-Why: Commited. Thank you To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 16 2:17:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 7B88E15389 for ; Fri, 16 Apr 1999 02:17:35 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id CAA01950 for ports@freebsd.org; Fri, 16 Apr 1999 02:15:09 -0700 (PDT) (envelope-from mharo) Date: Fri, 16 Apr 1999 02:15:08 -0700 From: Michael Haro To: ports@freebsd.org Subject: ja-lynx vs. lynx Message-ID: <19990416021508.A1929@patrol.area51.fremont.ca.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I was wondering if someone could tell me what makes the ja-lynx port different from the lynx port. Is the only difference the adding of multi byte support? If so, why not just merge the ports together. Maybe add a switch in make.conf to toggle including extra patch files, if this is the case for lots of the Japanese ports. It seems like a lot of work is being duplicated just to add multi byte support. Am I missing something? Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 16 3:42:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C6C8153E7 for ; Fri, 16 Apr 1999 03:42:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA34083; Fri, 16 Apr 1999 03:40:00 -0700 (PDT) (envelope-from gnats@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 DC61F15394 for ; Fri, 16 Apr 1999 03:33:22 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 17D5216E2; Fri, 16 Apr 1999 03:30:52 -0700 (PDT) Message-Id: <19990416103052.17D5216E2@norn.ca.eu.org> Date: Fri, 16 Apr 1999 03:30:52 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11163: New port: audio/mixer.app Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11163 >Category: ports >Synopsis: New port: audio/mixer.app >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 16 03:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: 4.0-CURRENT >Description: Yes folks, this program is actually called Mixer.app. Is it just me or is that the laziest program name ever? If you can think of a better name for the port please change it! >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: # # mixer.app # mixer.app/files # mixer.app/files/md5 # mixer.app/pkg # mixer.app/pkg/COMMENT # mixer.app/pkg/DESCR # mixer.app/pkg/PLIST # mixer.app/Makefile # echo c - mixer.app mkdir -p mixer.app > /dev/null 2>&1 echo c - mixer.app/files mkdir -p mixer.app/files > /dev/null 2>&1 echo x - mixer.app/files/md5 sed 's/^X//' >mixer.app/files/md5 << 'END-of-mixer.app/files/md5' XMD5 (Mixer.app-1.3.1.tar.gz) = 63522ee9e9ace5dc43919381a565ee27 END-of-mixer.app/files/md5 echo c - mixer.app/pkg mkdir -p mixer.app/pkg > /dev/null 2>&1 echo x - mixer.app/pkg/COMMENT sed 's/^X//' >mixer.app/pkg/COMMENT << 'END-of-mixer.app/pkg/COMMENT' XAnother mixer intended for the windowmaker dockapp. END-of-mixer.app/pkg/COMMENT echo x - mixer.app/pkg/DESCR sed 's/^X//' >mixer.app/pkg/DESCR << 'END-of-mixer.app/pkg/DESCR' XA dockapp that controls the mixer for three volumes: X * Master X * CD X * PCM X XAuthor: XPer Liden X X-Chris Piazza Xcpiazza@home.net END-of-mixer.app/pkg/DESCR echo x - mixer.app/pkg/PLIST sed 's/^X//' >mixer.app/pkg/PLIST << 'END-of-mixer.app/pkg/PLIST' Xbin/Mixer END-of-mixer.app/pkg/PLIST echo x - mixer.app/Makefile sed 's/^X//' >mixer.app/Makefile << 'END-of-mixer.app/Makefile' X# New ports collection makefile for: mixer.app X# Version required: 1.3.1 X# Date created: 16 April 1999 X# Whom: Chris Piazza X# X# $Id$ X# X XDISTNAME= Mixer.app-1.3.1 XPKGNAME= mixer.app-1.3.1 XCATEGORIES= audio XMASTER_SITES= http://www.student.hk-r.se/~pt96pli/mixer/ X XMAINTAINER= cpiazza@home.net X XUSE_IMAKE= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/Mixer ${PREFIX}/bin X X.include END-of-mixer.app/Makefile exit -Chris >Release-Note: >Audit-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 16 5: 1:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 81F1814E44; Fri, 16 Apr 1999 05:01:22 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA44579; Fri, 16 Apr 1999 04:59:00 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Fri, 16 Apr 1999 04:59:00 -0700 (PDT) From: Message-Id: <199904161159.EAA44579@freefall.freebsd.org> To: cpiazza@home.net, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11157: New port: astro/x3arth Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: astro/x3arth State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Fri Apr 16 04:58:35 PDT 1999 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 16 5:16: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B90FE14ECE; Fri, 16 Apr 1999 05:16:03 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA47042; Fri, 16 Apr 1999 05:13:41 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Fri, 16 Apr 1999 05:13:41 -0700 (PDT) From: Message-Id: <199904161213.FAA47042@freefall.freebsd.org> To: cpiazza@home.net, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11163: New port: audio/mixer.app Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: audio/mixer.app State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Fri Apr 16 05:13:27 PDT 1999 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 16 5:25:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F0E714D2A; Fri, 16 Apr 1999 05:25:42 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA47470; Fri, 16 Apr 1999 05:23:20 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Fri, 16 Apr 1999 05:23:20 -0700 (PDT) From: Message-Id: <199904161223.FAA47470@freefall.freebsd.org> To: flathill@FreeBSD.org, freebsd-ports@FreeBSD.org, flathill@FreeBSD.org Subject: Re: ports/11147: new port: pclock-0.12a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: pclock-0.12a Responsible-Changed-From-To: freebsd-ports->flathill Responsible-Changed-By: flathill Responsible-Changed-When: Fri Apr 16 05:22:54 PDT 1999 Responsible-Changed-Why: I'll take 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 16 6:22:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E32615418 for ; Fri, 16 Apr 1999 06:22:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA00522; Fri, 16 Apr 1999 06:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sparcy.delanet.com (sparcy.delanet.com [208.9.136.54]) by hub.freebsd.org (Postfix) with SMTP id A2D1C14C18 for ; Fri, 16 Apr 1999 05:50:53 -0700 (PDT) (envelope-from bmc@WillsCreek.COM) Received: (qmail 14203 invoked from network); 16 Apr 1999 12:43:13 -0000 Received: from modem725.delanet.com (HELO footbridge.willscreek.com) (209.186.57.174) by sparcy.delanet.com with SMTP; 16 Apr 1999 12:43:13 -0000 Received: from current.willscreek.com (current.willscreek.com [172.16.87.1]) by footbridge.willscreek.com (8.9.1a/8.9.1) with ESMTP id IAA17889; Fri, 16 Apr 1999 08:48:01 -0400 (EDT) Received: (from bmc@localhost) by current.willscreek.com (8.9.1/8.8.5) id IAA09933; Fri, 16 Apr 1999 08:47:59 -0400 (EDT) Message-Id: <199904161247.IAA09933@current.willscreek.com> Date: Fri, 16 Apr 1999 08:47:59 -0400 (EDT) From: Brian Clapper Reply-To: bmc@WillsCreek.COM To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11166: [UPDATE] tgif port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11166 >Category: ports >Synopsis: Update of tgif port from version 4.1.4 to version 4.1.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 16 06:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brian Clapper >Release: FreeBSD 3.0-RELEASE i386 >Organization: WillsCreek.COM >Environment: FreeBSD 3.0-RELEASE i386, with 3.0-RELEASE-to-3.1-stable patch applied >Description: Enclosed is an update to the `tgif' port, to bring it up to date with the latest version (4.1.8) of the tgif software distribution. >How-To-Repeat: N/A >Fix: Enclosed is the result of a "diff -uNr tgif-4.1.4 tgif-4.1.8'. Apply this recursive patch to bring the port up-to-date. diff -uNr tgif-4.1.4/Makefile tgif-4.1.8/Makefile --- tgif-4.1.4/Makefile Fri Apr 16 07:52:15 1999 +++ tgif-4.1.8/Makefile Fri Apr 16 07:53:04 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: tgif -# Version required: 4.1.1 +# Version required: 4.1.8 # Date created: 30 Jan 1999 # Whom: bmc@WillsCreek.COM # # $Id: Makefile,v 1.13 1999/04/07 19:04:15 jseger Exp $ # -DISTNAME= tgif-4.1.4 +DISTNAME= tgif-4.1.8 CATEGORIES= graphics MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ ftp://ftp.cs.ucla.edu/pub/tgif/ diff -uNr tgif-4.1.4/files/md5 tgif-4.1.8/files/md5 --- tgif-4.1.4/files/md5 Fri Apr 16 07:52:15 1999 +++ tgif-4.1.8/files/md5 Fri Apr 16 07:53:15 1999 @@ -1 +1 @@ -MD5 (tgif-4.1.4.tar.gz) = 8960c25e384b5169382289267b419bfd +MD5 (tgif-4.1.8.tar.gz) = 63cce3cdd6c53d45bef8328ce7f7c959 diff -uNr tgif-4.1.4/patches/patch-aa tgif-4.1.8/patches/patch-aa --- tgif-4.1.4/patches/patch-aa Fri Apr 16 07:52:15 1999 +++ tgif-4.1.8/patches/patch-aa Fri Apr 16 08:08:22 1999 @@ -4,8 +4,8 @@ .\" .\" .\" --.TH tgif n "Version 4.1 Patchlevel 3 and Above" "Tgif" -+.TH tgif 1L "Version 4.1 Patchlevel 3 and Above" "Tgif" +-.TH tgif n "Version 4.1 Patchlevel 5 and Above" "Tgif" ++.TH tgif 1L "Version 4.1 Patchlevel 5 and Above" "Tgif" .\" .SH NAME .\" >Release-Note: >Audit-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 16 8: 2:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A656715109 for ; Fri, 16 Apr 1999 08:02:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA57194; Fri, 16 Apr 1999 08:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from souffle.respo.or.jp (host9071.respo.or.jp [210.152.229.71]) by hub.freebsd.org (Postfix) with ESMTP id 1ACD115109 for ; Fri, 16 Apr 1999 08:02:06 -0700 (PDT) (envelope-from k5@respo.or.jp) Received: (from k5@localhost) by souffle.respo.or.jp (8.9.3/3.7W) id XAA01096; Fri, 16 Apr 1999 23:59:42 +0900 (JST) Message-Id: <199904161459.XAA01096@souffle.respo.or.jp> Date: Fri, 16 Apr 1999 23:59:42 +0900 (JST) From: k5@respo.or.jp Reply-To: k5@respo.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11167: Update port: archivers/unrar Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11167 >Category: ports >Synopsis: Update port: archivers/unrar (2.01 -> 2.06.1) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 16 08:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: FUJISHIMA Satsuki >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: MASTER_SITES changed to ${MASTER_SITE_SUNSITE}. patches/patch-a[ab] are both removed. >How-To-Repeat: >Fix: Index: ports/archivers/unrar/Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/unrar/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 1998/09/23 01:01:20 1.11 +++ Makefile 1999/03/22 19:15:58 @@ -6,24 +6,26 @@ # $Id: Makefile,v 1.11 1998/09/23 01:01:20 steve Exp $ # -DISTNAME= unrar-2.01 +DISTNAME= unrar-2.06.1 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ -EXTRACT_SUFX= .tgz +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= utils/compress MAINTAINER= ache@FreeBSD.ORG -NO_WRKSUBDIR= Yes +WRKSRC= ${WRKDIR}/${DISTNAME}/src do-build: cd ${WRKSRC} && \ ${CC} ${CFLAGS} -D_UNIX unrar.c -o unrar do-install: + cd ${WRKSRC} && ${INSTALL_PROGRAM} unrar ${PREFIX}/bin +.if !defined(NOPORTDOCS) ${INSTALL} -d -m 755 -o ${SHAREOWN} -g ${SHAREGRP} \ ${PREFIX}/share/doc/unrar - cd ${WRKSRC} && ${INSTALL_PROGRAM} unrar ${PREFIX}/bin - cd ${WRKSRC} && ${INSTALL_MAN} readme.txt license.txt \ + cd ${WRKDIR}/${DISTNAME} && ${INSTALL_MAN} README.TXT LICENSE.TXT \ ${PREFIX}/share/doc/unrar +.endif .include Index: ports/archivers/unrar/files/md5 =================================================================== RCS file: /home/ncvs/ports/archivers/unrar/files/md5,v retrieving revision 1.4 diff -u -r1.4 md5 --- md5 1997/05/19 20:29:13 1.4 +++ md5 1999/03/22 18:42:44 @@ -1 +1 @@ -MD5 (unrar-2.01.tgz) = ba30fc400cd97b987b1076889c1736ef +MD5 (unrar-2.06.1.tar.gz) = fd2993daae998dbf11429115fde1c595 Index: ports/archivers/unrar/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/archivers/unrar/pkg/PLIST,v retrieving revision 1.4 diff -u -r1.4 PLIST --- PLIST 1998/09/23 01:01:39 1.4 +++ PLIST 1999/04/03 00:48:55 @@ -1,4 +1,4 @@ bin/unrar -share/doc/unrar/license.txt -share/doc/unrar/readme.txt +share/doc/unrar/LICENSE.TXT +share/doc/unrar/README.TXT @dirrm share/doc/unrar >Release-Note: >Audit-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 16 8:58:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D9887158DD; Fri, 16 Apr 1999 08:58:40 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA61749; Fri, 16 Apr 1999 08:56:18 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Fri, 16 Apr 1999 08:56:18 -0700 (PDT) From: Message-Id: <199904161556.IAA61749@freefall.freebsd.org> To: k5@respo.or.jp, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11167: Update port: archivers/unrar (2.01 -> 2.06.1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: archivers/unrar (2.01 -> 2.06.1) State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Fri Apr 16 08:56:06 PDT 1999 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 16 9:10:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 618F715991; Fri, 16 Apr 1999 09:09:43 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA62995; Fri, 16 Apr 1999 09:07:21 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Fri, 16 Apr 1999 09:07:21 -0700 (PDT) From: Message-Id: <199904161607.JAA62995@freefall.freebsd.org> To: bmc@WillsCreek.COM, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11166: Update of tgif port from version 4.1.4 to version 4.1.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update of tgif port from version 4.1.4 to version 4.1.8 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Fri Apr 16 08:59:14 PDT 1999 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 16 9:16:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C22C3159CB; Fri, 16 Apr 1999 09:16:44 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA63518; Fri, 16 Apr 1999 09:14:22 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Fri, 16 Apr 1999 09:14:22 -0700 (PDT) From: Message-Id: <199904161614.JAA63518@freefall.freebsd.org> To: timlee@netcom.com, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10414: slirp port patch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: slirp port patch State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Fri Apr 16 09:08:47 PDT 1999 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 16 9:58:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F60F159A9; Fri, 16 Apr 1999 09:58:12 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA67844; Fri, 16 Apr 1999 09:55:50 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Fri, 16 Apr 1999 09:55:50 -0700 (PDT) From: Message-Id: <199904161655.JAA67844@freefall.freebsd.org> To: cpiazza@home.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11135: Update: www/lynx-current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: www/lynx-current State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Fri Apr 16 09:36:25 PDT 1999 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 16 10: 9:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 236FF1540F; Fri, 16 Apr 1999 10:09:56 -0700 (PDT) (envelope-from max@FreeBSD.org) Received: (from max@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA69358; Fri, 16 Apr 1999 10:07:33 -0700 (PDT) (envelope-from max@FreeBSD.org) Date: Fri, 16 Apr 1999 10:07:33 -0700 (PDT) From: Message-Id: <199904161707.KAA69358@freefall.freebsd.org> To: ichiro@ichiro.org, max@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10321: Update Ports: postgresql-ja 6.4.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update Ports: postgresql-ja 6.4.2 State-Changed-From-To: open->closed State-Changed-By: max State-Changed-When: Fri Apr 16 10:04:00 PDT 1999 State-Changed-Why: Submitted change committed with some modifications: - Remove the commented-lout PLIST+= line from the Makefile. - Add some code to remove CVS dirs in share/doc/pgsql in post-install: target. - Modify PLIST to include missing files. - Add patch for configure so that this port would compile on 4.0. (patch-ar) To the PR submitter: Please test before submit. Also, do *NOT* submit uuencoded tar ball of the entire port tree, Please submit the diff from the current code instead. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 16 11: 4:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6032F15064; Fri, 16 Apr 1999 11:04:23 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA02149; Fri, 16 Apr 1999 11:02:01 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Fri, 16 Apr 1999 11:02:01 -0700 (PDT) From: Message-Id: <199904161802.LAA02149@freefall.freebsd.org> To: jcwells@u.washington.edu, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10092: Here is a port upgrade for fvwm-2.1.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Here is a port upgrade for fvwm-2.1.10 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Fri Apr 16 11:01:20 PDT 1999 State-Changed-Why: Request by sender To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 16 11:53: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7280D14FD6; Fri, 16 Apr 1999 11:53:01 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA06555; Fri, 16 Apr 1999 11:50:39 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Fri, 16 Apr 1999 11:50:39 -0700 (PDT) From: Message-Id: <199904161850.LAA06555@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10926: Change: misc/amanda Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Change: misc/amanda State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Fri Apr 16 11:50:14 PDT 1999 State-Changed-Why: committed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 16 11:55:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id 3D22214CA0 for ; Fri, 16 Apr 1999 11:55:22 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id MAA13132; Fri, 16 Apr 1999 12:52:41 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Fri, 16 Apr 1999 12:52:41 -0600 (MDT) From: Brett Taylor To: Todd Backman Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ssh problems 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 Hi, On Thu, 15 Apr 1999, Todd Backman wrote: > I do have the variable set to USA_RESIDENT to YES in /etc/make.conf... That's strange. You can also do it on the commandline: cd /usr/ports/security/ssh && make USA_RESIDENT=YES install clean Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.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 16 12: 3:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D005C15041; Fri, 16 Apr 1999 12:03:31 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA07256; Fri, 16 Apr 1999 12:01:09 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Fri, 16 Apr 1999 12:01:09 -0700 (PDT) From: Message-Id: <199904161901.MAA07256@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/11048: variable not initialized in fwtk-lib leads to syslog coredump Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: variable not initialized in fwtk-lib leads to syslog coredump Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: mharo Responsible-Changed-When: Fri Apr 16 12:00:13 PDT 1999 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 Fri Apr 16 12: 7:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7661614EBE; Fri, 16 Apr 1999 12:07:30 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA07601; Fri, 16 Apr 1999 12:05:08 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Fri, 16 Apr 1999 12:05:08 -0700 (PDT) From: Message-Id: <199904161905.MAA07601@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, sada@FreeBSD.org Subject: Re: ports/8920: netscape java displaying on ncd xterm crashes with EMT trap Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: netscape java displaying on ncd xterm crashes with EMT trap Responsible-Changed-From-To: freebsd-ports->sada Responsible-Changed-By: mharo Responsible-Changed-When: Fri Apr 16 12:04:27 PDT 1999 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 Fri Apr 16 12:15:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AADE14EBE; Fri, 16 Apr 1999 12:15:32 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA08105; Fri, 16 Apr 1999 12:13:10 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Fri, 16 Apr 1999 12:13:10 -0700 (PDT) From: Message-Id: <199904161913.MAA08105@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/11160: Update: net/curl (5.5 -> 5.5.1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/curl (5.5 -> 5.5.1) Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: billf Responsible-Changed-When: Fri Apr 16 12:12:50 PDT 1999 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 Fri Apr 16 12:35:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 374DC1532C; Fri, 16 Apr 1999 12:35:49 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA067351138; Fri, 16 Apr 1999 15:32:18 -0400 Date: Fri, 16 Apr 1999 15:32:18 -0400 (EDT) From: Bill Fumerola To: billf@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG, kris@FreeBSD.ORG Subject: Re: ports/11160: Update: net/curl (5.5 -> 5.5.1) In-Reply-To: <199904161913.MAA08105@freefall.freebsd.org> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 16 Apr 1999 billf@FreeBSD.ORG wrote: > Synopsis: Update: net/curl (5.5 -> 5.5.1) > > Responsible-Changed-From-To: freebsd-ports->kris > Responsible-Changed-By: billf > Responsible-Changed-When: Fri Apr 16 12:12:50 PDT 1999 > Responsible-Changed-Why: > Over to maintainer Oops. This is already closed, however, when a committer 'owns' a port, that committer should really look over patches. This may not have been obvious, however, because the maintainer has not set the MAINTAINER to 'kris@FreeBSD.org' to make this obvious. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 16 12:37:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC3D51532C; Fri, 16 Apr 1999 12:37:53 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA10060; Fri, 16 Apr 1999 12:35:31 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Fri, 16 Apr 1999 12:35:31 -0700 (PDT) From: Message-Id: <199904161935.MAA10060@freefall.freebsd.org> To: cpiazza@home.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10168: [NEW PORT] ezbounce (IRC Proxy) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [NEW PORT] ezbounce (IRC Proxy) State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Fri Apr 16 12:35:21 PDT 1999 State-Changed-Why: Committed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 16 15:52:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1265B1546B for ; Fri, 16 Apr 1999 15:52:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA00424; Fri, 16 Apr 1999 15:50:01 -0700 (PDT) (envelope-from gnats@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 2818314CA0 for ; Fri, 16 Apr 1999 15:48:51 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id A441716EA; Fri, 16 Apr 1999 15:46:21 -0700 (PDT) Message-Id: <19990416224621.A441716EA@norn.ca.eu.org> Date: Fri, 16 Apr 1999 15:46:21 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11170: Update: x11-clocks/wmcalclock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11170 >Category: ports >Synopsis: Update: x11-clocks/wmcalclock >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 16 15:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update from 1.22 to 1.24. New master site. >How-To-Repeat: >Fix: Index: wmcalclock/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/x11-clocks/wmcalclock/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/03/30 13:47:01 1.3 +++ Makefile 1999/04/16 21:22:42 @@ -1,20 +1,20 @@ # New ports collection makefile for: wmCalClock -# Version required: 1.22 +# Version required: 1.24 # Date created: 16 March 1999 # Whom: Kris Kennaway # # $Id: Makefile,v 1.3 1999/03/30 13:47:01 kris Exp $ # -DISTNAME= wmCalClock-1.22 +DISTNAME= wmCalClock-1.24 CATEGORIES= x11-clocks windowmaker -MASTER_SITES= ftp://ftp.ukrnet.net/pub/Unix/WindowMaker/src/ +MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ MAINTAINER= kris@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm/ -WRKSRC= ${WRKDIR}/${DISTNAME}/wmCalClock +WRKSRC= ${WRKDIR}/${DISTNAME}/Src USE_X_PREFIX= yes USE_XLIB= yes Index: wmcalclock/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/x11-clocks/wmcalclock/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/03/16 10:47:12 1.1.1.1 +++ md5 1999/04/16 21:19:16 @@ -1 +1 @@ -MD5 (wmCalClock-1.22.tar.gz) = eef9fee32365379a3e6fced2d7734052 +MD5 (wmCalClock-1.24.tar.gz) = 5755e93faceac796cdb6a24dbf5817d7 -Chris >Release-Note: >Audit-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 16 15:52:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 60C0615A1C for ; Fri, 16 Apr 1999 15:52:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA00442; Fri, 16 Apr 1999 15:50:02 -0700 (PDT) (envelope-from gnats@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 1EF9314CA0 for ; Fri, 16 Apr 1999 15:49:02 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id A489416ED; Fri, 16 Apr 1999 15:46:33 -0700 (PDT) Message-Id: <19990416224633.A489416ED@norn.ca.eu.org> Date: Fri, 16 Apr 1999 15:46:33 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11172: Update: astro/wmmoonclock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11172 >Category: ports >Synopsis: Update: astro/wmmoonclock >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 16 15:50:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update from 1.24 to 1.25 Update master_site. Man page was trying to install to ${PREFIX}/share/man/man1 - Fixed. Fix patch, which also had a stray share. >How-To-Repeat: >Fix: Index: wmmoonclock/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/astro/wmmoonclock/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/03/14 11:38:21 1.1.1.1 +++ Makefile 1999/04/16 22:39:15 @@ -1,20 +1,21 @@ # New ports collection makefile for: wmMoonClock -# Version required: 1.24 +# Version required: 1.25 # Date created: 14 March 1999 # Whom: Kris Kennaway # # $Id: Makefile,v 1.1.1.1 1999/03/14 11:38:21 kris Exp $ # -DISTNAME= wmMoonClock-1.24 +DISTNAME= wmMoonClock-1.25 +PKGNAME= wmmoonclock-1.25 CATEGORIES= astro windowmaker -MASTER_SITES= ftp://leadbelly.lanl.gov/pub/mgh/ +MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ MAINTAINER= kris@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm/ -WRKSRC= ${WRKDIR}/${PKGNAME}/wmMoonClock +WRKSRC= ${WRKDIR}/${PKGNAME}/Src USE_X_PREFIX= yes USE_XLIB= yes @@ -25,7 +26,7 @@ MAN1= wmmoonclock.1 do-install: - ${INSTALL_MAN} ${WRKSRC}/wmMoonClock.1 ${PREFIX}/share/man/man1/wmmoonclock.1 + ${INSTALL_MAN} ${WRKSRC}/wmMoonClock.1 ${PREFIX}/man/man1/wmmoonclock.1 ${INSTALL_PROGRAM} ${WRKSRC}/wmMoonClock ${PREFIX}/bin/wmmoonclock .include Index: wmmoonclock/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/astro/wmmoonclock/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/03/14 11:38:21 1.1.1.1 +++ md5 1999/04/16 22:39:05 @@ -1 +1 @@ -MD5 (wmMoonClock-1.24.tar.gz) = 3b52336e996c1d84efa393819d73db71 +MD5 (wmMoonClock-1.25.tar.gz) = 2a4de8faed46eaed03d6208a18602807 Index: wmmoonclock/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/astro/wmmoonclock/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- patch-aa 1999/03/14 11:38:21 1.1.1.1 +++ patch-aa 1999/04/16 22:39:05 @@ -11,7 +11,7 @@ --- 1,6 ---- ! CC ?= gcc ! CFLAGS ?= -O2 -! INCDIR = -I/usr/X11R6/share/include +! INCDIR = -I/usr/X11R6/include DESTDIR= /usr/X11R6 LIBDIR = -L/usr/X11R6/lib -Chris >Release-Note: >Audit-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 16 15:52:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FC5615867 for ; Fri, 16 Apr 1999 15:52:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA00433; Fri, 16 Apr 1999 15:50:01 -0700 (PDT) (envelope-from gnats@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 2A09414CA0 for ; Fri, 16 Apr 1999 15:48:56 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 49BD816EC; Fri, 16 Apr 1999 15:46:27 -0700 (PDT) Message-Id: <19990416224627.49BD816EC@norn.ca.eu.org> Date: Fri, 16 Apr 1999 15:46:27 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11171: New port: misc/wmmand Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11171 >Category: ports >Synopsis: New port: misc/wmmand >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 16 15:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Window Maker Mandelbrot Explorer. Simple dockapp - that's about all that can be said. >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: # # wmmand # wmmand/files # wmmand/files/md5 # wmmand/patches # wmmand/patches/patch-aa # wmmand/pkg # wmmand/pkg/COMMENT # wmmand/pkg/DESCR # wmmand/pkg/PLIST # wmmand/Makefile # echo c - wmmand mkdir -p wmmand > /dev/null 2>&1 echo c - wmmand/files mkdir -p wmmand/files > /dev/null 2>&1 echo x - wmmand/files/md5 sed 's/^X//' >wmmand/files/md5 << 'END-of-wmmand/files/md5' XMD5 (wmMand-1.0.tar.gz) = f20bca536ba765cf2a80b56e063ed578 END-of-wmmand/files/md5 echo c - wmmand/patches mkdir -p wmmand/patches > /dev/null 2>&1 echo x - wmmand/patches/patch-aa sed 's/^X//' >wmmand/patches/patch-aa << 'END-of-wmmand/patches/patch-aa' X--- Makefile.orig Fri Apr 16 14:55:02 1999 X+++ Makefile Fri Apr 16 14:55:26 1999 X@@ -1,6 +1,7 @@ X-CC = gcc X-CFLAGS = -O2 -Wall X-INCDIR = -I/usr/X11R6/include/X11 X+CC ?= gcc X+CFLAGS ?= -O2 X+CFLAGS += -Wall X+INCDIR = -I/usr/X11R6/include X DESTDIR= /usr/X11R6 X LIBDIR = -L/usr/X11R6/lib X # for linux END-of-wmmand/patches/patch-aa echo c - wmmand/pkg mkdir -p wmmand/pkg > /dev/null 2>&1 echo x - wmmand/pkg/COMMENT sed 's/^X//' >wmmand/pkg/COMMENT << 'END-of-wmmand/pkg/COMMENT' XA DockApp mandelbrot explorer. END-of-wmmand/pkg/COMMENT echo x - wmmand/pkg/DESCR sed 's/^X//' >wmmand/pkg/DESCR << 'END-of-wmmand/pkg/DESCR' XA simple mandelbrot explorer that is intended for the WindowMaker dock. X XAuthor: XMike Henderson X X-Chris Piazza Xcpiazza@home.net END-of-wmmand/pkg/DESCR echo x - wmmand/pkg/PLIST sed 's/^X//' >wmmand/pkg/PLIST << 'END-of-wmmand/pkg/PLIST' Xbin/wmMand END-of-wmmand/pkg/PLIST echo x - wmmand/Makefile sed 's/^X//' >wmmand/Makefile << 'END-of-wmmand/Makefile' X# New ports collection makefile for: wmMand X# Version required: 1.0 X# Date created: 16 April 1999 X# Whom: Chris Piazza X# X# $Id$ X XDISTNAME= wmMand-1.0 XPKGNAME= wmmand-1.0 XCATEGORIES= misc windowmaker XMASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ X XMAINTAINER= cpiazza@home.net X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XWRKSRC= ${WRKDIR}/${DISTNAME}/wmMand X XUSE_GMAKE= yes XUSE_XLIB= yes XUSE_X_PREFIX= yes XALL_TARGET= clean all X XMAN1= wmMand.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/wmMand ${PREFIX}/bin/ X ${INSTALL_MAN} ${WRKSRC}/wmMand.1 ${PREFIX}/man/man1/ X X.include END-of-wmmand/Makefile exit -Chris >Release-Note: >Audit-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 16 15:52:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C7BCB15A21 for ; Fri, 16 Apr 1999 15:52:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA00451; Fri, 16 Apr 1999 15:50:02 -0700 (PDT) (envelope-from gnats@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 B3BC714CA0 for ; Fri, 16 Apr 1999 15:49:11 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 51F6F16EE; Fri, 16 Apr 1999 15:46:42 -0700 (PDT) Message-Id: <19990416224642.51F6F16EE@norn.ca.eu.org> Date: Fri, 16 Apr 1999 15:46:42 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11173: New port: astro/wmspaceweather Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11173 >Category: ports >Synopsis: New port: astro/wmspaceweather >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 16 15:50:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Dockapp that displays the weather at geosynchronous orbit. >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: # # wmspaceweather # wmspaceweather/files # wmspaceweather/files/md5 # wmspaceweather/patches # wmspaceweather/patches/patch-aa # wmspaceweather/patches/patch-ab # wmspaceweather/pkg # wmspaceweather/pkg/COMMENT # wmspaceweather/pkg/DESCR # wmspaceweather/pkg/PLIST # wmspaceweather/Makefile # echo c - wmspaceweather mkdir -p wmspaceweather > /dev/null 2>&1 echo c - wmspaceweather/files mkdir -p wmspaceweather/files > /dev/null 2>&1 echo x - wmspaceweather/files/md5 sed 's/^X//' >wmspaceweather/files/md5 << 'END-of-wmspaceweather/files/md5' XMD5 (wmSpaceWeather-1.04.tar.gz) = b91415bc9e234d3e6fcd93d34c7fd680 END-of-wmspaceweather/files/md5 echo c - wmspaceweather/patches mkdir -p wmspaceweather/patches > /dev/null 2>&1 echo x - wmspaceweather/patches/patch-aa sed 's/^X//' >wmspaceweather/patches/patch-aa << 'END-of-wmspaceweather/patches/patch-aa' X--- Makefile.orig Fri Apr 16 15:05:58 1999 X+++ Makefile Fri Apr 16 15:06:23 1999 X@@ -1,6 +1,7 @@ X-CC = gcc X-CFLAGS = -O2 -Wall X-INCDIR = -I/usr/X11R6/include/X11 X+CC ?= gcc X+CFLAGS ?= -O2 X+CFLAGS += -Wall X+INCDIR = -I/usr/X11R6/include X DESTDIR= /usr/X11R6 X LIBDIR = -L/usr/X11R6/lib X # for linux END-of-wmspaceweather/patches/patch-aa echo x - wmspaceweather/patches/patch-ab sed 's/^X//' >wmspaceweather/patches/patch-ab << 'END-of-wmspaceweather/patches/patch-ab' X--- GetKp.orig Fri Apr 16 15:08:21 1999 X+++ GetKp Fri Apr 16 15:09:24 1999 X@@ -19,7 +19,7 @@ X } X X X- $grabcmd = "cd /tmp; wget --passive-ftp --tries 2 -q ftp://www.sec.noaa.gov/pub/indices/DGD.txt"; X+ $grabcmd = "cd /tmp; fetch -q ftp://www.sec.noaa.gov/pub/indices/DGD.txt"; X system "$grabcmd"; X X X@@ -68,7 +68,7 @@ X # X # Add in very latest stuff X # X- $grabcmd = "cd /tmp; wget --passive-ftp --tries 2 -q ftp://www.sec.noaa.gov/pub/latest/curind.txt"; X+ $grabcmd = "cd /tmp; fetch -q ftp://www.sec.noaa.gov/pub/latest/curind.txt"; X system "$grabcmd"; X %lmonstr = ( "Jan", 1, "Feb", 2, "Mar", 3, "Apr", 4, "May", 5, "Jun", 6, "Jul", 7, "Aug", 8, "Sep", 9, "Oct", 10, "Nov", 11, "Dec", 12); X END-of-wmspaceweather/patches/patch-ab echo c - wmspaceweather/pkg mkdir -p wmspaceweather/pkg > /dev/null 2>&1 echo x - wmspaceweather/pkg/COMMENT sed 's/^X//' >wmspaceweather/pkg/COMMENT << 'END-of-wmspaceweather/pkg/COMMENT' XA DockApp that shows the weather at geosynchronous orbit. END-of-wmspaceweather/pkg/COMMENT echo x - wmspaceweather/pkg/DESCR sed 's/^X//' >wmspaceweather/pkg/DESCR << 'END-of-wmspaceweather/pkg/DESCR' XA DockApp that shows the weather at geosynchronous orbit. It gets data Xfrom the GOES satellites. X XAuthor: XMike Henderson X X-Chris Piazza Xcpiazza@home.net END-of-wmspaceweather/pkg/DESCR echo x - wmspaceweather/pkg/PLIST sed 's/^X//' >wmspaceweather/pkg/PLIST << 'END-of-wmspaceweather/pkg/PLIST' Xbin/GetKp Xbin/wmSpaceWeather END-of-wmspaceweather/pkg/PLIST echo x - wmspaceweather/Makefile sed 's/^X//' >wmspaceweather/Makefile << 'END-of-wmspaceweather/Makefile' X# New ports collection makefile for: wmSpaceWeather X# Version required: 1.04 X# Date created: 16 April 1999 X# Whom: Chris Piazza X# X# $Id$ X XDISTNAME= wmSpaceWeather-1.04 XPKGNAME= wmspaceweather-1.04 XCATEGORIES= astro windowmaker XMASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ X XMAINTAINER= cpiazza@home.net X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XWRKSRC= ${WRKDIR}/${DISTNAME}/wmSpaceWeather X XUSE_GMAKE= yes XUSE_XLIB= yes XUSE_X_PREFIX= yes XALL_TARGET= clean all X XMAN1= wmSpaceWeather.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/wmSpaceWeather ${PREFIX}/bin X ${INSTALL_SCRIPT} ${WRKSRC}/GetKp ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/wmSpaceWeather.1 ${PREFIX}/man/man1 X X.include END-of-wmspaceweather/Makefile exit -Chris >Release-Note: >Audit-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 16 15:52:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0513415A2B for ; Fri, 16 Apr 1999 15:52:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA00461; Fri, 16 Apr 1999 15:50:02 -0700 (PDT) (envelope-from gnats@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 E16BE14CA0 for ; Fri, 16 Apr 1999 15:49:19 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 85F8F16EB; Fri, 16 Apr 1999 15:46:50 -0700 (PDT) Message-Id: <19990416224650.85F8F16EB@norn.ca.eu.org> Date: Fri, 16 Apr 1999 15:46:50 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11174: New port: astro/wmsun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11174 >Category: ports >Synopsis: New port: astro/wmsun >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 16 15:50:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: A dockapp that displays the rise and set times of the sun for a given long/lat. >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: # # wmsun # wmsun/files # wmsun/files/md5 # wmsun/patches # wmsun/patches/patch-aa # wmsun/pkg # wmsun/pkg/COMMENT # wmsun/pkg/DESCR # wmsun/pkg/PLIST # wmsun/Makefile # echo c - wmsun mkdir -p wmsun > /dev/null 2>&1 echo c - wmsun/files mkdir -p wmsun/files > /dev/null 2>&1 echo x - wmsun/files/md5 sed 's/^X//' >wmsun/files/md5 << 'END-of-wmsun/files/md5' XMD5 (wmSun-1.03.tar.gz) = defc6747ebdb64b5d3afe91f916d3acc END-of-wmsun/files/md5 echo c - wmsun/patches mkdir -p wmsun/patches > /dev/null 2>&1 echo x - wmsun/patches/patch-aa sed 's/^X//' >wmsun/patches/patch-aa << 'END-of-wmsun/patches/patch-aa' X--- Makefile.orig Fri Apr 16 15:27:34 1999 X+++ Makefile Fri Apr 16 15:27:56 1999 X@@ -1,6 +1,7 @@ X-CC = gcc X-CFLAGS = -O2 -Wall X-INCDIR = -I/usr/X11R6/include/X11 X+CC ?= gcc X+CFLAGS ?= -O2 X+CFLAGS += -Wall X+INCDIR = -I/usr/X11R6/include X DESTDIR= /usr/X11R6 X LIBDIR = -L/usr/X11R6/lib X END-of-wmsun/patches/patch-aa echo c - wmsun/pkg mkdir -p wmsun/pkg > /dev/null 2>&1 echo x - wmsun/pkg/COMMENT sed 's/^X//' >wmsun/pkg/COMMENT << 'END-of-wmsun/pkg/COMMENT' XA dockapp that displays the rise and set time of the sun. END-of-wmsun/pkg/COMMENT echo x - wmsun/pkg/DESCR sed 's/^X//' >wmsun/pkg/DESCR << 'END-of-wmsun/pkg/DESCR' XA dockapp that displays the rise and set time of the sun. X XAuthor: XMike Henderson X X-Chris Piazza Xcpiazza@home.net END-of-wmsun/pkg/DESCR echo x - wmsun/pkg/PLIST sed 's/^X//' >wmsun/pkg/PLIST << 'END-of-wmsun/pkg/PLIST' Xbin/wmSun END-of-wmsun/pkg/PLIST echo x - wmsun/Makefile sed 's/^X//' >wmsun/Makefile << 'END-of-wmsun/Makefile' X# New ports collection makefile for: wmSun X# Version required: 1.03 X# Date created: 16 April 1999 X# Whom: Chris Piazza X# X# $Id$ X XDISTNAME= wmSun-1.03 XPKGNAME= wmsun-1.03 XCATEGORIES= astro windowmaker XMASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ X XMAINTAINER= cpiazza@home.net X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XWRKSRC= ${WRKDIR}/${DISTNAME}/wmSun X XUSE_GMAKE= yes XUSE_XLIB= yes XUSE_X_PREFIX= yes XALL_TARGET= clean all X XMAN1= wmSun.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/wmSun ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/wmSun.1 ${PREFIX}/man/man1 X X.include END-of-wmsun/Makefile exit -Chris >Release-Note: >Audit-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 16 15:52:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D4B815A2E for ; Fri, 16 Apr 1999 15:52:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA00471; Fri, 16 Apr 1999 15:50:02 -0700 (PDT) (envelope-from gnats@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 B9CBD14CA0 for ; Fri, 16 Apr 1999 15:49:24 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 5D9A516ED; Fri, 16 Apr 1999 15:46:55 -0700 (PDT) Message-Id: <19990416224655.5D9A516ED@norn.ca.eu.org> Date: Fri, 16 Apr 1999 15:46:55 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11175: Update: misc/wmweather Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11175 >Category: ports >Synopsis: Update: misc/wmweather >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 16 15:50:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: 1.28 -> 1.30.1 Update master_site Actually use a LIB_DEPENDS for Xpm.4 USE_XLIB/USE_X_PREFIX. >How-To-Repeat: >Fix: Index: wmweather/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/misc/wmweather/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/03/22 12:48:05 1.3 +++ Makefile 1999/04/16 22:22:41 @@ -1,19 +1,23 @@ # New ports collection makefile for: wmWeather-1.28 -# Version required: 1.28 +# Version required: 1.30.1 # Date created: 26 January 1998 # Whom: Kris Kennaway # # $Id: Makefile,v 1.3 1999/03/22 12:48:05 kris Exp $ -DISTNAME= wmWeather-1.28 +DISTNAME= wmWeather-1.30.1 CATEGORIES= misc windowmaker -MASTER_SITES= http://www.physics.adelaide.edu.au/~kkennawa/ +MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ MAINTAINER= kris@FreeBSD.ORG -WRKSRC= ${WRKDIR}/${DISTNAME}/wmWeather +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +WRKSRC= ${WRKDIR}/${DISTNAME}/Src + USE_GMAKE= yes +USE_XLIB= yes +USE_X_PREFIX= yes ALL_TARGET= clean all MAN1= wmWeather.1 Index: wmweather/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/misc/wmweather/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/03/12 11:01:35 1.2 +++ md5 1999/04/16 22:20:44 @@ -1 +1 @@ -MD5 (wmWeather-1.28.tar.gz) = 42c162cf43823448590fc765135c1597 +MD5 (wmWeather-1.30.1.tar.gz) = 36cf5926de89b819a3d31f9d05d8ac58 Index: wmweather/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/misc/wmweather/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- patch-aa 1999/03/11 12:08:09 1.1.1.1 +++ patch-aa 1999/04/16 22:20:44 @@ -1,18 +1,16 @@ -*** Makefile Wed Jan 20 04:44:49 1999 ---- Makefile~ Tue Jan 26 23:40:36 1999 +*** Makefile.orig Fri Apr 16 14:40:55 1999 +--- Makefile Fri Apr 16 14:41:25 1999 *************** -*** 1,6 **** +*** 1,5 **** ! CC = gcc ! CFLAGS = -O2 -Wall -! INCDIR = -I/usr/X11R6/include/X11 + INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include DESTDIR= /usr/X11R6 LIBDIR = -L/usr/X11R6/lib - # for linux ---- 1,7 ---- +--- 1,6 ---- ! CC ?= gcc ! CFLAGS ?= -O2 -! CFLAGS += -Wall -! INCDIR = -I/usr/X11R6/include +! CFLAGS += -Wall + INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include DESTDIR= /usr/X11R6 LIBDIR = -L/usr/X11R6/lib - # for linux Index: wmweather/patches/patch-ab =================================================================== RCS file: /cvs/FreeBSD/ports/misc/wmweather/patches/patch-ab,v retrieving revision 1.1 diff -u -r1.1 patch-ab --- patch-ab 1999/03/12 11:04:16 1.1 +++ patch-ab 1999/04/16 22:20:44 @@ -1,11 +1,9 @@ ---- GrabWeather.orig Thu Mar 11 13:55:19 1999 -+++ GrabWeather Thu Mar 11 13:58:18 1999 +--- GrabWeather.orig Fri Apr 16 14:43:10 1999 ++++ GrabWeather Fri Apr 16 14:43:28 1999 @@ -49,7 +49,7 @@ # for some people? Dont know why... (Perhaps they have a ~/.wgetrc file # that overrides command line options?). # -- $GrabCmd = "wget --passive-ftp --tries 2 -q -O $home/.wmWeatherReports/$StationID.TXT $URL"; +- $GrabCmd = "wget --proxy=off --passive-ftp --tries 0 -q -O $home/.wmWeatherReports/$StationID.TXT $URL"; + $GrabCmd = "fetch -q -o $home/.wmWeatherReports/$StationID.TXT $URL"; system "$GrabCmd"; - - >Release-Note: >Audit-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 16 16: 2:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A7CA14CA0 for ; Fri, 16 Apr 1999 16:02:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA01002; Fri, 16 Apr 1999 16:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from souffle.respo.or.jp (host9071.respo.or.jp [210.152.229.71]) by hub.freebsd.org (Postfix) with ESMTP id D847B153D0 for ; Fri, 16 Apr 1999 15:54:12 -0700 (PDT) (envelope-from k5@respo.or.jp) Received: (from k5@localhost) by souffle.respo.or.jp (8.9.3/3.7W) id HAA18458; Sat, 17 Apr 1999 07:51:49 +0900 (JST) Message-Id: <199904162251.HAA18458@souffle.respo.or.jp> Date: Sat, 17 Apr 1999 07:51:49 +0900 (JST) From: k5@respo.or.jp Reply-To: k5@respo.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11176: Update port: archivers/rar (2.01 -> 2.50/linux) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11176 >Category: ports >Synopsis: Update port: archivers/rar (2.01 -> 2.50/linux) >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 16 16:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: FUJISHIMA Satsuki >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: This is Linux binary because BSD binary has not been released yet. If this is a problem, this port shuld be renamed, e.g. archivers/rar-linux. >How-To-Repeat: >Fix: Index: ports/archivers/rar/Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/rar/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 1999/04/11 10:52:53 1.13 +++ Makefile 1999/04/16 22:24:40 @@ -7,11 +7,12 @@ # $Id: Makefile,v 1.13 1999/04/11 10:52:53 simokawa Exp $ # -DISTNAME= rarbsd -PKGNAME= rar-2.01 +DISTNAME= rarlnx25 +PKGNAME= rar-2.50 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ -EXTRACT_SUFX= .exe +MASTER_SITES= ftp://ftp.rarsoft.com/pub/rar/ \ + ftp://ftp.cdrom.com/pub/cheats/dlh/rar +EXTRACT_SUFX= .sfx MAINTAINER= ache@FreeBSD.ORG @@ -22,36 +23,23 @@ EXTRACT_CMD= # empty EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= # empty +STRIP= # empty: do not touch linux binary! -.include - -.if ${PORTOBJFORMAT} == "elf" -STRIP= -.endif - post-fetch: @chmod a+x ${DISTDIR}/${DISTFILES} do-build: - cd ${WRKSRC} && \ - for i in *.Txt *.Lst; do \ - ${TR} -d '\015' < $$i > $$i.tmp; \ - ${MV} $$i.tmp $$i; \ - done - do-install: - install -d -m 755 -o ${SHAREOWN} -g ${SHAREGRP} \ + ${INSTALL} -d -m 755 -o ${SHAREOWN} -g ${SHAREGRP} \ ${PREFIX}/share/doc/rar ${PREFIX}/share/rar + cd ${WRKSRC} && \ + ${INSTALL_PROGRAM} rar ${PREFIX}/bin && \ + ${INSTALL_DATA} rarfiles.lst default.sfx dos.sfx ${PREFIX}/share/rar +.if !defined(NOPORTDOCS) + ${INSTALL_MAN} ${WRKSRC}/rar.txt ${PREFIX}/man/cat1/rar.1 cd ${WRKSRC} && \ - ${INSTALL_PROGRAM} RAR ${PREFIX}/bin/rar && \ - ${INSTALL_MAN} Rar.Txt ${PREFIX}/man/cat1/rar.1 && \ - ${INSTALL_MAN} Rar_FAQ.Txt TechNote.Txt License.Txt Internet.Txt \ - ${PREFIX}/share/doc/rar && \ - ${INSTALL_DATA} RarFiles.Lst \ - ${PREFIX}/share/rar/rarfiles.lst && \ - ${INSTALL_DATA} DEFAULT.SFX \ - ${PREFIX}/share/rar/default.sfx && \ - ${INSTALL_DATA} Dos.SFX \ - ${PREFIX}/share/rar/dos.sfx + ${INSTALL_DATA} license.txt rar_faq.txt rar_site.txt readme.txt \ + register.txt technote.txt ${PREFIX}/share/doc/rar +.endif -.include +.include Index: ports/archivers/rar/files/md5 =================================================================== RCS file: /home/ncvs/ports/archivers/rar/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1997/05/19 19:42:42 1.2 +++ md5 1999/04/16 20:23:28 @@ -1 +1 @@ -MD5 (rarbsd.exe) = 6029daaab2569454341d6b798eb4e79a +MD5 (rarlnx25.sfx) = 60ae979c1fc41ef1603753cf3260cc77 Index: ports/archivers/rar/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/archivers/rar/pkg/PLIST,v retrieving revision 1.3 diff -u -r1.3 PLIST --- PLIST 1998/09/23 00:59:55 1.3 +++ PLIST 1999/04/16 20:44:11 @@ -3,9 +3,11 @@ share/rar/dos.sfx share/rar/default.sfx share/rar/rarfiles.lst -share/doc/rar/TechNote.Txt -share/doc/rar/Rar_FAQ.Txt -share/doc/rar/License.Txt -share/doc/rar/Internet.Txt +share/doc/rar/license.txt +share/doc/rar/rar_faq.txt +share/doc/rar/rar_site.txt +share/doc/rar/readme.txt +share/doc/rar/register.txt +share/doc/rar/technote.txt @dirrm share/doc/rar @dirrm share/rar >Release-Note: >Audit-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 16 16:34:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED4D3154AB; Fri, 16 Apr 1999 16:34:12 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA02610; Fri, 16 Apr 1999 16:31:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 16 Apr 1999 16:31:50 -0700 (PDT) From: Message-Id: <199904162331.QAA02610@freefall.freebsd.org> To: adam@whizkidtech.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10882: new port textproc/tuc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port textproc/tuc State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 16 16:31:30 PDT 1999 State-Changed-Why: New port 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 16 16:37:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D66031569A; Fri, 16 Apr 1999 16:37:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA03063; Fri, 16 Apr 1999 16:35:35 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 16 Apr 1999 16:35:35 -0700 (PDT) From: Message-Id: <199904162335.QAA03063@freefall.freebsd.org> To: adam@whizkidtech.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10919: libutf-8: an i18n library for Unicode encoding conversion (UCS-4 <-> UTF-8) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: libutf-8: an i18n library for Unicode encoding conversion (UCS-4 <-> UTF-8) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 16 16:35:18 PDT 1999 State-Changed-Why: New port 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 16 17:10: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C2D5515370; Fri, 16 Apr 1999 17:10:07 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA04823; Fri, 16 Apr 1999 17:07:45 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Fri, 16 Apr 1999 17:07:45 -0700 (PDT) From: Message-Id: <199904170007.RAA04823@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/11170: Update: x11-clocks/wmcalclock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: x11-clocks/wmcalclock Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: mharo Responsible-Changed-When: Fri Apr 16 17:06:57 PDT 1999 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 Fri Apr 16 17:10:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 21DF1151DD; Fri, 16 Apr 1999 17:10:40 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA04901; Fri, 16 Apr 1999 17:08:17 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Fri, 16 Apr 1999 17:08:17 -0700 (PDT) From: Message-Id: <199904170008.RAA04901@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/11172: Update: astro/wmmoonclock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: astro/wmmoonclock Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: mharo Responsible-Changed-When: Fri Apr 16 17:07:55 PDT 1999 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 Fri Apr 16 17:11:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D489A1538B; Fri, 16 Apr 1999 17:11:15 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA04991; Fri, 16 Apr 1999 17:08:53 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Fri, 16 Apr 1999 17:08:53 -0700 (PDT) From: Message-Id: <199904170008.RAA04991@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/11175: Update: misc/wmweather Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: misc/wmweather Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: mharo Responsible-Changed-When: Fri Apr 16 17:08:36 PDT 1999 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 Fri Apr 16 17:12: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8379615325; Fri, 16 Apr 1999 17:12:08 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA05078; Fri, 16 Apr 1999 17:09:45 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Fri, 16 Apr 1999 17:09:45 -0700 (PDT) From: Message-Id: <199904170009.RAA05078@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/11176: Update port: archivers/rar (2.01 -> 2.50/linux) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: archivers/rar (2.01 -> 2.50/linux) Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: mharo Responsible-Changed-When: Fri Apr 16 17:09:16 PDT 1999 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 Fri Apr 16 21:56:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 118E41513F; Fri, 16 Apr 1999 21:56:17 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA17256; Fri, 16 Apr 1999 21:53:54 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 16 Apr 1999 21:53:54 -0700 (PDT) From: Message-Id: <199904170453.VAA17256@freefall.freebsd.org> To: gljohns@bellsouth.net, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10271: New port of the Postilion mail client Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port of the Postilion mail client State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 16 21:53:31 PDT 1999 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 16 22:32:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6980715067 for ; Fri, 16 Apr 1999 22:32:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA18932; Fri, 16 Apr 1999 22:30:00 -0700 (PDT) (envelope-from gnats@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 AA4781514C for ; Fri, 16 Apr 1999 22:29:44 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 7DA291680; Fri, 16 Apr 1999 22:27:19 -0700 (PDT) Message-Id: <19990417052719.7DA291680@norn.ca.eu.org> Date: Fri, 16 Apr 1999 22:27:19 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11181: Update: x11/xscreensaver Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11181 >Category: ports >Synopsis: Update: x11/xscreensaver >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 16 22:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 3.09. Keep MAN1 and PLISt up to date. >How-To-Repeat: >Fix: Index: xscreensaver/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/x11/xscreensaver/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 1999/04/04 01:32:57 1.19 +++ Makefile 1997/01/17 06:10:05 @@ -1,14 +1,16 @@ # New ports collection makefile for: xscreensaver -# Version required: 3.08 +# Version required: 3.09 # Date created: 10 July 1995 # Whom: dom@myrddin.demon.co.uk # # $Id: Makefile,v 1.19 1999/04/04 01:32:57 jseger Exp $ # -DISTNAME= xscreensaver-3.08 +DISTNAME= xscreensaver-3.09 CATEGORIES= x11 -MASTER_SITES= http://www.jwz.org/xscreensaver/ +MASTER_SITES= http://www.jwz.org/xscreensaver/ \ + ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= X11/screensavers MAINTAINER= jseger@FreeBSD.ORG @@ -17,17 +19,17 @@ GNU_CONFIGURE= yes USE_X_PREFIX= yes -MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 bsod.1 \ - bubbles.1 decayscreen.1 deco.1 drift.1 epicycle.1 \ - flag.1 flame.1 forest.1 galaxy.1 goop.1 grav.1 \ - greynetic.1 halo.1 helix.1 hopalong.1 hypercube.1 \ +MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 bsod.1 \ + bubbles.1 critical.1 decayscreen.1 deco.1 drift.1 \ + epicycle.1 flag.1 flame.1 forest.1 galaxy.1 goop.1 \ + grav.1 greynetic.1 halo.1 helix.1 hopalong.1 hypercube.1 \ ifs.1 imsmap.1 jigsaw.1 julia.1 kaleidescope.1 \ lament.1 laser.1 lightning.1 lisa.1 lmorph.1 maze.1 \ moire.1 munch.1 noseguy.1 pedal.1 penrose.1 pyro.1 \ qix.1 rd-bomb.1 rocks.1 rorschach.1 sierpinski.1 \ - slidescreen.1 slip.1 sonar.1 sphere.1 spiral.1 \ - starfish.1 strange.1 swirl.1 t3d.1 vines.1 xjack.1 xlyap.1 \ - xroger.1 xscreensaver-command.1 xscreensaver-demo.1 \ - xscreensaver.1 + slidescreen.1 slip.1 sonar.1 sphere.1 spiral.1 spotlight.1 \ + squiral.1 starfish.1 strange.1 swirl.1 t3d.1 vines.1 \ + xjack.1 xlyap.1 xroger.1 xscreensaver-command.1 \ + xscreensaver-demo.1 xscreensaver.1 .include Index: xscreensaver/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/x11/xscreensaver/files/md5,v retrieving revision 1.11 diff -u -r1.11 md5 --- md5 1999/04/04 01:32:57 1.11 +++ md5 1997/01/17 05:03:50 @@ -1 +1 @@ -MD5 (xscreensaver-3.08.tar.gz) = 38b7ea3c4489f7a5e653cfb0a95dcacf +MD5 (xscreensaver-3.09.tar.gz) = ed869e3dfeadd421c171819cbfdac260 Index: xscreensaver/patches/patch-ab =================================================================== RCS file: /cvs/FreeBSD/ports/x11/xscreensaver/patches/patch-ab,v retrieving revision 1.1 diff -u -r1.1 patch-ab --- patch-ab 1998/12/10 12:17:10 1.1 +++ patch-ab 1997/01/17 05:05:05 @@ -1,6 +1,6 @@ ---- configure.orig Wed Dec 9 22:36:50 1998 -+++ configure Wed Dec 9 22:37:30 1998 -@@ -2738,7 +2738,7 @@ +--- configure.orig Thu Jan 16 21:04:35 1997 ++++ configure Thu Jan 16 21:04:51 1997 +@@ -2827,7 +2827,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 Index: xscreensaver/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/x11/xscreensaver/pkg/PLIST,v retrieving revision 1.10 diff -u -r1.10 PLIST --- PLIST 1999/04/04 01:32:58 1.10 +++ PLIST 1999/04/17 05:23:48 @@ -1,11 +1,16 @@ bin/ant +bin/atlantis bin/attraction bin/blitspin bin/bouboule bin/braid bin/bsod +bin/bubble3d bin/bubbles +bin/cage +bin/compass bin/coral +bin/critical bin/crystal bin/cynosure bin/decayscreen @@ -22,6 +27,8 @@ bin/flow bin/forest bin/galaxy +bin/gears +bin/glplanet bin/goop bin/grav bin/greynetic @@ -36,6 +43,7 @@ bin/julia bin/kaleidescope bin/kumppa +bin/lament bin/laser bin/lightning bin/lisa @@ -43,38 +51,48 @@ bin/lmorph bin/loop bin/maze +bin/moebius bin/moire bin/moire2 +bin/morph3d bin/mountain bin/munch bin/noseguy bin/pedal bin/penetrate bin/penrose +bin/pipes bin/pyro bin/qix bin/rd-bomb bin/rocks bin/rorschach bin/rotor +bin/rubik bin/sierpinski bin/slidescreen bin/slip bin/sonar bin/sphere bin/spiral +bin/spotlight +bin/sproingies +bin/squiral +bin/stairs bin/starfish bin/strange +bin/superquadrics bin/swirl bin/t3d bin/triangle bin/truchet bin/vines +bin/wander bin/worm +bin/xflame bin/xjack bin/xlyap bin/xroger bin/xscreensaver bin/xscreensaver-command bin/xscreensaver-demo -lib/X11/app-defaults/XScreenSaver -Chris >Release-Note: >Audit-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 16 22:42:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D153414EFA for ; Fri, 16 Apr 1999 22:42:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA19083; Fri, 16 Apr 1999 22:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 16 Apr 1999 22:40:01 -0700 (PDT) Message-Id: <199904170540.WAA19083@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: RE: ports/11181: Update: x11/xscreensaver Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11181; it has been noted by GNATS. From: Chris Piazza To: cpiazza@home.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: RE: ports/11181: Update: x11/xscreensaver Date: Fri, 16 Apr 1999 22:37:30 -0800 (PDT) On 17-Apr-99 cpiazza@home.net wrote: > > Index: xscreensaver/pkg/PLIST > =================================================================== > RCS file: /cvs/FreeBSD/ports/x11/xscreensaver/pkg/PLIST,v > retrieving revision 1.10 > diff -u -r1.10 PLIST > --- PLIST 1999/04/04 01:32:58 1.10 > +++ PLIST 1999/04/17 05:23:48 [..] > -lib/X11/app-defaults/XScreenSaver Please disregard that removal, forgot that the motif version installs that. --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 17 2:22:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DE2B814D39 for ; Sat, 17 Apr 1999 02:22:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA30145; Sat, 17 Apr 1999 02:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.cc.ntnu.edu.tw (mail.cc.ntnu.edu.tw [140.122.65.51]) by hub.freebsd.org (Postfix) with ESMTP id 817ED14C07 for ; Sat, 17 Apr 1999 02:18:59 -0700 (PDT) (envelope-from clive@cartier.cirx.org) Received: from cartier.cirx.org (cartier.dorm1.ntnu.edu.tw [140.122.198.163]) by mail.cc.ntnu.edu.tw (8.9.1b+Sun/8.9.1) with ESMTP id RAA20128 for ; Sat, 17 Apr 1999 17:16:28 +0800 (CST) Received: (from clive@localhost) by cartier.cirx.org (8.9.3/8.9.3) id RAA35417; Sat, 17 Apr 1999 17:21:42 +0800 (CST) (envelope-from clive) Message-Id: <199904170921.RAA35417@cartier.cirx.org> Date: Sat, 17 Apr 1999 17:21:42 +0800 (CST) From: clive@cirx.org Reply-To: clive@cirx.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11183: new port: x11/enlightenment-conf-0.15 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11183 >Category: ports >Synopsis: new port: x11/enlightenment-conf-0.15 >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 17 02:20:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Clive Lin >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD cartier.cirx.org 4.0-CURRENT FreeBSD 4.0-CURRENT #4: Fri Apr 16 20:38:20 CST 1999 clive@cartier.cirx.org:/usr/src/sys/compile/CARTIER i386 >Description: Enlightenment's configuration tool. >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: # # enlightenment-conf # enlightenment-conf/pkg # enlightenment-conf/pkg/COMMENT # enlightenment-conf/pkg/DESCR # enlightenment-conf/pkg/PLIST # enlightenment-conf/patches # enlightenment-conf/patches/patch-aa # enlightenment-conf/files # enlightenment-conf/files/md5 # enlightenment-conf/Makefile # echo c - enlightenment-conf mkdir -p enlightenment-conf > /dev/null 2>&1 echo c - enlightenment-conf/pkg mkdir -p enlightenment-conf/pkg > /dev/null 2>&1 echo x - enlightenment-conf/pkg/COMMENT sed 's/^X//' >enlightenment-conf/pkg/COMMENT << 'END-of-enlightenment-conf/pkg/COMMENT' Xenlightenment's configuration tool. END-of-enlightenment-conf/pkg/COMMENT echo x - enlightenment-conf/pkg/DESCR sed 's/^X//' >enlightenment-conf/pkg/DESCR << 'END-of-enlightenment-conf/pkg/DESCR' XIt's enlightenment's configuration tool. You cant miss it! X Xhttp://www.enlightenment.org/ END-of-enlightenment-conf/pkg/DESCR echo x - enlightenment-conf/pkg/PLIST sed 's/^X//' >enlightenment-conf/pkg/PLIST << 'END-of-enlightenment-conf/pkg/PLIST' Xbin/e-conf Xinclude/libintl.h Xlib/libintl.a Xlib/locale/cs/LC_MESSAGES/enlightenment-conf.mo Xlib/locale/da/LC_MESSAGES/enlightenment-conf.mo Xlib/locale/de/LC_MESSAGES/enlightenment-conf.mo Xlib/locale/es/LC_MESSAGES/enlightenment-conf.mo Xlib/locale/fi/LC_MESSAGES/enlightenment-conf.mo Xlib/locale/fr/LC_MESSAGES/enlightenment-conf.mo Xlib/locale/ga/LC_MESSAGES/enlightenment-conf.mo Xlib/locale/hu/LC_MESSAGES/enlightenment-conf.mo Xlib/locale/it/LC_MESSAGES/enlightenment-conf.mo Xlib/locale/ja/LC_MESSAGES/enlightenment-conf.mo Xlib/locale/ko/LC_MESSAGES/enlightenment-conf.mo Xlib/locale/no/LC_MESSAGES/enlightenment-conf.mo Xlib/locale/pl/LC_MESSAGES/enlightenment-conf.mo Xlib/locale/pt/LC_MESSAGES/enlightenment-conf.mo Xlib/locale/ru/LC_MESSAGES/enlightenment-conf.mo Xlib/locale/sv/LC_MESSAGES/enlightenment-conf.mo Xshare/control-center/Workspace/Enlightenment.desktop X@dirrm share/control-center/Workspace X@dirrm share/control-center END-of-enlightenment-conf/pkg/PLIST echo c - enlightenment-conf/patches mkdir -p enlightenment-conf/patches > /dev/null 2>&1 echo x - enlightenment-conf/patches/patch-aa sed 's/^X//' >enlightenment-conf/patches/patch-aa << 'END-of-enlightenment-conf/patches/patch-aa' X--- configure.orig Fri Apr 16 20:09:19 1999 X+++ configure Fri Apr 16 20:09:29 1999 X@@ -3180,18 +3180,18 @@ X if test x$gtk_config_exec_prefix != x ; then X gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" X if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config X+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config X fi X fi X if test x$gtk_config_prefix != x ; then X gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" X if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config X+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config X fi X fi X X- # Extract the first word of "gtk-config", so it can be a program name with args. X-set dummy gtk-config; ac_word=$2 X+ # Extract the first word of "gtk12-config", so it can be a program name with args. X+set dummy gtk12-config; ac_word=$2 X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 X echo "configure:3197: checking for $ac_word" >&5 X if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then X@@ -3277,16 +3277,16 @@ X (gtk_minor_version != $gtk_config_minor_version) || X (gtk_micro_version != $gtk_config_micro_version)) X { X- printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", X+ printf("\n*** 'gtk12-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", X $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, X gtk_major_version, gtk_minor_version, gtk_micro_version); X- printf ("*** was found! If gtk-config was correct, then it is best\n"); X+ printf ("*** was found! If gtk12-config was correct, then it is best\n"); X printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); X printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); X printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); X printf("*** required on your system.\n"); X- printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); X- printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); X+ printf("*** If gtk12-config was wrong, set the environment variable GTK_CONFIG\n"); X+ printf("*** to point to the correct copy of gtk12-config, and remove the file config.cache\n"); X printf("*** before re-running configure\n"); X } X #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) X@@ -3317,10 +3317,10 @@ X printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); X printf("***\n"); X printf("*** If you have already installed a sufficiently new version, this error\n"); X- printf("*** probably means that the wrong copy of the gtk-config shell script is\n"); X+ printf("*** probably means that the wrong copy of the gtk12-config shell script is\n"); X printf("*** being found. The easiest way to fix this is to remove the old version\n"); X printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n"); X- printf("*** correct copy of gtk-config. (In this case, you will have to\n"); X+ printf("*** correct copy of gtk12-config. (In this case, you will have to\n"); X printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); X printf("*** so that the correct libraries are found at run-time))\n"); X } X@@ -3351,10 +3351,10 @@ X else X echo "$ac_t""no" 1>&6 X if test "$GTK_CONFIG" = "no" ; then X- echo "*** The gtk-config script installed by GTK could not be found" X+ echo "*** The gtk12-config script installed by GTK could not be found" X echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" X echo "*** your path, or set the GTK_CONFIG environment variable to the" X- echo "*** full path to gtk-config." X+ echo "*** full path to gtk12-config." X else X if test -f conf.gtktest ; then X : X@@ -3396,7 +3396,7 @@ X echo "*** The test program failed to compile or link. See the file config.log for the" X echo "*** exact error that occured. This usually means GTK was incorrectly installed" X echo "*** or that you have moved GTK since it was installed. In the latter case, you" X- echo "*** may want to edit the gtk-config script: $GTK_CONFIG" X+ echo "*** may want to edit the gtk12-config script: $GTK_CONFIG" X fi X rm -f conftest* X CFLAGS="$ac_save_CFLAGS" END-of-enlightenment-conf/patches/patch-aa echo c - enlightenment-conf/files mkdir -p enlightenment-conf/files > /dev/null 2>&1 echo x - enlightenment-conf/files/md5 sed 's/^X//' >enlightenment-conf/files/md5 << 'END-of-enlightenment-conf/files/md5' XMD5 (enlightenment-conf-0.15.tar.gz) = ad87526c1e86088e5ba851c36eb70b13 END-of-enlightenment-conf/files/md5 echo x - enlightenment-conf/Makefile sed 's/^X//' >enlightenment-conf/Makefile << 'END-of-enlightenment-conf/Makefile' X# New ports collection makefile for: enlightenment-conf X# Version required: 0.15 X# Date created: Sat 17 Apr 1999 X# Whom: Clive Lin X# X# $Id$ X# X XDISTNAME= enlightenment-conf-0.15 XCATEGORIES= x11 gnome XMASTER_SITES= ${MASTER_SITE_GNOME} XMASTER_SITE_SUBDIR= enlightenment X XMAINTAINER= vanilla@FreeBSD.ORG X XLIB_DEPENDS= esd.1:${PORTSDIR}/audio/esound \ X jpeg.9:${PORTSDIR}/graphics/jpeg \ X png.3:${PORTSDIR}/graphics/png \ X gif.3:${PORTSDIR}/graphics/giflib \ X gnomeui.1:${PORTSDIR}/x11/gnomelibs \ X gdk_imlib.3:${PORTSDIR}/graphics/imlib \ X gdk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ X gmodule12.1:${PORTSDIR}/devel/glib12 \ X audiofile.0:${PORTSDIR}/audio/libaudiofile \ X capplet.1:${PORTSDIR}/sysutils/gnomecontrolcenter \ X ORBit.1:${PORTSDIR}/devel/ORBit X XUSE_GMAKE= yes XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LIBS=-L${LOCALBASE}/lib X X.include END-of-enlightenment-conf/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 17 5:29:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hydra.RoBIN.de (ns.robin.de [193.174.7.1]) by hub.freebsd.org (Postfix) with ESMTP id 82C9E14D5F for ; Sat, 17 Apr 1999 05:29:44 -0700 (PDT) (envelope-from andreas@marvin.robin.de) Received: from marvin.robin.de (masklin.robin.de [193.174.7.66]) by hydra.RoBIN.de (8.8.8/8.8.5) with ESMTP id OAA17866; Sat, 17 Apr 1999 14:27:13 +0200 Message-ID: <371861C6.C8297091@marvin.robin.de> Date: Sat, 17 Apr 1999 12:26:14 +0200 From: Andreas Lohr X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Rich Winkel Cc: ports@freebsd.org, alo@ms.com Subject: Re: FreeBSD Port: mgdiff-1.0 References: <199903292028.OAA29581@chumbly.math.missouri.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Rich, sorry for the late reply, but I have been away from home for a while, you may want to use my other email address alo@ms.com in the future. I do not know mergemaster, but I can image what it used for. If you are seriously considering enhancing mgdiff, then have a look tkdiff which is a gui frontend for diff based on Tcl/Tk. Andreas Rich Winkel wrote: > > This would a fantastic utility for updating /etc files, in conjunction with mergemaster. > Unfortunately it's missing two important capabilities: > The ability to simultaneously select two differing blocks, so they're > both in the merged output. > The ability to individually select or unselect lines within a block. > > I hope someone can add this functionality, before I try to undertake it myself :-) > > Thanks!!!!!!!!!! > > Rich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 17 7:52:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CA80E1534B for ; Sat, 17 Apr 1999 07:52:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA97620; Sat, 17 Apr 1999 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fietje.egd.igd.fhg.de (ppp00.egd.igd.fhg.de [153.96.43.210]) by hub.freebsd.org (Postfix) with ESMTP id 508E915199 for ; Sat, 17 Apr 1999 07:42:37 -0700 (PDT) (envelope-from runge@fietje.egd.igd.fhg.de) Received: (from runge@localhost) by fietje.egd.igd.fhg.de (8.9.1/8.8.8) id QAA25263; Sat, 17 Apr 1999 16:39:51 +0200 (CEST) (envelope-from runge) Message-Id: <199904171439.QAA25263@fietje.egd.igd.fhg.de> Date: Sat, 17 Apr 1999 16:39:51 +0200 (CEST) From: runge@rostock.zgdv.de Reply-To: runge@rostock.zgdv.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11186: port update for audio/xmradio Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11186 >Category: ports >Synopsis: port update for xmradio >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 17 07:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Thomas Runge >Release: FreeBSD 3.0-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xmradio # xmradio/Makefile # xmradio/pkg # xmradio/pkg/COMMENT # xmradio/pkg/DESCR # xmradio/pkg/PLIST # xmradio/files # xmradio/files/md5 # xmradio/patches # xmradio/patches/patch-aa # echo c - xmradio mkdir -p xmradio > /dev/null 2>&1 echo x - xmradio/Makefile sed 's/^X//' >xmradio/Makefile << 'END-of-xmradio/Makefile' X# New ports collection makefile for: xmradio X# Version required: 0.6 X# Date created: 17 Apr 1999 X# Whom: runge@rostock.zgdv.de X# X# $Id$ X# X XDISTNAME= xmradio-0.6 XCATEGORIES= audio XMASTER_SITES= http://www.rostock.zgdv.de/~runge/radio/ X XMAINTAINER= runge@rostock.zgdv.de X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X X# This program does not actually depend on the below, but they are pretty X# useful if you are into digital audio recording and playback. X#RUN_DEPENDS= sox:${PORTSDIR}/audio/sox X XUSE_IMAKE= yes XREQUIRES_MOTIF= yes X X#post-install: X# strip ${PREFIX}/bin/xmradio X X.include END-of-xmradio/Makefile echo c - xmradio/pkg mkdir -p xmradio/pkg > /dev/null 2>&1 echo x - xmradio/pkg/COMMENT sed 's/^X//' >xmradio/pkg/COMMENT << 'END-of-xmradio/pkg/COMMENT' XMotif based FM tuner (for use with bt848 driver) END-of-xmradio/pkg/COMMENT echo x - xmradio/pkg/DESCR sed 's/^X//' >xmradio/pkg/DESCR << 'END-of-xmradio/pkg/DESCR' XThis is a radio application for FM tuners built into Xsome TV cards, such as the Hauppauge Win/TV. X Xhttp://www.rostock.zgdv.de/~runge/radio X XTom Xrunge@rostock.zgdv.de X END-of-xmradio/pkg/DESCR echo x - xmradio/pkg/PLIST sed 's/^X//' >xmradio/pkg/PLIST << 'END-of-xmradio/pkg/PLIST' Xbin/xmradio Xlib/X11/app-defaults/XMradio X END-of-xmradio/pkg/PLIST echo c - xmradio/files mkdir -p xmradio/files > /dev/null 2>&1 echo x - xmradio/files/md5 sed 's/^X//' >xmradio/files/md5 << 'END-of-xmradio/files/md5' XMD5 (xmradio-0.6.tar.gz) = 38b070ce4ca3d9aa62260e231921dbf6 END-of-xmradio/files/md5 echo c - xmradio/patches mkdir -p xmradio/patches > /dev/null 2>&1 echo x - xmradio/patches/patch-aa sed 's/^X//' >xmradio/patches/patch-aa << 'END-of-xmradio/patches/patch-aa' X--- Imakefile.orig Wed Feb 3 00:03:59 1999 X+++ Imakefile Wed Feb 3 00:04:27 1999 X@@ -1,9 +1,9 @@ X #include "Motif.tmpl" X X #ifdef NetBSDArchitecture X-LOCAL_LIBRARIES = XmClientLibs ${XMULIB} -lXpm -lossaudio -lm X+LOCAL_LIBRARIES = ${MOTIFLIB} ${XTOOLLIB} $(XPLIB) ${XLIB} ${XMULIB} -lXpm -lossaudio -lm X #else X-LOCAL_LIBRARIES = XmClientLibs ${XMULIB} -lXpm -lm X+LOCAL_LIBRARIES = ${MOTIFLIB} ${XTOOLLIB} $(XPLIB) ${XLIB} ${XMULIB} -lXpm -lm X #endif X X EXTRA_INCLUDES= -I. END-of-xmradio/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 Sat Apr 17 7:52:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 05A8015355 for ; Sat, 17 Apr 1999 07:52:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA97629; Sat, 17 Apr 1999 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fietje.egd.igd.fhg.de (ppp00.egd.igd.fhg.de [153.96.43.210]) by hub.freebsd.org (Postfix) with ESMTP id 82D9215499 for ; Sat, 17 Apr 1999 07:44:14 -0700 (PDT) (envelope-from runge@fietje.egd.igd.fhg.de) Received: (from runge@localhost) by fietje.egd.igd.fhg.de (8.9.1/8.8.8) id QAA25381; Sat, 17 Apr 1999 16:41:28 +0200 (CEST) (envelope-from runge) Message-Id: <199904171441.QAA25381@fietje.egd.igd.fhg.de> Date: Sat, 17 Apr 1999 16:41:28 +0200 (CEST) From: runge@rostock.zgdv.de Reply-To: runge@rostock.zgdv.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11187: new port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11187 >Category: ports >Synopsis: new port (xlupe) >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 17 07:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Thomas Runge >Release: FreeBSD 3.0-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xlupe # xlupe/pkg # xlupe/pkg/COMMENT # xlupe/pkg/DESCR # xlupe/pkg/PLIST # xlupe/files # xlupe/files/md5 # xlupe/patches # xlupe/Makefile # echo c - xlupe mkdir -p xlupe > /dev/null 2>&1 echo c - xlupe/pkg mkdir -p xlupe/pkg > /dev/null 2>&1 echo x - xlupe/pkg/COMMENT sed 's/^X//' >xlupe/pkg/COMMENT << 'END-of-xlupe/pkg/COMMENT' Xmagnifying glass for X. like xmag but with continously updates. END-of-xlupe/pkg/COMMENT echo x - xlupe/pkg/DESCR sed 's/^X//' >xlupe/pkg/DESCR << 'END-of-xlupe/pkg/DESCR' XThis is a little program for zooming parts of your desktop, very Xsimilar to xmag. The difference is, that it continously updates Xit's contents. And it supports all available visuals. X Xhttp://www.rostock.zgdv.de/~runge/xlupe X XTom Xrunge@rostock.zgdv.de X END-of-xlupe/pkg/DESCR echo x - xlupe/pkg/PLIST sed 's/^X//' >xlupe/pkg/PLIST << 'END-of-xlupe/pkg/PLIST' Xbin/xlupe X END-of-xlupe/pkg/PLIST echo c - xlupe/files mkdir -p xlupe/files > /dev/null 2>&1 echo x - xlupe/files/md5 sed 's/^X//' >xlupe/files/md5 << 'END-of-xlupe/files/md5' XMD5 (xlupe-1.0.tar.gz) = e9bf468b310e07e462b1c57efdca1204 END-of-xlupe/files/md5 echo c - xlupe/patches mkdir -p xlupe/patches > /dev/null 2>&1 echo x - xlupe/Makefile sed 's/^X//' >xlupe/Makefile << 'END-of-xlupe/Makefile' X# New ports collection makefile for: xlupe X# Version required: 1.0 X# Date created: 17 Apr 1999 X# Whom: runge@rostock.zgdv.de X# X# $Id$ X# X XDISTNAME= xlupe-1.0 XCATEGORIES= x11 XMASTER_SITES= http://www.rostock.zgdv.de/~runge/xlupe/ X XMAINTAINER= runge@rostock.zgdv.de X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XUSE_IMAKE= yes XREQUIRES_MOTIF= no X X# you can build it with a motif interface as well! X# REQUIRES_MOTIF= no X X#post-install: X# strip ${PREFIX}/bin/xlupe X X.include END-of-xlupe/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 17 7:52:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2967A15361 for ; Sat, 17 Apr 1999 07:52:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA97638; Sat, 17 Apr 1999 07:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fietje.egd.igd.fhg.de (ppp00.egd.igd.fhg.de [153.96.43.210]) by hub.freebsd.org (Postfix) with ESMTP id 45151150FD for ; Sat, 17 Apr 1999 07:45:15 -0700 (PDT) (envelope-from runge@fietje.egd.igd.fhg.de) Received: (from runge@localhost) by fietje.egd.igd.fhg.de (8.9.1/8.8.8) id QAA25492; Sat, 17 Apr 1999 16:42:30 +0200 (CEST) (envelope-from runge) Message-Id: <199904171442.QAA25492@fietje.egd.igd.fhg.de> Date: Sat, 17 Apr 1999 16:42:30 +0200 (CEST) From: runge@rostock.zgdv.de Reply-To: runge@rostock.zgdv.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11188: new port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11188 >Category: ports >Synopsis: new port for xtu >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 17 07:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Thomas Runge >Release: FreeBSD 3.0-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xtu # xtu/pkg # xtu/pkg/COMMENT # xtu/pkg/DESCR # xtu/pkg/PLIST # xtu/files # xtu/files/md5 # xtu/patches # xtu/Makefile # echo c - xtu mkdir -p xtu > /dev/null 2>&1 echo c - xtu/pkg mkdir -p xtu/pkg > /dev/null 2>&1 echo x - xtu/pkg/COMMENT sed 's/^X//' >xtu/pkg/COMMENT << 'END-of-xtu/pkg/COMMENT' Xtransparent analog clock for X11 END-of-xtu/pkg/COMMENT echo x - xtu/pkg/DESCR sed 's/^X//' >xtu/pkg/DESCR << 'END-of-xtu/pkg/DESCR' XThis is a transparent analog clock, very similar to TolleUhr Xfor the amiga range of computers. Actually, it uses some Xdrawing routines of it and looks almost the same. X Xhttp://www.rostock.zgdv.de/~runge/xtu X XTom Xrunge@rostock.zgdv.de X END-of-xtu/pkg/DESCR echo x - xtu/pkg/PLIST sed 's/^X//' >xtu/pkg/PLIST << 'END-of-xtu/pkg/PLIST' Xbin/xtu X END-of-xtu/pkg/PLIST echo c - xtu/files mkdir -p xtu/files > /dev/null 2>&1 echo x - xtu/files/md5 sed 's/^X//' >xtu/files/md5 << 'END-of-xtu/files/md5' XMD5 (xtu-1.0.tar.gz) = ad80cdb3d2479f4a46d90e7e92314d0f END-of-xtu/files/md5 echo c - xtu/patches mkdir -p xtu/patches > /dev/null 2>&1 echo x - xtu/Makefile sed 's/^X//' >xtu/Makefile << 'END-of-xtu/Makefile' X# New ports collection makefile for: xtu X# Version required: 1.0 X# Date created: 17 Apr 1999 X# Whom: runge@rostock.zgdv.de X# X# $Id$ X# X XDISTNAME= xtu-1.0 XCATEGORIES= x11-clocks XMASTER_SITES= http://www.rostock.zgdv.de/~runge/xtu/ X XMAINTAINER= runge@rostock.zgdv.de X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XUSE_IMAKE= yes XREQUIRES_MOTIF= no X X#post-install: X# strip ${PREFIX}/bin/xtu X X.include END-of-xtu/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 17 7:52:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 420A9153A8 for ; Sat, 17 Apr 1999 07:52:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA97647; Sat, 17 Apr 1999 07:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from souffle.respo.or.jp (host9070.respo.or.jp [210.152.229.70]) by hub.freebsd.org (Postfix) with ESMTP id 05AA314C89 for ; Sat, 17 Apr 1999 07:49:15 -0700 (PDT) (envelope-from k5@respo.or.jp) Received: (from k5@localhost) by souffle.respo.or.jp (8.9.3/3.7W) id XAA02459; Sat, 17 Apr 1999 23:46:51 +0900 (JST) Message-Id: <199904171446.XAA02459@souffle.respo.or.jp> Date: Sat, 17 Apr 1999 23:46:51 +0900 (JST) From: k5@respo.or.jp Reply-To: k5@respo.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11189: New port: archivers/linux_rar Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11189 >Category: ports >Synopsis: New port: archivers/linux_rar >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 17 07:50:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: FUJISHIMA Satsuki >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: This is re-submit of ports/11176 as a new port, according to ache's advice.(thanks!) >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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: linux_rar X# http://www.rarsoft.com/rar_archiver.htm X# Version required: 2.50 X# Date created: X# Whom: FUJISHIMA Satsuki X# X# $Id$ X# X XDISTNAME= rarlnx25 XPKGNAME= linux-rar-2.50 XCATEGORIES= archivers XMASTER_SITES= ftp://ftp.rarsoft.com/pub/rar/ \ X ftp://ftp.cdrom.com/pub/cheats/dlh/rar/ XEXTRACT_SUFX= .sfx X XMAINTAINER= k5@respo.or.jp X XONLY_FOR_ARCHS= i386 XNO_PACKAGE= Only unmodified original package can be distributed X XNO_WRKSUBDIR= yes XEXTRACT_CMD= # empty XEXTRACT_BEFORE_ARGS= # empty XEXTRACT_AFTER_ARGS= # empty XSTRIP= # empty: do not touch linux binary! X Xpost-fetch: X @chmod a+x ${DISTDIR}/${DISTFILES} X Xdo-build: Xdo-install: X ${INSTALL} -d -m 755 -o ${SHAREOWN} -g ${SHAREGRP} \ X ${PREFIX}/share/doc/rar ${PREFIX}/share/rar X cd ${WRKSRC} && \ X ${INSTALL_PROGRAM} rar ${PREFIX}/bin && \ X ${INSTALL_DATA} rarfiles.lst default.sfx dos.sfx ${PREFIX}/share/rar X.if !defined(NOPORTDOCS) X ${INSTALL_MAN} ${WRKSRC}/rar.txt ${PREFIX}/man/cat1/rar.1 X cd ${WRKSRC} && \ X ${INSTALL_DATA} license.txt rar_faq.txt rar_site.txt readme.txt \ X register.txt technote.txt ${PREFIX}/share/doc/rar X.endif X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (rarlnx25.sfx) = 60ae979c1fc41ef1603753cf3260cc77 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' Xgeneral purpose archiving and compression tool (binary port) END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XThis is Linux version of RAR which is a general purpose archiving Xand compression program. XIt offers significantly improved compression ratios comparing with Xother competitors. X XThis is *shareware*. XPlease read texts in /usr/local/share/doc/rar/ Xand Xhttp://www.rarsoft.com/rar_archiver.htm Xfor more information. END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/rar Xman/cat1/rar.1 Xshare/rar/dos.sfx Xshare/rar/default.sfx Xshare/rar/rarfiles.lst Xshare/doc/rar/license.txt Xshare/doc/rar/rar_faq.txt Xshare/doc/rar/rar_site.txt Xshare/doc/rar/readme.txt Xshare/doc/rar/register.txt Xshare/doc/rar/technote.txt X@dirrm share/doc/rar X@dirrm share/rar END-of-./pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 17 8:34:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (Postfix) with ESMTP id 4A2DF153A0 for ; Sat, 17 Apr 1999 08:34:04 -0700 (PDT) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id RAA27045; Sat, 17 Apr 1999 17:31:40 +0200 (CEST) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id QAA00419; Sat, 17 Apr 1999 16:28:00 +0200 (CEST) (envelope-from wosch) Date: Sat, 17 Apr 1999 16:28:00 +0200 (CEST) Message-Id: <199904171428.QAA00419@paula.panke.de.freebsd.org> From: wosch@freebsd.org To: ports@freebsd.org Subject: New ports added/updated last two weeks Reply-To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Introduction - ------------ The FreeBSD Ports Collection offers a simple way for users and administrators to install applications. Each "port" listed here contains any patches necessary to make the original application source code compile and run on FreeBSD. Installing an application is as simple as downloading the port, unpacking it and typing make in the port directory. The Makefile automatically fetches the application source code, either from a local disk or via ftp, unpacks it on your system, applies the patches, and compiles. If all goes well, simply type make install to install the application. For more information about using ports, see the ports collection http://www.freebsd.org/handbook/ports.html and http://www.freebsd.org/ports/ There are currently 2204 ports in the FreeBSD Ports Collection. New ports added last two weeks - ------------------------------ Category archivers (http://www.freebsd.org/ports/archivers.html) ================================================================== unace-1.2b Extract, view & test ACE archives. Maintained by: jonny@jonny.eng.br Requires: gmake-3.77, unzip-5.40 Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== gmixer-0.98c X11/gtk+ mixer control. Maintained by: cpiazza@home.net Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.1, gtk-1.2.1 icecast-1.1.3 A SHOUTcast-compatible streaming MP3 server Maintained by: chip@eboai.org Also listed in: net shorten-2.3a A wav-file compressor Maintained by: sec@42.org Also listed in: archivers waveplay-1.0 A simple wav file player. Maintained by: ysonoda@dontaku.csce.kyushu-u.ac.jp xmradio-0.5 Motif based FM tuner (for use with bt848 driver) Maintained by: runge@rostock.zgdv.de Requires: XFree86-3.3.3.1, xpm-3.4k Category chinese (http://www.freebsd.org/ports/chinese.html) ================================================================== zh-telnet-1.0 8bit compatible telnet client for Chinese input Maintained by: woju@freebsd.ntu.edu.tw Category comms (http://www.freebsd.org/ports/comms.html) ================================================================== gnokii-0.2.3 Software to talk to Nokia 3810/3110/8110/6110 cellular phones. Maintained by: staffanu@nada.kth.se Requires: gmake-3.77 Category deskutils (http://www.freebsd.org/ports/deskutils.html) ================================================================== gtimer-1.1.1 A timer for your personal activities. Maintained by: cpiazza@home.net Requires: XFree86-3.3.3.1, bzip2-0.9.0c, gettext-0.10.35, glib-1.1.16, gtk-1.1.16 Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== astyle-1.6.0 A reindenter and reformatter of C++, C and Java source code. Maintained by: croyle@gelemna.ft-wayne.in.us Also listed in: textproc Requires: egcs-1.1.2 cssc-0.10b.1 a workalike for the source code control system SCCS. Maintained by: olli@fromme.com elftoaout-2.0 ELF to a.out conversion tool by Jakub Jelinek and Pete Zaitcev. Maintained by: kchowksey@hss.hns.com java_cup-10.g An LALR parser generator in Java. Maintained by: nordwick@xcf.berkeley.edu Requires: jdk-1.1.7 libshhmsg-1.4.0 A library for displaying messages. Maintained by: andy@icc.surw.chel.su Requires: gmake-3.77 libshhopt-1.1.4 A library for parsing command line options. Maintained by: andy@icc.surw.chel.su Requires: gmake-3.77 libxalloc-1.0.3 A memory allocation library with error checking. Maintained by: andy@icc.surw.chel.su Requires: gmake-3.77 swarm-1.4.1 The Swarm Simulation System Maintained by: horance@freedom.ie.cycu.edu.tw Requires: XFree86-3.3.3.1, blt-2.4h, gmake-3.77, libffi-1.20, png-1.0.3, tcl-8.0.4, tk-8.0.4, xpm-3.4k Category games (http://www.freebsd.org/ports/games.html) ================================================================== CaribbeanStud-1.0 Caribbean Stud gambling game for X Window System. Maintained by: andy@icc.surw.chel.su Requires: XFree86-3.3.3.1, xpm-3.4k pmars-0.8 A portable corewar system with ICWS'94 extensions. Maintained by: freebsd@scotty.masternet.it Requires: XFree86-3.3.3.1 wmeyes-1.0 The world's most useless WindowMaker dock app. Maintained by: zenin@archive.rhps.org Requires: XFree86-3.3.3.1 xbomber-0.8 A game based on "Super Bomberman" for the Super Nintendo. Maintained by: jclarke@cisco.com xqf-0.8.7.2 Find quake servers Maintained by: steve@farrell.org Requires: XFree86-3.3.3.1, gmake-3.77, gtk-1.0.6, qstat-2.2b Category graphics (http://www.freebsd.org/ports/graphics.html) ================================================================== libimg-1.1.4 A library of image format handlers for Tk4.1 and later. Maintained by: gljohns@bellsouth.net Also listed in: tk80 Requires: XFree86-3.3.3.1, jpeg-6b, png-1.0.3, tcl-8.0.4, tiff-3.4a, tk-8.0.4 scwm-icons-0.8 An icon collection for the scwm window manager. Maintained by: nacai@iname.com Requires: XFree86-3.3.3.1 tgd-1.2c A text based tool for creating and manipulating GIF images Maintained by: mharo@area51.fremont.ca.us Requires: gd-1.3 Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== libxpg4-ns-3.1r libxpg4(aout) for Netscape Browser, against the browser's locale bug. Maintained by: sada@FreeBSD.ORG ja-lyx-1.0.0 document processor interfaced with LaTeX (nearly WYSIWYG) Maintained by: flathill@FreeBSD.ORG Also listed in: print Requires: XFree86-3.3.3.1, teTeX-0.4, xforms-0.88.1, xpm-3.4k ja-mhonarc-2.3.3 WWW front end for mail archives. Maintained by: flathill@FreeBSD.ORG Also listed in: www ja-namazu-1.3.0.6 Namazu is a search engine software intended for easy use. Maintained by: flathill@FreeBSD.ORG Also listed in: textproc Requires: ja-kakasi-2.2.5, ja-nkf-1.62 Category korean (http://www.freebsd.org/ports/korean.html) ================================================================== ko-gau-0.3.1 Gtk-based Hangul-enabled terminal emulation with serial/socket. Maintained by: cjh@kr.freebsd.org Also listed in: comms x11 Requires: XFree86-3.3.3.1, gmake-3.77, ko-gtk-1.0.6, ko-johabfonts-3.04, lrzsz-0.12.19 ko-gtk-1.0.6 General Toolkit for X11 GUI, Korean patched. Maintained by: cjh@kr.freebsd.org Also listed in: x11-toolkits Requires: XFree86-3.3.3.1 Category lang (http://www.freebsd.org/ports/lang.html) ================================================================== pike-0.6 A dynamic programming language with a syntax similar to C++. Maintained by: vns@delta.odessa.ua Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== postfix-alpha-19990317.03 Postfix aims to be an alternative to sendmail Maintained by: torstenb@FreeBSD.ORG wmpop3-0.2.2a A POP3 mail check for the Window Maker dock. Maintained by: jim@phrantic.phear.net Also listed in: windowmaker Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k Category math (http://www.freebsd.org/ports/math.html) ================================================================== PDL-2.0 Perl Data Language Maintained by: tobez@plab.ku.dk Also listed in: perl5 Requires: Mesa-3.0, XFree86-3.3.3.1, pgperl-2.08, pgplot-5.2 snns-4.1 Fully featured neural network simulator Maintained by: reg@shale.csir.co.za Requires: XFree86-3.3.3.1 Category mbone (http://www.freebsd.org/ports/mbone.html) ================================================================== sdr-2.6.1 MBone Session Directory (experimental version with encryption) Maintained by: fenner@FreeBSD.org Also listed in: tk80 Requires: XFree86-3.3.3.1, gmake-3.77, tcl-8.0.4, tk-8.0.4 Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== buffer-1.17 Buffer sporadic I/O for faster tape and pipe throughput. Maintained by: jonny@jonny.eng.br cstream-1.0 dd(1)-like tool, precise bandwidth limiting/reporting, fifo support Maintained by: cracauer@cons.org fortuneit-1.51 A very funny fortune file in Italian. Maintained by: freebsd@scotty.masternet.it mopac-7.02 Semi-empirical (MNDO, etc.) molecular orbital calculation Maintained by: rmiya@cc.hirosaki-u.ac.jp Also listed in: biology Requires: gmake-3.77 peq-0.7.1 fortune like program Maintained by: gvg@uunet.co.za Requires: Mesa-3.0, XFree86-3.3.3.1, qt-1.42 psi88-1.0 Plotting wavefunctions (molecular orbitals) in 3D Maintained by: rmiya@cc.hirosaki-u.ac.jp Also listed in: biology wmcp-1.2.6 A dockable pager for WindowMaker. Maintained by: jim@phrantic.phear.net Also listed in: windowmaker Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k xtail-0.1 Watches the growth of files or directories. Maintained by: freebsd@scotty.masternet.it Category net (http://www.freebsd.org/ports/net.html) ================================================================== bpft-2.0 The BPF Traffic Collector. Maintained by: oddbjorn@tricknology.org gftp-1.13 A free multithreaded GTK based ftp client. Maintained by: dmarion@open.hr Requires: XFree86-3.3.3.1, autoconf-2.13, gettext-0.10.35, glib-1.2.1, gtk-1.2.1, m4-1.4 icmpquery-1.0.3 Small utility for finding out time & netmask through ICMP. Maintained by: dom@myrddin.demon.co.uk jmirror-1.0b FTP mirroring program written in PERL (REQUIRES PERL5,Net::FTP). Maintained by: jmrobins@jmirror.ruin.org Requires: p5-Net-1.0606 ktelnet-0.61 A Frontend for telnet, rlogin, ssh in K Desktop Environment. Maintained by: hanspb@persbraten.vgs.no Also listed in: kde Requires: Mesa-3.0, XFree86-3.3.3.1, giflib-3.0, jpeg-6b, kdelibs-1.1, png-1.0.3, qt-1.42, tiff-3.4a kvirc-0.9.0 An enchanced visual irc client for KDE. Maintained by: anders@fix.no Also listed in: kde Requires: Mesa-3.0, XFree86-3.3.3.1, giflib-3.0, gmake-3.77, jpeg-6b, kdelibs-1.1, png-1.0.3, qt-1.42, tiff-3.4a naim-0.9.3 curses based AOL Instant Messager implementation. Maintained by: mharo@area51.fremont.ca.us p5-Socks-0.03 perl5 module to communicate with socks v4 and v5 servers Maintained by: Nacai@iname.com p5-URI-1.02 perl5 interface to Uniform Resource Identifier (URI) references Maintained by: ache@FreeBSD.ORG Also listed in: perl5 Category print (http://www.freebsd.org/ports/print.html) ================================================================== acroread-4.0b View, distribute and print PDF documents. Maintained by: dima@FreeBSD.ORG Requires: linux_lib-2.6.1 magicfilter-1.2 Customizable, extensible automatic printer filter Maintained by: cjh@kr.freebsd.org Requires: XFree86-3.3.3.1, ghostscript-5.50, gmake-3.77, png-1.0.3 Category security (http://www.freebsd.org/ports/security.html) ================================================================== identify-0.7 Client side ident protocol daemon wrapper Maintained by: nsayer@quack.kfu.com Also listed in: net Requires: libident-0.22 libparanoia-1.3 Safe (in the mean of stack smashing) reincarnation of strcpy et al. Maintained by: snar@paranoia.ru p5-Digest-MD5-2.06 perl5 interface to MD5, MD2, SHA1 and HMAC Message-Digest Algorithms Maintained by: ache@FreeBSD.ORG Also listed in: perl5 Category www (http://www.freebsd.org/ports/www.html) ================================================================== wmnetselect-0.4 WindowMaker Netscape launcher to display urls from X selection. Maintained by: nugget@slacker.com Also listed in: windowmaker Requires: XFree86-3.3.3.1, xpm-3.4k Category x11-clocks (http://www.freebsd.org/ports/x11-clocks.html) ================================================================== tclock-1.0.1 transparent analog clock for x11 Maintained by: Lars.Koeller@Uni-Bielefeled.DE Requires: XFree86-3.3.3.1 wmdate-0.6 Date app for the WindowMaker dock. Maintained by: jim@phrantic.phear.net Also listed in: windowmaker afterstep Requires: XFree86-3.3.3.1, xpm-3.4k Category x11-toolkits (http://www.freebsd.org/ports/x11-toolkits.html) ================================================================== itk-3.0.1 [incr Tk] (A.K.A. ``itk''). Maintained by: dmlb@ragnet.demon.co.uk Also listed in: tk80 Requires: XFree86-3.3.3.1, itcl-3.0.1, tcl-8.0.4, tk-8.0.4 iwidgets-3.0.0 [incr Widgets] (A.K.A. ``iwidgets''). Maintained by: dmlb@ragnet.demon.co.uk Also listed in: tk80 Requires: XFree86-3.3.3.1, itcl-3.0.1, itk-3.0.1, tcl-8.0.4, tk-8.0.4 XmHTML-1.1.0 A Motif widget set for displaying HTML 3.2 documents. Maintained by: thepish@freebsd.org Also listed in: www Requires: XFree86-3.3.3.1, xpm-3.4k Category x11-wm (http://www.freebsd.org/ports/x11-wm.html) ================================================================== scwm-0.9 scheme configurable window manager Maintained by: nacai@iname.com Requires: XFree86-3.3.3.1, gmake-3.77, guile-1.3, scwm-icons-0.8, xpm-3.4k xfcecommon-2.4.0 Common config for xfce window-manager Maintained by: nacai@iname.com Requires: XFree86-3.3.3.1, xfce-2.4.0, xforms-0.88.1, xpm-3.4k Category x11 (http://www.freebsd.org/ports/x11.html) ================================================================== wmbutton-0.4 A dockapp that displays 9 buttons to run apps of your choice. Maintained by: jim@phrantic.phear.net Also listed in: windowmaker Requires: XFree86-3.3.3.1, xpm-3.4k wterm-6.2.6 A color vt102 terminal emulator with transparency support. Maintained by: cpiazza@home.net Requires: XFree86-3.3.3.1, giflib-3.0, jpeg-6b, libproplist-0.8.3, png-1.0.3, tiff-3.4a, windowmaker-0.51.2, xpm-3.4k Updated ports last two weeks - ----------------------------------- Category astro (http://www.freebsd.org/ports/astro.html) ================================================================== xephem-3.2.2 an interactive astronomical ephemeris program Maintained by: erich@FreeBSD.org Requires: XFree86-3.3.3.1, xpm-3.4k Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== ascd-0.10.1 A dockable cd player for AfterStep or WindowMaker. Maintained by: jim@phrantic.phear.net Also listed in: afterstep windowmaker Requires: XFree86-3.3.3.1, xpm-3.4k gqmpeg-0.5.1 Another gtk-base MP3 frontend. Maintained by: nacai@iname.com Requires: XFree86-3.3.3.1, gettext-0.10.35, giflib-3.0, glib-1.2.1, gtk-1.2.1, imlib-1.9.4, jpeg-6b, mpg123-0.59q, png-1.0.3, tiff-3.4a mp3info-0.2.16 MP3 information tool. Maintained by: andy@icc.surw.chel.su wmsound-0.9.3 The sound server for Window Maker. Maintained by: gljohns@bellsouth.net Also listed in: windowmaker Requires: XFree86-3.3.3.1, giflib-3.0, jpeg-6b, libproplist-0.8.3, png-1.0.3, tiff-3.4a, windowmaker-0.51.2, xpm-3.4k WSoundPrefs-0.9.3 A utility for configuring sounds to play for Window Maker events. Maintained by: gljohns@bellsouth.net Also listed in: windowmaker Requires: XFree86-3.3.3.1, giflib-3.0, jpeg-6b, libproplist-0.8.3, png-1.0.3, tiff-3.4a, windowmaker-0.51.2, wmsound-0.9.3, xpm-3.4k Category converters (http://www.freebsd.org/ports/converters.html) ================================================================== p5-MIME-Base64-2.11 perl5 module for Base64 and Quoted-Printable encodings Maintained by: ports@FreeBSD.ORG Also listed in: perl5 Category databases (http://www.freebsd.org/ports/databases.html) ================================================================== gnats-3.110 Cygnus GNATS bug tracking system. Maintained by: pst@FreeBSD.org Also listed in: elisp Requires: gmake-3.77, m4-1.4 mysql-3.22.21 a multithreaded SQL database. Maintained by: dirk@FreeBSD.ORG pgaccess-0.96 a Tcl/Tk interface to PostgreSQL Maintained by: andreas@FreeBSD.ORG Requires: XFree86-3.3.3.1, postgresql-6.4.2, tcl-8.0.4, tk-8.0.4 Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== dlmalloc-2.6.5 Small, fast malloc library by Doug Lea. Maintained by: roberto@FreeBSD.ORG p5-Time-981129 a collection of functions to convert and use time variables in perl5 Maintained by: jfitz@FreeBSD.ORG Also listed in: perl5 Category editors (http://www.freebsd.org/ports/editors.html) ================================================================== cooledit-3.9.0 Cooledit is a suite of utilities, including a GUI editor. Maintained by: brett@peloton.physics.montana.edu Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k e93-1.2.7 A nifty editor based on Tcl/Tk Maintained by: ports@FreeBSD.ORG Also listed in: tcl80 Requires: XFree86-3.3.3.1, tcl-8.0.4 hexedit-1.1.0 View and edit files in hexadecimal or ASCII. Maintained by: andy@icc.surw.chel.su Requires: autoconf-2.13, m4-1.4 vile-8.2 VI Like Emacs. a vi "workalike", with many additional features. Maintained by: gj@freebsd.org xvile-8.2 VI Like Emacs, X11 version -- a fully "X aware" vi work-alike Maintained by: gj@freebsd.org Requires: XFree86-3.3.3.1 Category emulators (http://www.freebsd.org/ports/emulators.html) ================================================================== atari800-0.8.6 Atari 8-bit computer emulator Maintained by: jsutton@webnet.com.au Requires: unzip-5.40 snes9x-118e Super Nintendo Entertainment System(SNES) Emulator Maintained by: nacai@iname.com Requires: XFree86-3.3.3.1, gmake-3.77, nasm-0.97, pgcc-1.1.1, unzip-5.40 xsystem-3.5-1.0.5 AliceSoft System 3.5 on X Window System Maintained by: k5@respo.or.jp Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.1, gtk-1.2.1 Category games (http://www.freebsd.org/ports/games.html) ================================================================== cgoban-1.9.5 Internet Go Server client and game editor Maintained by: simonm@dcs.gla.ac.uk Requires: XFree86-3.3.3.1 wmtimebomb-0.2.0 A minesweeper for WindowMaker. Maintained by: ports@FreeBSD.ORG Also listed in: windowmaker Requires: XFree86-3.3.3.1, giflib-3.0, jpeg-6b, libproplist-0.8.3, png-1.0.3, tiff-3.4a, windowmaker-0.51.2, xpm-3.4k Category german (http://www.freebsd.org/ports/german.html) ================================================================== de-webalizer-1.22.3 A web server log file analysis program. Maintained by: dirk.meyer@dinoex.sub.org Also listed in: www Requires: gd-1.3 Category graphics (http://www.freebsd.org/ports/graphics.html) ================================================================== g2-0.40 an easy to use, portable and powerful 2D graphics library Maintained by: billf@FreeBSD.org Requires: XFree86-3.3.3.1, gd-1.3 gimp-i18n-1.1.3 the GNU Image Manipulation Program with I18N extension Maintained by: nobutaka@nobutaka.com Requires: XFree86-3.3.3.1, aalib-1.2, gettext-0.10.35, glib-1.2.1, gmake-3.77, gtk-1.2.1, jpeg-6b, mpeg_lib-1.2.1, png-1.0.3, tiff-3.4a, xpm-3.4k gtksee-0.2.2 image viewer Maintained by: dirk@FreeBSD.ORG Requires: XFree86-3.3.3.1, bzip-0.21, bzip2-0.9.0c, glib-1.1.3, gtk-1.1.2, jpeg-6b, png-1.0.3, tiff-3.4a pnmtopng-2.37.2 Converter between PNG and portable anymap images. Maintained by: volf@oasis.IAEhv.nl Requires: XFree86-3.3.3.1, jpeg-6b, netpbm-94.3.1, png-1.0.3, tiff-3.4a tgif-4.1.4 An Xlib-based two-dimensional drawing tool and hyper-object browser. Maintained by: bmc@WillsCreek.COM Requires: XFree86-3.3.3.1, jpeg-6b, netpbm-94.3.1, tiff-3.4a xanim-2.80.1 play most popular animation formats and show pictures Maintained by: ports@FreeBSD.ORG Requires: XFree86-3.3.3.1 Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== ja-gicq-0.33 GTK based ICQ program Maintained by: flathill@FreeBSD.ORG Also listed in: net Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.1, gtk-1.2.1, ja-libicq-0.33 ja-libicq-0.33 library to add ICQ communication support to your software Maintained by: flathill@FreeBSD.ORG Also listed in: devel Requires: glib-1.2.1 ja-slrn-0.9.5.4 A newsreader based by S-Lang Maintained by: mega@minz.org Also listed in: news Requires: ja-libslang-1.2.2 ja-tcl-8.0.5 Japanized Tool Command Language, version 8.0 Maintained by: taguchi@tohoku.iij.ad.jp Also listed in: lang tcl80 Requires: autoconf-2.13, m4-1.4 ja-tk-8.0.5 Graphical toolkit for Japanized TCL, version 8.0 Maintained by: taguchi@tohoku.iij.ad.jp Also listed in: x11-toolkits tk80 Requires: XFree86-3.3.3.1, autoconf-2.13, ja-tcl-8.0.5, m4-1.4 ja-xjman-0.2 Japanized X manual from "The X Japanese Documentation Project". Maintained by: sada@FreeBSD.ORG Category lang (http://www.freebsd.org/ports/lang.html) ================================================================== itcl-3.0.1 [incr Tcl] (A.K.A. ``itcl''). Maintained by: dmlb@ragnet.demon.co.uk Requires: tcl-8.0.4 kaffe-1.0.b4 Java virtual machine including JIT compiler and AWT package Maintained by: xaa@xaa.iae.nl Requires: XFree86-3.3.3.1, giflib-3.0, jpeg-6b, png-1.0.3 python-1.5.2c1 An interpreted object-oriented programming language. Maintained by: tg@FreeBSD.ORG Also listed in: python tk80 Requires: XFree86-3.3.3.1, tcl-8.0.4, tk-8.0.4 Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== elm-2.4ME+54 ELM Mail User Agent Maintained by: ache@FreeBSD.ORG ezmlm-idx-0.321 Improved version of the ezmlm-0.53 mailing list management software. Maintained by: tom@eborcom.com Requires: qmail-1.03 fetchmail-5.0.0 batch mail retrieval/forwarding utility for pop2, pop3, apop, imap Maintained by: ve@sci.fi maildrop-0.63 Replacement local mail delivery agent, similar to procmail. Maintained by: tom@eborcom.com Requires: gdbm-1.7.3 procmail-3.13.1 A local mail delivery agent. Maintained by: ache@FreeBSD.ORG smtpfeed-1.00 SMTP Fast Exploding External Deliverer for Sendmail Maintained by: itojun@itojun.org wmmail-0.63a A little mail notifier for the WindowMaker dock. Maintained by: jim@phrantic.phear.net Also listed in: windowmaker Requires: XFree86-3.3.3.1, libproplist-0.8.3, xpm-3.4k Category math (http://www.freebsd.org/ports/math.html) ================================================================== fftw-2.1.1 Fast C routines to compute the Discrete Fourier Transform Maintained by: lkoeller@cc.fh-lippe.de Requires: gmake-3.77 Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== astrolog-5.40 An astrology program for X11 and alpha-numeric terminals Maintained by: ache@FreeBSD.ORG Requires: XFree86-3.3.3.1 iselect-1.2.0 Interactive Selection Tool Maintained by: rse@engelschall.com less-335 a better pager utility Maintained by: ache@FreeBSD.ORG pdmenu-1.2.40 A simple console menu program. Maintained by: nbm@rucus.ru.ac.za Requires: gmake-3.77, libslang-1.2.2 rc5des-2.7106.436 distributed.net rc5des brute force client Maintained by: dbaker@distributed.net Category net (http://www.freebsd.org/ports/net.html) ================================================================== bind-8.2 The Berkeley Internet Name Daemon, an implementation of DNS. Maintained by: jseger@FreeBSD.org bitchx-75p3 An alternative ircII color client. Maintained by: griffin@blackhole.iceworld.org cftp-0.9.3 Comfortable FTP, a full screen ftp client Maintained by: andy@icc.surw.chel.su micq-0.4.0 Text-based ICQ implementation. Maintained by: mph@freebsd.org mrtg-2.7.2 the multi-router traffic grapher Maintained by: jfitz@FreeBSD.ORG Requires: gd-1.3 p5-Net-1.0606 perl5 modules to access and use network protocols. Maintained by: jfitz@FreeBSD.ORG Also listed in: perl5 p5-SNMP-1.8b5 a perl5 module for interfacing with the CMU SNMP library Maintained by: jfitz@FreeBSD.ORG Also listed in: perl5 Requires: ucd-snmp-3.6.1 rsync-2.3.1 A network file distribution/synchronisation utility. Maintained by: obrien@FreeBSD.org ttt-1.4 Tele Traffic Tapper, a network traffic monitoring tool Maintained by: kjc@csl.sony.co.jp Also listed in: tk80 Requires: XFree86-3.3.3.1, blt-2.4h, tcl-8.0.4, tk-8.0.4 ucd-snmp-3.6.1 An extendable SNMP implimentation Maintained by: gpalmer@FreeBSD.ORG wu-ftpd-2.4.2v17 A replacement ftp server for Un*x systems. Maintained by: ache@FreeBSD.org xchat-0.9.4 X-Chat is a X11 (X Window System) IRC client, using the GTK+ toolkit. Maintained by: jim@phrantic.phear.net Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.1, gmake-3.77, gtk-1.2.1 zebra-19990408 Free multithreaded RIPv1, RIPv2, OSPFv2, BGP4 route software (server/reflector) Maintained by: andreas@FreeBSD.ORG zircon-1.18.213 An X11 interface to Internet Relay Chat. Maintained by: jseger@FreeBSD.org Also listed in: tk80 Requires: XFree86-3.3.3.1, tcl-8.0.4, tk-8.0.4 Category news (http://www.freebsd.org/ports/news.html) ================================================================== leafnode+-2.6 Multi-user offline Usenet news package for small sites. Maintained by: tom@eborcom.com suck-4.1.1 Receives/sends news to/from localhost via NNTP. Maintained by: jseger@FreeBSD.org Requires: gmake-3.77 Category print (http://www.freebsd.org/ports/print.html) ================================================================== teTeX-0.9.981113 TeX distribution for UNIX compatible systems Maintained by: br@netland.inka.de Requires: XFree86-3.3.3.1, gmake-3.77, libwww-5.2.6, png-1.0.3 Category security (http://www.freebsd.org/ports/security.html) ================================================================== nmap-2.12 port scanning utility for large networks Maintained by: obrien@FreeBSD.org Also listed in: net vscan-3.1.8 scan MS-DOS files for viruses Maintained by: obrien@FreeBSD.org Category sysutils (http://www.freebsd.org/ports/sysutils.html) ================================================================== asapm-2.6 Laptop battery status display for X11 Maintained by: handy@physics.montana.edu Requires: XFree86-3.3.3.1, xpm-3.4k cdrecord-1.8a20 cdrecord, cdda2wav (CD-DA ripper) and mkisofs allow you to record CD-R's Maintained by: jmz@FreeBSD.org Requires: gmake-3.77 lsof-4.42 Lists information about open files. (simular to fstat(1)) Maintained by: obrien@FreeBSD.org mkisofs-1.12b4 create ISO9660 filesystems with [optional] Rockridge extensions Maintained by: dirk@FreeBSD.ORG webmin-0.71 web-based interface for system administration for Unix Maintained by: andreas@FreeBSD.ORG Category textproc (http://www.freebsd.org/ports/textproc.html) ================================================================== c2html-0.4 C-language sources to HTML converter Maintained by: mkamm@gmx.net Also listed in: www Requires: autoconf-2.13, m4-1.4 dsssl-docbook-modular-1.38b DSSSL stylesheets for the DocBook DTD by Norman Walsh Maintained by: kuriyama@FreeBSD.ORG Requires: docbook-3.0, iso8879-1986, unzip-5.40 grap-0.91a An implementation of Kernigan & Bentley's grap language Maintained by: faber@lunabase.org Also listed in: graphics Category www (http://www.freebsd.org/ports/www.html) ================================================================== apache-1.3.6+mod_ssl-2.2.8 The Apache 1.3 webserver with SSL/TLS functionality. Maintained by: rse@engelschall.com Also listed in: security Requires: openssl-0.9.2b apache-php3-1.3.6 Apache http server with database support via compiled in PHP3 module. Maintained by: dirk@FreeBSD.ORG apache-1.3.6+ssl_1.32 Apache-SSL: Apache secure webserver integrating OpenSSL. Maintained by: adam@algroup.co.uk Also listed in: security Requires: openssl-0.9.2b calamaris-2.23 a perl script to product statistics out of Squid log files Maintained by: dima@Chg.RU Also listed in: textproc lynx-2.8.2dev.21 A non-graphical, text-based World-Wide Web client. Maintained by: ache@FreeBSD.ORG Requires: bzip2-0.9.0c netscape-communicator-4.51 Netscape Communicator suite, version 4.5 Maintained by: thepish@FreeBSD.ORG p5-libwww-5.42 perl5 library for WWW access. Maintained by: jfitz@FreeBSD.ORG Also listed in: perl5 devel Requires: p5-Digest-MD5-2.06, p5-HTML-Parser-2.22, p5-MIME-Base64-2.11, p5-Net-1.0606, p5-URI-1.02 sitecopy-0.5.1 Maintains remote websites, uses FTP or WebDAV to sync up with local copy Maintained by: nik@FreeBSD.ORG w3mir-1.0.6 All-purpose HTTP copying and mirroring tool. Maintained by: ache@freebsd.org Also listed in: perl5 Requires: p5-libwww-5.42 webalizer-1.22.3 A web server log file analysis program. Maintained by: dirk.meyer@dinoex.sub.org Requires: gd-1.3 wml-1.6.8 Website META Language, webdesign toolkit for HTML generation Maintained by: rse@engelschall.com Also listed in: lang Category x11-toolkits (http://www.freebsd.org/ports/x11-toolkits.html) ================================================================== blt-2.4h A Tk extension (with shared libs) Maintained by: kjc@csl.sony.co.jp Also listed in: tk80 Requires: XFree86-3.3.3.1, tcl-8.0.4, tk-8.0.4 Category x11-wm (http://www.freebsd.org/ports/x11-wm.html) ================================================================== windowmaker-i18n-0.52.0 A GNUStep-compliant NeXTStep clone window manager with i18n extention Maintained by: mac@jp.freebsd.org Also listed in: windowmaker Requires: XFree86-3.3.3.1, gettext-0.10.35, giflib-3.0, ja-nkf-1.62, jpeg-6b, libproplist-0.8.3, png-1.0.3, tiff-3.4a, wmicons-1.0, xpm-3.4k xfce-2.4.0 XForm Cool Environment Maintained by: nacai@iname.com Requires: XFree86-3.3.3.1, xforms-0.88.1, xpm-3.4k Category x11 (http://www.freebsd.org/ports/x11.html) ================================================================== xtt-3DLabs-1.2.1 A X True Type Server for SVGA Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-8514-1.2.1 A X True Type Server for 8514 Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-AGX-1.2.1 A X True Type Server for AGX Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-I128-1.2.1 A X True Type Server for I128 Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-Mach32-1.2.1 A X True Type Server for Mach32 Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-Mach64-1.2.1 A X True Type Server for Mach64 Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-Mach8-1.2.1 A X True Type Server for Mach8 Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-Mono-1.2.1 A X True Type Server for Mono Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-P9000-1.2.1 A X True Type Server for P9000 Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-S3-1.2.1 A X True Type Server for S3 Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-S3V-1.2.1 A X True Type Server for S3V Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-SVGA-1.2.1 A X True Type Server for SVGA Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-VGA16-1.2.1 A X True Type Server for VGA16 Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-W32-1.2.1 A X True Type Server for W32 Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-common-1.2.1 Common files for X True Type Servers. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2 xtt-xfs-1.2.1 A X True Type Font Server. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98EGC-1.2.1 A X True Type Server for X98 EGC Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98GA968-1.2.1 A X True Type Server for X98 GA968 Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98GANBWAP-1.2.1 A X True Type Server for X98 GANBWAP Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98MGA-1.2.1 A X True Type Server for X98 MGA Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98NEC480-1.2.1 A X True Type Server for X98 NEC480 Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98NECS3-1.2.1 A X True Type Server for X98 NECS3 Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98NKVNEC-1.2.1 A X True Type Server for X98 NKVNEC Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98PWLB-1.2.1 A X True Type Server for X98 PWLB Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98PWSKB-1.2.1 A X True Type Server for X98 PWSKB Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98SVGA-1.2.1 A X True Type Server for X98 SVGA Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98TGUI-1.2.1 A X True Type Server for X98 TGUI Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98WABEP-1.2.1 A X True Type Server for X98 WABEP Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98WABS-1.2.1 A X True Type Server for X98 WABS Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98WSNA-1.2.1 A X True Type Server for X98 WSNA Graphics Cards. Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xautolock-1.15 Used to activate xlock after a user defined time of inactivity. Maintained by: eblood@cs.unr.edu Requires: XFree86-3.3.3.1 xscreensaver-3.08 Save your screen while you entertain your cat Maintained by: jseger@FreeBSD.ORG Requires: XFree86-3.3.3.1, xpm-3.4k _________________________________________________________________ © 1996-1998 by Wolfram Schneider. All rights reserved. Please direct questions about this service to www@FreeBSD.org General questions about FreeBSD ports should be sent to ports@FreeBSD.org Last database update: 1999-04-12 23:51:01 UTC; based on revision 1.216 _________________________________________________________________ This information was produced by http://www.freebsd.org/cgi/ports.cgi -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQCVAwUBNxiZezmN/mkrcYGtAQGiswQAiKvq6dt5H0ZeIk1ZT1+BIn+HQFKwIAEg lnazqgtQ31aREiriqWPM9ll+h68BBxbemNuM017QJHg8bfFTLbxiISHEHlZU0aaR 7sayPzfKSrSO2gVAxGY5xpwH7HRXwhE9XMUaLjDYCyU2rA8ye134ucVq8u9yOxL1 ied/+4iYU0M= =QV64 -----END PGP SIGNATURE----- -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 17 12:32:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B183C1521B for ; Sat, 17 Apr 1999 12:32:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA15062; Sat, 17 Apr 1999 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1C0F3150C6; Sat, 17 Apr 1999 12:30:43 -0700 (PDT) Message-Id: <19990417193043.1C0F3150C6@hub.freebsd.org> Date: Sat, 17 Apr 1999 12:30:43 -0700 (PDT) From: jobaldwi@vt.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11191: [Patch]Fix for cccc port in /usr/ports/devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11191 >Category: ports >Synopsis: [Patch]Fix for cccc port in /usr/ports/devel >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 17 12:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: John Baldwin >Release: 3.1-STABLE >Organization: >Environment: FreeBSD john.baldwin.cx 3.1-STABLE FreeBSD 3.1-STABLE #14: Sun Apr 4 16:45:39 EDT 1999 root@john.baldwin.cx:/usr/source/src/sys/compile/JOHN i386 >Description: The port is currently marked as broken. It is broken because it attempts to include sys/signal.h instead of signal.h. Under 3.0+, at least, including only sys/signal.h results in a parse error because 'size_t' is undefined. >How-To-Repeat: cd /usr/ports/devel/cccc; make (After commenting out BROKEN= line in Makefile) >Fix: Replace the current patches/patch-ab file with this one, which causes the compile to include signal.h instead of sys/signal.h *** cccc.h.orig Sun Aug 10 12:52:24 1997 --- cccc.h Sat Apr 17 14:26:46 1999 *************** *** 20,27 **** --- 20,32 ---- #else + #ifdef __FreeBSD__ + #define SIGNAL_HEADER + #define DEFAULT_LIBDIR "/usr/local/share/cccc" + #else #define SIGNAL_HEADER #define DEFAULT_LIBDIR "/usr/local/lib/cccc" + #endif #endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 17 13: 2:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B775C14D59 for ; Sat, 17 Apr 1999 13:02:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA16896; Sat, 17 Apr 1999 13:00:01 -0700 (PDT) (envelope-from gnats@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 D511815214 for ; Sat, 17 Apr 1999 13:01:14 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id B609A167D; Sat, 17 Apr 1999 12:58:50 -0700 (PDT) Message-Id: <19990417195850.B609A167D@norn.ca.eu.org> Date: Sat, 17 Apr 1999 12:58:50 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11192: Update: emulators/mtools Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11192 >Category: ports >Synopsis: Update: emulators/mtools >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 17 13:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 3.9.4 w/ patch 2703b Files removed: patch-d >How-To-Repeat: >Fix: Index: mtools/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/emulators/mtools/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- Makefile 1999/01/31 12:31:06 1.26 +++ Makefile 1999/04/17 19:51:38 @@ -1,30 +1,30 @@ # New ports collection makefile for: mtools -# Version required: 3.9.1 +# Version required: 3.9.4 # Date created: 5 October 1994 # Whom: jmz # # $Id: Makefile,v 1.26 1999/01/31 12:31:06 obrien Exp $ # -DISTNAME= mtools-3.9.1 -PKGNAME= mtools-3.9.1.3110 +DISTNAME= mtools-3.9.4 +PKGNAME= mtools-3.9.4.2703b CATEGORIES= emulators MASTER_SITES= ftp://ftp.tux.org/pub/knaff/mtools/ \ http://mtools.linux.lu/ -PATCHFILES= mtools-3.9.1-3110.diff.gz +PATCHFILES= mtools-3.9.4-2703b.diff.gz PATCH_SITES= ftp://ftp.tux.org/pub/knaff/mtools/ \ http://mtools.linux.lu/ PATCH_DIST_STRIP= -p1 MAINTAINER= jmz@FreeBSD.org -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --enable-xdf --prefix=${PREFIX} +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-xdf USE_GMAKE= yes -MAN1= mattrib.1 mbadblocks.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 \ +MAN1= mattrib.1 mbadblocks.1 mcat.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 \ mdir.1 mdu.1 mformat.1 mkmanifest.1 mlabel.1 mmd.1 mmount.1 \ mmove.1 mpartition.1 mrd.1 mread.1 mren.1 mshowfat.1 \ mtoolstest.1 mtools.1 mtype.1 mzip.1 Index: mtools/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/emulators/mtools/files/md5,v retrieving revision 1.13 diff -u -r1.13 md5 --- md5 1999/01/28 19:46:16 1.13 +++ md5 1999/04/17 19:28:04 @@ -1,2 +1,2 @@ -MD5 (mtools-3.9.1.tar.gz) = 2604651c49fb42c612ac4679054b2317 -MD5 (mtools-3.9.1-3110.diff.gz) = 5aec663705f4f68c239bef816b98188f +MD5 (mtools-3.9.4.tar.gz) = 852f99f67cb2c47b0e72f4972292064e +MD5 (mtools-3.9.4-2703b.diff.gz) = f9082569c48be510489c7d71027486dd Index: mtools/patches/patch-d =================================================================== RCS file: patch-d diff -N patch-d --- /tmp/cvsd20672 Sat Apr 17 12:56:33 1999 +++ /dev/null Sat Apr 17 12:44:25 1999 @@ -1,11 +0,0 @@ ---- configure.orig Mon Dec 29 23:10:02 1997 -+++ configure Wed May 6 22:09:37 1998 -@@ -2108,7 +2108,7 @@ - CFLAGS="$CFLAGS -ZP" - MACHDEPLIBS="-lposix -UTIL" - fi -- CFLAGS="$CFLAGS -O4 $Wall" -+ CFLAGS="$CFLAGS $Wall" - else - if [ $host_os3 = hpux ] ; then - CPPFLAGS="$CPPFLAGS -Ae" Index: mtools/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/emulators/mtools/pkg/PLIST,v retrieving revision 1.13 diff -u -r1.13 PLIST --- PLIST 1998/08/17 19:06:36 1.13 +++ PLIST 1999/04/17 19:56:26 @@ -1,6 +1,7 @@ bin/mtools @exec ln -fs %D/%F %B/mattrib @exec ln -fs %D/%F %B/mbadblocks +@exec ln -fs %D/%F %B/mcat @exec ln -fs %D/%F %B/mcd @exec ln -fs %D/%F %B/mcopy @exec ln -fs %D/%F %B/mdel @@ -24,6 +25,7 @@ @exec ln -fs %D/%F %B/mzip @unexec rm %B/mattrib @unexec rm %B/mbadblocks +@unexec rm %B/mcat @unexec rm %B/mcd @unexec rm %B/mcopy @unexec rm %B/mdel >Release-Note: >Audit-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 17 14:19:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [194.94.232.249]) by hub.freebsd.org (Postfix) with ESMTP id A304C14E02; Sat, 17 Apr 1999 14:19:12 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id XAA18741; Sat, 17 Apr 1999 23:12:53 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id XAA60201; Sat, 17 Apr 1999 23:15:12 +0200 (MET DST) From: Juergen Lock Date: Sat, 17 Apr 1999 23:15:11 +0200 To: freebsd-ports@FreeBSD.ORG Cc: freebsd-emulation@FreeBSD.ORG Subject: strange things happening while trying to update ports/emulators/wine, could use some help (pointer) Message-ID: <19990417231511.A59265@saturn.kn-bremen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I didn't want to crosspost on 3 lists so this is only a pointer... (I can get freecell to run again on wine-990328, but only that: using its help menu (normally starts winhelp) still makes it die.) If you want to help have a look at my post in -hackers, if you don't read that it should be available here: http://www.freebsd.org/cgi/mid.cgi?db=irt&id=19990417224534.A55834@saturn.kn-bremen.de Thanx, -- Juergen Lock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 17 14:26: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [194.94.232.249]) by hub.freebsd.org (Postfix) with ESMTP id B7D8314E02; Sat, 17 Apr 1999 14:25:58 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id XAA18798; Sat, 17 Apr 1999 23:19:39 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id XAA60492; Sat, 17 Apr 1999 23:22:04 +0200 (MET DST) From: Juergen Lock Date: Sat, 17 Apr 1999 23:22:04 +0200 To: freebsd-ports@FreeBSD.ORG Cc: freebsd-emulation@FreeBSD.ORG Subject: Re: strange things happening while trying to update ports/emulators/wine, could use some help (pointer) Message-ID: <19990417232204.A60488@saturn.kn-bremen.de> References: <19990417231511.A59265@saturn.kn-bremen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990417231511.A59265@saturn.kn-bremen.de>; from nox on Sat, Apr 17, 1999 at 11:15:11PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Apr 17, 1999 at 11:15:11PM +0200, nox wrote: > I didn't want to crosspost on 3 lists so this is only a pointer... > (I can get freecell to run again on wine-990328, but only that: using its > help menu (normally starts winhelp) still makes it die.) > If you want to help have a look at my post in -hackers, if you don't read > that it should be available here: > > http://www.freebsd.org/cgi/mid.cgi?db=irt&id=19990417224534.A55834@saturn.kn-bremen.de Hmm. make that http://www.freebsd.org/cgi/mid.cgi?db=&id=19990417224534.A55834@saturn.kn-bremen.de I don't know who db=irt doesn't work... Thanx, -- Juergen Lock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 17 17:32:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 39AEA1540D for ; Sat, 17 Apr 1999 17:32:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA28892; Sat, 17 Apr 1999 17:30:01 -0700 (PDT) (envelope-from gnats@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 A7B1E14EA4 for ; Sat, 17 Apr 1999 17:28:10 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id D4BA81672; Sat, 17 Apr 1999 17:25:45 -0700 (PDT) Message-Id: <19990418002545.D4BA81672@norn.ca.eu.org> Date: Sat, 17 Apr 1999 17:25:45 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11193: Update: editors/lpe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11193 >Category: ports >Synopsis: Update: editors/lpe >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 17 17:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 1.1.7. I am the maintainer. >How-To-Repeat: >Fix: Index: lpe/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/editors/lpe/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/04/14 05:56:14 1.1.1.1 +++ Makefile 1999/04/18 00:20:07 @@ -1,12 +1,12 @@ # New ports collection makefile for: lpe -# Version required: 1.1.5 +# Version required: 1.1.7 # Date created: 12 April 1999 # Whom: Chris Piazza # # $Id: Makefile,v 1.1.1.1 1999/04/14 05:56:14 mharo Exp $ # -DISTNAME= lpe-1.1.5 +DISTNAME= lpe-1.1.7 CATEGORIES= editors MASTER_SITES= http://cdsmith.twu.net/lpe/ @@ -25,11 +25,7 @@ do-install: ${MKDIR} ${PREFIX}/lib/lpe ${INSTALL_PROGRAM} ${WRKSRC}/lpe ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/cmode.so ${PREFIX}/lib/lpe - ${INSTALL_DATA} ${WRKSRC}/cppmode.so ${PREFIX}/lib/lpe - ${INSTALL_DATA} ${WRKSRC}/htmlmode.so ${PREFIX}/lib/lpe - ${INSTALL_DATA} ${WRKSRC}/perlmode.so ${PREFIX}/lib/lpe - ${INSTALL_DATA} ${WRKSRC}/sgmlmode.so ${PREFIX}/lib/lpe + ${INSTALL_DATA} ${WRKSRC}/*.so ${PREFIX}/lib/lpe ${INSTALL_MAN} ${WRKSRC}/lpe.1 ${PREFIX}/man/man1 .include Index: lpe/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/editors/lpe/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/04/14 05:56:14 1.1.1.1 +++ md5 1999/04/18 00:15:04 @@ -1 +1 @@ -MD5 (lpe-1.1.5.tar.gz) = 708371d5ddfe4e663b0bff2952851731 +MD5 (lpe-1.1.7.tar.gz) = 1fce77eedadf97aaa429c3edcbdd8807 Index: lpe/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/editors/lpe/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- patch-aa 1999/04/14 05:56:14 1.1.1.1 +++ patch-aa 1999/04/18 00:23:42 @@ -1,5 +1,5 @@ ---- Config.make.orig Mon Apr 12 10:30:06 1999 -+++ Config.make Mon Apr 12 21:00:29 1999 +--- Config.make.orig Fri Apr 16 11:52:29 1999 ++++ Config.make Sat Apr 17 17:23:29 1999 @@ -5,7 +5,6 @@ # Base directory in which to install lpe. The binary and man page will be @@ -22,25 +22,22 @@ -LD_SH = gcc -shared +LD_SH = ${CC} -shared # OpenBSD: ld -Bshareable + # Cygwin: /bin/true - # The flags to pass to the preprocessor -@@ -28,18 +26,14 @@ +@@ -30,7 +28,6 @@ # OpenBSD: -I/usr/local/include -DSLANG_H="" -DLIMITS_H="" # The flags to pass to the compiler proper --CFLAGS = -pipe -Wall -g -O2 +-CFLAGS = -pipe -Wall -g + # CFLAGS = -pipe -Wall -g -O2 # The flags to pass to the linker - LDFLAGS = -L/usr/local/lib -rdynamic +@@ -38,7 +35,7 @@ + # Cygwin: -L/usr/local/lib # The libraries, in linker option format, against which to link -LOADLIBES = -lslang -ldl -+LOADLIBES = -lslang -ltermcap - # For Windows NT: -lslang -ldl -ltermcap ++LOADLIBES = -lslang -ltermcap + # For Cygwin: -lslang -ltermcap # For FreeBSD: -lslang -ldl -ltermcap # For OpenBSD: -lslang -ldl -ltermcap - - # Location and options to a BSD compatible install program --INSTALL = /usr/bin/install -c --INSTALL_PROGRAM = $(INSTALL) --INSTALL_DATA = $(INSTALL) -m 644 Index: lpe/patches/patch-ab =================================================================== RCS file: /cvs/FreeBSD/ports/editors/lpe/patches/patch-ab,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-ab --- patch-ab 1999/04/14 05:56:14 1.1.1.1 +++ patch-ab 1999/04/18 00:18:34 @@ -1,11 +1,11 @@ ---- options.h.orig Mon Apr 12 20:34:09 1999 -+++ options.h Mon Apr 12 20:34:39 1999 -@@ -85,7 +85,7 @@ - * default; it is overridden by an LPE_MODULE_PATH environment variable, if - * present. +--- options.h.orig Sat Apr 17 17:18:13 1999 ++++ options.h Sat Apr 17 17:18:24 1999 +@@ -31,7 +31,7 @@ + * environment variable. */ + #define OPT_DYNAMIC_MODES -#define DEF_MODULE_PATH "/etc/lpe:~/.lpe" +#define DEF_MODULE_PATH "/etc/lpe:~/.lpe:__PREFIX__/lib/lpe" - /* Time to flash braces. This defines, in tenths of a second, how long a brace - * flash should last. It is meaningless if brace flashing is not enabled. + /* Flash Brace: This option causes the cursor position to flash briefly to the + * beginning of a properly nested set of parentheses, braces, etc., to indicate Index: lpe/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/editors/lpe/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1999/04/14 05:56:14 1.1.1.1 +++ PLIST 1999/04/18 00:20:27 @@ -2,6 +2,8 @@ lib/lpe/cmode.so lib/lpe/cppmode.so lib/lpe/htmlmode.so +lib/lpe/javamode.so +lib/lpe/mailmode.so lib/lpe/perlmode.so lib/lpe/sgmlmode.so @dirrm lib/lpe -Chris >Release-Note: >Audit-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 17 18:12:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B15614EE9 for ; Sat, 17 Apr 1999 18:12:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA30435; Sat, 17 Apr 1999 18:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from stade.demon.co.uk (stade.demon.co.uk [158.152.29.164]) by hub.freebsd.org (Postfix) with ESMTP id 87AC214E3C for ; Sat, 17 Apr 1999 18:04:57 -0700 (PDT) (envelope-from aw1@stade.co.uk) Received: (from aw1@localhost) by stade.demon.co.uk (8.9.3/8.9.3) id BAA74540; Sun, 18 Apr 1999 01:27:52 +0100 (BST) (envelope-from aw1) Message-Id: <199904180027.BAA74540@stade.demon.co.uk> Date: Sun, 18 Apr 1999 01:27:52 +0100 (BST) From: Adrian Wontroba Reply-To: aw1@stade.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11195: Missing files for wwwoffle port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11195 >Category: ports >Synopsis: Missing files for wwwoffle port >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 17 18:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Adrian Wontroba >Release: FreeBSD 4.0-CURRENT i386 >Organization: Yes, some would be nice! >Environment: Tested under 4.0 current only >Description: The wwwoffle port is missing a couple of files, and makes incorrect assumptions about the permissions on one file. The result is that the port fails to install. >How-To-Repeat: cd /usr/ports/www/wwwoffle; make install >Fix: Apply the following diffs. Changed files: Makefile New files files/wwwoffled.sh pkg/INSTALL diff -ruN --exclude CVS /usr/ports/www/wwwoffle/Makefile wwwoffle/Makefile --- /usr/ports/www/wwwoffle/Makefile Tue Mar 9 09:16:54 1999 +++ wwwoffle/Makefile Sun Apr 18 01:10:52 1999 @@ -81,7 +81,7 @@ post-install: # upgrade cache, convert cache, build additional files, configure html and wwwoffle.conf - $(PKGDIR)/INSTALL ${DISTNAME} POST-INSTALL + $(SH) $(PKGDIR)/INSTALL ${DISTNAME} POST-INSTALL # keep at end .include diff -ruN --exclude CVS /usr/ports/www/wwwoffle/files/wwwoffled.sh wwwoffle/files/wwwoffled.sh --- /usr/ports/www/wwwoffle/files/wwwoffled.sh Thu Jan 1 01:00:00 1970 +++ wwwoffle/files/wwwoffled.sh Sat Apr 17 23:59:42 1999 @@ -0,0 +1,2 @@ +#!/bin/sh +[ -x %PREFIX%/sbin/wwwoffled ] && %PREFIX%/sbin/wwwoffled > /dev/null && echo -n ' wwwoffled' diff -ruN --exclude CVS /usr/ports/www/wwwoffle/pkg/INSTALL wwwoffle/pkg/INSTALL --- /usr/ports/www/wwwoffle/pkg/INSTALL Thu Jan 1 01:00:00 1970 +++ wwwoffle/pkg/INSTALL Sun Apr 18 00:07:12 1999 @@ -0,0 +1,85 @@ +#!/bin/sh +# +# installation script for wwwoffle2.4 +# + +set -e +echo $0 $1 $2 +PREFIX=${PKG_PREFIX:-/usr/local} +SPOOLDIR=/var/spool/wwwoffle +CONFDIR=${SPOOLDIR} +LOCALHOST=localhost:8080 +INSTALL="install -c" + +case $2 in +POST-INSTALL) + + if [ -d ${SPOOLDIR}/http ] + then + echo "not upgrading spool directory" + else + echo "upgrading spool directory" + ${PREFIX}/bin/upgrade-cache ${SPOOLDIR} + fi + + if [ -d ${SPOOLDIR}/http ] + then + if ${PREFIX}/bin/endian-cache > /dev/null 2>&1 + then + echo "no cache conversion needed" + else + echo "converting cache" + ${PREFIX}/bin/endian-cache ${SPOOLDIR} + fi + fi + + echo "creating directories and files as needed" + [ -x ${SPOOLDIR} ] || ${INSTALL} -d ${SPOOLDIR} + [ -x ${SPOOLDIR}/http ] || ${INSTALL} -d ${SPOOLDIR}/http + [ -x ${SPOOLDIR}/outgoing ] || ${INSTALL} -d ${SPOOLDIR}/outgoing + [ -x ${SPOOLDIR}/monitor ] || ${INSTALL} -d ${SPOOLDIR}/monitor + [ -x ${SPOOLDIR}/lasttime ] || ${INSTALL} -d ${SPOOLDIR}/lasttime + [ -x ${SPOOLDIR}/prevtime1 ] || ${INSTALL} -d ${SPOOLDIR}/prevtime1 + echo 'GET http://www.gedanken.demon.co.uk/wwwoffle/version-2.4/user.html HTTP/1.0' > ${SPOOLDIR}/outgoing/Owwwoffle-user + echo 'Host: www.gedanken.demon.co.uk' >> ${SPOOLDIR}/outgoing/Owwwoffle-user + echo 'Accept: */*' >> ${SPOOLDIR}/outgoing/Owwwoffle-user + echo '' >> ${SPOOLDIR}/outgoing/Owwwoffle-user + awk 'BEGIN{printf("http://www.gedanken.demon.co.uk/wwwoffle/version-2.4/user.html");}' > ${SPOOLDIR}/outgoing/Uwwwoffle-user < /dev/null + echo 'GET http://www.gedanken.demon.co.uk/wwwoffle/version-2.4/browser.html HTTP/1.0' > ${SPOOLDIR}/outgoing/Owwwoffle-browser + echo 'Host: www.gedanken.demon.co.uk' >> ${SPOOLDIR}/outgoing/Owwwoffle-browser + echo 'Accept: */*' >> ${SPOOLDIR}/outgoing/Owwwoffle-browser + echo '' >> ${SPOOLDIR}/outgoing/Owwwoffle-browser + awk 'BEGIN{printf("http://www.gedanken.demon.co.uk/wwwoffle/version-2.4/browser.html");}' > ${SPOOLDIR}/outgoing/Uwwwoffle-browser < /dev/null + + echo "installing configuration file" + if [ -f ${CONFDIR}/wwwoffle.conf ] + then + echo "upgrading configuration file" + perl ${SPOOLDIR}/hold/upgrade-config.pl ${CONFDIR}/wwwoffle.conf + else + ${INSTALL} -m 644 ${CONFDIR}/wwwoffle.conf.install ${CONFDIR}/wwwoffle.conf + fi + + if [ -x ${SPOOLDIR}/html ] + then + echo "preserving old html files" + rm -rf ${SPOOLDIR}/html.old + mv ${SPOOLDIR}/html ${SPOOLDIR}/html.old + fi + + echo "moving html files into place" + tar cf - -C ${SPOOLDIR}/hold html | tar xf - -C ${SPOOLDIR} + echo "fixing up html files" + (cd ${SPOOLDIR}/html && ./fixup-install.sh ${SPOOLDIR} ${LOCALHOST} && rm ./fixup-install.sh) + +# echo "removing holding directory" +# rm -rf ${SPOOLDIR}/hold + + ;; + +*) + echo "$0: $1 - doing nothing" + ;; +esac + +exit 0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 17 18:52:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bachue.usc.unal.edu.co (bachue.usc.unal.edu.co [168.176.3.20]) by hub.freebsd.org (Postfix) with ESMTP id CAC9D152B9 for ; Sat, 17 Apr 1999 18:52:41 -0700 (PDT) (envelope-from pfgiffun@bachue.usc.unal.edu.co) Received: from bachue.usc.unal.edu.co ([168.176.3.32]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.0) with ESMTP id AAA25436 for ; Sat, 17 Apr 1999 20:49:28 -0400 Message-ID: <371935DD.A3B70644@bachue.usc.unal.edu.co> Date: Sat, 17 Apr 1999 20:31:11 -0500 From: "Pedro F. Giffuni" Organization: U. Nacional de Colombia X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.1-RELEASE i386) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Subject: Time to split the ports collection? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi; I installed 3.1 and was going to start building new ports when I found that installing the complete ports tree was a requirement !!. I am not interested in extracting the complete tree, after all this is already packaged. The fact is that since the ports system is now on /usr/ports/Mk, and these files are not available by default, nor are they on the live filesystem , I had to start installing the complete ports tree and when sysinstall finished installing the /usr/ports/Mk dir, I abruptly stopped the installation with Ctrl-C. There clearly has to be a different way of installing the base files, either a "base port tools" package should be added, or the ports distribution should be installable by branches like src is. hope this helps for a future release, Pedro. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 17 20: 9:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 12BBE14BFF for ; Sat, 17 Apr 1999 20:09:39 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id UAA82019; Sat, 17 Apr 1999 20:07:05 -0700 (PDT) (envelope-from mharo) Date: Sat, 17 Apr 1999 20:07:04 -0700 From: Michael Haro To: "Pedro F. Giffuni" Cc: ports@freebsd.org Subject: Re: Time to split the ports collection? Message-ID: <19990417200704.A81975@patrol.area51.fremont.ca.us> References: <371935DD.A3B70644@bachue.usc.unal.edu.co> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <371935DD.A3B70644@bachue.usc.unal.edu.co>; from Pedro F. Giffuni on Sat, Apr 17, 1999 at 08:31:11PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Apr 17, 1999 at 08:31:11PM -0500, Pedro F. Giffuni wrote: > The fact is that since the ports system is now on /usr/ports/Mk, and > these files are not available by default, nor are they on the live > filesystem , I had to start installing the complete ports tree and when > sysinstall finished installing the /usr/ports/Mk dir, I abruptly stopped > the installation with Ctrl-C. There clearly has to be a different way of > installing the base files, either a "base port tools" package should be > added, or the ports distribution should be installable by branches like > src is. That is the reason we have upgrade kits at http://www.freebsd.org/ports/. The upgrade kits take care of fixing everything which needs fixing since the release you installed. Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 17 20:11:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FEFF14BFF; Sat, 17 Apr 1999 20:11:37 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA35415; Sat, 17 Apr 1999 20:09:14 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sat, 17 Apr 1999 20:09:14 -0700 (PDT) From: Message-Id: <199904180309.UAA35415@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/11192: Update: emulators/mtools Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: emulators/mtools Responsible-Changed-From-To: freebsd-ports->jmz Responsible-Changed-By: mharo Responsible-Changed-When: Sat Apr 17 20:08:49 PDT 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 17 20:14:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bachue.usc.unal.edu.co (bachue.usc.unal.edu.co [168.176.3.20]) by hub.freebsd.org (Postfix) with ESMTP id ED2ED15499 for ; Sat, 17 Apr 1999 20:14:50 -0700 (PDT) (envelope-from pfgiffun@bachue.usc.unal.edu.co) Received: from bachue.usc.unal.edu.co ([168.176.3.32]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.0) with ESMTP id AAA25836; Sat, 17 Apr 1999 22:11:58 -0400 Message-ID: <37194DE3.D8719241@bachue.usc.unal.edu.co> Date: Sat, 17 Apr 1999 22:13:40 -0500 From: "Pedro F. Giffuni" Organization: U. Nacional de Colombia X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.1-RELEASE i386) MIME-Version: 1.0 To: Michael Haro Cc: ports@freebsd.org Subject: Re: Time to split the ports collection? References: <371935DD.A3B70644@bachue.usc.unal.edu.co> <19990417200704.A81975@patrol.area51.fremont.ca.us> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org No, it assumes you already have a working ports system. I tried that and it didn't work, the only solution was adding the complete ports tree. Pedro. Michael Haro wrote: > > That is the reason we have upgrade kits at > http://www.freebsd.org/ports/. The upgrade kits take care of fixing > everything which needs fixing since the release you installed. > > Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 17 20:19:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id B45B014CC5 for ; Sat, 17 Apr 1999 20:19:53 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id UAA82118; Sat, 17 Apr 1999 20:17:26 -0700 (PDT) (envelope-from mharo) Date: Sat, 17 Apr 1999 20:17:26 -0700 From: Michael Haro To: "Pedro F. Giffuni" Cc: ports@freebsd.org Subject: Re: Time to split the ports collection? Message-ID: <19990417201725.A82105@patrol.area51.fremont.ca.us> References: <371935DD.A3B70644@bachue.usc.unal.edu.co> <19990417200704.A81975@patrol.area51.fremont.ca.us> <37194DE3.D8719241@bachue.usc.unal.edu.co> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <37194DE3.D8719241@bachue.usc.unal.edu.co>; from Pedro F. Giffuni on Sat, Apr 17, 1999 at 10:13:40PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I guess I'm not following the problem. What was it? Is it that you didn't install the ports collection from sysinstall and had problems? Or is it that there should be better instructions about the ports collection (like how to get it and update it and stuff)? Michael On Sat, Apr 17, 1999 at 10:13:40PM -0500, Pedro F. Giffuni wrote: > No, it assumes you already have a working ports system. I tried that and it > didn't work, the only solution was adding the complete ports tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 17 20:42:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bachue.usc.unal.edu.co (bachue.usc.unal.edu.co [168.176.3.20]) by hub.freebsd.org (Postfix) with ESMTP id 2B3ED14D98 for ; Sat, 17 Apr 1999 20:42:35 -0700 (PDT) (envelope-from pfgiffun@bachue.usc.unal.edu.co) Received: from bachue.usc.unal.edu.co ([168.176.3.32]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.0) with ESMTP id AAA25859; Sat, 17 Apr 1999 22:27:04 -0400 Message-ID: <3719516E.4DFE82D8@bachue.usc.unal.edu.co> Date: Sat, 17 Apr 1999 22:28:47 -0500 From: "Pedro F. Giffuni" Organization: U. Nacional de Colombia X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.1-RELEASE i386) MIME-Version: 1.0 To: Michael Haro Cc: ports@freebsd.org Subject: Re: Time to split the ports collection? References: <371935DD.A3B70644@bachue.usc.unal.edu.co> <19990417200704.A81975@patrol.area51.fremont.ca.us> <37194DE3.D8719241@bachue.usc.unal.edu.co> <19990417201725.A82105@patrol.area51.fremont.ca.us> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Michael Haro wrote: > I guess I'm not following the problem. What was it? Is it that you > didn't install the ports collection from sysinstall and had problems? Yes. As soon as I tried building one of my backed experimental ports, it starting crying out about not finding /usr/ports/Mk/bsd.port.mk. I downloaded the port update and it was useless, I looked in the live system and the missing file wasn't there either. I repeat this: I don't want to install the complete ports collection, I just want to write some new ports. > > Or is it that there should be better instructions about the ports > collection (like how to get it and update it and stuff)? > I don't want to update it, I can download individual ports from the web. Pedro. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 17 21:52:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E4D9614FAB for ; Sat, 17 Apr 1999 21:52:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA40807; Sat, 17 Apr 1999 21:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 17 Apr 1999 21:50:02 -0700 (PDT) Message-Id: <199904180450.VAA40807@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: RE: ports/11193: Update: editors/lpe Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11193; it has been noted by GNATS. From: Chris Piazza To: cpiazza@home.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: RE: ports/11193: Update: editors/lpe Date: Sat, 17 Apr 1999 21:41:38 -0700 (PDT) A quick update to this, fixed some bugs. -Cut- Index: lpe/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/editors/lpe/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/04/14 05:56:14 1.1.1.1 +++ Makefile 1999/04/18 04:33:10 @@ -1,12 +1,12 @@ # New ports collection makefile for: lpe -# Version required: 1.1.5 +# Version required: 1.1.8 # Date created: 12 April 1999 # Whom: Chris Piazza # # $Id: Makefile,v 1.1.1.1 1999/04/14 05:56:14 mharo Exp $ # -DISTNAME= lpe-1.1.5 +DISTNAME= lpe-1.1.8 CATEGORIES= editors MASTER_SITES= http://cdsmith.twu.net/lpe/ @@ -25,11 +25,7 @@ do-install: ${MKDIR} ${PREFIX}/lib/lpe ${INSTALL_PROGRAM} ${WRKSRC}/lpe ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/cmode.so ${PREFIX}/lib/lpe - ${INSTALL_DATA} ${WRKSRC}/cppmode.so ${PREFIX}/lib/lpe - ${INSTALL_DATA} ${WRKSRC}/htmlmode.so ${PREFIX}/lib/lpe - ${INSTALL_DATA} ${WRKSRC}/perlmode.so ${PREFIX}/lib/lpe - ${INSTALL_DATA} ${WRKSRC}/sgmlmode.so ${PREFIX}/lib/lpe + ${INSTALL_DATA} ${WRKSRC}/*.so ${PREFIX}/lib/lpe ${INSTALL_MAN} ${WRKSRC}/lpe.1 ${PREFIX}/man/man1 .include Index: lpe/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/editors/lpe/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/04/14 05:56:14 1.1.1.1 +++ md5 1999/04/18 04:28:47 @@ -1 +1 @@ -MD5 (lpe-1.1.5.tar.gz) = 708371d5ddfe4e663b0bff2952851731 +MD5 (lpe-1.1.8.tar.gz) = 64fd9f61ee7549241a5ae665405a36e5 Index: lpe/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/editors/lpe/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- patch-aa 1999/04/14 05:56:14 1.1.1.1 +++ patch-aa 1999/04/18 04:38:52 @@ -1,5 +1,5 @@ ---- Config.make.orig Mon Apr 12 10:30:06 1999 -+++ Config.make Mon Apr 12 21:00:29 1999 +--- Config.make.orig Sat Apr 17 20:46:41 1999 ++++ Config.make Sat Apr 17 21:38:04 1999 @@ -5,7 +5,6 @@ # Base directory in which to install lpe. The binary and man page will be @@ -8,39 +8,34 @@ # Directory in which to place source language modules that are built as a # part of the install. For the modules to work, this path must also be listed -@@ -13,13 +12,12 @@ - MODULE_DIR = /etc/lpe +@@ -16,11 +15,11 @@ + SHELL = /bin/sh - # The shell to use when interpreting Bourne-compatible shell scripts --SHELL = /bin/sh - # The C compiler to use; use GCC by default -CC = gcc +CC ?= gcc + # OSF: cc # The link command line for building shared libraries -LD_SH = gcc -shared +LD_SH = ${CC} -shared # OpenBSD: ld -Bshareable - - # The flags to pass to the preprocessor -@@ -28,18 +26,14 @@ + # OSF: ld -shared + # Cygwin: /bin/true +@@ -32,14 +31,14 @@ # OpenBSD: -I/usr/local/include -DSLANG_H="" -DLIMITS_H="" # The flags to pass to the compiler proper -CFLAGS = -pipe -Wall -g -O2 ++CFLAGS ?= -pipe -Wall -O2 + # OSF: -pipe -g3 -O2 # The flags to pass to the linker - LDFLAGS = -L/usr/local/lib -rdynamic + LDFLAGS = -L/usr/local/lib # The libraries, in linker option format, against which to link -LOADLIBES = -lslang -ldl +LOADLIBES = -lslang -ltermcap - # For Windows NT: -lslang -ldl -ltermcap - # For FreeBSD: -lslang -ldl -ltermcap - # For OpenBSD: -lslang -ldl -ltermcap - - # Location and options to a BSD compatible install program --INSTALL = /usr/bin/install -c --INSTALL_PROGRAM = $(INSTALL) --INSTALL_DATA = $(INSTALL) -m 644 + # OSF -lslang -lc + # Cygwin: -lslang -ltermcap + # FreeBSD: -lslang -ldl -ltermcap Index: lpe/patches/patch-ab =================================================================== RCS file: /cvs/FreeBSD/ports/editors/lpe/patches/patch-ab,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-ab --- patch-ab 1999/04/14 05:56:14 1.1.1.1 +++ patch-ab 1999/04/18 04:41:03 @@ -1,11 +1,10 @@ ---- options.h.orig Mon Apr 12 20:34:09 1999 -+++ options.h Mon Apr 12 20:34:39 1999 -@@ -85,7 +85,7 @@ - * default; it is overridden by an LPE_MODULE_PATH environment variable, if - * present. +--- options.h.orig Sat Apr 17 21:32:31 1999 ++++ options.h Sat Apr 17 21:32:50 1999 +@@ -107,6 +107,6 @@ + * standard modules in /usr, and finally, if none of the others are found, in + * the old location; /etc/lpe. */ --#define DEF_MODULE_PATH "/etc/lpe:~/.lpe" -+#define DEF_MODULE_PATH "/etc/lpe:~/.lpe:__PREFIX__/lib/lpe" +-#define DEF_MODULE_PATH "~/.lpe:/usr/local/lib/lpe:/usr/lib/lpe:/etc/lpe" ++#define DEF_MODULE_PATH "~/.lpe:__PREFIX__/lib/lpe:/usr/local/lib/lpe" - /* Time to flash braces. This defines, in tenths of a second, how long a brace - * flash should last. It is meaningless if brace flashing is not enabled. + #endif /* LPE_OPTIONS_H */ Index: lpe/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/editors/lpe/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1999/04/14 05:56:14 1.1.1.1 +++ PLIST 1999/04/18 04:27:42 @@ -2,6 +2,8 @@ lib/lpe/cmode.so lib/lpe/cppmode.so lib/lpe/htmlmode.so +lib/lpe/javamode.so +lib/lpe/mailmode.so lib/lpe/perlmode.so lib/lpe/sgmlmode.so @dirrm lib/lpe -Cut- --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 17 22: 2:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from as5200-01-254.no.neosoft.com (as5200-01-254.no.neosoft.com [206.27.167.254]) by hub.freebsd.org (Postfix) with ESMTP id 29962150B7 for ; Sat, 17 Apr 1999 22:02:48 -0700 (PDT) (envelope-from conrads@as5200-01-254.no.neosoft.com) Received: (from conrads@localhost) by as5200-01-254.no.neosoft.com (8.9.2/8.8.7) id XAA50258 for freebsd-ports@FreeBSD.ORG; Sat, 17 Apr 1999 23:59:04 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sat, 17 Apr 1999 23:59:04 -0500 (CDT) Reply-To: conrads@neosoft.com From: Conrad Sabatier To: freebsd-ports@FreeBSD.ORG Subject: /ports/security/SSLeay missing files Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org No Makefile or pkg/DESCR. -- Conrad Sabatier "Life is too important to take seriously." -- Corky Siegel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 17 22: 9:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from corp.au.triax.com (slwag2p29.ozemail.com.au [203.108.157.77]) by hub.freebsd.org (Postfix) with ESMTP id 55476150AB for ; Sat, 17 Apr 1999 22:09:21 -0700 (PDT) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id PAA49660; Sun, 18 Apr 1999 15:06:54 +1000 (EST) Date: Sun, 18 Apr 1999 15:06:53 +1000 From: Jim Mock To: Conrad Sabatier Cc: freebsd-ports@FreeBSD.ORG Subject: Re: /ports/security/SSLeay missing files Message-ID: <19990418150653.B49604@corp.au.triax.com> Reply-To: jim@corp.au.triax.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 17 Apr 1999 at 23:59:04 -0500, Conrad Sabatier wrote: > No Makefile or pkg/DESCR. > I may be wrong here, but IIRC the SSLeay port was replaced by openssl. I'm sure if that's not the case, someone will correct me ;) -- Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD work: Triax Internet Services http://www.triax.com/ / \ The personal: http://www.triax.com/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 17 23:42:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FA201515D for ; Sat, 17 Apr 1999 23:42:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA45158; Sat, 17 Apr 1999 23:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from whizkidtech.net (r42.bfm.org [208.18.213.138]) by hub.freebsd.org (Postfix) with ESMTP id D72ED14E3F for ; Sat, 17 Apr 1999 23:40:50 -0700 (PDT) (envelope-from root@whizkidtech.net) Received: (from root@localhost) by whizkidtech.net (8.9.2/8.9.2) id BAA29925; Sun, 18 Apr 1999 01:38:25 -0500 (CDT) (envelope-from root) Message-Id: <199904180638.BAA29925@whizkidtech.net> Date: Sun, 18 Apr 1999 01:38:25 -0500 (CDT) From: "G. Adam Stanislav" Reply-To: To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11198: New port - i18ntools (UTF-8 Unicde conversion tools) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11198 >Category: ports >Synopsis: New port - i18ntools-1.0 >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 17 23:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 3.1-RELEASE i386 >Organization: Whiz Kid Technomagic >Environment: >Description: # 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: # # i18ntools # i18ntools/Makefile # i18ntools/files # i18ntools/files/md5 # i18ntools/pkg # i18ntools/pkg/COMMENT # i18ntools/pkg/DESCR # i18ntools/pkg/PLIST # echo c - i18ntools mkdir -p i18ntools > /dev/null 2>&1 echo x - i18ntools/Makefile sed 's/^X//' >i18ntools/Makefile << 'END-of-i18ntools/Makefile' X# New ports collection makefile for: i18ntools X# Version required: 1.0 X# Date created: 17 April 1999 X# Whom: G. Adam Stanislav X# X# $Id$ X# X XDISTNAME= i18ntools-1.0 XCATEGORIES= converters XMASTER_SITES= ftp://ftp.whizkidtech.net/unix/ \ X http://www.whizkidtech.net/fports/ XDISTFILES= i18ntools-1.0.tar.gz \ X tuc.1.tar X XMAINTAINER= adam@whizkidtech.net X XLIB_DEPENDS= utf-8:${PORTSDIR}/converters/libutf-8 XBUILD_DEPENDS= tuc:${PORTSDIR}/textproc/tuc X XMAN1= tuc.1 utrans.1 uhtrans.1 hutrans.1 ptrans.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/utrans ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/uhtrans ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/hutrans ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/ptrans ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/mbm ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/utrans.1 ${PREFIX}/man/man1 X ${INSTALL_MAN} ${WRKSRC}/uhtrans.1 ${PREFIX}/man/man1 X ${INSTALL_MAN} ${WRKSRC}/hutrans.1 ${PREFIX}/man/man1 X ${INSTALL_MAN} ${WRKSRC}/ptrans.1 ${PREFIX}/man/man1 X ${INSTALL_MAN} ${WRKDIR}/tuc.1 ${PREFIX}/man/man1 X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/i18n X ${MKDIR} ${PREFIX}/share/doc/i18n/tools X ${INSTALL_MAN} ${WRKSRC}/index.html ${PREFIX}/share/doc/i18n/tools X ${INSTALL_MAN} ${WRKSRC}/utrans.html ${PREFIX}/share/doc/i18n/tools X ${INSTALL_MAN} ${WRKSRC}/fgetu8.html ${PREFIX}/share/doc/i18n/tools X ${INSTALL_MAN} ${WRKSRC}/fputu8.html ${PREFIX}/share/doc/i18n/tools X ${INSTALL_MAN} ${WRKSRC}/sgetu8.html ${PREFIX}/share/doc/i18n/tools X ${INSTALL_MAN} ${WRKSRC}/sputu8.html ${PREFIX}/share/doc/i18n/tools X ${INSTALL_MAN} ${WRKSRC}/libutf-8.html ${PREFIX}/share/doc/i18n/tools X ${INSTALL_MAN} ${WRKSRC}/rfc1641.txt ${PREFIX}/share/doc/i18n/tools X ${INSTALL_MAN} ${WRKSRC}/rfc2277.txt ${PREFIX}/share/doc/i18n/tools X ${INSTALL_MAN} ${WRKSRC}/rfc2279.txt ${PREFIX}/share/doc/i18n/tools X.endif X strip ${PREFIX}/bin/utrans X strip ${PREFIX}/bin/uhtrans X strip ${PREFIX}/bin/hutrans X strip ${PREFIX}/bin/ptrans X ${MKDIR} ${PREFIX}/share/i18n X ${MKDIR} ${PREFIX}/share/i18n/charmaps X ${MKDIR} ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ANSI_X3.110-1983 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ANSI_X3.4-1968 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ASMO_449 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/BALTIC ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/BS_4730 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/BS_VIEWDATA ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/CP1250 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/CP1251 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/CP1252 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/CP1253 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/CP1254 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/CP1255 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/CP1256 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/CP1257 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/CSA_Z243.4-1985-1 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/CSA_Z243.4-1985-2 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/CSA_Z243.4-1985-GR ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/CSN_369103 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/CWI ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/DEC-MCS ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/DIN_66003 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/DS_2089 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/EBCDIC-AT-DE ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/EBCDIC-AT-DE-A ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/EBCDIC-CA-FR ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/EBCDIC-DK-NO ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/EBCDIC-DK-NO-A ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/EBCDIC-ES ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/EBCDIC-ES-A ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/EBCDIC-ES-S ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/EBCDIC-FI-SE ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/EBCDIC-FI-SE-A ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/EBCDIC-FR ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/EBCDIC-IS-FRISS ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/EBCDIC-IT ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/EBCDIC-PT ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/EBCDIC-UK ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/EBCDIC-US ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ECMA-CYRILLIC ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ES ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ES2 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/GB_1988-80 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/GOST_19768-74 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/GREEK-CCITT ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/GREEK7 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/GREEK7-OLD ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/HP-ROMAN8 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM037 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM038 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM1004 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM1026 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM1047 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM256 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM273 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM274 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM275 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM277 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM278 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM280 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM281 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM284 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM285 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM290 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM297 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM420 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM423 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM424 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM437 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM500 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM850 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM851 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM852 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM855 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM857 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM860 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM861 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM862 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM863 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM864 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM865 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM868 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM869 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM870 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM871 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM875 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM880 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM891 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM903 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM904 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM905 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IBM918 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IEC_P27-1 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/INIS ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/INIS-8 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/INIS-CYRILLIC ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/INVARIANT ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO-8859-1 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO-8859-10 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO-8859-2 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO-8859-3 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO-8859-4 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO-8859-5 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO-8859-6 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO-8859-7 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO-8859-8 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO-8859-9 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO-IR-90 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO_10367-BOX ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO_2033-1983 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO_5427 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO_5427-EXT ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO_5428 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO_646.BASIC ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO_646.IRV ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO_6937 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO_6937-2-25 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO_6937-2-ADD ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO_8859-1,GL ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/ISO_8859-SUPP ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/IT ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/JIS_C6220-1969-JP ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/JIS_C6220-1969-RO ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/JIS_C6229-1984-A ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/JIS_C6229-1984-B ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/JIS_C6229-1984-B-ADD ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/JIS_C6229-1984-HAND ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/JIS_C6229-1984-HAND-ADD ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/JIS_C6229-1984-KANA ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/JIS_X0201 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/JUS_I.B1.002 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/JUS_I.B1.003-MAC ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/JUS_I.B1.003-SERB ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/KOI-8 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/KOI8-R ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/KSC5636 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/LATIN-GREEK ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/LATIN-GREEK-1 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/MAC-IS ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/MACINTOSH ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/MSZ_7795.3 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/NATS-DANO ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/NATS-DANO-ADD ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/NATS-SEFI ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/NATS-SEFI-ADD ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/NC_NC00-10 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/NEXTSTEP ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/NF_Z_62-010 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/NF_Z_62-010-1973 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/NS_4551-1 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/NS_4551-2 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/PT ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/PT2 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/SAMI ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/SEN_850200_B ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/SEN_850200_C ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/T.101-G2 ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/T.61-7BIT ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/T.61-8BIT ${PREFIX}/share/i18n/charmaps/binary X ${INSTALL_DATA} ${WRKSRC}/charmaps/VIDEOTEX-SUPPL ${PREFIX}/share/i18n/charmaps/binary X X.include END-of-i18ntools/Makefile echo c - i18ntools/files mkdir -p i18ntools/files > /dev/null 2>&1 echo x - i18ntools/files/md5 sed 's/^X//' >i18ntools/files/md5 << 'END-of-i18ntools/files/md5' XMD5 (i18ntools-1.0.tar.gz) = 8c6ebb459d37f6840a2303f213eb2148 XMD5 (tuc.1.tar) = eada00c3f5d70b2d5c2dded25ae9cbc7 END-of-i18ntools/files/md5 echo c - i18ntools/pkg mkdir -p i18ntools/pkg > /dev/null 2>&1 echo x - i18ntools/pkg/COMMENT sed 's/^X//' >i18ntools/pkg/COMMENT << 'END-of-i18ntools/pkg/COMMENT' XTools for the conversion to and from UTF-8 Unicode encoding END-of-i18ntools/pkg/COMMENT echo x - i18ntools/pkg/DESCR sed 's/^X//' >i18ntools/pkg/DESCR << 'END-of-i18ntools/pkg/DESCR' XTools for the conversion to and from UTF-8 Unicode encoding. Note that XRFC-2277 mandates that all "protocols" MUST handle UTF-8 properly. X X - utrans converts text files created using any 8-bit character X map into UTF-8; X X - uhtrans converts UTF-8 files into 7-bit ASCII with anything X else formatted as an HTML-style tags, e.g. Ӓ (decimal); X X - hutrans converts 7-bit ASCII files with HTML-style tags, to UTF-8, X thus complementing the functionality of hutrans; X X - ptrans converts UTF-8 files into 8-bit text using any X 8-bit character map, thus complementing utrans. X XAdditionally, tuc is installed if not found. Tuc converts text files Xbetween the DOS/Windows and the Unix formats. X XThis port depends on ports/converters/libutf-8. X XFurther details: http://www.whizkidtech.net/i18n/, RFC 2277, and RFC 2279. X XG. Adam Stanislav Xadam@whizkidtech.net END-of-i18ntools/pkg/DESCR echo x - i18ntools/pkg/PLIST sed 's/^X//' >i18ntools/pkg/PLIST << 'END-of-i18ntools/pkg/PLIST' Xbin/utrans Xbin/uhtrans Xbin/hutrans Xbin/ptrans Xbin/mbm Xshare/doc/i18n/tools/index.html Xshare/doc/i18n/tools/utrans.html Xshare/doc/i18n/tools/fgetu8.html Xshare/doc/i18n/tools/fputu8.html Xshare/doc/i18n/tools/sgetu8.html Xshare/doc/i18n/tools/sputu8.html Xshare/doc/i18n/tools/libutf-8.html Xshare/doc/i18n/tools/rfc1641.txt Xshare/doc/i18n/tools/rfc2277.txt Xshare/doc/i18n/tools/rfc2279.txt Xshare/i18n/charmaps/binary/ANSI_X3.110-1983 Xshare/i18n/charmaps/binary/ANSI_X3.4-1968 Xshare/i18n/charmaps/binary/ASMO_449 Xshare/i18n/charmaps/binary/BALTIC Xshare/i18n/charmaps/binary/BS_4730 Xshare/i18n/charmaps/binary/BS_VIEWDATA Xshare/i18n/charmaps/binary/CP1250 Xshare/i18n/charmaps/binary/CP1251 Xshare/i18n/charmaps/binary/CP1252 Xshare/i18n/charmaps/binary/CP1253 Xshare/i18n/charmaps/binary/CP1254 Xshare/i18n/charmaps/binary/CP1255 Xshare/i18n/charmaps/binary/CP1256 Xshare/i18n/charmaps/binary/CP1257 Xshare/i18n/charmaps/binary/CSA_Z243.4-1985-1 Xshare/i18n/charmaps/binary/CSA_Z243.4-1985-2 Xshare/i18n/charmaps/binary/CSA_Z243.4-1985-GR Xshare/i18n/charmaps/binary/CSN_369103 Xshare/i18n/charmaps/binary/CWI Xshare/i18n/charmaps/binary/DEC-MCS Xshare/i18n/charmaps/binary/DIN_66003 Xshare/i18n/charmaps/binary/DS_2089 Xshare/i18n/charmaps/binary/EBCDIC-AT-DE Xshare/i18n/charmaps/binary/EBCDIC-AT-DE-A Xshare/i18n/charmaps/binary/EBCDIC-CA-FR Xshare/i18n/charmaps/binary/EBCDIC-DK-NO Xshare/i18n/charmaps/binary/EBCDIC-DK-NO-A Xshare/i18n/charmaps/binary/EBCDIC-ES Xshare/i18n/charmaps/binary/EBCDIC-ES-A Xshare/i18n/charmaps/binary/EBCDIC-ES-S Xshare/i18n/charmaps/binary/EBCDIC-FI-SE Xshare/i18n/charmaps/binary/EBCDIC-FI-SE-A Xshare/i18n/charmaps/binary/EBCDIC-FR Xshare/i18n/charmaps/binary/EBCDIC-IS-FRISS Xshare/i18n/charmaps/binary/EBCDIC-IT Xshare/i18n/charmaps/binary/EBCDIC-PT Xshare/i18n/charmaps/binary/EBCDIC-UK Xshare/i18n/charmaps/binary/EBCDIC-US Xshare/i18n/charmaps/binary/ECMA-CYRILLIC Xshare/i18n/charmaps/binary/ES Xshare/i18n/charmaps/binary/ES2 Xshare/i18n/charmaps/binary/GB_1988-80 Xshare/i18n/charmaps/binary/GOST_19768-74 Xshare/i18n/charmaps/binary/GREEK-CCITT Xshare/i18n/charmaps/binary/GREEK7 Xshare/i18n/charmaps/binary/GREEK7-OLD Xshare/i18n/charmaps/binary/HP-ROMAN8 Xshare/i18n/charmaps/binary/IBM037 Xshare/i18n/charmaps/binary/IBM038 Xshare/i18n/charmaps/binary/IBM1004 Xshare/i18n/charmaps/binary/IBM1026 Xshare/i18n/charmaps/binary/IBM1047 Xshare/i18n/charmaps/binary/IBM256 Xshare/i18n/charmaps/binary/IBM273 Xshare/i18n/charmaps/binary/IBM274 Xshare/i18n/charmaps/binary/IBM275 Xshare/i18n/charmaps/binary/IBM277 Xshare/i18n/charmaps/binary/IBM278 Xshare/i18n/charmaps/binary/IBM280 Xshare/i18n/charmaps/binary/IBM281 Xshare/i18n/charmaps/binary/IBM284 Xshare/i18n/charmaps/binary/IBM285 Xshare/i18n/charmaps/binary/IBM290 Xshare/i18n/charmaps/binary/IBM297 Xshare/i18n/charmaps/binary/IBM420 Xshare/i18n/charmaps/binary/IBM423 Xshare/i18n/charmaps/binary/IBM424 Xshare/i18n/charmaps/binary/IBM437 Xshare/i18n/charmaps/binary/IBM500 Xshare/i18n/charmaps/binary/IBM850 Xshare/i18n/charmaps/binary/IBM851 Xshare/i18n/charmaps/binary/IBM852 Xshare/i18n/charmaps/binary/IBM855 Xshare/i18n/charmaps/binary/IBM857 Xshare/i18n/charmaps/binary/IBM860 Xshare/i18n/charmaps/binary/IBM861 Xshare/i18n/charmaps/binary/IBM862 Xshare/i18n/charmaps/binary/IBM863 Xshare/i18n/charmaps/binary/IBM864 Xshare/i18n/charmaps/binary/IBM865 Xshare/i18n/charmaps/binary/IBM868 Xshare/i18n/charmaps/binary/IBM869 Xshare/i18n/charmaps/binary/IBM870 Xshare/i18n/charmaps/binary/IBM871 Xshare/i18n/charmaps/binary/IBM875 Xshare/i18n/charmaps/binary/IBM880 Xshare/i18n/charmaps/binary/IBM891 Xshare/i18n/charmaps/binary/IBM903 Xshare/i18n/charmaps/binary/IBM904 Xshare/i18n/charmaps/binary/IBM905 Xshare/i18n/charmaps/binary/IBM918 Xshare/i18n/charmaps/binary/IEC_P27-1 Xshare/i18n/charmaps/binary/INIS Xshare/i18n/charmaps/binary/INIS-8 Xshare/i18n/charmaps/binary/INIS-CYRILLIC Xshare/i18n/charmaps/binary/INVARIANT Xshare/i18n/charmaps/binary/ISO-8859-1 Xshare/i18n/charmaps/binary/ISO-8859-10 Xshare/i18n/charmaps/binary/ISO-8859-2 Xshare/i18n/charmaps/binary/ISO-8859-3 Xshare/i18n/charmaps/binary/ISO-8859-4 Xshare/i18n/charmaps/binary/ISO-8859-5 Xshare/i18n/charmaps/binary/ISO-8859-6 Xshare/i18n/charmaps/binary/ISO-8859-7 Xshare/i18n/charmaps/binary/ISO-8859-8 Xshare/i18n/charmaps/binary/ISO-8859-9 Xshare/i18n/charmaps/binary/ISO-IR-90 Xshare/i18n/charmaps/binary/ISO_10367-BOX Xshare/i18n/charmaps/binary/ISO_2033-1983 Xshare/i18n/charmaps/binary/ISO_5427 Xshare/i18n/charmaps/binary/ISO_5427-EXT Xshare/i18n/charmaps/binary/ISO_5428 Xshare/i18n/charmaps/binary/ISO_646.BASIC Xshare/i18n/charmaps/binary/ISO_646.IRV Xshare/i18n/charmaps/binary/ISO_6937 Xshare/i18n/charmaps/binary/ISO_6937-2-25 Xshare/i18n/charmaps/binary/ISO_6937-2-ADD Xshare/i18n/charmaps/binary/ISO_8859-1,GL Xshare/i18n/charmaps/binary/ISO_8859-SUPP Xshare/i18n/charmaps/binary/IT Xshare/i18n/charmaps/binary/JIS_C6220-1969-JP Xshare/i18n/charmaps/binary/JIS_C6220-1969-RO Xshare/i18n/charmaps/binary/JIS_C6229-1984-A Xshare/i18n/charmaps/binary/JIS_C6229-1984-B Xshare/i18n/charmaps/binary/JIS_C6229-1984-B-ADD Xshare/i18n/charmaps/binary/JIS_C6229-1984-HAND Xshare/i18n/charmaps/binary/JIS_C6229-1984-HAND-ADD Xshare/i18n/charmaps/binary/JIS_C6229-1984-KANA Xshare/i18n/charmaps/binary/JIS_X0201 Xshare/i18n/charmaps/binary/JUS_I.B1.002 Xshare/i18n/charmaps/binary/JUS_I.B1.003-MAC Xshare/i18n/charmaps/binary/JUS_I.B1.003-SERB Xshare/i18n/charmaps/binary/KOI-8 Xshare/i18n/charmaps/binary/KOI8-R Xshare/i18n/charmaps/binary/KSC5636 Xshare/i18n/charmaps/binary/LATIN-GREEK Xshare/i18n/charmaps/binary/LATIN-GREEK-1 Xshare/i18n/charmaps/binary/MAC-IS Xshare/i18n/charmaps/binary/MACINTOSH Xshare/i18n/charmaps/binary/MSZ_7795.3 Xshare/i18n/charmaps/binary/NATS-DANO Xshare/i18n/charmaps/binary/NATS-DANO-ADD Xshare/i18n/charmaps/binary/NATS-SEFI Xshare/i18n/charmaps/binary/NATS-SEFI-ADD Xshare/i18n/charmaps/binary/NC_NC00-10 Xshare/i18n/charmaps/binary/NEXTSTEP Xshare/i18n/charmaps/binary/NF_Z_62-010 Xshare/i18n/charmaps/binary/NF_Z_62-010-1973 Xshare/i18n/charmaps/binary/NS_4551-1 Xshare/i18n/charmaps/binary/NS_4551-2 Xshare/i18n/charmaps/binary/PT Xshare/i18n/charmaps/binary/PT2 Xshare/i18n/charmaps/binary/SAMI Xshare/i18n/charmaps/binary/SEN_850200_B Xshare/i18n/charmaps/binary/SEN_850200_C Xshare/i18n/charmaps/binary/T.101-G2 Xshare/i18n/charmaps/binary/T.61-7BIT Xshare/i18n/charmaps/binary/T.61-8BIT Xshare/i18n/charmaps/binary/VIDEOTEX-SUPPL X@dirrm share/i18n/charmaps/binary X@dirrm share/i18n/charmaps X@dirrm share/i18n X@dirrm share/doc/i18n/tools X@dirrm share/doc/i18n END-of-i18ntools/pkg/PLIST exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 18 3:59:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 059EF14FDB for ; Sun, 18 Apr 1999 03:59:09 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-50.ix.netcom.com [205.186.215.50]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id DAA24435; Sun, 18 Apr 1999 03:57:15 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id DAA83902; Sun, 18 Apr 1999 03:56:39 -0700 (PDT) Date: Sun, 18 Apr 1999 03:56:39 -0700 (PDT) Message-Id: <199904181056.DAA83902@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: pfgiffun@bachue.usc.unal.edu.co Cc: mharo@area51.fremont.ca.us, ports@freebsd.org In-reply-to: <3719516E.4DFE82D8@bachue.usc.unal.edu.co> (pfgiffun@bachue.usc.unal.edu.co) Subject: Re: Time to split the ports collection? From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <371935DD.A3B70644@bachue.usc.unal.edu.co> <19990417200704.A81975@patrol.area51.fremont.ca.us> <37194DE3.D8719241@bachue.usc.unal.edu.co> <19990417201725.A82105@patrol.area51.fremont.ca.us> <3719516E.4DFE82D8@bachue.usc.unal.edu.co> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "Pedro F. Giffuni" * Yes. As soon as I tried building one of my backed experimental ports, it * starting crying out about not finding /usr/ports/Mk/bsd.port.mk. I downloaded * the port update and it was useless, I looked in the live system and the missing * file wasn't there either. I repeat this: I don't want to install the complete * ports collection, I just want to write some new ports. You can cvsup ports-base. That's pretty much required if you want to use the latest ports anyway. * I don't want to update it, I can download individual ports from the web. You can download ports/Mk then. :) -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 18 4: 1:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (Postfix) with ESMTP id 0E68814D98 for ; Sun, 18 Apr 1999 04:01:23 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.1/frmug-2.3/nospam) with UUCP id MAA01969 for freebsd-ports@FreeBSD.ORG; Sun, 18 Apr 1999 12:58:58 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (Postfix, from userid 101) id 810568855; Sun, 18 Apr 1999 12:23:44 +0200 (CEST) Date: Sun, 18 Apr 1999 12:23:44 +0200 From: Ollivier Robert To: freebsd-ports@FreeBSD.ORG Subject: Re: /ports/security/SSLeay missing files Message-ID: <19990418122344.A38389@keltia.freenix.fr> Mail-Followup-To: freebsd-ports@FreeBSD.ORG References: <19990418150653.B49604@corp.au.triax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.95.3i In-Reply-To: <19990418150653.B49604@corp.au.triax.com>; from Jim Mock on Sun, Apr 18, 1999 at 03:06:53PM +1000 X-Operating-System: FreeBSD 4.0-CURRENT/ELF ctm#5244 AMD-K6 MMX @ 200 MHz Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org According to Jim Mock: > I may be wrong here, but IIRC the SSLeay port was replaced by openssl. > I'm sure if that's not the case, someone will correct me ;) Yes, it has been superseded by OpenSSL. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 4.0-CURRENT #2: Fri Apr 16 22:37:03 CEST 1999 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 18 7:39: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from as5200-01-254.no.neosoft.com (as5200-01-254.no.neosoft.com [206.27.167.254]) by hub.freebsd.org (Postfix) with ESMTP id E712B1519D for ; Sun, 18 Apr 1999 07:38:55 -0700 (PDT) (envelope-from conrads@as5200-01-254.no.neosoft.com) Received: (from conrads@localhost) by as5200-01-254.no.neosoft.com (8.9.2/8.8.7) id JAA76972; Sun, 18 Apr 1999 09:34:58 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19990418150653.B49604@corp.au.triax.com> Date: Sun, 18 Apr 1999 09:34:58 -0500 (CDT) Reply-To: conrads@neosoft.com From: Conrad Sabatier To: Jim Mock Subject: Re: /ports/security/SSLeay missing files Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 18-Apr-99 Jim Mock wrote: > On Sat, 17 Apr 1999 at 23:59:04 -0500, Conrad Sabatier wrote: >> No Makefile or pkg/DESCR. >> > > I may be wrong here, but IIRC the SSLeay port was replaced by openssl. > I'm sure if that's not the case, someone will correct me ;) Hmmm, OK, but...in that case, the /ports/sysutils/webmin needs fixing, as during the install phase, it says that SSL will not be enabled due to the fact that SSLeay is missing, even though it does install openssl. Speaking of webmin, it also fails to recognize that the apache13-modssl port is installed, as the latter installs as /usr/local/sbin/apache, whereas webmin looks for /usr/local/sbin/httpd (creating a symlink fixes the problem, by the way). Or perhaps this is something that needs to be fixed in the apache13-modssl port instead? -- Conrad Sabatier If you keep anything long enough, you can throw it away. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 18 8:32:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E90DC1550D for ; Sun, 18 Apr 1999 08:32:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA26030; Sun, 18 Apr 1999 08:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail12.svr.pol.co.uk (mail12.svr.pol.co.uk [195.92.193.215]) by hub.freebsd.org (Postfix) with ESMTP id 588E514EF4 for ; Sun, 18 Apr 1999 08:31:08 -0700 (PDT) (envelope-from tom@eborcom.com) Received: from modem-106.tennisstar.dialup.pol.co.uk ([62.136.117.234] ident=[yVJL7VaH94FOsssRt4ze42wMAz000+GK]) by mail12.svr.pol.co.uk with esmtp (Exim 2.12 #1) id 10Yssl-0007g4-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 18 Apr 1999 15:49:17 +0100 Received: (qmail 19762 invoked by uid 5000); 18 Apr 1999 15:21:40 -0000 Message-Id: <19990418152140.19761.qmail@eborcom.com> Date: 18 Apr 1999 15:21:40 -0000 From: Tom Hukins To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11202: gtk12 requires -E option for ld Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11202 >Category: ports >Synopsis: gtk12 requires -E option for ld >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 18 08:30:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 2.2.8-STABLE i386 >Organization: eBORcOM >Environment: FreeBSD-2.2 >Description: The gtk12 port does not build on FreeBSD-2.2.x. I realise that 2.2 is no longer officially supported by the Ports collection, but GTK is quite an important port, and I suspect this might be easy to fix. The problem is that gtk12 pases the -E option to ld. This option has been added to ld since 2.2, and ld fails: checking for GLIB - version >= 1.2.1... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. config.log says: configure:4705: checking for GLIB - version >= 1.2.1 configure:4804: cc -o conftest -O -pipe -m486 -Wall -I/usr/local/include/glib12 -D_THREAD_SAFE -pthread -I/usr/local/include conftest.c -L/usr/local/lib -Wl,-E -lgmodule12 -lgthread12 -lglib12 -lc_r -lintl -L/usr/local/lib 1>&5 ld: invalid command option -E' >How-To-Repeat: # cd /usr/ports/x11-toolkits/gtk12 # make all >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 18 8:52:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A8FB715249 for ; Sun, 18 Apr 1999 08:52:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA27052; Sun, 18 Apr 1999 08:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id A9B431516B; Sun, 18 Apr 1999 08:48:39 -0700 (PDT) Message-Id: <19990418154839.A9B431516B@hub.freebsd.org> Date: Sun, 18 Apr 1999 08:48:39 -0700 (PDT) From: tarkhil@asteroid.svib.ru To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11203: ORBit, gnome and mc have been updated; ORBit 4.2 unfetchable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11203 >Category: ports >Synopsis: ORBit, gnome and mc have been updated; ORBit 4.2 unfetchable >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 18 08:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Alex Povolotsky >Release: 3.1-STABLE >Organization: N/A >Environment: Doesn't matter >Description: ORBit is now 4.3.0, 4.2.0 unfetchable; also, Midnight Commander and gnome should be updated to recent >How-To-Repeat: Try to install ORBit from the ports >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 18 9:51: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bachue.usc.unal.edu.co (bachue.usc.unal.edu.co [168.176.3.20]) by hub.freebsd.org (Postfix) with ESMTP id BD50514CEC; Sun, 18 Apr 1999 09:50:56 -0700 (PDT) (envelope-from pfgiffun@bachue.usc.unal.edu.co) Received: from bachue.usc.unal.edu.co ([168.176.3.46]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.0) with ESMTP id AAA615; Sun, 18 Apr 1999 11:48:02 -0400 Message-ID: <371A0D28.61C11A7F@bachue.usc.unal.edu.co> Date: Sun, 18 Apr 1999 11:49:44 -0500 From: "Pedro F. Giffuni" Organization: U. Nacional de Colombia X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.1-RELEASE i386) MIME-Version: 1.0 To: Satoshi - Ports Wraith - Asami Cc: ports@freebsd.org Subject: Re: Time to split the ports collection? References: <371935DD.A3B70644@bachue.usc.unal.edu.co> <19990417200704.A81975@patrol.area51.fremont.ca.us> <37194DE3.D8719241@bachue.usc.unal.edu.co> <19990417201725.A82105@patrol.area51.fremont.ca.us> <3719516E.4DFE82D8@bachue.usc.unal.edu.co> <199904181056.DAA83902@silvia.hip.berkeley.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi - Ports Wraith - Asami wrote: > > You can cvsup ports-base. That's pretty much required if you want to > use the latest ports anyway. I haven't learned to use cvsup and, for the time being, I am not interested in learning. > > > * I don't want to update it, I can download individual ports from the web. > > You can download ports/Mk then. :) > If there is a package to install, I'll install it, and probably portlint should have a dependency on it. Otherwise, in the future, I will not go into the difficulties I went in this time. Of course, I am only reporting my problems in the hope that something good will come from it, I have no interest in being melodramatic about it . Pedro. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 18 11:15:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picalon.gun.de (picalon.gun.de [194.77.0.18]) by hub.freebsd.org (Postfix) with ESMTP id 7F21B15238 for ; Sun, 18 Apr 1999 11:15:34 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: from klemm.gtn.com (pppak04.gtn.com [194.231.123.169]) by picalon.gun.de (8.8.6/8.8.6) with ESMTP id UAA28908; Sun, 18 Apr 1999 20:13:08 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.9.3/8.9.2) id VAA07705; Sun, 18 Apr 1999 21:12:12 +0200 (CEST) (envelope-from andreas) Date: Sun, 18 Apr 1999 21:12:12 +0200 From: Andreas Klemm To: Kunihiro Ishiguro Cc: asmodai@wxs.nl, andreas@klemm.gtn.com, zebra@zebra.org, ports@FreeBSD.ORG Subject: Re: [zebra 386] RE: New snapshot zebra-19990416 Message-ID: <19990418211212.B7413@titan.klemm.gtn.com> References: <19990418164036.A6759@titan.klemm.gtn.com> <14106.5480.159841.68187Y@katia.zebra.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <14106.5480.159841.68187Y@katia.zebra.org>; from Kunihiro Ishiguro on Mon, Apr 19, 1999 at 02:24:56AM +0900 X-Operating-System: FreeBSD 3.1-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Apr 19, 1999 at 02:24:56AM +0900, Kunihiro Ishiguro wrote: > >But then I don't set my interfaces with the configuration... > > > >trying with an altered zebra.conf > > > >in which I set my interfaces. Also does not produce the errors... > > > >Then again, my show running-config does not show anything at all for my > >interfaces... > > > >*sigh* Need to look deeply in to this... > > I forgot to implement to record the address of the interface. It'll > be there soon... O.K. I mark the port broken for now. Since I'm in Frankfurt 'til friday, it would be fine if another committer could fix the port as soon as a patch of a new developemet snapshot is available. Therefore Cc'd to freebsd-ports mailinglist. Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 18 11:29: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.60]) by hub.freebsd.org (Postfix) with ESMTP id D06CD14E3B for ; Sun, 18 Apr 1999 11:28:54 -0700 (PDT) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.56.17]) by smtp02.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA40DF; Sun, 18 Apr 1999 20:26:27 +0200 Received: from daemon.ninth-circle.org (daemon [192.168.0.1]) by daemon.ninth-circle.org (8.9.3/8.9.3) with ESMTP id UAA30362; Sun, 18 Apr 1999 20:26:47 +0200 (CEST) (envelope-from asmodai@wxs.nl) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19990418211212.B7413@titan.klemm.gtn.com> Date: Sun, 18 Apr 1999 20:26:47 +0200 (CEST) Organization: Ninth Circle Enterprises From: Jeroen Ruigrok/Asmodai To: Andreas Klemm Subject: Re: [zebra 386] RE: New snapshot zebra-19990416 Cc: ports@FreeBSD.ORG, zebra@zebra.org, Kunihiro Ishiguro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 18-Apr-99 Andreas Klemm wrote: > On Mon, Apr 19, 1999 at 02:24:56AM +0900, Kunihiro Ishiguro wrote: >> >But then I don't set my interfaces with the configuration... >> > >> >trying with an altered zebra.conf >> > >> >in which I set my interfaces. Also does not produce the errors... >> > >> >Then again, my show running-config does not show anything at all for my >> >interfaces... >> > >> I forgot to implement to record the address of the interface. It'll >> be there soon... > > O.K. I mark the port broken for now. > > Since I'm in Frankfurt 'til friday, it would be fine if another > committer could fix the port as soon as a patch of a new developemet > snapshot is available. Therefore Cc'd to freebsd-ports mailinglist. Since I monitor the cvs repository daily I could check whether this has been fixed and thus ask one of the commiters to place it in patches/ either by bugging some of them or send-pr'ing... Hope this is acceptable? --- Jeroen Ruigrok van der Werven asmodai(at)wxs.nl The FreeBSD Programmer's Documentation Project Network/Security Specialist *BSD: Powered by Knowledge & Know-how To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 18 11:31:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3605A14DB9; Sun, 18 Apr 1999 11:31:53 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA35557; Sun, 18 Apr 1999 11:29:28 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sun, 18 Apr 1999 11:29:28 -0700 (PDT) From: Message-Id: <199904181829.LAA35557@freefall.freebsd.org> To: balu@dva.in-berlin.de, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9710: NN-6.5.3 with NOV enabled can't find .overview (libnov.c) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NN-6.5.3 with NOV enabled can't find .overview (libnov.c) State-Changed-From-To: feedback->closed State-Changed-By: mharo State-Changed-When: Sun Apr 18 11:29:10 PDT 1999 State-Changed-Why: problem has been fixed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 18 11:55:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B25B15547; Sun, 18 Apr 1999 11:54:52 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA38488; Sun, 18 Apr 1999 11:52:28 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sun, 18 Apr 1999 11:52:28 -0700 (PDT) From: Message-Id: <199904181852.LAA38488@freefall.freebsd.org> To: jobaldwi@vt.edu, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11191: [Patch]Fix for cccc port in /usr/ports/devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [Patch]Fix for cccc port in /usr/ports/devel State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sun Apr 18 11:52:05 PDT 1999 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 18 12:35:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 3EC0B14CF3 for ; Sun, 18 Apr 1999 12:35:46 -0700 (PDT) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id MAA19066; Sun, 18 Apr 1999 12:32:50 -0700 (PDT) (envelope-from mharo) Date: Sun, 18 Apr 1999 12:32:49 -0700 From: Michael Haro To: runge@rostock.zgdv.de Cc: ports@freebsd.org Subject: Re: ports/11186: port update for audio/xmradio Message-ID: <19990418123249.B17195@patrol.area51.fremont.ca.us> References: <199904171439.QAA25263@fietje.egd.igd.fhg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199904171439.QAA25263@fietje.egd.igd.fhg.de>; from runge@rostock.zgdv.de on Sat, Apr 17, 1999 at 04:39:51PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Please just send a diff from the current version in the ports collection. Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 18 14:41:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE58514F04; Sun, 18 Apr 1999 14:41:12 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA46687; Sun, 18 Apr 1999 14:38:48 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Date: Sun, 18 Apr 1999 14:38:48 -0700 (PDT) From: Message-Id: <199904182138.OAA46687@freefall.freebsd.org> To: archie@whistle.com, dirk@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11039: Upgrade to netscape port for new version of Fortify Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade to netscape port for new version of Fortify State-Changed-From-To: open->closed State-Changed-By: dirk State-Changed-When: Sun Apr 18 14:37:28 PDT 1999 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 18 15: 8:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B819415450; Sun, 18 Apr 1999 15:08:08 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA48521; Sun, 18 Apr 1999 15:05:44 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 18 Apr 1999 15:05:44 -0700 (PDT) From: Message-Id: <199904182205.PAA48521@freefall.freebsd.org> To: sjr@home.net, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11144: Y2K problem in tiff34 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Y2K problem in tiff34 port State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 18 15:05:31 PDT 1999 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 18 15:10:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE3E114D68; Sun, 18 Apr 1999 15:10:38 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA48803; Sun, 18 Apr 1999 15:08:14 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 18 Apr 1999 15:08:14 -0700 (PDT) From: Message-Id: <199904182208.PAA48803@freefall.freebsd.org> To: sjr@home.net, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11145: Y2K problem in dgs port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Y2K problem in dgs port State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Apr 18 15:08:04 PDT 1999 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 18 15:14:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AB3614CA3; Sun, 18 Apr 1999 15:14:38 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA49197; Sun, 18 Apr 1999 15:12:13 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 18 Apr 1999 15:12:13 -0700 (PDT) From: Message-Id: <199904182212.PAA49197@freefall.freebsd.org> To: jseger@FreeBSD.org, freebsd-ports@FreeBSD.org, vanilla@FreeBSD.org Subject: Re: ports/11202: gtk12 requires -E option for ld Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gtk12 requires -E option for ld Responsible-Changed-From-To: freebsd-ports->vanilla Responsible-Changed-By: jseger Responsible-Changed-When: Sun Apr 18 15:11:41 PDT 1999 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 18 16:34:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DE7614E9B; Sun, 18 Apr 1999 16:34:42 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA57283; Sun, 18 Apr 1999 16:32:18 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sun, 18 Apr 1999 16:32:18 -0700 (PDT) From: Message-Id: <199904182332.QAA57283@freefall.freebsd.org> To: runge@rostock.zgdv.de, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11186: port update for xmradio Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port update for xmradio State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sun Apr 18 16:30:54 PDT 1999 State-Changed-Why: Committed. Next time please send a diff from the current version in the ports tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 18 17: 2:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 294AC15450 for ; Sun, 18 Apr 1999 17:02:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA59016; Sun, 18 Apr 1999 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 18 Apr 1999 17:00:01 -0700 (PDT) Message-Id: <199904190000.RAA59016@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Michael Haro Subject: Re: ports/10134: New port: lynx-ssl (Category: www) Reply-To: Michael Haro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10134; it has been noted by GNATS. From: Michael Haro To: freebsd-gnats-submit@freebsd.org, sec@42.org Cc: Subject: Re: ports/10134: New port: lynx-ssl (Category: www) Date: Sun, 18 Apr 1999 16:54:52 -0700 I had to change patch-ab from SSL_LIBS= -L/usr/local/lib -lssl -lcrypto -lRSAglue -lrsaref to SSL_LIBS= -L/usr/local/lib -lssl -lcrypto so that it would compile with the rsa crypto stuff. I'm not sure what will happen without USA_RESIDENT set to YES. Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 18 17:20:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8449E14DF2; Sun, 18 Apr 1999 17:20:22 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA59771; Sun, 18 Apr 1999 17:17:58 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sun, 18 Apr 1999 17:17:58 -0700 (PDT) From: Message-Id: <199904190017.RAA59771@freefall.freebsd.org> To: jim@corp.au.triax.com, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10976: new port: gaim-0.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: gaim-0.1 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sun Apr 18 17:17:47 PDT 1999 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 18 17:32:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 992AF14C4A for ; Sun, 18 Apr 1999 17:32:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA60313; Sun, 18 Apr 1999 17:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 71CC914BE5; Sun, 18 Apr 1999 17:29:41 -0700 (PDT) Message-Id: <19990419002941.71CC914BE5@hub.freebsd.org> Date: Sun, 18 Apr 1999 17:29:41 -0700 (PDT) From: pfgiffun@bachue.usc.unal.edu.co To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11206: Fix for slingshot port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11206 >Category: ports >Synopsis: Fix for slingshot 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: Sun Apr 18 17:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 3.1R >Organization: U. Nacional de Colombia >Environment: >Description: This fix solve the ELF build problem in slingshot. It is recommended that PR 9699 (the unified Xview port) be committed first. >How-To-Repeat: >Fix: diff -rNu slingshot.old/Makefile slingshot/Makefile --- slingshot.old/Makefile Sat Apr 17 21:42:56 1999 +++ slingshot/Makefile Sun Apr 18 18:52:53 1999 @@ -14,9 +14,7 @@ MAINTAINER= giffunip@asme.org -LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib - -BROKEN_ELF= yes +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview WRKSRC= $(WRKDIR)/sspkg2.1 USE_X_PREFIX= yes diff -rNu slingshot.old/patches/patch-ab slingshot/patches/patch-ab --- slingshot.old/patches/patch-ab Sat Apr 17 21:42:56 1999 +++ slingshot/patches/patch-ab Sat Apr 17 23:30:39 1999 @@ -1,5 +1,5 @@ -*** config.sunos4x Fri Oct 22 12:35:02 1993 ---- config.fbsd Thu Apr 24 20:32:41 1997 +*** config.fbsd.orig Sat Apr 17 23:26:15 1999 +--- config.fbsd Sat Apr 17 23:29:55 1999 *************** *** 1,8 **** @@ -15,7 +15,7 @@ # @(#) config.sunos4x 1.6 92/10/27 ! CONFIGPIC = -fpic -! CONFIGSHAREDLIBLD = ld -o $@ -Bshareable $? +! CONFIGSHAREDLIBLD = ld -G -o $@ -h libsspkg.so.1 $? -lm -lc SHAREDLIB = $(LIBDIR)/libsspkg.so.1.0 SHAREDLIBDATA = $(LIBDIR)/libsspkg.sa.1.0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 18 20:44:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7521814DEC; Sun, 18 Apr 1999 20:44:37 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA71263; Sun, 18 Apr 1999 20:42:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 18 Apr 1999 20:42:13 -0700 (PDT) From: Message-Id: <199904190342.UAA71263@freefall.freebsd.org> To: horance@freedom.ie.cycu.edu.tw, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9745: Ports changes for SWARM ports ( ports/9726 ) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports changes for SWARM ports ( ports/9726 ) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Apr 18 20:41:29 PDT 1999 State-Changed-Why: The port has already been updated to version 1.4.1. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 18 20:46: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E7BBE14DEC; Sun, 18 Apr 1999 20:46:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA71488; Sun, 18 Apr 1999 20:43:37 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 18 Apr 1999 20:43:37 -0700 (PDT) From: Message-Id: <199904190343.UAA71488@freefall.freebsd.org> To: argordon@es.co.nz, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10296: Fails to add packages from a 2.2.6-RELEASE CD. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fails to add packages from a 2.2.6-RELEASE CD. State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Apr 18 20:42:22 PDT 1999 State-Changed-Why: You are grabbing ELF packages and trying to install them on an a.out machine. Please use the older a.out packages from 2.2.8 or upgrade to version 3.x. 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 18 20:52:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E49D14DDD for ; Sun, 18 Apr 1999 20:52:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA72153; Sun, 18 Apr 1999 20:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 18 Apr 1999 20:50:01 -0700 (PDT) Message-Id: <199904190350.UAA72153@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Pedro F. Giffuni" Subject: Re: ports/11206: Fix for slingshot port Reply-To: "Pedro F. Giffuni" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11206; it has been noted by GNATS. From: "Pedro F. Giffuni" To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/11206: Fix for slingshot port Date: Sun, 18 Apr 1999 22:47:47 -0500 This is a multi-part message in MIME format. --------------30FFD11DC0CBDC723B518BE3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hmm.. the PLIST also needs some order, and I won't maintain this anymore, here goes (attached)a new diff --------------30FFD11DC0CBDC723B518BE3 Content-Type: text/plain; charset=us-ascii; name="slingshot.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="slingshot.diff" diff -rNu slingshot.old/Makefile slingshot/Makefile --- slingshot.old/Makefile Sat Apr 17 21:42:56 1999 +++ slingshot/Makefile Sun Apr 18 22:31:39 1999 @@ -12,11 +12,9 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/ EXTRACT_SUFX= .tar.Z -MAINTAINER= giffunip@asme.org +MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib - -BROKEN_ELF= yes +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview WRKSRC= $(WRKDIR)/sspkg2.1 USE_X_PREFIX= yes diff -rNu slingshot.old/patches/patch-ab slingshot/patches/patch-ab --- slingshot.old/patches/patch-ab Sat Apr 17 21:42:56 1999 +++ slingshot/patches/patch-ab Sun Apr 18 20:17:17 1999 @@ -1,9 +1,9 @@ -*** config.sunos4x Fri Oct 22 12:35:02 1993 ---- config.fbsd Thu Apr 24 20:32:41 1997 +*** config.fbsd.orig Sun Apr 18 20:12:13 1999 +--- config.fbsd Sun Apr 18 20:16:44 1999 *************** *** 1,8 **** - # @(#) config.sunos4x 1.6 92/10/27 +! # @(#) config.sunos4x 1.6 92/10/27 ! CONFIGPIC = -pic ! CONFIGSHAREDLIBLD = ld -o $@ -assert pure-text $? @@ -12,10 +12,10 @@ SHAREDLIBDATA = $(LIBDIR)/libsspkg.sa.1.0 --- 1,8 ---- - # @(#) config.sunos4x 1.6 92/10/27 +! # @(#) config.FreeBSD-ELF 1.6 99/10/27 ! CONFIGPIC = -fpic -! CONFIGSHAREDLIBLD = ld -o $@ -Bshareable $? +! CONFIGSHAREDLIBLD = ld -G -o $@ -h libsspkg.so.1 $? -lm -lc SHAREDLIB = $(LIBDIR)/libsspkg.so.1.0 SHAREDLIBDATA = $(LIBDIR)/libsspkg.sa.1.0 diff -rNu slingshot.old/pkg/PLIST slingshot/pkg/PLIST --- slingshot.old/pkg/PLIST Sat Apr 17 21:42:56 1999 +++ slingshot/pkg/PLIST Sun Apr 18 20:08:34 1999 @@ -1,17 +1,17 @@ +include/sspkg/array.h include/sspkg/box.h -include/sspkg/tree.h -include/sspkg/rectobj.h -include/sspkg/list.h +include/sspkg/canshell.h include/sspkg/disp_list.h -include/sspkg/grip.h include/sspkg/drawobj.h -include/sspkg/canshell.h -include/sspkg/array.h +include/sspkg/grip.h +include/sspkg/list.h include/sspkg/patchlevel.h -lib/libsspkg.so.1.0 -lib/libsspkg.so -lib/libsspkg.sa.1.0 +include/sspkg/rectobj.h +include/sspkg/tree.h lib/libsspkg.a +lib/libsspkg.sa.1.0 +lib/libsspkg.so +lib/libsspkg.so.1.0 share/doc/SlingShot/README share/doc/SlingShot/appA.ps share/doc/SlingShot/appB.ps @@ -21,4 +21,3 @@ share/doc/SlingShot/ch1.ps share/doc/SlingShot/ch2.ps share/doc/SlingShot/ch3.ps - --------------30FFD11DC0CBDC723B518BE3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 18 20:54:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 957DD150A5; Sun, 18 Apr 1999 20:54:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA72347; Sun, 18 Apr 1999 20:52:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 18 Apr 1999 20:52:04 -0700 (PDT) From: Message-Id: <199904190352.UAA72347@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/11198: New port - i18ntools-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port - i18ntools-1.0 Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Sun Apr 18 20:51:31 PDT 1999 Responsible-Changed-Why: Working with originator on getting this one in. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 18 20:55:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F2AB14DDD; Sun, 18 Apr 1999 20:55:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA72444; Sun, 18 Apr 1999 20:53:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 18 Apr 1999 20:53:24 -0700 (PDT) From: Message-Id: <199904190353.UAA72444@freefall.freebsd.org> To: tarkhil@asteroid.svib.ru, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11203: ORBit, gnome and mc have been updated; ORBit 4.2 unfetchable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ORBit, gnome and mc have been updated; ORBit 4.2 unfetchable State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Apr 18 20:52:26 PDT 1999 State-Changed-Why: The ORBit distfiles is still available at ftp.jimpick.com. Please submit patches for the other two ports in another PR. 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 18 20:58:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F43214F0E; Sun, 18 Apr 1999 20:58:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA72827; Sun, 18 Apr 1999 20:56:11 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 18 Apr 1999 20:56:11 -0700 (PDT) From: Message-Id: <199904190356.UAA72827@freefall.freebsd.org> To: yasuf@big.or.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10906: Update: lang/ruby Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: lang/ruby State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Apr 18 20:56:01 PDT 1999 State-Changed-Why: Update 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 18 21: 4:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B699215188; Sun, 18 Apr 1999 21:04:55 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA74074; Sun, 18 Apr 1999 21:02:31 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 18 Apr 1999 21:02:31 -0700 (PDT) From: Message-Id: <199904190402.VAA74074@freefall.freebsd.org> To: croyle@gelemna.ft-wayne.in.us, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11125: update security/p5-PGP-Sign to 0.14 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update security/p5-PGP-Sign to 0.14 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Apr 18 21:02:16 PDT 1999 State-Changed-Why: Update 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 18 21: 5:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED00A14CA0; Sun, 18 Apr 1999 21:05:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA74149; Sun, 18 Apr 1999 21:03:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 18 Apr 1999 21:03:04 -0700 (PDT) From: Message-Id: <199904190403.VAA74149@freefall.freebsd.org> To: gmarco@giovannelli.it, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11110: Upgrade port: math/abs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade port: math/abs State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Apr 18 21:02:53 PDT 1999 State-Changed-Why: Update 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 18 21:11:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 37715155E3; Sun, 18 Apr 1999 21:09:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA74490; Sun, 18 Apr 1999 21:07:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 18 Apr 1999 21:07:19 -0700 (PDT) From: Message-Id: <199904190407.VAA74490@freefall.freebsd.org> To: cpiazza@home.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11193: Update: editors/lpe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: editors/lpe State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Apr 18 21:07:07 PDT 1999 State-Changed-Why: Update 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 18 21:11:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F0C6815543; Sun, 18 Apr 1999 21:11:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA74678; Sun, 18 Apr 1999 21:09:00 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 18 Apr 1999 21:09:00 -0700 (PDT) From: Message-Id: <199904190409.VAA74678@freefall.freebsd.org> To: chip@eboai.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11010: Update: icecast-1.1.0 -> icecast-1.1.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: icecast-1.1.0 -> icecast-1.1.4 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Apr 18 21:08:39 PDT 1999 State-Changed-Why: Update 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 18 21:14:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DD441555D; Sun, 18 Apr 1999 21:14:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA75012; Sun, 18 Apr 1999 21:11:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 18 Apr 1999 21:11:56 -0700 (PDT) From: Message-Id: <199904190411.VAA75012@freefall.freebsd.org> To: aw1@stade.co.uk, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11195: Missing files for wwwoffle port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Missing files for wwwoffle port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Apr 18 21:10:14 PDT 1999 State-Changed-Why: Patches 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 18 21:18:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA48F15576; Sun, 18 Apr 1999 21:18:12 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA75231; Sun, 18 Apr 1999 21:15:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 18 Apr 1999 21:15:48 -0700 (PDT) From: Message-Id: <199904190415.VAA75231@freefall.freebsd.org> To: aw1@stade.co.uk, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10925: port update - xlogmaster 1.6.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port update - xlogmaster 1.6.0 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Apr 18 21:15:20 PDT 1999 State-Changed-Why: Update 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 18 21:24: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C45E91565F; Sun, 18 Apr 1999 21:24:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA75725; Sun, 18 Apr 1999 21:21:37 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 18 Apr 1999 21:21:37 -0700 (PDT) From: Message-Id: <199904190421.VAA75725@freefall.freebsd.org> To: gmarco@giovannelli.it, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10096: New port: games/xtet42 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: games/xtet42 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Apr 18 21:21:10 PDT 1999 State-Changed-Why: New port 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 18 22: 2:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5097214C0D for ; Sun, 18 Apr 1999 22:02:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA79137; Sun, 18 Apr 1999 22:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 18 Apr 1999 22:00:01 -0700 (PDT) Message-Id: <199904190500.WAA79137@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Michael Haro Subject: Re: ports/9686: Update of the nn-6.5.3 port Reply-To: Michael Haro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9686; it has been noted by GNATS. From: Michael Haro To: freebsd-gnats-submit@freebsd.org, jooji@neptune.oceancomputer.com Cc: Subject: Re: ports/9686: Update of the nn-6.5.3 port Date: Sun, 18 Apr 1999 21:59:52 -0700 nn was recently updated. Please send a diff file with the differences between what you have and what is currently in the ports. When updating a port, a diff file is much more helpful [to me] than a shar file. Sorry about the delay, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 18 22:29:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF6BC14F82; Sun, 18 Apr 1999 22:29:13 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA81208; Sun, 18 Apr 1999 22:26:49 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sun, 18 Apr 1999 22:26:49 -0700 (PDT) From: Message-Id: <199904190526.WAA81208@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/11059: ports/security/pgp does not extract Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/security/pgp does not extract Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: mharo Responsible-Changed-When: Sun Apr 18 22:25:51 PDT 1999 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 18 22:49:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED38D14F21; Sun, 18 Apr 1999 22:49:17 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA83315; Sun, 18 Apr 1999 22:46:52 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sun, 18 Apr 1999 22:46:52 -0700 (PDT) From: Message-Id: <199904190546.WAA83315@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/10164: XFree86-3.3.3.1 build fails with kerberosIV on 2.2.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: XFree86-3.3.3.1 build fails with kerberosIV on 2.2.8 Responsible-Changed-From-To: freebsd-ports->jmz Responsible-Changed-By: mharo Responsible-Changed-When: Sun Apr 18 22:46:27 PDT 1999 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 18 22:57:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A83C015591; Sun, 18 Apr 1999 22:57:48 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA83866; Sun, 18 Apr 1999 22:55:24 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sun, 18 Apr 1999 22:55:24 -0700 (PDT) From: Message-Id: <199904190555.WAA83866@freefall.freebsd.org> To: laskavy@Berkeley.Gambit.Msk.SU, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10102: net/ircII port wants to install help files into $prefix/lib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: net/ircII port wants to install help files into $prefix/lib State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sun Apr 18 22:53:59 PDT 1999 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 18 23:10:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4358714E51; Sun, 18 Apr 1999 23:10:40 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA84624; Sun, 18 Apr 1999 23:08:15 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sun, 18 Apr 1999 23:08:15 -0700 (PDT) From: Message-Id: <199904190608.XAA84624@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/10945: X11 "sessreg" program does not update /var/run/utmp file Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: X11 "sessreg" program does not update /var/run/utmp file Responsible-Changed-From-To: freebsd-ports->jmz Responsible-Changed-By: mharo Responsible-Changed-When: Sun Apr 18 23:07:45 PDT 1999 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 18 23:11:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B98EB14E51; Sun, 18 Apr 1999 23:11:57 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA84713; Sun, 18 Apr 1999 23:09:33 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sun, 18 Apr 1999 23:09:33 -0700 (PDT) From: Message-Id: <199904190609.XAA84713@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: ports/10934: Fixes for postfix port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fixes for postfix port Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: mharo Responsible-Changed-When: Sun Apr 18 23:09:05 PDT 1999 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 18 23:22:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 595E814E51 for ; Sun, 18 Apr 1999 23:22:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA85413; Sun, 18 Apr 1999 23:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 18 Apr 1999 23:20:02 -0700 (PDT) Message-Id: <199904190620.XAA85413@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Michael Haro Subject: Re: ports/10677: FVWM2 finally went to release status Reply-To: Michael Haro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10677; it has been noted by GNATS. From: Michael Haro To: freebsd-gnats-submit@freebsd.org, jcwells@u.washignton.edu Cc: Subject: Re: ports/10677: FVWM2 finally went to release status Date: Sun, 18 Apr 1999 23:12:58 -0700 Please send a diff with the changes from the current fvwm2 port. 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 19 0:42:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EBD9115178 for ; Mon, 19 Apr 1999 00:42:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA91601; Mon, 19 Apr 1999 00:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.initio.no (nalle.initio.no [62.92.112.203]) by hub.freebsd.org (Postfix) with SMTP id 85C8414D66 for ; Mon, 19 Apr 1999 00:34:01 -0700 (PDT) (envelope-from oyvindmo@initio.no) Received: (qmail 9099 invoked from network); 19 Apr 1999 07:31:33 -0000 Received: from isdn-b11.itea.ntnu.no (HELO lister.initio.no) (root@129.241.54.11) by mail.initio.no with SMTP; 19 Apr 1999 07:31:33 -0000 Received: from initio.no (really [129.241.197.76]) by initio.no via in.smtpd with esmtp id (Debian Smail3.2.0.101) for ; Mon, 19 Apr 1999 09:31:30 +0200 (CEST) Received: (from oyvindmo@localhost) by initio.no (8.9.2/8.9.2) id JAA73609; Mon, 19 Apr 1999 09:31:29 +0200 (CEST) (envelope-from oyvindmo) Message-Id: <199904190731.JAA73609@initio.no> Date: Mon, 19 Apr 1999 09:31:29 +0200 (CEST) From: Oyvind Moll Reply-To: oyvindmo@initio.no To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11209: Upgrade/move port: lang/python (was -beta) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11209 >Category: ports >Synopsis: Upgrade/move port: lang/python (was -beta) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 19 00:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oyvind Moll >Release: FreeBSD 3.1-STABLE i386 >Organization: Initio IT-løsninger >Environment: FreeBSD 3.1-STABLE #0: Thu Mar 4 00:55:30 CET 1999 >Description: Python 1.5.2 is released. Included is (trivial) patch against ports/lang/python-beta -- only version changes, actually. Of course, this could now replace ports/lang/python/, which at the moment is 1.5.1 with lots of patches (which are obsoleted by 1.5.2). >How-To-Repeat: n/a >Fix: --- python-beta/Makefile Tue Apr 13 21:40:41 1999 +++ python-oyvindmo/Makefile Fri Apr 16 21:15:17 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: python -# Version required: 1.5.2c1 +# Version required: 1.5.2 # Date created: 08 August 1995 # Whom: jkh # # $Id: Makefile,v 1.46 1999/04/11 00:38:09 nectar Exp $ # -DISTNAME= py152c1 -PKGNAME= python-1.5.2c1 +DISTNAME= py152 +PKGNAME= python-1.5.2 CATEGORIES= lang python tk80 MASTER_SITES= ftp://www.python.org/pub/python/src/ \ ftp://ftp.cwi.nl/pub/python/src/ @@ -18,7 +18,7 @@ LIB_DEPENDS= ${TK_DEPENDS} DIST_SUBDIR= python -WRKSRC= ${WRKDIR}/Python-1.5.2c1 +WRKSRC= ${WRKDIR}/Python-1.5.2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-fpectl MAKE_FLAGS= 'OPT=${CFLAGS}' --- python-beta/files/md5 Tue Apr 13 21:40:41 1999 +++ python-oyvindmo/files/md5 Fri Apr 16 21:19:02 1999 @@ -1 +1 @@ -MD5 (python/py152c1.tgz) = 24cd9a8fd3893e82f4a706ae803157d2 +MD5 (python/py152.tgz) = e9d677ae6d5a3efc6937627ed8a3e752 >Release-Note: >Audit-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 19 0:59:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 638BD14E82 for ; Mon, 19 Apr 1999 00:59:22 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-50.ix.netcom.com [205.186.215.50]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id AAA25617; Mon, 19 Apr 1999 00:55:42 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id AAA88257; Mon, 19 Apr 1999 00:55:04 -0700 (PDT) Date: Mon, 19 Apr 1999 00:55:04 -0700 (PDT) Message-Id: <199904190755.AAA88257@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: pfgiffun@bachue.usc.unal.edu.co Cc: ports@freebsd.org In-reply-to: <371A0D28.61C11A7F@bachue.usc.unal.edu.co> (pfgiffun@bachue.usc.unal.edu.co) Subject: Re: Time to split the ports collection? From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <371935DD.A3B70644@bachue.usc.unal.edu.co> <19990417200704.A81975@patrol.area51.fremont.ca.us> <37194DE3.D8719241@bachue.usc.unal.edu.co> <19990417201725.A82105@patrol.area51.fremont.ca.us> <3719516E.4DFE82D8@bachue.usc.unal.edu.co> <199904181056.DAA83902@silvia.hip.berkeley.edu> <371A0D28.61C11A7F@bachue.usc.unal.edu.co> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "Pedro F. Giffuni" * > * I don't want to update it, I can download individual ports from the web. * > * > You can download ports/Mk then. :) * > * * If there is a package to install, I'll install it, and probably * portlint should have a dependency on it. Otherwise, in the future, I * will not go into the difficulties I went in this time. Of course, I am * only reporting my problems in the hope that something good will come * from it, I have no interest in being melodramatic about it . See, the problem is that you CAN'T download individual ports without also getting the latest bsd.port.mk. It just won't work in many cases. We can install bsd.port.mk by default (even without the rest of the ports tree) but that doesn't solve the real problem. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 1:42:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE56514F40 for ; Mon, 19 Apr 1999 01:42:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA97505; Mon, 19 Apr 1999 01:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from aquamarine.c.oka-pu.ac.jp (unknown [163.225.213.91]) by hub.freebsd.org (Postfix) with ESMTP id 959C114DB5 for ; Mon, 19 Apr 1999 01:36:14 -0700 (PDT) (envelope-from kunishi@aquamarine.c.oka-pu.ac.jp) Received: (from kunishi@localhost) by aquamarine.c.oka-pu.ac.jp (8.9.2/8.9.2) id RAA21945; Mon, 19 Apr 1999 17:29:49 +0900 (JST) (envelope-from kunishi) Message-Id: <199904190829.RAA21945@aquamarine.c.oka-pu.ac.jp> Date: Mon, 19 Apr 1999 17:29:49 +0900 (JST) From: kunishi@c.oka-pu.ac.jp Reply-To: kunishi@c.oka-pu.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11210: editors/wemi-emacs20*: fails 'make install' Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11210 >Category: ports >Synopsis: editors/wemi-emacs20*: fails 'make install' >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 19 01:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KUNISHIMA Takeo >Release: FreeBSD 3.1-RELEASE i386 >Organization: Okayama Prefectural University, Japan >Environment: FreeBSD 3.1-RELEASE, with the package 31upgrade-1999.03.08.tgz. >Description: editors/wemi-emacs20 and editors/wemi-emacs20-current fail to 'make install' with the following message: # make install ===> Installing for wemi-emacs20-1.8.6 ===> wemi-emacs20-1.8.6 depends on file: /usr/local/bin/emacs-20.3 - found ===> wemi-emacs20-1.8.6 depends on file: /usr/local/share/emacs/20.3/site-lisp/emu/emu.el - found ===> wemi-emacs20-1.8.6 depends on file: /var/db/pkg/flim-emacs20-1.9.2 - found (stuffs deleted) ===> Generating temporary packing list install: /usr/ports/editors/wemi-emacs20/work/wemi-1.8.6/README.html: No such file or directory *** Error code 71 Stop. *** Error code 1 Stop. *** Error code 1 Stop. >How-To-Repeat: This problem is due to a bug in 'post-install' target in Makefile. When doing 'post-install' target, sh extracts 'README.*' to 'README.html', which exists in ${.CURDIR} but in ${WRKSRC}. >Fix: This is the same fix committed in editors/flim-emacs20* and editors/semi-emacs20*, by sada at 1999/04/17 22:01:14 PDT. diff -ruN /usr/ports/editors/wemi-emacs20/Makefile editors/wemi-emacs20/Makefile --- /usr/ports/editors/wemi-emacs20/Makefile Sat Apr 17 06:07:22 1999 +++ editors/wemi-emacs20/Makefile Mon Apr 19 12:59:38 1999 @@ -66,9 +66,10 @@ done) .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/${WEMIDOCDIR} - @for i in ChangeLog NEWS README.* TODO VERSION ; do \ - ${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${WEMIDOCDIR}/ ; \ - done + @(cd ${WRKSRC} ; \ + for i in ChangeLog NEWS README.* TODO VERSION ; do \ + ${INSTALL_DATA} $${i} ${PREFIX}/${WEMIDOCDIR}/ ; \ + done) .endif .include diff -ruN /usr/ports/editors/wemi-emacs20-current/Makefile editors/wemi-emacs20-current/Makefile --- /usr/ports/editors/wemi-emacs20-current/Makefile Tue Mar 9 13:40:12 1999 +++ editors/wemi-emacs20-current/Makefile Mon Apr 19 13:00:08 1999 @@ -66,9 +66,10 @@ done) .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/${WEMIDOCDIR} - @for i in ChangeLog NEWS README.* TODO VERSION ; do \ - ${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${WEMIDOCDIR}/ ; \ - done + @(cd ${WRKSRC} ; \ + for i in ChangeLog NEWS README.* TODO VERSION ; do \ + ${INSTALL_DATA} $${i} ${PREFIX}/${WEMIDOCDIR}/ ; \ + done) .endif .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 3: 2:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F12E814C57 for ; Mon, 19 Apr 1999 03:02:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA07204; Mon, 19 Apr 1999 03:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from Terry.Dorm10.NCTU.edu.tw (Terry.Dorm10.NCTU.edu.tw [140.113.122.99]) by hub.freebsd.org (Postfix) with ESMTP id 62F0914C80 for ; Mon, 19 Apr 1999 02:55:35 -0700 (PDT) (envelope-from ijliao@Terry.Dorm10.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm10.NCTU.edu.tw (8.9.3/8.9.3) id RAA33986; Mon, 19 Apr 1999 17:53:07 +0800 (CST) (envelope-from ijliao) Message-Id: <199904190953.RAA33986@Terry.Dorm10.NCTU.edu.tw> Date: Mon, 19 Apr 1999 17:53:07 +0800 (CST) From: Ying-Chieh Liao Reply-To: ijliao@Terry.Dorm10.NCTU.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11211: update ports/security/sudo to 1.5.9p1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11211 >Category: ports >Synopsis: update ports/security/sudo to 1.5.9p1 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 19 03:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.0-CURRENT i386 >Organization: NCTU CSIE >Environment: FreeBSD Terry.Dorm10.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #16: Sun Mar 21 12:54:31 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: update ports/security/sudo to 1.5.9p1 1.5.8p2 does not exist on MASTER_SITE >How-To-Repeat: >Fix: diff -ruN /usr/ports/security/sudo/Makefile sudo/Makefile --- /usr/ports/security/sudo/Makefile Mon Mar 29 08:52:35 1999 +++ sudo/Makefile Mon Apr 19 17:43:05 1999 @@ -6,14 +6,14 @@ # $Id: Makefile,v 1.18 1999/03/29 00:52:35 billf Exp $ # -DISTNAME= cu-sudo.v1.5.8p2 -PKGNAME= sudo-1.5.8.2 +DISTNAME= cu-sudo.v1.5.9p1 +PKGNAME= sudo-1.5.9.1 CATEGORIES= security MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ MAINTAINER= erich@FreeBSD.ORG -WRKSRC= ${WRKDIR}/sudo.v1.5.8p2 +WRKSRC= ${WRKDIR}/sudo.v1.5.9p1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-skey \ diff -ruN /usr/ports/security/sudo/files/md5 sudo/files/md5 --- /usr/ports/security/sudo/files/md5 Mon Mar 29 08:52:35 1999 +++ sudo/files/md5 Mon Apr 19 17:44:25 1999 @@ -1 +1 @@ -MD5 (cu-sudo.v1.5.8p2.tar.gz) = 2c53bea33818abbf07e7b2a63f940f8f +MD5 (cu-sudo.v1.5.9p1.tar.gz) = d897445812f40a17cd7b4edf06596312 >Release-Note: >Audit-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 19 3:12:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 821FE14EF1 for ; Mon, 19 Apr 1999 03:12:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA07922; Mon, 19 Apr 1999 03:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from Terry.Dorm10.NCTU.edu.tw (Terry.Dorm10.NCTU.edu.tw [140.113.122.99]) by hub.freebsd.org (Postfix) with ESMTP id 3102014C57 for ; Mon, 19 Apr 1999 03:09:05 -0700 (PDT) (envelope-from ijliao@Terry.Dorm10.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm10.NCTU.edu.tw (8.9.3/8.9.3) id SAA43294; Mon, 19 Apr 1999 18:06:39 +0800 (CST) (envelope-from ijliao) Message-Id: <199904191006.SAA43294@Terry.Dorm10.NCTU.edu.tw> Date: Mon, 19 Apr 1999 18:06:39 +0800 (CST) From: Ying-Chieh Liao Reply-To: ijliao@Terry.Dorm10.NCTU.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11212: fix ports/news/nn broken by update md5 checksum Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11212 >Category: ports >Synopsis: fix ports/news/nn broken by update md5 checksum >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 19 03:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.0-CURRENT i386 >Organization: NCTU CSIE >Environment: FreeBSD Terry.Dorm10.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #16: Sun Mar 21 12:54:31 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: ports/news/nn marks as broken fix it by update md5 checksum >How-To-Repeat: >Fix: diff -ruN /usr/ports/news/nn/Makefile nn/Makefile --- /usr/ports/news/nn/Makefile Fri Dec 11 01:24:32 1998 +++ nn/Makefile Mon Apr 19 18:03:37 1999 @@ -14,8 +14,6 @@ MAINTAINER= ports@FreeBSD.ORG -BROKEN= checksum - MAN1= nn.1 nncheck.1 nngoback.1 nngrab.1 nngrep.1 nnpost.1 \ nntidy.1 nnview.1 nnacct.1m nnadmin.1m nnstats.1m nnusage.1m MAN8= nnmaster.8 nnspew.8 diff -ruN /usr/ports/news/nn/files/md5 nn/files/md5 --- /usr/ports/news/nn/files/md5 Tue Jul 21 04:58:21 1998 +++ nn/files/md5 Mon Apr 19 18:01:22 1999 @@ -1 +1 @@ -MD5 (nn-6.5.3.tar.Z) = 324a188c9c5efaffc9f9a267c7b9e368 +MD5 (nn-6.5.3.tar.Z) = 20d983d62b2f89deda855485405099ed >Release-Note: >Audit-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 19 4:22:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CC19150EE for ; Mon, 19 Apr 1999 04:22:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA14310; Mon, 19 Apr 1999 04:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 53E6C14C16 for ; Mon, 19 Apr 1999 04:18:00 -0700 (PDT) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id PAA07217; Mon, 19 Apr 1999 15:15:09 +0400 (MSD) Message-Id: <199904191115.PAA07217@netserv1.chg.ru> Date: Mon, 19 Apr 1999 15:15:09 +0400 (MSD) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11214: new port - evg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11214 >Category: ports >Synopsis: new port - evg >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 19 04:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./files # ./files/md5 # ./Makefile # ./patches # ./patches/patch-aa # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (evg-1.01.tar.gz) = e56a7557bccfe008bd4d5d45b2abb7a6 END-of-./files/md5 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: evg X# Version required: 1.0.1 X# Date created: 19 April 1999 X# Whom: Dima Sivachenko X# X# $Id $ X# X XDISTNAME= evg-1.01 XPKGNAME= evg-1.0.1 XCATEGORIES= www XMASTER_SITES= ftp://ftp.uni-klu.ac.at/pub/projects/evg/ \ X http://www.chg.ru/~dima/ X XMAINTAINER= dima@Chg.RU X XRUN_DEPENDS= python:${PORTSDIR}/lang/python XRUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick XRUN_DEPENDS+= xv:${PORTSDIR}/graphics/xv X XNO_BUILD= yes X Xpost-patch: X @ ${MV} ${WRKSRC}/evg.py ${WRKSRC}/evg.py.sed X @ ${SED} -e 's%!!PREFIX!!%${PREFIX}%' < ${WRKSRC}/evg.py.sed \ X > ${WRKSRC}/evg.py.sed1 X @ ${SED} -e 's%!!XPREF!!%${X11BASE}%' < ${WRKSRC}/evg.py.sed1 \ X > ${WRKSRC}/evg.py X Xdo-install: X @ ${MKDIR} ${PREFIX}/lib/python1.5/site-packages X @ ${INSTALL_SCRIPT} ${WRKSRC}/eclipthtml.py ${PREFIX}/lib/python1.5/site-packages X @ ${INSTALL_SCRIPT} ${WRKSRC}/evg.py ${PREFIX}/bin X X.include END-of-./Makefile echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- evg.py.orig Sun Apr 18 18:55:42 1999 X+++ evg.py Sun Apr 18 18:57:00 1999 X@@ -1,4 +1,4 @@ X-#!/usr/local/bin/python X+#!!!PREFIX!!/bin/python X # EVG - ECLiPt Virtual Gallery Creator X # (c) 1999 by Emanuel Pirker X # Distributed under the GNU GPL. X@@ -10,8 +10,8 @@ X # ---------------------------------------------------------------------- X # Constants X X-CONVERTCMD = '/usr/X11R6/bin/convert' X-VIEWERCMD = '/usr/bin/ee' X+CONVERTCMD = '!!PREFIX!!/bin/convert' X+VIEWERCMD = '!!XPREF!!/bin/xv' X THUMBNAILDIR = 'thumbnails' X THUMBPERCENT = '20%' X SERDBFILE = "serdb" END-of-./patches/patch-aa echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/evg.py Xlib/python1.5/site-packages/eclipthtml.py END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XCreate index pages in HTML for photo galleries. END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XEVG addresses the needs of people who want to put photo galleries on their web Xpages. Most photo galleries on the Web are rather rude - EVG automatically Xgenerates nice index pages and hyperlinked per-image-pages. Thumbnails are Xgenerated automatically, as well as adding or removing images is easy. X Xhttp://eclipt.uni-klu.ac.at/projects/evg/ X X--Dima Xdima@chg.ru END-of-./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 Mon Apr 19 6:32:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (Postfix) with ESMTP id 1CEED14C29 for ; Mon, 19 Apr 1999 06:32:21 -0700 (PDT) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.8/8.8.8) with ESMTP id VAA03428 for ; Mon, 19 Apr 1999 21:29:54 +0800 (WST) (envelope-from dean@odyssey.apana.org.au) Date: Mon, 19 Apr 1999 21:29:54 +0800 (WST) From: Dean Hollister To: ports@freebsd.org Subject: Current Tin Port Message-ID: X-no-archive: yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, This port is broken! The correct file extension for the tarball is .tgz, not tar.gz. d. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 6:36: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from athena.connectalk.com (athena.connectalk.com [204.19.165.45]) by hub.freebsd.org (Postfix) with ESMTP id 956AC14C29 for ; Mon, 19 Apr 1999 06:35:54 -0700 (PDT) (envelope-from bgallant@ConnecTalk.com) Received: from connectalk.com ([172.16.0.67]) by athena.connectalk.com (Netscape Messaging Server 3.6) with ESMTP id AAA1BE5; Mon, 19 Apr 1999 09:31:34 -0400 Message-ID: <371B313F.55EDE324@connectalk.com> Date: Mon, 19 Apr 1999 09:36:00 -0400 From: Bruno Gallant Organization: Connectalk X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.1-RELEASE i386) MIME-Version: 1.0 To: rvb@cs.cmu.edu Cc: ports@FreeBSD.org Subject: FreeBSD Port: coda-client-5.2.0 Content-Type: multipart/alternative; boundary="------------9050AEBAA7B4DE393E1A00BA" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --------------9050AEBAA7B4DE393E1A00BA Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello! whatever happened to www.cs.cmu.edu? -- ------------------+----------------------------------------------------------- Bruno Gallant | All wars are civil wars, because all men are brothers ... System Integrator | Each one owes infinitely more to the human race than to ConnecTalk | the particular country in which he was born. (514)856-3060 | -- Francois Fenelon --------------9050AEBAA7B4DE393E1A00BA Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit  
Hello!

whatever happened to www.cs.cmu.edu?
 

-- 

------------------+-----------------------------------------------------------
Bruno Gallant     | All wars are civil wars, because all men are brothers ...
System Integrator | Each one owes infinitely more to the human race than to
ConnecTalk        | the particular country in which he was born.
(514)856-3060     |                                        -- Francois Fenelon
  --------------9050AEBAA7B4DE393E1A00BA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 7:12:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E55B1555D for ; Mon, 19 Apr 1999 07:12:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA80052; Mon, 19 Apr 1999 07:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hub.lovett.com (hub.lovett.com [38.155.241.2]) by hub.freebsd.org (Postfix) with ESMTP id 2B52014FF6 for ; Mon, 19 Apr 1999 07:05:39 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by hub.lovett.com with local (Exim 2.12 #1) id 10ZEdl-0002OG-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 19 Apr 1999 09:03:13 -0500 Message-Id: Date: Mon, 19 Apr 1999 09:03:13 -0500 From: ade@lovett.com Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11217: archivers/bzip2 doesn't install include file Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11217 >Category: ports >Synopsis: archivers/bzip2 doesn't install include file >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 19 07:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 3.1-STABLE i386 >Organization: Lovett Network Consultancy >Environment: Fully up-to-date cvsup'd ports tree. >Description: The install of archivers/bzip2 doesn't copy the bzlib.h include file into ${PREFIX}/include - this somewhat confuses ports (such as graphics/ImageMagick) that think that bzip2 hasn't fully been installed (though they still work). >How-To-Repeat: cd /usr/ports/archivers/bzip2 make install >Fix: Patch below changes Makefile and PLIST to add the include file. Index: Makefile =================================================================== RCS file: /src/FreeBSD/cvs/ports/archivers/bzip2/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 1998/12/10 17:02:31 1.9 +++ Makefile 1999/04/19 13:51:11 @@ -23,6 +23,7 @@ ${LN} -sf ${PREFIX}/bin/bzip2 ${PREFIX}/bin/bzcat ${INSTALL_PROGRAM} ${WRKSRC}/bzip2recover ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/libbz2.a ${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/bzlib.h ${PREFIX}/include ${INSTALL_MAN} ${WRKSRC}/bzip2.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/bzip2 Index: pkg/PLIST =================================================================== RCS file: /src/FreeBSD/cvs/ports/archivers/bzip2/pkg/PLIST,v retrieving revision 1.4 diff -u -r1.4 PLIST --- PLIST 1998/12/10 17:02:32 1.4 +++ PLIST 1999/04/19 13:51:35 @@ -3,6 +3,7 @@ bin/bzcat bin/bzip2recover lib/libbz2.a +include/bzlib.h share/doc/bzip2/manual.ps share/doc/bzip2/manual.texi share/doc/bzip2/manual_1.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 8: 1:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tuminfo2.informatik.tu-muenchen.de (tuminfo2.informatik.tu-muenchen.de [131.159.0.81]) by hub.freebsd.org (Postfix) with ESMTP id 52E7B1558C; Mon, 19 Apr 1999 08:01:05 -0700 (PDT) (envelope-from kallenbo@informatik.tu-muenchen.de) Received: from [129.187.123.228] ([129.187.123.228] HELO PC-Kallenborn.biblio.tu-muenchen.de ident: NO-IDENT-SERVICE [port 1099]) by tuminfo2.informatik.tu-muenchen.de with SMTP id <110617-224>; Mon, 19 Apr 1999 16:58:30 +0000 From: "Dr. Reiner Kallenborn" To: msmith@freebsd.org Date: Mon, 19 Apr 1999 16:58:49 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: FreeBSD Port: wordperfect-8.0 Cc: ports@FreeBSD.org X-mailer: Pegasus Mail for Win32 (v3.01d) Message-Id: <19990419145830Z110617-224+338@tuminfo2.informatik.tu-muenchen.de> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hallo, unfortunately I am not very professional in installing ports, so I have a problem im installing wordperfect for FreeBSD: I work with freebsd 2.2.7 I have loaded and installed the necessary linux-libraries I have fetched wordperfect.tar put the upgrade-kit in the right place (I hope) I have fetched the sources from www.download.com When I run make for WordPerfect, I get questions concerning files to patch I don't know what to do with that. Can anyone help? Thank you Reiner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 8:22:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D012B14CFB for ; Mon, 19 Apr 1999 08:22:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA86551; Mon, 19 Apr 1999 08:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 19 Apr 1999 08:20:01 -0700 (PDT) Message-Id: <199904191520.IAA86551@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tom Hukins Subject: Re: ports/11211: update ports/security/sudo to 1.5.9p1 Reply-To: Tom Hukins Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11211; it has been noted by GNATS. From: Tom Hukins To: Ying-Chieh Liao Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/11211: update ports/security/sudo to 1.5.9p1 Date: Mon, 19 Apr 1999 12:54:15 +0100 On Mon, Apr 19, 1999 at 05:53:07PM +0800, Ying-Chieh Liao wrote: > > >Number: 11211 > >Category: ports > >Synopsis: update ports/security/sudo to 1.5.9p1 This PR is a duplicate of ports/11079. Regards, Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 9:12:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 993761537A for ; Mon, 19 Apr 1999 09:12:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA91291; Mon, 19 Apr 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C8C9D15577; Mon, 19 Apr 1999 09:08:24 -0700 (PDT) Message-Id: <19990419160824.C8C9D15577@hub.freebsd.org> Date: Mon, 19 Apr 1999 09:08:24 -0700 (PDT) From: mvh@ix.netcom.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11218: windowmaker-0.52.0 needs a little patching to correct paths Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11218 >Category: ports >Synopsis: windowmaker-0.52.0 needs a little patching to correct paths >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 19 09:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mike Harding >Release: 3.1 stable >Organization: stamps.com >Environment: FreeBSD ***.netcom.com 3.1-STABLE FreeBSD 3.1-STABLE #0: Tue Apr 13 09:48:27 PDT 1999 mvh@netcom1.netcom.com:/usr/src/sys/compile/MIKE i386 >Description: windowmaker port assumes that several items are in /usr/local rather than /usr/X11R6 - this causes a fresh install to lack icons and the Wprefs app. >How-To-Repeat: Install windowmaker port on a system which has not had windowmaker installed >Fix: Fix some paths in the config files via a patch? Ideally the defaults will be fixed so that if a user runs wmaker.inst again it will be fixed up >Release-Note: >Audit-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 19 9:22:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C9CEB15290 for ; Mon, 19 Apr 1999 09:22:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA92215; Mon, 19 Apr 1999 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 19 Apr 1999 09:20:01 -0700 (PDT) Message-Id: <199904191620.JAA92215@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Brian Handy Subject: Re: ports/11218: windowmaker-0.52.0 needs a little patching to correct paths Reply-To: Brian Handy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11218; it has been noted by GNATS. From: Brian Handy To: mvh@ix.netcom.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/11218: windowmaker-0.52.0 needs a little patching to correct paths Date: Mon, 19 Apr 1999 10:16:30 -0600 (MDT) >Fix some paths in the config files via a patch? Ideally the >defaults will be fixed so that if a user runs wmaker.inst again >it will be fixed up Your patch apparently didn't get attached to this email. I'll review it post-haste once you get it in the system. Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 9:26:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9886215290; Mon, 19 Apr 1999 09:26:55 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA92605; Mon, 19 Apr 1999 09:24:30 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 19 Apr 1999 09:24:30 -0700 (PDT) From: Message-Id: <199904191624.JAA92605@freefall.freebsd.org> To: ijliao@Terry.Dorm10.NCTU.edu.tw, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11211: update ports/security/sudo to 1.5.9p1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update ports/security/sudo to 1.5.9p1 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Apr 19 09:23:56 PDT 1999 State-Changed-Why: Duplicate of PR 11079 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 9:32:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DE5EF155AE for ; Mon, 19 Apr 1999 09:32:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA93047; Mon, 19 Apr 1999 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 19 Apr 1999 09:30:01 -0700 (PDT) Message-Id: <199904191630.JAA93047@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: mvh@ix.netcom.com (Mike Harding) Subject: Re: ports/11218: windowmaker-0.52.0 needs a little patching to correct paths Reply-To: mvh@ix.netcom.com (Mike Harding) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11218; it has been noted by GNATS. From: mvh@ix.netcom.com (Mike Harding) To: handy@lambic.physics.montana.edu Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/11218: windowmaker-0.52.0 needs a little patching to correct paths Date: Mon, 19 Apr 1999 09:21:00 -0700 (PDT) Ummm - I didn't have a patch. I fixed things in my GNUstep directory but I don't know where the defaults are. I can help _some_ if this is a big deal, I think it should be easy to fix but I haven't done any patching before. Let me know, Mike Harding Date: Mon, 19 Apr 1999 10:16:30 -0600 (MDT) From: Brian Handy Cc: freebsd-gnats-submit@FreeBSD.ORG X-files: The truth is out there Content-Type: TEXT/PLAIN; charset=US-ASCII X-SpamBouncer: 1.00h (4/18/99) X-SBClass: OK >Fix some paths in the config files via a patch? Ideally the >defaults will be fixed so that if a user runs wmaker.inst again >it will be fixed up Your patch apparently didn't get attached to this email. I'll review it post-haste once you get it in the system. Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 9:51:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C293D15654; Mon, 19 Apr 1999 09:51:51 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA94507; Mon, 19 Apr 1999 09:49:26 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Mon, 19 Apr 1999 09:49:26 -0700 (PDT) From: Message-Id: <199904191649.JAA94507@freefall.freebsd.org> To: kunishi@c.oka-pu.ac.jp, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11210: editors/wemi-emacs20*: fails 'make install' Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: editors/wemi-emacs20*: fails 'make install' State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Mon Apr 19 09:48:08 PDT 1999 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 19 10:19:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id 9CA5B14E4E for ; Mon, 19 Apr 1999 10:19:37 -0700 (PDT) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.1) id KAA25717 for freebsd-ports@freebsd.org; Mon, 19 Apr 1999 10:14:52 -0700 (PDT) (envelope-from kargl) From: "Steven G. Kargl" Message-Id: <199904191714.KAA25717@troutmask.apl.washington.edu> Subject: new port of f2c and a f77 wrapper. To: freebsd-ports@freebsd.org Date: Mon, 19 Apr 1999 10:14:52 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ladies and Gentlemen, David O'Brien has introduced g77 into the base distribution of FreeBSD-current, and he has disconnect the building of f2c and f77. I have submitted a port of f2c and a new f77 wrapper for f2c+gcc. Enjoy. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 10:22:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FC4215607 for ; Mon, 19 Apr 1999 10:22:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA97816; Mon, 19 Apr 1999 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id 1E229155DC for ; Mon, 19 Apr 1999 10:16:50 -0700 (PDT) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.1) id KAA20661; Mon, 19 Apr 1999 10:12:04 -0700 (PDT) (envelope-from kargl) Message-Id: <199904191712.KAA20661@troutmask.apl.washington.edu> Date: Mon, 19 Apr 1999 10:12:04 -0700 (PDT) From: "Steven G. Kargl" Reply-To: kargl@troutmask.apl.washington.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11220: f2c and f77 wrapper (new ports) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11220 >Category: ports >Synopsis: f2c and f77 wrapper (new ports) >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 19 10:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Steven G. Kargl >Release: FreeBSD 4.0-CURRENT i386 >Organization: APL-UW >Environment: FreeBSD-current. Ports should work with any ELFized FreeBSD. >Description: Two ports are included: f2c and a wrapper to call f2c+gcc. * The f2c port includes the latest version from www.netlib.org, and it includes *all* FreeBSD enhancements prior to the inclusion of g77 into FreeBSD-current. This port builds *ELF ONLY* libraries. * The wrapper port by defaults generates a binary named fc (to avoid name collisions with g77) and a man page. >How-To-Repeat: >Fix: begin 644 fortran.tgz M'XL(`.5A&S<``^T;:W/B1G*_HE_1Y=V+@1B!Q,MKQWM+`.\Z:V,7X"27RQ4E MI!$H%A+1PX_X?+_]NDKI;T]W3,^J1J5B3\HM/"U"K M-.MU>`$@->M2\C>""D"C66DT&I5FI8G=E9IU3V,+'ZU^N5YJ9_C"0\>>P7#*8#"U)\J%?X&,.T?MX=%IK]7_%YP>0J_[$W1[[XZ/!N\A M/V"J3<0TPS-LJ\!%>FGHEL9T.)3;HZ->^_B\TQ5>8H-AL52;X-W,&2$:ED=_ M;,*<_;C1MUQC8J'LU.LO=:M3M)2BHFD.<]U%LSO%R>)#>`D+BS[=M!4/'*:8 MBS;-]LS4UVO0)M02-&#IJ6AI!XICTQ MU!2[M.1+_?R!PU;I7G,X.]B,ZUQQP+#)?/DN\RN#*\*92Z7.[0B`.DF$0XAH6M(4LD=E0^15/P M=3UR`6YQLCHR9.HF#B5#3LYFH'#=5";WC4#W+)-9*UJY.;]DILM2MI2FP5ON M40C;PO&1T,%3D+WBHK(#5X[AL:2`W+*%VQS1!]5@#OI?+B"#5=\R/*J'G9:& ME<`K54.?>4E4AZG[`OJ.81HN=B!KLLDGLS8BW@%Y(\W;2#,W[G''NL/G(ME@ M^3,2R$A(9*/1KI7`3CV[';(/&-JZ-0OZD`U0+6`7]F)(6U0454V,FR5(.N:B M8VQ:%R2>'0NGFK;[@&K2FDE)IW+^./=F3,QA5X:%DSY6U`MWKJAL!W`"*:*L MY:"D."@!ASM08IIH8;_[J&=8KT0K1<.P4F(:%O%?3&-07V@MAQBXA.(J,U<< M9<;0>EQ$0AY!D-QV<0HQ,"+[Q`C2:8H$UWNRCJ0BTXGJL1`Y7E\HDQ`"!<;] M6$WWN^SW9#]6$\9`")KA)!&TR#@C`K'M!OU8O==O.XE'".II#-_2DQ2P>G\B MT1W-]#1P!XTIC'$C>I&DP1LX%?09*U1ZM"3^>'K4@4O;T`0!56I;<.*;GD%& M`+>Y<.F;41,&030TS[F!N8V,7;*57!2Z`%>P7!2S8;H?]V`D%8A,N.+#;_M\ M7!!GL2L1=KDF@V`+:MP5M?R!+7?[0B*:I86-2]R@4V&2^!YC8;]8)E%Z-F]F M/&AH^_2$,^:8-V20/;0@FB`>!L*]P8]HH,Q5%].11`H=(+2\Q;9FX0M%S9BY MP80`!`+2@]S;@$1,PM_]F'O,[/8>KVA$L7BI.!$#*RPO,XCI1(6$#2AC-W]= MP,",_]X<0`7^"53<@Q+^+`*P%N$ME%8(FF*4F6'Q8`\\V']W0,&=J"E$C0+] M`E.Y3F"^>0!36Q!-,(X:$V@QQ21:V!BCT9;$PVUU8D_RY@UG_@U(:;35^YW0 ML%?M=]9M=U8,H45W[M@JTWQ<=N-5D1M(L*,IM?A&O]3^]MM@4Y+8@]/($0X: M!>A2M&,9C=2YZ;OTE]H\(+-SZ\*RKZP$4^XVQ3+DB^/5O1R?\X7^RNZ$@Z?+W9BA!VL=5>@H^3M<`5`4?EBE2^V5R-V M@M/`,OXO*_##O3CV'J][^@7*AS62H3\J*JEMP>O]:M2!/W9LWR,%(FXPKX,$ MZO*V\$DZ>TAA#VAKG:H>UE-"24_3T$>IYP'=/*:8IVKEJ2HIQ-ML.F=@4W3* MX-.A^Y9*QV47KJ:XOI?ZU&O9>/*;,]R]&GC"2FRCN``X'?R(%06SB,02XOL( M,7Z&M:B_A*CA&?@AT@E==L-1J2<)3T[]Y:>@"?#Y24JQ;E`O5\PIJ0J>M=R; MV=@V7?"F>"B_L7T'VEP$W/8Y:*\L6*QJ*[P, M&*B.\/GXO%8_@\:5=)_36I6&[)4I_Q? MM5;/WO]O`L(7_27/+E$LM"Z90P&<-O$&'I<='[N,&0/3&#N*8S!7S`+"EP0K M_;_3';3[S\?C,?^ORW+D_TTI\'])KF;^OPE`U:]S]IL=*E!V4-D!!<]Q"LPI M*6#KN(%FPKJ5XU(Q3(4V]SJE]71O+EK,0T*B[4Q$@.'4<`77UKTK(GFET$M4 M8V)8BFG>@,8NF6GC_A_&-]`:?C/<@6-?I;3.D*E3RZ8S%.[/!9+X>V::JNTP M3I,%HJ$8GF+@(<>U9_3B;ZI8*ILQ>O%')Z%#M/'O!QU1$*:>-]\KEZ^NKA+2 MH20D+[:GI1:$4DD8>"B;P*W@K4='L)GB7HC*W!3Q&::&-?%L2\3S[M]L>5SI M_V?'1X-GB_Y/N/\3^W^M6J_Q^S]2=O]G,S`V+%*_8%BJZ6LLN/@AH.&7(]]/ M5EQ;E(6W[)JI4'9IJ*FAR^G&!$HS^$>'T/YF]O^UPY+_GR@7C/)@S\CC$?^7 M:LUZ>/^G(?-7V()?+\4N#V-E1/`:JP_!'V\M1QRYTNFV07K_>Q>Z?IO:,-^=X M-+7@G0@?:%X%$N/5D?9*$#H8>GJMD^Y!;NE6HM!N#;OO3OM'W<%!C@Q7.&D- MAMW^:'`TI*8@=C\4G,MS?UP6NC\/^ZWV<#0X/_SY(!?>=120V%%OB'_=_D'N M"7%>$,,U$[XC"6G_($-].N1?W;;Z[?=W<'``6_PJW59!0(Q2L&3Z M#ML3]0;#&GH6?_T7;]UHF)60YC:?(KM8PDN)H_M_,^`P3K?[/Y%_O^HU;+ MWO]M!);T_UF__Z@V*S6Z_UNM5VN9_C\_[NN_)DN5;/^W"0B^_UCH M'_=9U<37'VI]W%35IJQ+E:2&+BE?0@C\JF')_S];_H_B M?[U>JTD\_R=G\7\CL%+_F\[_U8/O?W#S5Y&:P?K?R,[_&X'H0Y]F$S3'N*3[ MI9YA&MX-?V$>90?_JI'_RTV)^W^EGGW_MQ%`U=--0.41 M[QAKIH%OPO39(5%3<2QQ8(H69OE"9(>I]L0R_F"N0-PC M08E7'@7'<06PY\%]1W[93[5]4R/Z='N>[LP39\H6LFM/L/7P%B#_8'$AJVO[ MCDIH&A.%+S0!N-+_-YS_`VC&[W]X+A#]OY:=_S8"//^7!?>O%I;\?_/Y/UF6 MY.C\UY3E!L__-[/\_T;@*?F_A76LR_]5Q.JJ[)_T&GYH]2C[]_KCLW_I=U)_ MK=P?"3Q@'APVFR0M[5=H0T$?N877HY+[B"M'F<^9(^*P:,`!X*)+64*Z<_^N M=SYJGYVA$!^ZHU;_W>!@JWUXW,)?>'4;E.Z@U#D[&]'!O-7K'&S_NE7V78?R M=&7<[/RZM0V_"KE2ASZS2N"D$GJ4>T/$+:%_WAMUNF?=7HRARVG_>&@ M<]2_*]^_'2"(_(N?1P0=((/#L[,ED>_Q>DZYY_.4W/P>&;42^8]^Q"#/^E!Z M]]$<[*O;4--W2ZG8MTR=VK!-LBRPMN$-Q#NOQ]*U:%+I9UK00?*TP2TQV';+ MV)CH*D^VPW9]J9W/4H*^*`$*M&A*/<[Z#&\2;562]TM/IF:000899)!!!AED MD$$&&62000899)!!!AEDD$$&&62000899)!!!AEDD$$&&620P8;@_Z9<@5D` #>``` ` 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 Mon Apr 19 11: 2:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AAEBD1568E for ; Mon, 19 Apr 1999 11:02:38 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA02096 for freebsd-ports@freebsd.org; Mon, 19 Apr 1999 11:00:12 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 19 Apr 1999 11:00:12 -0700 (PDT) Message-Id: <199904191800.LAA02096@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 Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/08/27] ports/7761 ports Update to recent port submission of nicet a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1998/10/30] ports/8502 ports GNAT 3.10 port uses clock_gettime which i o [1999/03/07] ports/10480ports tk81 will not *compile* with threaded app o [1999/03/15] ports/10600ports ssh2 port doesn't symlink /etc/ssh2 which f [1999/03/16] ports/10625ports XFree86 aout library support incorrect o [1999/03/18] ports/10665ports ports/graphics/sane needs access to /dev/ o [1999/03/19] ports/10681ports lessitf can't find X11 Revision 5 or high o [1999/03/25] ports/10787ports ports/www/apache13-fp configure failed on o [1999/04/04] ports/10943ports "ports/print/teTeX-beta# make install" fa o [1999/04/07] ports/11003ports wmcdplay is not capable of playing an AUD o [1999/04/19] ports/11212ports fix ports/news/nn broken by update md5 ch 12 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/05/19] ports/6699 ports New port: the Generic NQS system o [1998/07/18] ports/7314 ports ncurses port doesn't support TERM=xterm-c o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac o [1998/11/11] ports/8651 ports I create a new ports about wget o [1998/11/29] ports/8899 ports New port: qmail-contrib o [1998/11/29] ports/8900 ports New port: mail/qmailanalog o [1998/12/20] ports/9142 ports Re-work patches to configure script to be o [1999/01/07] docs/9375 ports Information on how to build PLIST automat o [1999/01/21] ports/9615 ports explorer port fails to build, can't find a [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/01/25] ports/9686 ports Update of the nn-6.5.3 port o [1999/01/26] ports/9699 ports Reorganization the x11-toolkits/xview por o [1999/01/26] ports/9700 ports Reorganization the x11-toolkits/xview-cli o [1999/01/26] ports/9704 ports Minor fixes to olvwm o [1999/01/27] ports/9734 ports TclDP-4.0b2 port added o [1999/01/31] ports/9840 ports patch allows ports to fetch their sources o [1999/01/31] ports/9851 ports Port update: update R to 0.63.2 o [1999/02/01] ports/9864 ports make rblcheck use relay.orbs.org instead o [1999/02/01] ports/9866 ports port of unix2dos and dos2unix utilities o [1999/02/02] ports/9884 ports samba does not allow "joes" (username+pas o [1999/02/03] ports/9899 ports port submission for tdetect o [1999/02/03] ports/9901 ports New port net/libnet f [1999/02/04] ports/9911 ports slrn port Makefile broken (patch included o [1999/02/05] ports/9920 ports New port - xnc o [1999/02/06] ports/9939 ports NEW port for tkRunIt o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/14] ports/10093ports Upgrade GNAT to 3.11p and fix for ELF o [1999/02/15] ports/10103ports revision of port of plugger-3.0 o [1999/02/15] ports/10111ports Problem with the pgp262s port, Makefile w o [1999/02/16] ports/10123ports Update for t1utils port o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/02/17] ports/10134ports New port: lynx-ssl (Category: www) o [1999/02/17] ports/10137ports version update of RPM port to version 2.5 o [1999/02/17] ports/10141ports korganizer update to 1.1 o [1999/02/19] ports/10161ports New port : mail/mailx o [1999/02/20] ports/10176ports [PATCH] upgrade of devel/doc++ port o [1999/02/25] ports/10268ports [new port] colortail o [1999/02/28] ports/10304ports unpost master site removed o [1999/02/28] ports/10309ports New port, id3ren, mpeg3 audio information o [1999/02/28] ports/10313ports New port - ripenc o [1999/03/01] ports/10329ports New Port of XMangekyou-2.0 o [1999/03/01] ports/10333ports New port: kmikmod o [1999/03/02] ports/10354ports New port of XBalloon-1.0 o [1999/03/02] ports/10367ports NS Communicator 4.5 fails o [1999/03/03] ports/10377ports `make' in ports does not honor {f,ht}tp_p o [1999/03/04] ports/10389ports Create new port mod_jserv and JSDK 2.0 o [1999/03/05] ports/10396ports SPIN is in the wrong category o [1999/03/05] ports/10410ports pkg_add: could not find package XFree86-3 o [1999/03/07] ports/10469ports new port: linux-netcape-communicator-4.51 o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/08] ports/10489ports new port of gnotepad+ o [1999/03/09] ports/10514ports New port - V.E.R.A. o [1999/03/10] ports/10532ports Port of GNU Pascal o [1999/03/11] ports/10543ports New port uploaded for xslj o [1999/03/14] ports/10592ports New ports: japanese/exmh2 (ja-exmh-2.0.2) o [1999/03/16] ports/10617ports New Port: archivers/pkzip-2.5 o [1999/03/16] ports/10634ports Update the hylafax port to do a client in o [1999/03/18] ports/10649ports NEW PORT: devel/icqlib o [1999/03/18] ports/10651ports NEW PORT: net/kicq o [1999/03/18] ports/10661ports TCL command line option parser port o [1999/03/19] ports/10677ports FVWM2 finally went to release status o [1999/03/19] ports/10682ports List mirror sites in MASTER_SITE_BACKUP - o [1999/03/20] ports/10696ports Lesstif updated to 0.88.0 f [1999/03/20] ports/10702ports Add NCD audio support for emiclock ports f [1999/03/21] ports/10707ports [ADD] port for doxygen o [1999/03/21] ports/10716ports new port, easy library for command entry o [1999/03/23] ports/10745ports NEW PORT: lang/jdk-tutorial o [1999/03/23] ports/10763ports nitpicking on the dict port o [1999/03/24] ports/10770ports New Port for kmp3 (a mp3 player for the K o [1999/03/26] ports/10813ports crossgo32 brokeness o [1999/03/28] ports/10837ports New license mechanism for ports. o [1999/03/28] ports/10839ports [new port] bison-1.27 f [1999/03/28] ports/10844ports New port: adagdb o [1999/03/28] ports/10846ports New port: THE text editor o [1999/03/28] ports/10849ports [PORT UPGRADE] crossm68k-devel (EGCS-1.1. o [1999/03/30] ports/10874ports [PATCH] html2ps doesn't handle `file:/... o [1999/03/30] ports/10885ports [new port] java2html-0.4 o [1999/04/01] ports/10907ports New port: x11-toolkits/rubytk o [1999/04/01] ports/10908ports New port: japanese/rubytk o [1999/04/02] ports/10916ports new port biology/molmol again o [1999/04/03] ports/10937ports Apache13-FP port upgrade to v1.3.6 o [1999/04/03] ports/10939ports update audio/dap to 2.0.2 (please test... o [1999/04/04] ports/10944ports ports/sysutils/mkhybrid12: version 1.12b5 o [1999/04/05] ports/10961ports gzipped manpages and .so macro in ports o [1999/04/07] ports/11017ports Fixed port: gnomelibs-1.0.5 o [1999/04/08] ports/11029ports Configure scripts for non ported applicat o [1999/04/08] ports/11030ports INN port gets confused about position of o [1999/04/08] ports/11034ports New ports of crazywwwboardle o [1999/04/09] ports/11040ports Update: security/sentry o [1999/04/09] ports/11045ports [PATCH] Update port: linux_lib some /comp o [1999/04/10] ports/11072ports Port of remote printing utilities added o [1999/04/11] ports/11081ports New port: games/tetrinet-x 1.13.16 o [1999/04/11] ports/11082ports Update: audio/mikmod (3.1.2 -> 3.1.5) o [1999/04/11] ports/11083ports New Port: audio/libmikmod o [1999/04/11] ports/11086ports Updating AStyle port o [1999/04/11] ports/11093ports remind user that he needs to be root to i o [1999/04/12] ports/11101ports New port cpbk o [1999/04/12] ports/11108ports new port: russian/rapache o [1999/04/13] ports/11120ports new port: irssi-0.7.8 o [1999/04/13] ports/11127ports New port: Giram o [1999/04/14] ports/11138ports New version of Xevil 2.01, I created a po o [1999/04/14] ports/11140ports update port: ascd-0.10.1 to 0.11 o [1999/04/16] ports/11171ports New port: misc/wmmand o [1999/04/16] ports/11173ports New port: astro/wmspaceweather o [1999/04/16] ports/11174ports New port: astro/wmsun o [1999/04/16] ports/11181ports Update: x11/xscreensaver o [1999/04/17] ports/11183ports new port: x11/enlightenment-conf-0.15 o [1999/04/17] ports/11187ports new port (xlupe) o [1999/04/17] ports/11188ports new port for xtu o [1999/04/17] ports/11189ports New port: archivers/linux_rar o [1999/04/18] ports/11206ports Fix for slingshot port o [1999/04/19] ports/11209ports Upgrade/move port: lang/python (was -beta o [1999/04/19] ports/11214ports new port - evg o [1999/04/19] ports/11217ports archivers/bzip2 doesn't install include f o [1999/04/19] ports/11218ports windowmaker-0.52.0 needs a little patchin o [1999/04/19] ports/11220ports f2c and f77 wrapper (new ports) 117 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 19 12:14:29 1999 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 0520915720 for ; Mon, 19 Apr 1999 12:14:27 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.2/8.9.1) with ESMTP id MAA91978; Mon, 19 Apr 1999 12:12:01 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id TAA23068; Mon, 19 Apr 1999 19:12:01 GMT (envelope-from obrien) Date: Mon, 19 Apr 1999 12:12:01 -0700 From: "David O'Brien" To: "Steven G. Kargl" Cc: freebsd-ports@freebsd.org Subject: Re: new port of f2c and a f77 wrapper. Message-ID: <19990419121200.A23048@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <199904191714.KAA25717@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199904191714.KAA25717@troutmask.apl.washington.edu>; from Steven G. Kargl on Mon, Apr 19, 1999 at 10:14:52AM -0700 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 > I have submitted a port of f2c and a new f77 wrapper for f2c+gcc. You might want to just call it ``fc'' and not alias it to f77. I have used f77 in the base system rather than g77. -- -- David (obrien@NUXI.com -or- obrien@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 19 12:23:31 1999 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 F2C33155B8 for ; Mon, 19 Apr 1999 12:23:27 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.2/8.9.1) with ESMTP id MAA92044; Mon, 19 Apr 1999 12:21:01 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id TAA34634; Mon, 19 Apr 1999 19:21:00 GMT (envelope-from obrien) Date: Mon, 19 Apr 1999 12:21:00 -0700 From: "David O'Brien" To: Dean Hollister Cc: ports@freebsd.org Subject: Re: Current Tin Port Message-ID: <19990419122059.B23048@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Dean Hollister on Mon, Apr 19, 1999 at 09:29:54PM +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 > This port is broken! The correct file extension for the tarball is .tgz, > not tar.gz. No the correct extension for the tarball is .tar.bz2. What revision of the Makefile do you have? (grep Id /usr/ports/news/tin/Makefile) -- -- David (obrien@NUXI.com -or- obrien@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 19 12:35:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id BB97115268 for ; Mon, 19 Apr 1999 12:35:23 -0700 (PDT) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.1) id MAA97416; Mon, 19 Apr 1999 12:30:35 -0700 (PDT) (envelope-from kargl) From: "Steven G. Kargl" Message-Id: <199904191930.MAA97416@troutmask.apl.washington.edu> Subject: Re: new port of f2c and a f77 wrapper. In-Reply-To: <19990419121200.A23048@dragon.nuxi.com> from "David O'Brien" at "Apr 19, 1999 12:12:01 pm" To: obrien@NUXI.com Date: Mon, 19 Apr 1999 12:30:35 -0700 (PDT) Cc: freebsd-ports@freebsd.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org According to David O'Brien: > > I have submitted a port of f2c and a new f77 wrapper for f2c+gcc. > > You might want to just call it ``fc'' and not alias it to f77. I have > used f77 in the base system rather than g77. > It does. I have named the port f77-freebsd because everyone will recognize ``f77'' as a fortran compiler. However, the port allows one to set F77NAME to whatever they want to call the wrapper. By default, I have set ``F77NAME = fc'', so you'll get ${PREFIX}/bin/fc and ${PREFIX}/man/man1/fc.1. Note, also, that f2c-freebsd is a port of f2c. ;-) It does not depend on f77-freebsd. This means someone can install f2c (and its support libraries) without worrying about how my wrapper works. The f77-freebsd port, however, depends on f2c-freebsd and it will install f2c-freebsd if ${PREFIX}/bin/f2c is not found. PS: I saw you g77 commits, and thought it was time to send-pr the ports. I did not contact you to commit the ports, because I assume you've had enough Fortran Abuse(tm) to last a lifetime. PPS: If you're ever in Seattle, stop by the University of Washington. I'll treat you to lunch and beer. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 12:40:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BD0C0155B7; Mon, 19 Apr 1999 12:40:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA11917; Mon, 19 Apr 1999 12:38:11 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Date: Mon, 19 Apr 1999 12:38:11 -0700 (PDT) From: Message-Id: <199904191938.MAA11917@freefall.freebsd.org> To: obrien@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/11220: f2c and f77 wrapper (new ports) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: f2c and f77 wrapper (new ports) Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: obrien Responsible-Changed-When: Mon Apr 19 12:37:29 PDT 1999 Responsible-Changed-Why: oh hell why not -- I still have my FORTRAN test progs sitting around. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 12:43: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2646B14FC8; Mon, 19 Apr 1999 12:43:05 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA12468; Mon, 19 Apr 1999 12:40:40 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Mon, 19 Apr 1999 12:40:40 -0700 (PDT) From: Message-Id: <199904191940.MAA12468@freefall.freebsd.org> To: jseger@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/11217: archivers/bzip2 doesn't install include file Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: archivers/bzip2 doesn't install include file Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: jseger Responsible-Changed-When: Mon Apr 19 12:39:12 PDT 1999 Responsible-Changed-Why: Over to MAINTAINER. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 12:44:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4F5D1567B; Mon, 19 Apr 1999 12:44:53 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA12831; Mon, 19 Apr 1999 12:42:28 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Mon, 19 Apr 1999 12:42:28 -0700 (PDT) From: Message-Id: <199904191942.MAA12831@freefall.freebsd.org> To: jseger@FreeBSD.org, freebsd-ports@FreeBSD.org, tg@FreeBSD.org Subject: Re: ports/11209: Upgrade/move port: lang/python (was -beta) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade/move port: lang/python (was -beta) Responsible-Changed-From-To: freebsd-ports->tg Responsible-Changed-By: jseger Responsible-Changed-When: Mon Apr 19 12:42:05 PDT 1999 Responsible-Changed-Why: Over to MAINTAINER. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 12:44:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 46E851509B; Mon, 19 Apr 1999 12:44:50 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA246945690; Mon, 19 Apr 1999 11:28:10 -0400 Date: Mon, 19 Apr 1999 11:28:10 -0400 (EDT) From: Bill Fumerola To: obrien@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/11220: f2c and f77 wrapper (new ports) In-Reply-To: <199904191938.MAA11917@freefall.freebsd.org> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 19 Apr 1999 obrien@FreeBSD.ORG wrote: > Responsible-Changed-Why: > oh hell why not -- I still have my FORTRAN test progs sitting around. A glutton for punishment, a true committer. :> - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 19 12:52:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 88CB815657; Mon, 19 Apr 1999 12:52:34 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA14655; Mon, 19 Apr 1999 12:50:09 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 19 Apr 1999 12:50:09 -0700 (PDT) From: Message-Id: <199904191950.MAA14655@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11040: Update: security/sentry Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: security/sentry State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Apr 19 12:49:47 PDT 1999 State-Changed-Why: Committed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 13:32:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF5DA14F68 for ; Mon, 19 Apr 1999 13:32:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA17667; Mon, 19 Apr 1999 13:30:01 -0700 (PDT) (envelope-from gnats@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 A2F6214E4F for ; Mon, 19 Apr 1999 13:31:39 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 6AD4416F3; Mon, 19 Apr 1999 13:29:11 -0700 (PDT) Message-Id: <19990419202911.6AD4416F3@norn.ca.eu.org> Date: Mon, 19 Apr 1999 13:29:11 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11224: Update: deskutils/wmpinboard Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11224 >Category: ports >Synopsis: Update: deskutils/wmpinboard >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 19 13:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 0.8.3. Files added: patch-ab >How-To-Repeat: >Fix: Index: wmpinboard/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/deskutils/wmpinboard/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/03/24 17:53:58 1.2 +++ Makefile 1999/04/19 20:17:00 @@ -1,12 +1,12 @@ # New ports collection makefile for: wmpinboard -# Version required: 0.8.2 +# Version required: 0.8.3 # Date created: 17 January 1999 # Whom: Jim Mock # # $Id: Makefile,v 1.2 1999/03/24 17:53:58 steve Exp $ # -DISTNAME= wmpinboard-0.8.2 +DISTNAME= wmpinboard-0.8.3 CATEGORIES= deskutils afterstep windowmaker MASTER_SITES= http://www.tu-ilmenau.de/~gomar/stuff/wmpinboard/ Index: wmpinboard/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/deskutils/wmpinboard/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/03/24 17:54:01 1.2 +++ md5 1999/04/19 20:17:51 @@ -1 +1 @@ -MD5 (wmpinboard-0.8.2.tar.gz) = e42d2b792e63cece462aeebb169adc5f +MD5 (wmpinboard-0.8.3.tar.gz) = 69709b2095e80cb3132bd8c2342c621f Index: wmpinboard/patches/patch-ab =================================================================== RCS file: patch-ab diff -N patch-ab --- /dev/null Mon Apr 19 13:23:52 1999 +++ patch-ab Mon Apr 19 13:22:56 1999 @@ -0,0 +1,10 @@ +--- wmpinboard.c.orig Mon Apr 19 13:22:36 1999 ++++ wmpinboard.c Mon Apr 19 13:22:45 1999 +@@ -5,7 +5,6 @@ + * distributed under the terms of the GNU GPL2. + */ + +-#include + #include + #include + #include -Chris >Release-Note: >Audit-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 19 13:43:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B920215051; Mon, 19 Apr 1999 13:43:23 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA18682; Mon, 19 Apr 1999 13:40:58 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Mon, 19 Apr 1999 13:40:58 -0700 (PDT) From: Message-Id: <199904192040.NAA18682@freefall.freebsd.org> To: pfgiffun@bachue.usc.unal.edu.co, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9699: Reorganization the x11-toolkits/xview port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Reorganization the x11-toolkits/xview port State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Mon Apr 19 13:40:27 PDT 1999 State-Changed-Why: This does not compile on a current system. Please submit a new version. 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 19 13:44:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from lcremeans.erols.com (lcremeans.erols.com [216.164.87.29]) by hub.freebsd.org (Postfix) with ESMTP id 085FD151C0 for ; Mon, 19 Apr 1999 13:44:23 -0700 (PDT) (envelope-from lee@lcremeans.erols.com) Received: (from lee@localhost) by lcremeans.erols.com (8.9.2/8.9.2) id QAA39549 for ports@freebsd.org; Mon, 19 Apr 1999 16:41:55 -0400 (EDT) (envelope-from lee) Message-ID: <19990419164155.A39543@erols.com> Date: Mon, 19 Apr 1999 16:41:55 -0400 From: Lee Cremeans To: ports@freebsd.org Subject: glibstdc++28 breaks on install Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i X-OS: FreeBSD 3.0-STABLE Organization: My room? Are you crazy? :) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org THis is on a 3.1-STABLE machine, with a ports tree CVSup'd a few days ago. ===> Generating temporary packing list /bin/rm -rf /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/2.8.1/include/g++ /bin/mv /usr/local/include/g++ /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/2.8.1/include mv: rename /usr/local/include/g++ to /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/2.8.1/include: No such file or directory *** Error code 1 Stop. -- +--------------------------------------------------------------------+ | Lee Cremeans -- Manassas, VA, USA (WakkyMouse on WTnet) | | lcremeans@erols.com | http://wakky.dyndns.org/~lee | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 13:46:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9C9E1505E; Mon, 19 Apr 1999 13:46:13 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA19198; Mon, 19 Apr 1999 13:43:48 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Mon, 19 Apr 1999 13:43:48 -0700 (PDT) From: Message-Id: <199904192043.NAA19198@freefall.freebsd.org> To: jseger@FreeBSD.org, freebsd-ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: ports/10837: New license mechanism for ports. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New license mechanism for ports. Responsible-Changed-From-To: freebsd-ports->asami Responsible-Changed-By: jseger Responsible-Changed-When: Mon Apr 19 13:43:09 PDT 1999 Responsible-Changed-Why: Ports system architecture issues go to asami To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 13:52:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D804155BC for ; Mon, 19 Apr 1999 13:52:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA19680; Mon, 19 Apr 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lcremeans.erols.com (lcremeans.erols.com [216.164.87.29]) by hub.freebsd.org (Postfix) with ESMTP id B8AD215318 for ; Mon, 19 Apr 1999 13:42:50 -0700 (PDT) (envelope-from lee@lcremeans.erols.com) Received: (from lee@localhost) by lcremeans.erols.com (8.9.2/8.9.2) id QAA39539; Mon, 19 Apr 1999 16:40:21 -0400 (EDT) (envelope-from lee) Message-Id: <199904192040.QAA39539@lcremeans.erols.com> Date: Mon, 19 Apr 1999 16:40:21 -0400 (EDT) From: lcremeans@erols.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11225: glibstdc++28 breaks on install Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11225 >Category: ports >Synopsis: glibstdc++28 breaks on install >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 19 13:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Lee Cremeans >Release: FreeBSD 3.1-STABLE i386 >Organization: My room? Are you crazy? :) >Environment: FreeBSD 3.1-STABLE >Description: ===> Generating temporary packing list /bin/rm -rf /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/2.8.1/include/g++ /bin/mv /usr/local/include/g++ /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/2.8.1/include mv: rename /usr/local/include/g++ to /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/2.8.1/include: No such file or directory *** Error code 1 Stop. >How-To-Repeat: Build and attempt to install the glibstdc++28 port, or build any port that needs it (mico, in my case). >Fix: N/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 Mon Apr 19 14: 7:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 259211577C; Mon, 19 Apr 1999 14:07:57 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA20750; Mon, 19 Apr 1999 14:05:31 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 19 Apr 1999 14:05:31 -0700 (PDT) From: Message-Id: <199904192105.OAA20750@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/11225: glibstdc++28 breaks on install Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: glibstdc++28 breaks on install Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: mharo Responsible-Changed-When: Mon Apr 19 14:04:52 PDT 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 15: 8:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 473EC14C3E; Mon, 19 Apr 1999 15:08:55 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA24848; Mon, 19 Apr 1999 15:06:30 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Mon, 19 Apr 1999 15:06:30 -0700 (PDT) From: Message-Id: <199904192206.PAA24848@freefall.freebsd.org> To: dmlb@ragnet.demon.co.uk, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9142: Re-work patches to configure script to be Tcl version tolerant Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Re-work patches to configure script to be Tcl version tolerant State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Mon Apr 19 15:06:05 PDT 1999 State-Changed-Why: Committed with slight modifications, 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 19 17: 7:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AEB7714DCF; Mon, 19 Apr 1999 17:07:48 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA02367; Mon, 19 Apr 1999 17:05:23 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Mon, 19 Apr 1999 17:05:23 -0700 (PDT) From: Message-Id: <199904200005.RAA02367@freefall.freebsd.org> To: oski@jps.net, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9615: explorer port fails to build, can't find qt library Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: explorer port fails to build, can't find qt library State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Mon Apr 19 17:04:21 PDT 1999 State-Changed-Why: This is not reproducable on a current system. Please uninstall all versions of qt, and try again with the latest version of the ports tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 18: 3:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 8734914D5A; Mon, 19 Apr 1999 18:03:38 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id UAA59891; Mon, 19 Apr 1999 20:58:12 -0400 (EDT) Date: Mon, 19 Apr 1999 20:58:10 -0400 (EDT) From: Chuck Robey To: mharo@freebsd.org Cc: FreeBSD-ports@freebsd.org Subject: net/gaim 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 Just did a cvsup, and saw cvsup stuck for a while on net/gaim (sometimes it's actually GOOD to have a slow line :-> ) ... Did you notice that there's a 370K logo.xpm in files/ of that port? No, that's not cricket ... did you realize it was there? ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 18:32:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blues.ghis.net (slwag1p23.ozemail.com.au [203.108.157.39]) by hub.freebsd.org (Postfix) with ESMTP id 482C01523C; Mon, 19 Apr 1999 18:32:18 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id LAA07319; Tue, 20 Apr 1999 11:29:02 +1000 (EST) Date: Tue, 20 Apr 1999 11:28:56 +1000 From: Jim Mock To: Chuck Robey Cc: mharo@FreeBSD.ORG, FreeBSD-ports@FreeBSD.ORG Subject: Re: net/gaim Message-ID: <19990420112856.C6916@blues.ghis.net> Reply-To: jim@blues.ghis.net References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 19 Apr 1999 at 20:58:10 -0400, Chuck Robey wrote: > Just did a cvsup, and saw cvsup stuck for a while on net/gaim > (sometimes it's actually GOOD to have a slow line :-> ) ... > > Did you notice that there's a 370K logo.xpm in files/ of that port? > No, that's not cricket ... did you realize it was there? It's there because the original was of the AIM logo and Tux. I tried sizing down the replacement logo.xpm after it was sent to me (I did the port, but not the image), and gimp wouldn't take it down any lower. I also posted a message here and to advocacy about two weeks before submitting the port asking if anyone was interested. The only reply I got was from someone on IRC so that's what I went with. I didn't think we'd want a port that showed Tux as soon as the app is ran on a FreeBSD system which is the reason for the new logo. If you can downsize the image to make it smaller or provide a new one, by all means go for it. -- Jim Mock System Administrator jim@blues.ghis.net ,-._|\ FreeBSD work: Global Hosting Inet Svcs http://www.ghis.net/ / \ The personal: http://www.ghis.net/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 18:33:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 95B56155BB; Mon, 19 Apr 1999 18:33:08 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-50.ix.netcom.com [205.186.215.50]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id SAA26749; Mon, 19 Apr 1999 18:31:13 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id SAA96720; Mon, 19 Apr 1999 18:30:35 -0700 (PDT) Date: Mon, 19 Apr 1999 18:30:35 -0700 (PDT) Message-Id: <199904200130.SAA96720@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: chuckr@picnic.mat.net Cc: mharo@freebsd.org, FreeBSD-ports@freebsd.org In-reply-to: (message from Chuck Robey on Mon, 19 Apr 1999 20:58:10 -0400 (EDT)) Subject: Re: net/gaim From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Chuck Robey * Did you notice that there's a 370K logo.xpm in files/ of that port? No, * that's not cricket ... did you realize it was there? You're right...something of this size should be treated as a distfile. :) -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 18:34:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id B34711523C; Mon, 19 Apr 1999 18:34:32 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id VAA95843; Mon, 19 Apr 1999 21:29:56 -0400 (EDT) Date: Mon, 19 Apr 1999 21:29:55 -0400 (EDT) From: Chuck Robey To: Jim Mock Cc: mharo@FreeBSD.ORG, FreeBSD-ports@FreeBSD.ORG Subject: Re: net/gaim In-Reply-To: <19990420112856.C6916@blues.ghis.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 Tue, 20 Apr 1999, Jim Mock wrote: > On Mon, 19 Apr 1999 at 20:58:10 -0400, Chuck Robey wrote: > > Just did a cvsup, and saw cvsup stuck for a while on net/gaim > > (sometimes it's actually GOOD to have a slow line :-> ) ... > > > > Did you notice that there's a 370K logo.xpm in files/ of that port? > > No, that's not cricket ... did you realize it was there? > > It's there because the original was of the AIM logo and Tux. I tried > sizing down the replacement logo.xpm after it was sent to me (I did > the port, but not the image), and gimp wouldn't take it down any > lower. I also posted a message here and to advocacy about two weeks > before submitting the port asking if anyone was interested. The only > reply I got was from someone on IRC so that's what I went with. > > I didn't think we'd want a port that showed Tux as soon as the app is > ran on a FreeBSD system which is the reason for the new logo. > > If you can downsize the image to make it smaller or provide a new one, > by all means go for it. Keep the logo, by all means, but sticking it in the port isn't acceptable, that's what DISTFILES are for, it has to be available on a website somewhere. If you can't locate it otherwise, I'll have to stick a copy on www.freebsd.org/~chuckr. You can't leave it where it is. > > -- > Jim Mock System Administrator jim@blues.ghis.net ,-._|\ FreeBSD > work: Global Hosting Inet Svcs http://www.ghis.net/ / \ The > personal: http://www.ghis.net/~jim/ \_,--._/ Power To > The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 18:47: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blues.ghis.net (slwag1p23.ozemail.com.au [203.108.157.39]) by hub.freebsd.org (Postfix) with ESMTP id 0E22A1523C; Mon, 19 Apr 1999 18:46:55 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id LAA07415; Tue, 20 Apr 1999 11:44:11 +1000 (EST) Date: Tue, 20 Apr 1999 11:44:11 +1000 From: Jim Mock To: Chuck Robey Cc: mharo@FreeBSD.ORG, FreeBSD-ports@FreeBSD.ORG Subject: Re: net/gaim Message-ID: <19990420114410.D6916@blues.ghis.net> Reply-To: jim@blues.ghis.net References: <19990420112856.C6916@blues.ghis.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 19 Apr 1999 at 21:29:55 -0400, Chuck Robey wrote: [snip..] > Keep the logo, by all means, but sticking it in the port isn't > acceptable, that's what DISTFILES are for, it has to be available > on a website somewhere. Point taken. I'll submit a patch for the port as soon as I get a chance. Thanks. -- Jim Mock System Administrator jim@blues.ghis.net ,-._|\ FreeBSD work: Global Hosting Inet Svcs http://www.ghis.net/ / \ The personal: http://www.ghis.net/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 18:55:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 5278914DDC; Mon, 19 Apr 1999 18:55:49 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id UAA23416; Mon, 19 Apr 1999 20:53:02 -0500 (CDT) Date: Mon, 19 Apr 1999 20:53:02 -0500 (CDT) From: Steve Price To: Chuck Robey Cc: Jim Mock , mharo@FreeBSD.ORG, FreeBSD-ports@FreeBSD.ORG Subject: Re: net/gaim In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 19 Apr 1999, Chuck Robey wrote: # Keep the logo, by all means, but sticking it in the port isn't # acceptable, that's what DISTFILES are for, it has to be available on a # website somewhere. # # If you can't locate it otherwise, I'll have to stick a copy on # www.freebsd.org/~chuckr. You can't leave it where it is. Yes please do stick it on your webpage if and until it finds another home. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 19:22:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from sicily.odyssey.cs.cmu.edu (SICILY.ODYSSEY.CS.CMU.EDU [128.2.185.138]) by hub.freebsd.org (Postfix) with SMTP id F172E15006 for ; Mon, 19 Apr 1999 19:22:09 -0700 (PDT) (envelope-from rvb+@sicily.odyssey.cs.cmu.edu) To: Bruno Gallant Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: coda-client-5.2.0 References: <371B313F.55EDE324@connectalk.com> From: "Robert V. Baron" Date: 19 Apr 1999 22:19:34 -0400 In-Reply-To: Bruno Gallant's message of "Mon, 19 Apr 1999 09:36:00 -0400" Message-ID: Lines: 44 X-Mailer: Gnus v5.5/Emacs 20.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Could you be more specific. It looks ok to me. Bruno Gallant writes: > --------------9050AEBAA7B4DE393E1A00BA > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 7bit > > > Hello! > > whatever happened to www.cs.cmu.edu? > > > -- > > ------------------+----------------------------------------------------------- > Bruno Gallant | All wars are civil wars, because all men are brothers ... > System Integrator | Each one owes infinitely more to the human race than to > ConnecTalk | the particular country in which he was born. > (514)856-3060 | -- Francois Fenelon > > > > --------------9050AEBAA7B4DE393E1A00BA > Content-Type: text/html; charset=us-ascii > Content-Transfer-Encoding: 7bit > > > >   >
Hello! >

whatever happened to www.cs.cmu.edu? >
  >

-- 
> 
> ------------------+-----------------------------------------------------------
> Bruno Gallant     | All wars are civil wars, because all men are brothers ...
> System Integrator | Each one owes infinitely more to the human race than to
> ConnecTalk        | the particular country in which he was born.
> (514)856-3060     |                                        -- Francois Fenelon
>   > > --------------9050AEBAA7B4DE393E1A00BA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 19:37:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blues.ghis.net (slwag1p23.ozemail.com.au [203.108.157.39]) by hub.freebsd.org (Postfix) with ESMTP id C540315038; Mon, 19 Apr 1999 19:37:20 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id MAA15951; Tue, 20 Apr 1999 12:34:56 +1000 (EST) Date: Tue, 20 Apr 1999 12:34:56 +1000 From: Jim Mock To: Michael Haro Cc: ports@FreeBSD.ORG Subject: Re: net/gaim Message-ID: <19990420123456.A15914@blues.ghis.net> Reply-To: jim@blues.ghis.net References: <19990420114410.D6916@blues.ghis.net> <19990419192817.A45412@hub.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=SUOF0GtieIMvvwua X-Mailer: Mutt 0.95.4i In-Reply-To: <19990419192817.A45412@hub.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --SUOF0GtieIMvvwua Content-Type: text/plain; charset=us-ascii On Mon, 19 Apr 1999 at 19:28:18 -0700, Michael Haro wrote: > ACK!!! I didn't notice how big it was. Shame on me. Testing now. > Expect a commit in a few minutes. FYI, I stuck it up under my > directory. I just sent Chuck a patch for the Makefile and the md5. They're attached for you as well. Later, -- Jim Mock System Administrator jim@blues.ghis.net ,-._|\ FreeBSD work: Global Hosting Inet Svcs http://www.ghis.net/ / \ The personal: http://www.ghis.net/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! --SUOF0GtieIMvvwua Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="gaim.Makefile.diff" --- gaim/Makefile Tue Apr 20 12:02:40 1999 +++ gaim-new/Makefile Tue Apr 20 12:20:00 1999 @@ -10,7 +10,11 @@ PKGNAME= gaim-0.1 CATEGORIES= net MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \ - ftp://ftp.netmug.org/pub/FreeBSD/distfiles/ + ftp://ftp.netmug.org/pub/FreeBSD/distfiles/ \ + http://www.freebsd.org/~chuckr/ \ + http://www.ghis.net/~jim/FreeBSD/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} logo.xpm +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jim@phrantic.phear.net @@ -23,7 +27,7 @@ CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" post-patch: - ${CP} ${FILESDIR}/logo.xpm ${WRKSRC}/pixmaps + ${CP} ${DISTDIR}/logo.xpm ${WRKSRC}/pixmaps do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gaim ${PREFIX}/bin --SUOF0GtieIMvvwua Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="gaim.md5.diff" --- gaim/files/md5 Tue Apr 20 12:02:40 1999 +++ gaim-new/files/md5 Tue Apr 20 12:13:02 1999 @@ -1 +1,2 @@ MD5 (gaim-19990311.tar.gz) = b7e8e67123b8a18091296fc06b5908b7 +MD5 (logo.xpm) = 25106c75e2d919e7660d7a573554c675 --SUOF0GtieIMvvwua-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 20:24:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kiwi.datasys.net (kiwi.hefty.org [209.119.145.2]) by hub.freebsd.org (Postfix) with ESMTP id 2922515038 for ; Mon, 19 Apr 1999 20:24:12 -0700 (PDT) (envelope-from ayan@kiwi.datasys.net) Received: (from ayan@localhost) by kiwi.datasys.net (8.9.3/8.9.3) id XAA03506 for freebsd-ports@freebsd.org; Mon, 19 Apr 1999 23:21:45 -0400 (EDT) (envelope-from ayan) Date: Mon, 19 Apr 1999 23:21:45 -0400 (EDT) From: Ayan George Message-Id: <199904200321.XAA03506@kiwi.datasys.net> X-Mailer: Mail User's Shell (7.2.6 beta(5) 10/07/98) To: freebsd-ports@freebsd.org Subject: xopps Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org All, I'd like to use xopps but I don't have Motif. Is there anything preventing someone from creating a precompiled package for 4.0-CURRENT? -Ayan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 22:12:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AA1C15789 for ; Mon, 19 Apr 1999 22:12:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA29289; Mon, 19 Apr 1999 22:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from Terry.Dorm10.NCTU.edu.tw (Terry.Dorm10.NCTU.edu.tw [140.113.122.99]) by hub.freebsd.org (Postfix) with ESMTP id 3C4F814C29 for ; Mon, 19 Apr 1999 22:06:33 -0700 (PDT) (envelope-from ijliao@Terry.Dorm10.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm10.NCTU.edu.tw (8.9.3/8.9.3) id NAA60232; Tue, 20 Apr 1999 13:03:58 +0800 (CST) (envelope-from ijliao) Message-Id: <199904200503.NAA60232@Terry.Dorm10.NCTU.edu.tw> Date: Tue, 20 Apr 1999 13:03:58 +0800 (CST) From: Ying-Chieh Liao Reply-To: ijliao@Terry.Dorm10.NCTU.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11228: upgrade ports/net/greed to 0.665 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11228 >Category: ports >Synopsis: upgrade ports/net/greed to 0.665 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 19 22:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.0-CURRENT i386 >Organization: NCTU CSIE >Environment: FreeBSD Terry.Dorm10.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #16: Sun Mar 21 12:54:31 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: upgrade greed to 0.665 >How-To-Repeat: >Fix: diff -ruN /usr/ports/net/greed/Makefile greed/Makefile --- /usr/ports/net/greed/Makefile Wed Apr 14 13:27:27 1999 +++ greed/Makefile Tue Apr 20 12:59:59 1999 @@ -7,7 +7,7 @@ # DISTNAME= greed -PKGNAME= greed-0.652 +PKGNAME= greed-0.665 CATEGORIES= net MASTER_SITES= http://www.public.asu.edu/~arturner/ >Release-Note: >Audit-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 19 22:22:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB96815785; Mon, 19 Apr 1999 22:22:17 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA29951; Mon, 19 Apr 1999 22:19:51 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 19 Apr 1999 22:19:51 -0700 (PDT) From: Message-Id: <199904200519.WAA29951@freefall.freebsd.org> To: ijliao@Terry.Dorm10.NCTU.edu.tw, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11228: upgrade ports/net/greed to 0.665 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: upgrade ports/net/greed to 0.665 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Apr 19 22:19:42 PDT 1999 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 19 22:32:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C8DB21568D for ; Mon, 19 Apr 1999 22:32:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA31030; Mon, 19 Apr 1999 22:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DE3B815151; Mon, 19 Apr 1999 22:24:01 -0700 (PDT) Message-Id: <19990420052401.DE3B815151@hub.freebsd.org> Date: Mon, 19 Apr 1999 22:24:01 -0700 (PDT) From: mac@culver.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11229: /usr/local/sbin/mtr does not work on 3.1-RELEASE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11229 >Category: ports >Synopsis: /usr/local/sbin/mtr does not work on 3.1-RELEASE >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 19 22:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mike Cheponis >Release: 3.1-RELEASE >Organization: California Wireless, Inc. >Environment: FreeBSD FreeBSD.Wireless.Com 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Mon Feb 15 11:08:08 GMT 1999 jkh@usw3.freebsd.org:/usr/src/sys/compile/GENERIC i386 >Description: This is the entire output, independent of the argument given to mtr: Matt's traceroute [v0.28] Keys: R - Restart statistics Q - Quit Packets Pings Hostname %Loss Rcv Snt Best Avg Worst >How-To-Repeat: just run /usr/local/sbin/mtr Use any argument you like, such as "freebsd.org" or whatever, it doesn't make any difference. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 22:42:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DC4A1570B for ; Mon, 19 Apr 1999 22:42:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA32072; Mon, 19 Apr 1999 22:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from Terry.Dorm10.NCTU.edu.tw (Terry.Dorm10.NCTU.edu.tw [140.113.122.99]) by hub.freebsd.org (Postfix) with ESMTP id 2C3471534A for ; Mon, 19 Apr 1999 22:30:30 -0700 (PDT) (envelope-from ijliao@Terry.Dorm10.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm10.NCTU.edu.tw (8.9.3/8.9.3) id NAA60929; Tue, 20 Apr 1999 13:11:30 +0800 (CST) (envelope-from ijliao) Message-Id: <199904200511.NAA60929@Terry.Dorm10.NCTU.edu.tw> Date: Tue, 20 Apr 1999 13:11:30 +0800 (CST) From: Ying-Chieh Liao Reply-To: ijliao@Terry.Dorm10.NCTU.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11230: upgrade ports/news/dejanews to 1.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11230 >Category: ports >Synopsis: upgrade ports/news/dejanews to 1.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 19 22:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.0-CURRENT i386 >Organization: NCTU CSIE >Environment: FreeBSD Terry.Dorm10.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #16: Sun Mar 21 12:54:31 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: upgrade dejanews to 1.2 >How-To-Repeat: >Fix: diff -ruN /usr/ports/news/dejasearch/Makefile dejasearch/Makefile --- /usr/ports/news/dejasearch/Makefile Sun Mar 14 20:33:56 1999 +++ dejasearch/Makefile Tue Apr 20 12:52:11 1999 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.2 1999/03/14 12:33:56 kris Exp $ # -DISTNAME= dejasearch11 -PKGNAME= dejasearch-1.1 +DISTNAME= dejasearch12 +PKGNAME= dejasearch-1.2 CATEGORIES= news MASTER_SITES= http://homemade.hypermart.net/dejasearch/ \ http://homemade.virtualave.net/dejasearch/ diff -ruN /usr/ports/news/dejasearch/files/md5 dejasearch/files/md5 --- /usr/ports/news/dejasearch/files/md5 Sun Mar 14 20:31:26 1999 +++ dejasearch/files/md5 Tue Apr 20 12:52:27 1999 @@ -1 +1 @@ -MD5 (dejasearch11.tar.gz) = 2080c2c2773842311a63c6e330489765 +MD5 (dejasearch12.tar.gz) = 97363dac102c4d65e7949f7888bc1b06 >Release-Note: >Audit-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 19 22:48:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 350901534A; Mon, 19 Apr 1999 22:48:15 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA32817; Mon, 19 Apr 1999 22:45:48 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 19 Apr 1999 22:45:48 -0700 (PDT) From: Message-Id: <199904200545.WAA32817@freefall.freebsd.org> To: ijliao@Terry.Dorm10.NCTU.edu.tw, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11230: upgrade ports/news/dejanews to 1.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: upgrade ports/news/dejanews to 1.2 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Apr 19 22:45:27 PDT 1999 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 19 22:52:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DAD21534A for ; Mon, 19 Apr 1999 22:52:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA33526; Mon, 19 Apr 1999 22:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 19 Apr 1999 22:50:02 -0700 (PDT) Message-Id: <199904200550.WAA33526@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Michael Haro Subject: Re: ports/11229: /usr/local/sbin/mtr does not work on 3.1-RELEASE Reply-To: Michael Haro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11229; it has been noted by GNATS. From: Michael Haro To: mac@culver.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/11229: /usr/local/sbin/mtr does not work on 3.1-RELEASE Date: Mon, 19 Apr 1999 22:41:17 -0700 Was it compiled with or without GTK support? What version of the makefile do you have? (ident Makefile) I just tried it with version $Id: Makefile,v 1.8 1999/04/13 20:53:16 billf Exp $ of the makefile with and without GTK support and it worked fine for me. Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 19 23:42:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E951915225 for ; Mon, 19 Apr 1999 23:42:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA37881; Mon, 19 Apr 1999 23:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from catastrophe.gelemna.ft-wayne.in.us (fw-line-86.fwi.com [209.84.172.91]) by hub.freebsd.org (Postfix) with ESMTP id 6C8EA14FF9 for ; Mon, 19 Apr 1999 23:32:25 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from emerson.gelemna.ft-wayne.in.us (emerson.gelemna.ft-wayne.in.us [10.23.42.2]) by catastrophe.gelemna.ft-wayne.in.us (8.8.8/8.8.8) with ESMTP id BAA22219 for ; Tue, 20 Apr 1999 01:29:58 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.9.3/8.9.2) id BAA37368; Tue, 20 Apr 1999 01:30:44 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Message-Id: <199904200630.BAA37368@emerson.gelemna.ft-wayne.in.us> Date: Tue, 20 Apr 1999 01:30:44 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11232: Unbreak www/htmlpp and upgrade to 4.2a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11232 >Category: ports >Synopsis: Unbreak www/htmlpp and upgrade to 4.2a >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 19 23:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Don Croyle >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: Life after perl 5.005's release. >Description: The port puts several files where perl 5.004 could find them but perl 5.005 doesn't. Also update to the current version and use the .tgz distfile (eliminating the build dependency on unzip). Don't munge the filenames of the HTML docs, it breaks internal links. Don't install the libero source. Add the homepage to pkg/DESCR. I pinged the maintainer about an update a couple of months ago, but never got a response. >How-To-Repeat: >Fix: Apply this patch: diff -ruN htmlpp.old/Makefile htmlpp/Makefile --- htmlpp.old/Makefile Wed Feb 3 06:11:59 1999 +++ htmlpp/Makefile Sat Apr 17 23:13:47 1999 @@ -1,25 +1,19 @@ # New ports collection makefile for: htmlpp -# Version required: 3.9d +# Version required: 4.2a # Date created: 9 Nov 1997 # Whom: Donald Burr # # $Id: Makefile,v 1.4 1999/02/03 11:11:59 asami Exp $ # -DISTNAME= htmlpp -PKGNAME= htmlpp-3.9d +DISTNAME= htmlp42a +PKGNAME= htmlpp-4.2a CATEGORIES= www MASTER_SITES= http://www.imatix.com/pub/tools/ -EXTRACT_SUFX= .zip +EXTRACT_SUFX= .tgz MAINTAINER= dburr@FreeBSD.ORG -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip - -EXTRACT_CMD= unzip -EXTRACT_BEFORE_ARGS= -qa -EXTRACT_AFTER_ARGS= # empty - USE_PERL5= YES NO_WRKSUBDIR= yes @@ -31,14 +25,13 @@ ${MV} ${WRKDIR}/htmlpp.temp ${WRKDIR}/htmlpp do-install: - ${MKDIR} ${PREFIX}/lib/perl5/site_perl + ${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER} ${INSTALL_SCRIPT} ${WRKDIR}/htmlpp ${PREFIX}/bin/htmlpp - ${INSTALL_DATA} ${WRKDIR}/htmlpp.d ${PREFIX}/lib/perl5/site_perl/htmlpp.d - (cd ${WRKDIR}; for FILE in *.pl; do ${INSTALL_DATA} $${FILE} ${PREFIX}/lib/perl5/site_perl/$${FILE}; done) + ${INSTALL_DATA} ${WRKDIR}/htmlpp.d ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/htmlpp.d + (cd ${WRKDIR}; for FILE in *.pl; do ${INSTALL_DATA} $${FILE} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/$${FILE}; done) (cd ${WRKDIR}; for FILE in *.def; do ${INSTALL_DATA} $${FILE} ${PREFIX}/bin/$${FILE}; done) ${INSTALL_DATA} ${WRKDIR}/guru_opt.fmt ${PREFIX}/bin/guru.fmt - ${INSTALL_DATA} ${WRKDIR}/htmlpp.l ${PREFIX}/bin/htmlpp.l - (cd ${WRKDIR}; ${MKDIR} ${PREFIX}/share/doc/htmlpp; for FILE in *.htm; do ${INSTALL_DATA} $${FILE} ${PREFIX}/share/doc/htmlpp/$${FILE}l; done) + (cd ${WRKDIR}; ${MKDIR} ${PREFIX}/share/doc/htmlpp; for FILE in *.htm; do ${INSTALL_DATA} $${FILE} ${PREFIX}/share/doc/htmlpp/$${FILE}; done) (cd ${WRKDIR}; for FILE in *.gif; do ${INSTALL_DATA} $${FILE} ${PREFIX}/share/doc/htmlpp/$${FILE}; done) (cd ${WRKDIR}; for FILE in *.txt; do ${INSTALL_DATA} $${FILE} ${PREFIX}/share/doc/htmlpp/$${FILE}; done) diff -ruN htmlpp.old/files/md5 htmlpp/files/md5 --- htmlpp.old/files/md5 Mon Jul 20 18:20:23 1998 +++ htmlpp/files/md5 Sat Apr 17 22:55:55 1999 @@ -1 +1 @@ -MD5 (htmlpp.zip) = 66451d3900084b2331823420506d71d9 +MD5 (htmlp42a.tgz) = 95fd34f0f94d4cb4dde418ed3bfdc056 diff -ruN htmlpp.old/pkg/DESCR htmlpp/pkg/DESCR --- htmlpp.old/pkg/DESCR Mon Jul 20 18:20:24 1998 +++ htmlpp/pkg/DESCR Sat Apr 17 22:52:01 1999 @@ -7,4 +7,6 @@ produced using htmlpp itself, you can take a look at the source file (also installed) to see an example of how to use htmlpp. +Homepage: http://www.imatix.com/html/htmlpp/index.htm + [ This port is maintained by Donald Burr . ] diff -ruN htmlpp.old/pkg/PLIST htmlpp/pkg/PLIST --- htmlpp.old/pkg/PLIST Mon Jul 20 18:20:24 1998 +++ htmlpp/pkg/PLIST Sat Apr 17 23:15:10 1999 @@ -5,18 +5,18 @@ bin/macros.def bin/prelude.def bin/guru.fmt -bin/htmlpp.l -lib/perl5/site_perl/htmlpp.d -lib/perl5/site_perl/findfile.pl -lib/perl5/site_perl/sflcvdp.pl -lib/perl5/site_perl/sfldate.pl -lib/perl5/site_perl/shellwd.pl -share/doc/htmlpp/index.html -share/doc/htmlpp/index1.html -share/doc/htmlpp/index2.html -share/doc/htmlpp/index3.html -share/doc/htmlpp/index4.html -share/doc/htmlpp/index5.html +lib/perl5/site_perl/%%PERL_VER%%/htmlpp.d +lib/perl5/site_perl/%%PERL_VER%%/findfile.pl +lib/perl5/site_perl/%%PERL_VER%%/sflcvdp.pl +lib/perl5/site_perl/%%PERL_VER%%/sfldate.pl +lib/perl5/site_perl/%%PERL_VER%%/shellwd.pl +lib/perl5/site_perl/%%PERL_VER%%/textdb.pl +share/doc/htmlpp/index.htm +share/doc/htmlpp/index1.htm +share/doc/htmlpp/index2.htm +share/doc/htmlpp/index3.htm +share/doc/htmlpp/index4.htm +share/doc/htmlpp/index5.htm share/doc/htmlpp/htmlpp1.gif share/doc/htmlpp/im0096c.gif share/doc/htmlpp/newstone.gif >Release-Note: >Audit-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 20 7:32:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 27EA7157A2 for ; Tue, 20 Apr 1999 07:32:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA33040; Tue, 20 Apr 1999 07:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 20 Apr 1999 07:30:01 -0700 (PDT) Message-Id: <199904201430.HAA33040@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: RE: ports/11228: upgrade ports/net/greed to 0.665 Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11228; it has been noted by GNATS. From: Chris Piazza To: Ying-Chieh Liao Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: RE: ports/11228: upgrade ports/net/greed to 0.665 Date: Mon, 20 Jan 1997 07:28:07 -0800 (PST) On 20-Apr-99 Ying-Chieh Liao wrote: > >>Description: > > upgrade greed to 0.665 > Hi, I couldn't get 0.665 to actually download any files :( I'll drop a note to the author to see if the distfile could be named by version instead of just a generic 'greed.tar.gz' so we can stop things like that. --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 20 10:22:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 15A3514ED7 for ; Tue, 20 Apr 1999 10:22:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA12944; Tue, 20 Apr 1999 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2915715407; Tue, 20 Apr 1999 10:14:57 -0700 (PDT) Message-Id: <19990420171457.2915715407@hub.freebsd.org> Date: Tue, 20 Apr 1999 10:14:57 -0700 (PDT) From: paxvel@iname.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11237: port security/stunnel broken (wants rsaref) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11237 >Category: ports >Synopsis: port security/stunnel broken (wants rsaref) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 20 10:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Pavel Andreev >Release: FreeBSD 3.1-STABLE >Organization: VUMS software, Czech Republic >Environment: FreeBSD astra.vumsoft.cz 3.1-STABLE FreeBSD 3.1-STABLE #9: Wed Apr 14 20:37:14 CEST 1999 paxvel@astra.vumsoft.cz:/usr/src/sys/compile/ASTRA i386 >Description: in security/stunnel/Makefile, there is LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref line, and in security/stunnel/patches/patch-aa, there is LIBS=@LIBS@ -L$(PREFIX)/lib -lssl -lcrypto -lRSAglue -lrsaref line. these lines prevent non-us users from building the port. "make" even fetches the rsaref source, i wonder if this fetching is not a violation of some law. >How-To-Repeat: cd /usr/ports/security/stunnel; make >Fix: remove the offending line from the Makefile remove the "-lrsaref" from the patch i believe openssl has anything stunnel needs, and this will work for u.s. users too. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 20 12:43:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 353EF14D15; Tue, 20 Apr 1999 12:43:17 -0700 (PDT) (envelope-from mharo@area51.fremont.ca.us) Received: (from mharo@localhost) by area51.fremont.ca.us (8.9.2/8.9.2) id MAA55991; Tue, 20 Apr 1999 12:40:51 -0700 (PDT) (envelope-from mharo) Date: Tue, 20 Apr 1999 12:40:51 -0700 From: Michael Haro To: vanilla@freebsd.org Cc: ports@freebsd.org Subject: gtk versions Message-ID: <19990420124051.B55954@area51.fremont.ca.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is there any reason we have 4 different gtk's in x11-toolkits? What is the difference between gtk10, gtk11, gtk11-devel and gtk12? Are they just so different that other ports can only link against the version of gtk they were created for? Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 20 12:52:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2648D14D15 for ; Tue, 20 Apr 1999 12:52:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA25534; Tue, 20 Apr 1999 12:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id BCE6714EEE; Tue, 20 Apr 1999 12:50:59 -0700 (PDT) Message-Id: <19990420195059.BCE6714EEE@hub.freebsd.org> Date: Tue, 20 Apr 1999 12:50:59 -0700 (PDT) From: Arjan.deVet@adv.iae.nl To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11239: mutt 0.95.4 fails to detect sendmail location Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11239 >Category: ports >Synopsis: mutt 0.95.4 fails to detect sendmail location >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 20 12:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Arjan de Vet >Release: 3.1-stable >Organization: >Environment: FreeBSD adv.iae.nl 3.1-STABLE FreeBSD 3.1-STABLE #4: Mon Apr 19 08:12:40 CEST 1999 root@adv.iae.nl:/usr/src/sys/compile/ADV i386 >Description: The mutt port seems not to be able to find sendmail due to a syntax error in a test(1) command in the configure script. I fixed this by using some configure code from mutt 0.95 which finds sendmail correctly. >How-To-Repeat: Run make and you will see: [...] checking for POSIXized ISC... no checking for sendmail... test: syntax error no checking for gpg... no [...] >Fix: Updated patch-04 file for the mutt port: --- configure.orig Sun Feb 28 09:08:02 1999 +++ configure Tue Apr 20 21:35:41 1999 @@ -1156,7 +1156,7 @@ ;; *) IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" - for ac_dir in $PATH:/usr/sbin:/usr/lib$ac_dummy; do + for ac_dir in `echo $PATH | sed "s/:/ /"` /usr/sbin /usr/lib$ac_dummy; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then ac_cv_path_SENDMAIL="$ac_dir/$ac_word" @@ -1725,6 +1725,9 @@ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char $ac_func(); +#ifdef __FreeBSD__ +#define bkgdset initscr +#endif int main() { >Release-Note: >Audit-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 20 12:56:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 766) id B764E14DE0; Tue, 20 Apr 1999 12:56:20 -0700 (PDT) To: mharo@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, obrien@FreeBSD.ORG From: mharo@FreeBSD.ORG Subject: Re: ports/11239 Message-Id: <19990420195620.B764E14DE0@hub.freebsd.org> Date: Tue, 20 Apr 1999 12:56:20 -0700 (PDT) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mutt 0.95.4 fails to detect sendmail location Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: mharo Responsible-Changed-When: Tue Apr 20 12:56:03 PDT 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 20 13:36:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B43B15580; Tue, 20 Apr 1999 13:36:38 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA29091; Tue, 20 Apr 1999 13:34:11 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Tue, 20 Apr 1999 13:34:11 -0700 (PDT) From: Message-Id: <199904202034.NAA29091@freefall.freebsd.org> To: mac@culver.net, billf@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/11229: /usr/local/sbin/mtr does not work on 3.1-RELEASE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /usr/local/sbin/mtr does not work on 3.1-RELEASE State-Changed-From-To: open->analyzed State-Changed-By: billf State-Changed-When: Tue Apr 20 13:33:17 PDT 1999 State-Changed-Why: This port works for half of the world, and doesn't for the other half. I'm looking into it. Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: billf Responsible-Changed-When: Tue Apr 20 13:33:17 PDT 1999 Responsible-Changed-Why: This is my port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 20 14:11:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 282C8158AC; Tue, 20 Apr 1999 14:11:27 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA183907272; Tue, 20 Apr 1999 12:54:32 -0400 Date: Tue, 20 Apr 1999 12:54:32 -0400 (EDT) From: Bill Fumerola To: Michael Haro Cc: vanilla@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: gtk versions In-Reply-To: <19990420124051.B55954@area51.fremont.ca.us> 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, 20 Apr 1999, Michael Haro wrote: > What is the difference between gtk10, gtk11, gtk11-devel and gtk12? > > Are they just so different that other ports can only link against the > version of gtk they were created for? Lots of ports only work with certain versions, though I've been heard making threats to remove gtk10, gtk11-devel and BROKEN every port that doesn't work with what's left. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 20 14:22:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C3BA4152F6 for ; Tue, 20 Apr 1999 14:22:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA33231; Tue, 20 Apr 1999 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 15AFB15800; Tue, 20 Apr 1999 14:13:54 -0700 (PDT) Message-Id: <19990420211354.15AFB15800@hub.freebsd.org> Date: Tue, 20 Apr 1999 14:13:54 -0700 (PDT) From: housel@acm.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11242: Port update: lang/dylan version 2.2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11242 >Category: ports >Synopsis: Port update: lang/dylan version 2.2.0 >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 20 14:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Peter S. Housel >Release: 4.0-current >Organization: >Environment: >Description: Update from 2.0 to 2.2 for the Gwydion Dylan port. >How-To-Repeat: >Fix: Contact me for updated files >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 20 15:32:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4101015104 for ; Tue, 20 Apr 1999 15:32:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA38318; Tue, 20 Apr 1999 15:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id BE317150DE; Tue, 20 Apr 1999 15:32:16 -0700 (PDT) Message-Id: <19990420223216.BE317150DE@hub.freebsd.org> Date: Tue, 20 Apr 1999 15:32:16 -0700 (PDT) From: rv@fore.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11245: update of files ports/devel/cons Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11245 >Category: ports >Synopsis: update of files ports/devel/cons >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 20 15:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Rajesh Vaidheeswarran >Release: 4.0-current >Organization: >Environment: FreeBSD iceberg.eng.fore.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Fri Mar 26 13:34:20 EST 1999 bash@iceberg.eng.fore.com:/usr/src/sys/compile/FB i386 >Description: I have just updated the distribution of cons. Attached is a patch to update the ports collection in devel/cons >How-To-Repeat: >Fix: Index: ports/cons/Makefile diff -c ports/cons/Makefile:1.1.1.1 ports/cons/Makefile:1.2 *** ports/cons/Makefile:1.1.1.1 Tue Apr 20 09:56:01 1999 --- ports/cons/Makefile Tue Apr 20 18:24:05 1999 *************** *** 1,12 **** # New ports collection makefile for: cons ! # Version required: 1.5 # Date created: 11 December 1998 # Whom: rv@fore.com # ! # $Id: Makefile,v 1.1.1.1 1999/04/20 13:56:01 rv Exp $ # ! DISTNAME= cons-1.5 CATEGORIES= devel MASTER_SITES= http://www.dsmit.com/cons/ \ http://www.telerama.com/~bgarcia/cons/ --- 1,13 ---- # New ports collection makefile for: cons ! # Version required: 1.6a1 # Date created: 11 December 1998 # Whom: rv@fore.com # ! # $Id: Makefile,v 1.2 1999/04/20 22:24:05 rv Exp $ # ! DISTNAME= cons-1.6a1 ! PKGNAME= cons CATEGORIES= devel MASTER_SITES= http://www.dsmit.com/cons/ \ http://www.telerama.com/~bgarcia/cons/ *************** *** 18,24 **** USE_PERL5= yes NO_BUILD= yes ! PLIST_SUB= CONS_VER=1.5 MAN1= cons.1 DOCS= CHANGES COPYRIGHT INSTALL MANIFEST README RELEASE cons.html \ --- 19,25 ---- USE_PERL5= yes NO_BUILD= yes ! PLIST_SUB= CONS_VER=1.6a1 MAN1= cons.1 DOCS= CHANGES COPYRIGHT INSTALL MANIFEST README RELEASE cons.html \ Index: ports/cons/README.html diff -c ports/cons/README.html:1.1.1.1 ports/cons/README.html:1.2 *** ports/cons/README.html:1.1.1.1 Tue Apr 20 09:56:01 1999 --- ports/cons/README.html Tue Apr 20 18:24:05 1999 *************** *** 3,9 ****

The FreeBSD Ports Collection ("devel/cons")


!

You are now in the directory for the port "devel/cons" (package name "cons- 1.5").

This is the one-line description for this port: --- 3,9 ----

The FreeBSD Ports Collection ("devel/cons")


!

You are now in the directory for the port "devel/cons" (package name "cons- 1.6a1").

Your use of temporary files may be a problem - if someone went and ln -s'd
them to /etc/passwd, you'd have a slight problem.
Ok, for those concerning security I slightly modified my script. You can download it at  http://homepages.go.com/~sobomax/distclean/distclean-0.11.tar.gz.
Any further suggestions, comments, patches etc. are welcomed.

Maxim --------------CEC61461EF657638E9064B3B-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 27 5:35:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.unilat.com (mail.unilat.com [206.132.217.5]) by hub.freebsd.org (Postfix) with ESMTP id 04865151A5; Tue, 27 Apr 1999 05:35:12 -0700 (PDT) (envelope-from rhaas@unilat.com) Received: from unilate.com [38.27.175.93] by mail.unilat.com (SMTPD32-5.01) id A44F5D00F0; Tue, 27 Apr 1999 01:24:47 PDT From: rhaas@unilat.com To: rhaas@unilat.com Subject: Attention: Coupon fraud alert!!! Message-Id: <199904270125.SM00153@unilate.com> Date: Tue, 27 Apr 1999 05:39:23 PDT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Please forward this article. Texas Textbooks Coupon Fraud "On or Off the Drag" by Richard Haas Texas Textbooks, Inc. may have conspired to commit coupon fraud against 7-UP/Dr. Pepper. Sources claim that the President of Texas Textbooks, Inc., Morris Woods, instructed managers to have his employees separate coupons and candies from Buy Back Promotional Packages, that were put together by Market Source, Inc., and www.taponline.com. Within the Buy Back Promotional Packages were various candies, gum, and a coupon for a free 20 oz. 7-UP, as well as other advertisements and promotions from various companies, such as Chevy, University Subscription Service, Citibank, American Airlines, TIME magazine, Student Financial Services, BMG Music Service, and Sprint. According to sources, the 7-UP coupons and candied were separated and put into boxes, while the rest of the packages were thrown into the dumpster behind Texas Textbooks. These Buy Back Promotional Packages were supposed to have been given to students during the Fall Buy Back season during finals week in December, 1998. The marketing company behind the packages, Market Source, Inc. was notified about the problem in early January, 1999, but refused to do anything about it. Woods, when telephone regarding the alleged coupon fraud against 7-UP/Dr.Pepper, denied having any knowledge of the incident, and hung up the the telephone on a reporter. Several former employees claimed that they were threatened with being fired when they refused to participate in the separation of the items. "Committing a possible felony is not worth five dollars an hour," said a former employee. Seven Up/Dr. Pepper, University Subscription Service, Sprint, Chevrolet Motor Company, and the Coupon Information Center (CIC) have also been notified of these activities. Fraud is a crime punishable under both state and federal laws. Under Federal Law, a person convicted of mail fraud can be sentenced up to five years in prison and a fine of up to $250,000 for each count of the indictment. In cases where the proceeds of the fraud are not reported for Federal Income Tax purposes, conviction of tax evasion is punishable by up to 20 years imprisonment and up to a million dollar fine for each count. Photos available at: http://www.geocities.com/FashionAvenue/6916/fraud.htm If you would like to express your concern about this, please contact: Morris Woods President, Texas Textbooks, Inc. 1514 Parker Ln Austin, TX 78741-2563 (512) 462-2149 gsdesign@studybreaks.com Texas Textbooks 2410B E. Riverside Drive Austin, TX 78741 (512) 443-1257 Texas Textbooks 2338 Guadalupe Austin, TX 78705 (512) 478-9833 Bonnie O'Neill-Totin boneill@marketsource.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 27 5:35:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DE4B515333; Tue, 27 Apr 1999 05:35:20 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA04832; Tue, 27 Apr 1999 05:35:20 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Tue, 27 Apr 1999 05:35:20 -0700 (PDT) From: Message-Id: <199904271235.FAA04832@freefall.freebsd.org> To: cpiazza@home.net, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10268: [new port] colortail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [new port] colortail State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Apr 27 05:34:10 PDT 1999 State-Changed-Why: Committed after I updated and modified, 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 27 5:41:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 65BD314C8D; Tue, 27 Apr 1999 05:41:14 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA05458; Tue, 27 Apr 1999 05:41:14 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Tue, 27 Apr 1999 05:41:14 -0700 (PDT) From: Message-Id: <199904271241.FAA05458@freefall.freebsd.org> To: yasuf@big.or.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10907: New port: x11-toolkits/rubytk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: x11-toolkits/rubytk State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Apr 27 05:40:52 PDT 1999 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 27 5:47: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D4C0151A5; Tue, 27 Apr 1999 05:47:04 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA06122; Tue, 27 Apr 1999 05:47:04 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Tue, 27 Apr 1999 05:47:04 -0700 (PDT) From: Message-Id: <199904271247.FAA06122@freefall.freebsd.org> To: yasuf@big.or.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10908: New port: japanese/rubytk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: japanese/rubytk State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Apr 27 05:46:48 PDT 1999 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 27 5:58:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CD6C914EBC; Tue, 27 Apr 1999 05:58:36 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA06726; Tue, 27 Apr 1999 05:58:36 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Tue, 27 Apr 1999 05:58:36 -0700 (PDT) From: Message-Id: <199904271258.FAA06726@freefall.freebsd.org> To: jonny@jonny.eng.br, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10313: New port - ripenc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port - ripenc State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Apr 27 05:58:20 PDT 1999 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 27 6: 3:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 549FB156FC; Tue, 27 Apr 1999 06:03:21 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA07147; Tue, 27 Apr 1999 06:03:21 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Tue, 27 Apr 1999 06:03:21 -0700 (PDT) From: Message-Id: <199904271303.GAA07147@freefall.freebsd.org> To: jonny@jonny.eng.br, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10309: New port, id3ren, mpeg3 audio information utility Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port, id3ren, mpeg3 audio information utility State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Apr 27 06:03:06 PDT 1999 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 27 6:10:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 987BC14C57; Tue, 27 Apr 1999 06:10:31 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA08099; Tue, 27 Apr 1999 06:10:31 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Tue, 27 Apr 1999 06:10:31 -0700 (PDT) From: Message-Id: <199904271310.GAA08099@freefall.freebsd.org> To: sakai@miya.ee.kagu.sut.ac.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10354: New port of XBalloon-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port of XBalloon-1.0 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Apr 27 06:10:14 PDT 1999 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 27 6:20:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F79214E34; Tue, 27 Apr 1999 06:20:46 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA08828; Tue, 27 Apr 1999 06:20:46 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Tue, 27 Apr 1999 06:20:46 -0700 (PDT) From: Message-Id: <199904271320.GAA08828@freefall.freebsd.org> To: sakai@miya.ee.kagu.sut.ac.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10329: New Port of XMangekyou-2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port of XMangekyou-2.0 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Apr 27 06:16:57 PDT 1999 State-Changed-Why: Please submit a diff of your changes in the next PR. Committed this changes, 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 27 6:46: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AA3F15405; Tue, 27 Apr 1999 06:46:07 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA55914; Tue, 27 Apr 1999 06:46:07 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Tue, 27 Apr 1999 06:46:07 -0700 (PDT) From: Message-Id: <199904271346.GAA55914@freefall.freebsd.org> To: tom@eborcom.com, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10333: New port: kmikmod Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: kmikmod State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Apr 27 06:45:41 PDT 1999 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 27 7:40: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E1BE3155A6 for ; Tue, 27 Apr 1999 07:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA09952; Tue, 27 Apr 1999 07:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 2568A155C6 for ; Tue, 27 Apr 1999 07:32:07 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id SAA00794; Tue, 27 Apr 1999 18:32:05 +0400 (MSD) (envelope-from andy) Message-Id: <199904271432.SAA00794@icc.surw.chel.su> Date: Tue, 27 Apr 1999 18:32:05 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11352: Update port: mail/mmr Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11352 >Category: ports >Synopsis: Update port: mail/mmr >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 27 07:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update mail/mmr port. diff -Nru mmr/Makefile mmr-1.5.2/Makefile --- mmr/Makefile Tue Oct 13 14:33:36 1998 +++ mmr-1.5.2/Makefile Tue Apr 27 18:25:22 1999 @@ -1,23 +1,32 @@ # New ports collection makefile for: mmr -# Version required: 1.5.1 +# Version required: 1.5.2 # Date created: 23 October 1997 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.4 1998/10/13 02:44:51 jseger Exp $ # -DISTNAME= mmr-1.5.1 +DISTNAME= mmr-1.5.2 CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + http://www.devolution.com/~slouken/projects/mmr/ MASTER_SITE_SUBDIR= system/mail/mua MAINTAINER= andy@icc.surw.chel.su -ALL_TARGET= mmr - -USE_GMAKE= yes +ALL_TARGET= do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/mmr ${PREFIX}/bin + @ ${MKDIR} ${PREFIX}/share/examples/mmr + @ ${INSTALL_DATA} ${WRKSRC}/DOT-mmrc ${PREFIX}/share/examples/mmr/dot.mmrc.sample + +post-install: +.if !defined(NOPORTDOCS) + @ ${MKDIR} ${PREFIX}/share/doc/mmr +.for file in BUGS CHANGES COPYING Copyright Features README TODO + @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/mmr +.endfor +.endif .include diff -Nru mmr/files/md5 mmr-1.5.2/files/md5 --- mmr/files/md5 Sat Nov 1 17:15:12 1997 +++ mmr-1.5.2/files/md5 Tue Apr 27 17:51:42 1999 @@ -1 +1 @@ -MD5 (mmr-1.5.1.tar.gz) = ef6848e16a3957e6cbb08203a2316b56 +MD5 (mmr-1.5.2.tar.gz) = 73823d31eb97dfbb737958316063073d diff -Nru mmr/patches/patch-aa mmr-1.5.2/patches/patch-aa --- mmr/patches/patch-aa Sat Nov 1 17:15:13 1997 +++ mmr-1.5.2/patches/patch-aa Tue Apr 27 18:09:32 1999 @@ -1,21 +1,23 @@ ---- Makefile.orig Mon Sep 22 16:20:20 1997 -+++ Makefile Sat Nov 1 08:55:42 1997 +--- Makefile Thu Dec 24 23:32:56 1998 ++++ /home/andy/tmp/wrk/Makefile Tue Apr 27 18:06:19 1999 @@ -7,15 +7,15 @@ # (Toggled at runtime with ^T) # -DMAILPATH=\"/some/path\" # Set the default mail spool directory -DEFS = -DTHREADMAIL -+DEFS = -DTHREADMAIL -DMAILPATH=\"/var/mail\" ++DEFS = -DTHREADMAIL -DMAILPATH=\"/var/mail\" -DMAILER=\"/usr/sbin/sendmail\ -t\" OBJS = main.o rcfile.o listing.o handlemail.o commands.o terminal.o mailmsg.o \ mime.o mimetype.o base64.o filemap.o iobottle.o my_regex.o outgoing.o \ md5/libmd5.a --LIBS = -lncurses -+LIBS = -lncurses -lcompat - CXX = g++ - INCDIRS = -Imd5 -I/usr/include/ncurses --CXXFLAGS = $(DEFS) $(INCDIRS) -g -+CXXFLAGS = $(DEFS) $(INCDIRS) $(CFLAGS) +-LIBS = -lcurses -ltermcap -lnsl +-CXX = g++ -g +-INCDIRS = -Imd5 -I/usr/include/ncurses +-CXXFLAGS = $(DEFS) $(INCDIRS) $(CFLAGS) ++LIBS = -lncurses ++CXX?= g++ -g ++INCDIRS = -Imd5 ++CXXFLAGS+= $(DEFS) $(INCDIRS) # Remind 'make' how to make C++ files.. *sigh* include .c++howto diff -Nru mmr/patches/patch-ab mmr-1.5.2/patches/patch-ab --- mmr/patches/patch-ab Sat Nov 1 17:15:13 1997 +++ mmr-1.5.2/patches/patch-ab Tue Apr 27 18:09:44 1999 @@ -1,10 +1,12 @@ ---- headers.h.orig Tue Feb 18 13:39:00 1997 -+++ headers.h Sat Nov 1 08:55:42 1997 -@@ -12,4 +12,7 @@ - #include - #include - #include -+#ifdef __FreeBSD__ -+extern char* cuserid(char*); +--- outgoing.cc Fri Jul 17 04:10:02 1998 ++++ /home/andy/tmp/wrk/outgoing.cc Tue Apr 27 18:06:33 1999 +@@ -13,7 +13,9 @@ + #include "terminal.h" + #include "rcfile.h" + ++#ifndef MAILER + #define MAILER "/usr/lib/sendmail -t" +#endif - } + #define EDITOR "vi +%d" + #define SIGFILE ".signature" + diff -Nru mmr/patches/patch-ac mmr-1.5.2/patches/patch-ac --- mmr/patches/patch-ac Sat Nov 1 17:15:13 1997 +++ mmr-1.5.2/patches/patch-ac Tue Apr 27 18:09:52 1999 @@ -1,5 +1,5 @@ ---- terminal.h.orig Mon Jun 23 13:49:40 1997 -+++ terminal.h Sat Nov 1 08:55:42 1997 +--- terminal.h Mon Jun 23 21:49:40 1997 ++++ /home/andy/tmp/wrk/terminal.h Tue Apr 27 18:06:25 1999 @@ -13,7 +13,11 @@ extern "C" { #include diff -Nru mmr/patches/patch-ad mmr-1.5.2/patches/patch-ad --- mmr/patches/patch-ad Thu Jan 1 03:00:00 1970 +++ mmr-1.5.2/patches/patch-ad Tue Apr 27 18:12:50 1999 @@ -0,0 +1,8 @@ +--- md5/Makefile Wed Feb 12 01:38:38 1997 ++++ /home/andy/tmp/wrk/md5/Makefile Tue Apr 27 18:12:21 1999 +@@ -1,4 +1,4 @@ +-CC = gcc ++CC?= gcc + + libmd5.a: md5c.o + ar rvc $@ md5c.o diff -Nru mmr/pkg/COMMENT mmr-1.5.2/pkg/COMMENT --- mmr/pkg/COMMENT Sat Nov 1 17:15:14 1997 +++ mmr-1.5.2/pkg/COMMENT Tue Apr 27 18:22:14 1999 @@ -1 +1 @@ -A curses based MIME aware mailer +Curses based MIME Mail Reader. diff -Nru mmr/pkg/DESCR mmr-1.5.2/pkg/DESCR --- mmr/pkg/DESCR Sat Nov 1 17:15:14 1997 +++ mmr-1.5.2/pkg/DESCR Tue Apr 27 18:23:45 1999 @@ -18,5 +18,5 @@ Searchable message listings, including search through message text - Automatic ignoring of certain MIME types. - Get rid of those Micrsoft Exchange MIME trailers. + +http://www.devolution.com/~slouken/projects/mmr/index.html diff -Nru mmr/pkg/PLIST mmr-1.5.2/pkg/PLIST --- mmr/pkg/PLIST Sat Nov 1 17:15:14 1997 +++ mmr-1.5.2/pkg/PLIST Tue Apr 27 18:24:02 1999 @@ -1 +1,11 @@ bin/mmr +share/doc/mmr/BUGS +share/doc/mmr/CHANGES +share/doc/mmr/COPYING +share/doc/mmr/Copyright +share/doc/mmr/Features +share/doc/mmr/README +share/doc/mmr/TODO +share/examples/mmr/dot.mmrc.sample +@dirrm share/doc/mmr +@dirrm share/examples/mmr >How-To-Repeat: >Fix: Please, check and apply this patch. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 27 8:20: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 51B7515107 for ; Tue, 27 Apr 1999 08:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA14166; Tue, 27 Apr 1999 08:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 19CA814EE3 for ; Tue, 27 Apr 1999 08:18:04 -0700 (PDT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.3/8.9.3) id RAA01449; Tue, 27 Apr 1999 17:18:01 +0200 (SAT) (envelope-from reg) Message-Id: <199904271518.RAA01449@shale.csir.co.za> Date: Tue, 27 Apr 1999 17:18:01 +0200 (SAT) From: reg@shale.csir.co.za Reply-To: reg@shale.csir.co.za To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11353: Feature additions to bsd.port.mk. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11353 >Category: ports >Synopsis: Feature additions to bsd.port.mk. >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 27 08:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jeremy Lea >Release: FreeBSD 4.0-CURRENT i386 >Organization: Arb's Inc. >Environment: FreeBSD Ports collection. >Description: The following patch adds three features to bsd.port.mk: 1. Support for using a system copy of libtool. This does not affect ports which use libtool, but don't set USE_LIBTOOL. Thanks to those who commented. 2. Adds automated support for the handling of ${PREFIX}/info/dir, which is broken in a lot of ports. 3. Adds CXXFLAGS to CONFIGURE_ENV, since many configure scripts require this. >How-To-Repeat: >Fix: Index: bsd.port.mk =================================================================== RCS file: /usr/home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.310 diff -u -r1.310 bsd.port.mk --- bsd.port.mk 1999/04/23 02:20:45 1.310 +++ bsd.port.mk 1999/04/27 00:15:40 @@ -119,6 +119,10 @@ # USE_AUTOCONF - Says that the port uses autoconf. Implies GNU_CONFIGURE. # AUTOCONF - Set to path of GNU autoconf if not in $PATH (default: # autoconf). +# USE_LIBTOOL - Says that the port uses Libtool. Implies GNU_CONFIGURE. +# LIBTOOL - Set to path of sytem libtool. +# LIBTOOLFILES - Files to patch for libtool. Defaults to configure or +# aclocal.m4 depending on USE_AUTOCONF. # USE_PERL5 - Says that the port uses perl5 for building and running. # PERL5 - Set to full path of perl5, either in the system or # installed from a port. @@ -573,6 +577,15 @@ GNU_CONFIGURE= yes BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf .endif +.if defined(USE_LIBTOOL) +GNU_CONFIGURE= yes +BUILD_DEPENDS+= libtool:${PORTSDIR}/devel/libtool +.if defined(USE_AUTOCONF) +LIBTOOLFILES?= aclocal.m4 +.else +LIBTOOLFILES?= configure +.endif +.endif .if defined(REQUIRES_MOTIF) LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm @@ -638,6 +651,9 @@ # Miscellaneous overridable commands: GMAKE?= gmake AUTOCONF?= autoconf +.if !defined(LIBTOOL) +LIBTOOL!= which libtool || echo ${LOCALBASE}/bin/libtool +.endif XMKMF?= xmkmf -a .if exists(/sbin/md5) MD5?= /sbin/md5 @@ -1501,7 +1517,7 @@ fi .if defined(HAS_CONFIGURE) @(cd ${WRKSRC} && CC="${CC}" CXX="${CXX}" \ - CFLAGS="${CFLAGS}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \ INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ @@ -1651,6 +1667,9 @@ ${ECHO_MSG} "Become root and try again to ensure correct permissions."; \ fi .endif + @if [ -d ${PREFIX}/info -a ! -f ${PREFIX}/info/dir -a -f /usr/share/info/dir ]; then \ + ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ + fi .endif @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} ${.TARGET:S/^real-/pre-/} @if [ -f ${SCRIPTDIR}/${.TARGET:S/^real-/pre-/} ]; then \ @@ -1667,6 +1686,9 @@ cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} \ ${SCRIPTDIR}/${.TARGET:S/^real-/post-/}; \ fi +.if make(real-patch) && defined(USE_LIBTOOL) + @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} patch-libtool +.endif .if make(real-install) && (defined(_MANPAGES) || defined(_MLINKS)) @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} compress-man .endif @@ -1768,6 +1790,22 @@ .endfor +# Patch-libtool +# +# Special target to automagically make libtool using ports use the +# system libtool. We normally patch configure or aclocal.m4 depending +# on USE_AUTOCONF. + +.if !target(patch-libtool) +patch-libtool: + @(cd ${WRKSRC}; \ + for file in ${LIBTOOLFILES}; do \ + ${CP} $$file $$file.tmp; \ + ${SED} -e s^\$$\(top_builddir\)/libtool^${LIBTOOL}^g \ + $$file.tmp > $$file; \ + done); +.endif + # Checkpatch # # Special target to verify patches @@ -2291,7 +2329,10 @@ @${ECHO} '@cwd ${PREFIX}' >> ${TMPPLIST} .endif .endfor - @${SED} ${_sedsubplist} ${PLIST} >> ${TMPPLIST} + @${SED} ${_sedsubplist} ${PLIST} | \ + ${SED} -e "/\@exec install-info.*$$/h" \ + -e "s^^\@exec [ -f %D/info/dir -o ! -f /usr/share/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir^g" \ + -e "t fix" -e "b" -e ":fix" -e "G" >> ${TMPPLIST} .if !defined(NO_FILTER_SHLIBS) .if (${PORTOBJFORMAT} == "aout") @${SED} -e 's,\(/lib.*\.so\.[0-9]*\)$$,\1.0,' ${TMPPLIST} > ${TMPPLIST}.tmp >Release-Note: >Audit-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 27 8:40: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D0681562B for ; Tue, 27 Apr 1999 08:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA15869; Tue, 27 Apr 1999 08:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 6982E15622 for ; Tue, 27 Apr 1999 08:36:43 -0700 (PDT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.3/8.9.3) id RAA01981; Tue, 27 Apr 1999 17:36:39 +0200 (SAT) (envelope-from reg) Message-Id: <199904271536.RAA01981@shale.csir.co.za> Date: Tue, 27 Apr 1999 17:36:39 +0200 (SAT) From: reg@shale.csir.co.za Reply-To: reg@shale.csir.co.za To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11354: Port fix: x11/XFree86 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11354 >Category: ports >Synopsis: Port fix: x11/XFree86 >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 27 08:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jeremy Lea >Release: FreeBSD 4.0-CURRENT i386 >Organization: Arb's Inc. >Environment: FreeBSD Ports collection. >Description: PLIST fixups. The moving of the two rstart files out of sort is deliberate, since they are symlinked directories, and are removed without complaint once the directory to which they point is removed. Otherwise they require crufty @exec and @unexec rules. The patch to the Makefile, along with the following, allows Imake programs to be complied with the system CFLAGS, dynamically. This may not be the best way to do this, so suggestions are welcome, particulary if they don't involve make.conf. --- /usr/src/etc/make.conf Mon Mar 15 10:14:43 1999 +++ /usr/src/etc/make.conf Thu Apr 8 14:11:34 1999 @@ -11,7 +11,8 @@ # # One, and probably the most common, use could be: # #CFLAGS= -O -pipe +X11_CFLAGS!= ${CFLAGS} # # # Avoid compiling profiled libraries >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/home/ncvs/ports/x11/XFree86/Makefile,v retrieving revision 1.54 diff -u -r1.54 Makefile --- Makefile 1999/03/19 22:35:25 1.54 +++ Makefile 1999/04/07 15:29:46 @@ -61,6 +61,11 @@ .endif .endif +post-configure: +.if defined(X11_CFLAGS) + @${ECHO} '#define DefaultGcc2i386Opt $${X11_CFLAGS}' >> ${WRKSRC}/config/cf/xf86site.def +.endif + .include pre-install: Index: pkg/PLIST =================================================================== RCS file: /usr/home/ncvs/ports/x11/XFree86/pkg/PLIST,v retrieving revision 1.18 diff -u -r1.18 PLIST --- PLIST 1998/11/24 01:22:05 1.18 +++ PLIST 1999/04/06 11:52:37 @@ -524,6 +524,9 @@ lib/X11/config/cray.cf lib/X11/config/fujitsu.cf lib/X11/config/generic.cf +lib/X11/config/gnu.cf +lib/X11/config/gnuLib.rules +lib/X11/config/gnuLib.tmpl lib/X11/config/host.def lib/X11/config/hp.cf lib/X11/config/hpLib.rules @@ -594,6 +597,7 @@ lib/X11/doc/README.DECtga lib/X11/doc/README.DGA lib/X11/doc/README.FreeBSD +lib/X11/doc/README.I128 lib/X11/doc/README.LinkKit lib/X11/doc/README.MGA lib/X11/doc/README.Mach32 @@ -1262,8 +1266,6 @@ lib/X11/rstart/commands/@List lib/X11/rstart/commands/ListContexts lib/X11/rstart/commands/ListGenericCommands -lib/X11/rstart/commands/x -lib/X11/rstart/commands/x11 lib/X11/rstart/commands/x11r6/@List lib/X11/rstart/commands/x11r6/LoadMonitor lib/X11/rstart/commands/x11r6/Terminal @@ -1388,6 +1390,7 @@ lib/X11/xkb/symbols/be lib/X11/xkb/symbols/bg lib/X11/xkb/symbols/ca +lib/X11/xkb/symbols/ca_enhanced lib/X11/xkb/symbols/cs lib/X11/xkb/symbols/ctrl lib/X11/xkb/symbols/de @@ -1418,6 +1421,7 @@ lib/X11/xkb/symbols/pc104 lib/X11/xkb/symbols/pl lib/X11/xkb/symbols/pt +lib/X11/xkb/symbols/ralt lib/X11/xkb/symbols/ru lib/X11/xkb/symbols/se lib/X11/xkb/symbols/sgi/jp @@ -2603,6 +2607,8 @@ @dirrm lib/X11/twm @dirrm lib/X11/rstart/contexts @dirrm lib/X11/rstart/commands/x11r6 +lib/X11/rstart/commands/x +lib/X11/rstart/commands/x11 @dirrm lib/X11/rstart/commands @dirrm lib/X11/rstart @dirrm lib/X11/proxymngr >Release-Note: >Audit-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 27 8:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A5EDE15692 for ; Tue, 27 Apr 1999 08:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA16837; Tue, 27 Apr 1999 08:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 1F14A15639 for ; Tue, 27 Apr 1999 08:44:12 -0700 (PDT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.3/8.9.3) id RAA02223; Tue, 27 Apr 1999 17:44:08 +0200 (SAT) (envelope-from reg) Message-Id: <199904271544.RAA02223@shale.csir.co.za> Date: Tue, 27 Apr 1999 17:44:08 +0200 (SAT) From: reg@shale.csir.co.za Reply-To: reg@shale.csir.co.za To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11355: Port fix: x11/XFree86-contrib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11355 >Category: ports >Synopsis: Port fix: x11/XFree86-contrib >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 27 08:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jeremy Lea >Release: FreeBSD 4.0-CURRENT i386 >Organization: Arb's Inc. >Environment: FreeBSD Ports collection. >Description: Obvious PLIST fix. >How-To-Repeat: >Fix: Index: pkg/PLIST =================================================================== RCS file: /usr/home/ncvs/ports/x11/XFree86-contrib/pkg/PLIST,v retrieving revision 1.4 diff -u -r1.4 PLIST --- PLIST 1998/10/05 05:17:54 1.4 +++ PLIST 1999/04/06 12:25:51 @@ -27,3 +27,4 @@ lib/X11/app-defaults/Xman lib/X11/app-defaults/Xmessage lib/X11/xman.help +@dirrm include/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 Tue Apr 27 9:10: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB40F1564F for ; Tue, 27 Apr 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA29773; Tue, 27 Apr 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 2DFCD15651 for ; Tue, 27 Apr 1999 09:01:58 -0700 (PDT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.3/8.9.3) id SAA02656; Tue, 27 Apr 1999 18:01:54 +0200 (SAT) (envelope-from reg) Message-Id: <199904271601.SAA02656@shale.csir.co.za> Date: Tue, 27 Apr 1999 18:01:54 +0200 (SAT) From: reg@shale.csir.co.za Reply-To: reg@shale.csir.co.za To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11356: Port update: devel/libtool Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11356 >Category: ports >Synopsis: Port update: devel/libtool >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 27 09:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jeremy Lea >Release: FreeBSD 4.0-CURRENT i386 >Organization: Arb's Inc. >Environment: FreeBSD Ports collection. >Description: Upgrade to libtool 1.2f. Removes patch-ad, and adds patch-ae. Make myself maintainer at request of the current maintainer. >How-To-Repeat: >Fix: diff -urN -x CVS /usr/ports.ref/devel/libtool/Makefile devel/libtool/Makefile --- /usr/ports.ref/devel/libtool/Makefile Wed Jan 27 09:41:08 1999 +++ devel/libtool/Makefile Tue Apr 27 17:51:20 1999 @@ -6,21 +6,18 @@ # $Id: Makefile,v 1.3 1999/01/27 07:41:08 fenner Exp $ # -DISTNAME= libtool-1.2 +DISTNAME= libtool-1.2f CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= libtool +MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libtool/ \ + ftp://ftp.funet.fi/pub/gnu/alpha/gnu/libtool/ -MAINTAINER= m-kasahr@sra.co.jp +MAINTAINER= reg@shale.csir.co.za GNU_CONFIGURE= yes -CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - INSTALL_DATA="${INSTALL_DATA}" -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ +pre-install: + @if [ -d ${PREFIX}/info -a ! -f ${PREFIX}/info/dir -a -f /usr/share/info/dir ]; then \ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi - @install-info ${PREFIX}/info/libtool.info ${PREFIX}/info/dir .include diff -urN -x CVS /usr/ports.ref/devel/libtool/files/md5 devel/libtool/files/md5 --- /usr/ports.ref/devel/libtool/files/md5 Thu May 7 17:58:20 1998 +++ devel/libtool/files/md5 Sun Apr 4 00:47:18 1999 @@ -1 +1 @@ -MD5 (libtool-1.2.tar.gz) = 66b016fdf220682affbfdcaa2225a9bd +MD5 (libtool-1.2f.tar.gz) = d80f08b3a341c472dd16c2effa368601 diff -urN -x CVS /usr/ports.ref/devel/libtool/patches/patch-aa devel/libtool/patches/patch-aa --- /usr/ports.ref/devel/libtool/patches/patch-aa Thu May 7 17:58:20 1998 +++ devel/libtool/patches/patch-aa Sun Apr 4 00:48:40 1999 @@ -1,7 +1,7 @@ --- doc/libtool.texi.orig Wed Mar 11 02:04:36 1998 +++ doc/libtool.texi Mon Apr 27 16:57:24 1998 @@ -10,7 +10,7 @@ - @set BUGADDR the libtool mailing list @email{} + @set BUGADDR the libtool mailing list @email{bug-libtool@@gnu.org} @set objdir .libs -@dircategory GNU programming tools diff -urN -x CVS /usr/ports.ref/devel/libtool/patches/patch-ab devel/libtool/patches/patch-ab --- /usr/ports.ref/devel/libtool/patches/patch-ab Thu May 7 17:58:20 1998 +++ devel/libtool/patches/patch-ab Sun Apr 4 00:49:31 1999 @@ -1,8 +1,8 @@ --- doc/Makefile.in.orig Fri Mar 20 17:01:52 1998 +++ doc/Makefile.in Mon Apr 27 17:22:55 1998 -@@ -56,7 +56,7 @@ - LD = @LD@ +@@ -70,7 +70,7 @@ LIBTOOL = @LIBTOOL@ + LIBTOOL_FLAGS = @LIBTOOL_FLAGS@ LN_S = @LN_S@ -MAKEINFO = @MAKEINFO@ +MAKEINFO = @MAKEINFO@ --no-split diff -urN -x CVS /usr/ports.ref/devel/libtool/patches/patch-ac devel/libtool/patches/patch-ac --- /usr/ports.ref/devel/libtool/patches/patch-ac Tue Mar 9 12:34:58 1999 +++ devel/libtool/patches/patch-ac Mon Apr 5 01:41:53 1999 @@ -1,26 +1,22 @@ ---- ltconfig.orig Fri Mar 20 16:00:29 1998 -+++ ltconfig Tue Feb 2 05:31:37 1999 -@@ -777,7 +777,7 @@ - ;; - - # FreeBSD 3, at last, uses gcc -shared to do shared libraries. -- freebsd3*) -+ freebsd*) - archive_cmds='$CC -shared -o $lib$libobjs' - hardcode_libdir_flag_spec='-R$libdir' - hardcode_direct=yes -@@ -1123,10 +1123,11 @@ - finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done' - ;; - --freebsd2* | freebsd3*) -- version_type=sunos -+freebsd*) -+ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` -+ version_type=freebsd-$objformat - library_names_spec='${libname}${release}.so.$versuffix $libname.so' -- finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir' -+ finish_cmds="PATH=\"\$PATH:/sbin\" OBJFORMAT=$objformat ldconfig -m \$libdir" - shlibpath_var=LD_LIBRARY_PATH - ;; - +--- ltconfig.orig Mon Mar 15 19:38:58 1999 ++++ ltconfig Mon Apr 5 01:40:53 1999 +@@ -1672,14 +1672,16 @@ + freebsd-elf*) + deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object' + file_magic_cmd=/usr/bin/file +- file_magic_test_file=`echo /usr/lib/libc.so*` ++ file_magic_test_file=`echo /usr/lib/libc.so.*` + library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) +- deplibs_check_method=unknown +- library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix' ++ deplibs_check_method='file_magic FreeBSD.* shared library' ++ file_magic_cmd=/usr/bin/file ++ file_magic_test_file=`echo /usr/lib/libc.so.*` ++ library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix $libname.so' + need_version=yes + ;; + esac diff -urN -x CVS /usr/ports.ref/devel/libtool/patches/patch-ad devel/libtool/patches/patch-ad --- /usr/ports.ref/devel/libtool/patches/patch-ad Mon Dec 14 19:25:03 1998 +++ devel/libtool/patches/patch-ad Tue Apr 27 14:37:23 1999 @@ -1,21 +0,0 @@ ---- ltmain.sh.orig Fri Mar 20 17:00:29 1998 -+++ ltmain.sh Sat Dec 12 09:13:28 1998 -@@ -967,6 +967,18 @@ - versuffix="$current.$revision" - ;; - -+ freebsd-aout) -+ version_vars="$version_vars major versuffix" -+ major="$current" -+ versuffix="$current.$revision"; -+ ;; -+ -+ freebsd-elf) -+ version_vars="$version_vars major versuffix" -+ major="$current" -+ versuffix="$current"; -+ ;; -+ - *) - $echo "$modename: unknown library version type \`$version_type'" 1>&2 - echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 diff -urN -x CVS /usr/ports.ref/devel/libtool/patches/patch-ae devel/libtool/patches/patch-ae --- /usr/ports.ref/devel/libtool/patches/patch-ae Thu Jan 1 02:00:00 1970 +++ devel/libtool/patches/patch-ae Sun Apr 4 00:56:54 1999 @@ -0,0 +1,13 @@ +--- configure.orig Fri Feb 19 00:50:06 1999 ++++ configure Fri Feb 19 00:50:21 1999 +@@ -5288,10 +5288,6 @@ + *) # Relative path. + ac_sub_cache_file="$ac_dots$cache_file" ;; + esac +- case "$ac_given_INSTALL" in +- [/$]*) INSTALL="$ac_given_INSTALL" ;; +- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; +- esac + + echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" + # The eval makes quoting arguments work. diff -urN -x CVS /usr/ports.ref/devel/libtool/pkg/PLIST devel/libtool/pkg/PLIST --- /usr/ports.ref/devel/libtool/pkg/PLIST Thu May 7 17:58:20 1998 +++ devel/libtool/pkg/PLIST Tue Apr 27 02:24:34 1999 @@ -1,13 +1,32 @@ bin/libtool bin/libtoolize +include/ltdl.h @unexec install-info --delete %D/info/libtool.info %D/info/dir info/libtool.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir +@exec [ -f %D/info/dir -o ! -f /usr/share/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/libtool.info %D/info/dir +lib/libltdl.a +lib/libltdl.la +lib/libltdl.so +lib/libltdl.so.1 +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B share/aclocal/libtool.m4 share/libtool/config.guess share/libtool/config.sub +share/libtool/libltdl/Makefile.am +share/libtool/libltdl/Makefile.in +share/libtool/libltdl/README +share/libtool/libltdl/acinclude.m4 +share/libtool/libltdl/aclocal.m4 +share/libtool/libltdl/config.h.in +share/libtool/libltdl/configure +share/libtool/libltdl/configure.in +share/libtool/libltdl/ltdl.c +share/libtool/libltdl/ltdl.h +share/libtool/libltdl/stamp-h.in share/libtool/ltconfig share/libtool/ltmain.sh +@dirrm share/libtool/libltdl @dirrm share/libtool @unexec rmdir %D/share/aclocal 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 27 9:29:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AB5C156B3; Tue, 27 Apr 1999 09:29:58 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA44635; Tue, 27 Apr 1999 09:29:58 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Date: Tue, 27 Apr 1999 09:29:58 -0700 (PDT) From: Message-Id: <199904271629.JAA44635@freefall.freebsd.org> To: reg@shale.csir.co.za, jmz@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11355: Port fix: x11/XFree86-contrib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port fix: x11/XFree86-contrib State-Changed-From-To: open->closed State-Changed-By: jmz State-Changed-When: Tue Apr 27 09:29:14 PDT 1999 State-Changed-Why: Patch committed. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 27 10:29:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tornado.cisco.com (tornado.cisco.com [171.69.104.22]) by hub.freebsd.org (Postfix) with ESMTP id 885731547D for ; Tue, 27 Apr 1999 10:29:45 -0700 (PDT) (envelope-from bmcgover@bmcgover-pc.cisco.com) Received: from bmcgover-pc.cisco.com (bmcgover-pc.cisco.com [171.69.104.147]) by tornado.cisco.com (8.8.5-Cisco.1/8.6.5) with ESMTP id NAA00783 for ; Tue, 27 Apr 1999 13:29:44 -0400 (EDT) Received: from bmcgover-pc.cisco.com (localhost.pa.dtd.cisco.com [127.0.0.1]) by bmcgover-pc.cisco.com (8.9.2/8.9.2) with ESMTP id NAA00342 for ; Tue, 27 Apr 1999 13:29:43 -0400 (EDT) (envelope-from bmcgover@bmcgover-pc.cisco.com) Message-Id: <199904271729.NAA00342@bmcgover-pc.cisco.com> To: ports@freebsd.org Subject: Problems w/index generation for packages and 3.1-RELEASE Date: Tue, 27 Apr 1999 13:29:43 -0400 From: Brian McGovern Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm seeing a _really_ strange problem with 3.1-RELEASE that I've just burned two days trying to figure out, and I just can't see where I'm being stupid. I'm using a standard 3.1-RELEASE system here, adding a few of my own device drivers, and building a release. For packages, I'm taking the 3.1-RELEASE /usr/ports, commenting out the ones I don't want, then running a "make package index", thereby generating packages, and the INDEX file. I roll everything on to my FTP server, and do an install (as I have with 3.0 about a four dozen times in the last couple of months). Everything works fine until I get to the packages. Then, on particular packages, it complains that it can't find a dependency, and doesn't install the package. Now, this wouldn't be weird in and of itself, except that the dependency its looking for is the first CATEGORY (ie - archivers, unless all of the archiver ports are commented out, at which time it'll look for astro, and so on...). I would say that based on my last run (INDEX file is below) that it had to do with the applications in question actually requiring a dependency. ddd, fvwm, jed, and xlockmore don't work. Anyone care to try to put a finger on this? At this point, I just don't get it, and there doesn't appear to be anything about this in the ERRATA file, or on the mailing list. -Brian PS - I apologize for the "wide" formatting of the index file. However, I wanted to maintain it as consistenly as possible, to remove the possibility of spacing being the culprit. xearth-1.0|/usr/ports/astro/xearth|/usr/X11R6|Set the root window to the image of earth.|/usr/ports/astro/xearth/pkg/DESCR|ports@FreeBSD.ORG|astro x11|| kermit-6.0.192|/usr/ports/comms/kermit|/usr/local|File transfer and terminal emulation utilitiy for serial lines and sockets.|/usr/ports/comms/kermit/pkg/DESCR|ports@FreeBSD.org|comms|| lrzsz-0.12.19|/usr/ports/comms/lrzsz|/usr/local|Receive/Send files via X/Y/ZMODEM protocol. (unrestrictive)|/usr/ports/comms/lrzsz/pkg/DESCR|obrien@FreeBSD.org|comms|| ddd-3.1.3|/usr/ports/devel/ddd|/usr/local|Data Display Debugger -- a common graphical front-end for GDB/DBX/XDB|/usr/ports/devel/ddd/pkg/DESCR|obrien@FreeBSD.org|devel| gmake-3.77 xpm-3.4k| xpm-3.4k gmake-3.77|/usr/ports/devel/gmake|/usr/local|GNU version of 'make' utility|/usr/ports/devel/gmake/pkg/DESCR|jseger@freebsd.org|devel|| libslang-1.2.2|/usr/ports/devel/libslang|/usr/local|Routines for rapid alpha-numeric terminal applications development|/usr/ports/devel/libslang/pkg/DESCR|xaa@xaa.iae.nl|devel|| emacs-19.34b|/usr/ports/editors/emacs|/usr/local|GNU editing macros.|/usr/ports/editors/emacs/pkg/DESCR|ports@FreeBSD.ORG|editors| gmake-3.77| jed-0.98.7|/usr/ports/editors/jed|/usr/local|A SLang-based text editor.|/usr/ports/editors/jed/pkg/DESCR|eric@cybernut.com|editors| libslang-1.2.2| libslang-1.2.2 jove-4.16|/usr/ports/editors/jove|/usr/local|Jonathan's Own Version of Emacs.|/usr/ports/editors/jove/pkg/DESCR|erich@FreeBSD.ORG|editors|| linux_lib-2.6|/usr/ports/emulators/linux_lib|/compat/linux|These are the libraries necessary for linux compatibility.|/usr/ports/emulators/linux_lib/pkg/DESCR|erich@FreeBSD.org|emulators|| Mesa-3.0|/usr/ports/graphics/Mesa3|/usr/X11R6|A graphics library similar to SGI's OpenGL.|/usr/ports/graphics/Mesa3/pkg/DESCR|jseger@FreeBSD.ORG|graphics|| hobbes-icons-xpm3-1.0|/usr/ports/graphics/hobbes-icons-xpm|/usr/X11R6|collection of over 3000 icons in XPM3 format.|/usr/ports/graphics/hobbes-icons-xpm/pkg/DESCR|giffunip@asme.org|graphics|| xpm-3.4k|/usr/ports/graphics/xpm|/usr/X11R6|The X Pixmap library.|/usr/ports/graphics/xpm/pkg/DESCR|jseger@FreeBSD.org|graphics x11|| tcl-8.0.4|/usr/ports/lang/tcl80|/usr/local|Tool Command Language.|/usr/ports/lang/tcl80/pkg/DESCR|cwt@freebsd.org|lang tcl80|| hexcalc-1.11|/usr/ports/math/hexcalc|/usr/X11R6|A multi-radix calculator for x11|/usr/ports/math/hexcalc/pkg/DESCR|ports@FreeBSD.ORG|math|| screen-3.7.6|/usr/ports/misc/screen|/usr/local|A multi-screen window manager.|/usr/ports/misc/screen/pkg/DESCR|ache@FreeBSD.ORG|misc|| trafshow-2.0|/usr/ports/net/trafshow|/usr/local|Full screen visualization of the network traffic.|/usr/ports/net/trafshow/pkg/DESCR|jseger@FreeBSD.org|net|| pidentd-2.8.2|/usr/ports/security/pidentd|/usr/local|An RFC1413 identification server.|/usr/ports/security/pidentd/pkg/DESCR|torstenb@FreeBSD.ORG|security net|| bash-2.02.1|/usr/ports/shells/bash2|/usr/local|The GNU Borne Again Shell.|/usr/ports/shells/bash2/pkg/DESCR|ache@FreeBSD.ORG|shells|| tcsh-6.08.00|/usr/ports/shells/tcsh|/usr/local|An extended C-shell with many useful features.|/usr/ports/shells/tcsh/pkg/DESCR|ache@FreeBSD.ORG|shells|| lsof-4.40h|/usr/ports/sysutils/lsof|/usr/local|Lists information about open files. (simular to fstat(1))|/usr/ports/sysutils/lsof/pkg/DESCR|obrien@FreeBSD.org|sysutils|| ispell-3.1.20|/usr/ports/textproc/ispell|/usr/local|An interactive spelling checker.|/usr/ports/textproc/ispell/pkg/DESCR|jmz@FreeBSD.org|textproc elisp|| lynx-2.8.2dev.12|/usr/ports/www/lynx-current|/usr/local|A non-graphical, text-based World-Wide Web client.|/usr/ports/www/lynx-current/pkg/DESCR|ache@FreeBSD.ORG|www|| fbsd-icons-1.0|/usr/ports/x11/fbsd-icons|/usr/X11R6|a collection of icons related to the FreeBSD project (daemon gifs and such)|/usr/ports/x11/fbsd-icons/pkg/DESCR|andreas@FreeBSD.ORG|x11|| xautolock-1.14|/usr/ports/x11/xautolock|/usr/X11R6|Used to activate xlock after a user defined time of inactivity.|/usr/ports/x11/xautolock/pkg/DESCR|eblood@cs.unr.edu|x11|| xloadimage-4.1|/usr/ports/x11/xloadimage|/usr/X11R6|X11 Image Loading Utility.|/usr/ports/x11/xloadimage/pkg/DESCR|jmz@FreeBSD.org|x11| gmake-3.77| xlockmore-4.12|/usr/ports/x11/xlockmore|/usr/X11R6|Like XLock session locker/screen saver, but just more.|/usr/ports/x11/xlockmore/pkg/DESCR|tg@FreeBSD.ORG|x11| Mesa-3.0 xpm-3.4k| Mesa-3.0 xpm-3.4k lesstif-0.87.1|/usr/ports/x11-toolkits/lesstif|/usr/X11R6|API compatible clone of the Motif toolkit.|/usr/ports/x11-toolkits/lesstif/pkg/DESCR|ports@FreeBSD.org|x11-toolkits|| fvwm-2.0.46|/usr/ports/x11-wm/fvwm2|/usr/X11R6|Internationalized fvwm version 2, a window manager for X|/usr/ports/x11-wm/fvwm2/pkg/DESCR|matusita@jp.freebsd.org|x11-wm| xpm-3.4k| xpm-3.4k To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 27 10:51: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tornado.cisco.com (tornado.cisco.com [171.69.104.22]) by hub.freebsd.org (Postfix) with ESMTP id 25AE415627; Tue, 27 Apr 1999 10:51:06 -0700 (PDT) (envelope-from bmcgover@bmcgover-pc.cisco.com) Received: from bmcgover-pc.cisco.com (bmcgover-pc.cisco.com [171.69.104.147]) by tornado.cisco.com (8.8.5-Cisco.1/8.6.5) with ESMTP id NAA01545; Tue, 27 Apr 1999 13:51:05 -0400 (EDT) Received: from bmcgover-pc.cisco.com (localhost.pa.dtd.cisco.com [127.0.0.1]) by bmcgover-pc.cisco.com (8.9.2/8.9.2) with ESMTP id NAA00825; Tue, 27 Apr 1999 13:51:05 -0400 (EDT) (envelope-from bmcgover@bmcgover-pc.cisco.com) Message-Id: <199904271751.NAA00825@bmcgover-pc.cisco.com> To: ports@freebsd.org Cc: hackers@freebsd.org Subject: Make index issue w/3.1-RELEASE Date: Tue, 27 Apr 1999 13:51:05 -0400 From: Brian McGovern Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I hate to follow up on my own post, but I think I found the issue I've been having with package Indexes trying to use a category as a dependency. It appears that the port system's "make index" does in fact make the index, but inserts spaces before the dependencies (and some other fields). This apparently confuses sysinstall, and sysinstall tries to install the first category of packages as a dependency. Anyhow, now that I know what I need to fix, I can fix it, but I thought you'd like to make changes on your end so this doesn't become an issue for someone else :) -Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 27 11:23:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cfcl.com (unknown [205.158.144.193]) by hub.freebsd.org (Postfix) with ESMTP id 6573514D77 for ; Tue, 27 Apr 1999 11:23:14 -0700 (PDT) (envelope-from rdm@cfcl.com) X-Sent-To: Received: from Untitled (cerberus [205.158.144.205]) by cfcl.com (8.9.2/8.9.2) with ESMTP id LAA15056 for ; Tue, 27 Apr 1999 11:25:20 -0700 (PDT) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: In-Reply-To: <199904270051.RAA21908@silvia.hip.berkeley.edu> References: (message from Rich Morin on Mon, 26 Apr 1999 12:10:28 -0700) Date: Tue, 27 Apr 1999 11:25:47 -0700 To: freebsd-ports@FreeBSD.ORG From: Rich Morin Subject: Re: retrieving and unpacking archives Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 5:51 PM -0700 4/26/99, Satoshi - Ports Wraith - Asami wrote: >Well, I'm fairly conversant I think but I'm certainly not helpful. Actually, you have been; hope that's OK! (:-) >That said, a couple of hints: > >make NO_DEPENDS=t extract > >from /usr/ports should extract pretty much everything, and > >make NO_DEPENDS=t WRKDIRPREFIX=/someplace extract > >will put them all under /someplace/usr/ports/category/port/work That's approximately what I've been doing, albeit a lot more simply. Here is the Perl calling code I've been using: $flags = "BATCH=1 NO_BUILD=1 NO_DEPENDS=1 NO_INSTALL=1"; $parms = "DISTDIR=$distdir WRKDIR=$wrkdir"; $tasks = 'fetch checksum extract'; system("cd $mdir; make $flags $parms $tasks"); I put in the NO_BUILD and NO_INSTALL flags in an effort to kill off the building and installation of antecedant packages. It also looks like I don't need to specify fetch and checksum if I specify extract. OTOH, I _am_ running this unattended, so BATCH is still required: $flags = 'BATCH=1 NO_DEPENDS=1' $parms = "DISTDIR=$distdir WRKDIR=$wrkdir"; $tasks = 'extract'; system("cd $mdir; make $flags $parms $tasks"); I still have a question, however, wrt dependencies. In my current way of doing things, the extract for a package stops if make thinks there are dependencies to resolve. Can you suggest a good way to get make to extract anyway? -r -- Rich Morin: rdm@cfcl.com, +1 650-873-7841, http://www.ptf.com/~rdm Prime Time Freeware: info@ptf.com, +1 408-433-9662, http://www.ptf.com MacPerl: http://www.macperl.com, http://www.ptf.com/ptf/products/MPPE MkLinux: http://www.mklinux.apple.com, http://www.ptf.com/ptf/products/MKLP To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 27 13:50: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BAA64150E6 for ; Tue, 27 Apr 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA10140; Tue, 27 Apr 1999 13:50:01 -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 AD6C214D96 for ; Tue, 27 Apr 1999 13:40:40 -0700 (PDT) (envelope-from handy@lambic.physics.montana.edu) Received: (from handy@localhost) by lambic.physics.montana.edu (8.8.8/8.8.7) id OAA10710; Tue, 27 Apr 1999 14:40:34 -0600 (MDT) (envelope-from handy) Message-Id: <199904272040.OAA10710@lambic.physics.montana.edu> Date: Tue, 27 Apr 1999 14:40:34 -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/11358: Windowmaker upgrade: 0.53.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11358 >Category: ports >Synopsis: WindowMaker upgrade: 0.52.0 -> 0.53.0 >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 27 13:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brian Handy >Release: FreeBSD 2.2.8-STABLE i386 >Organization: MSU >Environment: Stuffy office with too many people in it. Starting to smell like a locker room. >Description: >How-To-Repeat: >Fix: diff -rNu windowmaker.orig/Makefile windowmaker/Makefile --- windowmaker.orig/Makefile Tue Apr 27 14:15:27 1999 +++ windowmaker/Makefile Tue Apr 27 14:15:37 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: WindowMaker -# Version required: 0.52.0 +# Version required: 0.53.0 # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # # $Id: Makefile,v 1.49 1999/04/16 05:22:48 taoka Exp $ -DISTNAME= WindowMaker-0.52.0 -PKGNAME= windowmaker-0.52.0 +DISTNAME= WindowMaker-0.53.0 +PKGNAME= windowmaker-0.53.0 CATEGORIES= x11-wm windowmaker MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} \ http://jgo.local.net/cool_downloads/wm/ diff -rNu windowmaker.orig/files/md5 windowmaker/files/md5 --- windowmaker.orig/files/md5 Tue Apr 27 14:15:26 1999 +++ windowmaker/files/md5 Tue Apr 27 14:15:41 1999 @@ -1,3 +1,3 @@ -MD5 (WindowMaker-0.52.0.tar.gz) = e79383dd0518db680403c6f758c465c8 +MD5 (WindowMaker-0.53.0.tar.gz) = dcee7132e06e9362a8b3c7ea56f29682 MD5 (WindowMaker-data.tar.gz) = 6ea0c37314ea9e9ab27e8bdf45a31a82 MD5 (WindowMaker-extra-0.1.tar.gz) = 07c7700daaaf232bc490f5abaabef085 diff -rNu windowmaker.orig/pkg/PLIST windowmaker/pkg/PLIST --- windowmaker.orig/pkg/PLIST Tue Apr 27 14:15:26 1999 +++ windowmaker/pkg/PLIST Tue Apr 27 14:30:38 1999 @@ -352,6 +352,8 @@ share/WindowMaker/Styles/Gtk.style share/WindowMaker/Styles/LightBlue.style share/WindowMaker/Styles/Pastel.style +share/WindowMaker/Styles/Pink.style +share/WindowMaker/Styles/Pumpkin.style share/WindowMaker/Styles/Purple.style share/WindowMaker/Styles/Red.style share/WindowMaker/Styles/RednBlue.style @@ -380,8 +382,8 @@ share/WindowMaker/menu share/WindowMaker/menu.ca share/WindowMaker/menu.cz +share/WindowMaker/menu.da share/WindowMaker/menu.de -share/WindowMaker/menu.dk share/WindowMaker/menu.el share/WindowMaker/menu.es share/WindowMaker/menu.fi @@ -400,11 +402,13 @@ share/WindowMaker/menu.se share/WindowMaker/menu.sl share/WindowMaker/menu.tr +share/WindowMaker/menu.zh_CN share/WindowMaker/menu.zh_TW.Big5 share/WindowMaker/plmenu share/WindowMaker/plmenu.dk share/WindowMaker/plmenu.fr share/WindowMaker/plmenu.hr +share/WindowMaker/plmenu.zh_CN share/WindowMaker/wmmacros share/WindowMaker/xtree.dat @exec mkdir -p %B/Sounds >Release-Note: >Audit-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 27 14: 9:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (Postfix) with ESMTP id 0ABA214E76; Tue, 27 Apr 1999 14:09:36 -0700 (PDT) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id XAA05919; Tue, 27 Apr 1999 23:09:35 +0200 (CEST) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id WAA01598; Tue, 27 Apr 1999 22:11:07 +0200 (CEST) (envelope-from wosch) Message-ID: <19990427221107.60600@panke.de.freebsd.org> Date: Tue, 27 Apr 1999 22:11:07 +0200 From: Wolfram Schneider To: Brandon Fosdick , "Jonathan M. Bresler" Cc: ports@FreeBSD.ORG, asami@FreeBSD.ORG Subject: Re: Mailing list freebsd-port-announce References: <19990427001535.3677014DF3@hub.freebsd.org> <3725028E.AE924BE8@glue.umd.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <3725028E.AE924BE8@glue.umd.edu>; from Brandon Fosdick on Mon, Apr 26, 1999 at 08:19:26PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 1999-04-26 20:19:26 -0400, Brandon Fosdick wrote: > Would it be feasible to dump the 'new ports' messages into a database and have > the web page created dynamically? More initial setup, but less maintenance. The 'new ports' message is created *from* a database (/home/ncvs/ports/INDEX,v) You can view the dynamic pages at http://www.freebsd.org/cgi/ports.cgi -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 27 15:26:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bachue.usc.unal.edu.co (bachue.usc.unal.edu.co [168.176.3.20]) by hub.freebsd.org (Postfix) with ESMTP id 92EC315056 for ; Tue, 27 Apr 1999 15:26:25 -0700 (PDT) (envelope-from pfgiffun@bachue.usc.unal.edu.co) Received: from bachue.usc.unal.edu.co ([168.176.3.31]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.0) with ESMTP id AAA10872 for ; Tue, 27 Apr 1999 17:25:37 -0400 Message-ID: <372639CA.1578E14A@bachue.usc.unal.edu.co> Date: Tue, 27 Apr 1999 17:27:22 -0500 From: "Pedro F. Giffuni" Organization: U. Nacional de Colombia X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.1-RELEASE i386) MIME-Version: 1.0 To: ports@FreeBSD.org Subject: location of *.afm files ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi; I am studying a port of Ted, a motif based rtf editor. In order to work this program requires .afm descriptions of the available postscript fonts X11 will use. AFAIK, the only application that mentions the use .afm files is hylafax, but there is no hint where these should be, or how they are installed. The ports we have don't agree where this files should go, some are currently in /usr/local/lib/afm, while the others are in /usr/local/share/texmf/fonts/afm/. I plan to provide changes in the three affected ports so that they start installing in /usr/local/share/afm. Is there any strong idea unto why I shouldn't do this, and where would be the best place to install them? cheers, Pedro. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 27 16:10: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EAF28156A0 for ; Tue, 27 Apr 1999 16:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA19152; Tue, 27 Apr 1999 16:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 8F21F156A0 for ; Tue, 27 Apr 1999 16:03:06 -0700 (PDT) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial1-24.netcologne.de [194.8.196.24]) by mail2.netcologne.de (8.9.1/8.9.1) with ESMTP id BAA02491 for ; Wed, 28 Apr 1999 01:03:04 +0200 (MET DST) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id AAA00994; Wed, 28 Apr 1999 00:45:45 +0200 (CEST) (envelope-from marc) Message-Id: <199904272245.AAA00994@oranje.my.domain> Date: Wed, 28 Apr 1999 00:45:45 +0200 (CEST) From: van.woerkom@netcologne.de Reply-To: van.woerkom@netcologne.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11359: rvplayer 5.0 (Linux) causes SCSI driver to fail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11359 >Category: ports >Synopsis: rvplayer 5.0 (Linux) cases ncr PCI SCSI driver to fail (and hang the system) >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 27 16:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Marc van Woerkom >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD 4.0-CURRENT #35: Mon Apr 12 04:08:16 CEST 1999 CPU: AMD-K6tm w/ multimedia extensions (300.68-MHz 586-class CPU) Preloaded elf kernel "kernel" at 0xc02b6000. chip0: rev 0x02 on pci0.0.0 chip1: rev 0x01 on pci0.1.0 ncr0: rev 0x02 int a irq 15 on pci0.13.0 es1: rev 0x00 int a irq 11 on pci0.15.0 pcm1: using I/O space register mapping at 0x6400 .. >Description: Using rvplayer 5.0 from the ports collection, especially while the ncr based scsi controler is busy, will cause the ncr to fail and hereby hang the system. Some examples that did not hang the system immediately: ncr0:1: ERROR (a0:0) (8-0-0) (8/13) @ (scripth 1350:c0000000). ncr0: script cmd = 0bfe3b3c ncr0: regdump: da 00 00 13 47 08 01 1f 35 08 81 00 80 00 0f 02. ncr0: restart (fatal error). ncr0:2: ERROR (a0:0) (8-0-0) (8/13) @ (script 58:c0000000). ncr0: script cmd = e2001034 ncr0: regdump: da 00 00 13 47 08 02 1f 35 08 82 00 80 00 07 02. ncr0: restart (fatal error). (da2:ncr0:0:2:0): COMMAND FAILED (9 ff) @0xc0c83e00. ncr0:2: ERROR (a0:0) (8-0-0) (8/13) @ (script 58:c0000000). ncr0: script cmd = e2001034 ncr0: regdump: da 00 00 13 47 08 02 1f 35 08 81 00 80 00 07 02. ncr0: restart (fatal error). (da2:ncr0:0:2:0): COMMAND FAILED (9 ff) @0xc0c82200. ncr0:1: ERROR (a0:0) (8-0-0) (8/13) @ (script 58:c0000000). ncr0: script cmd = e2001034 ncr0: regdump: da 00 00 13 47 08 01 1f 35 08 81 00 80 00 0f 02. ncr0: restart (fatal error). I have no clue yet, if this problem is due to the linux emu, the es1370 sound driver or rvplayer. Regards, Marc >How-To-Repeat: - start linux emulation - start rvplayer - e.g. cvsup wait for failures.. >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 27 18:56:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A118615415; Tue, 27 Apr 1999 18:56:53 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA06543; Tue, 27 Apr 1999 18:56:53 -0700 (PDT) (envelope-from asami@FreeBSD.org) Date: Tue, 27 Apr 1999 18:56:53 -0700 (PDT) From: Message-Id: <199904280156.SAA06543@freefall.freebsd.org> To: asami@FreeBSD.org, freebsd-ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: ports/11353: Feature additions to bsd.port.mk. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Feature additions to bsd.port.mk. Responsible-Changed-From-To: freebsd-ports->asami Responsible-Changed-By: asami Responsible-Changed-When: Tue Apr 27 18:56:29 PDT 1999 Responsible-Changed-Why: This gotta be my area. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 27 21: 0: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A558314C07 for ; Tue, 27 Apr 1999 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 VAA08144; Tue, 27 Apr 1999 21:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 27 Apr 1999 21:00:02 -0700 (PDT) Message-Id: <199904280400.VAA08144@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: ports/11358: Windowmaker upgrade: 0.53.0 Reply-To: Kris Kennaway Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11358; it has been noted by GNATS. From: Kris Kennaway To: handy@physics.montana.edu Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/11358: Windowmaker upgrade: 0.53.0 Date: Wed, 28 Apr 1999 13:24:09 +0930 (CST) On Tue, 27 Apr 1999 handy@physics.montana.edu wrote: > Stuffy office with too many people in it. Starting to smell > like a locker room. :) Could you modify this to use the .tar.bz2 distfiles? It'd save a fair whack o' space. Kris ----- The Feynman problem-solving algorithm: 1. Write down the problem 2. Think real hard 3. Write down the solution To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 27 21:13:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.hkone.net (unknown [202.85.253.31]) by hub.freebsd.org (Postfix) with ESMTP id E8A4214E34 for ; Tue, 27 Apr 1999 21:13:35 -0700 (PDT) (envelope-from sowah@mail.hkone.net) Received: from localhost (sowah@localhost) by mail.hkone.net (8.9.1/8.9.1) with SMTP id MAA07912 for ; Wed, 28 Apr 1999 12:05:08 +0800 (CST) Date: Wed, 28 Apr 1999 12:05:08 +0800 (CST) From: So Wah To: ports@freebsd.org Subject: setup hylafax in 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 Dear sir/madam, I'm using FreeBSD 3.1, and have installed hylafax package from CD-ROM, but how can I configure it to be usable ?? 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 27 22:10: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A8D8314FC9 for ; Tue, 27 Apr 1999 22:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA13132; Tue, 27 Apr 1999 22:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3E01514CF9; Tue, 27 Apr 1999 22:01:58 -0700 (PDT) Message-Id: <19990428050158.3E01514CF9@hub.freebsd.org> Date: Tue, 27 Apr 1999 22:01:58 -0700 (PDT) From: mac@jp.freebsd.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11361: update windomaker-i18n to 0.53.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11361 >Category: ports >Synopsis: update windomaker-i18n to 0.53.0 >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 27 22:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Masahide NODA >Release: 3.1-STABLE >Organization: >Environment: FreeBSD daemon.pssys.flab.fujitsu.co.jp 3.1-STABLE FreeBSD 3.1-STABLE #4: Thu Apr 8 08:45:50 JST 1999 root@daemon.pssys.flab.fujitsu.co.jp:/usr1/src/sys/compile/DAEMON i386 >Description: update windowmaker-i18n ports to version 0.53.0 >How-To-Repeat: >Fix: please attach this patch (sorry, i send-pr from web interface, so i post this uuencoded patch) ----- begin 644 windowmaker-i18n.diff.gz M'XL("$"5)C<``W=I;F1O=VUA:V5R+6DQ.&XN9&EF9@#-5WMOXD@2_QL^1=T, MMYJ1XS<&PRD2!`C++"$(DTWN=!)JVVUP,+;/-DMFHGSWJ[8-(8!)YO9..B6B M'_6NKOYUV78=!_AU-`+^"39!M&1CYW<#-JYO!YL56=*(=V7=%X+(G8LWN'9< MCQZ1=Y0RS_/O")?NJ0WM,`)%!UEM*E)3KH/<:#3*',<5:SX0T^I-M9J)M5K` MRQ>R`ESZVVJ5X3.,Z`;"($IBL`+/HU;B!CZLMOX[0=0LW:>FF/X(S28+8/:` M/B749]QE_C/\3J.8"4;T7VLWHG:S)`F:(DAEKH"F(@VM=TE"P8HH#KA?4JHP M"OY@WNJ,>K\(5KA;6A&K]1@*3D2I&=N8I3E2&4-E8#=A&_@%"@I:+8U5E*JB MI(/4:,IZ4Y;`\4BR<#T/>D\A5,I0YKL#8SIJW_0N]\/CQ=]K37O]V,N@9EZ4G6>8WJ_TC+<--VYCV)C-C,&4>]]>Q^ M,.K>WM^T?^M-7N"?92B5G"1LBN)J'5/!C(CK"Y&[I+XP#X3'4`S7IOA(A#`0 MTQ)0M(L:<'6;YJ&[T7,5Z0B(I[F1"G"[JBL=A94`N70L*6MA@GWSWZ1O\\ M(N'"M6)QLW*MP(_Q;+@[HS>[^L=@K%R6OE/<8>MQ;S+4]M8/L_&D=SUXR+?Z MH[M9YW9T/>C?37K9'HM5;6"47%7*8[UIC^3+TIPFJ2F:"/(3X"KUBLWCG)+/ M=_LLQQM[$[E)NLS.*)LAFSE/IT]6$'[/9B&)4TY6:-_:,SSK]O"V?ST8HFN? M89M2L$A"O&`.Z56C_H+X%ETEX,;@!PF0/XCK$1-)?K`IWF"_SE$CY]*@.K:+9A<.QH#Y@JS[V'Z:3=F4'75MB5-UFVSIDM52;5J3EW3K6I-L_03.A`L(X*: MY#TU4MVJUR7))H0XBJJ85K4A.1HQ"3&I(^G::5=D07DDRIX:LT8D6[%56;'K M-6);=EW33%K7&J:*6JJ8F5-JU#PB\X?"E#C4LBVM)ED*_C5T0N2ZKDJ*2@@E M#:NA%"K!FMO78VEJC5*-6*II5S7BJ#4,J&I;M89=KQ)'_]FZ"4EB+?`(TY$G M]O$1'W**-^$$77B5QNH!271`.I%[6CR51)-HS#W0<]FW\9" M[Z[S'SG(?=3!K9%C/[G_;@;)OGZ<=D80+]]:^0\U3/)A?#))>AN_$1]` M9IVLA!>2W?RZ]!%\RL5?+[.J[>"-W67I0DKA2=Y!QCIQO=U7A.#Z.7*\52(U MJ]H>A0JGQ)@G!FKEW/MMWHJX@M<3\642J=".288Q,AE7%L(M:=18*'3*WA MX&K2GOQ]9O3:D\ZOLW%[^FLKVQX/V:1__8!SHP6M[=@=9A/>6V$._D\]@]9@ M-$U768ZS-*?][,RXO9MT>@8ZNVM]K9^N^^5<'`^Q83Q1AEO2N4K?\AP_P8I\ M[@G>R>W7&189W@[]M;8554T_<7#(7JGCSQ.#Q1V+_60II"DXPS-TYXODREO3 M=SG'[/B\G(TK9G/]Y?M,ZU6XQ$OXKLUU%'KONS:A]D=X_+TXTTQ6]?3!UZ3" M3*ZHOR[:%RQ23/IQ*OJ49!=+V;3,%Y&6A5+4*R;%A23'S7)0TQE,9.L81>T4XKDG96C1)VK!:HG0"'P(?[T2C6#MVW'YWYW^Y<2$$P`` ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 28 0:50: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from calumet.infoteam.com (calumet.infoteam.com [207.2.129.3]) by hub.freebsd.org (Postfix) with ESMTP id E2DCB14FC5 for ; Wed, 28 Apr 1999 00:49:58 -0700 (PDT) (envelope-from kmartin@infoteam.com) Received: (from kmartin@localhost) by calumet.infoteam.com (8.8.8/8.8.8) id DAA24276 for freebsd-ports@freebsd.org; Wed, 28 Apr 1999 03:49:58 -0400 (EDT) (envelope-from kmartin) Date: Wed, 28 Apr 1999 03:49:58 -0400 From: Kenn Martin To: freebsd-ports@freebsd.org Subject: difference in apache13-modssl and apache13-ssl Message-ID: <19990428034957.A24196@infoteam.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Organization: InfoTeam Corp, Lexington Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I searched the archive, but couldn't find any discussion on this; what is the difference between apache13-modssl and apache13-ssl? I see a number of differences under their respective /usr/ports/www directories, but it isn't clear why you would use one over the other. thanks, kenn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 28 1:28:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 867F014E0F for ; Wed, 28 Apr 1999 01:28:36 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 3598 invoked by uid 1003); 28 Apr 1999 10:30:54 -0000 Date: Wed, 28 Apr 1999 10:30:54 +0000 From: Neil Blakey-Milner To: ports@FreeBSD.org Subject: Re: Comments on addition of local distfile repository Message-ID: <19990428103054.A2185@rucus.ru.ac.za> References: <199904250236.WAA87397@istari.home.net> <19990426003732.B53806@dragon.nuxi.com> <19990426102211.A26678@rucus.ru.ac.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <19990426102211.A26678@rucus.ru.ac.za>; from Neil Blakey-Milner on Mon, Apr 26, 1999 at 10:22:11AM +0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon 1999-04-26 (10:22), Neil Blakey-Milner wrote: > Firstly, the file is copied from the local distfile repository into > /usr/ports/distfiles, which uses space. (which is not necessarily a bad > way to do it - also see 'blow away distfiles' below) Shoot me with FETCH_SYMLINK_DISTFILES. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 28 3: 2:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id 1EDAB1568D for ; Wed, 28 Apr 1999 03:02:11 -0700 (PDT) (envelope-from vallo@matti.ee) Received: from myhakas.matti.ee (postfix@myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (8.8.8/8.8.8.s) with ESMTP id NAA08948 for ; Wed, 28 Apr 1999 13:02:09 +0300 (EET DST) Received: by myhakas.matti.ee (Postfix, from userid 1000) id EBCBD1F44; Wed, 28 Apr 1999 13:02:09 +0300 (EEST) Date: Wed, 28 Apr 1999 13:02:09 +0300 From: Vallo Kallaste To: freebsd-ports@freebsd.org Subject: blackbox doesn't work after recent changes in current Message-ID: <19990428130209.A2030@myhakas.matti.ee> Reply-To: vallo@matti.ee Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Organization: =?iso-8859-1?Q?AS_Matti_B=FCrootehnika?= Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello ! Blackbox doesn't work after recent changes in current, it complains: /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol "__vt_7filebuf" Unfortunately it doesn't compile also, autoconf(?) complains about C++ compilator and thinks that it cannot generate executables. -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 28 4: 6:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.42.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 68B5C14DBB for ; Wed, 28 Apr 1999 04:06:11 -0700 (PDT) (envelope-from sobomax@altavista.net) Received: from vega. (dialup2-8.iptelecom.net.ua [212.42.68.199]) by ipt2.iptelecom.net.ua (8.8.8/8.8.8) with ESMTP id OAA05927; Wed, 28 Apr 1999 14:06:35 +0300 (EEST) (envelope-from sobomax@altavista.net) Received: from altavista.net (big_brother [192.168.1.1]) by vega. (8.9.2/8.9.2) with ESMTP id OAA24229; Wed, 28 Apr 1999 14:05:52 +0300 (EEST) (envelope-from sobomax@altavista.net) Message-ID: <3726EB8F.54355354@altavista.net> Date: Wed, 28 Apr 1999 14:05:51 +0300 From: Maxim Sobolev Reply-To: sobomax@altavista.net Organization: Vega International Capital X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: ru,en MIME-Version: 1.0 To: vallo@matti.ee Cc: freebsd-ports@FreeBSD.ORG Subject: Re: blackbox doesn't work after recent changes in current References: <19990428130209.A2030@myhakas.matti.ee> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Blackbox doesn't work after recent changes in current, it complains: > > /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol "__vt_7filebuf" It is known problem - executables dynamically linked against shared libraries cleated by older gcc compiler doesn't work. > Unfortunately it doesn't compile also, autoconf(?) complains about > C++ compilator and thinks that it cannot generate executables. Fix it ;) or contact port maintaner. Regards, š Maxim š To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 28 4:10:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3824615184 for ; Wed, 28 Apr 1999 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 EAA12985; Wed, 28 Apr 1999 04:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 92EBD150CC for ; Wed, 28 Apr 1999 04:09:23 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id PAA11765; Wed, 28 Apr 1999 15:09:13 +0400 (MSD) (envelope-from andy) Message-Id: <199904281109.PAA11765@icc.surw.chel.su> Date: Wed, 28 Apr 1999 15:09:13 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11362: New port: battleball-2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11362 >Category: ports >Synopsis: New port: battleball-2.0 >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 28 04:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of battleball-2.0, 3D single/multiplayer military soccer game for X Window System. BattleBall is essentially the game of soccer, played with military vehicles rather than with people. Each player drives a tank or flies a helicopter, and tries to move the ball down the playfield to the other team's goal. In BattleBall, the teams' "goals" are their headquarters buildings, positioned at the ends of the playfield. Hitting another team's headquarters building with the ball scores a point, knocking the building over in the process. Yes, realism was my ultimate goal in this game. Players are organized into teams. Up to six teams can play at once, and teams may have any combination of human and computer players. All teams compete on the playfield simultaneously. To reduce disorientation and chaos, players' vehicles are painted with their team's colors, and headquarters buildings are marked with their team's insignia. Homepage: http://www.cs.utexas.edu/users/pahardin/bb.html # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # battleball-2.0 # battleball-2.0/Makefile # battleball-2.0/files # battleball-2.0/files/md5 # battleball-2.0/patches # battleball-2.0/patches/patch-aa # battleball-2.0/patches/patch-ab # battleball-2.0/pkg # battleball-2.0/pkg/COMMENT # battleball-2.0/pkg/DESCR # battleball-2.0/pkg/PLIST # echo c - battleball-2.0 mkdir -p battleball-2.0 > /dev/null 2>&1 echo x - battleball-2.0/Makefile sed 's/^X//' >battleball-2.0/Makefile << 'END-of-battleball-2.0/Makefile' X# New ports collection makefile for: battleball X# Version required: 2.0 X# Date created: 18 December 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= battleball.20.src XPKGNAME= battleball-2.0 XCATEGORIES= games XMASTER_SITES= http://ww.cs.utexas.edu/users/pahardin/ X XMAINTAINER= andy@icc.surw.chel.su X XUSE_IMAKE= yes XWRKSRC= ${WRKDIR}/bb-2.0 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/battleball ${PREFIX}/bin X Xpost-install: X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/battleball X.for file in CHANGELOG README X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/battleball X.endfor X.endif X X.include END-of-battleball-2.0/Makefile echo c - battleball-2.0/files mkdir -p battleball-2.0/files > /dev/null 2>&1 echo x - battleball-2.0/files/md5 sed 's/^X//' >battleball-2.0/files/md5 << 'END-of-battleball-2.0/files/md5' XMD5 (battleball.20.src.tar.gz) = 073097c480c5646e0e611d2aee2ba887 END-of-battleball-2.0/files/md5 echo c - battleball-2.0/patches mkdir -p battleball-2.0/patches > /dev/null 2>&1 echo x - battleball-2.0/patches/patch-aa sed 's/^X//' >battleball-2.0/patches/patch-aa << 'END-of-battleball-2.0/patches/patch-aa' X--- Imakefile Thu Oct 9 23:37:08 1997 X+++ /home/andy/tmp/wrk/Imakefile Wed Dec 16 23:31:36 1998 X@@ -22,6 +22,96 @@ X XCOMM For g++, loop unrolling is: -funroll-loops X XCOMM For Solaris's CC and AIX's xlC, loop unrolling is: -unroll=5 X X+bsp/brep.o: bsp/brep.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+bsp/bsp.o: bsp/bsp.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+bsp/polygon.o: bsp/polygon.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+lib3d/ang3d.o: lib3d/ang3d.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+lib3d/bsppanel3d.o: lib3d/bsppanel3d.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+lib3d/bspregion3d.o: lib3d/bspregion3d.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+lib3d/dimension.o: lib3d/dimension.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+lib3d/dimentable.o: lib3d/dimentable.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+lib3d/edgetable.o: lib3d/edgetable.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+lib3d/fastpts.o: lib3d/fastpts.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+lib3d/general.o: lib3d/general.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+lib3d/gfxtarget.o: lib3d/gfxtarget.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+lib3d/panel3d.o: lib3d/panel3d.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+lib3d/pt2d.o: lib3d/pt2d.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+lib3d/pt3d.o: lib3d/pt3d.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+lib3d/region2d.o: lib3d/region2d.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+lib3d/region3d.o: lib3d/region3d.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+lib3d/shdregion3d.o: lib3d/shdregion3d.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+lib3d/view.o: lib3d/view.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+lib3d/xform.o: lib3d/xform.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+lib3d/xpanel3d.o: lib3d/xpanel3d.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+lib3d/xregion3d.o: lib3d/xregion3d.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+bb/bbcolor.o: bb/bbcolor.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+bb/bbgfxtarget.o: bb/bbgfxtarget.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+bb/gob.o: bb/gob.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+bb/gobs.o: bb/gobs.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+bb/main.o: bb/main.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+bb/player.o: bb/player.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+bb/shapes.o: bb/shapes.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X+bb/team.o: bb/team.C X+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X+ X %.o : %.C X $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ X END-of-battleball-2.0/patches/patch-aa echo x - battleball-2.0/patches/patch-ab sed 's/^X//' >battleball-2.0/patches/patch-ab << 'END-of-battleball-2.0/patches/patch-ab' X--- bb/main.C Thu Oct 9 16:03:25 1997 X+++ /home/andy/tmp/wrk/bb/main.C Wed Dec 16 23:34:59 1998 X@@ -16,6 +16,9 @@ X #include // to get sprintf() X #include // to get strncpy() X #include // to get time(time_t *) X+#ifdef __FreeBSD__ X+#include X+#endif X #include "bb.h" X #include "player.h" X X@@ -818,6 +821,9 @@ X // A long and complicated main() function! X X main (int argc, char *argv[]) { X+#ifdef __FreeBSD__ X+ fpsetmask(0); X+#endif X battleBall bb(argc,argv); X bb.Play(); X } END-of-battleball-2.0/patches/patch-ab echo c - battleball-2.0/pkg mkdir -p battleball-2.0/pkg > /dev/null 2>&1 echo x - battleball-2.0/pkg/COMMENT sed 's/^X//' >battleball-2.0/pkg/COMMENT << 'END-of-battleball-2.0/pkg/COMMENT' X3D single/multiplayer military soccer game for X Window System. END-of-battleball-2.0/pkg/COMMENT echo x - battleball-2.0/pkg/DESCR sed 's/^X//' >battleball-2.0/pkg/DESCR << 'END-of-battleball-2.0/pkg/DESCR' XBattleBall is essentially the game of soccer, played with military Xvehicles rather than with people. Each player drives a tank or flies Xa helicopter, and tries to move the ball down the playfield to the Xother team's goal. In BattleBall, the teams' "goals" are their Xheadquarters buildings, positioned at the ends of the playfield. XHitting another team's headquarters building with the ball scores a Xpoint, knocking the building over in the process. Yes, realism was Xmy ultimate goal in this game. X XPlayers are organized into teams. Up to six teams can play at once, and Xteams may have any combination of human and computer players. All teams Xcompete on the playfield simultaneously. To reduce disorientation and Xchaos, players' vehicles are painted with their team's colors, and Xheadquarters buildings are marked with their team's insignia. X X Xhttp://www.cs.utexas.edu/users/pahardin/bb.html END-of-battleball-2.0/pkg/DESCR echo x - battleball-2.0/pkg/PLIST sed 's/^X//' >battleball-2.0/pkg/PLIST << 'END-of-battleball-2.0/pkg/PLIST' Xbin/battleball Xshare/doc/battleball/CHANGELOG Xshare/doc/battleball/README X@dirrm share/doc/battleball END-of-battleball-2.0/pkg/PLIST exit >How-To-Repeat: >Fix: Please, check and commit this port. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 28 5:50:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 21EE515223 for ; Wed, 28 Apr 1999 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 FAA21409; Wed, 28 Apr 1999 05:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id E4F2114E99 for ; Wed, 28 Apr 1999 05:48:36 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id QAA12587; Wed, 28 Apr 1999 16:48:33 +0400 (MSD) (envelope-from andy) Message-Id: <199904281248.QAA12587@icc.surw.chel.su> Date: Wed, 28 Apr 1999 16:48:33 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11363: New port: miscom-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11363 >Category: ports >Synopsis: New port: miscom-1.0 >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 28 05:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of miscom-1.0, Atari's "Missile Command" clone. In miscom you must defend cities from missile attack. You do this by launching missiles of your own (in a point-and-blast fashion) to destroy the enemy missiles before they land. Miscom is a curses-based game, so it should work on any terminal. (You'll need 9600 baud or better for it to be playable.) It supports colour and sound. # 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: # # miscom-1.0 # miscom-1.0/Makefile # miscom-1.0/files # miscom-1.0/files/md5 # miscom-1.0/patches # miscom-1.0/patches/patch-aa # miscom-1.0/patches/patch-ab # miscom-1.0/patches/patch-af # miscom-1.0/patches/patch-ac # miscom-1.0/patches/patch-ad # miscom-1.0/patches/patch-ae # miscom-1.0/patches/patch-ag # miscom-1.0/pkg # miscom-1.0/pkg/COMMENT # miscom-1.0/pkg/DESCR # miscom-1.0/pkg/PLIST # echo c - miscom-1.0 mkdir -p miscom-1.0 > /dev/null 2>&1 echo x - miscom-1.0/Makefile sed 's/^X//' >miscom-1.0/Makefile << 'END-of-miscom-1.0/Makefile' X# New ports collection makefile for: miscom X# Version required: 1.0 X# Date created: 6 August 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= miscom XPKGNAME= miscom-1.0 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= games/arcade X XMAINTAINER= andy@icc.surw.chel.su X XALL_TARGET= XWRKSRC= ${WRKDIR}/miscom XMAN6= miscom.6 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/miscom ${PREFIX}/bin X @ ${INSTALL_MAN} ${WRKSRC}/${MAN6} ${PREFIX}/man/man6 X @ ${MKDIR} ${PREFIX}/share/miscom X @ ${INSTALL_DATA} ${WRKSRC}/sounds/* ${PREFIX}/share/miscom X Xpost-install: X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/miscom X.for file in COPYING ChangeLog README TODO X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/miscom X.endfor X.endif X X.include END-of-miscom-1.0/Makefile echo c - miscom-1.0/files mkdir -p miscom-1.0/files > /dev/null 2>&1 echo x - miscom-1.0/files/md5 sed 's/^X//' >miscom-1.0/files/md5 << 'END-of-miscom-1.0/files/md5' XMD5 (miscom.tar.gz) = c09a7b119ea4d742efa08a74d14d8bfb END-of-miscom-1.0/files/md5 echo c - miscom-1.0/patches mkdir -p miscom-1.0/patches > /dev/null 2>&1 echo x - miscom-1.0/patches/patch-aa sed 's/^X//' >miscom-1.0/patches/patch-aa << 'END-of-miscom-1.0/patches/patch-aa' X--- Makefile Sun Mar 16 00:37:42 1997 X+++ /home/andy/tmp/wrk/Makefile Wed Apr 28 16:32:04 1999 X@@ -1,7 +1,7 @@ X # makefile for miscom X X # needs an ANSI C compiler - gcc is fine X-CC=gcc X+#CC=gcc X X # change these if you want anything anywhere else X # X@@ -12,7 +12,7 @@ X MANDIR=/usr/man/man6 X X # sounds/* go here: X-DATADIR=/usr/games/lib/miscom X+DATADIR=${PREFIX}/share/miscom X X # about `-DMORE_SOUNDBUF': X # With the new version of the sound driver in 1.3.x/2.0.x kernels, X@@ -28,7 +28,7 @@ X X # compiler opts - shouldn't need changing. the `-I' is there just X # in case you're using an older ncurses. X-CFLAGS=-O -I/usr/include/ncurses $(SOUNDOPT) X+CFLAGS+= $(SOUNDOPT) X X # how to link your curses lib. `-lncurses' on Linux (and newer BSD?), X # `-lcurses -ltermcap' on trad. BSD, `-lcurses -ltermlib' on SysV, END-of-miscom-1.0/patches/patch-aa echo x - miscom-1.0/patches/patch-ab sed 's/^X//' >miscom-1.0/patches/patch-ab << 'END-of-miscom-1.0/patches/patch-ab' X--- draw.c Sat Mar 15 08:10:31 1997 X+++ /home/andy/tmp/wrk/draw.c Wed Apr 28 16:35:40 1999 X@@ -4,7 +4,11 @@ X #include X #include X #include X+#ifdef __FreeBSD__ X+#include X+#else X #include X+#endif X X #include "global.h" X #include "unix.h" END-of-miscom-1.0/patches/patch-ab echo x - miscom-1.0/patches/patch-af sed 's/^X//' >miscom-1.0/patches/patch-af << 'END-of-miscom-1.0/patches/patch-af' X--- sound.c Sat Mar 15 17:17:45 1997 X+++ /home/andy/tmp/wrk/sound.c Thu Aug 6 17:03:30 1998 X@@ -4,7 +4,11 @@ X #include X #include X #include X+#ifdef __FreeBSD__ X+#include X+#else X #include X+#endif X #include "sound.h" X X int sound=1; END-of-miscom-1.0/patches/patch-af echo x - miscom-1.0/patches/patch-ac sed 's/^X//' >miscom-1.0/patches/patch-ac << 'END-of-miscom-1.0/patches/patch-ac' X--- fire.c Sat Mar 15 23:42:10 1997 X+++ /home/andy/tmp/wrk/fire.c Wed Apr 28 16:36:14 1999 X@@ -4,7 +4,11 @@ X #include X #include X #include X+#ifdef __FreeBSD__ X+#include X+#else X #include X+#endif X X #include "global.h" X #include "settings.h" END-of-miscom-1.0/patches/patch-ac echo x - miscom-1.0/patches/patch-ad sed 's/^X//' >miscom-1.0/patches/patch-ad << 'END-of-miscom-1.0/patches/patch-ad' X--- level.c Thu Jan 22 19:30:13 1998 X+++ /home/andy/tmp/wrk/level.c Wed Apr 28 16:37:41 1999 X@@ -1,6 +1,10 @@ X #include X #include X+#ifdef __FreeBSD__ X+#include X+#else X #include X+#endif X #include "global.h" X #include "settings.h" X #include "draw.h" END-of-miscom-1.0/patches/patch-ad echo x - miscom-1.0/patches/patch-ae sed 's/^X//' >miscom-1.0/patches/patch-ae << 'END-of-miscom-1.0/patches/patch-ae' X--- main.c Thu Jan 22 19:30:32 1998 X+++ /home/andy/tmp/wrk/main.c Wed Apr 28 16:34:52 1999 X@@ -24,7 +24,11 @@ X #include X #include X #include X+#ifdef __FreeBSD__ X+#include X+#else X #include X+#endif X #include "global.h" X #include "settings.h" X #include "draw.h" END-of-miscom-1.0/patches/patch-ae echo x - miscom-1.0/patches/patch-ag sed 's/^X//' >miscom-1.0/patches/patch-ag << 'END-of-miscom-1.0/patches/patch-ag' X--- unix.c Sat Mar 15 20:00:27 1997 X+++ /home/andy/tmp/wrk/unix.c Wed Apr 28 16:36:56 1999 X@@ -1,5 +1,9 @@ X #include X+#ifdef __FreeBSD__ X+#include X+#else X #include X+#endif X #include X #include X #include END-of-miscom-1.0/patches/patch-ag echo c - miscom-1.0/pkg mkdir -p miscom-1.0/pkg > /dev/null 2>&1 echo x - miscom-1.0/pkg/COMMENT sed 's/^X//' >miscom-1.0/pkg/COMMENT << 'END-of-miscom-1.0/pkg/COMMENT' XAtari's "Missile Command" clone. END-of-miscom-1.0/pkg/COMMENT echo x - miscom-1.0/pkg/DESCR sed 's/^X//' >miscom-1.0/pkg/DESCR << 'END-of-miscom-1.0/pkg/DESCR' XIn miscom you must defend cities from missile attack. You do this by Xlaunching missiles of your own (in a point-and-blast fashion) to Xdestroy the enemy missiles before they land. X XMiscom is a curses-based game, so it should work on any terminal. X(You'll need 9600 baud or better for it to be playable.) It supports Xcolour and sound. END-of-miscom-1.0/pkg/DESCR echo x - miscom-1.0/pkg/PLIST sed 's/^X//' >miscom-1.0/pkg/PLIST << 'END-of-miscom-1.0/pkg/PLIST' Xbin/miscom Xshare/doc/miscom/COPYING Xshare/doc/miscom/ChangeLog Xshare/doc/miscom/README Xshare/doc/miscom/TODO Xshare/miscom/citybang.raw Xshare/miscom/explode.raw Xshare/miscom/gameover.raw Xshare/miscom/launch.raw Xshare/miscom/levelend.raw Xshare/miscom/levelst.raw X@dirrm share/doc/miscom X@dirrm share/miscom END-of-miscom-1.0/pkg/PLIST exit >How-To-Repeat: >Fix: Please, check and commit this port. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 28 5:52:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.42.68.2]) by hub.freebsd.org (Postfix) with ESMTP id DE5F414E99 for ; Wed, 28 Apr 1999 05:52:09 -0700 (PDT) (envelope-from sobomax@altavista.net) Received: from vega. (dialup1-59.iptelecom.net.ua [212.42.68.186]) by ipt2.iptelecom.net.ua (8.8.8/8.8.8) with ESMTP id PAA11941 for ; Wed, 28 Apr 1999 15:52:35 +0300 (EEST) (envelope-from sobomax@altavista.net) Received: from altavista.net (big_brother [192.168.1.1]) by vega. (8.9.2/8.9.2) with ESMTP id PAA24712 for ; Wed, 28 Apr 1999 15:52:05 +0300 (EEST) (envelope-from sobomax@altavista.net) Message-ID: <37270473.2C2FAA8C@altavista.net> Date: Wed, 28 Apr 1999 15:52:04 +0300 From: Maxim Sobolev Reply-To: sobomax@altavista.net Organization: Vega International Capital X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: ru,en MIME-Version: 1.0 To: ports@FreeBSD.org Subject: Does anyone care to port Lesstif 0.80.1? Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Does anyone intend to port new release of LessTif? Sincerely, Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 28 6: 1: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.42.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 582D41527A for ; Wed, 28 Apr 1999 06:00:48 -0700 (PDT) (envelope-from sobomax@altavista.net) Received: from vega. (dialup1-59.iptelecom.net.ua [212.42.68.186]) by ipt2.iptelecom.net.ua (8.8.8/8.8.8) with ESMTP id QAA12438 for ; Wed, 28 Apr 1999 16:01:14 +0300 (EEST) (envelope-from sobomax@altavista.net) Received: from altavista.net (big_brother [192.168.1.1]) by vega. (8.9.2/8.9.2) with ESMTP id QAA24744 for ; Wed, 28 Apr 1999 16:00:44 +0300 (EEST) (envelope-from sobomax@altavista.net) Message-ID: <3727067B.8D020AEA@altavista.net> Date: Wed, 28 Apr 1999 16:00:43 +0300 From: Maxim Sobolev Reply-To: sobomax@altavista.net Organization: Vega International Capital X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: ru,en MIME-Version: 1.0 To: ports@freebsd.org Subject: Does anyone care to port Lesstif 0.88.1?(sorry - typo) Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Does anyone intend to port new release of LessTif? Sincerely, Maxim     To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 28 6:10: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9456A1527A for ; Wed, 28 Apr 1999 06:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA23104; Wed, 28 Apr 1999 06:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 5E92B1527A for ; Wed, 28 Apr 1999 06:06:57 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id RAA12873; Wed, 28 Apr 1999 17:06:56 +0400 (MSD) (envelope-from andy) Message-Id: <199904281306.RAA12873@icc.surw.chel.su> Date: Wed, 28 Apr 1999 17:06:56 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11364: New port: xhexagons-5.4.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11364 >Category: ports >Synopsis: New port: xhexagons-5.4.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: Wed Apr 28 06:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of Hexagons puzzle (similar to Fifteen Puzzle) for X Window System. # 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: # # xhexagons-5.4.4 # xhexagons-5.4.4/Makefile # xhexagons-5.4.4/files # xhexagons-5.4.4/files/md5 # xhexagons-5.4.4/pkg # xhexagons-5.4.4/pkg/COMMENT # xhexagons-5.4.4/pkg/DESCR # xhexagons-5.4.4/pkg/PLIST # echo c - xhexagons-5.4.4 mkdir -p xhexagons-5.4.4 > /dev/null 2>&1 echo x - xhexagons-5.4.4/Makefile sed 's/^X//' >xhexagons-5.4.4/Makefile << 'END-of-xhexagons-5.4.4/Makefile' X# New ports collection makefile for: xhexagons X# Version required: 5.4.4 X# Date created: 20 May 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= xhexagons-5.4.4 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_XCONTRIB} XMASTER_SITE_SUBDIR= games/xpuzzles X XMAINTAINER= andy@icc.surw.chel.su X XWRKSRC= ${WRKDIR}/xhexagons XUSE_IMAKE= yes XMAN1= xhexagons.1 XMANCOMPRESSED= no X X# Not configured to use Motif. X# Optionally edit ${WRKSRC}/Imakefile before build. X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/xhexagons ${PREFIX}/bin X @${INSTALL_DATA} ${WRKSRC}/Hexagons.ad ${PREFIX}/lib/X11/app-defaults/Hexagons X @${INSTALL_MAN} ${WRKSRC}/xhexagons.man ${PREFIX}/man/man1/xhexagons.1 X X.include END-of-xhexagons-5.4.4/Makefile echo c - xhexagons-5.4.4/files mkdir -p xhexagons-5.4.4/files > /dev/null 2>&1 echo x - xhexagons-5.4.4/files/md5 sed 's/^X//' >xhexagons-5.4.4/files/md5 << 'END-of-xhexagons-5.4.4/files/md5' XMD5 (xhexagons-5.4.4.tar.gz) = 34215c94ed13fdbf47ed98d44bf2db45 END-of-xhexagons-5.4.4/files/md5 echo c - xhexagons-5.4.4/pkg mkdir -p xhexagons-5.4.4/pkg > /dev/null 2>&1 echo x - xhexagons-5.4.4/pkg/COMMENT sed 's/^X//' >xhexagons-5.4.4/pkg/COMMENT << 'END-of-xhexagons-5.4.4/pkg/COMMENT' XHexagons puzzle (similar to Fifteen Puzzle) for X Window System. END-of-xhexagons-5.4.4/pkg/COMMENT echo x - xhexagons-5.4.4/pkg/DESCR sed 's/^X//' >xhexagons-5.4.4/pkg/DESCR << 'END-of-xhexagons-5.4.4/pkg/DESCR' XHexagons is a puzzle similar in nature to the Fifteen Puzzle. X XBy building from the source and editing its Imakefile before the X``build'' phase, you may be able to use Motif or LessTif with this port. X X- Andrey Zakhvatov Xandy@icc.surw.chel.su END-of-xhexagons-5.4.4/pkg/DESCR echo x - xhexagons-5.4.4/pkg/PLIST sed 's/^X//' >xhexagons-5.4.4/pkg/PLIST << 'END-of-xhexagons-5.4.4/pkg/PLIST' Xbin/xhexagons Xlib/X11/app-defaults/Hexagons END-of-xhexagons-5.4.4/pkg/PLIST exit >How-To-Repeat: >Fix: Please, check and commit this port. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 28 6:55:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id 056FB14D39 for ; Wed, 28 Apr 1999 06:55:18 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id WAA06295; Wed, 28 Apr 1999 22:55:16 +0900 (KST) (envelope-from cjh) To: ports@freebsd.org Subject: Suggestion: "linux" virtual catogory for emulated packages From: "CHOI, Junho" Date: 28 Apr 1999 22:55:14 +0900 Message-ID: <864sm0c0jh.fsf@hamhae.wdb.co.kr> Lines: 14 X-Mailer: Gnus v5.5/Emacs 20.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, While doing some packaging jobs, I found that it will be a good idea if we have 'linux'(or possibly 'sco', 'bsdi', etc..) virtual ports category for all emulated packages(linux-netscape, staroffice, acroread, realplayer5, old netscape, etc...). How do you think about it? -- ** Any opinions in this posting are my own and not those of my employers ** CHOI, Junho - Korea FreeBSD Users Group - Web Data Bank Co. Seoul., ROK. (+82-2-515-9941) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 28 7:49:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from phobos.walker.dom (pmd-17.ior.com [206.107.145.209]) by hub.freebsd.org (Postfix) with ESMTP id 7364214E34 for ; Wed, 28 Apr 1999 07:49:32 -0700 (PDT) (envelope-from kew@timesink.spk.wa.us) Received: from timesink.spk.wa.us (localhost.walker.dom [127.0.0.1]) by phobos.walker.dom (8.9.3/8.9.3) with ESMTP id HAA62528 for ; Wed, 28 Apr 1999 07:49:30 -0700 (PDT) (envelope-from kew@timesink.spk.wa.us) Message-ID: <37271FF8.5EA8599E@timesink.spk.wa.us> Date: Wed, 28 Apr 1999 07:49:28 -0700 From: Keith Walker X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ports@FreeBSD.ORG Subject: libstdc++ progs now dead [was: blackbox doesn't...] References: <19990428130209.A2030@myhakas.matti.ee> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Vallo Kallaste wrote: > Hello ! > > Blackbox doesn't work after recent changes in current, it complains: > > /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol "__vt_7filebuf" If you'll check, at least on my machine, *NO* C++ program that links against libstdc++ works now. All of them come up with this error, and recompilation doesn't help :-( :-( On my machine, this killed the entire KDE system. BTW, here's the final link in verbose on my CM11A daemon: ---------------- c++ -O -pipe -Os -I/usr/local/include -DLATITUDE="47.7329" -DLONGITUDE="-117.5138" -o xtend++ main.o x10.o attime.o tlexer.o altss.o atparse.o solar.o atmgr.o macmgr.o program.o SysLog.o timerep.o -ll -v Using builtin specs. gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release) /usr/libexec/elf/ld -m elf_i386 -dynamic-linker /usr/libexec/ld-elf.so.1 -o xtend++ /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o -L/usr/libdata/gcc -L/usr/libexec/elf -L/usr/libexec main.o x10.o attime.o tlexer.o altss.o atparse.o solar.o atmgr.o macmgr.o program.o SysLog.o timerep.o -ll -lstdc++ -lm /usr/lib/libgcc.a -lc /usr/lib/libgcc.a /usr/lib/crtend.o /usr/lib/crtn.o /usr/lib/libstdc++.so: undefined reference to `filebuf virtual table' /usr/lib/libstdc++.so: undefined reference to `stdiobuf virtual table' *** Error code 1 ---------------- -- Keith Walker, Spokane, WA FreeBSD 4.0-CURRENT (ASUS) #35: Mon Apr 19 20:48:32 PDT 1999 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 28 8:40:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 96800156FA for ; Wed, 28 Apr 1999 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA33612; Wed, 28 Apr 1999 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 718B314EA2; Wed, 28 Apr 1999 08:32:28 -0700 (PDT) Message-Id: <19990428153228.718B314EA2@hub.freebsd.org> Date: Wed, 28 Apr 1999 08:32:28 -0700 (PDT) From: pfgiffun@bachue.usc.unal.edu.co To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11368: Fix to the amspsfonts port: unifying the afm dir. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11368 >Category: ports >Synopsis: Fix to the amspsfonts port: unifying the afm dir. >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 28 08:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 3.1.R >Organization: U. Nacional de Colombia >Environment: >Description: Move all the .afm files to /usr/local/lib/afm, as in hylafax, in order to make them usable in other programs. >How-To-Repeat: >Fix: diff -rNu amspsfnt.old/Makefile amspsfnt/Makefile --- amspsfnt.old/Makefile Tue Apr 27 17:44:06 1999 +++ amspsfnt/Makefile Tue Apr 27 17:51:46 1999 @@ -31,7 +31,7 @@ @${MKDIR} $(TEXDIR)/dvips/mapfiles.ams $(INSTALL_DATA) ${WRKSRC}/mapfiles/* $(TEXDIR)/dvips/mapfiles.ams @${MKDIR} $(TEXDIR)/fonts/afm - $(INSTALL_DATA) ${WRKSRC}/afm/* $(TEXDIR)/fonts/afm + $(INSTALL_DATA) ${WRKSRC}/afm/* $(PREFIX)/lib/afm .ifndef (NOPORTSDOC) @${MKDIR} $(PREFIX)/share/doc/amspsfnt diff -rNu amspsfnt.old/pkg/PLIST amspsfnt/pkg/PLIST --- amspsfnt.old/pkg/PLIST Tue Apr 27 17:44:06 1999 +++ amspsfnt/pkg/PLIST Tue Apr 27 17:48:45 1999 @@ -1,42 +1,42 @@ +lib/afm/cmbsy5.afm +lib/afm/cmbsy7.afm +lib/afm/cmmib5.afm +lib/afm/cmmib7.afm +lib/afm/euex10.afm +lib/afm/eufb10.afm +lib/afm/eufb5.afm +lib/afm/eufb7.afm +lib/afm/eufm10.afm +lib/afm/eufm5.afm +lib/afm/eufm7.afm +lib/afm/eurb10.afm +lib/afm/eurb5.afm +lib/afm/eurb7.afm +lib/afm/eurm10.afm +lib/afm/eurm5.afm +lib/afm/eurm7.afm +lib/afm/eusb10.afm +lib/afm/eusb5.afm +lib/afm/eusb7.afm +lib/afm/eusm10.afm +lib/afm/eusm5.afm +lib/afm/eusm7.afm +lib/afm/msam10.afm +lib/afm/msam5.afm +lib/afm/msam7.afm +lib/afm/msbm10.afm +lib/afm/msbm5.afm +lib/afm/msbm7.afm +lib/afm/wncyb10.afm +lib/afm/wncyi10.afm +lib/afm/wncyr10.afm +lib/afm/wncysc10.afm +lib/afm/wncyss10.afm share/doc/amspsfnt/READ.ME share/texmf/dvips/mapfiles.ams/readme.txt share/texmf/dvips/mapfiles.ams/psfonts.amx share/texmf/dvips/mapfiles.ams/psfonts.amz share/texmf/dvips/mapfiles.ams/psfonts.ams -share/texmf/fonts/afm/cmbsy5.afm -share/texmf/fonts/afm/cmbsy7.afm -share/texmf/fonts/afm/cmmib5.afm -share/texmf/fonts/afm/cmmib7.afm -share/texmf/fonts/afm/euex10.afm -share/texmf/fonts/afm/eufb10.afm -share/texmf/fonts/afm/eufb5.afm -share/texmf/fonts/afm/eufb7.afm -share/texmf/fonts/afm/eufm10.afm -share/texmf/fonts/afm/eufm5.afm -share/texmf/fonts/afm/eufm7.afm -share/texmf/fonts/afm/eurb10.afm -share/texmf/fonts/afm/eurb5.afm -share/texmf/fonts/afm/eurb7.afm -share/texmf/fonts/afm/eurm10.afm -share/texmf/fonts/afm/eurm5.afm -share/texmf/fonts/afm/eurm7.afm -share/texmf/fonts/afm/eusb10.afm -share/texmf/fonts/afm/eusb5.afm -share/texmf/fonts/afm/eusb7.afm -share/texmf/fonts/afm/eusm10.afm -share/texmf/fonts/afm/eusm5.afm -share/texmf/fonts/afm/eusm7.afm -share/texmf/fonts/afm/msam10.afm -share/texmf/fonts/afm/msam5.afm -share/texmf/fonts/afm/msam7.afm -share/texmf/fonts/afm/msbm10.afm -share/texmf/fonts/afm/msbm5.afm -share/texmf/fonts/afm/msbm7.afm -share/texmf/fonts/afm/wncyb10.afm -share/texmf/fonts/afm/wncyi10.afm -share/texmf/fonts/afm/wncyr10.afm -share/texmf/fonts/afm/wncysc10.afm -share/texmf/fonts/afm/wncyss10.afm share/texmf/fonts/ams/type1/Fontmap share/texmf/fonts/ams/type1/fonts.dir share/texmf/fonts/ams/type1/fonts.scale @@ -166,6 +166,6 @@ share/texmf/fonts/ams/tfm/wncyss9.tfm @dirrm share/doc/amspsfnt @dirrm share/texmf/dvips/mapfiles.ams -@dirrm share/texmf/fonts/afm +@dirrm lib/afm @dirrm share/texmf/fonts/ams/tfm @dirrm share/texmf/fonts/ams/type1 >Release-Note: >Audit-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 28 8:40:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA9AC15731 for ; Wed, 28 Apr 1999 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA33621; Wed, 28 Apr 1999 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DD4F715442; Wed, 28 Apr 1999 08:35:05 -0700 (PDT) Message-Id: <19990428153505.DD4F715442@hub.freebsd.org> Date: Wed, 28 Apr 1999 08:35:05 -0700 (PDT) From: pfgiffun@bachue.usc.unal.edu.co To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11369: Fix to the cmpsfont port: unifying the afm dir. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11369 >Category: ports >Synopsis: Fix to the cmpsfont port: unifying the afm dir. >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 28 08:40:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 3.1.R >Organization: U. Nacional de Colombia >Environment: >Description: Move all the .afm files to /usr/local/lib/afm, as in hylafax, in order to make them usable in other programs. >How-To-Repeat: >Fix: diff -rNu cmpsfont.old/Makefile cmpsfont/Makefile --- cmpsfont.old/Makefile Tue Apr 27 17:44:17 1999 +++ cmpsfont/Makefile Tue Apr 27 17:45:22 1999 @@ -28,7 +28,7 @@ @${MKDIR} $(TEXDIR)/dvips/mapfiles $(INSTALL_DATA) ${WRKSRC}/mapfiles/* $(TEXDIR)/dvips/mapfiles @${MKDIR} $(TEXDIR)/fonts/afm - $(INSTALL_DATA) ${WRKSRC}/afm/* $(TEXDIR)/fonts/afm + $(INSTALL_DATA) ${WRKSRC}/afm/* $(PREFIX)/lib/afm .if !defined(NOPORTSDOC) @${MKDIR} $(PREFIX)/share/doc/cmpsfont diff -rNu cmpsfont.old/pkg/PLIST cmpsfont/pkg/PLIST --- cmpsfont.old/pkg/PLIST Tue Apr 27 17:44:17 1999 +++ cmpsfont/pkg/PLIST Tue Apr 27 17:55:01 1999 @@ -1,101 +1,101 @@ +lib/afm/cmbsy10.afm +lib/afm/cmbx10.afm +lib/afm/cmbx12.afm +lib/afm/cmbx5.afm +lib/afm/cmbx6.afm +lib/afm/cmbx7.afm +lib/afm/cmbx8.afm +lib/afm/cmbx9.afm +lib/afm/cmbxti10.afm +lib/afm/cmcsc10.afm +lib/afm/cmdunh10.afm +lib/afm/cmex10.afm +lib/afm/cmff10.afm +lib/afm/cmfi10.afm +lib/afm/cmfib8.afm +lib/afm/cminch.afm +lib/afm/cmitt10.afm +lib/afm/cmmi10.afm +lib/afm/cmmi12.afm +lib/afm/cmmi5.afm +lib/afm/cmmi6.afm +lib/afm/cmmi7.afm +lib/afm/cmmi8.afm +lib/afm/cmmi9.afm +lib/afm/cmmib10.afm +lib/afm/cmr10.afm +lib/afm/cmr12.afm +lib/afm/cmr17.afm +lib/afm/cmr5.afm +lib/afm/cmr6.afm +lib/afm/cmr7.afm +lib/afm/cmr8.afm +lib/afm/cmr9.afm +lib/afm/cmsl10.afm +lib/afm/cmsl12.afm +lib/afm/cmsl8.afm +lib/afm/cmsl9.afm +lib/afm/cmsltt10.afm +lib/afm/cmss10.afm +lib/afm/cmss12.afm +lib/afm/cmss17.afm +lib/afm/cmss8.afm +lib/afm/cmss9.afm +lib/afm/cmssbx10.afm +lib/afm/cmssdc10.afm +lib/afm/cmssi10.afm +lib/afm/cmssi12.afm +lib/afm/cmssi17.afm +lib/afm/cmssi8.afm +lib/afm/cmssi9.afm +lib/afm/cmssq8.afm +lib/afm/cmssqi8.afm +lib/afm/cmsy10.afm +lib/afm/cmsy5.afm +lib/afm/cmsy6.afm +lib/afm/cmsy7.afm +lib/afm/cmsy8.afm +lib/afm/cmsy9.afm +lib/afm/cmtcsc10.afm +lib/afm/cmtex10.afm +lib/afm/cmtex8.afm +lib/afm/cmtex9.afm +lib/afm/cmti10.afm +lib/afm/cmti12.afm +lib/afm/cmti7.afm +lib/afm/cmti8.afm +lib/afm/cmti9.afm +lib/afm/cmtt10.afm +lib/afm/cmtt12.afm +lib/afm/cmtt8.afm +lib/afm/cmtt9.afm +lib/afm/cmu10.afm +lib/afm/cmvtt10.afm +lib/afm/lasy10.afm +lib/afm/lasy5.afm +lib/afm/lasy6.afm +lib/afm/lasy7.afm +lib/afm/lasy8.afm +lib/afm/lasy9.afm +lib/afm/lasyb10.afm +lib/afm/lcircle1.afm +lib/afm/lcirclew.afm +lib/afm/lcmss8.afm +lib/afm/lcmssb8.afm +lib/afm/lcmssi8.afm +lib/afm/line10.afm +lib/afm/linew10.afm +lib/afm/logo10.afm +lib/afm/logo8.afm +lib/afm/logo9.afm +lib/afm/logobf10.afm +lib/afm/logosl10.afm +lib/afm/cmb10.afm +lib/afm/cmbxsl10.afm share/texmf/dvips/mapfiles/psfonts.cm share/texmf/dvips/mapfiles/psfonts.cmx share/texmf/dvips/mapfiles/psfonts.cmz share/texmf/dvips/mapfiles/readme.txt -share/texmf/fonts/afm/cmbsy10.afm -share/texmf/fonts/afm/cmbx10.afm -share/texmf/fonts/afm/cmbx12.afm -share/texmf/fonts/afm/cmbx5.afm -share/texmf/fonts/afm/cmbx6.afm -share/texmf/fonts/afm/cmbx7.afm -share/texmf/fonts/afm/cmbx8.afm -share/texmf/fonts/afm/cmbx9.afm -share/texmf/fonts/afm/cmbxti10.afm -share/texmf/fonts/afm/cmcsc10.afm -share/texmf/fonts/afm/cmdunh10.afm -share/texmf/fonts/afm/cmex10.afm -share/texmf/fonts/afm/cmff10.afm -share/texmf/fonts/afm/cmfi10.afm -share/texmf/fonts/afm/cmfib8.afm -share/texmf/fonts/afm/cminch.afm -share/texmf/fonts/afm/cmitt10.afm -share/texmf/fonts/afm/cmmi10.afm -share/texmf/fonts/afm/cmmi12.afm -share/texmf/fonts/afm/cmmi5.afm -share/texmf/fonts/afm/cmmi6.afm -share/texmf/fonts/afm/cmmi7.afm -share/texmf/fonts/afm/cmmi8.afm -share/texmf/fonts/afm/cmmi9.afm -share/texmf/fonts/afm/cmmib10.afm -share/texmf/fonts/afm/cmr10.afm -share/texmf/fonts/afm/cmr12.afm -share/texmf/fonts/afm/cmr17.afm -share/texmf/fonts/afm/cmr5.afm -share/texmf/fonts/afm/cmr6.afm -share/texmf/fonts/afm/cmr7.afm -share/texmf/fonts/afm/cmr8.afm -share/texmf/fonts/afm/cmr9.afm -share/texmf/fonts/afm/cmsl10.afm -share/texmf/fonts/afm/cmsl12.afm -share/texmf/fonts/afm/cmsl8.afm -share/texmf/fonts/afm/cmsl9.afm -share/texmf/fonts/afm/cmsltt10.afm -share/texmf/fonts/afm/cmss10.afm -share/texmf/fonts/afm/cmss12.afm -share/texmf/fonts/afm/cmss17.afm -share/texmf/fonts/afm/cmss8.afm -share/texmf/fonts/afm/cmss9.afm -share/texmf/fonts/afm/cmssbx10.afm -share/texmf/fonts/afm/cmssdc10.afm -share/texmf/fonts/afm/cmssi10.afm -share/texmf/fonts/afm/cmssi12.afm -share/texmf/fonts/afm/cmssi17.afm -share/texmf/fonts/afm/cmssi8.afm -share/texmf/fonts/afm/cmssi9.afm -share/texmf/fonts/afm/cmssq8.afm -share/texmf/fonts/afm/cmssqi8.afm -share/texmf/fonts/afm/cmsy10.afm -share/texmf/fonts/afm/cmsy5.afm -share/texmf/fonts/afm/cmsy6.afm -share/texmf/fonts/afm/cmsy7.afm -share/texmf/fonts/afm/cmsy8.afm -share/texmf/fonts/afm/cmsy9.afm -share/texmf/fonts/afm/cmtcsc10.afm -share/texmf/fonts/afm/cmtex10.afm -share/texmf/fonts/afm/cmtex8.afm -share/texmf/fonts/afm/cmtex9.afm -share/texmf/fonts/afm/cmti10.afm -share/texmf/fonts/afm/cmti12.afm -share/texmf/fonts/afm/cmti7.afm -share/texmf/fonts/afm/cmti8.afm -share/texmf/fonts/afm/cmti9.afm -share/texmf/fonts/afm/cmtt10.afm -share/texmf/fonts/afm/cmtt12.afm -share/texmf/fonts/afm/cmtt8.afm -share/texmf/fonts/afm/cmtt9.afm -share/texmf/fonts/afm/cmu10.afm -share/texmf/fonts/afm/cmvtt10.afm -share/texmf/fonts/afm/lasy10.afm -share/texmf/fonts/afm/lasy5.afm -share/texmf/fonts/afm/lasy6.afm -share/texmf/fonts/afm/lasy7.afm -share/texmf/fonts/afm/lasy8.afm -share/texmf/fonts/afm/lasy9.afm -share/texmf/fonts/afm/lasyb10.afm -share/texmf/fonts/afm/lcircle1.afm -share/texmf/fonts/afm/lcirclew.afm -share/texmf/fonts/afm/lcmss8.afm -share/texmf/fonts/afm/lcmssb8.afm -share/texmf/fonts/afm/lcmssi8.afm -share/texmf/fonts/afm/line10.afm -share/texmf/fonts/afm/linew10.afm -share/texmf/fonts/afm/logo10.afm -share/texmf/fonts/afm/logo8.afm -share/texmf/fonts/afm/logo9.afm -share/texmf/fonts/afm/logobf10.afm -share/texmf/fonts/afm/logosl10.afm -share/texmf/fonts/afm/cmb10.afm -share/texmf/fonts/afm/cmbxsl10.afm share/texmf/fonts/type1/Fontmap share/texmf/fonts/type1/fonts.dir share/texmf/fonts/type1/fonts.scale @@ -195,6 +195,6 @@ share/texmf/fonts/type1/logosl10.pfb share/doc/cmpsfont/READ.ME @dirrm share/texmf/dvips/mapfiles -@dirrm share/texmf/fonts/afm +@dirrm lib/afm @dirrm share/texmf/fonts/type1 @dirrm share/doc/cmpsfont >Release-Note: >Audit-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 28 9: 1:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E205154CF; Wed, 28 Apr 1999 09:01:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA35469; Wed, 28 Apr 1999 09:01:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Wed, 28 Apr 1999 09:01:21 -0700 (PDT) From: Message-Id: <199904281601.JAA35469@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/11350: new port: devel/fastcrc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: Fast CRC routines New Synopsis: new port: devel/fastcrc Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Wed Apr 28 08:51:27 PDT 1999 Responsible-Changed-Why: I'm working with the originator on 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 28 10:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E6F6415719 for ; Wed, 28 Apr 1999 10:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA41145; Wed, 28 Apr 1999 10:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail2.atl.bellsouth.net (mail2.atl.bellsouth.net [205.152.0.22]) by hub.freebsd.org (Postfix) with ESMTP id 24CFF15456 for ; Wed, 28 Apr 1999 10:26:58 -0700 (PDT) (envelope-from wghicks@bellsouth.net) Received: from wghicks.bellsouth.net (host-209-214-69-179.atl.bellsouth.net [209.214.69.179]) by mail2.atl.bellsouth.net (8.8.8-spamdog/8.8.5) with ESMTP id NAA24573 for ; Wed, 28 Apr 1999 13:26:56 -0400 (EDT) Received: (from wghicks@localhost) by wghicks.bellsouth.net (8.9.3/8.9.2) id NAA92993; Wed, 28 Apr 1999 13:27:52 -0400 (EDT) (envelope-from wghicks) Message-Id: <199904281727.NAA92993@bellsouth.net> Date: Wed, 28 Apr 1999 13:27:52 -0400 (EDT) From: wghicks@bellsouth.net Reply-To: wghicks@bellsouth.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11372: [PORT UPDATE] m68kgdb --> gdb-4.18 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11372 >Category: ports >Synopsis: Update port to use gdb-4.18 >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 28 10:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: W Gerald Hicks >Release: FreeBSD 3.1-STABLE i386 >Organization: Glenayre Electronics >Environment: FreeBSD wghicks.bellsouth.net 3.1-STABLE FreeBSD 3.1-STABLE \ #0: Fri Apr 23 10:00:27 EDT 1999 root@wghicks.bellsouth.net\ :/usr/src/sys/compile/WGHICKS i386 >Description: Simple update for port to use gdb-4.18 >How-To-Repeat: Patch for port follows (produced with cvs -diff u from repository) >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/m68kgdb/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 1999/01/27 07:41:09 1.7 +++ Makefile 1999/04/28 16:45:40 @@ -1,13 +1,13 @@ # New ports collection makefile for: m68kgdb -# Version required: 4.17 -# Date created: 7 Jul 98 -# Whom: Jerry Hicks +# Version required: 4.18 +# Date created: 28 Apr 99 +# Whom: Jerry Hicks # # $Id: Makefile,v 1.7 1999/01/27 07:41:09 fenner Exp $ # -DISTNAME= gdb-4.17 -PKGNAME= m68kgdb-4.17 +DISTNAME= gdb-4.18 +PKGNAME= m68kgdb-4.18 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gdb Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/devel/m68kgdb/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1998/06/28 23:34:20 1.2 +++ md5 1999/04/28 17:02:40 @@ -1 +1 @@ -MD5 (gdb-4.17.tar.gz) = b7d40dc61f0691d5e2e6dd21b0408688 +MD5 (gdb-4.18.tar.gz) = 828d28487af6cec074639c1102569473 >Release-Note: >Audit-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 28 12:18:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from enterprise.sanyusan.se (enterprise.sanyusan.se [195.24.160.51]) by hub.freebsd.org (Postfix) with ESMTP id 238A015795 for ; Wed, 28 Apr 1999 12:18:33 -0700 (PDT) (envelope-from anders@enterprise.sanyusan.se) Received: (from anders@localhost) by enterprise.sanyusan.se (8.9.3/8.9.3) id VAA14153; Wed, 28 Apr 1999 21:17:03 +0200 (CEST) (envelope-from anders) Date: Wed, 28 Apr 1999 21:17:03 +0200 From: Anders Andersson To: Makoto MATSUSHITA Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/11277: Update ports: x11-wm/fvwm2 Message-ID: <19990428211703.A14100@sanyusan.se> References: <19990422192157J.matusita@jp.FreeBSD.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95.4i In-Reply-To: <19990422192157J.matusita@jp.FreeBSD.ORG>; from Makoto MATSUSHITA on Tor, Apr 22, 1999 at 07:21:57pm +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Makoto MATSUSHITA (matusita@jp.FreeBSD.ORG) [990422 13:14]: > > >Number: 11277 > >Category: ports > >Synopsis: Update ports: x11-wm/fvwm2 > >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 22 03:40:01 PDT 1999 > >Closed-Date: > >Last-Modified: > >Originator: Makoto MATSUSHITA > >Release: FreeBSD 4.0-CURRENT i386 > >Organization: > Japan FreeBSD Users' Group > >Environment: > > FreeBSD 4.0-CURRENT / FreeBSD 3.1-STABLE > (as of Apr/1999) > > >Description: > > Here is a long-awaited patch of x11-wm/fvwm2, for fvwm version 2.2. > > >How-To-Repeat: > > Apply attached patch to ports/x11-wm/fvwm2. I'll send the > whole x11-wm/fvwm2 ports if requested. > [snip huge patch] Any plans on commiting this soon? great work! Cheers! - Anders -------------------------------------------------------- Anders Andersson anders@sanyusan.se Sanyusan International AB http://www.sanyusan.se/ Västgötagatan 11 Tel: +46-(0)31-168730 411 39 Gothenburg, SWEDEN Fax: +46-(0)31-209361 -------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 28 12:52:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dominik.saargate.de (domi.saargate.de [212.88.132.246]) by hub.freebsd.org (Postfix) with ESMTP id 07CCD15164 for ; Wed, 28 Apr 1999 12:52:17 -0700 (PDT) (envelope-from domi@saargate.de) Received: from localhost (localhost [127.0.0.1]) by dominik.saargate.de (8.9.2/8.8.7) with ESMTP id VAA06943; Wed, 28 Apr 1999 21:52:03 +0200 (CEST) (envelope-from domi@saargate.de) Date: Wed, 28 Apr 1999 21:52:03 +0200 (CEST) From: Dominik Brettnacher To: "kmartin@infoteam.com" Cc: freebsd-ports@freebsd.org Subject: Re: difference in apache13-modssl and apache13-ssl In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 28 Apr 1999, kmartin@infoteam.com wrote: > I see a number of differences under their respective /usr/ports/www > directories, but it isn't clear why you would use one over the other. The differences are explained on http://www.engelschall.com/sw/mod_ssl/docs/2.2/ssl_faq.html: What are the differences between mod_ssl and Apache-SSL, from where it is derived?=A0=A0 [L] This cannot be answered in short, because there are too much changes (see the CHANGES and CHANGES.20 files in the mod_ssl distribution for detailed information). Most of them are internal changes, cleanups and re-organizations of the source code. But the user visible changes are mainly the following: mod_ssl provides a complete documentation (this User Manual) where all configuration directives, environment variables, and other things are documented while Apache-SSL had no such documentation although it existed for over three years when mod_ssl was split from it (in April 1998). Additionally mod_ssl provides answers to often occuring frequently asked questions (this list) in the Apache/SSL/OpenSSL area. For instance mod_ssl gives detailed hints about how to setup a CA, how to create real a server Certificate, etc. And the mod_ssl User Manual provides a compact introduction to the complex SSL area itself. Because here are the typical hurdles located every user stumbles over. mod_ssl comes with clean and documented source code with the intent that only this way the user is able to re-view it for backdoors, security holes, etc. This is considered important for security-related software. It was always incomprehensible to the author of mod_ssl how Apache-SSL could exist for over three years while both the source code and the source patches were provided in an undocumented and partly unreadable format. For the mod_ssl package the source codes follows the Apache coding style, is logically ordered to follow the API phases and even the patches to the Apache source tree are annotated with descriptions to give the user a chance to re-view and understand them. mod_ssl uses a generic Extended API to achieve its functionality. This means instead of patching in SSL/crypto-related code into the Apache kernel a clean and well separated Extended API is patched in. This way the SSL and cryptography code is only present inside the SSL module itself (i.e. inside the src/modules/ssl/ subtree only). The benefit from this is a clean separation and API-conforming SSL solution (which means for instance no direct SSL-references from the kernel, no kludges and hacks to get called, etc). mod_ssl supports Dynamic Shared Object (DSO) building as a direct consequence from using the Extended API. In short DSO support means maximum flexibility under run-time, i.e. you don't have to decide under compile-time whether to build or not to build SSL into the Apache httpd executable. Instead you can just load mod_ssl through mod_so's LoadModule directive on demand. This is especially interesting for two cases: Vendor package maintainers receive the power they need for creating flexible packages and power users receive the ability to run more than one Apache (non-SSL-aware and SSL-aware) instance from a single Apache installation while still saving RAM. mod_ssl is ported to the Win32 platform, as it's the case for Apache and OpenSSL. This way mod_ssl follows the evolution of these packages and provides the always requested support also for this nasty platform. As for the Unix/DSO case under Win32 mod_ssl is well-integrated into Apache through a stand-alone DLL which can be loaded through mod_so's LoadModule directive. mod_ssl can be really easily applied to the Apache source tree because it provides a full-featured and automated configuration environment for this task while Apache-SSL forced the user to fiddle with the patch and cp tools theirself. Just because security is not for amateurs hasn't to mean that user friendliness is not important. So it's a must to assist the user in applying the SSL-stuff to vanilla Apache sources. For this mod_ssl integrates also very-well into the new Apache 1.3 Autoconf-style Interface (APACI). Additionally mod_ssl's configuration mechanism supports the usage of RSAref, arbitrary locations for OpenSSL, etc. mod_ssl fixes a lot of bugs and inconsistencies which existed in Apache-SSL. For Apache experts here are a few impressions: Apache-SSL wrote directly to stderr instead of the Apache error logfile; it messed up it's error messages with the OpenSSL error messages; it directly patched the SERVER_BASEVERSION define instead of using the Apache 1.3 conforming ap_add_version_component function; it used the unsafe sprintf function instead of the robust ap_snprintf; it incorrectly spawned and killed the gcache auxiliary program and it totally failed to pass the ``gcc -Wall -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline'' test (while Apache already passes it) because of unclean code. Additionally Apache-SSL didn't provide a way to easily apply it to the Apache source tree (semi-manual editing and patching was required); it didn't seamlessly integrate into the new Apache 1.3 Autoconf-style Interface (APACI) at configuration time; it didn't automatically recognize the difference between an installed OpenSSL and an out-of-the-source-only OpenSSL; it didn't provide integration into the APACI installation process (make install); it used numbers 0 to 2 instead of reasonable names for the argument of SSLVerifyClient just because internally an enum was used and for the provided %{version}c construct of CustomLog it used the results "2", "3" under SSLeay 0.8 while under SSLeay 0.9 the results were "SSL2", "SSL3", etc. pp. mod_ssl adds new functionalities which were missing in Apache-SSL. A few selected points which give you an impression follow: mod_ssl provides a real dedicated SSL log file controlled by log level and the additional features that messages logged at the `error' level are automatically duplicated to the general Apache error log file. And occuring system and OpenSSL error messages are automatically appended to mod_ssl messages. Additionally mod_ssl annotates deep-level OpenSSL messages with more high-level hints. mod_ssl provides a completely new and enhanced handling of encrypted private key files. First the private keys are kept in a permanent memory pool (as OpenSSL already does internally), so Apache now survives server restarts without falling down. Second the pass phrase dialog is a lot more user friendly and advanced: It uses a pass phrase reuse-algorithm to minimize the dialog, it recognizes wrong pass phrases and allows retries (but with a backoff time delay), etc. And additionally a minimal interface is provided to plug-in an external program for providing the pass phrase for special batch security situations. mod_ssl provides the SSLCACertificateReqFile directive which can be used to configure a different (from SSLCACertificateFile) set of CA Certificates for the SSLv3 feature used by the clients to load CA Certificates from the server for speeding up server authentication. mod_ssl replaced the ``gcache'' stuff of Apache-SSL (used for caching SSL sessions) with a more robust DBM-based solution, because the controlling of an external program cannot be done very reliable from within Apache. Additionally a "mutex" is now used to synchronize the inter-process access to this cache. mod_ssl provides support for the OpenSSL+RSAref couple, i.e. mod_ssl supports the building with RSAref. mod_ssl provides a new SSLRequire directive which can be used to implement more granular access control based on arbitrary complex boolean expression. mod_ssl adds support for HTTPS to the Apache Proxy Module (mod_proxy). mod_ssl is the first Open Source version of an SSL extension to Apache which supports the Win32 platform. etc.pp. When you're still really interested in more hard-core details walk through the entries in the CHANGES and CHANGES.20 files in the mod_ssl distribution. [...] --=20 Dominik - http://www.saargate.de/~domi/ "Wir brauchen jetzt aktuelle politische Lieder." - Nina Hagen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 28 15:40: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D682E15478 for ; Wed, 28 Apr 1999 15:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA71261; Wed, 28 Apr 1999 15:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 28 Apr 1999 15:40:02 -0700 (PDT) Message-Id: <199904282240.PAA71261@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Brian Handy Subject: Re: ports/11358 Reply-To: Brian Handy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11358; it has been noted by GNATS. From: Brian Handy To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/11358 Date: Wed, 28 Apr 1999 16:36:00 -0600 (MDT) Hey all, The last supplied patch has serious problems. I've fixed a bunch of stuff: * Pixmap paths are now done correctly * Fixed path to WPrefs.app (This, and the previous bullet, take care of PR# ports/11218. Please close that PR when you close this one.) * I've harrassed the wmaker people into making USE_BZIP2 a reality: saving about a quarter of a MB if I read things right * WindowMaker-data is obsolete, only use WindowMaker-extra now The supplied patches are against the 0.52.0 port, please disregard the previous patch. Thank you, Brian -- diff -urN windowmaker.orig/Makefile windowmaker/Makefile --- windowmaker.orig/Makefile Thu Apr 15 23:22:48 1999 +++ windowmaker/Makefile Wed Apr 28 15:28:18 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: WindowMaker -# Version required: 0.52.0 +# Version required: 0.53.0 # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # # $Id: Makefile,v 1.49 1999/04/16 05:22:48 taoka Exp $ -DISTNAME= WindowMaker-0.52.0 -PKGNAME= windowmaker-0.52.0 +DISTNAME= WindowMaker-0.53.0 +PKGNAME= windowmaker-0.53.0 CATEGORIES= x11-wm windowmaker MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} \ http://jgo.local.net/cool_downloads/wm/ @@ -22,6 +22,7 @@ tiff.4:${PORTSDIR}/graphics/tiff34 \ PropList.1:${PORTSDIR}/devel/libPropList +USE_BZIP2= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= X11BASE=${X11BASE} LIBS=-L${LOCALBASE}/lib \ @@ -35,20 +36,17 @@ MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x \ wdwrite.1x wmaker.1x wmsetbg.1x wxcopy.1x wxpaste.1x -DATAFILES= WindowMaker-data.tar.gz \ - WindowMaker-extra-0.1.tar.gz +DATAFILES= WindowMaker-extra-0.1.tar.bz2 post-patch: - @perl -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/WPrefs.app/Paths.c + @perl -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/WPrefs.app/Paths.c \ + ${WRKSRC}/WindowMaker/Defaults/* post-configure: @cd ${WRKDIR}/WindowMaker-extra-0.1; \ ./configure --prefix=${PREFIX} post-install: - ${MKDIR} ${PREFIX}/share/WindowMaker/Pixmaps/ - ${INSTALL_DATA} ${WRKDIR}/WindowMaker-data/pixmaps/* \ - ${PREFIX}/share/WindowMaker/Pixmaps/ @cd ${WRKDIR}/WindowMaker-extra-0.1; \ ${MAKE} ${MAKE_ARGS} install diff -urN windowmaker.orig/files/md5 windowmaker/files/md5 --- windowmaker.orig/files/md5 Thu Apr 15 23:22:50 1999 +++ windowmaker/files/md5 Wed Apr 28 13:50:55 1999 @@ -1,3 +1,2 @@ -MD5 (WindowMaker-0.52.0.tar.gz) = e79383dd0518db680403c6f758c465c8 -MD5 (WindowMaker-data.tar.gz) = 6ea0c37314ea9e9ab27e8bdf45a31a82 -MD5 (WindowMaker-extra-0.1.tar.gz) = 07c7700daaaf232bc490f5abaabef085 +MD5 (WindowMaker-0.53.0.tar.bz2) = fecdc560c2c2c98aa1783023aaea9c92 +MD5 (WindowMaker-extra-0.1.tar.bz2) = e6fb381da0d207c320f58e7a1fea2a2b diff -urN windowmaker.orig/patches/patch-ba windowmaker/patches/patch-ba --- windowmaker.orig/patches/patch-ba Wed Dec 31 17:00:00 1969 +++ windowmaker/patches/patch-ba Wed Apr 28 15:20:23 1999 @@ -0,0 +1,11 @@ +--- WindowMaker/Defaults/WMState.orig Wed Apr 28 15:06:57 1999 ++++ WindowMaker/Defaults/WMState Wed Apr 28 15:08:05 1999 +@@ -17,7 +17,7 @@ + Position = "0,1"; + }, + { +- Command = "/usr/local/GNUstep/Apps/WPrefs.app/WPrefs"; ++ Command = "%%PREFIX%%/GNUstep/Apps/WPrefs.app/WPrefs"; + Name = groupLeader.WPrefs; + AutoLaunch = No; + Forced = No; diff -urN windowmaker.orig/patches/patch-bb windowmaker/patches/patch-bb --- windowmaker.orig/patches/patch-bb Wed Dec 31 17:00:00 1969 +++ windowmaker/patches/patch-bb Wed Apr 28 15:20:41 1999 @@ -0,0 +1,32 @@ +--- WindowMaker/Defaults/WindowMaker.orig Wed Apr 28 15:11:36 1999 ++++ WindowMaker/Defaults/WindowMaker Wed Apr 28 15:18:53 1999 +@@ -8,21 +8,19 @@ + IconificationStyle = Zoom; + IconPath = ( + "~/GNUstep/Library/Icons", +- "/usr/local/share/WindowMaker/Icons", +- "/usr/local/share/WindowMaker/Pixmaps", +- "/usr/X11R6/include/X11/pixmaps", ++ "%%PREFIX%%/share/WindowMaker/Icons", ++ "%%PREFIX%%/share/WindowMaker/Pixmaps", ++ "%%PREFIX%%/include/X11/pixmaps", + "~/GNUstep/Library/WindowMaker/Pixmaps", +- "/usr/local/share/pixmaps", +- "/usr/share/pixmaps" ++ "%%PREFIX%%/share/pixmaps" + ); + PixmapPath = ( + "~/GNUstep/Library/WindowMaker/Pixmaps", + "~/GNUstep/Library/WindowMaker/Backgrounds", +- "/usr/local/share/WindowMaker/Pixmaps", +- "/usr/local/share/WindowMaker/Backgrounds", +- "/usr/X11R6/include/X11/pixmaps", +- "/usr/local/share/pixmaps", +- "/usr/share/pixmaps" ++ "%%PREFIX%%/share/WindowMaker/Pixmaps", ++ "%%PREFIX%%/share/WindowMaker/Backgrounds", ++ "%%PREFIX%%/include/X11/pixmaps", ++ "%%PREFIX%%/share/pixmaps" + ); + WindowTitleBalloons = YES; + IconSize = 64; diff -urN windowmaker.orig/pkg/PLIST windowmaker/pkg/PLIST --- windowmaker.orig/pkg/PLIST Thu Apr 15 23:22:52 1999 +++ windowmaker/pkg/PLIST Wed Apr 28 15:50:00 1999 @@ -1,3 +1,8 @@ +etc/WindowMaker/WMRootMenu +etc/WindowMaker/WMWindowAttributes +etc/WindowMaker/WindowMaker +etc/WindowMaker/WMState +etc/WindowMaker/WMGLOBAL GNUstep/Apps/WPrefs.app/WPrefs GNUstep/Apps/WPrefs.app/WPrefs.tiff GNUstep/Apps/WPrefs.app/WPrefs.xpm @@ -268,69 +273,8 @@ share/WindowMaker/Icons/tile.snow.xpm share/WindowMaker/Icons/tile.xpm share/WindowMaker/Icons/tile2.xpm -share/WindowMaker/Pixmaps/Ant.xpm -share/WindowMaker/Pixmaps/Antennae.xpm -share/WindowMaker/Pixmaps/Bee48x48.xpm -share/WindowMaker/Pixmaps/Beer.xpm -share/WindowMaker/Pixmaps/Bird.xpm -share/WindowMaker/Pixmaps/Book.xpm -share/WindowMaker/Pixmaps/Bookshelf.xpm -share/WindowMaker/Pixmaps/Brain.xpm -share/WindowMaker/Pixmaps/BulletHole.xpm -share/WindowMaker/Pixmaps/CashRegister.xpm -share/WindowMaker/Pixmaps/Clipboard.xpm -share/WindowMaker/Pixmaps/Cola.xpm -share/WindowMaker/Pixmaps/ColorGNU.xpm -share/WindowMaker/Pixmaps/Correspondence.dir.xpm -share/WindowMaker/Pixmaps/CrystalSkull.dir.xpm -share/WindowMaker/Pixmaps/Daemon.xpm -share/WindowMaker/Pixmaps/Detergent.dir.xpm -share/WindowMaker/Pixmaps/DoomII.xpm -share/WindowMaker/Pixmaps/Draw.xpm -share/WindowMaker/Pixmaps/EscherCube.xpm -share/WindowMaker/Pixmaps/EscherTriangle.xpm -share/WindowMaker/Pixmaps/Fish5.dir.xpm -share/WindowMaker/Pixmaps/Football.xpm -share/WindowMaker/Pixmaps/FootballUS.xpm -share/WindowMaker/Pixmaps/Gear.xpm -share/WindowMaker/Pixmaps/Ghost.xpm -share/WindowMaker/Pixmaps/HP-16C-48.xpm -share/WindowMaker/Pixmaps/HandOpen.xpm -share/WindowMaker/Pixmaps/HandPointing.xpm -share/WindowMaker/Pixmaps/HandPointingLeft.xpm -share/WindowMaker/Pixmaps/HandPunch.xpm -share/WindowMaker/Pixmaps/HandReach.xpm -share/WindowMaker/Pixmaps/HeroSandwich.dir.xpm -share/WindowMaker/Pixmaps/LadyBug48x48.xpm -share/WindowMaker/Pixmaps/Microphone.xpm -share/WindowMaker/Pixmaps/Netscape.xpm -share/WindowMaker/Pixmaps/NewsAgent.xpm -share/WindowMaker/Pixmaps/PDF.xpm -share/WindowMaker/Pixmaps/Padlock.xpm -share/WindowMaker/Pixmaps/Paint.xpm -share/WindowMaker/Pixmaps/Pencils.24.xpm -share/WindowMaker/Pixmaps/Penguin.xpm -share/WindowMaker/Pixmaps/Radio.xpm -share/WindowMaker/Pixmaps/Reference.xpm -share/WindowMaker/Pixmaps/Rumi.xpm -share/WindowMaker/Pixmaps/Snail.xpm -share/WindowMaker/Pixmaps/T2-Film.xpm -share/WindowMaker/Pixmaps/TagIcon.xpm -share/WindowMaker/Pixmaps/TapeIcon1.xpm -share/WindowMaker/Pixmaps/TrueDie48.xpm -share/WindowMaker/Pixmaps/WheelbarrowFull.xpm -share/WindowMaker/Pixmaps/WordEditor.xpm -share/WindowMaker/Pixmaps/Wrench-12bit.xpm -share/WindowMaker/Pixmaps/bomb2.xpm -share/WindowMaker/Pixmaps/inspect.xpm -share/WindowMaker/Pixmaps/monitor.xpm -share/WindowMaker/Pixmaps/paint.xpm -share/WindowMaker/Pixmaps/tile.black.xpm -share/WindowMaker/Pixmaps/tile.snow.xpm share/WindowMaker/Pixmaps/tile.tiff share/WindowMaker/Pixmaps/tile.xpm -share/WindowMaker/Pixmaps/tile2.xpm -share/WindowMaker/Pixmaps/xv.xpm share/WindowMaker/README share/WindowMaker/README.themes share/WindowMaker/Styles/Autumn.style @@ -352,6 +296,8 @@ share/WindowMaker/Styles/Gtk.style share/WindowMaker/Styles/LightBlue.style share/WindowMaker/Styles/Pastel.style +share/WindowMaker/Styles/Pink.style +share/WindowMaker/Styles/Pumpkin.style share/WindowMaker/Styles/Purple.style share/WindowMaker/Styles/Red.style share/WindowMaker/Styles/RednBlue.style @@ -380,8 +326,8 @@ share/WindowMaker/menu share/WindowMaker/menu.ca share/WindowMaker/menu.cz +share/WindowMaker/menu.da share/WindowMaker/menu.de -share/WindowMaker/menu.dk share/WindowMaker/menu.el share/WindowMaker/menu.es share/WindowMaker/menu.fi @@ -400,11 +346,13 @@ share/WindowMaker/menu.se share/WindowMaker/menu.sl share/WindowMaker/menu.tr +share/WindowMaker/menu.zh_CN share/WindowMaker/menu.zh_TW.Big5 share/WindowMaker/plmenu share/WindowMaker/plmenu.dk share/WindowMaker/plmenu.fr share/WindowMaker/plmenu.hr +share/WindowMaker/plmenu.zh_CN share/WindowMaker/wmmacros share/WindowMaker/xtree.dat @exec mkdir -p %B/Sounds @@ -425,3 +373,4 @@ @dirrm GNUstep/Apps/WPrefs.app @dirrm GNUstep/Apps @dirrm GNUstep +@dirrm etc/WindowMaker To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 28 15:45:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 08752154C4 for ; Wed, 28 Apr 1999 15:45:19 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca36-102.ix.netcom.com [207.92.172.102]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id PAA13809; Wed, 28 Apr 1999 15:45:50 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id PAA34432; Wed, 28 Apr 1999 15:44:08 -0700 (PDT) Date: Wed, 28 Apr 1999 15:44:08 -0700 (PDT) Message-Id: <199904282244.PAA34432@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: cjh@wdb.co.kr Cc: ports@freebsd.org In-reply-to: <864sm0c0jh.fsf@hamhae.wdb.co.kr> (cjh@wdb.co.kr) Subject: Re: Suggestion: "linux" virtual catogory for emulated packages From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <864sm0c0jh.fsf@hamhae.wdb.co.kr> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "CHOI, Junho" * While doing some packaging jobs, I found that it will be a good idea * if we have 'linux'(or possibly 'sco', 'bsdi', etc..) virtual ports * category for all emulated packages(linux-netscape, staroffice, * acroread, realplayer5, old netscape, etc...). How do you think about * it? I think that's a very good idea. :) -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 28 21:10: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F258614BF7 for ; Wed, 28 Apr 1999 21:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA92487; Wed, 28 Apr 1999 21:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 28 Apr 1999 21:10:01 -0700 (PDT) Message-Id: <199904290410.VAA92487@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: RE: ports/11181: Update: x11/xscreensaver Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11181; it has been noted by GNATS. From: Chris Piazza To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: RE: ports/11181: Update: x11/xscreensaver Date: Wed, 28 Apr 1999 21:02:38 -0700 (PDT) Update to 3.10. Disregard above patches. This is against the version already in the ports tree. --Cut-- Index: xscreensaver/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/x11/xscreensaver/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 1999/04/04 01:32:57 1.19 +++ Makefile 1999/04/29 03:46:49 @@ -1,14 +1,16 @@ # New ports collection makefile for: xscreensaver -# Version required: 3.08 +# Version required: 3.10 # Date created: 10 July 1995 # Whom: dom@myrddin.demon.co.uk # # $Id: Makefile,v 1.19 1999/04/04 01:32:57 jseger Exp $ # -DISTNAME= xscreensaver-3.08 +DISTNAME= xscreensaver-3.10 CATEGORIES= x11 -MASTER_SITES= http://www.jwz.org/xscreensaver/ +MASTER_SITES= http://www.jwz.org/xscreensaver/ \ + ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= X11/screensavers MAINTAINER= jseger@FreeBSD.ORG @@ -17,17 +19,17 @@ GNU_CONFIGURE= yes USE_X_PREFIX= yes -MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 bsod.1 \ - bubbles.1 decayscreen.1 deco.1 drift.1 epicycle.1 \ - flag.1 flame.1 forest.1 galaxy.1 goop.1 grav.1 \ - greynetic.1 halo.1 helix.1 hopalong.1 hypercube.1 \ +MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 bsod.1 \ + bubbles.1 critical.1 decayscreen.1 deco.1 drift.1 \ + epicycle.1 flag.1 flame.1 forest.1 galaxy.1 goop.1 \ + grav.1 greynetic.1 halo.1 helix.1 hopalong.1 hypercube.1 \ ifs.1 imsmap.1 jigsaw.1 julia.1 kaleidescope.1 \ lament.1 laser.1 lightning.1 lisa.1 lmorph.1 maze.1 \ moire.1 munch.1 noseguy.1 pedal.1 penrose.1 pyro.1 \ qix.1 rd-bomb.1 rocks.1 rorschach.1 sierpinski.1 \ - slidescreen.1 slip.1 sonar.1 sphere.1 spiral.1 \ - starfish.1 strange.1 swirl.1 t3d.1 vines.1 xjack.1 xlyap.1 \ - xroger.1 xscreensaver-command.1 xscreensaver-demo.1 \ - xscreensaver.1 + slidescreen.1 slip.1 sonar.1 sphere.1 spiral.1 spotlight.1 \ + squiral.1 starfish.1 strange.1 swirl.1 t3d.1 vines.1 \ + xjack.1 xlyap.1 xroger.1 xscreensaver-command.1 \ + xscreensaver-demo.1 xscreensaver.1 .include Index: xscreensaver/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/x11/xscreensaver/files/md5,v retrieving revision 1.11 diff -u -r1.11 md5 --- md5 1999/04/04 01:32:57 1.11 +++ md5 1999/04/29 03:31:06 @@ -1 +1 @@ -MD5 (xscreensaver-3.08.tar.gz) = 38b7ea3c4489f7a5e653cfb0a95dcacf +MD5 (xscreensaver-3.10.tar.gz) = 44ba3f07e14c0d45d81cb1530d91236f Index: xscreensaver/patches/patch-ab =================================================================== RCS file: /cvs/FreeBSD/ports/x11/xscreensaver/patches/patch-ab,v retrieving revision 1.1 diff -u -r1.1 patch-ab --- patch-ab 1998/12/10 12:17:10 1.1 +++ patch-ab 1999/04/29 03:28:46 @@ -1,6 +1,6 @@ ---- configure.orig Wed Dec 9 22:36:50 1998 -+++ configure Wed Dec 9 22:37:30 1998 -@@ -2738,7 +2738,7 @@ +--- configure.orig Thu Jan 16 21:04:35 1997 ++++ configure Thu Jan 16 21:04:51 1997 +@@ -2827,7 +2827,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 Index: xscreensaver/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/x11/xscreensaver/pkg/PLIST,v retrieving revision 1.10 diff -u -r1.10 PLIST --- PLIST 1999/04/04 01:32:58 1.10 +++ PLIST 1999/04/29 03:41:42 @@ -5,7 +5,9 @@ bin/braid bin/bsod bin/bubbles +bin/compass bin/coral +bin/critical bin/crystal bin/cynosure bin/decayscreen @@ -51,6 +53,7 @@ bin/pedal bin/penetrate bin/penrose +bin/phosphor bin/pyro bin/qix bin/rd-bomb @@ -63,6 +66,8 @@ bin/sonar bin/sphere bin/spiral +bin/spotlight +bin/squiral bin/starfish bin/strange bin/swirl @@ -70,9 +75,12 @@ bin/triangle bin/truchet bin/vines +bin/wander bin/worm +bin/xflame bin/xjack bin/xlyap +bin/xmatrix bin/xroger bin/xscreensaver bin/xscreensaver-command --Cut-- --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 28 21:20: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 822C5150E4 for ; Wed, 28 Apr 1999 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 VAA93242; Wed, 28 Apr 1999 21:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 28 Apr 1999 21:20:03 -0700 (PDT) Message-Id: <199904290420.VAA93242@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: RE: ports/11317: Update: www/lynx-current Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11317; it has been noted by GNATS. From: Chris Piazza To: cpiazza@home.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: RE: ports/11317: Update: www/lynx-current Date: Wed, 28 Apr 1999 21:16:03 -0700 (PDT) Disregard above patch. Update to dev.25. Patch is against version currently in ports tree (dev.22). --Cut-- Index: lynx-current/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/www/lynx-current/Makefile,v retrieving revision 1.98 diff -u -r1.98 Makefile --- Makefile 1999/04/16 16:55:34 1.98 +++ Makefile 1999/04/29 04:08:26 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.98 1999/04/16 16:55:34 mharo Exp $ # -DISTNAME= lynx2.8.2dev.22 -PKGNAME= lynx-2.8.2dev.22 +DISTNAME= lynx2.8.2dev.25 +PKGNAME= lynx-2.8.2dev.25 CATEGORIES= www MASTER_SITES= http://sol.slcc.edu/lynx/current/ Index: lynx-current/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/www/lynx-current/files/md5,v retrieving revision 1.137 diff -u -r1.137 md5 --- md5 1999/04/16 16:55:34 1.137 +++ md5 1999/04/29 04:10:00 @@ -1 +1 @@ -MD5 (lynx2.8.2dev.22.tar.bz2) = 886411bbf35a0cc8529635977d90f265 +MD5 (lynx2.8.2dev.25.tar.bz2) = 523ae2f27e9719d6ca27998d65108d8a --Cut-- --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 28 22:10: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 293CD15099 for ; Wed, 28 Apr 1999 22:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA00515; Wed, 28 Apr 1999 22:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id C23F214E09 for ; Wed, 28 Apr 1999 21:54:17 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id IAA04247; Thu, 29 Apr 1999 08:54:14 +0400 (MSD) (envelope-from andy) Message-Id: <199904290454.IAA04247@icc.surw.chel.su> Date: Thu, 29 Apr 1999 08:54:14 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11375: Update port: games/libshhcards Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11375 >Category: ports >Synopsis: Update port: games/libshhcards >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 28 22:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update games/libshhcards port. diff -Nru libshhcards/Makefile libshhcards-1.0.4/Makefile --- libshhcards/Makefile Sun Nov 29 02:54:00 1998 +++ libshhcards-1.0.4/Makefile Thu Apr 29 08:44:26 1999 @@ -1,24 +1,26 @@ # New ports collection makefile for: libshhcards -# Version required: 1.0.3 +# Version required: 1.0.4 # Date created: 12 April 1998 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.6 1998/11/28 09:05:01 asami Exp $ # -DISTNAME= shhcards-1.0.3 -PKGNAME= libshhcards-1.0.3 -CATEGORIES= devel -MASTER_SITES= http://www.computas.no/users/shh/pub-unix/files/ \ - http://www.freebsd.org/~mph/distfiles/ - -MAINTAINER= andy@icc.surw.chel.su - -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm - -USE_GMAKE= yes -USE_X_PREFIX= yes -SOLIB= libshhcards.so +DISTNAME= shhcards-1.0.4 +PKGNAME= libshhcards-1.0.4 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + http://home.sol.no/~sverrehu/pub-unix/files/ \ + http://www.freebsd.org/~mph/distfiles/ +MASTER_SITE_SUBDIR= libs/ui + +MAINTAINER= andy@icc.surw.chel.su + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + +USE_GMAKE= yes +USE_X_PREFIX= yes +SOLIB= libshhcards.so .include @@ -32,9 +34,13 @@ @ ${INSTALL_DATA} ${WRKSRC}/shhcards.h ${PREFIX}/include @ ${INSTALL_DATA} ${WRKSRC}/${SOLIB}.${SOVERSION} ${PREFIX}/lib @ ${LN} -sf ${SOLIB}.${SOVERSION} ${PREFIX}/lib/${SOLIB} + @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + +post-install: +.if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/libshhcards @ ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/libshhcards @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libshhcards - @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib +.endif .include diff -Nru libshhcards/files/md5 libshhcards-1.0.4/files/md5 --- libshhcards/files/md5 Sat May 2 04:00:00 1998 +++ libshhcards-1.0.4/files/md5 Thu Apr 29 08:45:34 1999 @@ -1 +1 @@ -MD5 (shhcards-1.0.3.tar.gz) = c6f9161e096e8102b930e2b9e6d1796f +MD5 (shhcards-1.0.4.tar.gz) = 1882a80484d883a78b9b7ce94ab0afa6 diff -Nru libshhcards/patches/patch-aa libshhcards-1.0.4/patches/patch-aa --- libshhcards/patches/patch-aa Mon Jan 11 02:43:00 1999 +++ libshhcards-1.0.4/patches/patch-aa Thu Apr 29 08:41:41 1999 @@ -5,7 +5,7 @@ DIST = shhcards VERMAJ = 1 -VERMIN = 0 --VERPAT = 3 +-VERPAT = 4 -VERSION = $(VERMAJ).$(VERMIN).$(VERPAT) +VERMIN = 1 +ifeq ($(PORTOBJFORMAT),elf) diff -Nru libshhcards/pkg/COMMENT libshhcards-1.0.4/pkg/COMMENT --- libshhcards/pkg/COMMENT Sat May 2 04:00:00 1998 +++ libshhcards-1.0.4/pkg/COMMENT Thu Apr 29 08:44:59 1999 @@ -1 +1 @@ -library for displaying game cards on X11. +Library for displaying game cards on X Window System. >How-To-Repeat: >Fix: Please, check and commit this patch. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 29 0:10: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5881314E09 for ; Thu, 29 Apr 1999 00:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA03640; Thu, 29 Apr 1999 00:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 22D4914DA2 for ; Thu, 29 Apr 1999 00:09:10 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id LAA07268; Thu, 29 Apr 1999 11:08:56 +0400 (MSD) (envelope-from andy) Message-Id: <199904290708.LAA07268@icc.surw.chel.su> Date: Thu, 29 Apr 1999 11:08:56 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11379: New port: sol-1.0.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11379 >Category: ports >Synopsis: New port: sol-1.0.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 29 00:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of sol-1.0.6, Solitaire card game for X Window System. This is a Solitaire card game highly inspired by the one bundeled with a well known "operating system". Features a site-wide highscore table. http://home.sol.no/~sverrehu/pub-unix/html/sol.html # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # sol-1.0.6 # sol-1.0.6/Makefile # sol-1.0.6/files # sol-1.0.6/files/md5 # sol-1.0.6/patches # sol-1.0.6/patches/patch-aa # sol-1.0.6/pkg # sol-1.0.6/pkg/COMMENT # sol-1.0.6/pkg/DESCR # sol-1.0.6/pkg/PLIST # echo c - sol-1.0.6 mkdir -p sol-1.0.6 > /dev/null 2>&1 echo x - sol-1.0.6/Makefile sed 's/^X//' >sol-1.0.6/Makefile << 'END-of-sol-1.0.6/Makefile' X# New ports collection makefile for: sol X# Version required: 1.0.6 X# Date created: 12 April 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= sol-1.0.6 XCATEGORIES= games XMASTER_SITES= http://home.sol.no/~sverrehu/pub-unix/files/ X XMAINTAINER= andy@icc.surw.chel.su X XLIB_DEPENDS= Xpm:${PORTSDIR}/graphics/xpm \ X shhopt:${PORTSDIR}/devel/libshhopt \ X shhmsg:${PORTSDIR}/devel/libshhmsg \ X xalloc:${PORTSDIR}/devel/libxalloc \ X shhcards:${PORTSDIR}/games/libshhcards X XUSE_GMAKE= yes XUSE_X_PREFIX= yes X XMAN6= sol.6 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/sol ${PREFIX}/bin X @ ${MKDIR} ${PREFIX}/share/sol X @ ${INSTALL_DATA} ${WRKSRC}/sol.score ${PREFIX}/share/sol X @ ${INSTALL_MAN} ${WRKSRC}/sol.6 ${PREFIX}/man/man6 X @ ${MKDIR} ${PREFIX}/share/doc/sol X @ ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/sol X @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sol X @ chown games:games ${PREFIX}/bin/sol X @ chown games:games ${PREFIX}/share/sol/sol.score X @ chmod 6755 ${PREFIX}/bin/sol X @ chmod 770 ${PREFIX}/share/sol X @ chmod 660 ${PREFIX}/share/sol/sol.score X X.include END-of-sol-1.0.6/Makefile echo c - sol-1.0.6/files mkdir -p sol-1.0.6/files > /dev/null 2>&1 echo x - sol-1.0.6/files/md5 sed 's/^X//' >sol-1.0.6/files/md5 << 'END-of-sol-1.0.6/files/md5' XMD5 (sol-1.0.6.tar.gz) = cbc5c9091506646b9ce2c34674df0ce5 END-of-sol-1.0.6/files/md5 echo c - sol-1.0.6/patches mkdir -p sol-1.0.6/patches > /dev/null 2>&1 echo x - sol-1.0.6/patches/patch-aa sed 's/^X//' >sol-1.0.6/patches/patch-aa << 'END-of-sol-1.0.6/patches/patch-aa' X--- Makefile Wed Aug 13 20:37:02 1997 X+++ /home/andy/tmp/wrk/Makefile Sun Apr 12 19:14:29 1998 X@@ -62,7 +62,7 @@ X ########################################################################### X X # Where do you want to install the program and the highscore file? X-INSTLIBDIR = /var/local/lib/games X+INSTLIBDIR = /usr/X11R6/share/sol X INSTBINDIR = /usr/local/games X INSTMANDIR = /usr/local/man/man6 X #INSTLIBDIR = /hom/sverrehu/lib END-of-sol-1.0.6/patches/patch-aa echo c - sol-1.0.6/pkg mkdir -p sol-1.0.6/pkg > /dev/null 2>&1 echo x - sol-1.0.6/pkg/COMMENT sed 's/^X//' >sol-1.0.6/pkg/COMMENT << 'END-of-sol-1.0.6/pkg/COMMENT' XSolitaire card game for X Window System. END-of-sol-1.0.6/pkg/COMMENT echo x - sol-1.0.6/pkg/DESCR sed 's/^X//' >sol-1.0.6/pkg/DESCR << 'END-of-sol-1.0.6/pkg/DESCR' XThis is a Solitaire card game highly inspired by the one Xbundeled with a well known "operating system". Features Xa site-wide highscore table. X Xhttp://home.sol.no/~sverrehu/pub-unix/html/sol.html END-of-sol-1.0.6/pkg/DESCR echo x - sol-1.0.6/pkg/PLIST sed 's/^X//' >sol-1.0.6/pkg/PLIST << 'END-of-sol-1.0.6/pkg/PLIST' X@owner games X@group games X@mode 6755 Xbin/sol X@owner X@group X@mode Xshare/doc/sol/CREDITS Xshare/doc/sol/README X@owner games X@group games X@mode 660 Xshare/sol/sol.score X@dirrm share/doc/sol X@dirrm share/sol END-of-sol-1.0.6/pkg/PLIST exit >How-To-Repeat: >Fix: Please, check and commit this port. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 29 3:10: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 428CF1512F for ; Thu, 29 Apr 1999 03:09:50 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 85752 invoked by uid 1003); 29 Apr 1999 12:03:30 -0000 Date: Thu, 29 Apr 1999 12:03:30 +0000 From: Neil Blakey-Milner To: Maxim Sobolev Cc: ports@FreeBSD.ORG Subject: Re: Usefull script to clean /usr/ports/distfiles. Testers neded Message-ID: <19990429120329.A82884@rucus.ru.ac.za> References: <37241D4B.C9DC6FD2@altavista.net> <19990426105508.A30028@rucus.ru.ac.za> <37242D15.77938D17@altavista.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95.1i In-Reply-To: <37242D15.77938D17@altavista.net>; from Maxim Sobolev on Mon, Apr 26, 1999 at 12:08:38PM +0300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon 1999-04-26 (12:08), Maxim Sobolev wrote: > It would be great, because I'm not very proof in perl programming ;(.  Maybe > after some fining we should make some sort of port like mergemaster! http://rucus.ru.ac.za/~nbm/distclean.pl It has three major options: -n doesn't do any md5 checks, which take ages. -o only looks for md5 differences. -d doesn't actually delete anything. It takes two optional arguments - the first the ports directory, which defaults to /usr/ports, and the second the distfiles directory, which defaults to $portsdir/distfiles. It does only one traversal if $portsdir/distfiles is actually physically under $portsdir (ie, not a symlink). It also takes care of symlinks for /usr/ports and /usr/ports/distfiles, which was a problem I discovered with your version (I think). It doesn't use any temporary files, or call any other programs except "md5". It uses the Cwd module, which comes with the standard perl install, and find.pl, which does too. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 29 5:40: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 84878157FF for ; Thu, 29 Apr 1999 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 FAA53153; Thu, 29 Apr 1999 05:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 335AF15158 for ; Thu, 29 Apr 1999 05:31:38 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id QAA13925; Thu, 29 Apr 1999 16:31:34 +0400 (MSD) (envelope-from andy) Message-Id: <199904291231.QAA13925@icc.surw.chel.su> Date: Thu, 29 Apr 1999 16:31:34 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11381: New port: Hermes-1.2.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11381 >Category: ports >Synopsis: New port: Hermes-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: Thu Apr 29 05:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of Hermes-1.2.4, fast pixel formats conversion library. HERMES, named after the messenger of the gods, is a library whose only purpose is to convert graphic data from one pixel format to another in the fastest possible way. HERMES will also do surface clearing. And it will do it FAST (even with x86 and MMX routines if you're on those platforms). http://hermes.terminal.at # 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: # # Hermes-1.2.4 # Hermes-1.2.4/Makefile # Hermes-1.2.4/files # Hermes-1.2.4/files/md5 # Hermes-1.2.4/pkg # Hermes-1.2.4/pkg/COMMENT # Hermes-1.2.4/pkg/PLIST # Hermes-1.2.4/pkg/DESCR # echo c - Hermes-1.2.4 mkdir -p Hermes-1.2.4 > /dev/null 2>&1 echo x - Hermes-1.2.4/Makefile sed 's/^X//' >Hermes-1.2.4/Makefile << 'END-of-Hermes-1.2.4/Makefile' X# New ports collection makefile for: Hermes X# Version required: 1.2.4 X# Date created: 29 April 1999 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= Hermes-1.2.4 XCATEGORIES= graphics XMASTER_SITES= http://hermes.terminal.at/files/ X XMAINTAINER= andy@icc.surw.chel.su X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X Xpost-install: X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/Hermes X.for file in AUTHORS CHANGES COPYING Hermes.spec README TODO TODO.conversion X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/Hermes X.endfor X @ ${INSTALL_DATA} ${WRKSRC}/docs/FAQ ${PREFIX}/share/doc/Hermes X @ ${MKDIR} ${PREFIX}/share/doc/Hermes/API X.for file in api-1.htm api-2.htm api-3.htm api-4.htm api.htm api.ps api.txt X @ ${INSTALL_DATA} ${WRKSRC}/docs/api/${file} ${PREFIX}/share/doc/Hermes/API X.endfor X @ ${INSTALL_DATA} ${WRKSRC}/docs/api/sgml/api.sgml ${PREFIX}/share/doc/Hermes/API X.endif X @ ${LDCONFIG} -m ${PREFIX}/lib X X.include END-of-Hermes-1.2.4/Makefile echo c - Hermes-1.2.4/files mkdir -p Hermes-1.2.4/files > /dev/null 2>&1 echo x - Hermes-1.2.4/files/md5 sed 's/^X//' >Hermes-1.2.4/files/md5 << 'END-of-Hermes-1.2.4/files/md5' XMD5 (Hermes-1.2.4.tar.gz) = 7b32961a5843485825a3f8d303b78513 END-of-Hermes-1.2.4/files/md5 echo c - Hermes-1.2.4/pkg mkdir -p Hermes-1.2.4/pkg > /dev/null 2>&1 echo x - Hermes-1.2.4/pkg/COMMENT sed 's/^X//' >Hermes-1.2.4/pkg/COMMENT << 'END-of-Hermes-1.2.4/pkg/COMMENT' XFast pixel formats conversion library. END-of-Hermes-1.2.4/pkg/COMMENT echo x - Hermes-1.2.4/pkg/PLIST sed 's/^X//' >Hermes-1.2.4/pkg/PLIST << 'END-of-Hermes-1.2.4/pkg/PLIST' Xinclude/Hermes/H_Clear.h Xinclude/Hermes/H_Conv.h Xinclude/Hermes/H_Format.h Xinclude/Hermes/H_Pal.h Xinclude/Hermes/Hermes.h Xinclude/Hermes/Types.h Xlib/libHermes.a Xlib/libHermes.la Xlib/libHermes.so.1 X@exec /sbin/ldconfig -m %B X@unexec /sbin/ldconfig -R Xshare/doc/Hermes/AUTHORS Xshare/doc/Hermes/CHANGES Xshare/doc/Hermes/COPYING Xshare/doc/Hermes/FAQ Xshare/doc/Hermes/Hermes.spec Xshare/doc/Hermes/README Xshare/doc/Hermes/TODO Xshare/doc/Hermes/TODO.conversion Xshare/doc/Hermes/API/api-1.htm Xshare/doc/Hermes/API/api-2.htm Xshare/doc/Hermes/API/api-3.htm Xshare/doc/Hermes/API/api-4.htm Xshare/doc/Hermes/API/api.htm Xshare/doc/Hermes/API/api.ps Xshare/doc/Hermes/API/api.sgml Xshare/doc/Hermes/API/api.txt X@dirrm share/doc/Hermes/API X@dirrm share/doc/Hermes X@dirrm include/Hermes END-of-Hermes-1.2.4/pkg/PLIST echo x - Hermes-1.2.4/pkg/DESCR sed 's/^X//' >Hermes-1.2.4/pkg/DESCR << 'END-of-Hermes-1.2.4/pkg/DESCR' X HERMES, named after the messenger of the gods, is a library whose Xonly purpose is to convert graphic data from one pixel format to another in Xthe fastest possible way. X X HERMES will also do surface clearing. And it will do it FAST (even with Xx86 and MMX routines if you're on those platforms). X Xhttp://hermes.terminal.at END-of-Hermes-1.2.4/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 29 6:48:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.42.68.2]) by hub.freebsd.org (Postfix) with ESMTP id D4ACA1583E for ; Thu, 29 Apr 1999 06:48:00 -0700 (PDT) (envelope-from sobomax@altavista.net) Received: from vega. (dialup1-5.iptelecom.net.ua [212.42.68.132]) by ipt2.iptelecom.net.ua (8.8.8/8.8.8) with ESMTP id QAA02122; Thu, 29 Apr 1999 16:48:12 +0300 (EEST) (envelope-from sobomax@altavista.net) Received: from altavista.net (big_brother [192.168.1.1]) by vega. (8.9.2/8.9.2) with ESMTP id QAA35166; Thu, 29 Apr 1999 16:46:52 +0300 (EEST) (envelope-from sobomax@altavista.net) Message-ID: <372862CA.B089EED3@altavista.net> Date: Thu, 29 Apr 1999 16:46:50 +0300 From: Maxim Sobolev Reply-To: sobomax@altavista.net Organization: Vega International Capital X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: ru,en MIME-Version: 1.0 To: Neil Blakey-Milner Cc: ports@FreeBSD.ORG Subject: Re: Usefull script to clean /usr/ports/distfiles. Testers neded References: <37241D4B.C9DC6FD2@altavista.net> <19990426105508.A30028@rucus.ru.ac.za> <37242D15.77938D17@altavista.net> <19990429120329.A82884@rucus.ru.ac.za> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Neil Blakey-Milner wrote: > On Mon 1999-04-26 (12:08), Maxim Sobolev wrote: > > It would be great, because I'm not very proof in perl programming ;(.š Maybe > > after some fining we should make some sort of port like mergemaster! > > http://rucus.ru.ac.za/~nbm/distclean.pl > > It has three major options: > š -n doesn't do any md5 checks, which take ages. > ššššššš -o only looks for md5 differences. > ššššššš -d doesn't actually delete anything. > > It takes two optional arguments - the first the ports directory, which > defaults to /usr/ports, and the second the distfiles directory, which > defaults to $portsdir/distfiles. > > It does only one traversal if $portsdir/distfiles is actually physically > under $portsdir (ie, not a symlink).š It also takes care of symlinks for > /usr/ports and /usr/ports/distfiles, which was a problem I discovered > with your version (I think). > > It doesn't use any temporary files, or call any other programs except > "md5".š It uses the Cwd module, which comes with the standard perl > install, and find.pl, which does too. Thank you for a good work, however needs provision for "multi-md5" distfiles: su-2.03# ./distclean.pl -d Distfiles clean utility, inspired by Maxim Sobolev Deleting /usr/ports/distfiles/uudeview-0.5.13.tar.gz ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-this distfile is Ok, why it should be deleted? Deleting /usr/ports/distfiles/speak_freely-6.1e.tar.gz Deleting /usr/ports/distfiles/navigator-v45-export.x86-unknown-linux2.0.tar.gz Deleting /usr/ports/distfiles/mico-2.2.4.tar.gz su-2.03# md5 /usr/ports/distfiles/uudeview-0.5.13.tar.gz MD5 (/usr/ports/distfiles/uudeview-0.5.13.tar.gz) = fda32e2de4a6b92eb56f1e286ae3815a su-2.03# cat /usr/ports/converters/uudeview/files/md5 MD5 (uudeview-0.5.13.tar.gz) = fda32e2de4a6b92eb56f1e286ae3815a MD5 (uudeview-0.5.13.tar.gz) = dddf4c01973307c7d203f55c5e0c7fc3 š To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 29 7:10:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id B7F3A15165 for ; Thu, 29 Apr 1999 07:10:08 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 33389 invoked by uid 1003); 29 Apr 1999 16:10:34 -0000 Date: Thu, 29 Apr 1999 16:10:34 +0000 From: Neil Blakey-Milner To: Maxim Sobolev Cc: ports@FreeBSD.ORG Subject: Re: Usefull script to clean /usr/ports/distfiles. Testers neded Message-ID: <19990429161034.A31751@rucus.ru.ac.za> References: <37241D4B.C9DC6FD2@altavista.net> <19990426105508.A30028@rucus.ru.ac.za> <37242D15.77938D17@altavista.net> <19990429120329.A82884@rucus.ru.ac.za> <372862CA.B089EED3@altavista.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <372862CA.B089EED3@altavista.net>; from Maxim Sobolev on Thu, Apr 29, 1999 at 04:46:50PM +0300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu 1999-04-29 (16:46), Maxim Sobolev wrote: > su-2.03# md5 /usr/ports/distfiles/uudeview-0.5.13.tar.gz > MD5 (/usr/ports/distfiles/uudeview-0.5.13.tar.gz) = > fda32e2de4a6b92eb56f1e286ae3815a > > su-2.03# cat /usr/ports/converters/uudeview/files/md5 > MD5 (uudeview-0.5.13.tar.gz) = fda32e2de4a6b92eb56f1e286ae3815a > MD5 (uudeview-0.5.13.tar.gz) = dddf4c01973307c7d203f55c5e0c7fc3 We support that? Scary! I can think of a way to support this - is there really need for this though? Are there other ports that use this? (or, rather, should there be?) I'll post the update tomorrow. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 29 8: 0: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AA9214FA6 for ; Thu, 29 Apr 1999 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 IAA21946; Thu, 29 Apr 1999 08:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from souffle.respo.or.jp (host9067.respo.or.jp [210.152.229.67]) by hub.freebsd.org (Postfix) with ESMTP id 83C3314C4E for ; Thu, 29 Apr 1999 07:56:32 -0700 (PDT) (envelope-from k5@respo.or.jp) Received: (from k5@localhost) by souffle.respo.or.jp (8.9.3/3.7W) id XAA14948; Thu, 29 Apr 1999 23:56:31 +0900 (JST) Message-Id: <199904291456.XAA14948@souffle.respo.or.jp> Date: Thu, 29 Apr 1999 23:56:31 +0900 (JST) From: k5@respo.or.jp Reply-To: k5@respo.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11384: Update port: emulators/xsystem35 (1.0.6 -> 1.0.7) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11384 >Category: ports >Synopsis: Update port: emulators/xsystem35 (1.0.6 -> 1.0.7) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 29 08:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: FUJISHIMA Satsuki >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: update to 1.0.7. >How-To-Repeat: >Fix: Index: ports/emulators/xsystem35/Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/xsystem35/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 1999/04/26 02:33:57 1.15 +++ Makefile 1999/04/29 14:42:30 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.15 1999/04/26 02:33:57 mharo Exp $ # -DISTNAME= xsystem35-1.0.6 +DISTNAME= xsystem35-1.0.7 CATEGORIES= emulators MASTER_SITES= http://www.aist-nara.ac.jp/~masaki-c/private/unitbase/xsys35/down/ Index: ports/emulators/xsystem35/files/md5 =================================================================== RCS file: /home/ncvs/ports/emulators/xsystem35/files/md5,v retrieving revision 1.10 diff -u -r1.10 md5 --- md5 1999/04/26 02:33:58 1.10 +++ md5 1999/04/29 14:39:05 @@ -1 +1 @@ -MD5 (xsystem35-1.0.6.tar.gz) = 5eaf4b1195b971867a8918ea33930abc +MD5 (xsystem35-1.0.7.tar.gz) = 7fc0160761dd59be553be1c19d9c5f66 >Release-Note: >Audit-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 29 11:40: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 516FF158D1 for ; Thu, 29 Apr 1999 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 LAA09722; Thu, 29 Apr 1999 11:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from foo.ems.mindspring.net (foo.ems.mindspring.net [209.86.81.150]) by hub.freebsd.org (Postfix) with ESMTP id C2E1915141 for ; Thu, 29 Apr 1999 11:35:20 -0700 (PDT) (envelope-from cnh@foo.ems.mindspring.net) Received: (from cnh@localhost) by foo.ems.mindspring.net (8.9.3/8.9.2) id OAA46997; Thu, 29 Apr 1999 14:35:43 -0400 (EDT) (envelope-from cnh) Message-Id: <199904291835.OAA46997@foo.ems.mindspring.net> Date: Thu, 29 Apr 1999 14:35:43 -0400 (EDT) From: cnh@mindspring.com Reply-To: cnh@mindspring.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11388: patch for ircII so /window create works Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11388 >Category: ports >Synopsis: patch for ircII so /window create works >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 29 11:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Christopher N. Harrell >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: Any >Description: The connect() call had an off-by-one, and an error was printed even if ttyname(0) succeeded. >How-To-Repeat: cd /usr/ports/net/ircII ; make install ; irc /window create >Fix: --- wserv.c.orig Fri Jan 17 14:53:54 1997 +++ wserv.c Thu Apr 29 14:28:33 1999 @@ -87,7 +87,7 @@ strcpy(addr->sun_path, argv[1]); s = socket(AF_UNIX, SOCK_STREAM, 0); if (0 > connect(s, (struct sockaddr *) addr, sizeof(addr->sun_family) + - strlen(addr->sun_path))) + strlen(addr->sun_path) + 1)) exit(0); /* @@ -95,10 +95,10 @@ * can grab the size of the tty, and have it changed. */ - tmp = ttyname(0); + if ((tmp = ttyname(0)) == NULL) + perror("ttyname(0)"); write(s, tmp, strlen(tmp)); write(s, "\n", 1); - perror(tmp); term_init(); >Release-Note: >Audit-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 29 12:50:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 81B3614E77 for ; Thu, 29 Apr 1999 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 MAA15572; Thu, 29 Apr 1999 12:50:01 -0700 (PDT) (envelope-from gnats@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 E292115243 for ; Thu, 29 Apr 1999 12:42:54 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 6C1921437; Thu, 29 Apr 1999 12:42:53 -0700 (PDT) Message-Id: <19990429194253.6C1921437@norn.ca.eu.org> Date: Thu, 29 Apr 1999 12:42:53 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11390: Update: games/gtkballs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11390 >Category: ports >Synopsis: Update: games/gtkballs >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 29 12:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 1.04. Now uses gtk12 rather than gtk10. >How-To-Repeat: >Fix: Index: gtkballs/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/games/gtkballs/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/01/22 21:34:35 1.2 +++ Makefile 1999/04/29 19:36:29 @@ -1,12 +1,12 @@ # New ports collection makefile for: gtkballs -# Version required: 1.02 +# Version required: 1.04 # Date created: 11 November 1998 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.2 1999/01/22 21:34:35 nectar Exp $ # -DISTNAME= gtkballs-1.02 +DISTNAME= gtkballs-1.04 CATEGORIES= games MASTER_SITES= ftp://lucifer.dorms.spbu.ru/pub/Linux/games/ \ http://lucifer.dorms.spbu.ru/gtkballs/ \ @@ -15,13 +15,8 @@ MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 -ALL_TARGET= gtkballs -MAKEFILE= makefile -USE_X_PREFIX= yes -WRKSRC= ${WRKDIR}/gtkballs - MAN6= gtkballs.6 do-install: @@ -29,7 +24,7 @@ @ ${INSTALL_MAN} ${WRKSRC}/gtkballs.6 ${PREFIX}/man/man6 @ ${MKDIR} ${PREFIX}/share/gtkballs @ ${INSTALL_DATA} ${WRKSRC}/gtkballs-data/*.xpm ${PREFIX}/share/gtkballs - @ ${INSTALL_DATA} ${WRKSRC}/gtkballs-data/.gtkballs-score ${PREFIX}/share/gtkballs/score + @ ${INSTALL_DATA} ${WRKSRC}/score ${PREFIX}/share/gtkballs/score @ chmod a+rw ${PREFIX}/share/gtkballs/score .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/gtkballs Index: gtkballs/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/games/gtkballs/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1998/12/24 07:23:02 1.1.1.1 +++ md5 1999/04/29 19:25:00 @@ -1 +1 @@ -MD5 (gtkballs-1.02.tar.gz) = 1346921f54e88df5ba241a7e90e6d8f6 +MD5 (gtkballs-1.04.tar.gz) = 362bd7fc8c1196787c832581d478f7cf Index: gtkballs/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/games/gtkballs/patches/patch-aa,v retrieving revision 1.2 diff -u -r1.2 patch-aa --- patch-aa 1999/01/22 21:34:35 1.2 +++ patch-aa 1999/04/29 19:32:41 @@ -1,6 +1,6 @@ ---- makefile.orig Sun Nov 15 03:37:57 1998 -+++ makefile Fri Jan 22 15:10:46 1999 -@@ -6,15 +6,15 @@ +--- Makefile.orig Thu Apr 29 12:32:03 1999 ++++ Makefile Thu Apr 29 12:32:30 1999 +@@ -6,15 +6,14 @@ # # Installation prefix # @@ -10,12 +10,12 @@ # # C options # - CFLAGS?= -Wall -ansi -pedantic -g +-CFLAGS = -Wall -pedantic -g CFLAGS+= -DPREFIX=\"$(PREFIX)\" --CFLAGS+= `gtk-config --cflags` +-CFLAGS+= `gtk-config --cflags` -CLIBS= `gtk-config --libs` -+CFLAGS+= `gtk10-config --cflags` -+CLIBS= `gtk10-config --libs` ++CFLAGS+= `gtk12-config --cflags` ++CLIBS= `gtk12-config --libs` - all: gtkballs TAGS - + RM=rm -f + PROGS=gtkballs Index: gtkballs/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/games/gtkballs/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1998/12/24 07:23:02 1.1.1.1 +++ PLIST 1999/04/29 19:39:44 @@ -4,43 +4,22 @@ share/doc/gtkballs/README.russian share/doc/gtkballs/TODO share/gtkballs/blue_ball.xpm -share/gtkballs/blue_ball_1.xpm -share/gtkballs/blue_ball_2.xpm -share/gtkballs/blue_ball_3.xpm -share/gtkballs/blue_ball_4.xpm -share/gtkballs/blue_ball_5.xpm share/gtkballs/brown_ball.xpm -share/gtkballs/brown_ball_1.xpm -share/gtkballs/brown_ball_2.xpm -share/gtkballs/brown_ball_3.xpm -share/gtkballs/brown_ball_4.xpm -share/gtkballs/brown_ball_5.xpm share/gtkballs/cyan_ball.xpm -share/gtkballs/cyan_ball_1.xpm -share/gtkballs/cyan_ball_2.xpm -share/gtkballs/cyan_ball_3.xpm -share/gtkballs/cyan_ball_4.xpm -share/gtkballs/cyan_ball_5.xpm share/gtkballs/empty_cell.xpm share/gtkballs/green_ball.xpm -share/gtkballs/green_ball_1.xpm -share/gtkballs/green_ball_2.xpm -share/gtkballs/green_ball_3.xpm -share/gtkballs/green_ball_4.xpm -share/gtkballs/green_ball_5.xpm share/gtkballs/gtkballs.xpm +share/gtkballs/gtkballs_about.xpm +share/gtkballs/paw_down_1.xpm +share/gtkballs/paw_down_2.xpm +share/gtkballs/paw_left_1.xpm +share/gtkballs/paw_left_2.xpm +share/gtkballs/paw_right_1.xpm +share/gtkballs/paw_right_2.xpm +share/gtkballs/paw_up_1.xpm +share/gtkballs/paw_up_2.xpm share/gtkballs/pink_ball.xpm -share/gtkballs/pink_ball_1.xpm -share/gtkballs/pink_ball_2.xpm -share/gtkballs/pink_ball_3.xpm -share/gtkballs/pink_ball_4.xpm -share/gtkballs/pink_ball_5.xpm share/gtkballs/red_ball.xpm -share/gtkballs/red_ball_1.xpm -share/gtkballs/red_ball_2.xpm -share/gtkballs/red_ball_3.xpm -share/gtkballs/red_ball_4.xpm -share/gtkballs/red_ball_5.xpm @mode 666 share/gtkballs/score @mode @@ -52,10 +31,5 @@ share/gtkballs/small_red_ball.xpm share/gtkballs/small_yellow_ball.xpm share/gtkballs/yellow_ball.xpm -share/gtkballs/yellow_ball_1.xpm -share/gtkballs/yellow_ball_2.xpm -share/gtkballs/yellow_ball_3.xpm -share/gtkballs/yellow_ball_4.xpm -share/gtkballs/yellow_ball_5.xpm @dirrm share/doc/gtkballs @dirrm share/gtkballs -Chris >Release-Note: >Audit-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 29 13:10: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BA9914E77 for ; Thu, 29 Apr 1999 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA17935; Thu, 29 Apr 1999 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2F30F158E0; Thu, 29 Apr 1999 13:01:44 -0700 (PDT) Message-Id: <19990429200144.2F30F158E0@hub.freebsd.org> Date: Thu, 29 Apr 1999 13:01:44 -0700 (PDT) From: wefa@callcenter.systemhaus.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11391: gnomelibs-1.0.4 port broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11391 >Category: ports >Synopsis: gnomelibs-1.0.4 port broken >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 29 13:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Christoph Weber-Fahr >Release: 3.1-RELEASE w. ports update to 3.1-stable >Organization: O.tel.o Communications >Environment: >Description: most recent -stable ports collection. trying to make gnome. test# pwd /data/ports/x11/gnomelibs test# make ===> Extracting for gnomelibs-1.0.4 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for gnome-libs-1.0.4.tar.gz. ===> gnomelibs-1.0.4 depends on executable: gmake - found ===> gnomelibs-1.0.4 depends on shared library: gdk_imlib.3 - found ===> gnomelibs-1.0.4 depends on shared library: Xpm.4 - found ===> gnomelibs-1.0.4 depends on shared library: ORBit.1 - found ===> gnomelibs-1.0.4 depends on shared library: esd.1 - found ===> gnomelibs-1.0.4 depends on shared library: X11.6 - found ===> Patching for gnomelibs-1.0.4 ===> Applying FreeBSD patches for gnomelibs-1.0.4 1 out of 1 hunks failed--saving rejects to Makefile.in.rej 1 out of 1 hunks failed--saving rejects to libgnome/Makefile.in.rej 1 out of 3 hunks failed--saving rejects to libgnomeui/Makefile.in.rej 1 out of 1 hunks failed--saving rejects to libgnorba/Makefile.in.rej 1 out of 3 hunks failed--saving rejects to zvt/Makefile.in.rej *** Error code 5 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 29 13:10: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 824AE150A5 for ; Thu, 29 Apr 1999 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA17944; Thu, 29 Apr 1999 13:10:01 -0700 (PDT) (envelope-from gnats@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 EC74F14C8E for ; Thu, 29 Apr 1999 13:06:47 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 551041437; Thu, 29 Apr 1999 13:06:47 -0700 (PDT) Message-Id: <19990429200647.551041437@norn.ca.eu.org> Date: Thu, 29 Apr 1999 13:06:47 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11392: Fix: x11-clocks/asclock-xlib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11392 >Category: ports >Synopsis: Fix: x11-clocks/asclock-xlib >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 29 13:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Port should DEPEND on Xpm.4. (Found by Satoshi's package building scripts) >How-To-Repeat: >Fix: Index: asclock-xlib/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/x11-clocks/asclock-xlib/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/04/25 00:37:57 1.1.1.1 +++ Makefile 1999/04/29 19:47:15 @@ -12,6 +12,8 @@ MAINTAINER= kuriyama@FreeBSD.ORG +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + HAS_CONFIGURE= YES WRKSRC= ${WRKDIR}/asclock-xlib USE_X_PREFIX= YES -Chris >Release-Note: >Audit-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 29 13:10: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CF18115212 for ; Thu, 29 Apr 1999 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA17953; Thu, 29 Apr 1999 13:10:02 -0700 (PDT) (envelope-from gnats@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 B59F114C89 for ; Thu, 29 Apr 1999 13:06:51 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id B666B143C; Thu, 29 Apr 1999 13:06:51 -0700 (PDT) Message-Id: <19990429200651.B666B143C@norn.ca.eu.org> Date: Thu, 29 Apr 1999 13:06:51 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11393: Fix: x11/aterm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11393 >Category: ports >Synopsis: Fix: x11/aterm >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 29 13:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: One of the master sites' distfiles doesn't match the md5 checksum, so I added the new checksum to md5. It was verified that nothing had changed by a diff -ruN between the original and the new, so it should be fine. Found by: Satoshi's package building scripts. >How-To-Repeat: >Fix: Index: aterm/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/x11/aterm/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/03/08 20:59:22 1.2 +++ md5 1999/04/29 19:58:19 @@ -1 +1,2 @@ MD5 (aterm-0.3.4.tar.gz) = 555ca711affe9e06010701230d5a6759 +MD5 (aterm-0.3.4.tar.gz) = a481a97822bcc1a1dfe04b8867b7653e -Chris >Release-Note: >Audit-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 29 13:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 462EA14D68 for ; Thu, 29 Apr 1999 13:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA21880; Thu, 29 Apr 1999 13:40:01 -0700 (PDT) (envelope-from gnats@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 81B4215290 for ; Thu, 29 Apr 1999 13:30:34 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 4AC2F1437; Thu, 29 Apr 1999 13:30:34 -0700 (PDT) Message-Id: <19990429203034.4AC2F1437@norn.ca.eu.org> Date: Thu, 29 Apr 1999 13:30:34 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11394: Fix: x11-wm/blackbox Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11394 >Category: ports >Synopsis: Fix: x11-wm/blackbox >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 29 13:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Add a couple master sites and remove a dead one. While I'm here take out the CXXFLAGS=... in the makefile and change patch-ae to the proper form it should have been in the first place. >How-To-Repeat: >Fix: Index: blackbox/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/x11-wm/blackbox/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 1999/03/24 03:36:21 1.19 +++ Makefile 1999/04/29 20:23:39 @@ -9,15 +9,14 @@ DISTNAME= blackbox-0.50.4 CATEGORIES= x11-wm MASTER_SITES= ftp://balance.wiw.org/pub/blackbox/ \ - ftp://ftp.aist.com.ua/pub/unix/window_managers/blackbox/ + ftp://ftp.dti.ad.jp/pub/X/blackbox/ \ + ftp://ftp.max.irk.ru/unix/x/wm/ MAINTAINER= ports@FreeBSD.ORG USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_BZIP2= yes - -CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" .if !defined(USE_KDE) pre-fetch: Index: blackbox/patches/patch-ae =================================================================== RCS file: /cvs/FreeBSD/ports/x11-wm/blackbox/patches/patch-ae,v retrieving revision 1.2 diff -u -r1.2 patch-ae --- patch-ae 1999/03/24 03:36:22 1.2 +++ patch-ae 1999/04/29 20:26:05 @@ -1,10 +1,11 @@ ---- src/Screen.cc.orig Sat Mar 20 04:10:34 1999 -+++ src/Screen.cc Mon Mar 22 14:10:11 1999 -@@ -311,7 +311,6 @@ +--- src/Screen.cc.orig Thu Apr 29 13:25:43 1999 ++++ src/Screen.cc Thu Apr 29 13:25:53 1999 +@@ -311,7 +311,7 @@ } #ifdef KDE - unsigned long data = (unsigned long) workspacesList->count(); ++ data = (unsigned long) workspacesList->count(); XChangeProperty(display, root_window, blackbox->getKWMNumberOfDesktopsAtom(), -Chris >Release-Note: >Audit-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 29 16:42:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id B84DD15155 for ; Thu, 29 Apr 1999 16:42:47 -0700 (PDT) (envelope-from naddy@mips.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id BAA17055 for freebsd-ports@freebsd.org; Fri, 30 Apr 1999 01:42:46 +0200 (CEST) (envelope-from naddy@mips.rhein-neckar.de) Received: by mips.rhein-neckar.de id m10czPq-000WyeC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Fri, 30 Apr 1999 00:36:22 +0200 (CEST) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Format of pkg/COMMENT? Date: 30 Apr 1999 00:36:16 +0200 Message-ID: <7gamt0$fcr$1@mips.rhein-neckar.de> To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Regarding pkg/COMMENT, should - the first word always be capitalized? - the line end with a period '.'? Looking at existing ports doesn't reveal any kind of agreement. OpenBSD has standardized on "no capitalization, no period" and recently their portmaster has gone over all ports and made this uniformly so. What's the FreeBSD position? -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de 100+ SF Book Reviews: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 29 16:42:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id BE189156D7 for ; Thu, 29 Apr 1999 16:42:54 -0700 (PDT) (envelope-from naddy@mips.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id BAA17060 for freebsd-ports@freebsd.org; Fri, 30 Apr 1999 01:42:53 +0200 (CEST) (envelope-from naddy@mips.rhein-neckar.de) Received: by mips.rhein-neckar.de id m10czgA-000WyeC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Fri, 30 Apr 1999 00:53:14 +0200 (CEST) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Build variables to respect besides CFLAGS? Date: 30 Apr 1999 00:53:11 +0200 Message-ID: <7gansn$g6f$1@mips.rhein-neckar.de> To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org What other build variables should be respected besides CFLAGS? CC? -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de 100+ SF Book Reviews: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 29 16:50: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 59BE915882 for ; Thu, 29 Apr 1999 16:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA32564; Thu, 29 Apr 1999 16:50:02 -0700 (PDT) (envelope-from gnats@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 A5B69154EA for ; Thu, 29 Apr 1999 16:41:20 -0700 (PDT) (envelope-from root@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 0) id 6A5F413F7; Thu, 29 Apr 1999 16:41:19 -0700 (PDT) Message-Id: <19990429234119.6A5F413F7@norn.ca.eu.org> Date: Thu, 29 Apr 1999 16:41:19 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11397: Update: sysutils/ascpu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11397 >Category: ports >Synopsis: Update: sysutils/ascpu >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 29 16:50:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 1.5 >How-To-Repeat: >Fix: Index: ascpu/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/sysutils/ascpu/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/04/23 16:35:57 1.2 +++ Makefile 1999/04/29 23:32:00 @@ -1,12 +1,12 @@ # New ports collection makefile for: ascpu -# Version required: 1.4 +# Version required: 1.5 # Date created: 18 February 1999 # Whom: Dima Sivachenko # # $Id: Makefile,v 1.2 1999/04/23 16:35:57 jseger Exp $ # -DISTNAME= ascpu-1.4 +DISTNAME= ascpu-1.5 CATEGORIES= sysutils afterstep MASTER_SITES= http://bewoner.dma.be/Albert/software/ \ http://www.tigr.net/afterstep/as-apps/download/ascpu/ \ Index: ascpu/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/sysutils/ascpu/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/04/23 16:35:57 1.2 +++ md5 1999/04/29 23:33:57 @@ -1 +1 @@ -MD5 (ascpu-1.4.tar.gz) = 610108debda0458c2eebc2232a0f1e9a +MD5 (ascpu-1.5.tar.gz) = b71dccfb83feb742152e52b9059650f6 -Chris >Release-Note: >Audit-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 29 16:50: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE73E1587E for ; Thu, 29 Apr 1999 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA32555; Thu, 29 Apr 1999 16:50:01 -0700 (PDT) (envelope-from gnats@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 76B1115519 for ; Thu, 29 Apr 1999 16:41:27 -0700 (PDT) (envelope-from root@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 0) id 4046013F9; Thu, 29 Apr 1999 16:41:26 -0700 (PDT) Message-Id: <19990429234126.4046013F9@norn.ca.eu.org> Date: Thu, 29 Apr 1999 16:41:26 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11396: Update: net/greed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11396 >Category: ports >Synopsis: Update: net/greed >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 29 16:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to .750, make patch-ad proper. >How-To-Repeat: >Fix: Index: greed/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/greed/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 1999/04/25 17:51:23 1.4 +++ Makefile 1999/04/29 23:27:35 @@ -1,12 +1,12 @@ # New ports collection makefile for: greed -# Version required: 0.666 +# Version required: 0.750 # Date created: 13 April 1999 # Whom: Chris Piazza # # $Id: Makefile,v 1.4 1999/04/25 17:51:23 mharo Exp $ # -DISTNAME= greed-0.7 +DISTNAME= greed-0.750 CATEGORIES= net MASTER_SITES= http://www.public.asu.edu/~arturner/ Index: greed/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/net/greed/files/md5,v retrieving revision 1.4 diff -u -r1.4 md5 --- md5 1999/04/25 17:51:23 1.4 +++ md5 1999/04/29 23:27:58 @@ -1 +1 @@ -MD5 (greed-0.7.tar.gz) = 5bc0ee1ef8df8010000a4e1838b56112 +MD5 (greed-0.750.tar.gz) = ebc282ef12afdc3dfb1bf7845f00040e Index: greed/patches/patch-ad =================================================================== RCS file: /cvs/FreeBSD/ports/net/greed/patches/patch-ad,v retrieving revision 1.1 diff -u -r1.1 patch-ad --- patch-ad 1999/04/25 17:51:24 1.1 +++ patch-ad 1999/04/29 23:28:56 @@ -1,10 +1,11 @@ ---- main.h.orig Fri Apr 23 23:32:36 1999 -+++ main.h Fri Apr 23 23:32:41 1999 -@@ -48,7 +48,6 @@ +--- main.h.orig Thu Apr 29 16:28:25 1999 ++++ main.h Thu Apr 29 16:28:32 1999 +@@ -48,7 +48,7 @@ #include #include #include -#include ++#include + #include #include #include - -Chris >Release-Note: >Audit-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 29 16:51:45 1999 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 0A26A15155 for ; Thu, 29 Apr 1999 16:51:43 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 9B5FF13F7; Thu, 29 Apr 1999 16:51:42 -0700 (PDT) Content-Length: 425 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <7gansn$g6f$1@mips.rhein-neckar.de> Date: Thu, 29 Apr 1999 16:51:42 -0700 (PDT) Reply-To: Chris Piazza From: Chris Piazza To: (Christian Weisgerber) Subject: RE: Build variables to respect besides CFLAGS? Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 29-Apr-99 Christian Weisgerber wrote: > What other build variables should be respected besides CFLAGS? > CC? Generally CC, CFLAGS/CXXFLAGS, PREFIX(most important, really!), and also MOTIFLIB if necessary. I think that's mostly it, but look at www.freebsd.org/handbook/porting.html and bsd.port.mk, of course. --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 29 18: 0:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B3F2A154E2 for ; Thu, 29 Apr 1999 18:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA36497; Thu, 29 Apr 1999 18:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from asama.kashio.info.mie-u.ac.jp (asama.kashio.info.mie-u.ac.jp [133.67.36.10]) by hub.freebsd.org (Postfix) with ESMTP id A15F7150AA for ; Thu, 29 Apr 1999 17:58:40 -0700 (PDT) (envelope-from honda@kashio.info.mie-u.ac.jp) Received: from ena.kashio.info.mie-u.ac.jp (ena [133.67.35.144]) by asama.kashio.info.mie-u.ac.jp (8.9.3+3.1W/3.7W) with ESMTP id JAA29321; Fri, 30 Apr 1999 09:58:36 +0900 (JST) Received: (from honda@localhost) by ena.kashio.info.mie-u.ac.jp (8.8.8/3.6W) id JAA16599; Fri, 30 Apr 1999 09:58:35 +0900 (JST) Message-Id: <199904300058.JAA16599@ena.kashio.info.mie-u.ac.jp> Date: Fri, 30 Apr 1999 09:58:35 +0900 (JST) From: HONDA Yasuhiro Reply-To: honda@kashio.info.mie-u.ac.jp To: FreeBSD-gnats-submit@freebsd.org, honda@kashio.info.mie-u.ac.jp X-Send-Pr-Version: 3.2 Subject: ports/11398: update: ja-rxvt 2.6PRE2 -> 2.6PRE3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11398 >Category: ports >Synopsis: update ja-rxvt: 2.6PRE2 -> 2.6PRE3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 29 18:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: HONDA Yasuhiro >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: Mie University >Environment: >Description: update port/japanese/rxvt 2.6PRE2 -> 2.6PRE3 >How-To-Repeat: >Fix: begin 644 rxvt-2.6p2-2.6p3.patch M9&EF9B`M8W).(')X=G0O36%K969I;&4@'9T+3(N-BY04D4R M"B$@4$M'3D%-13T):F$M'9T+PH@(`H@($U!24Y404E.15(]"6AO;F1A0&MA'9T+3(N-BY0 M4D4S"B$@4$M'3D%-13T):F$M'9T+V1E=F5L+PH@(`H@($U!24Y404E.15(]"6AO;F1A0&MA65S"B`@1TY57T-/3D9)1U5213T@ M('EE'9T+C$*(2!#3TY&24=54D5?05)'4ST)+2UE;F%B M;&4M>'!M+6)A8VMG&EM("TM96YA8FQE+6MA;FII M("TM96YA8FQE+6UE;G5B87(@+2UE;F%B;&4M9W)A<&AI8W,@+2UD:7-A8FQE M+6)A8VMS<&%C92UK97D@+2UD:7-A8FQE+61E;&5T92UK97D*("`*("!$3T-$ M25(]"0DD>U!2149)6'TOU!2149)6'TO;&EB+U@Q,2]R>'9T"BTM+2`Q."PR-"`M+2TM"B`@55-%7UA? M4%)%1DE8/0EY97,*("!'3E5?0T].1DE'55)%/2`@>65S"B`@34%.,3T)"7)X M=G0N,0HA($-/3D9)1U5215]!4D=3/0DM+65N86)L92UX<&TM8F%C:V=R;W5N M9"`M+65N86)L92UTU!2149)6'TOU!2149)6'TO;&EB+U@Q,2]R>'9T"F1I9F8@+6-R3B!R>'9T+V9I M;&5S+U)%041-12YJ82!R>'9T+3(N-G`S+V9I;&5S+U)%041-12YJ80HJ*BH@ M'9T+3(N-G`S+V9I;&5S+U)%041-12YJ80E7960@07!R(#(X(#`Y M.C4W.C,R(#$Y.3D**BHJ*BHJ*BHJ*BHJ*BHJ"BHJ*B`Q+#0R("HJ*BH*(2!R M>'9T+3(N-"XYI,YP;W)TI,NDQ*2DI,8*("`M+2TM+2TM+2TM+2TM+2TM+2TM M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM M+2TM+2TM+2TM+2TM+2TM"B`@"B`@S-R\H3H*("`*("`@(#$N(+.US=<*(2`@ M(#(N('!OI-ZD[*3&I*2DZZ71I<.EP:3+I.BDPZ3&Q,FRPZ2UI.RD MQJ2DI.NUH<>]"B`@("`S+B#&_,OINDRZ3/O?&DJZ3LI,:DI*3*I*0@+EAR97-O=7)C97.DSL#? MQ.H*(2`@(#NDMZ2_DWJ2YH:,*("`*("`*(2`R+B!P;W)TI,NTWJ3>I.RDQJ2D MI.NET:7#I<&DRZ3HI,.DQL3)LL.DM:3LI,:DI*3KM:''O0H@(`HA(*2SI,YP M;W)TI,NTWJ3>I.RDQJ2DI.NET:7#I<&DRZ3HI,.DQG)X=G2DR\3)LL.DM:3L MI,:DI*3KM:''O:3/L,JRO*3.Q,RDZJ3'I+FAHPH@(`HA("`@3W9EDQFEN<'5T(&UE=&AO9*2LS:VX M^J3+I,JDZPH@("`@L.S#MFEN<'5T(&UE=&AO9*3RNZ:DMZ3&I*NDZ;K&I-.U MK\:PI+>DQFEN<'5T(&UE=&AO9*2LS:VX^J3+I,JDZPHA("`@+EAR97-O=7)C M97,@I,=I;G!U="!M971H;V2DR,;^SL^DSJ6YI;^EI*7KI/*[V,3JLL3'O2`H M3W9ENDMZ2_EU:6II>NER*3. MOO7"UJ3'"B$@QOS+W+CL*,JXN_JELZ&\IEU:6II>NER*3'I,^EMZ75I>DSZ&BI;.EWJ7SIEMZ7GI?.DQPH@ M("UK;2!S:FES(*3RR=6DL:3&M:_&L*2WI-ZDN:&C"B`@"BTM+2`Q+#0Q("TM M+2T*(2!R>'9TI,Y824VEM:7=H;RER*3+I,2DI*3&"B`@+2TM+2TM+2TM+2TM M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+0H@(`H@(,S'9TI,Y824VDR[38I+FDZ[6AQ[T*("`@(#,N(,;\R]RX M[*3.R;V\J`H@("`@-"X@QOS+W+CLQO[.SZ3.ROW+H0HA("`@-2X@:6YP=70@ M;65T:&]DH:+&_L[/I,ZEN:6_I:2EZZ3.P-_$Z@HA("`@-BX@S.3"ZL7`"B$@ M("`W+B"DO:3.PKX*("`*("`M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM M+2TM+2TM"B`@"B`@,2X@L[7-UPH@(`HA(')X=G2DQZ3/H:)K:6YP=70RI.16 M2D4M1&5L=&&DRJ3)I,X@6$E-("A8($EN<'5T($UE=&AO9"D@4')O=&]C;VP* M(2"D\J6UI=VAO*7(I+>DQJ2DI.MI;G!U="!M971H;V2DQT]V97)4:&53<&]T M+"!/9F94:&53<&]T+"!2;V]TI,X*(2`SI,2DSJ6YI;^EI*7KI,?&_,ODSZ&BQOS+ MW+CLI,[)O;RHI.3&_L[/I,NTV*2YI.O`XLS`I/*DMZ3>I+FAHPH@(`H@(`HA M(#(N(')X=G2DSEA)3:3+M-BDN:3KM:''O0H@(`HA(')X=G2DSEA)3:3+M-BD MN:3KM:''O:3/L,JRO*3.Q,RDZJ3'I+FAHPH@(`HA("`@3W9ENDQ\;\R]RX[,;^SL^D MK++$Q[T*("`@(')X=G2D\K6OQK"DMZ2_N.6DRVEN<'5T(&UE=&AO9*3RM:_& ML*2WI,9I;G!U="!M971H;V2DK,VMN/JDRZ3*I.L*("`@(+#LP[9I;G!U="!M M971H;V2D\KNFI+>DQJ2KI.FZQJ33M:_&L*2WI,9I;G!U="!M971H;V2DK,VM MN/JDRZ3*I.L*(2`@("Y8I?.ER:7II:2E\Z6JI=>E MMZ7GI?.DQVEN<'5T(&UE=&AO9*3("B$@("#&_L[/I,ZEN:6_I:2EZZ3RN]C$ MZK+$Q[T@*$]V97)4:&53<&]T+"!/9F94:&53<&]T+"!2;V]T*0H@(`H@(`H@ M(#,N(,;\R]RX[*3.R;V\J`H@(`HA(')X=G2DSZ7'I=6EJ:7KIDK:3>I+FAHZ7'I=6EJ:7KIEU:7(2DE3I,_)O;RH MI+FDZ[OVI*RDQZ2MI-ZDNZ3SH:,*(""EMZ75IFEI*7SI,ZEJJ77I;>EYZ7SI,<*("`M:VT@I+FAHPH@(`HJ*BHJ*BHJ*BHJ*BHJ*BH**BHJ M(#0Y+#4W("HJ*BH*("`HSN,I"B`@4GAV="IM=6QT:6-H87)?96YC;V1I;FDK:3*I*^DRJ3J MI-ZDN:&C25-/+3(P,C(M2E"DQZ3/R;V\J*3'I*VDWJ2YH:,*(2#)O;RHI+FD MZ\JXN_JELZ&\II+FAHPH@(`H@(`HM+2T@-#@L-3<@+2TM+0H@ M("C.XRD*("!2>'9T*FUU;'1I8VAAEU:7(2DE3I,NDN:3KI,BUU:3+QOS+W+CL M155#I/(*(2#)O;RHI+FDZ[OVI*RDQZ2MI,JDKZ3*I.JDWJ2YH:-)4T\M,C`R M,BU*4*3'I,_)O;RHI,>DK:3>I+FAHPHA(,F]O*BDN:3KRKB[^J6SH;RER:2L MI;>EU:7(2DE3I,Z[_J3/VEL:&\I>ND M\FIA7TI0+E-*25.DR\#?Q.JDMZ3&I*2DRJ2DI,AK:6YP=70RI,JDR:3'QOS+ MW+CLI/(*("#&_L[/I+FDZ[O^I,O*N+OZI/*SSL3JI+FDZZ3(RKB[^J2LQLFD MX:3*I*^DRJ3#I,:DMZ3>I*2DWJ2YH:,*("`*("`**BHJ*BHJ*BHJ*BHJ*BHJ M"BHJ*B`V,"PQ,#D@*BHJ*@H@(,[CI*BDT*&B:VEN<'5T,J3RN\BDPZ3&QOS+ MW+CLI/+&_L[/I+>DOZ2DONRYYZ3/H:(*(""PRK*\I,ZDZ*2FI,NELZ7>I?.E MR:3RQO[.SZ2WI-ZDN:&C"B`@"B`@)2!S971E;G8@6$U/1$E&24524R!`:6T] M:VEN<'5T,@H@("4@DN:&C*0H@(`H@(&MI;G!U=#*DSW)X=G2DZ*3JP.BDR[6O MQK"DMZ3&I.*XY:3+M:_&L*2WI,:DXKF]I*2DWJ2[I/.AHPH@(%-H:69T("L@ M4W!A8V4@I:VAO*3'QOS+W+CLQO[.SZ3RLZN[SZ2YI.N[]J2LI,>DK:3>I+FA MHPHA("Y8>DSZ&BON6DSL[CI,XB:VEN<'5T,B*DSKWJI/(*(2"[R,W1I+FD MZVEN<'5T(&UE=&AO9*3.I;.EWJ7SIDSL*^I,[)],JLI,_'R;SJI,>D MJZ3#I+.DI*2DI,ZDRZ&B"B$@LK^DQW)X=G2DP*2QO[^DP\?RI,['V+?*I,JD M\Z3`H;PA(*2KI,.DL["MI*0A(0HA(*3(I*K#LJ2MI,ZDHJ3*I+^DSR`M<&EX M;6%P(*6JI=>EMZ7GI?.D\LG5I+&DQK6OQK"DN:3KI*NAH@H@(`HA("C.XRD* M(2`E(')X=G0@+7!I>&UA<"!^+V)A8VMG'!M"B$@"B$@I=NAO*7@ MI<>EHZ7LI:^ER*7JI,X@+EAR97-O=7)C97,@I,NPRK*\I,ZDZ*2FI,JTMJ2X MI,<*(2"]\:2DI,:DJJ2MI-ZDMZ3GI*:AHPHA(`HA("C.XRD*(2!2>'9T*F)A M8VMGIND\J2TI.FD\[*\I+6DI*&C"B$@ M"B$@"B$@-BX@I=ZERZ7EI:*EZZ3+I,^]\:2KI.RDQJ2DI,JDI"`N6')EEI*7SI;FER*&\I>NDMZ2_JEO:&\I;FPRK.PI,MP M;W)TI,NTWJ3>I.RDQJ2DI.NET:7#I<&DRZ3+I.BDPZ3&(FEN<'5T365T:&]D M(J3("B$@(G!R965D:714>7!E(B"DSC*DQ*3.I>JEO:&\I;FD\L#?Q.JDN:3K MN_:DK*3'I*VDWJ2YH:,*(2#.XZ2HI-"AHFMI;G!U=#*D\KO(I,.DQJ&B3W9E M>AHJ7; MH;REX*7'I:.E[*6OI>DSZ&B"B`@L,JRO*3.I.BD MIJ3+I;.EWJ7SII+FAHPH@(`HK("4@DN:&C*0H@(`HK(+3$MJW*T;_T3$%.1Z3/I=NAO*7@I<>EHZ7LI:^ER*7J MI,XN8W-HDQJ2DI.RDT`HK(')X=G2D\K6OQK"DN:3K MP;"DRZ3OI+:D[Z2VP-_$ZJ2YI.O)K,W7I,^DHJ3JI-ZDNZ3SH:,*("!K:6YP M=70RI,]R>'9TI.BDZL#HI,NUK\:PI+>DQJ3BN.6DR[6OQK"DMZ3&I.*YO:2D MI-ZDNZ3SH:,*("!3:&EF="`K(%-P86-E(*6MH;RDQ\;\R]RX[,;^SL^D\K.K MN\^DN:3KN_:DK*3'I*VDWJ2YH:,*(2`N6')EI+^DSZ6SI=ZE M\Z7)I>FEI*7SI:JEUZ6WI>>E\Z3RN\BDPZ3&"B$@:6YP=70@;65T:&]DI,[` MW\3JI/*YU*3#I,:DI*3KONRYYZ3/M,2VKI+ND\Z&CPKZDSFEN<'5T(&UE=&AO9*3R MN\C-T:2YI.N^[+GGI,^AH@HA(+[EI,[.XZ3.(FMI;G!U=#(BI,Z]ZJ3RN\C- MT:2YI.MI;G!U="!M971H;V2DSJ6SI=ZE\Z7)S+ZDR\/6I*VTN:2HI,:RO*2U MI*2AHPH@(`H@(`HA(#4N(&EN<'5T(&UE=&AO9*&BQO[.SZ3.I;FEOZ6DI>ND MSL#?Q.H*("`*(2!R>'9TI,>DSRY8FEI*7S MI:JEUZ6WI>>E\Z3'"B$@:6YP=70@;65T:&]DI,C&_L[/I,ZEN:6_I:2EZZ3R MP-_$ZJ3'I*VDWJ2YH:,*("`*(2#.XZ2HI-"AHFMI;G!U=#*D\KO(I,.DQD]V M97)4:&53<&]TI;FEOZ6DI>NDQPHA(,;\R]RX[*3RQO[.SZ2YI.NDZ*2FI,O` MW\3JI+FDZ[[LN>>AHJ7;H;REX*7'I:.E[*6OII?.ER:3RN\BDPZ3&"B`@:6YP=70@;65T M:&]DI/*[IJ2YI,BAHB!R>'9TI*REJ*7IH;REX:7#I;NAO*6XI/+%QZ2DI,8* M(""]JLZ[I+>DQJ2WI-ZDIKOVI*RDHJ3JI-ZDN:&C"B`@"B`@"B$@."X@I+VD MSL*^I*2D[:2DI.T*("`*(2"DLZ3.<&]R=*3+M-ZDWJ3LI,:DI*3KI=&EPZ7! MI,^AHK7^Q=3"Y[/8I,ZZYDMZ3>I+FAHPH@(`HA(+B]NM^AHJ2SI,YP;W)TI,>EI*7SI;FE MR*&\I>NDMZ2_DK:3KN_:D\K/.QZ>DMZ3& MI*2DWJ2YH:,*("`*(2"DWJ2_H:*DLZ3.<&]R=*3+M-BDN:3K5V5BI=JAO*6X MI,\@"B`@:'1T<#HO+W=W=RYN;V)U=&%K82YC;VTO<')O9W)A;7,OI+FAHPHA(*3BI+>AHJ2SI,YP;W)TI,NTV*2YI.NDM+#5 MN*NDRJ3)I*RDM*2VI*2DWJ2WI+^DZ:&B"B$@;F]B=71A:V%`;F]B=71A:V$N M8V]M(*3>I,>DJK3JI*2DMZ3>I+FAHPH@(`H@("TM+2TM+2TM+2TM+2TM+2TM M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM M+2TM+2TM+2TM+2TM+2TM+2T*(2`Q.3DXQZ\Q,;?N-L;\("`@("`@("`@("`@ M("`@("`@("`@("`@("`@("`@(.C?PZL@Q*J_\B`\;F]B=71A:V%`;F]B=71A M:V$N8V]M/@HM+2T@.30L,3,Q("TM+2T*("`H(E)O;W0BI-ZDOZ3/(D]V97)4 M:&53<&]T(J3.I,FDP:3II*LII/*[V,3JI+>DQK*\I+6DI*&C(`H@('!R965D M:714>7!EI,^EQZ75I:FEZZ7(I,>DST]V97)4:&53<&]TI,NDRJ3#I,:DI*3> MI+FAHPH@(`HK(*3>I+^AHBUI;2"DR*2DI*:EJJ77I;>EYZ7SI,=I;G!U="!M M971H;V2D\J&B+7!TI,BDI*2FI:JEUZ6WI>>E\Z3'"BL@QO[.SZ3.I;FEOZ6D MI>ND\KO8Q.JDN:3KN_:DXJ3'I*VDWJ2YH:,**R#`Z,3XI,C&L:2XI.BDIJ3+ MP-_$ZJ2YI.N^[+GGI,NDS[#*LKRDSJ3HI*:DRW)X=G2D\K6OQK"DMZ3>I+FA MHPHK(`HK("C.XRD**R`E(')X=G0@+6EM(&MI;G!U=#(@+7!T($]V97)4:&53 M<&]T("8**R`**R"DRJ2JH:*ELZ7>I?.ER:7II:2E\Z6JI=>EMZ7GI?.DR"Y8 MDO[[LN>>DSPHK(*6SI=ZE\Z7)I>FE MI*7SI:JEUZ6WI>>E\Z3.ROVDK,VEP.BDM:3LI-ZDN:&C"BL@"B`@"B$@-BX@ MS.3"ZL7`"B`@"B`@:6YP=70@;65T:&]DI*S-K;CZI,NDRJ3#I,:DI*3KI?.ER:3RN\BDPZ3&"B`@:6YP=70@;65T:&]DI/*[ MIJ2YI,BAHB!R>'9TI*REJ*7IH;REX:7#I;NAO*6XI/+%QZ2DI,8*(""]JLZ[ MI+>DQJ2WI-ZDIKOVI*RDHJ3JI-ZDN:&C"B`@"B`@"B$@-RX@I+VDSL*^"B`@ M"B$@#0@I,@* M("!62D4M1&5L=&$@5F5R(#(N-2!F;W(@3&EN=7@O0E-$(%M&4D5%(%1224%, M(%9%4E-)3TY=(*3'"B`@QOS+W+CLI,[&_L[/I*RDQZ2MI.N[]J3RL\['IZ2W MI,:DI*3>I+FAHPH@(`HA(*3>I+^AHG)X=G2DSEA)3:6UI=VAO*7(I,NTV*2Y MI.M796*EVJ&\I;BDSR`*("!H='1P.B\O=W=W+FYO8G5T86MA+F-O;2]P'9T+FAT;6P@I,NDHJ3JI-ZDN:&C"B$@I.*DMW)X=G2DSEA)3:6U MI=VAO*7(I,NTV*2YI.NDM+#5N*NDRJ3)I*RDM*2VI*2DWJ2WI+^DZ:&B"B$@ MZ-_#JR#$JK_R(#QN;V)U=&%K84!N;V)U=&%K82YC;VT^(*3>I,>DJK3JI*2D MMZ3>I+FAHPH@(`H@("TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM M+2T*(2`Q.3DYQZ\RM^XQ,L;\("`@("`@("`@("`@("`@("`@("`@("`@("`@ M("`@(.C?PZL@Q*J_\B`\;F]B=71A:V%`;F]B=71A:V$N8V]M/@ID:69F("UC M'9T+3(N-BY04D4R M+G1ABD@/2`P.31C868Q,S,U-3=B-C%B,C(P-&8W.&-F,S$T8S=E,@HM M+2T@,2`M+2TM"B$@340U("AR>'9T+3(N-BY04D4S+G1ABD@/2`V,S`Y =-&8Q964T,S,X.30Q9C8U9C8V8C`V.6(S,C0P8@HS ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 29 18: 2:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8253E14FA2; Thu, 29 Apr 1999 18:02:36 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA36611; Thu, 29 Apr 1999 18:02:36 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Date: Thu, 29 Apr 1999 18:02:36 -0700 (PDT) From: Message-Id: <199904300102.SAA36611@freefall.freebsd.org> To: davidyu@ken.csie.ntu.edu.tw, foxfair@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11321: [new port] zh-aterm-0.3.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [new port] zh-aterm-0.3.4 State-Changed-From-To: open->closed State-Changed-By: foxfair State-Changed-When: Thu Apr 29 18:02:03 PDT 1999 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 29 21:32:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id 00FFB14E58 for ; Thu, 29 Apr 1999 21:32:06 -0700 (PDT) (envelope-from naddy@mips.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id GAA04696 for freebsd-ports@freebsd.org; Fri, 30 Apr 1999 06:32:05 +0200 (CEST) (envelope-from naddy@mips.rhein-neckar.de) Received: by mips.rhein-neckar.de id m10d10R-000WyeC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Fri, 30 Apr 1999 02:18:15 +0200 (CEST) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Installing localized man pages? Date: 30 Apr 1999 02:18:12 +0200 Message-ID: <7gass4$gq5$1@mips.rhein-neckar.de> To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org What if a port already provides localized man pages, e.g. program.1, program_de.1, program_fr.1? It would be a shame to let them go to waste, but how/where to install them? -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de carpe librum: books 'n' reviews To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 29 21:37:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F86C14D79; Thu, 29 Apr 1999 21:37:27 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA50055; Thu, 29 Apr 1999 21:37:27 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Thu, 29 Apr 1999 21:37:27 -0700 (PDT) From: Message-Id: <199904300437.VAA50055@freefall.freebsd.org> To: dbader@eece.unm.edu, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10617: New Port: archivers/pkzip-2.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port: archivers/pkzip-2.5 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Apr 29 21:37:13 PDT 1999 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 29 21:42:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 16A54153E1; Thu, 29 Apr 1999 21:42:16 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA50390; Thu, 29 Apr 1999 21:42:15 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Thu, 29 Apr 1999 21:42:15 -0700 (PDT) From: Message-Id: <199904300442.VAA50390@freefall.freebsd.org> To: k5@respo.or.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11189: New port: archivers/linux_rar Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: archivers/linux_rar State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Apr 29 21:42:00 PDT 1999 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 29 21:56:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 269EF15544; Thu, 29 Apr 1999 21:56:22 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA52009; Thu, 29 Apr 1999 21:56:22 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Thu, 29 Apr 1999 21:56:22 -0700 (PDT) From: Message-Id: <199904300456.VAA52009@freefall.freebsd.org> To: cpiazza@home.net, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11174: New port: astro/wmsun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: astro/wmsun State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Apr 29 21:56:10 PDT 1999 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 29 21:56:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C2A5314F90; Thu, 29 Apr 1999 21:56:40 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA52089; Thu, 29 Apr 1999 21:56:40 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Thu, 29 Apr 1999 21:56:40 -0700 (PDT) From: Message-Id: <199904300456.VAA52089@freefall.freebsd.org> To: cpiazza@home.net, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11173: New port: astro/wmspaceweather Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: astro/wmspaceweather State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Apr 29 21:56:27 PDT 1999 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 29 22:33:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6960314E93; Thu, 29 Apr 1999 22:33:11 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA57671; Thu, 29 Apr 1999 22:33:11 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Thu, 29 Apr 1999 22:33:11 -0700 (PDT) From: Message-Id: <199904300533.WAA57671@freefall.freebsd.org> To: runge@rostock.zgdv.de, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11188: new port for xtu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port for xtu State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Apr 29 22:32:54 PDT 1999 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 29 22:48:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 302A515098; Thu, 29 Apr 1999 22:48:24 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA59745; Thu, 29 Apr 1999 22:48:24 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Thu, 29 Apr 1999 22:48:24 -0700 (PDT) From: Message-Id: <199904300548.WAA59745@freefall.freebsd.org> To: cpiazza@home.net, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11171: New port: misc/wmmand Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: misc/wmmand State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Apr 29 22:48:11 PDT 1999 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 29 23: 1:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B35FD15852; Thu, 29 Apr 1999 23:01:43 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA61417; Thu, 29 Apr 1999 23:01:43 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Thu, 29 Apr 1999 23:01:43 -0700 (PDT) From: Message-Id: <199904300601.XAA61417@freefall.freebsd.org> To: jim@blues.ghis.net, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11297: new port: wmtz-0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: wmtz-0.2 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Apr 29 23:00:27 PDT 1999 State-Changed-Why: I changed the category from misc to x11-clock, and 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 29 23:18:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 43B0B1508D; Thu, 29 Apr 1999 23:18:48 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA62997; Thu, 29 Apr 1999 23:18:48 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 29 Apr 1999 23:18:48 -0700 (PDT) From: Message-Id: <199904300618.XAA62997@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: ports/9840: patch allows ports to fetch their sources via CVS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: patch allows ports to fetch their sources via CVS Responsible-Changed-From-To: freebsd-ports->asami Responsible-Changed-By: mharo Responsible-Changed-When: Thu Apr 29 23:17:38 PDT 1999 Responsible-Changed-Why: Satoshi's area To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 0: 0:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 9E3B71508D for ; Fri, 30 Apr 1999 00:00:38 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 19154 invoked by uid 1003); 30 Apr 1999 09:01:19 -0000 Date: Fri, 30 Apr 1999 09:01:19 +0000 From: Neil Blakey-Milner To: Tim Vanderhoek Cc: Maxim Sobolev , ports@freebsd.org Subject: Re: Usefull script to clean /usr/ports/distfiles. Testers neded Message-ID: <19990430090119.A12237@rucus.ru.ac.za> References: <37241D4B.C9DC6FD2@altavista.net> <19990426105508.A30028@rucus.ru.ac.za> <37242D15.77938D17@altavista.net> <19990429120329.A82884@rucus.ru.ac.za> <372862CA.B089EED3@altavista.net> <19990429161034.A31751@rucus.ru.ac.za> <19990429122149.C51491@mad> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <19990429122149.C51491@mad>; from Tim Vanderhoek on Thu, Apr 29, 1999 at 12:21:49PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu 1999-04-29 (12:21), Tim Vanderhoek wrote: > Even worse, we support > > MD5 (uudeview-0.5.13.tar.gz) = fda32e2de4a6b92eb56f1e286ae3815adddf4c01973307c7d203f55c5e0c7fc3 > > :-) Evil! Luckily, that's how I decided to handle the multiple md5's - concat them, and do a regex check for the md5 of the distfile in the md5s contain in the md5 files. http://rucus.ru.ac.za/~nbm/distclean.pl Maxim, you mind testing this version? Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 0:12:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from boispop1.bois.uswest.net (boispop1.bois.uswest.net [207.108.224.1]) by hub.freebsd.org (Postfix) with SMTP id 4F99215590 for ; Fri, 30 Apr 1999 00:12:26 -0700 (PDT) (envelope-from kvgu@uswest.net) Received: (qmail 27997 invoked by alias); 30 Apr 1999 07:12:25 -0000 Delivered-To: fixup-freebsd-ports@FreeBSD.ORG@fixme Received: (qmail 27990 invoked by uid 0); 30 Apr 1999 07:12:24 -0000 Received: from unknown (HELO Chilly?Willy.jgalive.com) (207.225.37.154) by boispop1.bois.uswest.net with SMTP; 30 Apr 1999 07:12:24 -0000 Message-Id: <3.0.6.32.19990430011659.007ade10@boispop1.bois.uswest.net> X-Sender: kvgu@boispop1.bois.uswest.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Fri, 30 Apr 1999 01:16:59 -0600 To: freebsd-ports@FreeBSD.ORG From: Subject: Apache13-php3 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Greets: Was recently installing Apache1.3.6 w/php3 and modssl port, when openssl complained thusly: ===> Applying distribution patches for openssl-0.9.2b Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to crypto/rsa/rsa_oaep_test.c.rej Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to rsaref/rsaref.c.rej *** Error code 2 Stop. *** Error code 1 I did this same install on a similarly configured box (PII 300 Compaq Proliant) only a couple weeks back w/no worries. So why has rsa suddenly decided to get a bee in it's bonnet? Thanks-- kg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 0:36:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB20515868; Fri, 30 Apr 1999 00:36:52 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA67900; Fri, 30 Apr 1999 00:36:52 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 30 Apr 1999 00:36:52 -0700 (PDT) From: Message-Id: <199904300736.AAA67900@freefall.freebsd.org> To: runge@rostock.zgdv.de, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11187: new port (xlupe) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port (xlupe) State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 30 00:36:34 PDT 1999 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 30 0:52:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 352EF152D0; Fri, 30 Apr 1999 00:52:27 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA69512; Fri, 30 Apr 1999 00:52:27 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 30 Apr 1999 00:52:27 -0700 (PDT) From: Message-Id: <199904300752.AAA69512@freefall.freebsd.org> To: dima@Chg.RU, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10514: New port - V.E.R.A. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port - V.E.R.A. State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 30 00:52:13 PDT 1999 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 30 1: 6:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.42.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 2B2E11584A for ; Fri, 30 Apr 1999 01:06:18 -0700 (PDT) (envelope-from sobomax@altavista.net) Received: from vega. (dialup3-34.iptelecom.net.ua [212.42.69.225]) by ipt2.iptelecom.net.ua (8.8.8/8.8.8) with ESMTP id LAA27791; Fri, 30 Apr 1999 11:06:56 +0300 (EEST) (envelope-from sobomax@altavista.net) Received: from altavista.net (big_brother [192.168.1.1]) by vega. (8.9.2/8.9.2) with ESMTP id LAA04872; Fri, 30 Apr 1999 11:06:13 +0300 (EEST) (envelope-from sobomax@altavista.net) Message-ID: <3729645F.BF52A073@altavista.net> Date: Fri, 30 Apr 1999 11:05:51 +0300 From: Maxim Sobolev Reply-To: sobomax@altavista.net Organization: Vega International Capital X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: ru,en MIME-Version: 1.0 To: Neil Blakey-Milner Cc: Tim Vanderhoek , ports@freebsd.org Subject: Re: Usefull script to clean /usr/ports/distfiles. Testers neded References: <37241D4B.C9DC6FD2@altavista.net> <19990426105508.A30028@rucus.ru.ac.za> <37242D15.77938D17@altavista.net> <19990429120329.A82884@rucus.ru.ac.za> <372862CA.B089EED3@altavista.net> <19990429161034.A31751@rucus.ru.ac.za> <19990429122149.C51491@mad> <19990430090119.A12237@rucus.ru.ac.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > On Thu 1999-04-29 (12:21), Tim Vanderhoek wrote: > > Even worse, we support > > > > MD5 (uudeview-0.5.13.tar.gz) = fda32e2de4a6b92eb56f1e286ae3815adddf4c01973307c7d203f55c5e0c7fc3 > > > > :-) > > Evil! > > Luckily, that's how I decided to handle the multiple md5's - concat them, and > do a regex check for the md5 of the distfile in the md5s contain in the md5 > files. > > http://rucus.ru.ac.za/~nbm/distclean.pl > > Maxim, you mind testing this version? Seems OK now - my 227 distfiles processed correctly (either with and without -n option). Do you have a time to write man page because unfortunately my english very poor :( ? Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 1:33:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 46789158F0; Fri, 30 Apr 1999 01:33:54 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA74096; Fri, 30 Apr 1999 01:33:54 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 30 Apr 1999 01:33:54 -0700 (PDT) From: Message-Id: <199904300833.BAA74096@freefall.freebsd.org> To: brett@peloton.physics.montana.edu, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10489: new port of gnotepad+ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port of gnotepad+ State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 30 01:32:25 PDT 1999 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 30 1:40: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 57559158EE for ; Fri, 30 Apr 1999 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 BAA74871; Fri, 30 Apr 1999 01:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (slwag1p05.ozemail.com.au [203.108.157.21]) by hub.freebsd.org (Postfix) with ESMTP id 05B5B158DD for ; Fri, 30 Apr 1999 01:36:16 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id SAA68670; Fri, 30 Apr 1999 18:36:16 +1000 (EST) Message-Id: <199904300836.SAA68670@blues.ghis.net> Date: Fri, 30 Apr 1999 18:36:16 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11400: new port: wmtictactoe-0.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11400 >Category: ports >Synopsis: new port: wmtictactoe-0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 30 01:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: New port of wmtictactoe. Tic-Tac-Toe in a dockapp. >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: # # wmtictactoe # wmtictactoe/patches # wmtictactoe/patches/patch-aa # wmtictactoe/Makefile # wmtictactoe/files # wmtictactoe/files/md5 # wmtictactoe/pkg # wmtictactoe/pkg/PLIST # wmtictactoe/pkg/DESCR # wmtictactoe/pkg/COMMENT # echo c - wmtictactoe mkdir -p wmtictactoe > /dev/null 2>&1 echo c - wmtictactoe/patches mkdir -p wmtictactoe/patches > /dev/null 2>&1 echo x - wmtictactoe/patches/patch-aa sed 's/^X//' >wmtictactoe/patches/patch-aa << 'END-of-wmtictactoe/patches/patch-aa' X--- Makefile.orig Wed Apr 28 19:57:46 1999 X+++ Makefile Wed Apr 28 20:13:14 1999 X@@ -1,9 +1,10 @@ X+INCLUDES = -I/usr/X11R6/include X LIBDIR = -L/usr/X11R6/lib X LIBS = -lXpm -lXext -lX11 X OBJS = wmtictactoe.o ../wmgeneral/wmgeneral.o X X .c.o: X- cc -c -g -O2 -Wall $< -o $*.o X+ cc -c -g -O2 -Wall $(INCLUDES) $< -o $*.o X X all: wmtictactoe X X@@ -17,5 +18,4 @@ X rm wmtictactoe X X install: X- /usr/bin/install -c -o 0 -g 0 -s -m 755 wmtictactoe /usr/local/bin/wmtictactoe X- X+ /usr/bin/install -c -o 0 -g 0 -s -m 755 wmtictactoe /usr/X11R6/bin/wmtictactoe END-of-wmtictactoe/patches/patch-aa echo x - wmtictactoe/Makefile sed 's/^X//' >wmtictactoe/Makefile << 'END-of-wmtictactoe/Makefile' X# New ports collection makefile for: wmtictactoe X# Version required: 0.4 X# Date created: 28 Apr 1999 X# Whom: Jim Mock X# X# $Id$ X# X XDISTNAME= wmtictactoe-0.4 XCATEGORIES= games windowmaker afterstep XMASTER_SITES= http://atlas.ucpel.tche.br/~acamargo/ X XMAINTAINER= jim@phrantic.phear.net X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XUSE_GMAKE= yes XWRKSRC= ${WRKDIR}/wmtictactoe.app/wmtictactoe XUSE_X_PREFIX= yes X Xpost-install: X @${ECHO} " " X @${ECHO} "-------------------------------------------------------" X @${ECHO} "===> Run 'wmtictactoe --help' for the available options" X @${ECHO} "-------------------------------------------------------" X @${ECHO} " " X X.include END-of-wmtictactoe/Makefile echo c - wmtictactoe/files mkdir -p wmtictactoe/files > /dev/null 2>&1 echo x - wmtictactoe/files/md5 sed 's/^X//' >wmtictactoe/files/md5 << 'END-of-wmtictactoe/files/md5' XMD5 (wmtictactoe-0.4.tar.gz) = dd96623a1748f50d62cc7c94deacdfea END-of-wmtictactoe/files/md5 echo c - wmtictactoe/pkg mkdir -p wmtictactoe/pkg > /dev/null 2>&1 echo x - wmtictactoe/pkg/PLIST sed 's/^X//' >wmtictactoe/pkg/PLIST << 'END-of-wmtictactoe/pkg/PLIST' Xbin/wmtictactoe END-of-wmtictactoe/pkg/PLIST echo x - wmtictactoe/pkg/DESCR sed 's/^X//' >wmtictactoe/pkg/DESCR << 'END-of-wmtictactoe/pkg/DESCR' XYet another app for the Window Maker dock or AfterStep Wharf. XwmTicTacToe is exactly what it sounds like.. Tic-Tac-Toe in a dock Xapp. X XWWW Homepage: http://atlas.ucpel.tche.br/~acamargo/ X X- Jim END-of-wmtictactoe/pkg/DESCR echo x - wmtictactoe/pkg/COMMENT sed 's/^X//' >wmtictactoe/pkg/COMMENT << 'END-of-wmtictactoe/pkg/COMMENT' XwmTicTacToe is a dock application game for the Window Maker dock. END-of-wmtictactoe/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 Fri Apr 30 1:49:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C97BA15843; Fri, 30 Apr 1999 01:49:37 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA75601; Fri, 30 Apr 1999 01:49:37 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 30 Apr 1999 01:49:37 -0700 (PDT) From: Message-Id: <199904300849.BAA75601@freefall.freebsd.org> To: pfgiffun@bachue.usc.unal.edu.co, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10846: New port: THE text editor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: THE text editor State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 30 01:49:19 PDT 1999 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 30 2: 0: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 53F7015846 for ; Fri, 30 Apr 1999 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 CAA76427; Fri, 30 Apr 1999 02:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from islay.hoogehof.nl (islay.demon.nl [212.238.39.75]) by hub.freebsd.org (Postfix) with ESMTP id 5E55715843 for ; Fri, 30 Apr 1999 01:59:08 -0700 (PDT) (envelope-from jos@islay.demon.nl) Received: from intranet by mailgate id KAA06733 for ; Fri, 30 Apr 1999 10:58:13 +0200 (CEST) Received: by localhost id KAA00688; Fri, 30 Apr 1999 10:58:12 +0200 (CEST) Message-Id: <199904300858.KAA00688@localhost> Date: Fri, 30 Apr 1999 10:58:12 +0200 (CEST) From: Jos Vissers Reply-To: jos@islay.demon.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11401: mergemaster uses $PAGER but sets its own path Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11401 >Category: ports >Synopsis: mergemaster uses $PAGER but sets its own path >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 30 02:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jos Vissers >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: mermemaster sets PATH explicitely: PATH=/bin:/usr/bin:/usr/sbin When you have PAGER set to less then mergemaster complains it cannot find less. >How-To-Repeat: run mergemaster with the environment variable PAGER set to less >Fix: change PATH= line in mergemaster to: PATH=/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin >Release-Note: >Audit-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 30 2: 9:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 58C0715982; Fri, 30 Apr 1999 02:09:21 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA77374; Fri, 30 Apr 1999 02:09:21 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Date: Fri, 30 Apr 1999 02:09:21 -0700 (PDT) From: Message-Id: <199904300909.CAA77374@freefall.freebsd.org> To: cpiazza@home.net, kuriyama@FreeBSD.org, freebsd-ports@FreeBSD.org, kuriyama@FreeBSD.org Subject: Re: ports/11392: Fix: x11-clocks/asclock-xlib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix: x11-clocks/asclock-xlib State-Changed-From-To: open->closed State-Changed-By: kuriyama State-Changed-When: Fri Apr 30 02:08:29 PDT 1999 State-Changed-Why: Patch applied. Thanks! Responsible-Changed-From-To: freebsd-ports->kuriyama Responsible-Changed-By: kuriyama Responsible-Changed-When: Fri Apr 30 02:08:29 PDT 1999 Responsible-Changed-Why: It's my port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 2:31: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A5B615A8A; Fri, 30 Apr 1999 02:31:05 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA79817; Fri, 30 Apr 1999 02:31:04 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 30 Apr 1999 02:31:04 -0700 (PDT) From: Message-Id: <199904300931.CAA79817@freefall.freebsd.org> To: ozz@FreeBSD.org.ru, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11101: New port cpbk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port cpbk State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 30 02:30:40 PDT 1999 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 30 2:45:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE82314C91; Fri, 30 Apr 1999 02:45:58 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA80774; Fri, 30 Apr 1999 02:45:58 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 30 Apr 1999 02:45:58 -0700 (PDT) From: Message-Id: <199904300945.CAA80774@freefall.freebsd.org> To: dima@Chg.RU, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9920: New port - xnc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port - xnc State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 30 02:44:37 PDT 1999 State-Changed-Why: I changed the category from misc to x11-fm (x11 file manager), and 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 30 4:50:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail13.svr.pol.co.uk (mail13.svr.pol.co.uk [195.92.193.24]) by hub.freebsd.org (Postfix) with ESMTP id 11D97152D0 for ; Fri, 30 Apr 1999 04:50:50 -0700 (PDT) (envelope-from tom@eborcom.com) Received: from modem-111.penicillin.dialup.pol.co.uk ([62.136.83.111]) by mail13.svr.pol.co.uk with esmtp (Exim 2.12 #1) id 10dBof-0005Eh-00 for freebsd-ports@freebsd.org; Fri, 30 Apr 1999 12:50:49 +0100 Received: (qmail 2286 invoked by uid 5000); 30 Apr 1999 09:56:44 -0000 Date: Fri, 30 Apr 1999 10:56:43 +0100 From: Tom Hukins To: Christian Weisgerber Cc: freebsd-ports@freebsd.org Subject: Re: Format of pkg/COMMENT? Message-ID: <19990430105643.A2251@eborcom.com> Mail-Followup-To: Christian Weisgerber , freebsd-ports@freebsd.org References: <7gamt0$fcr$1@mips.rhein-neckar.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <7gamt0$fcr$1@mips.rhein-neckar.de>; from Christian Weisgerber on Fri, Apr 30, 1999 at 12:36:16AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Apr 30, 1999 at 12:36:16AM +0200, Christian Weisgerber wrote: > Regarding pkg/COMMENT, should > - the first word always be capitalized? > - the line end with a period '.'? > > Looking at existing ports doesn't reveal any kind of agreement. I'm afraid I can't give a definitive answer, but under the "Quick Porting" section of "Making a port yourself" in the Handbook, the following example is given: A cat chasing a mouse all over the screen. This suggests that both capitalisation and a terminating period should be used. If this isn't the case, the Handbook should be changed. Regards, Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 6: 0: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 82D30159FA for ; Fri, 30 Apr 1999 06:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA96566; Fri, 30 Apr 1999 06:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 62C2D15120 for ; Fri, 30 Apr 1999 05:52:27 -0700 (PDT) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id QAA09451; Fri, 30 Apr 1999 16:52:58 +0400 (MSD) Message-Id: <199904301252.QAA09451@netserv1.chg.ru> Date: Fri, 30 Apr 1999 16:52:58 +0400 (MSD) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11402: Update net/mrtg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11402 >Category: ports >Synopsis: Update net/mrtg >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 30 06:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-RELEASE i386 >Organization: >Environment: >Description: Also please close ports/11276. >How-To-Repeat: >Fix: diff -Nur mrtg.old/Makefile mrtg/Makefile --- mrtg.old/Makefile Thu Apr 22 13:59:45 1999 +++ mrtg/Makefile Fri Apr 30 16:42:50 1999 @@ -6,9 +6,10 @@ # $Id: Makefile,v 1.12 1999/03/29 17:09:03 jfitz Exp $ # -DISTNAME= mrtg-2.7.2 +DISTNAME= mrtg-2.7.4b CATEGORIES= net -MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ +MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ \ + ftp://ftp.chg.ru/pub/networking/management/mrtg/ MAINTAINER= jfitz@FreeBSD.ORG diff -Nur mrtg.old/files/md5 mrtg/files/md5 --- mrtg.old/files/md5 Thu Apr 22 13:59:44 1999 +++ mrtg/files/md5 Fri Apr 30 16:42:55 1999 @@ -1 +1 @@ -MD5 (mrtg-2.4.1.tar.gz) = 2886a0280b476a62570b5496cdbc5d57 +MD5 (mrtg-2.7.4b.tar.gz) = 2f30710aa9668097e4a93820cdbd3df4 >Release-Note: >Audit-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 30 6:10: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F9BC154F4 for ; Fri, 30 Apr 1999 06:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA97707; Fri, 30 Apr 1999 06:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 72BE01548D for ; Fri, 30 Apr 1999 06:00:30 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id RAA60260; Fri, 30 Apr 1999 17:00:28 +0400 (MSD) (envelope-from andy) Message-Id: <199904301300.RAA60260@icc.surw.chel.su> Date: Fri, 30 Apr 1999 17:00:28 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11403: New port: gview-0.1.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11403 >Category: ports >Synopsis: New port: gview-0.1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 30 06:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of gview-0.1.4, an image viewer for X Window System with interface similar to ACDSee. gView is a modern image viewer for X Window System. It is based on GTK and Imlib and supports most common image formats, JPEG, GIF, TIFF, BMP, PPM, XPM, PNG and whatever other image formats your Imlib is configured to support. # 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: # # gview-0.1.4 # gview-0.1.4/Makefile # gview-0.1.4/files # gview-0.1.4/files/md5 # gview-0.1.4/pkg # gview-0.1.4/pkg/PLIST # gview-0.1.4/pkg/COMMENT # gview-0.1.4/pkg/DESCR # echo c - gview-0.1.4 mkdir -p gview-0.1.4 > /dev/null 2>&1 echo x - gview-0.1.4/Makefile sed 's/^X//' >gview-0.1.4/Makefile << 'END-of-gview-0.1.4/Makefile' X# New ports collection makefile for: gview X# Version required: 0.1.4 X# Date created: 30 April 1999 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= gview-0.1.4 XCATEGORIES= graphics XMASTER_SITES= http://www.geocities.com/ResearchTriangle/Facility/1468/sg/ X XMAINTAINER= andy@icc.surw.chel.su X XLIB_DEPENDS= gdk_imlib:${PORTSDIR}/graphics/imlib \ X gdk12:${PORTSDIR}/x11-toolkits/gtk12 \ X glib12:${PORTSDIR}/devel/glib12 \ X gmodule12:${PORTSDIR}/devel/glib12 \ X gtk12:${PORTSDIR}/x11-toolkits/gtk12 \ X intl:${PORTSDIR}/devel/gettext X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" X Xpost-install: X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/gview X.for file in AUTHORS BUGS COPYING ChangeLog NEWS README TODO X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gview X.endfor X.endif X X.include END-of-gview-0.1.4/Makefile echo c - gview-0.1.4/files mkdir -p gview-0.1.4/files > /dev/null 2>&1 echo x - gview-0.1.4/files/md5 sed 's/^X//' >gview-0.1.4/files/md5 << 'END-of-gview-0.1.4/files/md5' XMD5 (gview-0.1.4.tar.gz) = 165d1ab2b25707a369c35fb85fb89330 END-of-gview-0.1.4/files/md5 echo c - gview-0.1.4/pkg mkdir -p gview-0.1.4/pkg > /dev/null 2>&1 echo x - gview-0.1.4/pkg/PLIST sed 's/^X//' >gview-0.1.4/pkg/PLIST << 'END-of-gview-0.1.4/pkg/PLIST' Xbin/gview Xshare/doc/gview/AUTHORS Xshare/doc/gview/BUGS Xshare/doc/gview/COPYING Xshare/doc/gview/ChangeLog Xshare/doc/gview/NEWS Xshare/doc/gview/README Xshare/doc/gview/TODO X@dirrm share/doc/gview END-of-gview-0.1.4/pkg/PLIST echo x - gview-0.1.4/pkg/COMMENT sed 's/^X//' >gview-0.1.4/pkg/COMMENT << 'END-of-gview-0.1.4/pkg/COMMENT' XImage viewer for X Window System with interface similar to ACDSee. END-of-gview-0.1.4/pkg/COMMENT echo x - gview-0.1.4/pkg/DESCR sed 's/^X//' >gview-0.1.4/pkg/DESCR << 'END-of-gview-0.1.4/pkg/DESCR' XgView is a modern image viewer for X Window System. It is based on GTK Xand Imlib and supports most common image formats, JPEG, GIF, TIFF, BMP, XPPM, XPM, PNG and whatever other image formats your Imlib is configured Xto support. END-of-gview-0.1.4/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 7:40: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DE4614E64 for ; Fri, 30 Apr 1999 07:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA57283; Fri, 30 Apr 1999 07:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 86A1A14F90 for ; Fri, 30 Apr 1999 07:30:39 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id SAA60709; Fri, 30 Apr 1999 18:30:37 +0400 (MSD) (envelope-from andy) Message-Id: <199904301430.SAA60709@icc.surw.chel.su> Date: Fri, 30 Apr 1999 18:30:37 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11404: Update port: mail/glbiff Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11404 >Category: ports >Synopsis: Update port: mail/glbiff >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 30 07:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update mail/glbiff port. diff -Nru glbiff/Makefile glbiff-0.2.11/Makefile --- glbiff/Makefile Fri Oct 9 14:22:14 1998 +++ glbiff-0.2.11/Makefile Fri Apr 30 18:21:19 1999 @@ -1,35 +1,34 @@ # New ports collection makefile for: glbiff -# Version required: 0.2 +# Version required: 0.2.11 # Date created: 18 May 1998 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.8 1998/10/09 03:31:53 asami Exp $ # -DISTNAME= glbiff-0.2 +DISTNAME= glbiff-0.2.11 CATEGORIES= mail MASTER_SITES= http://www.eecg.utoronto.ca/~mac/projects/ EXTRACT_SUFX= .tgz MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 \ - MesaGLU.14:${PORTSDIR}/graphics/Mesa3 \ - Mesatk.14:${PORTSDIR}/graphics/Mesa3 \ - glut.3:${PORTSDIR}/graphics/Mesa3 +LIB_DEPENDS= MesaGL:${PORTSDIR}/graphics/Mesa3 \ + MesaGLU:${PORTSDIR}/graphics/Mesa3 \ + glut:${PORTSDIR}/graphics/Mesa3 -BROKEN= can\'t find mesatk - -USE_IMAKE= yes -WRKSRC= ${WRKDIR}/glbiff +GNU_CONFIGURE= yes +USE_X_PREFIX= yes do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/glbiff ${PREFIX}/bin @ ${MKDIR} ${PREFIX}/share/examples/glbiff - @ ${INSTALL_DATA} ${FILESDIR}/dot.glbiffrc.sample ${PREFIX}/share/examples/glbiff + @ ${INSTALL_DATA} ${WRKSRC}/glbiffrc.sample ${PREFIX}/share/examples/glbiff/dot.glbiffrc.sample + +post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/glbiff -.for file in ChangeLog README TODO +.for file in ChangeLog README README.last-minute TODO @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/glbiff .endfor .endif diff -Nru glbiff/files/dot.glbiffrc.sample glbiff-0.2.11/files/dot.glbiffrc.sample --- glbiff/files/dot.glbiffrc.sample Fri May 22 02:36:15 1998 +++ glbiff-0.2.11/files/dot.glbiffrc.sample Thu Jan 1 03:00:00 1970 @@ -1,4 +0,0 @@ -y /var/mail/linus -n /home/linus/mail/freebsd-announce -n /home/linus/mail/freebsd-misc -n /home/linus/mail/freebsd-hackers diff -Nru glbiff/files/md5 glbiff-0.2.11/files/md5 --- glbiff/files/md5 Fri May 22 02:36:14 1998 +++ glbiff-0.2.11/files/md5 Fri Apr 30 17:41:55 1999 @@ -1 +1 @@ -MD5 (glbiff-0.2.tgz) = 543248bb041cfd0f0a94f8d95a254e4a +MD5 (glbiff-0.2.11.tgz) = 1c37a9af67742dec0f995ff000a7593e diff -Nru glbiff/pkg/COMMENT glbiff-0.2.11/pkg/COMMENT --- glbiff/pkg/COMMENT Fri May 22 02:36:15 1998 +++ glbiff-0.2.11/pkg/COMMENT Fri Apr 30 18:18:53 1999 @@ -1 +1 @@ -Xbiff-like program with 3D nice output for X Window System. +Xbiff-like program for X Window System with 3D nice output. diff -Nru glbiff/pkg/PLIST glbiff-0.2.11/pkg/PLIST --- glbiff/pkg/PLIST Fri May 22 02:36:15 1998 +++ glbiff-0.2.11/pkg/PLIST Fri Apr 30 18:16:08 1999 @@ -1,6 +1,7 @@ bin/glbiff share/doc/glbiff/ChangeLog share/doc/glbiff/README +share/doc/glbiff/README.last-minute share/doc/glbiff/TODO share/examples/glbiff/dot.glbiffrc.sample @dirrm share/doc/glbiff >How-To-Repeat: >Fix: Please, check and apply this patch. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 9:27:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F27D15171; Fri, 30 Apr 1999 09:27:23 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA66225; Fri, 30 Apr 1999 09:27:22 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 30 Apr 1999 09:27:22 -0700 (PDT) From: Message-Id: <199904301627.JAA66225@freefall.freebsd.org> To: paxvel@iname.com, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10649: NEW PORT: devel/icqlib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NEW PORT: devel/icqlib State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 30 09:27:06 PDT 1999 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 30 9:31:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from boispop1.bois.uswest.net (boispop1.bois.uswest.net [207.108.224.1]) by hub.freebsd.org (Postfix) with SMTP id C720715329 for ; Fri, 30 Apr 1999 09:31:25 -0700 (PDT) (envelope-from kvgu@uswest.net) Received: (qmail 13225 invoked by alias); 30 Apr 1999 16:31:22 -0000 Delivered-To: fixup-freebsd-ports@FreeBSD.ORG@fixme Received: (qmail 13218 invoked by uid 0); 30 Apr 1999 16:31:22 -0000 Received: from unknown (HELO Chilly?Willy.jgalive.com) (207.225.37.154) by boispop1.bois.uswest.net with SMTP; 30 Apr 1999 16:31:22 -0000 Message-Id: <3.0.6.32.19990430103600.0080de10@boispop1.bois.uswest.net> X-Sender: kvgu@boispop1.bois.uswest.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Fri, 30 Apr 1999 10:36:00 -0600 To: freebsd-ports@FreeBSD.ORG From: Subject: Apache13-php3 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Apologies for reposting this... Was recently installing Apache1.3.6 w/php3 and modssl port, when openssl complained thusly: ===> Applying distribution patches for openssl-0.9.2b Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to crypto/rsa/rsa_oaep_test.c.rej Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to rsaref/rsaref.c.rej *** Error code 2 Stop. *** Error code 1 I did this same install on a similarly configured box (PII 300 Compaq Proliant) only a couple weeks back w/no worries. So why has rsa suddenly decided to get a bee in it's bonnet? Thanks-- kg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 9:38:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 639C215A70; Fri, 30 Apr 1999 09:38:21 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA66906; Fri, 30 Apr 1999 09:38:21 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 30 Apr 1999 09:38:21 -0700 (PDT) From: Message-Id: <199904301638.JAA66906@freefall.freebsd.org> To: obonilla@fisicc-ufm.edu, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11338: Port Modification: otcl (MIT's Object Tcl) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port Modification: otcl (MIT's Object Tcl) State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 30 09:38:02 PDT 1999 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 30 9:38:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF5CF15A83; Fri, 30 Apr 1999 09:38:50 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA66982; Fri, 30 Apr 1999 09:38:50 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 30 Apr 1999 09:38:50 -0700 (PDT) From: Message-Id: <199904301638.JAA66982@freefall.freebsd.org> To: paxvel@iname.com, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10651: NEW PORT: net/kicq Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NEW PORT: net/kicq State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 30 09:38:35 PDT 1999 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 30 9:55:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F6D715316; Fri, 30 Apr 1999 09:55:33 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA68491; Fri, 30 Apr 1999 09:55:33 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 30 Apr 1999 09:55:33 -0700 (PDT) From: Message-Id: <199904301655.JAA68491@freefall.freebsd.org> To: obonilla@fisicc-ufm.edu, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11340: New Port: NS (Network Simulator) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port: NS (Network Simulator) State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 30 09:55:10 PDT 1999 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 30 10: 0:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 45DBD14D18; Fri, 30 Apr 1999 10:00:13 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA68938; Fri, 30 Apr 1999 10:00:13 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 30 Apr 1999 10:00:13 -0700 (PDT) From: Message-Id: <199904301700.KAA68938@freefall.freebsd.org> To: obonilla@fisicc-ufm.edu, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11339: New Port: tclcl (Tcl/C++ library) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port: tclcl (Tcl/C++ library) State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 30 09:59:58 PDT 1999 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 30 10:11:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 58D5515AEC; Fri, 30 Apr 1999 10:11:30 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA69710; Fri, 30 Apr 1999 10:11:30 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 30 Apr 1999 10:11:30 -0700 (PDT) From: Message-Id: <199904301711.KAA69710@freefall.freebsd.org> To: jim@corp.au.triax.com, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11120: new port: irssi-0.7.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: irssi-0.7.8 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 30 10:10:31 PDT 1999 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 30 10:12: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EABD5158A6; Fri, 30 Apr 1999 10:11:59 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA69807; Fri, 30 Apr 1999 10:11:59 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 30 Apr 1999 10:11:59 -0700 (PDT) From: Message-Id: <199904301711.KAA69807@freefall.freebsd.org> To: obonilla@fisicc-ufm.edu, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11341: New Port: NAM (Network Animator) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port: NAM (Network Animator) State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 30 10:11:47 PDT 1999 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 30 10:43:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DDD4E159DB; Fri, 30 Apr 1999 10:43:35 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA72639; Fri, 30 Apr 1999 10:43:35 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 30 Apr 1999 10:43:35 -0700 (PDT) From: Message-Id: <199904301743.KAA72639@freefall.freebsd.org> To: wghicks@bellsouth.net, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10716: new port, easy library for command entry w. history, edit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port, easy library for command entry w. history, edit State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 30 10:43:16 PDT 1999 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 30 11:25:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 46FF315338; Fri, 30 Apr 1999 11:25:51 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA76220; Fri, 30 Apr 1999 11:25:50 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 30 Apr 1999 11:25:50 -0700 (PDT) From: Message-Id: <199904301825.LAA76220@freefall.freebsd.org> To: martti.kuparinen@ericsson.com, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10745: NEW PORT: lang/jdk-tutorial Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NEW PORT: lang/jdk-tutorial State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 30 11:21:39 PDT 1999 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 30 13:20: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F2DA1554E for ; Fri, 30 Apr 1999 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA84291; Fri, 30 Apr 1999 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from souffle.respo.or.jp (host9072.respo.or.jp [210.152.229.72]) by hub.freebsd.org (Postfix) with ESMTP id 0F84915230 for ; Fri, 30 Apr 1999 13:16:48 -0700 (PDT) (envelope-from k5@respo.or.jp) Received: (from k5@localhost) by souffle.respo.or.jp (8.9.3/3.7W) id FAA10064; Sat, 1 May 1999 05:16:52 +0900 (JST) Message-Id: <199904302016.FAA10064@souffle.respo.or.jp> Date: Sat, 1 May 1999 05:16:52 +0900 (JST) From: k5@respo.or.jp Reply-To: k5@respo.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11407: Fix port: archivers/linux_rar Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11407 >Category: ports >Synopsis: Fix port: archivers/linux_rar >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 30 13:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: FUJISHIMA Satsuki >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: official MASTER_SITES changed. Old one no longer exists. >How-To-Repeat: >Fix: Index: ports/archivers/linux_rar/Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/linux_rar/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/04/30 04:41:20 1.1.1.1 +++ Makefile 1999/04/30 20:11:32 @@ -10,7 +10,7 @@ DISTNAME= rarlnx25 PKGNAME= linux-rar-2.50 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.rarsoft.com/pub/rar/ \ +MASTER_SITES= ftp://rarsoft.ti.sk/pub/rar/ \ ftp://ftp.cdrom.com/pub/cheats/dlh/rar/ EXTRACT_SUFX= .sfx >Release-Note: >Audit-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 30 13:50: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B2375155D9 for ; Fri, 30 Apr 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA85511; Fri, 30 Apr 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from whizkidtech.net (r32.bfm.org [208.18.213.128]) by hub.freebsd.org (Postfix) with ESMTP id 1318E14C3C for ; Fri, 30 Apr 1999 13:40:02 -0700 (PDT) (envelope-from root@whizkidtech.net) Received: (from root@localhost) by whizkidtech.net (8.9.2/8.9.2) id PAA54876; Fri, 30 Apr 1999 15:40:05 -0500 (CDT) (envelope-from root) Message-Id: <199904302040.PAA54876@whizkidtech.net> Date: Fri, 30 Apr 1999 15:40:05 -0500 (CDT) From: adam@whizkidtech.net Reply-To: adam@whizkidtech.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11408: New port - tifmerge Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11408 >Category: ports >Synopsis: Library to create multi-page TIFF files >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 30 13:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: G. Adam Stanislav >Release: FreeBSD 3.1-RELEASE i386 >Organization: Whiz Kid Technomagic >Environment: >Description: # 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: # # tifmerge # tifmerge/Makefile # tifmerge/files # tifmerge/files/md5 # tifmerge/pkg # tifmerge/pkg/COMMENT # tifmerge/pkg/DESCR # tifmerge/pkg/PLIST # echo c - tifmerge mkdir -p tifmerge > /dev/null 2>&1 echo x - tifmerge/Makefile sed 's/^X//' >tifmerge/Makefile << 'END-of-tifmerge/Makefile' X# New ports collection makefile for: tifmerge X# Version required: 1.0 X# Date created: 29 April 1999 X# Whom: G. Adam Stanislav X# X# $Id$ X# X XDISTNAME= tiff XPKGNAME= tifmerge-1.0 XCATEGORIES= graphics XMASTER_SITES= http://www.whizkidtech.net/fports/ XEXTRACT_SUFX= .zip X XMAINTAINER= adam@whizkidtech.net X XMAN3= tifmerge.3 XMANCOMPRESSED= no XBUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ X tuc:${PORTSDIR}/textproc/tuc X XEXTRACT_CMD= unzip XEXTRACT_BEFORE_ARGS= XEXTRACT_AFTER_ARGS= X Xpost-extract: X @mkdir -p ${WRKSRC} X @tuc ${WRKDIR}/TIFMERGE.H ${WRKSRC}/tifmerge.h X @sed -e "s/#include /#pragma align 1/g" \ X -e s/TifMerge.h/tifmerge.h/g \ X -e "s/r+b/r+/g" \ X -e s/rb/r/g \ X -e "/fInFile == NULL/,/seek/s/-1;/-2;/g" \ X -e "s/pLastIFD = TiffReadLastIFD( fOutFile);/if ((pLastIFD = TiffReadLastIFD( fOutFile)) == NULL) return 1;/g" \ X -e "s/dwIFDPos = TiffAppendFile( fOutFile, fInFile);/if ((dwIFDPos = TiffAppendFile( fOutFile, fInFile)) == 0) return 2;/g" \ X ${WRKDIR}/TIFMERGE.C \ X | tuc -o ${WRKSRC}/tifmerge.c X @echo "LIB= tifmerge" > ${WRKSRC}/Makefile X @echo >> ${WRKSRC}/Makefile X @echo "SHLIB_MAJOR= 1" >> ${WRKSRC}/Makefile X @echo "SHLIB_MINOR= 0" >> ${WRKSRC}/Makefile X @echo "SRCS= tifmerge.c" >> ${WRKSRC}/Makefile X @echo >> ${WRKSRC}/Makefile X @echo ".include " >> ${WRKSRC}/Makefile X @echo ".Dd April 29, 1999" > ${WRKSRC}/tifmerge.3 X @echo ".Dt TIFMERGE 3" >> ${WRKSRC}/tifmerge.3 X @echo ".Os FreeBSD" >> ${WRKSRC}/tifmerge.3 X @echo ".Sh NAME" >> ${WRKSRC}/tifmerge.3 X @echo ".Nm TiffAppend" >> ${WRKSRC}/tifmerge.3 X @echo ".Nd tifmerge library function manual page" >> ${WRKSRC}/tifmerge.3 X @echo ".Sh SYNOPSIS" >> ${WRKSRC}/tifmerge.3 X @echo ".Fd #include " >> ${WRKSRC}/tifmerge.3 X @echo ".Ft int" >> ${WRKSRC}/tifmerge.3 X @echo '.Fn TiffAppend "const char *ptr out" "const char *ptr in"' >> ${WRKSRC}/tifmerge.3 X @echo ".Sh DESCRIPTION" >> ${WRKSRC}/tifmerge.3 X @echo "This is the tifmerge library function manual page for" >> ${WRKSRC}/tifmerge.3 X @echo "the " >> ${WRKSRC}/tifmerge.3 X @echo ".Fn TiffAppend" >> ${WRKSRC}/tifmerge.3 X @echo "function. This function merges two TIFF files into a single " >> ${WRKSRC}/tifmerge.3 X @echo "multi-page TIFF file." >> ${WRKSRC}/tifmerge.3 X @echo ".Pp" >> ${WRKSRC}/tifmerge.3 X @echo "The" >> ${WRKSRC}/tifmerge.3 X @echo ".Fn TiffAppend" >> ${WRKSRC}/tifmerge.3 X @echo "function takes two arguments:" >> ${WRKSRC}/tifmerge.3 X @echo ".Fa out" >> ${WRKSRC}/tifmerge.3 X @echo "and" >> ${WRKSRC}/tifmerge.3 X @echo ".Fa in ." >> ${WRKSRC}/tifmerge.3 X @echo "Both arguments contain the pointer to the name of a file. Both files must" >> ${WRKSRC}/tifmerge.3 X @echo "exist and be valid TIFF files." >> ${WRKSRC}/tifmerge.3 X @echo ".Pp" >> ${WRKSRC}/tifmerge.3 X @echo "The " >> ${WRKSRC}/tifmerge.3 X @echo ".Fn TiffAppend" >> ${WRKSRC}/tifmerge.3 X @echo "function will append the images contained in the " >> ${WRKSRC}/tifmerge.3 X @echo ".Fa in" >> ${WRKSRC}/tifmerge.3 X @echo "file to the images inside the" >> ${WRKSRC}/tifmerge.3 X @echo ".Fa out" >> ${WRKSRC}/tifmerge.3 X @echo "file." >> ${WRKSRC}/tifmerge.3 X @echo ".Pp" >> ${WRKSRC}/tifmerge.3 X @echo "The function is declared in" >> ${WRKSRC}/tifmerge.3 X @echo ".Aq Pa tifmerge.h ," >> ${WRKSRC}/tifmerge.3 X @echo located in the ${PREFIX}/include directory. >> ${WRKSRC}/tifmerge.3 X @echo ".Sh RETURN VALUES" >> ${WRKSRC}/tifmerge.3 X @echo "The" >> ${WRKSRC}/tifmerge.3 X @echo ".Fn TiffAppend" >> ${WRKSRC}/tifmerge.3 X @echo "function returns 0 on success, non-0 otherwise." >> ${WRKSRC}/tifmerge.3 X @echo ".Sh ENVIRONMENT" >> ${WRKSRC}/tifmerge.3 X @echo "The " >> ${WRKSRC}/tifmerge.3 X @echo ".Fn TiffAppend" >> ${WRKSRC}/tifmerge.3 X @echo "library function ignores the environment variables." >> ${WRKSRC}/tifmerge.3 X @echo ".Sh SEE ALSO" >> ${WRKSRC}/tifmerge.3 X @echo ".Rs" >> ${WRKSRC}/tifmerge.3 X @echo ".%A Peter van Vloten" >> ${WRKSRC}/tifmerge.3 X @echo ".%D May 1999" >> ${WRKSRC}/tifmerge.3 X @echo ".%J Windows Developer's Journal" >> ${WRKSRC}/tifmerge.3 X @echo ".%T Creating Multi-Page TIFF Files" >> ${WRKSRC}/tifmerge.3 X @echo ".Re" >> ${WRKSRC}/tifmerge.3 X @echo ".Sh STANDARDS" >> ${WRKSRC}/tifmerge.3 X @echo ".St -ansiC ." >> ${WRKSRC}/tifmerge.3 X @echo ".Sh DIAGNOSTICS" >> ${WRKSRC}/tifmerge.3 X @echo "None." >> ${WRKSRC}/tifmerge.3 X @echo ".Sh AUTHORS" >> ${WRKSRC}/tifmerge.3 X @echo "This" >> ${WRKSRC}/tifmerge.3 X @echo "manual page was written by" >> ${WRKSRC}/tifmerge.3 X @echo ".An G. Adam Stanislav Aq adam@whizkidtech.net ." >> ${WRKSRC}/tifmerge.3 X @echo ".Pp" >> ${WRKSRC}/tifmerge.3 X @echo "The " >> ${WRKSRC}/tifmerge.3 X @echo ".Fn TiffAppend" >> ${WRKSRC}/tifmerge.3 X @echo "function was written by" >> ${WRKSRC}/tifmerge.3 X @echo ".An Peter van Vloten Aq pixelpan@aol.com ." >> ${WRKSRC}/tifmerge.3 X @echo ".Sh BUGS" >> ${WRKSRC}/tifmerge.3 X @echo "The original version of the " >> ${WRKSRC}/tifmerge.3 X @echo ".Fn TiffAppend" >> ${WRKSRC}/tifmerge.3 X @echo "function causes a core dump if the " >> ${WRKSRC}/tifmerge.3 X @echo ".Fa out " >> ${WRKSRC}/tifmerge.3 X @echo "argument is not a valid TIFF file. This is fixed in the FreeBSD port." >> ${WRKSRC}/tifmerge.3 X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/libtifmerge.so.1 ${PREFIX}/lib X ln -fs ${PREFIX}/lib/libtifmerge.so.1 ${PREFIX}/lib/libtifmerge.so X ${INSTALL_DATA} ${WRKSRC}/libtifmerge.a ${PREFIX}/lib X ${INSTALL_DATA} ${WRKSRC}/libtifmerge_p.a ${PREFIX}/lib X ${INSTALL_DATA} ${WRKSRC}/tifmerge.h ${PREFIX}/include X ${INSTALL_DATA} ${WRKSRC}/tifmerge.3 ${PREFIX}/man/man3 X Xpost-install: X ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib X X.include END-of-tifmerge/Makefile echo c - tifmerge/files mkdir -p tifmerge/files > /dev/null 2>&1 echo x - tifmerge/files/md5 sed 's/^X//' >tifmerge/files/md5 << 'END-of-tifmerge/files/md5' XMD5 (tiff.zip) = 3dcc8fb3e96ed1f09cceb0e2bb0e2fd6 END-of-tifmerge/files/md5 echo c - tifmerge/pkg mkdir -p tifmerge/pkg > /dev/null 2>&1 echo x - tifmerge/pkg/COMMENT sed 's/^X//' >tifmerge/pkg/COMMENT << 'END-of-tifmerge/pkg/COMMENT' XLibrary to merge TIFF files into multi-page TIFF files. END-of-tifmerge/pkg/COMMENT echo x - tifmerge/pkg/DESCR sed 's/^X//' >tifmerge/pkg/DESCR << 'END-of-tifmerge/pkg/DESCR' XLibrary to convert TIFF files into multi-page TIFF files. It contains only one Xfunction callable by programs: X X int TiffAppend(const char *outfile, const char *infile); X XIt will insert images from infile as additional pages to outfile. Infile Xand outfile must be names of two existing TIFF files. X XThe function returns 0 on success, non-0 otherwise. X XThe code for this library was written by Peter van Vloten Xand was published in May 1999 issue of Windows Developer's Journal (sic!). END-of-tifmerge/pkg/DESCR echo x - tifmerge/pkg/PLIST sed 's/^X//' >tifmerge/pkg/PLIST << 'END-of-tifmerge/pkg/PLIST' Xinclude/tifmerge.h Xlib/libtifmerge.a Xlib/libtifmerge_p.a Xlib/libtifmerge.so Xlib/libtifmerge.so.1 X@exec /sbin/ldconfig -m %D/lib X@unexec /sbin/ldconfig -R END-of-tifmerge/pkg/PLIST exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 15:51:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 8DB8614CFA for ; Fri, 30 Apr 1999 15:51:24 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id RAA02960 for ; Fri, 30 Apr 1999 17:51:23 -0500 (CDT) Date: Fri, 30 Apr 1999 17:51:23 -0500 (CDT) From: Steve Price To: freebsd-ports@freebsd.org Subject: xforms for FreeBSD/Alpha 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 Anyone know the maintainer of xforms? If you do please contact him and convince him to let me do a FreeBSD/Alpha version of his library. I sent him a message and he responded saying that if I agreed not to disclose the source he would allow me to do the work. I said great, and haven't heard back from him in over a week. Thanks. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 17: 9:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id B346415237 for ; Fri, 30 Apr 1999 17:09:10 -0700 (PDT) (envelope-from asami@sunrise.cs.berkeley.edu) Received: from bubble.didi.com (sji-ca43-120.ix.netcom.com [209.111.209.120]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA17673 for ; Fri, 30 Apr 1999 17:09:39 -0700 (PDT) Received: (from asami@localhost) by bubble.didi.com (8.9.2/8.8.8) id RAA22705; Fri, 30 Apr 1999 17:07:38 -0700 (PDT) (envelope-from asami) Date: Fri, 30 Apr 1999 17:07:38 -0700 (PDT) Message-Id: <199905010007.RAA22705@bubble.didi.com> To: ports@freebsd.org Subject: ports freeze 5/10 From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, As mentioned elsewhere, the source and ports trees are going to be into freeze at the same date this time (May 10th). However, there are still a lot of broken ports out there. http://bento.freebsd.org/~asami/errorlogs/ Please check and send-pr (or commit) at your leisure. By the way, don't worry too much about the 4-* branch -- that's not where the release is coming from this time. Thanks, your friendly Ports Wraith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 17:13:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 9BC9514CAB for ; Fri, 30 Apr 1999 17:13:47 -0700 (PDT) (envelope-from asami@sunrise.cs.berkeley.edu) Received: from bubble.didi.com (sji-ca43-120.ix.netcom.com [209.111.209.120]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA17680; Fri, 30 Apr 1999 17:12:33 -0700 (PDT) Received: (from asami@localhost) by bubble.didi.com (8.9.2/8.8.8) id RAA22710; Fri, 30 Apr 1999 17:09:55 -0700 (PDT) (envelope-from asami) Date: Fri, 30 Apr 1999 17:09:55 -0700 (PDT) Message-Id: <199905010009.RAA22710@bubble.didi.com> To: tom@eborcom.com Cc: naddy@mips.rhein-neckar.de, freebsd-ports@freebsd.org In-reply-to: <19990430105643.A2251@eborcom.com> (message from Tom Hukins on Fri, 30 Apr 1999 10:56:43 +0100) Subject: Re: Format of pkg/COMMENT? From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Tom Hukins * I'm afraid I can't give a definitive answer, but under the "Quick Me neither. Never thought about this too much. ;) * Porting" section of "Making a port yourself" in the Handbook, the * following example is given: * A cat chasing a mouse all over the screen. * * This suggests that both capitalisation and a terminating period * should be used. If this isn't the case, the Handbook should be * changed. Actually, if someone can take a look at the current ports and compile some kind of statistic (X% starting with caps, Y% ending with periods), that will be great. Maybe we can just go for the majority. -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 30 17:29:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bachue.usc.unal.edu.co (bachue.usc.unal.edu.co [168.176.3.20]) by hub.freebsd.org (Postfix) with ESMTP id 7855014CAB for ; Fri, 30 Apr 1999 17:29:47 -0700 (PDT) (envelope-from pfgiffun@bachue.usc.unal.edu.co) Received: from bachue.usc.unal.edu.co ([168.176.3.44]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.0) with ESMTP id AAA10470 for ; Fri, 30 Apr 1999 19:28:59 -0400 Message-ID: <372A4B2D.8EBA8B6A@bachue.usc.unal.edu.co> Date: Fri, 30 Apr 1999 19:30:38 -0500 From: "Pedro F. Giffuni" Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 4.5 [es] (Win95; I) X-Accept-Language: es,en-US,it MIME-Version: 1.0 Cc: ports@freebsd.org Subject: Re: ports freeze 5/10 References: <199905010007.RAA22705@bubble.didi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org FWIW, I took a brief look at the freeWAIS-sf port, since I updated it. The problem seems to be that the "answer script" expect a /usr/local/ directory, that is it doesn't respect PREFIX. The solution is worse than the problem: nuke the script and make the port interactive :( cheers, Pedro. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 17:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CEB514DB0 for ; Fri, 30 Apr 1999 17:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA95961; Fri, 30 Apr 1999 17:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 87CC014C31; Fri, 30 Apr 1999 17:37:43 -0700 (PDT) Message-Id: <19990501003743.87CC014C31@hub.freebsd.org> Date: Fri, 30 Apr 1999 17:37:43 -0700 (PDT) From: pfgiffun@bachue.usc.unal.edu.co To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11417: Fix for Yorick for the Alpha Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11417 >Category: ports >Synopsis: Fix for Yorick for the Alpha >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 30 17:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 3.1R >Organization: U. Nacional de Colombia >Environment: >Description: A FPE problem due to the different behaviour on the Alpha made me suggest a change in the Yorick port. The author has included a fix that doesn't cause any problem on the i386, but remains untested on FreeBSD/Alpha (it should work). >How-To-Repeat: Try dividing by zero after in Yorick. If Yorick doesn't go into "debug mode" there's something wrong. >Fix: make makesum. The new version of the patch in the PATCHSITE should fix the problem >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 17:41:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from voyager.fisicc-ufm.edu (unknown [209.198.197.202]) by hub.freebsd.org (Postfix) with ESMTP id EE84114CE7 for ; Fri, 30 Apr 1999 17:40:34 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from obonilla@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.3) id SAA01367; Fri, 30 Apr 1999 18:38:53 -0600 (CST) (envelope-from obonilla) Date: Fri, 30 Apr 1999 18:38:53 -0600 From: Oscar Bonilla To: "Pedro F. Giffuni" Cc: ports@FreeBSD.ORG Subject: Re: ports freeze 5/10 Message-ID: <19990430183853.D628@fisicc-ufm.edu> References: <199905010007.RAA22705@bubble.didi.com> <372A4B2D.8EBA8B6A@bachue.usc.unal.edu.co> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <372A4B2D.8EBA8B6A@bachue.usc.unal.edu.co>; from Pedro F. Giffuni on Fri, Apr 30, 1999 at 07:30:38PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Apr 30, 1999 at 07:30:38PM -0500, Pedro F. Giffuni wrote: > FWIW, > I took a brief look at the freeWAIS-sf port, since I updated it. The > problem seems to be that the "answer script" expect a /usr/local/ > directory, that is it doesn't respect PREFIX. > The solution is worse than the problem: nuke the script and make the port > interactive :( > maybe i'm just being silly considering i've never even touched freeWAIS-fs, but isn't it simpler to make answer respect prefix? regards, -Oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 17:53:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bachue.usc.unal.edu.co (bachue.usc.unal.edu.co [168.176.3.20]) by hub.freebsd.org (Postfix) with ESMTP id 9919314DB0 for ; Fri, 30 Apr 1999 17:53:33 -0700 (PDT) (envelope-from pfgiffun@bachue.usc.unal.edu.co) Received: from bachue.usc.unal.edu.co ([168.176.3.44]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.0) with ESMTP id AAA12697; Fri, 30 Apr 1999 19:52:44 -0400 Message-ID: <372A50C4.DBB68A3C@bachue.usc.unal.edu.co> Date: Fri, 30 Apr 1999 19:54:29 -0500 From: "Pedro F. Giffuni" Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 4.5 [es] (Win95; I) X-Accept-Language: es,en-US,it MIME-Version: 1.0 To: Oscar Bonilla Cc: ports@FreeBSD.ORG Subject: Re: ports freeze 5/10 References: <199905010007.RAA22705@bubble.didi.com> <372A4B2D.8EBA8B6A@bachue.usc.unal.edu.co> <19990430183853.D628@fisicc-ufm.edu> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org No. But please prove me wrong :) Pedro. Oscar Bonilla escribió: > On Fri, Apr 30, 1999 at 07:30:38PM -0500, Pedro F. Giffuni wrote: > > FWIW, > > I took a brief look at the freeWAIS-sf port, since I updated it. The > > problem seems to be that the "answer script" expect a /usr/local/ > > directory, that is it doesn't respect PREFIX. > > The solution is worse than the problem: nuke the script and make the port > > interactive :( > > > maybe i'm just being silly considering i've never even touched freeWAIS-fs, > but isn't it simpler to make answer respect prefix? > > regards, > > -Oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 17:56:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from sims-ha.videotron.net (faure.videotron.net [205.151.222.100]) by hub.freebsd.org (Postfix) with ESMTP id D411D14DB0; Fri, 30 Apr 1999 17:56:18 -0700 (PDT) (envelope-from nicblais@videotron.ca) Received: from videotron.ca ([207.253.10.93]) by sims-ha.videotron.net (Sun Internet Mail Server sims.3.5.1999.03.02.17.58.p5) with ESMTP id <0FB1000EZ3SMU0@sims-ha.videotron.net>; Fri, 30 Apr 1999 20:53:11 -0400 (EDT) Date: Fri, 30 Apr 1999 20:54:06 -0400 From: Nicolas Blais Subject: FreeBSD Port: netrek-COW-3.00p0 To: dburr@FreeBSD.ORG Cc: ports@FreeBSD.org Message-id: <372A50AE.47D76F1E@videotron.ca> MIME-version: 1.0 X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.1-RELEASE i386) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: en Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, are you going to make a port(package) of Cow-3.00p1 for FreeBSD 3.1-RELEASE? That would be awesome since I have to use BRMH which is inestetic and has no sound. Please reply if you are still of the Netrek project. -- Nicolas Blais nicblais@videotron.ca Powered by FreeBSD http://www.freebsd.org My current running version : FreeBSD 3.1-RELEASE http://pages.infinit.net/primary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 18:10: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C86114EFF for ; Fri, 30 Apr 1999 18:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA97441; Fri, 30 Apr 1999 18:10:00 -0700 (PDT) (envelope-from gnats@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 911E114DB0 for ; Fri, 30 Apr 1999 18:00:57 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 7B1411436; Fri, 30 Apr 1999 18:00:56 -0700 (PDT) Message-Id: <19990501010056.7B1411436@norn.ca.eu.org> Date: Fri, 30 Apr 1999 18:00:56 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11419: Fix: x11/wdm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11419 >Category: ports >Synopsis: Fix: x11/wdm >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 30 18:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: wdm needed to depend on libraries installed with WindowMaker. >How-To-Repeat: >Fix: Index: wdm/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/x11/wdm/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile 1999/04/13 06:48:44 1.20 +++ Makefile 1999/05/01 00:45:50 @@ -14,12 +14,14 @@ MAINTAINER= ports@FreeBSD.ORG +BUILD_DEPENDS= ${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 \ PropList.1:${PORTSDIR}/devel/libPropList +RUN_DEPENDS= ${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= wdm -Chris >Release-Note: >Audit-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 30 18:23:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DEC2715564; Fri, 30 Apr 1999 18:23:49 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA98164; Fri, 30 Apr 1999 18:23:50 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Fri, 30 Apr 1999 18:23:50 -0700 (PDT) From: Message-Id: <199905010123.SAA98164@freefall.freebsd.org> To: cpiazza@home.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11419: Fix: x11/wdm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix: x11/wdm State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Fri Apr 30 18:23:40 PDT 1999 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 30 18:30: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5424514C91 for ; Fri, 30 Apr 1999 18:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA98392; Fri, 30 Apr 1999 18:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 30 Apr 1999 18:30:04 -0700 (PDT) Message-Id: <199905010130.SAA98392@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/11419: Fix: x11/wdm Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11419; it has been noted by GNATS. From: Chris Piazza To: Steve Price Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/11419: Fix: x11/wdm Date: Fri, 30 Apr 1999 18:28:14 -0700 (PDT) ># +RUN_DEPENDS= ${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker > > ... but this? Does it really RUN_DEPEND on a static library? > How about just having a line like this: > > LIB_DEPENDS= wraster.2:${PORTSDIR}/x11-wm/windowmaker > Ahh!! I had a brain block and couldn't put that together, I kept trying libwraster.2. Yes, that's how it should be - I just made it RUN_DEPENDS on it so it would not be deleted. Same effect, anyway. --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 18:30: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 11A7614C2F for ; Fri, 30 Apr 1999 18:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA98387; Fri, 30 Apr 1999 18:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 30 Apr 1999 18:30:03 -0700 (PDT) Message-Id: <199905010130.SAA98387@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Steve Price Subject: Re: ports/11419: Fix: x11/wdm Reply-To: Steve Price Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11419; it has been noted by GNATS. From: Steve Price To: cpiazza@home.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/11419: Fix: x11/wdm Date: Fri, 30 Apr 1999 20:26:04 -0500 (CDT) On Fri, 30 Apr 1999 cpiazza@home.net wrote: # # Index: wdm/Makefile # =================================================================== # RCS file: /cvs/FreeBSD/ports/x11/wdm/Makefile,v # retrieving revision 1.20 # diff -u -r1.20 Makefile # --- Makefile 1999/04/13 06:48:44 1.20 # +++ Makefile 1999/05/01 00:45:50 # @@ -14,12 +14,14 @@ # # MAINTAINER= ports@FreeBSD.ORG # # +BUILD_DEPENDS= ${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker This I can see ... # LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ # gif.3:${PORTSDIR}/graphics/giflib \ # jpeg.9:${PORTSDIR}/graphics/jpeg \ # png.3:${PORTSDIR}/graphics/png \ # tiff.4:${PORTSDIR}/graphics/tiff34 \ # PropList.1:${PORTSDIR}/devel/libPropList # +RUN_DEPENDS= ${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker ... but this? Does it really RUN_DEPEND on a static library? How about just having a line like this: LIB_DEPENDS= wraster.2:${PORTSDIR}/x11-wm/windowmaker # EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} # DIST_SUBDIR= wdm # # -Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 18:34:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from voyager.fisicc-ufm.edu (unknown [209.198.197.202]) by hub.freebsd.org (Postfix) with ESMTP id 08AFD14F45 for ; Fri, 30 Apr 1999 18:32:18 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from obonilla@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.3) id TAA19696; Fri, 30 Apr 1999 19:31:25 -0600 (CST) (envelope-from obonilla) Date: Fri, 30 Apr 1999 19:31:25 -0600 From: Oscar Bonilla To: "Pedro F. Giffuni" Cc: Oscar Bonilla , ports@FreeBSD.ORG Subject: Re: ports freeze 5/10 Message-ID: <19990430193125.E628@fisicc-ufm.edu> References: <199905010007.RAA22705@bubble.didi.com> <372A4B2D.8EBA8B6A@bachue.usc.unal.edu.co> <19990430183853.D628@fisicc-ufm.edu> <372A50C4.DBB68A3C@bachue.usc.unal.edu.co> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="B4IIlcmfBL/1gGOG" Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95.4i In-Reply-To: <372A50C4.DBB68A3C@bachue.usc.unal.edu.co>; from Pedro F. Giffuni on Fri, Apr 30, 1999 at 07:54:29PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --B4IIlcmfBL/1gGOG Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit ok, here it goes :) i removed files/configure.ans, attached files/configure.ans.skel and modified your makefile. i'm attaching a shar of the whole thing including your old Makefile and configure.ans properly renamed to Makefile.orig and configure.ans.orig. give it a try. regards, -Oscar On Fri, Apr 30, 1999 at 07:54:29PM -0500, Pedro F. Giffuni wrote: > No. But please prove me wrong :) > > Pedro. > > Oscar Bonilla escribió: > > > On Fri, Apr 30, 1999 at 07:30:38PM -0500, Pedro F. Giffuni wrote: > > > FWIW, > > > I took a brief look at the freeWAIS-sf port, since I updated it. The > > > problem seems to be that the "answer script" expect a /usr/local/ > > > directory, that is it doesn't respect PREFIX. > > > The solution is worse than the problem: nuke the script and make the port > > > interactive :( > > > > > maybe i'm just being silly considering i've never even touched freeWAIS-fs, > > but isn't it simpler to make answer respect prefix? > > > > regards, > > > > -Oscar > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > --B4IIlcmfBL/1gGOG Content-Type: application/x-shar Content-Disposition: attachment; filename="freewais-sf.shar" # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # freewais-sf # freewais-sf/CVS # freewais-sf/CVS/Root # freewais-sf/CVS/Repository # freewais-sf/CVS/Entries # freewais-sf/Makefile # freewais-sf/files # freewais-sf/files/CVS # freewais-sf/files/CVS/Root # freewais-sf/files/CVS/Repository # freewais-sf/files/CVS/Entries # freewais-sf/files/md5 # freewais-sf/files/configure.ans.orig # freewais-sf/files/configure.ans.skel # freewais-sf/patches # freewais-sf/patches/CVS # freewais-sf/patches/CVS/Root # freewais-sf/patches/CVS/Repository # freewais-sf/patches/CVS/Entries # freewais-sf/patches/patch-aa # freewais-sf/pkg # freewais-sf/pkg/CVS # freewais-sf/pkg/CVS/Root # freewais-sf/pkg/CVS/Repository # freewais-sf/pkg/CVS/Entries # freewais-sf/pkg/COMMENT # freewais-sf/pkg/DESCR # freewais-sf/pkg/PLIST # freewais-sf/README.html # freewais-sf/Makefile.orig # echo c - freewais-sf mkdir -p freewais-sf > /dev/null 2>&1 echo c - freewais-sf/CVS mkdir -p freewais-sf/CVS > /dev/null 2>&1 echo x - freewais-sf/CVS/Root sed 's/^X//' >freewais-sf/CVS/Root << 'END-of-freewais-sf/CVS/Root' X/home/ncvs END-of-freewais-sf/CVS/Root echo x - freewais-sf/CVS/Repository sed 's/^X//' >freewais-sf/CVS/Repository << 'END-of-freewais-sf/CVS/Repository' X/home/ncvs/ports/net/freewais-sf END-of-freewais-sf/CVS/Repository echo x - freewais-sf/CVS/Entries sed 's/^X//' >freewais-sf/CVS/Entries << 'END-of-freewais-sf/CVS/Entries' X/Makefile/1.7/Wed Dec 9 20:47:38 1998// XD/files//// XD/patches//// XD/pkg//// END-of-freewais-sf/CVS/Entries echo x - freewais-sf/Makefile sed 's/^X//' >freewais-sf/Makefile << 'END-of-freewais-sf/Makefile' X# New ports collection makefile for: FreeWAIS-sf X# Version required: 2.2.11 X# Date created: 19 November 1996 X# Whom: Pedro Giffuni X# X# $Id: Makefile,v 1.8 1999/03/15 01:27:19 steve Exp $ X# X XDISTNAME= freeWAIS-sf-2.2.11 XPKGNAME= freewais-sf-2.2.11 XCATEGORIES= net databases XMASTER_SITES= ftp://ls6-www.cs.uni-dortmund.de/pub/src/freeWAIS-sf/ \ X ftp://ftp.leo.org/pub/comp/general/infosys/wais/freeWAIS/freeWAIS-sf-2.2/ \ X ftp://ftp.germany.eu.net/pub/infosystems/wais/Unido-LS6/freeWAIS-sf-2.2/ X XMAINTAINER= ports@FreeBSD.org X XHAS_CONFIGURE= yes XCONFIGURE_SCRIPT=Configure XCONFIGURE_ARGS= < ${FILESDIR}/configure.ans XINSTALL_TARGET= install install.man X XMAN1= catalog.1 dictionary.1 inverted_file.1 makedb.1 mkfmt.1 waisindex.1 \ X waisq.1 waissearch.1 xwais.1 xwaisq.1 XMAN3= ftw.3 scandir.3 X Xpre-configure: X sed "s,PREFIX,${PREFIX},g" \ X ${FILESDIR}/configure.ans.skel > ${FILESDIR}/configure.ans X Xpre-install: X ${MKDIR} ${PREFIX}/lib/freeWAIS-sf X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/SF X ${CP} ${WRKSRC}/doc/SF/fwsf.ps ${PREFIX}/share/doc/SF X.endif X X.include END-of-freewais-sf/Makefile echo c - freewais-sf/files mkdir -p freewais-sf/files > /dev/null 2>&1 echo c - freewais-sf/files/CVS mkdir -p freewais-sf/files/CVS > /dev/null 2>&1 echo x - freewais-sf/files/CVS/Root sed 's/^X//' >freewais-sf/files/CVS/Root << 'END-of-freewais-sf/files/CVS/Root' X/home/ncvs END-of-freewais-sf/files/CVS/Root echo x - freewais-sf/files/CVS/Repository sed 's/^X//' >freewais-sf/files/CVS/Repository << 'END-of-freewais-sf/files/CVS/Repository' X/home/ncvs/ports/net/freewais-sf/files END-of-freewais-sf/files/CVS/Repository echo x - freewais-sf/files/CVS/Entries sed 's/^X//' >freewais-sf/files/CVS/Entries << 'END-of-freewais-sf/files/CVS/Entries' X/configure.ans/1.1.1.1/Tue Feb 18 08:30:58 1997// X/md5/1.1.1.1/Tue Feb 18 08:30:58 1997// XD END-of-freewais-sf/files/CVS/Entries echo x - freewais-sf/files/md5 sed 's/^X//' >freewais-sf/files/md5 << 'END-of-freewais-sf/files/md5' XMD5 (freeWAIS-sf-2.2.11.tar.gz) = 83976c5f92444e5ffbbadbd01787b016 END-of-freewais-sf/files/md5 echo x - freewais-sf/files/configure.ans.orig sed 's/^X//' >freewais-sf/files/configure.ans.orig << 'END-of-freewais-sf/files/configure.ans.orig' X X X Xnone Xn X/usr/local X/usr/local/bin X/usr/local/man/man1 X/usr/local/lib/freeWAIS-sf X/usr/local/bin X/usr/local/man/man1 X1 X/usr/local/man/man3 X3 Xnone Xcc X/usr/local/lib /lib /usr/lib X-O2 -pipe X-I/usr/local/include X-L/usr/local/lib Xso X-lcurses -ltermcap Xy X Xy Xy Xy Xy Xy Xn Xn Xy Xy X/usr/bin/install Xflex X/usr/bin/mkdep Xpid_t Xvoid Xtime_t Xuid_t X/usr/bin/byacc Xnone X Xy X END-of-freewais-sf/files/configure.ans.orig echo x - freewais-sf/files/configure.ans.skel sed 's/^X//' >freewais-sf/files/configure.ans.skel << 'END-of-freewais-sf/files/configure.ans.skel' X X X Xnone Xn XPREFIX XPREFIX/bin XPREFIX/man/man1 XPREFIX/lib/freeWAIS-sf XPREFIX/bin XPREFIX/man/man1 X1 XPREFIX/man/man3 X3 Xnone Xcc X/usr/local/lib /lib /usr/lib X-O2 -pipe X-I/usr/local/include X-L/usr/local/lib Xso X-lcurses -ltermcap Xy X Xy Xy Xy Xy Xy Xn Xn Xy Xy X/usr/bin/install Xflex X/usr/bin/mkdep Xpid_t Xvoid Xtime_t Xuid_t X/usr/bin/byacc Xnone X Xy X END-of-freewais-sf/files/configure.ans.skel echo c - freewais-sf/patches mkdir -p freewais-sf/patches > /dev/null 2>&1 echo c - freewais-sf/patches/CVS mkdir -p freewais-sf/patches/CVS > /dev/null 2>&1 echo x - freewais-sf/patches/CVS/Root sed 's/^X//' >freewais-sf/patches/CVS/Root << 'END-of-freewais-sf/patches/CVS/Root' X/home/ncvs END-of-freewais-sf/patches/CVS/Root echo x - freewais-sf/patches/CVS/Repository sed 's/^X//' >freewais-sf/patches/CVS/Repository << 'END-of-freewais-sf/patches/CVS/Repository' X/home/ncvs/ports/net/freewais-sf/patches END-of-freewais-sf/patches/CVS/Repository echo x - freewais-sf/patches/CVS/Entries sed 's/^X//' >freewais-sf/patches/CVS/Entries << 'END-of-freewais-sf/patches/CVS/Entries' X/patch-aa/1.1.1.1/Tue Feb 18 08:30:58 1997// X/patch-ab/1.1.1.1/Tue Feb 18 08:30:58 1997// XD END-of-freewais-sf/patches/CVS/Entries echo x - freewais-sf/patches/patch-aa sed 's/^X//' >freewais-sf/patches/patch-aa << 'END-of-freewais-sf/patches/patch-aa' X*** Configure.orig Tue Mar 2 11:28:08 1999 X--- Configure Tue Mar 2 11:36:05 1999 X*************** X*** 829,835 **** X *) X if test ! -t 0; then X echo "Say 'sh Configure', not 'sh /dev/null 2>&1 echo c - freewais-sf/pkg/CVS mkdir -p freewais-sf/pkg/CVS > /dev/null 2>&1 echo x - freewais-sf/pkg/CVS/Root sed 's/^X//' >freewais-sf/pkg/CVS/Root << 'END-of-freewais-sf/pkg/CVS/Root' X/home/ncvs END-of-freewais-sf/pkg/CVS/Root echo x - freewais-sf/pkg/CVS/Repository sed 's/^X//' >freewais-sf/pkg/CVS/Repository << 'END-of-freewais-sf/pkg/CVS/Repository' X/home/ncvs/ports/net/freewais-sf/pkg END-of-freewais-sf/pkg/CVS/Repository echo x - freewais-sf/pkg/CVS/Entries sed 's/^X//' >freewais-sf/pkg/CVS/Entries << 'END-of-freewais-sf/pkg/CVS/Entries' X/COMMENT/1.1.1.1/Tue Feb 18 08:30:56 1997// X/DESCR/1.1.1.1/Tue Feb 18 08:30:57 1997// X/PLIST/1.2/Tue Aug 18 19:48:35 1998// XD END-of-freewais-sf/pkg/CVS/Entries echo x - freewais-sf/pkg/COMMENT sed 's/^X//' >freewais-sf/pkg/COMMENT << 'END-of-freewais-sf/pkg/COMMENT' XAn enhanced Wide Area Information Server END-of-freewais-sf/pkg/COMMENT echo x - freewais-sf/pkg/DESCR sed 's/^X//' >freewais-sf/pkg/DESCR << 'END-of-freewais-sf/pkg/DESCR' XFreeWAIS-sf is an extension of the freeWAIS software provided by the the XClearinghouse for Networked Information Discovery and Retrieval (CNIDR). XThe SF suffix in the software name stands for "structured fields," an Xindexing and search feature which distinguishes this software from its Xpredecessors. END-of-freewais-sf/pkg/DESCR echo x - freewais-sf/pkg/PLIST sed 's/^X//' >freewais-sf/pkg/PLIST << 'END-of-freewais-sf/pkg/PLIST' Xbin/catalog Xbin/check-sources Xbin/dictionary Xbin/getaddrs Xbin/inverted_file Xbin/makedb Xbin/mkfmt Xbin/server_stats Xbin/stats.awk Xbin/swais Xbin/wais-gif-display Xbin/wais-html-display Xbin/wais-jfif-display Xbin/wais-jpeg-display Xbin/wais-pict-display Xbin/wais-ppm-display Xbin/wais-tiff-display Xbin/waisindex Xbin/waisping Xbin/waisq Xbin/waisretrieve Xbin/waissearch Xbin/waisserver Xbin/ws Xlib/freeWAIS-sf/emacs/lisp/wais.el Xlib/freeWAIS-sf/libwais.a Xshare/doc/SF/fwsf.ps X@dirrm lib/freeWAIS-sf/emacs/lisp X@dirrm lib/freeWAIS-sf/emacs X@dirrm lib/freeWAIS-sf X@dirrm share/doc/SF END-of-freewais-sf/pkg/PLIST echo x - freewais-sf/README.html sed 's/^X//' >freewais-sf/README.html << 'END-of-freewais-sf/README.html' X X The FreeBSD Ports Collection (net/freewais-sf) X

The FreeBSD Ports Collection ("net/freewais-sf")


X X X

You are now in the directory for the port "net/freewais-sf" (package name "freewais-sf-2.1.2"). X X

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


XAn enhanced Wide Area Information Server X


X X

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

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

XThis port requires package(s) "XFree86-3.3.3.1" to build. X

XThis port requires package(s) "XFree86-3.3.3.1" to run. X X


X Go up one level X| X Go to top of ports tree X X END-of-freewais-sf/README.html echo x - freewais-sf/Makefile.orig sed 's/^X//' >freewais-sf/Makefile.orig << 'END-of-freewais-sf/Makefile.orig' X# New ports collection makefile for: FreeWAIS-sf X# Version required: 2.2.11 X# Date created: 19 November 1996 X# Whom: Pedro Giffuni X# X# $Id: Makefile,v 1.8 1999/03/15 01:27:19 steve Exp $ X# X XDISTNAME= freeWAIS-sf-2.2.11 XPKGNAME= freewais-sf-2.2.11 XCATEGORIES= net databases XMASTER_SITES= ftp://ls6-www.cs.uni-dortmund.de/pub/src/freeWAIS-sf/ \ X ftp://ftp.leo.org/pub/comp/general/infosys/wais/freeWAIS/freeWAIS-sf-2.2/ \ X ftp://ftp.germany.eu.net/pub/infosystems/wais/Unido-LS6/freeWAIS-sf-2.2/ X XMAINTAINER= ports@FreeBSD.org X XHAS_CONFIGURE= yes XCONFIGURE_SCRIPT=Configure XCONFIGURE_ARGS= < ${FILESDIR}/configure.ans XINSTALL_TARGET= install install.man X XMAN1= catalog.1 dictionary.1 inverted_file.1 makedb.1 mkfmt.1 waisindex.1 \ X waisq.1 waissearch.1 xwais.1 xwaisq.1 XMAN3= ftw.3 scandir.3 X Xpre-install: X ${MKDIR} ${PREFIX}/lib/freeWAIS-sf X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/SF X ${CP} ${WRKSRC}/doc/SF/fwsf.ps ${PREFIX}/share/doc/SF X.endif X X.include END-of-freewais-sf/Makefile.orig exit --B4IIlcmfBL/1gGOG-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 18:40: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 37B6D14CCE for ; Fri, 30 Apr 1999 18:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA98945; Fri, 30 Apr 1999 18:40:01 -0700 (PDT) (envelope-from gnats@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 111AD14CCE for ; Fri, 30 Apr 1999 18:33:22 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 6DB071436; Fri, 30 Apr 1999 18:33:21 -0700 (PDT) Message-Id: <19990501013321.6DB071436@norn.ca.eu.org> Date: Fri, 30 Apr 1999 18:33:21 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11420: Fix: graphics/txtmerge Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11420 >Category: ports >Synopsis: Fix: graphics/txtmerge >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 30 18:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Fix graphics/txtmerge and add master sites. This port has been broken for over a year now! Add patch-aa to fix this. >How-To-Repeat: >Fix: Index: txtmerge/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/graphics/txtmerge/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 1999/01/12 16:51:11 1.5 +++ Makefile 1999/05/01 01:30:28 @@ -9,12 +9,12 @@ DISTNAME= txtmerge101 PKGNAME= txtmerge-1.01 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.cs.uni-magdeburg.de/pub/www/xanime/ \ - ftp://ftp.doc.ic.ac.uk/computing/information-systems/WWW/xanime/ +MASTER_SITES= ftp://ftp.cdrom.com/pub/unixfreeware/graphics/ \ + ftp://ftp.math.bme.hu/pub/utils/xanim/ \ + ftp://ftp.kddlabs.co.jp/pub/graphics/gifanim/ +EXTRACT_SUFX= .tar.Z MAINTAINER= nacai@iname.com - -BROKEN= build WRKSRC= ${WRKDIR}/txtmerge ALL_TARGET= txtmerge Index: txtmerge/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/graphics/txtmerge/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1997/08/25 14:32:31 1.2 +++ md5 1999/05/01 01:17:34 @@ -1 +1 @@ -MD5 (txtmerge101.tar.gz) = a1a896a246e699fa9235142465b3010b +MD5 (txtmerge101.tar.Z) = 01dba2b4a81ce629027c9db2372b4e62 Index: txtmerge/patches/patch-aa =================================================================== RCS file: patch-aa diff -N patch-aa --- /dev/null Fri Apr 30 18:30:06 1999 +++ patch-aa Fri Apr 30 18:21:40 1999 @@ -0,0 +1,20 @@ +--- Makefile.orig Fri Jun 11 07:09:12 1993 ++++ Makefile Fri Apr 30 18:21:35 1999 +@@ -18,7 +18,7 @@ + # GNU C + #OPTIMIZE= -fcombine-regs -O + # standard +-OPTIMIZE = -O ++#OPTIMIZE = -O + + ##################################### + # Debug flags +@@ -28,7 +28,7 @@ + ##################################### + # + # +-CFLAGS = $(DEBUG) $(OPTIMIZE) $(INCLUDEDIR) ++CFLAGS += $(DEBUG) $(OPTIMIZE) -I$(INCLUDEDIR) + + txtmerge: + $(CC) $(CFLAGS) -o txtmerge txtmerge.c -Chris >Release-Note: >Audit-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 30 18:54:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B22A14CCE; Fri, 30 Apr 1999 18:54:40 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA99650; Fri, 30 Apr 1999 18:54:40 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 18:54:40 -0700 (PDT) From: Message-Id: <199905010154.SAA99650@freefall.freebsd.org> To: laskavy@Berkeley.Gambit.Msk.SU, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10944: ports/sysutils/mkhybrid12: version 1.12b5.0 is out Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/sysutils/mkhybrid12: version 1.12b5.0 is out State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 18:54:02 PDT 1999 State-Changed-Why: The port has already been updated to 1.12b5.1. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 18:55:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FC871503C; Fri, 30 Apr 1999 18:55:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA99745; Fri, 30 Apr 1999 18:55:18 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 18:55:18 -0700 (PDT) From: Message-Id: <199905010155.SAA99745@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: ports/11093: remind user that he needs to be root to install port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: remind user that he needs to be root to install port Responsible-Changed-From-To: freebsd-ports->asami Responsible-Changed-By: steve Responsible-Changed-When: Fri Apr 30 18:54:52 PDT 1999 Responsible-Changed-Why: Sounds like this is right up Satoshi's alley. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 18:55:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 83EC114F45; Fri, 30 Apr 1999 18:55:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA99862; Fri, 30 Apr 1999 18:55:45 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 18:55:45 -0700 (PDT) From: Message-Id: <199905010155.SAA99862@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jseger@FreeBSD.org Subject: Re: ports/11181: Update: x11/xscreensaver Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: x11/xscreensaver Responsible-Changed-From-To: freebsd-ports->jseger Responsible-Changed-By: steve Responsible-Changed-When: Fri Apr 30 18:55:28 PDT 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 18:56:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B59C14CCE; Fri, 30 Apr 1999 18:56:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA99964; Fri, 30 Apr 1999 18:56:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 18:56:27 -0700 (PDT) From: Message-Id: <199905010156.SAA99964@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/11317: Update: www/lynx-current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: www/lynx-current Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: steve Responsible-Changed-When: Fri Apr 30 18:56:03 PDT 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 18:57:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 862F814CCE; Fri, 30 Apr 1999 18:57:20 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA00167; Fri, 30 Apr 1999 18:57:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 18:57:21 -0700 (PDT) From: Message-Id: <199905010157.SAA00167@freefall.freebsd.org> To: dima@Chg.RU, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11328: Upgrade x11-toolkits/fltk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade x11-toolkits/fltk State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 18:56:36 PDT 1999 State-Changed-Why: Micheal Haro already updated this port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 18:58: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F71715A0E; Fri, 30 Apr 1999 18:58:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA00285; Fri, 30 Apr 1999 18:58:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 18:58:04 -0700 (PDT) From: Message-Id: <199905010158.SAA00285@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, nectar@FreeBSD.org Subject: Re: ports/11345: krb5 port's rsh incompatable with regular /usr/bin/rlogin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: krb5 port's rsh incompatable with regular /usr/bin/rlogin Responsible-Changed-From-To: freebsd-ports->nectar Responsible-Changed-By: steve Responsible-Changed-When: Fri Apr 30 18:57:32 PDT 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 18:59:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C86821594B; Fri, 30 Apr 1999 18:59:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA00422; Fri, 30 Apr 1999 18:59:29 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 18:59:29 -0700 (PDT) From: Message-Id: <199905010159.SAA00422@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/11354: Port fix: x11/XFree86 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port fix: x11/XFree86 Responsible-Changed-From-To: freebsd-ports->jmz Responsible-Changed-By: steve Responsible-Changed-When: Fri Apr 30 18:59:15 PDT 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 19: 0: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AC5BF15921; Fri, 30 Apr 1999 19:00:00 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA00513; Fri, 30 Apr 1999 19:00:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 19:00:01 -0700 (PDT) From: Message-Id: <199905010200.TAA00513@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: ports/11388: patch for ircII so /window create works Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: patch for ircII so /window create works Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: steve Responsible-Changed-When: Fri Apr 30 18:59:41 PDT 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 19: 1:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B0AE14D3E; Fri, 30 Apr 1999 19:01:31 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA00622; Fri, 30 Apr 1999 19:01:31 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 19:01:31 -0700 (PDT) From: Message-Id: <199905010201.TAA00622@freefall.freebsd.org> To: wefa@callcenter.systemhaus.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11391: gnomelibs-1.0.4 port broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gnomelibs-1.0.4 port broken State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 19:00:14 PDT 1999 State-Changed-Why: This is most likely because you have a half-baked work directory laying around. I'll bee upgrading this port to 1.0.6 in a few minutes and the problem should definitely be gone in that one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 19: 2:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 77C6015A71; Fri, 30 Apr 1999 19:02:06 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA00748; Fri, 30 Apr 1999 19:02:06 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 19:02:06 -0700 (PDT) From: Message-Id: <199905010202.TAA00748@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/11402: Update net/mrtg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update net/mrtg Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: steve Responsible-Changed-When: Fri Apr 30 19:01:52 PDT 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 19: 5:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50E8F159CF; Fri, 30 Apr 1999 19:05:53 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA01051; Fri, 30 Apr 1999 19:05:53 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 19:05:53 -0700 (PDT) From: Message-Id: <199905010205.TAA01051@freefall.freebsd.org> To: k5@respo.or.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11407: Fix port: archivers/linux_rar Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix port: archivers/linux_rar State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 19:05:43 PDT 1999 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 30 19: 8:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF7F614D44; Fri, 30 Apr 1999 19:08:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA01305; Fri, 30 Apr 1999 19:08:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 19:08:14 -0700 (PDT) From: Message-Id: <199905010208.TAA01305@freefall.freebsd.org> To: honda@kashio.info.mie-u.ac.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11398: update ja-rxvt: 2.6PRE2 -> 2.6PRE3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update ja-rxvt: 2.6PRE2 -> 2.6PRE3 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 19:07:25 PDT 1999 State-Changed-Why: Update 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 30 19: 9:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 53B8114CB3; Fri, 30 Apr 1999 19:09:40 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA01428; Fri, 30 Apr 1999 19:09:40 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 19:09:40 -0700 (PDT) From: Message-Id: <199905010209.TAA01428@freefall.freebsd.org> To: cpiazza@home.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11397: Update: sysutils/ascpu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: sysutils/ascpu State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 19:08:45 PDT 1999 State-Changed-Why: Update 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 30 19:12:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 525F814D9A; Fri, 30 Apr 1999 19:12:47 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA01669; Fri, 30 Apr 1999 19:12:47 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 19:12:47 -0700 (PDT) From: Message-Id: <199905010212.TAA01669@freefall.freebsd.org> To: cpiazza@home.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11396: Update: net/greed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/greed State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 19:12:01 PDT 1999 State-Changed-Why: Update 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 30 19:15:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3400A14CB3; Fri, 30 Apr 1999 19:15:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA01901; Fri, 30 Apr 1999 19:15:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 19:15:48 -0700 (PDT) From: Message-Id: <199905010215.TAA01901@freefall.freebsd.org> To: cpiazza@home.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11394: Fix: x11-wm/blackbox Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix: x11-wm/blackbox State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 19:14:13 PDT 1999 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 30 19:17:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E9A6115A2B; Fri, 30 Apr 1999 19:17:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA02184; Fri, 30 Apr 1999 19:17:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 19:17:44 -0700 (PDT) From: Message-Id: <199905010217.TAA02184@freefall.freebsd.org> To: cpiazza@home.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11393: Fix: x11/aterm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix: x11/aterm State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 19:16:33 PDT 1999 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 30 19:19:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BFD615A3E; Fri, 30 Apr 1999 19:19:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA02440; Fri, 30 Apr 1999 19:19:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 19:19:16 -0700 (PDT) From: Message-Id: <199905010219.TAA02440@freefall.freebsd.org> To: cpiazza@home.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11390: Update: games/gtkballs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: games/gtkballs State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 19:18:15 PDT 1999 State-Changed-Why: Update 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 30 19:19:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5712B15073; Fri, 30 Apr 1999 19:19:30 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA02521; Fri, 30 Apr 1999 19:19:30 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 30 Apr 1999 19:19:30 -0700 (PDT) From: Message-Id: <199905010219.TAA02521@freefall.freebsd.org> To: gmarco@giovannelli.it, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11081: New port: games/tetrinet-x 1.13.16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: games/tetrinet-x 1.13.16 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 30 19:18:18 PDT 1999 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 30 19:21:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 61746155A5; Fri, 30 Apr 1999 19:21:18 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA02704; Fri, 30 Apr 1999 19:21:18 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 19:21:18 -0700 (PDT) From: Message-Id: <199905010221.TAA02704@freefall.freebsd.org> To: k5@respo.or.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11384: Update port: emulators/xsystem35 (1.0.6 -> 1.0.7) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: emulators/xsystem35 (1.0.6 -> 1.0.7) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 19:20:40 PDT 1999 State-Changed-Why: Update 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 30 19:22:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EA9914DCA; Fri, 30 Apr 1999 19:22:39 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA03100; Fri, 30 Apr 1999 19:22:39 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 30 Apr 1999 19:22:39 -0700 (PDT) From: Message-Id: <199905010222.TAA03100@freefall.freebsd.org> To: andy@icc.surw.chel.su, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11364: New port: xhexagons-5.4.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xhexagons-5.4.4 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 30 19:22:10 PDT 1999 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 30 19:22:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF29514DCA; Fri, 30 Apr 1999 19:22:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA03194; Fri, 30 Apr 1999 19:22:55 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 19:22:55 -0700 (PDT) From: Message-Id: <199905010222.TAA03194@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11375: Update port: games/libshhcards Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: games/libshhcards State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 19:21:58 PDT 1999 State-Changed-Why: Update 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 30 19:23:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E1DB715AC5; Fri, 30 Apr 1999 19:23:08 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA03256; Fri, 30 Apr 1999 19:23:08 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 30 Apr 1999 19:23:08 -0700 (PDT) From: Message-Id: <199905010223.TAA03256@freefall.freebsd.org> To: andy@icc.surw.chel.su, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11363: New port: miscom-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: miscom-1.0 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 30 19:22:47 PDT 1999 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 30 19:23:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C2E014DCA; Fri, 30 Apr 1999 19:23:50 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA03396; Fri, 30 Apr 1999 19:23:50 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 30 Apr 1999 19:23:50 -0700 (PDT) From: Message-Id: <199905010223.TAA03396@freefall.freebsd.org> To: andy@icc.surw.chel.su, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11379: New port: sol-1.0.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: sol-1.0.6 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 30 19:23:30 PDT 1999 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 30 19:24:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9E7915B22; Fri, 30 Apr 1999 19:24:37 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA03526; Fri, 30 Apr 1999 19:24:37 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 19:24:37 -0700 (PDT) From: Message-Id: <199905010224.TAA03526@freefall.freebsd.org> To: wghicks@bellsouth.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11372: Update port to use gdb-4.18 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port to use gdb-4.18 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 19:23:32 PDT 1999 State-Changed-Why: Update 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 30 19:27: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CADCD15A32; Fri, 30 Apr 1999 19:26:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA03772; Fri, 30 Apr 1999 19:26:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 19:26:54 -0700 (PDT) From: Message-Id: <199905010226.TAA03772@freefall.freebsd.org> To: pfgiffun@bachue.usc.unal.edu.co, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11369: Fix to the cmpsfont port: unifying the afm dir. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix to the cmpsfont port: unifying the afm dir. State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 19:25:05 PDT 1999 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 30 19:28:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0439315ADA; Fri, 30 Apr 1999 19:28:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA03968; Fri, 30 Apr 1999 19:28:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 19:28:34 -0700 (PDT) From: Message-Id: <199905010228.TAA03968@freefall.freebsd.org> To: pfgiffun@bachue.usc.unal.edu.co, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11368: Fix to the amspsfonts port: unifying the afm dir. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix to the amspsfonts port: unifying the afm dir. State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 19:28:20 PDT 1999 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 30 19:32:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B727215A2B; Fri, 30 Apr 1999 19:32:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA04202; Fri, 30 Apr 1999 19:32:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 19:32:36 -0700 (PDT) From: Message-Id: <199905010232.TAA04202@freefall.freebsd.org> To: greg@greg.rim.or.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/8651: I create a new ports about wget Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: I create a new ports about wget State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 19:29:43 PDT 1999 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 30 19:38:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C1E8615997; Fri, 30 Apr 1999 19:38:48 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA04832; Fri, 30 Apr 1999 19:38:48 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 30 Apr 1999 19:38:48 -0700 (PDT) From: Message-Id: <199905010238.TAA04832@freefall.freebsd.org> To: andy@icc.surw.chel.su, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11362: New port: battleball-2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: battleball-2.0 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Apr 30 19:38:28 PDT 1999 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 30 19:42:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from out.gcn.net.tw (out.gcn.net.tw [203.77.2.144]) by hub.freebsd.org (Postfix) with ESMTP id DE41215950 for ; Fri, 30 Apr 1999 19:42:34 -0700 (PDT) (envelope-from keith@gcn.net.tw) Received: from phantom (host16.2106234.gcn.net.tw [210.62.34.16]) by out.gcn.net.tw (8.8.8/8.8.8) with ESMTP id CAA34840 for ; Sat, 1 May 1999 02:42:30 GMT Received: (from keith@localhost) by phantom (8.9.3/8.9.1) id KAA15642 for ports@FreeBSD.ORG; Sat, 1 May 1999 10:41:25 +0800 (CST) (envelope-from keith) Message-ID: <19990501104125.A15602@keith.home> Date: Sat, 1 May 1999 10:41:25 +0800 From: Keith Jang To: ports@FreeBSD.ORG Subject: Re: Usefull script to clean /usr/ports/distfiles. Testers neded Reply-To: jtjang@gcn.net.tw References: <37241D4B.C9DC6FD2@altavista.net> <19990426105508.A30028@rucus.ru.ac.za> <37242D15.77938D17@altavista.net> <19990429120329.A82884@rucus.ru.ac.za> <372862CA.B089EED3@altavista.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <372862CA.B089EED3@altavista.net>; from Maxim Sobolev on Thu, Apr 29, 1999 at 04:46:50PM +0300 X-Operating-System: FreeBSD phantom 4.0-CURRENT FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 04/29/99, Maxim Sobolev wrote: > Neil Blakey-Milner wrote: > > http://rucus.ru.ac.za/~nbm/distclean.pl > Thank you for a good work, however needs provision for "multi-md5" distfiles: It's quite handy. However, it also needs provision for "IGNORE" distfiles, for example: chinese/CJK (CJK.tar.gz) print/dvi2tty (dvi2tty.tar.gz) xc/XFree86 (Wraphelp.c) -- Make it clear and strong. jtjang@gcn.net.tw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 19:43:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 77F2815A31; Fri, 30 Apr 1999 19:43:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA05434; Fri, 30 Apr 1999 19:43:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 19:43:49 -0700 (PDT) From: Message-Id: <199905010243.TAA05434@freefall.freebsd.org> To: mac@jp.freebsd.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11361: update windomaker-i18n to 0.53.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update windomaker-i18n to 0.53.0 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 19:42:47 PDT 1999 State-Changed-Why: Update 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 30 19:45:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1026A159D5; Fri, 30 Apr 1999 19:45:45 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA05745; Fri, 30 Apr 1999 19:45:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 19:45:44 -0700 (PDT) From: Message-Id: <199905010245.TAA05745@freefall.freebsd.org> To: handy@physics.montana.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11358: WindowMaker upgrade: 0.52.0 -> 0.53.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: WindowMaker upgrade: 0.52.0 -> 0.53.0 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 19:45:06 PDT 1999 State-Changed-Why: Update 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 30 19:47:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 84478159D4; Fri, 30 Apr 1999 19:47:30 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA06104; Fri, 30 Apr 1999 19:47:30 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 19:47:30 -0700 (PDT) From: Message-Id: <199905010247.TAA06104@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11352: Update port: mail/mmr Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: mail/mmr State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 19:46:50 PDT 1999 State-Changed-Why: Update 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 30 19:50: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4471015950 for ; Fri, 30 Apr 1999 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 TAA06408; Fri, 30 Apr 1999 19:50:01 -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 3AB14159B9 for ; Fri, 30 Apr 1999 19:41:02 -0700 (PDT) (envelope-from handy@lambic.physics.montana.edu) Received: (from handy@localhost) by lambic.physics.montana.edu (8.8.8/8.8.7) id UAA22827; Fri, 30 Apr 1999 20:40:47 -0600 (MDT) (envelope-from handy) Message-Id: <199905010240.UAA22827@lambic.physics.montana.edu> Date: Fri, 30 Apr 1999 20:40:47 -0600 (MDT) From: handy@lambic.physics.montana.edu Reply-To: handy@lambic.physics.montana.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11421: p5-Date-Manip upgrade: 5.33->5.34 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11421 >Category: ports >Synopsis: upgrade p5-Date-Manip 5.33 -> 5.34 >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 30 19:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brian Handy >Release: FreeBSD 2.2.8-STABLE i386 >Organization: MSU - Physics >Environment: >Description: >How-To-Repeat: >Fix: diff -ruN p5-Date-Manip.orig/Makefile p5-Date-Manip/Makefile --- p5-Date-Manip.orig/Makefile Tue Sep 15 15:31:34 1998 +++ p5-Date-Manip/Makefile Fri Apr 30 20:32:05 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: p5-Date-Manip -# Version required: 5.33 +# Version required: 5.34 # Date created: April 28th 1996 # Whom: James FitzGibbon # # $Id: Makefile,v 1.8 1998/09/15 21:31:34 asami Exp $ # -DISTNAME= DateManip-5.33 -PKGNAME= p5-Date-Manip-5.33 +DISTNAME= DateManip-5.34 +PKGNAME= p5-Date-Manip-5.34 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Date diff -ruN p5-Date-Manip.orig/files/md5 p5-Date-Manip/files/md5 --- p5-Date-Manip.orig/files/md5 Mon Aug 31 07:56:11 1998 +++ p5-Date-Manip/files/md5 Fri Apr 30 20:33:38 1999 @@ -1 +1 @@ -MD5 (DateManip-5.33.tar.gz) = a3768616d6c9d987a7453bd0a6386cb7 +MD5 (DateManip-5.34.tar.gz) = 2cfbf6f85d3567108e9890d92d89328e >Release-Note: >Audit-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 30 19:50: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 04825159A7 for ; Fri, 30 Apr 1999 19:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA06414; Fri, 30 Apr 1999 19:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 30 Apr 1999 19:50:02 -0700 (PDT) Message-Id: <199905010250.TAA06414@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Brian Handy Subject: Re: ports/11319 Reply-To: Brian Handy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11319; it has been noted by GNATS. From: Brian Handy To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/11319 Date: Fri, 30 Apr 1999 20:47:22 -0600 (MDT) I was just looking this over, and this *can't* be right. Back to the drawing board... Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 19:55:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3220615AAF; Fri, 30 Apr 1999 19:55:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA07194; Fri, 30 Apr 1999 19:55:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 19:55:24 -0700 (PDT) From: Message-Id: <199905010255.TAA07194@freefall.freebsd.org> To: dirk.meyer@dinoex.sub.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11346: ports/emulators/frodo bugfix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/emulators/frodo bugfix State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 19:48:30 PDT 1999 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 30 19:59:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B46AD158F6; Fri, 30 Apr 1999 19:59:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA07884; Fri, 30 Apr 1999 19:59:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 19:59:15 -0700 (PDT) From: Message-Id: <199905010259.TAA07884@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11329: Update port: editors/le Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: editors/le State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 19:58:17 PDT 1999 State-Changed-Why: Update 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 30 20: 1:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 234C515A01; Fri, 30 Apr 1999 20:01:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA08173; Fri, 30 Apr 1999 20:01:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 20:01:01 -0700 (PDT) From: Message-Id: <199905010301.UAA08173@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11326: Update port: x11-fm/dfm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: x11-fm/dfm State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 20:00:25 PDT 1999 State-Changed-Why: Update 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 30 20: 7: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E0B39152CC; Fri, 30 Apr 1999 20:07:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA08549; Fri, 30 Apr 1999 20:07:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 20:07:01 -0700 (PDT) From: Message-Id: <199905010307.UAA08549@freefall.freebsd.org> To: dima@Chg.RU, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11308: Update sysutils/ascpu to 1.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update sysutils/ascpu to 1.4 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 20:06:44 PDT 1999 State-Changed-Why: Superceded by ports/11397. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 20: 7:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EAFFC15970; Fri, 30 Apr 1999 20:07:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA08642; Fri, 30 Apr 1999 20:07:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 20:07:48 -0700 (PDT) From: Message-Id: <199905010307.UAA08642@freefall.freebsd.org> To: mvh@ix.netcom.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11218: windowmaker-0.52.0 needs a little patching to correct paths Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: windowmaker-0.52.0 needs a little patching to correct paths State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 20:07:20 PDT 1999 State-Changed-Why: Fixed when I committed the updates contained in ports/11358. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 20:10: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E467152CC for ; Fri, 30 Apr 1999 20:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA08982; Fri, 30 Apr 1999 20:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 30 Apr 1999 20:10:02 -0700 (PDT) Message-Id: <199905010310.UAA08982@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Brian Handy Subject: Re: ports/11319 Reply-To: Brian Handy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11319; it has been noted by GNATS. From: Brian Handy To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/11319 Date: Fri, 30 Apr 1999 21:02:35 -0600 (MDT) OK, I had just reversed the patch. This does in fact work. Brian --- netscape4-communicator/Makefile.orig Fri Apr 30 20:51:36 1999 +++ netscape4-communicator/Makefile Fri Apr 30 20:52:58 1999 @@ -25,8 +25,8 @@ BROWSER?= communicator BROWSER_VER= 4.08 -NDIR= ${PREFIX}/${NSUBDIR} NSUBDIR= lib/netscape +NDIR= ${PREFIX}/${NSUBDIR} BINDIR= ${PREFIX}/bin INFILE_HEAD?= 'Communicator,4.08.0.98306' WRAPPER_TEMPLATE= ${MASTERDIR}/files/netscape.sh @@ -80,7 +80,7 @@ .if (${BROWSER} == "communicator") tar zxf ${DISTDIR}/${AUTOADMIN} -C ${NDIR} .endif -.if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO +.if defined(USE_128BIT) cd ${WRKDIR}/Fortify-1.4.1-unix-x86 && \ (${ECHO} yes ; ${ECHO} no ; ${ECHO} no) \ | ./Fortify.sh ${NDIR}/${BROWSER}-${BROWSER_VER}.bin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 20:11:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC56F15AE3; Fri, 30 Apr 1999 20:11:26 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA09195; Fri, 30 Apr 1999 20:11:26 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 20:11:26 -0700 (PDT) From: Message-Id: <199905010311.UAA09195@freefall.freebsd.org> To: cpiazza@home.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11246: Update: games/freeciv Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: games/freeciv State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 20:09:58 PDT 1999 State-Changed-Why: Update 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 30 20:14: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D99D152A9; Fri, 30 Apr 1999 20:14:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA09385; Fri, 30 Apr 1999 20:14:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 20:14:02 -0700 (PDT) From: Message-Id: <199905010314.UAA09385@freefall.freebsd.org> To: john@nlc.net.au, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11290: Update radiusd-cistron port to beta16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update radiusd-cistron port to beta16 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 20:12:59 PDT 1999 State-Changed-Why: peter@freebsd.org already update to the port to this version. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 20:17:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA9F5159D4; Fri, 30 Apr 1999 20:17:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA09693; Fri, 30 Apr 1999 20:17:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 20:17:41 -0700 (PDT) From: Message-Id: <199905010317.UAA09693@freefall.freebsd.org> To: rv@fore.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11245: update of files ports/devel/cons Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update of files ports/devel/cons State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 20:16:24 PDT 1999 State-Changed-Why: Update 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 30 20:22:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 85834152A9; Fri, 30 Apr 1999 20:22:31 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA10159; Fri, 30 Apr 1999 20:22:31 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 20:22:31 -0700 (PDT) From: Message-Id: <199905010322.UAA10159@freefall.freebsd.org> To: nakai@internetsolutions.co.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11017: Fixed port: gnomelibs-1.0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fixed port: gnomelibs-1.0.5 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 20:19:38 PDT 1999 State-Changed-Why: Update commited, 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 30 20:26:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A1AE115AB3; Fri, 30 Apr 1999 20:25:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA10371; Fri, 30 Apr 1999 20:25:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 20:25:50 -0700 (PDT) From: Message-Id: <199905010325.UAA10371@freefall.freebsd.org> To: nox@jelal.kn-bremen.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10939: update audio/dap to 2.0.2 (please test...) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update audio/dap to 2.0.2 (please test...) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 20:23:18 PDT 1999 State-Changed-Why: Update 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 30 20:28:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A9331525D; Fri, 30 Apr 1999 20:28:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA10660; Fri, 30 Apr 1999 20:28:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 20:28:17 -0700 (PDT) From: Message-Id: <199905010328.UAA10660@freefall.freebsd.org> To: shuna@pop16.odn.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11313: Update: japanese/libslang Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: japanese/libslang State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 20:27:07 PDT 1999 State-Changed-Why: Update 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 30 20:31:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7384D14EF0; Fri, 30 Apr 1999 20:30:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA10914; Fri, 30 Apr 1999 20:30:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 30 Apr 1999 20:30:33 -0700 (PDT) From: Message-Id: <199905010330.UAA10914@freefall.freebsd.org> To: shuna@pop16.odn.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11314: Update: japanese/slrn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: japanese/slrn State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Apr 30 20:29:46 PDT 1999 State-Changed-Why: Update 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 30 20:34:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 0FB4514C36 for ; Fri, 30 Apr 1999 20:34:10 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id XAA01730; Fri, 30 Apr 1999 23:32:00 -0400 (EDT) Date: Fri, 30 Apr 1999 23:32:00 -0400 (EDT) From: Chuck Robey To: Keith Jang Cc: ports@FreeBSD.ORG Subject: Re: Usefull script to clean /usr/ports/distfiles. Testers neded In-Reply-To: <19990501104125.A15602@keith.home> 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, 1 May 1999, Keith Jang wrote: > On 04/29/99, Maxim Sobolev wrote: > > Neil Blakey-Milner wrote: > > > http://rucus.ru.ac.za/~nbm/distclean.pl > > Thank you for a good work, however needs provision for "multi-md5" distfiles: > > It's quite handy. However, it also needs provision for "IGNORE" distfiles, > for example: > > chinese/CJK (CJK.tar.gz) > print/dvi2tty (dvi2tty.tar.gz) > xc/XFree86 (Wraphelp.c) > -- > Make it clear and strong. Hmmm, no one told you about /usr/ports/sysutils/pib, and anyone managing a lot of ports without it is missing a good bet. I think it was Mike Smith's baby. > > jtjang@gcn.net.tw > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 21:25: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 766) id BAD9B14E06; Fri, 30 Apr 1999 21:25:05 -0700 (PDT) To: cpiazza@home.net, mharo@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG From: mharo@FreeBSD.ORG Subject: Re: ports/11420 Message-Id: <19990501042505.BAD9B14E06@hub.freebsd.org> Date: Fri, 30 Apr 1999 21:25:05 -0700 (PDT) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix: graphics/txtmerge State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Fri Apr 30 21:19:18 PDT 1999 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 30 21:40:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id D0449151FA for ; Fri, 30 Apr 1999 21:40:49 -0700 (PDT) (envelope-from mharo@area51.fremont.ca.us) Received: (from mharo@localhost) by area51.fremont.ca.us (8.9.2/8.9.2) id VAA59361; Fri, 30 Apr 1999 21:40:47 -0700 (PDT) (envelope-from mharo) Date: Fri, 30 Apr 1999 21:40:47 -0700 From: Michael Haro To: Shawn Leas Cc: ports@freebsd.org Subject: Re: Eterm 0.8.9 is out. Fixes major bugs Message-ID: <19990430214047.A59340@area51.fremont.ca.us> References: <19990426191104.A21902@ixion.honeywell.com> <19990426210041.B55915@area51.fremont.ca.us> <19990427014012.A25044@ixion.honeywell.com> <19990427005616.A83583@area51.fremont.ca.us> <19990427043046.A3245@ixion.honeywell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990427043046.A3245@ixion.honeywell.com>; from Shawn Leas on Tue, Apr 27, 1999 at 04:30:46AM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm not sure if your patchfile changed and I don't recall which I used, but I'm getting... checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for BSD-compatible nm... /usr/bin/nm -B checking command to parse /usr/bin/nm -B output... yes checking for _ prefix in compiled symbols... (cached) no checking whether ln -s works... yes updating cache ./config.cache ltconfig: unrecognized option `--no-reexec' Try `ltconfig --help' for more information. configure: error: libtool configure failed *** Error code 1 when I try to make it. Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 30 23:19:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (Postfix) with ESMTP id 9824615A01 for ; Fri, 30 Apr 1999 23:19:28 -0700 (PDT) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id PAA08174; Sat, 1 May 1999 15:49:26 +0930 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA23238; Sat, 1 May 1999 15:50:00 +0930 Date: Sat, 1 May 1999 15:50:00 +0930 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Chris Piazza Cc: naddy@mips.rhein-neckar.de, freebsd-ports@freebsd.org Subject: RE: Build variables to respect besides CFLAGS? In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 29 Apr 1999, Chris Piazza wrote: > On 29-Apr-99 Christian Weisgerber wrote: > > What other build variables should be respected besides CFLAGS? > > CC? > > Generally CC, CFLAGS/CXXFLAGS, PREFIX(most important, really!), and also > MOTIFLIB if necessary. I think that's mostly it, but look at > www.freebsd.org/handbook/porting.html and bsd.port.mk, of course. And CXX, if appropriate. Note that you can't easily get most ports which USE_IMAKE to use these variables at build-time (although there are some ports which can be hacked to do this) - they seem to be decided at build-time of the XFree86 port. I don't think these "rules" are made too explicit in the handbook at present - I've been meaning to learn SGML and work on updating the porting docs.. Kris > > --- > Chris Piazza Abbotsford, BC, Canada > cpiazza@home.net > finger norn@norn.ca.eu.org for PGP key > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > ----- The Feynman problem-solving algorithm: 1. Write down the problem 2. Think real hard 3. Write down the solution To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 1:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 500B714C36 for ; Sat, 1 May 1999 01:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA08348; Sat, 1 May 1999 01:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 1 May 1999 01:30:02 -0700 (PDT) Message-Id: <199905010830.BAA08348@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Subject: Re: ports/11419: Fix: x11/wdm Reply-To: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11419; it has been noted by GNATS. From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) To: cpiazza@home.net Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/11419: Fix: x11/wdm Date: Sat, 1 May 1999 01:25:48 -0700 (PDT) * From: Chris Piazza * Ahh!! I had a brain block and couldn't put that together, I kept trying * libwraster.2. Yes, that's how it should be - I just made it RUN_DEPENDS on it * so it would not be deleted. Same effect, anyway. Not to nitpick, but it's not the same -- if you have something that's needed during compilation, and RUN_DEPENDS on it, the build will fail since the dependency will be checked too late.... :) -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 2:30: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 311A514FC7 for ; Sat, 1 May 1999 02:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA16840; Sat, 1 May 1999 02:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 72B3014FC2 for ; Sat, 1 May 1999 02:23:01 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id NAA67818; Sat, 1 May 1999 13:22:58 +0400 (MSD) (envelope-from andy) Message-Id: <199905010922.NAA67818@icc.surw.chel.su> Date: Sat, 1 May 1999 13:22:58 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11422: Update port: games/xlines Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11422 >Category: ports >Synopsis: Update port: games/xlines >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 1 02:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update games/xlines port. diff -Nru xlines/Makefile xlines-1.0/Makefile --- xlines/Makefile Wed Aug 12 14:26:32 1998 +++ xlines-1.0/Makefile Sat May 1 13:08:50 1999 @@ -24,6 +24,8 @@ @ ${INSTALL_PROGRAM} ${WRKSRC}/xlines ${PREFIX}/bin @ ${MKDIR} ${PREFIX}/share/xlines @ ${INSTALL_DATA} ${WRKSRC}/trolltech.gif ${PREFIX}/share/xlines + +post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/xlines @ ${INSTALL_DATA} ${WRKSRC}/readme.lines ${PREFIX}/share/doc/xlines diff -Nru xlines/patches/patch-aa xlines-1.0/patches/patch-aa --- xlines/patches/patch-aa Sat Jul 11 14:58:02 1998 +++ xlines-1.0/patches/patch-aa Sat May 1 13:02:27 1999 @@ -1,16 +1,30 @@ ---- Makefile Mon Apr 27 21:47:35 1998 -+++ /home/andy/tmp/wrk/Makefile Mon Jul 6 11:56:02 1998 -@@ -1,8 +1,8 @@ +--- Makefile Tue Apr 28 01:47:35 1998 ++++ /home/andy/tmp/wrk/Makefile Sat May 1 13:01:53 1999 +@@ -1,8 +1,7 @@ -INCDIR=/usr/local/qt/include -CFLAGS=-O2 -I/usr/X11/include -DSHOW_NEXT_COLORS -LFLAGS=-L/usr/local/qt/lib -lqt -L/usr/X11/lib -lX11 -CC=gcc -MOC=/usr/local/qt/bin/moc +INCDIR=${X11BASE}/include/X11/qt -+CFLAGS+=-I${X11BASE}/include -DSHOW_NEXT_COLORS ++CXXFLAGS+=-I${X11BASE}/include -DSHOW_NEXT_COLORS +LFLAGS=-L${X11BASE}/lib -lqt -lX11 -+#CC=gcc +MOC=${X11BASE}/bin/moc SRC=lines.cpp lines.moc OBJECTS=lines.o +@@ -14,12 +13,12 @@ + .SUFFIXES: .cpp + + .cpp.o: +- $(CC) -c $(CFLAGS) -I$(INCDIR) $< ++ $(CXX) -c $(CXXFLAGS) -I$(INCDIR) $< + + all: $(TARGET) + + $(TARGET): $(MOCFILES) $(OBJECTS) lines.h +- $(CC) $(OBJECTS) -o $(TARGET) $(LFLAGS) -I$(INCDIR) ++ $(CXX) $(OBJECTS) -o $(TARGET) $(LFLAGS) -I$(INCDIR) + + lines.moc: lines.h + $(MOC) lines.h -o lines.moc >How-To-Repeat: >Fix: Please, check and apply this patch. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 3:10:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 93D8F14F1F for ; Sat, 1 May 1999 03:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA21626; Sat, 1 May 1999 03:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (Postfix) with ESMTP id F12AD14BF4 for ; Sat, 1 May 1999 03:02:14 -0700 (PDT) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: (from kiri@localhost) by pis.toba-cmt.ac.jp (8.9.3/8.8.8) id TAA26337; Sat, 1 May 1999 19:03:24 +0900 (JST) (envelope-from kiri) Message-Id: <199905011003.TAA26337@pis.toba-cmt.ac.jp> Date: Sat, 1 May 1999 19:03:24 +0900 (JST) From: KIRIYAMA Kazuhiko Reply-To: kiri@pis.toba-cmt.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11423: New ports: JDE-1.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11423 >Category: ports >Synopsis: New ports: JDE-1.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 1 03:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KIRIYAMA Kazuhiko >Release: FreeBSD 4.0-CURRENT i386 >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Environment: >Description: JDE ports has been ported. JDE ports are NEXSTSET like desktop tools consists of file manager(Binder),editor(Muggy), viewer(JGV), and so on. I put the port packed with tar czf and uuencode below "Fix:" Packed tarball is : -rw-r--r-- 1 kiri staff 7366 May 1 18:57 jde-1.3-990501.tar.gz Packed list is : drwxr-xr-x kiri/staff 0 May 1 18:57 1999 x11-fm/binder/ drwxr-xr-x kiri/staff 0 Apr 30 15:18 1999 x11-fm/binder/scripts/ -rw-r--r-- kiri/staff 1159 Apr 30 15:20 1999 x11-fm/binder/scripts/post-install drwxr-xr-x kiri/staff 0 Apr 30 15:01 1999 x11-fm/binder/files/ -rw-r--r-- kiri/staff 59 Apr 30 15:01 1999 x11-fm/binder/files/md5 -rw-r--r-- kiri/staff 1641 May 1 18:57 1999 x11-fm/binder/Makefile drwxr-xr-x kiri/staff 0 Apr 30 15:18 1999 x11-fm/binder/pkg/ -rw-r--r-- kiri/staff 40 Mar 29 19:19 1999 x11-fm/binder/pkg/COMMENT -rw-r--r-- kiri/staff 268 Mar 29 19:16 1999 x11-fm/binder/pkg/DESCR -rw-r--r-- kiri/staff 5385 Apr 30 15:18 1999 x11-fm/binder/pkg/PLIST drwxr-xr-x kiri/staff 0 May 1 18:57 1999 editors/muggy/ drwxr-xr-x kiri/staff 0 Apr 27 18:54 1999 editors/muggy/files/ -rw-r--r-- kiri/staff 59 Apr 27 18:54 1999 editors/muggy/files/md5 -rw-r--r-- kiri/staff 1586 May 1 18:57 1999 editors/muggy/Makefile drwxr-xr-x kiri/staff 0 Apr 6 16:13 1999 editors/muggy/pkg/ -rw-r--r-- kiri/staff 1659 Apr 6 16:13 1999 editors/muggy/pkg/PLIST -rw-r--r-- kiri/staff 42 Mar 29 19:23 1999 editors/muggy/pkg/COMMENT -rw-r--r-- kiri/staff 586 Mar 29 19:25 1999 editors/muggy/pkg/DESCR drwxr-xr-x kiri/staff 0 Apr 6 16:11 1999 editors/muggy/scripts/ -rw-r--r-- kiri/staff 616 Apr 6 16:19 1999 editors/muggy/scripts/post-install drwxr-xr-x kiri/staff 0 May 1 18:57 1999 converters/deepforest/ drwxr-xr-x kiri/staff 0 Mar 26 16:33 1999 converters/deepforest/scripts/ -rw-r--r-- kiri/staff 300 Mar 26 16:33 1999 converters/deepforest/scripts/post-install drwxr-xr-x kiri/staff 0 Apr 27 18:42 1999 converters/deepforest/files/ -rw-r--r-- kiri/staff 64 Apr 27 18:42 1999 converters/deepforest/files/md5 drwxr-xr-x kiri/staff 0 Apr 2 23:59 1999 converters/deepforest/pkg/ -rw-r--r-- kiri/staff 39 Mar 29 19:38 1999 converters/deepforest/pkg/COMMENT -rw-r--r-- kiri/staff 223 Mar 29 19:37 1999 converters/deepforest/pkg/DESCR -rw-r--r-- kiri/staff 537 Apr 2 23:59 1999 converters/deepforest/pkg/PLIST -rw-r--r-- kiri/staff 1634 May 1 18:57 1999 converters/deepforest/Makefile drwxr-xr-x kiri/staff 0 May 1 18:57 1999 graphics/jgv/ drwxr-xr-x kiri/staff 0 Apr 3 01:44 1999 graphics/jgv/scripts/ -rw-r--r-- kiri/staff 587 Apr 3 01:44 1999 graphics/jgv/scripts/post-install drwxr-xr-x kiri/staff 0 Apr 27 18:50 1999 graphics/jgv/files/ -rw-r--r-- kiri/staff 57 Apr 27 18:50 1999 graphics/jgv/files/md5 drwxr-xr-x kiri/staff 0 Apr 2 23:27 1999 graphics/jgv/pkg/ -rw-r--r-- kiri/staff 43 Mar 29 19:32 1999 graphics/jgv/pkg/COMMENT -rw-r--r-- kiri/staff 515 Mar 29 19:30 1999 graphics/jgv/pkg/DESCR -rw-r--r-- kiri/staff 632 Apr 2 23:27 1999 graphics/jgv/pkg/PLIST -rw-r--r-- kiri/staff 1557 May 1 18:57 1999 graphics/jgv/Makefile drwxr-xr-x kiri/staff 0 May 1 18:57 1999 x11-toolkits/recycler/ drwxr-xr-x kiri/staff 0 Apr 8 23:09 1999 x11-toolkits/recycler/scripts/ -rw-r--r-- kiri/staff 547 Apr 8 23:11 1999 x11-toolkits/recycler/scripts/post-install drwxr-xr-x kiri/staff 0 Apr 27 18:56 1999 x11-toolkits/recycler/files/ -rw-r--r-- kiri/staff 62 Apr 27 18:56 1999 x11-toolkits/recycler/files/md5 drwxr-xr-x kiri/staff 0 Apr 8 23:15 1999 x11-toolkits/recycler/pkg/ -rw-r--r-- kiri/staff 52 Apr 8 23:15 1999 x11-toolkits/recycler/pkg/COMMENT -rw-r--r-- kiri/staff 241 Apr 8 23:14 1999 x11-toolkits/recycler/pkg/DESCR -rw-r--r-- kiri/staff 154 Apr 8 23:08 1999 x11-toolkits/recycler/pkg/PLIST -rw-r--r-- kiri/staff 1426 May 1 18:57 1999 x11-toolkits/recycler/Makefile drwxr-xr-x kiri/staff 0 May 1 18:57 1999 x11-toolkits/seizedesktop/ drwxr-xr-x kiri/staff 0 Apr 6 16:29 1999 x11-toolkits/seizedesktop/scripts/ -rw-r--r-- kiri/staff 756 Apr 6 17:24 1999 x11-toolkits/seizedesktop/scripts/post-install drwxr-xr-x kiri/staff 0 Apr 27 18:59 1999 x11-toolkits/seizedesktop/files/ -rw-r--r-- kiri/staff 66 Apr 27 18:59 1999 x11-toolkits/seizedesktop/files/md5 drwxr-xr-x kiri/staff 0 Apr 25 20:29 1999 x11-toolkits/seizedesktop/pkg/ -rw-r--r-- kiri/staff 44 Mar 29 19:52 1999 x11-toolkits/seizedesktop/pkg/COMMENT -rw-r--r-- kiri/staff 252 Mar 29 19:46 1999 x11-toolkits/seizedesktop/pkg/DESCR -rw-r--r-- kiri/staff 5653 Apr 25 20:34 1999 x11-toolkits/seizedesktop/pkg/PLIST -rw-r--r-- kiri/staff 1454 May 1 18:57 1999 x11-toolkits/seizedesktop/Makefile drwxr-xr-x kiri/staff 0 May 1 18:57 1999 japanese/binder/ -rw-r--r-- kiri/staff 273 May 1 18:57 1999 japanese/binder/Makefile drwxr-xr-x kiri/staff 0 May 1 18:57 1999 japanese/muggy/ -rw-r--r-- kiri/staff 273 May 1 18:57 1999 japanese/muggy/Makefile drwxr-xr-x kiri/staff 0 May 1 18:57 1999 japanese/deepforest/ -rw-r--r-- kiri/staff 292 May 1 18:57 1999 japanese/deepforest/Makefile drwxr-xr-x kiri/staff 0 May 1 18:57 1999 japanese/jgv/ -rw-r--r-- kiri/staff 276 May 1 18:57 1999 japanese/jgv/Makefile drwxr-xr-x kiri/staff 0 May 1 18:57 1999 japanese/recycler/ -rw-r--r-- kiri/staff 290 May 1 18:57 1999 japanese/recycler/Makefile drwxr-xr-x kiri/staff 0 May 1 18:57 1999 japanese/seizedesktop/ -rw-r--r-- kiri/staff 298 May 1 18:57 1999 japanese/seizedesktop/Makefile >How-To-Repeat: >Fix: begin 644 jde-1.3-990501.tar.gz M'XL(``+0*C<``^Q=:7?;-M;N5_%78!SWI,G4$G?9R7@:V5(<)5[T6G*6:5H? MB(0LQA3)(2DO23V__05`4N(&2DYDNG%X3WMBX;D`L5YB>7!Y)0@;HTEC:%@Z M=Y`0!!D%7A)Z#<37:2,O5\ MZ`+PT[GA&D5Z6&TT*B-#YVMVZXV^M?>L>=E]WW-XW7[4YCAW:.YP!=.;;K@[D>QVG00V#] MRW[K<.^DM=>YP2!'VO0U=*"%//2$JXUL%XQP."#/"9*J0\>A/WNNK2'/0QX- MF1B>UCBPIY:/NV+X+P&>`]WF:B19G*_.\?X-V'`,L('`8ZY6\QI__H*ND/8[ M^.C_\<\GEX8W]GSD_/XG^?WTER"X_O3)>F-=B,#USN';+V\[Q_WNT>'-)V== M;."$'N/4YT6[::Q_&=UP-=VV$"W1\^?TGZ=/HE_(@QHW*UQ0,!`K7[)LL>(` M;XRK49OZM%PDM;`61[3Z:O,T_DJD\22H`]Q=SY"_G.WA^440=C>#4Q'9B'BDJ4U$TTQC.8Q`M6H6Y[1J]&$CKTB9\ZB$_:$O? M'^*$>M`?ATV^]ON?:W\\72,-O$9;-O;,M<;S6Z7U\/IQQN2W,Z8%!Q=UPM-]Q>&0=XEKQ1B#;W+&N-A^N&"B,E.R4R\5C#4MF]$CG MI8O03K^]1'+&Y+7_1%]M MS2^8_P'0E.;MK_!D_B]*S6K^5X85;#B\#'7KBVX1Z!M\CUB)*+ M_CLU7*0_JV'+@CHUS&_R+5/X+Q_#JOCV$&]K$KT.M_LGY-_<(QUOOZNOX#Z[=[0\. M6P>=[=K<7G&]-WM!6+`(#2>DP[G";FO0V3LZ[G;Z1"?\]>%T'R=VPQVT^H/. M\6F_.R#PV/>=9XW&Y>5E'4*X85A^W79Q-AK_^S2"FF^[UW0YK!N>W^!PW.[A M`/_?.=ZN,?+/<<21DYZ2[WPY^G?0[ MI^]/@XH(0OJ[Q]W>H'^*%Q[;-5)+V[M@_W`[F+"3A==VM/Z*UO';\25]N%#& M88,WN+IZT<*9ZY%BG.*<;-=ZW?<'K=YIKS5X11*CO\B/9_T7?\Z7"2]>X$(_ M`H.QX8%@*\$C'0P,;7\,$I8(0$L'G\)-A#"LCJ/N3/W%B@"Z"$RF_A37VC6N M5,V<>L8%HJHXC?ZKHY/]-C@\&H"=#N@>]@>M_?U.&_2[!R?[@]9AY^BDO__A M'URBM-NUS3K/S0OV&VG.J%S>&#^Q\0X_W+XD)M1M](RK"70\+JK%W[:YNC$" MO\3K=7L;K$7[)&M/N'GWW:Y]@AM"?D\V,37Y6?B[> MO^B0.-IM[>^T^IU@\=V=G`EUD?QIX+_$NF?7A6>X&$?'@S[N33>-644&*N`C M5\NF$CZVSN.1$?Q=]S4S/YTHBUP=F3A_RY?IFXMRYD)G;&@>LRA!H\T*PRH* MR:-OV^:YX7OQXEBZ,>+P,CW:)GW&X>2C`;U[T+X!\Y\[G9='QYW3UO%>GP03 M0T;3#OXD]NLFG'B%V8PBMEX2\Q3$V]B=+[C)LP[>D#1`?+31\+!#G[9;@]8- MR-O):^@VKI=P_^#*F="'UG(U$XOUMN&=OX*NWG;Q:$I$C.4`]W,+#S@=@7\- M/;U.AGE]OXO5NO_4F0P1M'9)5Z, MP:0U<%P;3Z,GP!]#'UQ"#P,ZW1+@?!P-3Q.!CKQSWW8`LBX,UW8FR/(#&Q(L MAD#_&D^8)W6..[1]%*2SW&*O<`VW[`J.V\CL-7#LO88?TL9EQS]=U:_T&<7C M7Q!E04C-_R11X*OQ7X;\_'-LZ^;GGV.K0BX-999_7&RAF#R13B.)8^FL3N&UADNV2?(UB%Y*<)CF5E2S?MD>&S%,-M%:84JQ>GT>YW=;FO_=/"J M=?BFG]$+TS`TVTHD0@,:+=T>HI[M^0&KK'YFC+)*.P@W;S[B3KTQ`YJ:)O)? MV29BX99UG0_M]DYVQX;#`*&IL9`),AF0;=HNTG?MB0,U'P\25A)884IH$4,3 M:N<+=`K1(P=91:FTH7O^$N?)8]1Y&PVG9PP(C_'=-AM[:=J.PZC:I'U@JO1W M^]U\]*7!:E""M'J]`G#*QG9,:#%JBL!MV]\M1%^QT4ZO7P!:;&SO,QM[#=G8 MOE%4E/W/C`%#P**L]L>0T>M M@2Y9HXC@_RF`6,:!@K;-`&U39SZ08@4M1W$ZJ`OPXZE9_`"JT"G2>.>"[XRIXP1BU!V,4BJ)%:*\('71?%A7X?6&VWK.2?OUR_VCOB('MO64`\()A M@]Z@:^_(PE,>@]&J;PR3\9X\P$LW9`Y=F_%6.K`O##3`+ZT>]/%+CI'^P?3L MC/'^.43O!SCBA(7B>0ATT(9PE:]`>FH?>9#5FWM[C/=/#Y*38C9$)S)]QX2L MZ4S/1:,Z:YA0D/Q9`']BM!8%\3R6D;O^&)GF`->884%&H_7MJ:5W=(.1P@"] M[UHCADW$(+'#^>`[PQRR[%F1G7KG&CZC@=XS>C->1A:X84:VP=^6CSMCV;6]L9RUH<'98]\;Q4'*^B3--:C8='-&L M,^'3T-$RO%FJEUM2Y!.LX;NM30O-LX]7;ZZ-.'D1Z'^ZY=&Q/\A0TT\:K#S9$ M8N?#^CZV1SC3N2#9?<3O"2:((Z)"%%O"7)2,0[Q\FK!R1?`#TEWST9'(``)S M8C-S-5-@9LQ'DSXBM*M\G%AO=L8(.K2O.E?Y,.F]^8B#WPQ!$"OG9`(59L5T$==)+O'R8&KK=*:-6O'-D^JRV]((]YUS,-WPS8Q426&J!H4XB!YP0'^T+9<-!N.0BM]FSX#[GYCP7AN9WM8E-!YM5_F_O?(L]7_(]2)-G^]WO_1Y!X M61$I_T,0E*K]RY"\]K^O^S^Q]E=4L3K_*T/H_1^ZJ;(AU,5A[/Y/Y+V?L-`/ MZ^)/4:&JFS]WX4DD$X)D#[NZR/,C2'+^=Z_W?WA1 MDD0>3Q0!G@DVI6K]7X9DV[]L_B^0A&#]'VM_21&J]7\I,G\WT(,&:OWIH8)F M3RB;/ZE`&`5SI3FFV9;ODBD"GLA.\3L=S\#YC3'4SI%^BN=YI_@U&[[G8I%F MY-]@?9%Z3>V^PA.C3C\3'*/]IH*/NWNO!FF`S??-44K2?6,*!4S=!5HS@FV> M7I*G6Z"1ETKR/1Y##6W6DD-[.FQ-DFQLR$T M\TI'0=.&S(@!-8(!ND6I>O`B$S%).PD"`\H&.3%.=/]Y<**71@>CA#=(ES[U M20XZ-Q=Y:!^138)%.4:@0V2RJE6/W?.3Y M',,Z9FUB^M;$?$(=.W.<&=1L8&A)LT#>\6W6A#'0O,/;.9P-Q;TG&Y@^H`:J%Q-]!LO._^[C_+4;W/T51H/N_JEK=_RQ%6L`S)HZ)`+&"X0X;W9DC M-SS?D[N\"R?>!-';*GB/0ZQP7G.F`,<1XN;4"(PQ[0\!05Z6"-D,C7Z";^&F&BK]6Y M6M\&U_84Z+;UV,>Q+FANM+%M>RC*-/[O(K@%Q-6Z.'^&=1X\>VH9_YTB\M`^ MSO2E89I@&,2BQ3)&-&E2M#$N&'6"8=G`@2Z<(!^Y'DZOA?.2IPT2O MT?_J1>D3)<,BE<35PN)0;C17XVH?<"(:M'#NR3526I%!\<,'7$++S]Z?_Z:C MD+NY/G_?/;F2KY&D_;_7[W^0_3]!Q8IT_Z_R_UR*Y+=_J=__$`1EOO^O-,G^ MKRHHE?^G4F29[W_0E_,W?_YC-M.XG\]Y#&=?R%CVDQ[!G"29;:*8_%K'#/\K ML0]TBX]UD"BW^]H&45WBVQDO,M^[>&T:P]17,U[D?#6CL?;57Z68SR>37X>X M[WY>2;YHMG6!7#*OQ?T,.2/J-N*^OO\5X_\1___5^__N);_]5SL/7*[]U::J M2K)`^=^**%?M7XH4M_]JYH$+_?\IJN9_94AL_G>;R5P;]Y70Q5"I M,[KXM'2>A^4F=HEY"R.A9+E^@#E,_OA?[3VP6]S_DD0Z_F55%BO[7X84M?^J M[H$MLO\83[6_(E7??RE'Z/VON=4CO"T8NP0VU!1Q-%2&35$3-S>W-F4%J>)0 ME[Q_&3+C?VCVQ,%M[X&I;YC^-9AZAG5&^!]XAER1/QZL ML,?_ZG@@B\:_),W&O]14>;K_(U3COQ0A_O_7R/P/!!/`M>`S`/E&(T*+S7UX24O,_192J\5^*%.Y_<2DT2EG+16PZVI.LY\ M9B%9AS':/*."BE3R>/\IG7RHLIP_AN3;_]7Z@5EX_U-.^W]1Q(K_6X[.0[PJ&AV6Z@DEM6C+\P@^J#S]__S+K]Y_.+N[(_>]7\/^$RO]+29)H_[NY_G&+ M\[^FT%14^OUGOKK_48KDMO]JKW\L>\C1)>_YX$CW,DMC\8RMSP:.;<\UAI?>\DC+/L/0(]\ M\)*P_W?C_O]6_O\%E=A_LQ0%]D)(9_ZMW_[68_\7/QS]/_7](HE+=_RE%"/_3 M0I=`LUTW//NW1^`UT)%W[ML.0-:%X=H.=79*W'-IY&OO'(>CN8@8$/H1X^!BWQ[JHW!<.J'I@6YU]S40Z.I"73#(\!P[$7M>YOOUKY%/, M)Z?7H>^T(3E5=J#K6]B0XFH\PQ63Y[_%^__ M-]/S?TEL5O?_2Y%P?S_!ZB6_8]N\L[#9%C7^,0],^^J?!689OGE0R*N=0>2A M$7=X%AB2:[MD.HK_-[1LDCDJZ:231.)T<$R;?K@XXS<^A<3\QL^1A'_Z5'"\ M5"D/["0HXW\]&1C+7MR[.JFN"1=OK32?.*K0&,TW;.!T4)Z'\:B6TF&9;SM' MN:B8W9:I_Q%?X_Z?VOZOSO[B6__>_#_V>3 MEP1)%E7J_ZU9\;_+D>+V+\7_I\#+TJS]98GZ_Y1EH5K_E2'+\'^/PV[QS23@ M**'[8P+?C@6_/_*C=% MXO])EOG*_VLI4M3^9?E_!4TUU?X*KU3?_RY%*/\W,OX;?%V(DX"E+;2Y!:7- MH:8I>`@/E:VMH<;K33B2-7&KN5F]&KY[R1__]^/_EARH M5D3@AR3L\5^B_U=5F(U_5:7^OYO5^7\Y$DW](@KK[:U!FMZ:VZ.2)[91*%=P M;'M'#F$KXY44]O@OS?\K$"5Q-OX%)1C_U?JO'(GO[R9(H+/`)&LR'1S2$N?! ML7W$))+R@II0C)$#H_!JH)8B^>._5/^?HBIF_'_R4L7_+D5NP?^;C+*'?'^EL=B2]>G(?ED7-AR2J? MG(64OK\'^2Y1-QXR/J/PYF?Y^[^Q][\L-"O_/Z4(N_U7QP%;=O]?E"1)I?>_ ME69U_EN.+&[_;^>`+>)_2>'^ORC)HDCV_T2^\O]4DBS#_^J3;M$.NL4W<\#B MB5&R$;G%&/O]O7B(C)=CN4*19)+DL72TOU+1EGLZ_ MF$KE[-B,/\ZI36UV4Y5+,KM[%B!CC0$Q`F;BI/:_KP28P9B/A\MF)^-^-9>Q MGD!(K6[1M%K.E+3I+XWV^7^^&#!4_T_UM)^MLOSOTRGE?QP%W>-_GABP_OR/ M\WW^M\5B;O3_.[@$9Z('/4I:Y(G^CT6__)AM:GOXM-.G?*.[K M-:)[_I\G!JPW_FOU//^GLTS_+\G_,PY,_L<#5X:(;WR1I4G$%4-G"%A5J`Z_ MXU5+*!3L_T'W_#]/#%CW_)^5^9_,^F^9QW^O;EV[^C[BW@D7*&K'R<[O:?]S]4JWZ?L7G3;D M_I4+%+6!^^?QA-V3Z@[J8];> MW5[]L8&5I="LQ%XVEW[]\],?=RWEQ[DV.SE%U.8QYS"J\Z"\.2EF&^6^I7-S M2B"UE7G/]-JAGY3XFJ?M=R_3-M&E``NXJ:WON45H$KF8#&R$E>H_OT6::\S0 M07B*"1>@I;8-W3;U^DD.\X!+.4SI-4>G$!5$7SK`.#A:S0%#[ZB=^4S43W29 MB'<`#6R>RQV)L`*D2USA\R``9I=>L&NUEP##X2JQ!N28[S@P"]?,Y1$T+]8^ M`R1*LP+@&=:^?`)8^>'%O3R/^>P[(`$>9PKH$T]J`]'/4NRQG[7AOO@.T)`[ M;G815_TT@8BO6`,=D9TGTD^[3WT!2/B6^1S1<-LTB"+@>CZ+D>[PQ1IX!L.: M`8TSO%N(YVV24(3`E/%%C#RMB&.!/`@DO(%^4>>^K9")'S#UD'+@U@'[@;`D MMT4*2%\@5;1!^CK0%C9A`M#&@3;%FWY:*&/@02+FZ&X$>#Q4V`4Y9.XB$2&: M/4I__$`6"M%.`?KB`=%B^NW%E0'`D\C23PNG!.:W2FT!6/5XPR*@-_0<4Y$( MXZT`N+X`IEHJ7!0=G2X0DMITXMO];B%XK=) M@P=I3[MCMG&'=U'6PC?[J)H<#8U^AK:!UP5:]H+_"+V`E>'I#TH MH'%/,%:5]@;3WF#:&]R/ZVW[22;%P`:I5]^?5?N1QYL[>TQ8HM M6_J\^SGY[:^OF?J=3,R?4?#KH!#O9\7ZYNV[GV6U?TNQ?WMM[[[E_`_,&%]$ M_0_4_R;_FS6S:/_?**B-_T5.`!VF_ZTL(X"Q_Z3_+X]7K_^Y*_1+>IS+-^G_ M.LKY[W(>Y>$Q9S<"P_6_R01*^G\,-(W_N8U`K_Z?SVOC/U\NR/\["@;X?S]J M"?D]DQ#(%$Q?G"EP9/C(E?FT79'V*S<)U5.4+[/Z/T7_SQ9+RO\U"@[&_R*K M?V3]7]?_M]:*]G^-@@'Z__.GOP'%/WV![P#5L^.O7-_7<914]P)&X`3_SY+R M/XV#X_$_OQ'H7_];]?7_K47G_XZ"$_*_0T9@]N*,0&-B\:NW!HW!$V>V`2?X M?Q93RO\\"IK'?]3S/V[FB[K^7U@6^7]&P8GQ?Z_!!E0E_NKM`(%`(!`(!`*! ?0"`0"`0"@4`@$`@$`H%`(!`(A%\7_P&G['$K`&@!`%0E ` 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 Sat May 1 3:10:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 102A615040 for ; Sat, 1 May 1999 03:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA21644; Sat, 1 May 1999 03:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (Postfix) with ESMTP id 9CC7814BE3 for ; Sat, 1 May 1999 03:06:03 -0700 (PDT) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: (from kiri@localhost) by pis.toba-cmt.ac.jp (8.9.3/8.8.8) id TAA26863; Sat, 1 May 1999 19:07:17 +0900 (JST) (envelope-from kiri) Message-Id: <199905011007.TAA26863@pis.toba-cmt.ac.jp> Date: Sat, 1 May 1999 19:07:17 +0900 (JST) From: KIRIYAMA Kazuhiko Reply-To: kiri@pis.toba-cmt.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11425: New ports: ja-img-1.2b2(japanese/libimg) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11425 >Category: ports >Synopsis: New ports: ja-img-1.2b2(japanese/libimg) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 1 03:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KIRIYAMA Kazuhiko >Release: FreeBSD 4.0-CURRENT i386 >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Environment: >Description: Japanese libimg port has been ported. This port is a japanese version of graphics/libimg. I put the port with shar `find libimg` below "Fix:" >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: # # libimg/ # libimg/files/ # libimg/files/md5 # libimg/scripts/ # libimg/scripts/post-configure # libimg/pkg/ # libimg/pkg/COMMENT # libimg/pkg/DESCR # libimg/pkg/PLIST # libimg/patches/ # libimg/patches/patch-aa # libimg/patches/patch-ab # libimg/Makefile # echo c - libimg/ mkdir -p libimg/ > /dev/null 2>&1 echo c - libimg/files/ mkdir -p libimg/files/ > /dev/null 2>&1 echo x - libimg/files/md5 sed 's/^X//' >libimg/files/md5 << 'END-of-libimg/files/md5' XMD5 (img1.2b2.tar.gz) = 147eeae6b1da0866329ba26ff21982a5 END-of-libimg/files/md5 echo c - libimg/scripts/ mkdir -p libimg/scripts/ > /dev/null 2>&1 echo x - libimg/scripts/post-configure sed 's/^X//' >libimg/scripts/post-configure << 'END-of-libimg/scripts/post-configure' X#!/bin/sh X Xdirs="." X Xfor d in ${dirs}; do X perl -pi -e ' X s@^(prefix[ \t]*=).*$@$1\${PREFIX}@; X s@^(exec_prefix[ \t]*=).*$@$1\${PREFIX}@; X ' ${WRKSRC}/${d}/Makefile Xdone END-of-libimg/scripts/post-configure echo c - libimg/pkg/ mkdir -p libimg/pkg/ > /dev/null 2>&1 echo x - libimg/pkg/COMMENT sed 's/^X//' >libimg/pkg/COMMENT << 'END-of-libimg/pkg/COMMENT' XEnhanced Tk, adding support for many other Image formats:BMP,XBM,XPM,... END-of-libimg/pkg/COMMENT echo x - libimg/pkg/DESCR sed 's/^X//' >libimg/pkg/DESCR << 'END-of-libimg/pkg/DESCR' X"Img" package enhances Tk, adding support for many other Image formats: XBMP, XBM, XPM, GIF (with transparency), PNG, JPEG, TIFF and Xpostscript. This version only works with Tcl/Tk 8.0 or higher X(tested up to Tk8.1b2). If you are using Tk4.2 or lower, Xstick with Img1.1.4 (which is still available). X XThe most recent info is always available at: X http://home.wxs.nl/~nijtmans/img.html X XNote that both graphics/img and japanese/img are mutually exclusive and XSHOULD NOT BE INSTALLED SIMULTANEOUSLY! X X-KIRIYAMA Kazuhiko X END-of-libimg/pkg/DESCR echo x - libimg/pkg/PLIST sed 's/^X//' >libimg/pkg/PLIST << 'END-of-libimg/pkg/PLIST' Xlib/Img1.2/libimg12.so Xlib/Img1.2/libimg12.so.1 X@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib/Img1.2 X@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R Xlib/Img1.2/pkgIndex.tcl Xshare/doc/img/ANNOUNCE Xshare/doc/img/README Xshare/doc/img/changes X@dirrm lib/Img1.2 X@dirrm share/doc/img END-of-libimg/pkg/PLIST echo c - libimg/patches/ mkdir -p libimg/patches/ > /dev/null 2>&1 echo x - libimg/patches/patch-aa sed 's/^X//' >libimg/patches/patch-aa << 'END-of-libimg/patches/patch-aa' X--- configure.in.orig Fri Nov 20 15:14:25 1998 X+++ configure.in Thu Mar 25 16:30:20 1999 X@@ -111,6 +111,8 @@ X TCL_INC_DIR=${TCL_EXEC_PREFIX}/include X elif test -d ${TCL_EXEC_PREFIX}/include -a -f ${TCL_EXEC_PREFIX}/include/tcl.h; then X TCL_INC_DIR=${TCL_EXEC_PREFIX}/include X+elif test -d ${TCL_EXEC_PREFIX}/include/tcl${TCL_VERSION} -a -f ${TCL_EXEC_PREFIX}/include/tcl${TCL_VERSION}/tcl.h; then X+ TCL_INC_DIR=${TCL_EXEC_PREFIX}/include/tcl${TCL_VERSION} X else X TCL_INC_DIR=$prefix/include X fi X@@ -210,6 +212,8 @@ X TK_INC_DIR=${TK_EXEC_PREFIX}/include X elif test -d ${TK_EXEC_PREFIX}/include -a -f ${TK_EXEC_PREFIX}/include/tk.h; then X TK_INC_DIR=${TK_EXEC_PREFIX}/include X+elif test -d ${TK_EXEC_PREFIX}/include/tk${TK_VERSION} -a -f ${TK_EXEC_PREFIX}/include/tk${TK_VERSION}/tk.h; then X+ TK_INC_DIR=${TK_EXEC_PREFIX}/include/tk${TK_VERSION} X else X TK_INC_DIR=$prefix/include X fi END-of-libimg/patches/patch-aa echo x - libimg/patches/patch-ab sed 's/^X//' >libimg/patches/patch-ab << 'END-of-libimg/patches/patch-ab' X--- Makefile.in~ Sun Mar 7 17:35:11 1999 X+++ Makefile.in Sat Mar 27 20:05:22 1999 X@@ -221,7 +221,8 @@ X -DZ_LIB_NAME=\"$(IMG_FULL_PATH)$(Z_LIB_FILE)\" \ X -DPNG_LIB_NAME=\"$(IMG_FULL_PATH)$(PNG_LIB_FILE)\" \ X -DJPEG_LIB_NAME=\"$(IMG_FULL_PATH)$(JPEG_LIB_FILE)\" \ X- -DTIFF_LIB_NAME=\"$(IMG_FULL_PATH)$(TIFF_LIB_FILE)\" X+ -DTIFF_LIB_NAME=\"$(IMG_FULL_PATH)$(TIFF_LIB_FILE)\" \ X+ -I$(TCL_INC_DIR) X X # fundamentals of this library X SOURCES = imgInit.c imgObj.c imgUtil.c imgPmap.c imgUnixPmap.c \ END-of-libimg/patches/patch-ab echo x - libimg/Makefile sed 's/^X//' >libimg/Makefile << 'END-of-libimg/Makefile' X# New ports collection makefile for: img X# Version required: 1.2b2 X# Date created: 25 March 1999 X# Whom: KIRIYAMA Kazuhiko X# X# $Id$ X# X XDISTNAME= img1.2b2 XPKGNAME= ja-img-1.2b2 XCATEGORIES= graphics tk80 japanese XMASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/packages-8.0/graphics/Img/1.2/ \ X http://www.aaa-int.or.jp/~jfactory/TkStep/dist/ X XMAINTAINER= kiri@pis.toba-cmt.ac.jp X XBUILD_DEPENDS= ${PREFIX}/lib/tcl8.0jp/tclIndex:${PORTSDIR}/japanese/tcl80 \ X ${PREFIX}/lib/tk8.0jp/tk.tcl:${PORTSDIR}/japanese/tk80 X XUSE_AUTOCONF= yes XHAS_CONFIGURE= yes XCONFIGURE_ARGS= --with-tcl=${PREFIX}/lib/tcl${TCLVERSION}jp \ X --with-tk=${PREFIX}/lib/tk${TKVERSION}jp \ X --disable-stubs X XTCLVERSION= 8.0 XTKVERSION= 8.0 XPORTDOCDIR= ${PREFIX}/share/doc/img X Xpre-configure: X chmod 755 ${WRKSRC}/configure X X.include X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PORTDOCDIR} X (cd ${WRKSRC}; ${INSTALL_DATA} ANNOUNCE README changes ${PORTDOCDIR}) X.endif X.if ${PORTOBJFORMAT} == "aout" X ${LN} -sf libimg12.so.1.0 ${PREFIX}/lib/Img1.2/libimg12.so X.else X ${LN} -sf libimg12.so.1 ${PREFIX}/lib/Img1.2/libimg12.so X.endif X ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib/Img1.2 X X.include END-of-libimg/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 3:10:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 899F214C48 for ; Sat, 1 May 1999 03:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA21635; Sat, 1 May 1999 03:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (Postfix) with ESMTP id 8478314BE3 for ; Sat, 1 May 1999 03:04:22 -0700 (PDT) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: (from kiri@localhost) by pis.toba-cmt.ac.jp (8.9.3/8.8.8) id TAA26603; Sat, 1 May 1999 19:05:37 +0900 (JST) (envelope-from kiri) Message-Id: <199905011005.TAA26603@pis.toba-cmt.ac.jp> Date: Sat, 1 May 1999 19:05:37 +0900 (JST) From: KIRIYAMA Kazuhiko Reply-To: kiri@pis.toba-cmt.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11424: New ports: ja-tkstep-8.0.4(japanese/tkstep80) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11424 >Category: ports >Synopsis: New ports: ja-tkstep-8.0.4(japanese/tkstep80) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 1 03:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KIRIYAMA Kazuhiko >Release: FreeBSD 4.0-CURRENT i386 >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Environment: >Description: tkstep80 port has been ported. This port is a japanese version of TkStep80. I put the port with shar `find tkstep80` below "Fix:" >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: # # tkstep80/ # tkstep80/files/ # tkstep80/files/md5 # tkstep80/pkg/ # tkstep80/pkg/COMMENT # tkstep80/pkg/DESCR # tkstep80/pkg/PLIST # tkstep80/Makefile # tkstep80/patches/ # tkstep80/patches/patch-aa # tkstep80/patches/patch-ab # tkstep80/scripts/ # tkstep80/scripts/post-configure # echo c - tkstep80/ mkdir -p tkstep80/ > /dev/null 2>&1 echo c - tkstep80/files/ mkdir -p tkstep80/files/ > /dev/null 2>&1 echo x - tkstep80/files/md5 sed 's/^X//' >tkstep80/files/md5 << 'END-of-tkstep80/files/md5' XMD5 (tk8.0.4.tar.gz) = 8e4c6a20f11cdff76adb5d26423e4ea5 XMD5 (tk8.0.4jp1.3.patch.gz) = adbe811b2ddb4b9e11f478253888eb05 XMD5 (tk8.0.4-Stepnize.gz) = fcb3fa540d0a704ed198de4e2e11ccfc END-of-tkstep80/files/md5 echo c - tkstep80/pkg/ mkdir -p tkstep80/pkg/ > /dev/null 2>&1 echo x - tkstep80/pkg/COMMENT sed 's/^X//' >tkstep80/pkg/COMMENT << 'END-of-tkstep80/pkg/COMMENT' XThe Tk toolkit with a NeXTSTEP look and more. END-of-tkstep80/pkg/COMMENT echo x - tkstep80/pkg/DESCR sed 's/^X//' >tkstep80/pkg/DESCR << 'END-of-tkstep80/pkg/DESCR' XThis is Tk 8.0 with some modifications to make it look like N*XTSTEP's Xinterface, plus some new widgets inspirated on N*XTSTEP. XIt also incorporates the DND drag and drop patches (see README.TkDND) X XYou can use TkSTEP with WindowMaker or AfterStep to make your desktop look Xmore consistent. BowMan is a window manager that emulates the look and feel Xof the N*XTSTEP user interface. AfterStep is a continuation of BowMan with Xmany enhancements and is event better looking. WindowMaker is a even better XWindowManager by Alfredo Kojima. X XJapanese modification has been done by IWAYA Jyun. X X-KIRIYAMA Kazuhiko X END-of-tkstep80/pkg/DESCR echo x - tkstep80/pkg/PLIST sed 's/^X//' >tkstep80/pkg/PLIST << 'END-of-tkstep80/pkg/PLIST' Xbin/wishstep8.0jp Xinclude/tkstep8.0jp/tkstep.h Xinclude/tkstep8.0jp/generic/default.h Xinclude/tkstep8.0jp/generic/ks_names.h Xinclude/tkstep8.0jp/generic/tk.h Xinclude/tkstep8.0jp/generic/tk3d.h Xinclude/tkstep8.0jp/generic/tkButton.h Xinclude/tkstep8.0jp/generic/tkCanvas.h Xinclude/tkstep8.0jp/generic/tkColor.h Xinclude/tkstep8.0jp/generic/tkFileFilter.h Xinclude/tkstep8.0jp/generic/tkFont.h Xinclude/tkstep8.0jp/generic/tkInitScript.h Xinclude/tkstep8.0jp/generic/tkInt.h Xinclude/tkstep8.0jp/generic/tkMenu.h Xinclude/tkstep8.0jp/generic/tkMenubutton.h Xinclude/tkstep8.0jp/generic/tkPort.h Xinclude/tkstep8.0jp/generic/tkScale.h Xinclude/tkstep8.0jp/generic/tkScrollbar.h Xinclude/tkstep8.0jp/generic/tkSelect.h Xinclude/tkstep8.0jp/generic/tkText.h Xinclude/tkstep8.0jp/unix/tkKinput2.h Xinclude/tkstep8.0jp/unix/tkUnixDefault.h Xinclude/tkstep8.0jp/unix/tkUnixInt.h Xinclude/tkstep8.0jp/unix/tkUnixPort.h Xlib/libtkstep80jp.a Xlib/libtkstep80jp.so Xlib/libtkstep80jp.so.1 X@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B X@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R Xlib/tkstep8.0jp/FontChooser.tcl Xlib/tkstep8.0jp/bgerror.tcl Xlib/tkstep8.0jp/button.tcl Xlib/tkstep8.0jp/clrpick.tcl Xlib/tkstep8.0jp/comdlg.tcl Xlib/tkstep8.0jp/console.tcl Xlib/tkstep8.0jp/demos/README Xlib/tkstep8.0jp/demos/arrow.tcl Xlib/tkstep8.0jp/demos/bind.tcl Xlib/tkstep8.0jp/demos/bitmap.tcl Xlib/tkstep8.0jp/demos/browse Xlib/tkstep8.0jp/demos/button.tcl Xlib/tkstep8.0jp/demos/check.tcl Xlib/tkstep8.0jp/demos/clrpick.tcl Xlib/tkstep8.0jp/demos/colors.tcl Xlib/tkstep8.0jp/demos/cscroll.tcl Xlib/tkstep8.0jp/demos/ctext.tcl Xlib/tkstep8.0jp/demos/dialog1.tcl Xlib/tkstep8.0jp/demos/dialog2.tcl Xlib/tkstep8.0jp/demos/dragtest Xlib/tkstep8.0jp/demos/droptest Xlib/tkstep8.0jp/demos/entry1.tcl Xlib/tkstep8.0jp/demos/entry2.tcl Xlib/tkstep8.0jp/demos/filebox.tcl Xlib/tkstep8.0jp/demos/floor.tcl Xlib/tkstep8.0jp/demos/form.tcl Xlib/tkstep8.0jp/demos/hello Xlib/tkstep8.0jp/demos/hscale.tcl Xlib/tkstep8.0jp/demos/icon.tcl Xlib/tkstep8.0jp/demos/image1.tcl Xlib/tkstep8.0jp/demos/image2.tcl Xlib/tkstep8.0jp/demos/imagedrop Xlib/tkstep8.0jp/demos/images/earth.gif Xlib/tkstep8.0jp/demos/images/earthris.gif Xlib/tkstep8.0jp/demos/images/face.bmp Xlib/tkstep8.0jp/demos/images/flagdown.bmp Xlib/tkstep8.0jp/demos/images/flagup.bmp Xlib/tkstep8.0jp/demos/images/gray25.bmp Xlib/tkstep8.0jp/demos/images/letters.bmp Xlib/tkstep8.0jp/demos/images/noletter.bmp Xlib/tkstep8.0jp/demos/images/pattern.bmp Xlib/tkstep8.0jp/demos/images/tcllogo.gif Xlib/tkstep8.0jp/demos/images/teapot.ppm Xlib/tkstep8.0jp/demos/items.tcl Xlib/tkstep8.0jp/demos/ixset Xlib/tkstep8.0jp/demos/label.tcl Xlib/tkstep8.0jp/demos/license.terms Xlib/tkstep8.0jp/demos/menu.tcl Xlib/tkstep8.0jp/demos/menubu.tcl Xlib/tkstep8.0jp/demos/msgbox.tcl Xlib/tkstep8.0jp/demos/plot.tcl Xlib/tkstep8.0jp/demos/puzzle.tcl Xlib/tkstep8.0jp/demos/radio.tcl Xlib/tkstep8.0jp/demos/rmt Xlib/tkstep8.0jp/demos/rolodex Xlib/tkstep8.0jp/demos/ruler.tcl Xlib/tkstep8.0jp/demos/sayings.tcl Xlib/tkstep8.0jp/demos/search.tcl Xlib/tkstep8.0jp/demos/square Xlib/tkstep8.0jp/demos/states.tcl Xlib/tkstep8.0jp/demos/style.tcl Xlib/tkstep8.0jp/demos/tclIndex Xlib/tkstep8.0jp/demos/tcolor Xlib/tkstep8.0jp/demos/tcolor2 Xlib/tkstep8.0jp/demos/text.tcl Xlib/tkstep8.0jp/demos/tfontsel Xlib/tkstep8.0jp/demos/timer Xlib/tkstep8.0jp/demos/twind.tcl Xlib/tkstep8.0jp/demos/vscale.tcl Xlib/tkstep8.0jp/demos/widget Xlib/tkstep8.0jp/dialog.tcl Xlib/tkstep8.0jp/entry.tcl Xlib/tkstep8.0jp/focus.tcl Xlib/tkstep8.0jp/images/README Xlib/tkstep8.0jp/images/logo100.gif Xlib/tkstep8.0jp/images/logo64.gif Xlib/tkstep8.0jp/images/logoLarge.gif Xlib/tkstep8.0jp/images/logoMed.gif Xlib/tkstep8.0jp/images/pwrdLogo100.gif Xlib/tkstep8.0jp/images/pwrdLogo150.gif Xlib/tkstep8.0jp/images/pwrdLogo175.gif Xlib/tkstep8.0jp/images/pwrdLogo200.gif Xlib/tkstep8.0jp/images/pwrdLogo75.gif Xlib/tkstep8.0jp/kinput.tcl Xlib/tkstep8.0jp/listbox.tcl Xlib/tkstep8.0jp/menu.tcl Xlib/tkstep8.0jp/msgbox.tcl Xlib/tkstep8.0jp/obsolete.tcl Xlib/tkstep8.0jp/optMenu.tcl Xlib/tkstep8.0jp/palette.tcl Xlib/tkstep8.0jp/prolog.ps Xlib/tkstep8.0jp/safetk.tcl Xlib/tkstep8.0jp/scale.tcl Xlib/tkstep8.0jp/scrlbar.tcl Xlib/tkstep8.0jp/tclIndex Xlib/tkstep8.0jp/tearoff.tcl Xlib/tkstep8.0jp/text.tcl Xlib/tkstep8.0jp/tk.tcl Xlib/tkstep8.0jp/tkAppInit.c Xlib/tkstep8.0jp/tkStepConfig.sh Xlib/tkstep8.0jp/tkfbox.tcl Xlib/tkstep8.0jp/tkstep.tcl Xlib/tkstep8.0jp/xim.tcl Xlib/tkstep8.0jp/xmfbox.tcl Xshare/doc/tkstep8.0jp/INSTALL.TkSTEPjp Xshare/doc/tkstep8.0jp/NOTES Xshare/doc/tkstep8.0jp/README.TkDND Xshare/doc/tkstep8.0jp/README.TkSTEPjp Xshare/doc/tkstep8.0jp/README.TkStep Xshare/doc/tkstep8.0jp/README.step Xshare/doc/tkstep8.0jp/changes.TkSTEPjp X@dirrm include/tkstep8.0jp/generic X@dirrm include/tkstep8.0jp/unix X@dirrm include/tkstep8.0jp X@dirrm lib/tkstep8.0jp/demos/images X@dirrm lib/tkstep8.0jp/demos X@dirrm lib/tkstep8.0jp/images X@dirrm lib/tkstep8.0jp X@dirrm share/doc/tkstep8.0jp END-of-tkstep80/pkg/PLIST echo x - tkstep80/Makefile sed 's/^X//' >tkstep80/Makefile << 'END-of-tkstep80/Makefile' X# New ports collection makefile for: TkStep X# Version required: 8.0.4 X# Date created: 25 March 1999 X# Whom: KIRIYAMA Kazuhiko X# X# $Id$ X# X XDISTNAME= tk8.0.4 XPKGNAME= ja-tkstep-8.0.4 XCATEGORIES= japanese tk80 XMASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ XPATCH_SITES= ftp://ftp.sra.co.jp/pub/lang/tcl/jp/ \ X http://www.aaa-int.or.jp/~jfactory/TkStep/dist/ XPATCHFILES= tk8.0.4jp1.3.patch.gz tk8.0.4-Stepnize.gz X XMAINTAINER= kiri@pis.toba-cmt.ac.jp X XLIB_DEPENDS= tcl80jp.1:${PORTSDIR}/japanese/tcl80 X XUSE_AUTOCONF= yes XHAS_CONFIGURE= yes XCONFIGURE_ARGS= --enable-gcc --enable-shared --enable-step \ X --with-tcl=${PREFIX}/lib/tcl${TCLVERSION}jp \ X --enable-dnd XWRKSRC= ${TOPDIR}/unix X.if defined(PATCH_DEBUG) XPATCH_DIST_ARGS=-d ${TOPDIR} -E ${PATCH_DIST_STRIP} X.else XPATCH_DIST_ARGS=-d ${TOPDIR} --forward --quiet -E ${PATCH_DIST_STRIP} X.endif X XTCLVERSION= 8.0 XTOPDIR= ${WRKDIR}/${DISTNAME} XPORTDOCDIR= ${PREFIX}/share/doc/tkstep${TCLVERSION}jp X X.include X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${PORTDOCDIR} X cd ${TOPDIR}/doc.tkstep; \ X ${INSTALL_DATA} INSTALL.TkSTEPjp NOTES README.TkDND README.TkSTEPjp \ X README.TkStep README.step changes.TkSTEPjp ${PORTDOCDIR} X.endif X @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib X X.include END-of-tkstep80/Makefile echo c - tkstep80/patches/ mkdir -p tkstep80/patches/ > /dev/null 2>&1 echo x - tkstep80/patches/patch-aa sed 's/^X//' >tkstep80/patches/patch-aa << 'END-of-tkstep80/patches/patch-aa' X--- configure.in~ Wed Mar 24 22:32:25 1999 X+++ configure.in Wed Mar 24 22:39:18 1999 X@@ -10,6 +10,7 @@ X TK_MINOR_VERSION=0 X TK_PATCH_LEVEL=".4" X VERSION=${TK_VERSION} X+TCL_L10N=jp X X if test "${prefix}" = "NONE"; then X prefix=/usr/local X@@ -51,8 +52,8 @@ X if test ! -d $TCL_BIN_DIR; then X AC_MSG_ERROR(Tcl directory $TCL_BIN_DIR doesn't exist) X fi X-if test ! -f $TCL_BIN_DIR/Makefile; then X- AC_MSG_ERROR(There's no Makefile in $TCL_BIN_DIR; perhaps you didn't specify the Tcl *build* directory (not the toplevel Tcl directory) or you forgot to configure Tcl?) X+if test ! -f $TCL_BIN_DIR/tclConfig.sh; then X+ AC_MSG_ERROR(There's no tclConfig.sh in $TCL_BIN_DIR; perhaps you didn't specify the Tcl *build* directory (not the toplevel Tcl directory) or you forgot to configure Tcl?) X fi X X #-------------------------------------------------------------------- X@@ -87,6 +88,8 @@ X CFLAGS_OPTIMIZE=$TCL_CFLAGS_OPTIMIZE X EXTRA_CFLAGS=$TCL_EXTRA_CFLAGS X X+TCL_SRC_DIR=${prefix}/include/tcl${TCL_VERSION} X+ X LIB_RUNTIME_DIR='${LIB_RUNTIME_DIR}' X X # If Tcl and Tk are installed in different places, adjust the library X@@ -536,7 +539,11 @@ X TK_SHARED_BUILD=1 X TK_SHLIB_CFLAGS="${SHLIB_CFLAGS}" X TK_LIB_FILE=libtkstep${TCL_SHARED_LIB_SUFFIX} X+ if test "X$PORTOBJFORMAT" = "Xelf"; then X+ MAKE_LIB="\${SHLIB_LD} -o \${TK_LIB_FILE} -Wl,-soname,\${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${SHLIB_LD_LIBS}" X+ else X MAKE_LIB="\${SHLIB_LD} -o \${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${SHLIB_LD_LIBS}" X+ fi X RANLIB=":" X else X TK_SHARED_BUILD=0 X@@ -647,10 +654,12 @@ X AC_SUBST(SHLIB_VERSION) X AC_SUBST(TCL_BIN_DIR) X AC_SUBST(TCL_BUILD_LIB_SPEC) X+AC_SUBST(TCL_LIB_SPEC) X AC_SUBST(TCL_DBGX) X AC_SUBST(TCL_LIB_FLAG) X AC_SUBST(TCL_SRC_DIR) X AC_SUBST(TCL_VERSION) X+AC_SUBST(TCL_L10N) X AC_SUBST(TK_BUILD_LIB_SPEC) X AC_SUBST(TK_CC_SEARCH_FLAGS) X AC_SUBST(TK_LD_SEARCH_FLAGS) END-of-tkstep80/patches/patch-aa echo x - tkstep80/patches/patch-ab sed 's/^X//' >tkstep80/patches/patch-ab << 'END-of-tkstep80/patches/patch-ab' X--- Makefile.in.orig Thu Mar 25 20:41:30 1999 X+++ Makefile.in Thu Mar 25 20:57:00 1999 X@@ -56,7 +56,9 @@ X BIN_DIR = $(exec_prefix)/bin X X # Directory in which to install the include file tk.h: X-INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include X+INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include/tkstep$(VERSION) X+GENERIC_INCLUDE_INSTALL_DIR = $(INCLUDE_INSTALL_DIR)/generic X+UNIX_INCLUDE_INSTALL_DIR = $(INCLUDE_INSTALL_DIR)/unix X X # Top-level directory for manual entries: X MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man X@@ -72,6 +74,9 @@ X # Tcl commands implemented by Tk: X MANN_INSTALL_DIR = $(MAN_INSTALL_DIR)/mann X X+# Directory in which to install sharedable other documents: X+DOC_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/share/doc/tk$(VERSION) X+ X # The directory containing the Tcl sources and headers appropriate X # for this version of Tk ("srcdir" will be replaced or has already X # been replaced by the configure script): X@@ -112,7 +117,7 @@ X X # Libraries to use when linking. This definition is determined by the X # configure script. X-LIBS = @TCL_BUILD_LIB_SPEC@ @LIBS@ $(X11_LIB_SWITCHES) @DL_LIBS@ @MATH_LIBS@ @EXTRA_LIBS@ X+LIBS = @TCL_LIB_SPEC@ @LIBS@ $(X11_LIB_SWITCHES) @DL_LIBS@ @MATH_LIBS@ @EXTRA_LIBS@ X X CFLAGS = @CFLAGS@ @WITH_OPT@ @ENABLE_XPM@ @ENABLE_TIFF@ @ENABLE_DND@ @ENABLE_STEP@ X X@@ -150,7 +155,7 @@ X # "install" around; better to use the install-sh script that comes X # with the distribution, which is slower but guaranteed to work. X X-INSTALL = @srcdir@/install-sh -c X+INSTALL = install -c X INSTALL_PROGRAM = ${INSTALL} X INSTALL_DATA = ${INSTALL} -m 644 X X@@ -163,6 +168,8 @@ X TK_SHLIB_CFLAGS = @TK_SHLIB_CFLAGS@ X X TK_LIB_FILE = @TK_LIB_FILE@ X+TCL_L10N = @TCL_L10N@ X+TK_STATIC_LIB_FILE = libtkstep80$(TCL_L10N).a X #TK_LIB_FILE = libtk.a X X TK_LIB_FLAG = @TK_LIB_FLAG@ X@@ -334,6 +341,14 @@ X rm -f ${TK_LIB_FILE} X @MAKE_LIB@ X $(RANLIB) ${TK_LIB_FILE} X+.if ${PORTOBJFORMAT}X == elfX X+ ln -sf ${TK_LIB_FILE} `echo ${TK_LIB_FILE} | sed 's/\.so.*$$/.so/'` X+.endif X+ X+$(TK_STATIC_LIB_FILE): $(OBJS) X+ rm -f $(TK_STATIC_LIB_FILE) X+ ar cr $(TK_STATIC_LIB_FILE) $(OBJS) X+ $(RANLIB) $(TK_STATIC_LIB_FILE) X X # Make target which outputs the list of the .o contained in the Tk lib X # usefull to build a single big shared library containing Tcl/Tk and other X@@ -383,13 +398,13 @@ X TK_LIBRARY=$(TOP_DIR)/library; export TK_LIBRARY; \ X ./tktest X X-install: install-binaries install-libraries install-demos install-man X+install: install-binaries install-libraries install-demos X X # Note: before running ranlib below, must cd to target directory because X # some ranlibs write to current directory, and this might not always be X # possible (e.g. if installing as root). X X-install-binaries: $(TK_LIB_FILE) wishstep X+install-binaries: $(TK_LIB_FILE) $(TK_STATIC_LIB_FILE) wishstep X @for i in $(LIB_INSTALL_DIR) $(BIN_INSTALL_DIR) ; \ X do \ X if [ ! -d $$i ] ; then \ X@@ -403,13 +418,22 @@ X @$(INSTALL_DATA) $(TK_LIB_FILE) $(LIB_INSTALL_DIR)/$(TK_LIB_FILE) X @(cd $(LIB_INSTALL_DIR); $(RANLIB) $(TK_LIB_FILE)) X @chmod 555 $(LIB_INSTALL_DIR)/$(TK_LIB_FILE) X+.if ${PORTOBJFORMAT}X == elfX X+ @(cd $(LIB_INSTALL_DIR); ln -sf ${TK_LIB_FILE} `echo ${TK_LIB_FILE} | sed 's/\.so.*$$/.so/'`) X+.endif X+ @echo "Installing $(TK_STATIC_LIB_FILE)" X+ @$(INSTALL_DATA) $(TK_STATIC_LIB_FILE) $(LIB_INSTALL_DIR)/$(TK_STATIC_LIB_FILE) X+ @(cd $(LIB_INSTALL_DIR); $(RANLIB) $(TK_STATIC_LIB_FILE)) X+ @chmod 555 $(LIB_INSTALL_DIR)/$(TK_STATIC_LIB_FILE) X @echo "Installing wishstep" X @$(INSTALL_PROGRAM) wishstep $(BIN_INSTALL_DIR)/wishstep$(VERSION) X @echo "Installing tkStepConfig.sh" X- @$(INSTALL_DATA) tkConfig.sh $(LIB_INSTALL_DIR)/tkStepConfig.sh X+ @mkdir -p $(LIB_INSTALL_DIR)/tkstep$(VERSION) X+ @$(INSTALL_DATA) tkConfig.sh $(LIB_INSTALL_DIR)/tkstep$(VERSION)/tkStepConfig.sh X X install-libraries: X @for i in $(INSTALL_ROOT)$(prefix)/lib $(INCLUDE_INSTALL_DIR) \ X+ $(GENERIC_INCLUDE_INSTALL_DIR) $(UNIX_INCLUDE_INSTALL_DIR) \ X $(SCRIPT_INSTALL_DIR) $(SCRIPT_INSTALL_DIR)/images; \ X do \ X if [ ! -d $$i ] ; then \ X@@ -419,9 +443,19 @@ X else true; \ X fi; \ X done; X- @echo "Installing tkstep.h" X- @$(INSTALL_DATA) $(GENERIC_DIR)/tk.h $(INCLUDE_INSTALL_DIR)/tkstep.h X- for i in $(SRC_DIR)/library/*.tcl $(SRC_DIR)/library/*.xbm $(SRC_DIR)/library/tclIndex $(SRC_DIR)/library/prolog.ps $(UNIX_DIR)/tkAppInit.c; \ X+ @echo "Installing headers" X+ @for i in $(GENERIC_DIR)/*.h ; \ X+ do \ X+ echo "Installing $$i"; \ X+ $(INSTALL_DATA) $$i $(GENERIC_INCLUDE_INSTALL_DIR); \ X+ done; X+ @for i in $(UNIX_DIR)/*.h ; \ X+ do \ X+ echo "Installing $$i"; \ X+ $(INSTALL_DATA) $$i $(UNIX_INCLUDE_INSTALL_DIR); \ X+ done; X+ @ln -sf $(GENERIC_INCLUDE_INSTALL_DIR)/tk.h $(INCLUDE_INSTALL_DIR)/tkstep.h X+ for i in $(SRC_DIR)/library/*.tcl $(SRC_DIR)/library/tclIndex $(SRC_DIR)/library/prolog.ps $(UNIX_DIR)/tkAppInit.c; \ X do \ X echo "Installing $$i"; \ X $(INSTALL_DATA) $$i $(SCRIPT_INSTALL_DIR); \ X@@ -446,7 +480,7 @@ X else true; \ X fi; \ X done; X- @for i in $(SRC_DIR)/library/demos/*; \ X+ @for i in `echo $(SRC_DIR)/library/demos/* " "|sed 's/[^ ]*\.orig //g'`; \ X do \ X if [ -f $$i ] ; then \ X echo "Installing $$i"; \ X@@ -458,7 +492,7 @@ X do \ X chmod 755 $(SCRIPT_INSTALL_DIR)/demos/$$i; \ X done; X- @for i in $(SRC_DIR)/library/demos/images/*; \ X+ @for i in `echo $(SRC_DIR)/library/demos/images/* " "|sed 's/[^ ]*\.orig //g'`; \ X do \ X if [ -f $$i ] ; then \ X echo "Installing $$i"; \ X@@ -479,10 +513,10 @@ X @cd $(SRC_DIR)/doc; for i in *.1; \ X do \ X echo "Installing doc/$$i"; \ X- rm -f $(MAN1_INSTALL_DIR)/$$i; \ X+ rm -f $(MAN1_INSTALL_DIR)/$$i $(MAN1_INSTALL_DIR)/$$i.gz; \ X sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ X- $$i > $(MAN1_INSTALL_DIR)/$$i; \ X- chmod 444 $(MAN1_INSTALL_DIR)/$$i; \ X+ $$i | gzip -c > $(MAN1_INSTALL_DIR)/$$i.gz; \ X+ chmod 444 $(MAN1_INSTALL_DIR)/$$i.gz; \ X done; X $(UNIX_DIR)/mkLinks $(MAN1_INSTALL_DIR) X @cd $(SRC_DIR)/doc; for i in *.3; \ X@@ -490,19 +524,26 @@ X echo "Installing doc/$$i"; \ X rm -f $(MAN3_INSTALL_DIR)/$$i; \ X sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ X- $$i > $(MAN3_INSTALL_DIR)/$$i; \ X- chmod 444 $(MAN3_INSTALL_DIR)/$$i; \ X+ $$i |gzip -c > $(MAN3_INSTALL_DIR)/$$i.gz; \ X+ chmod 444 $(MAN3_INSTALL_DIR)/$$i.gz; \ X done; X $(UNIX_DIR)/mkLinks $(MAN3_INSTALL_DIR) X @cd $(SRC_DIR)/doc; for i in *.n; \ X do \ X echo "Installing doc/$$i"; \ X- rm -f $(MANN_INSTALL_DIR)/$$i; \ X+ rm -f $(MANN_INSTALL_DIR)/$$i $(MANN_INSTALL_DIR)/$$i.gz; \ X sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ X- $$i > $(MANN_INSTALL_DIR)/$$i; \ X- chmod 444 $(MANN_INSTALL_DIR)/$$i; \ X+ $$i | gzip -c > $(MANN_INSTALL_DIR)/$$i.gz; \ X+ chmod 444 $(MANN_INSTALL_DIR)/$$i.gz; \ X done; X $(UNIX_DIR)/mkLinks $(MANN_INSTALL_DIR) X+ @echo "**********" X+ @echo "IMPORTANT:" X+ @echo "**********" X+ @echo "tkStepConfig.sh in $(SCRIPT_INSTALL_DIR)/tkStepConfig.sh" X+ @echo "tkstep.h in $(INCLUDE_INSTALL_DIR)/tkstep.h" X+ @echo "There are NOT default place, but good place to avoid" X+ @echo "conflicting with another version of Tcl/Tks." X X Makefile: $(UNIX_DIR)/Makefile.in X $(SHELL) config.status END-of-tkstep80/patches/patch-ab echo c - tkstep80/scripts/ mkdir -p tkstep80/scripts/ > /dev/null 2>&1 echo x - tkstep80/scripts/post-configure sed 's/^X//' >tkstep80/scripts/post-configure << 'END-of-tkstep80/scripts/post-configure' X#!/bin/sh X Xdirs="." X Xfor d in ${dirs}; do X perl -pi -e ' X s@^(prefix[ \t]*=).*$@$1\${PREFIX}@; X s@^(exec_prefix[ \t]*=).*$@$1\${PREFIX}@; X ' ${WRKSRC}/${d}/Makefile Xdone END-of-tkstep80/scripts/post-configure exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 3:12:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (Postfix) with ESMTP id 0985B14F1F for ; Sat, 1 May 1999 03:12:09 -0700 (PDT) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: from localhost (localhost.pis [127.0.0.1]) by pis.toba-cmt.ac.jp (8.9.3/8.8.8) with ESMTP id TAA26907; Sat, 1 May 1999 19:12:46 +0900 (JST) (envelope-from kiri@pis.toba-cmt.ac.jp) To: gljohns@bellsouth.net, ports@FreeBSD.org Subject: Could you grahpics/libimg's version up to 1.2b2? X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990501191246R.kiri@pis.toba-cmt.ac.jp> Date: Sat, 01 May 1999 19:12:46 +0900 From: KIRIYAMA Kazuhiko X-Dispatcher: imput version 980905(IM100) Lines: 5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi. As you know,grahpics/libimg(img) has been updated up to 1.2b2. I've send-pred rerevant ports(JDE,japanes/libimg),so could you version up grahpics/libimg? --- KIRIYAMA Kazuhiko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 4:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 83FE515052 for ; Sat, 1 May 1999 04:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA29807; Sat, 1 May 1999 04:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 792AE14FDF for ; Sat, 1 May 1999 04:25:44 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id OAA68310; Sat, 1 May 1999 14:50:49 +0400 (MSD) (envelope-from andy) Message-Id: <199905011050.OAA68310@icc.surw.chel.su> Date: Sat, 1 May 1999 14:50:49 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11426: Update port: games/pp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11426 >Category: ports >Synopsis: Update port: games/pp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 1 04:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update games/pp port. diff -Nru pp/Makefile pp-0.01/Makefile --- pp/Makefile Mon Sep 28 14:23:53 1998 +++ pp-0.01/Makefile Sat May 1 14:05:57 1999 @@ -31,6 +31,8 @@ @ ${INSTALL_DATA} ${WRKDIR}/ppinst/*.gif ${PREFIX}/share/pp/pic @ ${MKDIR} ${PREFIX}/share/pp/level @ ${INSTALL_DATA} ${WRKDIR}/ppinst/*.map1 ${PREFIX}/share/pp/level + +post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/pp .for file in INSTALL LICENSE RULES WARRANTY free-license.html diff -Nru pp/patches/patch-aa pp-0.01/patches/patch-aa --- pp/patches/patch-aa Mon Sep 28 14:23:54 1998 +++ pp-0.01/patches/patch-aa Sat May 1 14:45:36 1999 @@ -1,5 +1,5 @@ ---- Makefile.orig Sat Apr 5 11:08:26 1997 -+++ Makefile Sun Sep 27 15:25:36 1998 +--- Makefile Sat Apr 5 21:08:26 1997 ++++ /home/andy/tmp/wrk/Makefile Sat May 1 14:30:37 1999 @@ -1,10 +1,13 @@ ####### This section was automatically generated from @@ -16,3 +16,20 @@ CC = gcc MOC = moc SHELL = /bin/sh +@@ -30,14 +33,14 @@ + .SUFFIXES: .cpp + + .cpp.o: +- $(CC) -c $(CFLAGS) -I$(INCDIR) $< ++ $(CXX) -c $(CFLAGS) -I$(INCDIR) $< + + ####### Build rules + + all: $(TARGET) + + $(TARGET): $(OBJECTS) $(OBJMETA) +- $(CC) $(OBJECTS) $(OBJMETA) -o $(TARGET) $(LFLAGS) -lm ++ $(CXX) $(OBJECTS) $(OBJMETA) -o $(TARGET) $(LFLAGS) -lm + + depend: + @makedepend -I$(INCDIR) $(SOURCES) 2> /dev/null diff -Nru pp/pkg/DESCR pp-0.01/pkg/DESCR --- pp/pkg/DESCR Tue Aug 4 14:24:37 1998 +++ pp-0.01/pkg/DESCR Sat May 1 14:04:36 1999 @@ -12,4 +12,4 @@ Reserch Center: Allows you to build other cars and buildings. Radar: Allows you to see what happens. -http://www.mps.de/ +http://www.mps.de/pp/home.html >How-To-Repeat: >Fix: Please, check and commit this patch. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 4:50:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 21C0215052 for ; Sat, 1 May 1999 04:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA32513; Sat, 1 May 1999 04:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id C447714E46 for ; Sat, 1 May 1999 04:45:23 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id PAA68703; Sat, 1 May 1999 15:45:22 +0400 (MSD) (envelope-from andy) Message-Id: <199905011145.PAA68703@icc.surw.chel.su> Date: Sat, 1 May 1999 15:45:22 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11427: New port: cmatrix-0.98b Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11427 >Category: ports >Synopsis: New port: cmatrix-0.98b >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 1 04:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of cmatrix-0.98b, that shows a scrolling 'Matrix' like screen. CMatrix by default operates in 'eye candy' mode. It must be aborted with control-c. If you wish for more of a 'screen saver' effect, you must specify -s on the command line. For usage, use cmatrix -h. http://www.plattsburgh.edu/faculty/allegrcr/cmatrix/index.html # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # cmatrix-0.98b # cmatrix-0.98b/Makefile # cmatrix-0.98b/files # cmatrix-0.98b/files/md5 # cmatrix-0.98b/patches # cmatrix-0.98b/patches/patch-aa # cmatrix-0.98b/patches/patch-ab # cmatrix-0.98b/pkg # cmatrix-0.98b/pkg/PLIST # cmatrix-0.98b/pkg/COMMENT # cmatrix-0.98b/pkg/DESCR # echo c - cmatrix-0.98b mkdir -p cmatrix-0.98b > /dev/null 2>&1 echo x - cmatrix-0.98b/Makefile sed 's/^X//' >cmatrix-0.98b/Makefile << 'END-of-cmatrix-0.98b/Makefile' X# New ports collection makefile for: cmatrix X# Version required: 0.98b X# Date created: 1 May 1999 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= cmatrix-0.98b XCATEGORIES= misc XMASTER_SITES= http://www.plattsburgh.edu/faculty/allegrcr/cmatrix/dist/ X XMAINTAINER= andy@icc.surw.chel.su X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${PREFIX}/bin X Xpost-install: X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/cmatrix X.for file in COPYING Changelog README TODO X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cmatrix X.endfor X.endif X X.include END-of-cmatrix-0.98b/Makefile echo c - cmatrix-0.98b/files mkdir -p cmatrix-0.98b/files > /dev/null 2>&1 echo x - cmatrix-0.98b/files/md5 sed 's/^X//' >cmatrix-0.98b/files/md5 << 'END-of-cmatrix-0.98b/files/md5' XMD5 (cmatrix-0.98b.tar.gz) = f4e0fb3f036c505c6a0feedbfe611a71 END-of-cmatrix-0.98b/files/md5 echo c - cmatrix-0.98b/patches mkdir -p cmatrix-0.98b/patches > /dev/null 2>&1 echo x - cmatrix-0.98b/patches/patch-aa sed 's/^X//' >cmatrix-0.98b/patches/patch-aa << 'END-of-cmatrix-0.98b/patches/patch-aa' X--- Makefile Fri Apr 23 09:29:56 1999 X+++ /home/andy/tmp/wrk/Makefile Sat May 1 15:26:10 1999 X@@ -1,5 +1,5 @@ X all: cmatrix.c X- gcc -O2 -Wall -o cmatrix cmatrix.c -lncurses X+ $(CC) $(CFLAGS) -o cmatrix cmatrix.c -lncurses X strip cmatrix X X clean: END-of-cmatrix-0.98b/patches/patch-aa echo x - cmatrix-0.98b/patches/patch-ab sed 's/^X//' >cmatrix-0.98b/patches/patch-ab << 'END-of-cmatrix-0.98b/patches/patch-ab' X--- cmatrix.c Sat May 1 02:47:56 1999 X+++ /home/andy/tmp/wrk/cmatrix.c Sat May 1 15:31:05 1999 X@@ -23,7 +23,11 @@ X #define MAXCOLS 300 X X #include X+#ifdef __FreeBSD__ X+#include X+#else X #include X+#endif X #include X #include X #include END-of-cmatrix-0.98b/patches/patch-ab echo c - cmatrix-0.98b/pkg mkdir -p cmatrix-0.98b/pkg > /dev/null 2>&1 echo x - cmatrix-0.98b/pkg/PLIST sed 's/^X//' >cmatrix-0.98b/pkg/PLIST << 'END-of-cmatrix-0.98b/pkg/PLIST' Xbin/cmatrix Xshare/doc/cmatrix/COPYING Xshare/doc/cmatrix/Changelog Xshare/doc/cmatrix/README Xshare/doc/cmatrix/TODO X@dirrm share/doc/cmatrix END-of-cmatrix-0.98b/pkg/PLIST echo x - cmatrix-0.98b/pkg/COMMENT sed 's/^X//' >cmatrix-0.98b/pkg/COMMENT << 'END-of-cmatrix-0.98b/pkg/COMMENT' XShow a scrolling 'Matrix' like screen. END-of-cmatrix-0.98b/pkg/COMMENT echo x - cmatrix-0.98b/pkg/DESCR sed 's/^X//' >cmatrix-0.98b/pkg/DESCR << 'END-of-cmatrix-0.98b/pkg/DESCR' XCMatrix - show a scrolling 'Matrix' like screen (curses based) X XCMatrix by default operates in 'eye candy' mode. It must be aborted with Xcontrol-c. If you wish for more of a 'screen saver' effect, you must Xspecify -s on the command line. For usage, use cmatrix -h. X X If you have any suggestions/flames/patches to send, please feel free to Xdo so. Please do not critique my code, I know I'm a hack ;-) I just got Xthe urge to write this one evening, and decided to see how fast I could do Xit. It's probably not particularly portable or efficient, but I'm pretty Xsure it wont hog *too* much CPU time. X XChris Allegretta Xchris.allegretta@plattsburgh.edu X XThis software is provided under the GNU GPL. I am in no way affiliated Xin any way with the movie 'The Matrix', just a big fan. X Xhttp://www.plattsburgh.edu/faculty/allegrcr/cmatrix/index.html END-of-cmatrix-0.98b/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 5:33: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 7358714FB7 for ; Sat, 1 May 1999 05:32:44 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 60143 invoked by uid 1003); 1 May 1999 14:33:51 -0000 Date: Sat, 1 May 1999 14:33:51 +0000 From: Neil Blakey-Milner To: Chuck Robey Cc: Keith Jang , ports@FreeBSD.ORG Subject: Re: Usefull script to clean /usr/ports/distfiles. Testers neded Message-ID: <19990501143351.A42561@rucus.ru.ac.za> References: <19990501104125.A15602@keith.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: ; from Chuck Robey on Fri, Apr 30, 1999 at 11:32:00PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri 1999-04-30 (23:32), Chuck Robey wrote: > Hmmm, no one told you about /usr/ports/sysutils/pib, and anyone managing > a lot of ports without it is missing a good bet. I think it was Mike > Smith's baby. It does require tk, and hence X, and hence a bit more than this task really needs, especially on servers that don't run X. Also, I think this'll plug in easier into other scripts - instead of deleting the distfile, the script'll print it's name to STDOUT, and you can move it elsewhere, or whatever, as you want. (or maybe that's a "lots of little tools synergy" theorem) Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 5:37:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id B9B9814BD3 for ; Sat, 1 May 1999 05:37:20 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 61517 invoked by uid 1003); 1 May 1999 14:38:27 -0000 Date: Sat, 1 May 1999 14:38:27 +0000 From: Neil Blakey-Milner To: Keith Jang Cc: ports@FreeBSD.ORG Subject: Re: Usefull script to clean /usr/ports/distfiles. Testers neded Message-ID: <19990501143827.B42561@rucus.ru.ac.za> References: <37241D4B.C9DC6FD2@altavista.net> <19990426105508.A30028@rucus.ru.ac.za> <37242D15.77938D17@altavista.net> <19990429120329.A82884@rucus.ru.ac.za> <372862CA.B089EED3@altavista.net> <19990501104125.A15602@keith.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <19990501104125.A15602@keith.home>; from Keith Jang on Sat, May 01, 1999 at 10:41:25AM +0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat 1999-05-01 (10:41), Keith Jang wrote: > It's quite handy. However, it also needs provision for "IGNORE" distfiles, > for example: > > chinese/CJK (CJK.tar.gz) > print/dvi2tty (dvi2tty.tar.gz) > xc/XFree86 (Wraphelp.c) The only way I can think of this being implemented somewhat efficient manner is if you maintain a list of files separately that you'd like to ignore - expecting the script to grok Makefiles to find IGNORE would take ages. Maybe it could 'make -V IGNORE' on each port - but then how would it know if the IGNORE was hidden in a ".if defined" that you used to install the port that isn't in /etc/make.conf? I'll add ability to accept a file that lists files that shouldn't be deleted. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 5:55:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from www.netlabs.net (www.netlabs.net [216.116.128.3]) by hub.freebsd.org (Postfix) with ESMTP id A30BF14EC0 for ; Sat, 1 May 1999 05:55:54 -0700 (PDT) (envelope-from keerf@www.netlabs.net) Received: (from keerf@localhost) by www.netlabs.net (8.9.2/8.9.0) id IAA11169 for ports@FreeBSD.ORG; Sat, 1 May 1999 08:55:56 -0400 (EDT) Date: Sat, 1 May 1999 08:55:56 -0400 (EDT) From: Terry Warner Message-Id: <199905011255.IAA11169@www.netlabs.net> To: ports@FreeBSD.ORG Subject: Re: Usefull script to clean /usr/ports/distfiles. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I think the script is very handy indeed to use .. but maybe I or someone could add in the ability to echo back what is in your distfile dir .. and then confirm what you want deleted and such .. maybe a handy feature to have .. or not .. I guess I'll find out Terry keerf@netlabs.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 6:33:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id 3048014F6E for ; Sat, 1 May 1999 06:33:05 -0700 (PDT) (envelope-from naddy@mips.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id PAA12663 for freebsd-ports@freebsd.org; Sat, 1 May 1999 15:33:02 +0200 (CEST) (envelope-from naddy@mips.rhein-neckar.de) Received: by mips.rhein-neckar.de id m10dXyW-000WyeC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Sat, 1 May 1999 13:30:28 +0200 (CEST) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Re: Format of pkg/COMMENT? Date: 1 May 1999 13:30:25 +0200 Message-ID: <7geokh$tje$1@mips.rhein-neckar.de> References: <19990430105643.A2251@eborcom.com> <199905010009.RAA22710@bubble.didi.com> To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi - Ports Wraith - Asami wrote: > Actually, if someone can take a look at the current ports and compile > some kind of statistic (X% starting with caps, Y% ending with > periods), that will be great. Maybe we can just go for the majority. total 2282 100% caps, period 1067 47% caps, no period 803 35% no caps, period 121 5% no caps, no period 275 12% misc 13 1% empty 3 0% (BTW, the empty ones are devel/fpp, emulators/sim6811, emulators/xgs.) -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de carpe librum: books 'n' reviews To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 6:46:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 3B23F150B0 for ; Sat, 1 May 1999 06:46:39 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 77146 invoked by uid 1003); 1 May 1999 15:47:46 -0000 Date: Sat, 1 May 1999 15:47:46 +0000 From: Neil Blakey-Milner To: ports@FreeBSD.org Subject: Dialog-based configuration tool for ports Message-ID: <19990501154746.A70833@rucus.ru.ac.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi I've just written a tool that allows users to decide which features they'd like to enable and disable in a port build, based on a configuration file in the ports directory. It uses dialog to give the user a UI to turn on and off a bunch of options. It is a perl script. It currently resides at: http://rucus.ru.ac.za/~nbm/pdlg/pdlg (the program) http://rucus.ru.ac.za/~nbm/pdlg/pdlg.data (a data file) Usage is "./pdlg pdlg.data", data file format explained in code, options in "./pdlg -h". It's nowhere near finished, but I'd like some feedback. At the moment, there exist two basic constructs in the configuration file - classes and options. Options are binary (on/off) which when on spew out (make) input you give it. So, if you turn on SSL on the port, it'll spew out all the make code necessary to make the port include SSL support. Theoretically options can be in "radio groups" so that only one of two options can be selected at a time, although this is not implemented yet. (may be useful in ssl vs modssl decisions, &c.) Another addition may be for dialog "input boxes", and our custom "ftree"/"tree"s. Classes are collections of options as a base - ie, if you want a PHP3-enabled apache, you specify you want the "php" class from the tool, and it'll set the default options for that - I think the primary use here will be for package creation (see below). Classes can be specified on the command line, and there is a "batch" mode that doesn't use the dialog interface and instead uses the default class or the one given on the command line. In the "options" code, I convert any targets (such as post-configure or pre-build) and change them to "option-post-configure", and maintain a hash of that target in case some other option also wants to do something in post-configure, and then send out "post-configure: ssl-post-configure php-post-configure", as required. At the moment, I have one major problem. My reason in creating this tool was hopefully to break down the apache13-fp-php3-ssl-mod_perl and apache13-fp-ssl-mod-perl and apache13-php3-ssl sort of mentality (which apache13-php3 does reasonably well, and which I used as the inspiration for this program). However, I'm not enough of a make/ports guru to know whether it's possible for one make command to create multiple packages during the package creation that must occur occasionally to populate the /pub/FreeBSD/packages directory. (ie, make PACKAGE_BUILDING=1 package) Theoretically you could use a make variable "PDLG_PKG_TARGETS" and generate each "class" target in turn, build the port, install it, make the package, uninstall it, clean, and then move onto the next "class" target. (this would be in "batch" mode, which won't ask you to customize the port) In normal use, the "default" class would be used, unless changed by a make variable such as "PDLG_DEF_TARGET" (although I can't think of an immediate reason to do this, but this might be necessary to prevent loops if it's possible to create the multi-package target). The output from the command would go into "work/Makefile.pdlg.inc", unless a make variable such as "PDLG_DEF_OUTPUT" is set to elsewhere. The entire behaviour would be initiated by defining "USE_PDLG", which will (in bsd.port.mk) run the pdlg command against the pdlg data file (files/pdlg.conf, or whatever, unless changed by PDLG_FILE), and it'll conditionally include PDLG_DEF_OUTPUT if it exists (just as apache13-php3 does). Another theoretical problem is the overloading of targets like "post-configure" that the port might define itself - a "default" option that is always on might be in order to make sure this doesn't happen, yet still allow general commands in the target. I hope something like this will demystify some ports, especially those that depend on things like "BATCH" to install HTML docs (like mutt), or for ports that try to provide useful checks for definition (like NNTP_ONLY in tin) that are often overlooked. Any feedback would be most appreciated. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 6:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4536314FDD for ; Sat, 1 May 1999 06:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA23683; Sat, 1 May 1999 06:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from Terry.Dorm10.NCTU.edu.tw (Terry.Dorm10.NCTU.edu.tw [140.113.122.99]) by hub.freebsd.org (Postfix) with ESMTP id 604B2150C6 for ; Sat, 1 May 1999 06:45:03 -0700 (PDT) (envelope-from ijliao@Terry.Dorm10.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm10.NCTU.edu.tw (8.9.3/8.9.3) id VAA61238; Sat, 1 May 1999 21:45:01 +0800 (CST) (envelope-from ijliao) Message-Id: <199905011345.VAA61238@Terry.Dorm10.NCTU.edu.tw> Date: Sat, 1 May 1999 21:45:01 +0800 (CST) From: Ying-Chieh Liao Reply-To: ijliao@Terry.Dorm10.NCTU.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11428: update ports/games/bnetd to 0.4.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11428 >Category: ports >Synopsis: update ports/games/bnetd to 0.4.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 1 06:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.0-CURRENT i386 >Organization: NCTU CSIE >Environment: FreeBSD Terry.Dorm10.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #16: Sun Mar 21 12:54:31 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: update ports/games/bnetd to 0.4.7 >How-To-Repeat: >Fix: diff -ruN /usr/ports/games/bnetd/Makefile bnetd/Makefile --- /usr/ports/games/bnetd/Makefile Tue Apr 27 09:06:57 1999 +++ bnetd/Makefile Sat May 1 21:36:22 1999 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.1.1.1 1999/04/27 01:06:57 taoka Exp $ # -DISTNAME= bnetd-0.4.6 +DISTNAME= bnetd-0.4.7 CATEGORIES= net game MASTER_SITES= http://www.bnetd.org/files/ diff -ruN /usr/ports/games/bnetd/files/md5 bnetd/files/md5 --- /usr/ports/games/bnetd/files/md5 Tue Apr 27 09:06:57 1999 +++ bnetd/files/md5 Sat May 1 21:36:33 1999 @@ -1 +1 @@ -MD5 (bnetd-0.4.6.tar.gz) = 29e0025babc4f6d7f1eafa86697a6c79 +MD5 (bnetd-0.4.7.tar.gz) = 42231dcc1330d8ef1840a4631c858490 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 7: 2:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from www.netlabs.net (www.netlabs.net [216.116.128.3]) by hub.freebsd.org (Postfix) with ESMTP id 5894514D9E for ; Sat, 1 May 1999 07:02:14 -0700 (PDT) (envelope-from keerf@www.netlabs.net) Received: (from keerf@localhost) by www.netlabs.net (8.9.2/8.9.0) id KAA14793; Sat, 1 May 1999 10:01:48 -0400 (EDT) Date: Sat, 1 May 1999 10:01:48 -0400 (EDT) From: Terry Warner X-Sender: keerf@www.netlabs.net To: Neil Blakey-Milner Cc: ports@FreeBSD.ORG Subject: Re: Dialog-based configuration tool for ports In-Reply-To: <19990501154746.A70833@rucus.ru.ac.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 1 May 1999, Neil Blakey-Milner wrote: > Hi > > I've just written a tool that allows users to decide which features > they'd like to enable and disable in a port build, based on a > configuration file in the ports directory. > > It uses dialog to give the user a UI to turn on and off a bunch of > options. It is a perl script. > > It currently resides at: > http://rucus.ru.ac.za/~nbm/pdlg/pdlg (the program) > http://rucus.ru.ac.za/~nbm/pdlg/pdlg.data (a data file) > > Usage is "./pdlg pdlg.data", data file format explained in code, options in > "./pdlg -h". > > It's nowhere near finished, but I'd like some feedback. > > At the moment, there exist two basic constructs in the configuration > file - classes and options. > > Options are binary (on/off) which when on spew out (make) input you give > it. So, if you turn on SSL on the port, it'll spew out all the make > code necessary to make the port include SSL support. Theoretically > options can be in "radio groups" so that only one of two options can be > selected at a time, although this is not implemented yet. (may be useful > in ssl vs modssl decisions, &c.) Another addition may be for dialog > "input boxes", and our custom "ftree"/"tree"s. > > Classes are collections of options as a base - ie, if you want a > PHP3-enabled apache, you specify you want the "php" class from the tool, > and it'll set the default options for that - I think the primary use > here will be for package creation (see below). > > Classes can be specified on the command line, and there is a "batch" > mode that doesn't use the dialog interface and instead uses the default > class or the one given on the command line. > > In the "options" code, I convert any targets (such as post-configure or > pre-build) and change them to "option-post-configure", and maintain a > hash of that target in case some other option also wants to do something > in post-configure, and then send out "post-configure: ssl-post-configure > php-post-configure", as required. > > At the moment, I have one major problem. My reason in creating this > tool was hopefully to break down the apache13-fp-php3-ssl-mod_perl and > apache13-fp-ssl-mod-perl and apache13-php3-ssl sort of mentality (which > apache13-php3 does reasonably well, and which I used as the inspiration > for this program). > > However, I'm not enough of a make/ports guru to know whether it's > possible for one make command to create multiple packages during > the package creation that must occur occasionally to populate the > /pub/FreeBSD/packages directory. (ie, make PACKAGE_BUILDING=1 package) > > Theoretically you could use a make variable "PDLG_PKG_TARGETS" and > generate each "class" target in turn, build the port, install it, make > the package, uninstall it, clean, and then move onto the next "class" > target. (this would be in "batch" mode, which won't ask you to customize > the port) > > In normal use, the "default" class would be used, unless changed by a make > variable such as "PDLG_DEF_TARGET" (although I can't think of an immediate > reason to do this, but this might be necessary to prevent loops if it's > possible to create the multi-package target). The output from the command > would go into "work/Makefile.pdlg.inc", unless a make variable such as > "PDLG_DEF_OUTPUT" is set to elsewhere. The entire behaviour would be > initiated by defining "USE_PDLG", which will (in bsd.port.mk) run the pdlg > command against the pdlg data file (files/pdlg.conf, or whatever, unless > changed by PDLG_FILE), and it'll conditionally include PDLG_DEF_OUTPUT if it > exists (just as apache13-php3 does). > > Another theoretical problem is the overloading of targets like > "post-configure" that the port might define itself - a "default" option > that is always on might be in order to make sure this doesn't happen, > yet still allow general commands in the target. > > I hope something like this will demystify some ports, especially those > that depend on things like "BATCH" to install HTML docs (like mutt), > or for ports that try to provide useful checks for definition (like > NNTP_ONLY in tin) that are often overlooked. > > Any feedback would be most appreciated. > > Neil > -- > Neil Blakey-Milner > nbm@rucus.ru.ac.za > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > Me and my friend are both using this .. and as we speak my boss is looking at the code itself .. so far it seems to run ok on my friends box .. but I need to fix a few perl mods for it to run correctly on mine .. but as I said so far the program looks good .. if there is anything we can do to help .. let us know Terry Warner keerf@netlabs.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 7:30: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 447AA14FDD for ; Sat, 1 May 1999 07:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA16254; Sat, 1 May 1999 07:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 17E8014FDD for ; Sat, 1 May 1999 07:20:16 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id SAA89402; Sat, 1 May 1999 18:20:13 +0400 (MSD) (envelope-from andy) Message-Id: <199905011420.SAA89402@icc.surw.chel.su> Date: Sat, 1 May 1999 18:20:13 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11429: New port: genius-0.4.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11429 >Category: ports >Synopsis: New port: genius-0.4.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 1 07:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of genius-0.4.0, an arbitrary precision calculator for Gnome Desktop Environment. Features of Genius: * arbitrary precision integers (2-36), multiple precision floats * uses rationals when possible * will calculate and show half calculated expressions if the calculation could not be completed * variables * user functions * variable and function references with C like syntax * anonymous functions * it will add missing parenthesis on the ends of expressions (only in the GUI version) * matrix support * complex numbers * more ... http://www.5z.com/jirka/linux.html#genius # 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: # # genius-0.4.0 # genius-0.4.0/Makefile # genius-0.4.0/files # genius-0.4.0/files/md5 # genius-0.4.0/pkg # genius-0.4.0/pkg/PLIST # genius-0.4.0/pkg/COMMENT # genius-0.4.0/pkg/DESCR # echo c - genius-0.4.0 mkdir -p genius-0.4.0 > /dev/null 2>&1 echo x - genius-0.4.0/Makefile sed 's/^X//' >genius-0.4.0/Makefile << 'END-of-genius-0.4.0/Makefile' X# New ports collection makefile for: genius X# Version required: 0.4.0 X# Date created: 1 May 1999 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= genius-0.4.0 XCATEGORIES= deskutils gnome XMASTER_SITES= http://ftp.5z.com/pub/genius/ X XMAINTAINER= andy@icc.surw.chel.su X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ X art_lgpl.1:${PORTSDIR}/x11/gnomelibs \ X audiofile.0:${PORTSDIR}/audio/libaudiofile \ X esd.1:${PORTSDIR}/audio/esound \ X gdk_imlib.3:${PORTSDIR}/graphics/imlib \ X gdk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ X gif.3:${PORTSDIR}/graphics/png \ X glib12.1:${PORTSDIR}/devel/glib12 \ X gmodule12.1:${PORTSDIR}/devel/glib12 \ X gnome.1:${PORTSDIR}/x11/gnomelibs \ X gnomesupport.1:${PORTSDIR}/x11/gnomelibs \ X gnomeui.1:${PORTSDIR}/x11/gnomelibs \ X gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ X intl.1:${PORTSDIR}/devel/gettext \ X jpeg.9:${PORTSDIR}/graphics/jpeg \ X png.3:${PORTSDIR}/graphics/png \ X tiff.4:${PORTSDIR}/graphics/tiff34 X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ X --datadir=${PREFIX}/share/gnome \ X --with-gnome=${X11BASE} XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ X GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" \ X GTK_CONFIG="${X11BASE}/bin/gtk12-config" X Xpost-install: X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/genius X.for file in AUTHORS COPYING ChangeLog NEWS README TODO X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/genius X.endfor X.endif X X.include END-of-genius-0.4.0/Makefile echo c - genius-0.4.0/files mkdir -p genius-0.4.0/files > /dev/null 2>&1 echo x - genius-0.4.0/files/md5 sed 's/^X//' >genius-0.4.0/files/md5 << 'END-of-genius-0.4.0/files/md5' XMD5 (genius-0.4.0.tar.gz) = 2bbf46f415cc9a59cd6e77183425cd80 END-of-genius-0.4.0/files/md5 echo c - genius-0.4.0/pkg mkdir -p genius-0.4.0/pkg > /dev/null 2>&1 echo x - genius-0.4.0/pkg/PLIST sed 's/^X//' >genius-0.4.0/pkg/PLIST << 'END-of-genius-0.4.0/pkg/PLIST' Xbin/genius Xbin/gnome-genius Xshare/doc/genius/AUTHORS Xshare/doc/genius/COPYING Xshare/doc/genius/ChangeLog Xshare/doc/genius/NEWS Xshare/doc/genius/README Xshare/doc/genius/TODO Xshare/gnome/apps/Utilities/gnome-genius.desktop Xshare/gnome/genius/lib.gel Xshare/gnome/genius/lib.cgel Xshare/locale/cs/LC_MESSAGES/genius.mo Xshare/locale/de/LC_MESSAGES/genius.mo Xshare/locale/es/LC_MESSAGES/genius.mo Xshare/locale/fr/LC_MESSAGES/genius.mo Xshare/locale/ga/LC_MESSAGES/genius.mo Xshare/locale/it/LC_MESSAGES/genius.mo Xshare/locale/ko/LC_MESSAGES/genius.mo Xshare/locale/no/LC_MESSAGES/genius.mo Xshare/locale/pt/LC_MESSAGES/genius.mo X@dirrm share/doc/genius X@dirrm share/gnome/genius END-of-genius-0.4.0/pkg/PLIST echo x - genius-0.4.0/pkg/COMMENT sed 's/^X//' >genius-0.4.0/pkg/COMMENT << 'END-of-genius-0.4.0/pkg/COMMENT' XArbitrary precision calculator for Gnome Desktop Environment. END-of-genius-0.4.0/pkg/COMMENT echo x - genius-0.4.0/pkg/DESCR sed 's/^X//' >genius-0.4.0/pkg/DESCR << 'END-of-genius-0.4.0/pkg/DESCR' XGenius Calculator is a precision calculator for Gnome Desktop Environment. X XFeatures of Genius: X X * arbitrary precision integers (2-36), multiple precision floats X * uses rationals when possible X * will calculate and show half calculated expressions if the calculation X could not be completed X * variables X * user functions X * variable and function references with C like syntax X * anonymous functions X * it will add missing parenthesis on the ends of expressions (only in X the GUI version) X * matrix support X * complex numbers X * more ... X Xhttp://www.5z.com/jirka/linux.html#genius END-of-genius-0.4.0/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 8:10: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 89B9D15AD7 for ; Sat, 1 May 1999 08:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA22800; Sat, 1 May 1999 08:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from s1.hs.yes.no (s1.hs.yes.no [195.204.136.128]) by hub.freebsd.org (Postfix) with ESMTP id EA6B314FB7 for ; Sat, 1 May 1999 08:06:37 -0700 (PDT) (envelope-from root@s1.hs.yes.no) Received: (from root@localhost) by s1.hs.yes.no (8.9.3/8.9.3) id TAA02880; Sat, 1 May 1999 19:07:53 +0200 (CEST) (envelope-from root) Message-Id: <199905011707.TAA02880@s1.hs.yes.no> Date: Sat, 1 May 1999 19:07:53 +0200 (CEST) From: des@flood.ping.uio.no Reply-To: des@flood.ping.uio.no To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11430: incorrect int type causes floating point exception in bonnie Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11430 >Category: ports >Synopsis: incorrect int type causes floating point exception in bonnie >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 1 08:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dag-Erling Smorgrav >Release: FreeBSD 3.1-19990412-STABLE i386 >Organization: Yes! Interactive >Environment: >Description: Bonnie apparently uses signed integers to measure scratch file size etc. Specifying a file size of 2048 MB or more causes wraparound, and ultimately Bonnie dies of a floating point exception and dumps core. >How-To-Repeat: # bonnie -s 2048 >Fix: Use size_t / off_t where appropriate. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 8:36:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bachue.usc.unal.edu.co (bachue.usc.unal.edu.co [168.176.3.20]) by hub.freebsd.org (Postfix) with ESMTP id 5BAF4150BF for ; Sat, 1 May 1999 08:36:43 -0700 (PDT) (envelope-from pfgiffun@bachue.usc.unal.edu.co) Received: from bachue.usc.unal.edu.co ([168.176.3.40]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.0) with ESMTP id AAA7831; Sat, 1 May 1999 10:35:57 -0400 Message-ID: <372B1FBB.C89EB51C@bachue.usc.unal.edu.co> Date: Sat, 01 May 1999 10:37:32 -0500 From: "Pedro F. Giffuni" Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 4.5 [es] (Win95; I) X-Accept-Language: es,en-US,it MIME-Version: 1.0 To: Oscar Bonilla Cc: ports@FreeBSD.ORG Subject: Re: ports freeze 5/10 References: <199905010007.RAA22705@bubble.didi.com> <372A4B2D.8EBA8B6A@bachue.usc.unal.edu.co> <19990430183853.D628@fisicc-ufm.edu> <372A50C4.DBB68A3C@bachue.usc.unal.edu.co> <19990430193125.E628@fisicc-ufm.edu> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am sorry, I am very busy to test this out, but from your description it should work. I was just too lazy to attempt something like that... BTW, you proved me right: your solution is not simpler ;-). cheers, Pedro. Oscar Bonilla escribió: > ok, here it goes :) > > i removed files/configure.ans, attached files/configure.ans.skel > and modified your makefile. i'm attaching a shar of the whole thing > including your old Makefile and configure.ans properly renamed to > Makefile.orig and configure.ans.orig. give it a try. > > regards, > > -Oscar > > On Fri, Apr 30, 1999 at 07:54:29PM -0500, Pedro F. Giffuni wrote: > > No. But please prove me wrong :) > > > > Pedro. > > > > Oscar Bonilla escribió: > > > > > On Fri, Apr 30, 1999 at 07:30:38PM -0500, Pedro F. Giffuni wrote: > > > > FWIW, > > > > I took a brief look at the freeWAIS-sf port, since I updated it. The > > > > problem seems to be that the "answer script" expect a /usr/local/ > > > > directory, that is it doesn't respect PREFIX. > > > > The solution is worse than the problem: nuke the script and make the port > > > > interactive :( > > > > > > > maybe i'm just being silly considering i've never even touched freeWAIS-fs, > > > but isn't it simpler to make answer respect prefix? > > > > > > regards, > > > > > > -Oscar > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-ports" in the body of the message > > > > ------------------------------------------------------------------------ > > freewais-sf.sharName: freewais-sf.shar > Type: Unix Shell Archive (application/x-shar) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 9: 0: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 33BD014E32 for ; Sat, 1 May 1999 09:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA31591; Sat, 1 May 1999 09:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 1 May 1999 09:00:02 -0700 (PDT) Message-Id: <199905011600.JAA31591@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/11419: Fix: x11/wdm Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11419; it has been noted by GNATS. From: Chris Piazza To: (Satoshi - Ports Wraith - Asami) Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/11419: Fix: x11/wdm Date: Sat, 01 May 1999 08:59:24 -0700 (PDT) On 01-May-99 Satoshi - Ports Wraith - Asami wrote: > * From: Chris Piazza > > * Ahh!! I had a brain block and couldn't put that together, I kept trying > * libwraster.2. Yes, that's how it should be - I just made it RUN_DEPENDS > on it > * so it would not be deleted. Same effect, anyway. > > Not to nitpick, but it's not the same -- if you have something that's > needed during compilation, and RUN_DEPENDS on it, the build will fail > since the dependency will be checked too late.... :) > > -PW I had it BUILD_DEPENDS and RUN_DEPENDS. ugly, yes, but like I said above, I just couldn't think and didn't use the shared library. --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 9:21:39 1999 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 7636814FE9 for ; Sat, 1 May 1999 09:21:36 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id LAA11736; Sat, 1 May 1999 11:21:02 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <007a01be93ee$9b6a7f60$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Neil Blakey-Milner" Cc: References: <19990501154746.A70833@rucus.ru.ac.za> Subject: Re: Dialog-based configuration tool for ports Date: Sat, 1 May 1999 11:21:02 -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.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Neil Blakey-Milner > At the moment, I have one major problem. My reason in creating this > tool was hopefully to break down the apache13-fp-php3-ssl-mod_perl and > apache13-fp-ssl-mod-perl and apache13-php3-ssl sort of mentality (which > apache13-php3 does reasonably well, and which I used as the inspiration > for this program). > The Ideal solution for the apache13-* problem is to create individual ports for each apache module. We create one Apache13-mod port that is compiled with all required patches (mod_ssl EAPI patch, mod_frontpage misclaneous patches, other module patches) it needs to be compatible with the module ports. Then we create the following module ports with a dependency on the Apache13-mod port. mod_frontpage mod_ssl mod_PHP3 mod_perl mod_etc.... This helps the Web Administrator out, because he will not have to compile a Apache13-* port that has all of the modules compiled into it. Instead he can add/remove modules as his requirements for a web server changes without the need to recompile the entire web server. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 9:54:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nhj.nlc.net.au (nhj.nlc.net.au [203.24.133.1]) by hub.freebsd.org (Postfix) with SMTP id 7426D151C0 for ; Sat, 1 May 1999 09:54:45 -0700 (PDT) (envelope-from john.saunders@nlc.net.au) Received: (qmail 594 invoked by uid 1000); 2 May 1999 02:54:44 +1000 From: "John Saunders" Date: Sun, 2 May 1999 02:54:44 +1000 (EST) To: steve@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/11290: Update radiusd-cistron port to beta16 In-Reply-To: <199905010314.UAA09385@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org He didn't update the Makefile to include some files that were added to the new version. namely dictionary.cisco and README.Y2K. Cheers. On Fri, 30 Apr 1999 steve@FreeBSD.org wrote: > Synopsis: Update radiusd-cistron port to beta16 > > State-Changed-From-To: open->closed > State-Changed-By: steve > State-Changed-When: Fri Apr 30 20:12:59 PDT 1999 > State-Changed-Why: > peter@freebsd.org already update to the port to this version. -- +------------------------------------------------------------+ . | John Saunders - mailto:john@nlc.net.au (EMail) | ,--_|\ | - http://www.nlc.net.au/ (WWW) | / Oz \ | - 02-9489-4932 or 04-1822-3814 (Phone) | \_,--\_/ | NORTHLINK COMMUNICATIONS P/L - Supplying a professional, | v | and above all friendly, internet connection service. | +------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 10: 1:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 638EA1523B; Sat, 1 May 1999 10:01:20 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA42309; Sat, 1 May 1999 10:01:20 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sat, 1 May 1999 10:01:20 -0700 (PDT) From: Message-Id: <199905011701.KAA42309@freefall.freebsd.org> To: ijliao@Terry.Dorm10.NCTU.edu.tw, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11428: update ports/games/bnetd to 0.4.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update ports/games/bnetd to 0.4.7 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sat May 1 10:00:38 PDT 1999 State-Changed-Why: Committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 10:14:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 8195F151C0 for ; Sat, 1 May 1999 10:14:50 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id MAA15873; Sat, 1 May 1999 12:14:45 -0500 (CDT) Date: Sat, 1 May 1999 12:14:44 -0500 (CDT) From: Steve Price To: John Saunders Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/11290: Update radiusd-cistron port to beta16 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 Right, but I committed the remainder of your changes that did. :) I probably should have been clearer in my explanation. If you check out latest port it has all of your changes in it. -steve On Sun, 2 May 1999, John Saunders wrote: # He didn't update the Makefile to include some files that were added to the # new version. namely dictionary.cisco and README.Y2K. # # Cheers. # # On Fri, 30 Apr 1999 steve@FreeBSD.org wrote: # # > Synopsis: Update radiusd-cistron port to beta16 # > # > State-Changed-From-To: open->closed # > State-Changed-By: steve # > State-Changed-When: Fri Apr 30 20:12:59 PDT 1999 # > State-Changed-Why: # > peter@freebsd.org already update to the port to this version. # # -- +------------------------------------------------------------+ # . | John Saunders - mailto:john@nlc.net.au (EMail) | # ,--_|\ | - http://www.nlc.net.au/ (WWW) | # / Oz \ | - 02-9489-4932 or 04-1822-3814 (Phone) | # \_,--\_/ | NORTHLINK COMMUNICATIONS P/L - Supplying a professional, | # v | and above all friendly, internet connection service. | # +------------------------------------------------------------+ # # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 11:27:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id 0824414C05 for ; Sat, 1 May 1999 11:27:38 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp1548.on.bellglobal.com [206.172.249.12]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id OAA25362; Sat, 1 May 1999 14:30:05 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id OAA00945; Sat, 1 May 1999 14:27:49 -0400 (EDT) (envelope-from tim) Date: Sat, 1 May 1999 14:27:49 -0400 From: Tim Vanderhoek To: Christian Weisgerber Cc: freebsd-ports@freebsd.org Subject: Re: Format of pkg/COMMENT? Message-ID: <19990501142749.A243@mad> References: <19990430105643.A2251@eborcom.com> <199905010009.RAA22710@bubble.didi.com> <7geokh$tje$1@mips.rhein-neckar.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <7geokh$tje$1@mips.rhein-neckar.de>; from Christian Weisgerber on Sat, May 01, 1999 at 01:30:25PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, May 01, 1999 at 01:30:25PM +0200, Christian Weisgerber wrote: > [re: COMMENT style] > total 2282 100% > caps, period 1067 47% > caps, no period 803 35% No period gives one an extra character to play with. :) -- This .sig is not innovative, witty, or profund. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 12:10: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5885E14F1A for ; Sat, 1 May 1999 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA05977; Sat, 1 May 1999 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id A027414FB8 for ; Sat, 1 May 1999 12:06:47 -0700 (PDT) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id XAA17412; Sat, 1 May 1999 23:07:30 +0400 (MSD) Message-Id: <199905011907.XAA17412@netserv1.chg.ru> Date: Sat, 1 May 1999 23:07:30 +0400 (MSD) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11431: Please update benchmarks/polygraph to 1.2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11431 >Category: ports >Synopsis: Please update benchmarks/polygraph to 1.2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 1 12:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -Nur polygraph.old/Makefile polygraph/Makefile --- polygraph.old/Makefile Sat May 1 22:47:15 1999 +++ polygraph/Makefile Sat May 1 23:01:37 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: polygraph -# Version required: 1.0p6 +# Version required: 1.2.0 # Date created: 3 March 1999 # Whom: Dima Sivachenko # # $Id: Makefile,v 1.2 1999/04/26 18:21:23 mharo Exp $ # -DISTNAME= polygraph-1.1p0-src -PKGNAME= polygraph-1.1p0 +DISTNAME= polygraph-1.2.0-src +PKGNAME= polygraph-1.2.0 CATEGORIES= benchmarks www MASTER_SITES= http://polygraph.ircache.net/sources/ \ http://www.chg.ru/~dima/ diff -Nur polygraph.old/files/md5 polygraph/files/md5 --- polygraph.old/files/md5 Sat May 1 22:47:14 1999 +++ polygraph/files/md5 Sat May 1 22:48:50 1999 @@ -1 +1 @@ -MD5 (polygraph-1.1p0-src.tar.gz) = 920d8e9394cb9a2c9182c41d2250977b +MD5 (polygraph-1.2.0-src.tar.gz) = 093634d5ba9d73d8db9047ea35e7f02c >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 12:18: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5171B150FA; Sat, 1 May 1999 12:18:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA06653; Sat, 1 May 1999 12:18:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 1 May 1999 12:18:02 -0700 (PDT) From: Message-Id: <199905011918.MAA06653@freefall.freebsd.org> To: lennox@cs.columbia.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11265: Shared libraries don't work when built with egcs port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Shared libraries don't work when built with egcs port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat May 1 12:17:16 PDT 1999 State-Changed-Why: As Kris notes this problem has been fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 14:31:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (Postfix) with ESMTP id 5155414D07 for ; Sat, 1 May 1999 14:31:42 -0700 (PDT) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id XAA18278; Sat, 1 May 1999 23:31:42 +0200 (CEST) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id XAA01484; Sat, 1 May 1999 23:03:13 +0200 (CEST) (envelope-from wosch) Date: Sat, 1 May 1999 23:03:13 +0200 (CEST) Message-Id: <199905012103.XAA01484@paula.panke.de.freebsd.org> From: wosch@freebsd.org To: ports@freebsd.org Subject: New ports added/updated last two weeks Reply-To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Introduction - ------------ The FreeBSD Ports Collection offers a simple way for users and administrators to install applications. Each "port" listed here contains any patches necessary to make the original application source code compile and run on FreeBSD. Installing an application is as simple as downloading the port, unpacking it and typing make in the port directory. The Makefile automatically fetches the application source code, either from a local disk or via ftp, unpacks it on your system, applies the patches, and compiles. If all goes well, simply type make install to install the application. For more information about using ports, see the ports collection http://www.freebsd.org/handbook/ports.html and http://www.freebsd.org/ports/ There are currently 2230 ports in the FreeBSD Ports Collection. New ports added last two weeks - ------------------------------ Category astro (http://www.freebsd.org/ports/astro.html) ================================================================== x3arth-1.1 Updates X root window with satellit views of earth. Maintained by: cpiazza@home.net Requires: XFree86-3.3.3.1, bzip2-0.9.0c, jpeg-6b, png-1.0.3, tcl-8.0.4, tiff-3.4a, xv-3.10a Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== cmp3-2.0p3 An ncurses based frontend to mpg123. Maintained by: cpiazza@home.net Requires: gmake-3.77, mpg123-0.59q mixer.app-1.3.2 Another mixer intended for the windowmaker dockapp. Maintained by: cpiazza@home.net Requires: XFree86-3.3.3.1 xhippo-0.8 A Generic music player for UNIX systems. Maintained by: tr49986@rcc.on.ca Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.1, gtk-1.2.1, mpg123-0.59q Category benchmarks (http://www.freebsd.org/ports/benchmarks.html) ================================================================== polygraph-1.0p6 A benchmarking tool for Web proxies. Maintained by: dima@Chg.RU Also listed in: www Category converters (http://www.freebsd.org/ports/converters.html) ================================================================== libutf-8.1.0 Unicode conversion routines between UCS-4 and UTF-8 Maintained by: adam@whizkidtech.net Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== cscope-13.7 an interactive C program browser Maintained by: castor@alumni.caltech.edu Category editors (http://www.freebsd.org/ports/editors.html) ================================================================== lpe-1.1.8 A "lightweight programmer's editor." Maintained by: cpiazza@home.net Requires: gmake-3.77, libslang-1.2.2 Category games (http://www.freebsd.org/ports/games.html) ================================================================== drm-1.0 Very simple tetris-style game. Maintained by: andy@icc.surw.chel.su garith-2.1 Arithmetic quiz program for X Window System. Maintained by: andy@icc.surw.chel.su Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.1, gtk-1.2.1 xtet42-2.21 A one or two player t*tris game. Maintained by: freebsd@scotty.masternet.it Requires: XFree86-3.3.3.1 Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== postilion-0.9.1a This is a mail client with the NeXt look. Maintained by: gljohns@bellsouth.net Also listed in: tk80 Requires: XFree86-3.3.3.1, jpeg-6b, libimg-1.1.4, png-1.0.3, tcl-8.0.4, tiff-3.4a, tk-8.0.4, tkstep-8.0p2, xpm-3.4k Category net (http://www.freebsd.org/ports/net.html) ================================================================== etherboot-4.1 Netboot FreeBSD a.out/ELF kernels. Maintained by: ambrisko@whistle.com Requires: bcc-95.3.12, bzip2-0.9.0c, gmake-3.77 ezbounce-0.81 A highly configurable IRC Proxy. Maintained by: cpiazza@home.net gaim-0.1 GAIM is a gtk+ open source 'clone' of AOL's Instant Messenger client. Maintained by: jim@phrantic.phear.net Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.1, gmake-3.77, gtk-1.2.1 greed-0.652 A utility for downloading files with resume capabilities. Maintained by: cpiazza@home.net ninja-1.0.7 Another ircII based irc client. Maintained by: cpiazza@home.net pvm-3.4.7 Parallel Virtual Machine libraries and environment Maintained by: dima@Chg.RU Category print (http://www.freebsd.org/ports/print.html) ================================================================== amspsfnt-1.0 AMSFonts PostScript Fonts (Adobe Type 1 format) Maintained by: ports@FreeBSD.org Requires: XFree86-3.3.3.1, p5-type1inst-0.6.1 cmpsfont-1.0 Computer Modern PostScript Fonts (Adobe Type 1 format) Maintained by: ports@FreeBSD.org Requires: XFree86-3.3.3.1, p5-type1inst-0.6.1 Category security (http://www.freebsd.org/ports/security.html) ================================================================== portsentry-0.61 Port scan detection and active defense Maintained by: chris@still.whet.org Category textproc (http://www.freebsd.org/ports/textproc.html) ================================================================== br-ispell-2.2 Ispell dictionary for brazilian portuguese Maintained by: jonny@jonny.eng.br Requires: ispell-3.1.20 docbook-241 v2.4.1 of the DocBook DTD, designed for technical documentation. Maintained by: nclayton@FreeBSD.ORG Requires: iso8879-1986 docbook-3.0 v3.0 of the DocBook DTD, designed for technical documentation. Maintained by: nclayton@FreeBSD.ORG Requires: iso8879-1986 docbook-3.1 v3.1 of the DocBook DTD, designed for technical documentation. Maintained by: nclayton@FreeBSD.ORG Requires: iso8879-1986 py-xml-0.5.1 The Python XML package, including parser, SAX, DOM, and Expat Maintained by: nectar@FreeBSD.ORG tuc-1.10 Text to Unix Conversion Maintained by: adam@whizkidtech.net Category x11-clocks (http://www.freebsd.org/ports/x11-clocks.html) ================================================================== pclock-0.12a pclock is a simple analog clock program for the Window Maker dock. Maintained by: jim@phrantic.phear.net Also listed in: windowmaker afterstep Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k Updated ports last two weeks - ----------------------------------- Category archivers (http://www.freebsd.org/ports/archivers.html) ================================================================== rar-2.02 File archiver (binary port) Maintained by: ache@FreeBSD.ORG unrar-2.50 Extract, view & test RAR archives. Maintained by: ache@FreeBSD.ORG Category astro (http://www.freebsd.org/ports/astro.html) ================================================================== wmMoonClock-1.25 Displays the phase of the moon, plus orbital data. Maintained by: kris@FreeBSD.ORG Also listed in: windowmaker Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== icecast-1.1.4 A SHOUTcast-compatible streaming MP3 server Maintained by: chip@eboai.org Also listed in: net xmradio-0.6 Motif based FM tuner (for use with bt848 driver) Maintained by: runge@rostock.zgdv.de Requires: XFree86-3.3.3.1, xpm-3.4k Category chinese (http://www.freebsd.org/ports/chinese.html) ================================================================== zh-nvi-big5-1.79.19990331 A clone of vi/ex, with multilingual patch, default settings for big5. Maintained by: itojun@itojun.org Also listed in: editors zh-nvi-euccn-1.79.19990331 A clone of vi/ex, with multilingual patch, default settings for euc-cn. Maintained by: itojun@itojun.org Also listed in: editors zh-nvi-euctw-1.79.19990331 A clone of vi/ex, with multilingual patch, default settings for euc-tw. Maintained by: itojun@itojun.org Also listed in: editors zh-rxvt-2.6.p3 A low memory usage xterm replacement that supports color & chinese Maintained by: frankch@waru.life.nthu.edu.tw Also listed in: x11 Requires: XFree86-3.3.3.1, bash-1.14.7, dvips-5.76, latex2e-98.01, tex-3.14159, yodl-1.22 Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== ORBit-0.4.2 high-performance CORBA ORB with support for the C language Maintained by: clkao@CirX.ORG Also listed in: gnome Requires: glib-1.2.1, gmake-3.77 mm-1.0.1 shared memory library for applications with pre-forked process model Maintained by: rse@engelschall.com Category editors (http://www.freebsd.org/ports/editors.html) ================================================================== beav-1.40.13 Binary Editor And Viewer, a full featured binary file editor. Maintained by: jseger@FreeBSD.ORG gxedit-1.23 A simple GTK+ editor. Maintained by: dom@myrddin.demon.co.uk Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.1, gtk-1.2.1 nvi-m17n-1.79.19990331 A clone of vi/ex, with multilingual patch, no default settings. Maintained by: itojun@itojun.org yudit-1.3 Multi-lingual unicode text editor with TTF support Maintained by: rch@WriteMe.Com Also listed in: converters print Requires: XFree86-3.3.3.1, freetype-1.2, gettext-0.10.35, gmake-3.77 Category emulators (http://www.freebsd.org/ports/emulators.html) ================================================================== ines-1.0 Nintendo Entertainment System emlator for X Maintained by: nacai@iname.com Requires: XFree86-3.3.3.1 mtools-3.9.4.2703b A collection of tools for manipulating MSDOS files. Maintained by: jmz@FreeBSD.org Requires: gmake-3.77 Category games (http://www.freebsd.org/ports/games.html) ================================================================== pysol-2.11 Solitaire game, written in Python. Maintained by: tg@FreeBSD.ORG Requires: XFree86-3.3.3.1, python-1.5.1, tcl-8.0.4, tk-8.0.4 Category graphics (http://www.freebsd.org/ports/graphics.html) ================================================================== ImageMagick-4.2.2 An X11 package for display and interactive manipulation of images. Maintained by: jseger@FreeBSD.org Also listed in: perl5 Requires: XFree86-3.3.3.1, freetype-1.2, ghostscript-5.10, gsfonts-5.10, jbigkit-1.0, jpeg-6b, mpeg2codec-1.2, netpbm-94.3.1, png-1.0.3, tiff-3.4a, transfig-3.2.1, xpm-3.4k pstoedit-3.11 Convert PostScript to other vector graphic formats. Maintained by: jseger@FreeBSD.ORG Also listed in: print Requires: XFree86-3.3.3.1, ghostscript-5.10, gsfonts-5.10, png-1.0.3, unzip-5.40 tgif-4.1.8 An Xlib-based two-dimensional drawing tool and hyper-object browser. Maintained by: bmc@WillsCreek.COM Requires: XFree86-3.3.3.1, jpeg-6b, netpbm-94.3.1, tiff-3.4a Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== ja-a2ps-1.44 Text file to postscript converter (with Japanese support) Maintained by: saito@miv.t.u-tokyo.ac.jp Also listed in: print ja-bookview-2.4.1 NDTP client using Japanized Tcl/Tk. Maintained by: takamune@avrl.mei.co.jp Requires: XFree86-3.3.3.1, ja-tcl-8.0.5, ja-tk-8.0.5 ja-nvi-eucjp-1.79.19990331 A clone of vi/ex, with multilingual patch, default settings for euc-jp. Maintained by: itojun@itojun.org Also listed in: editors Requires: ja-Canna-3.2.2 ja-nvi-iso2022jp-1.79.19990331 A clone of vi/ex, with multilingual patch, default settings for iso-2022-jp. Maintained by: itojun@itojun.org Also listed in: editors Requires: ja-Canna-3.2.2 ja-nvi-sjis-1.79.19990331 A clone of vi/ex, with multilingual patch, default settings for sjis. Maintained by: itojun@itojun.org Also listed in: editors Requires: ja-Canna-3.2.2 ja-postgresql-6.4.2 a robust, next generation, object-relational DBMS plus Multibyte-patch Maintained by: ichiro@ichiro.org Also listed in: databases Requires: gmake-3.77 Category korean (http://www.freebsd.org/ports/korean.html) ================================================================== ko-nvi-euckr-1.79.19990331 A clone of vi/ex, with multilingual patch, default settings for euc-kr. Maintained by: itojun@itojun.org Also listed in: editors ko-nvi-iso2022kr-1.79.19990331 A clone of vi/ex, with multilingual patch, default settings for iso-2022-kr. Maintained by: itojun@itojun.org Also listed in: editors Category lang (http://www.freebsd.org/ports/lang.html) ================================================================== ici-2.1.1 A dynamic interpretive language with C's control flow and expressions Maintained by: andy@research.canon.com.au ruby-1.2.5 An object-oriented interpreted scripting language Maintained by: yasuf@big.or.jp Category math (http://www.freebsd.org/ports/math.html) ================================================================== abs-0.6 A free spreadsheet with graphical user interface. Maintained by: freebsd@scotty.masternet.it Requires: XFree86-3.3.3.1, xpm-3.4k Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== cstream-1.2 dd(1)-like tool, precise bandwidth limiting/reporting, fifo support Maintained by: cracauer@cons.org jargon-4.1.0 The famous jargon file in info file format. Maintained by: s.moeding@ndh.net less-337 a better pager utility Maintained by: ache@FreeBSD.ORG wmWeather-1.30.1 A WMaker dockapp which displays meteorological data for your city. Maintained by: kris@FreeBSD.ORG Also listed in: windowmaker Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k Category net (http://www.freebsd.org/ports/net.html) ================================================================== curl-5.5.1 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers. Maintained by: kkennawa@physics.adelaide.edu.au Also listed in: www delegate-5.9.1 General purpose TCP/IP proxy system Maintained by: max@FreeBSD.ORG Also listed in: www japanese mtr-0.37 traceroute and ping in a single graphical network diagnostic tool. Maintained by: billf@FreeBSD.org zebra-19990416 Free multithreaded RIPv1, RIPv2, OSPFv2, BGP4 route software (server/reflector) Maintained by: andreas@FreeBSD.ORG Category news (http://www.freebsd.org/ports/news.html) ================================================================== tinpre-1.4.19990413 TIN newsreader (termcap based) Maintained by: ache@FreeBSD.org Requires: bzip2-0.9.0c, uulib-0.5.13 Category security (http://www.freebsd.org/ports/security.html) ================================================================== p5-PGP-Sign-0.14 Create detached PGP signatures for data. Maintained by: croyle@gelemna.ft-wayne.in.us Also listed in: perl5 Requires: pgp262s Category shells (http://www.freebsd.org/ports/shells.html) ================================================================== bash-2.03 The GNU Borne Again Shell. Maintained by: ache@FreeBSD.ORG Category sysutils (http://www.freebsd.org/ports/sysutils.html) ================================================================== mkhybrid-1.12b5.1 create a hybrid ISO9660/JOLIET/HFS/Rock Ridge filesystem. Maintained by: murray@cdrom.com xlogmaster-1.6.0 quick & easy monitoring of logfiles and devices Maintained by: aw1@stade.co.uk Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.1, gmake-3.77, gtk-1.2.1 Category textproc (http://www.freebsd.org/ports/textproc.html) ================================================================== docbook-1.0 Meta-port for the different versions of the DocBook DTD. Maintained by: nik@freebsd.org Requires: docbook-241, docbook-3.0, docbook-3.1, iso8879-1986 Category www (http://www.freebsd.org/ports/www.html) ================================================================== checkbot-1.54 A WWW link verifier, similar like momspider. Maintained by: wosch@FreeBSD.ORG Also listed in: perl5 Requires: p5-Mail-Tools-1.12, p5-Net-1.0606, p5-libwww-5.42 lynx-2.8.2dev.22 A non-graphical, text-based World-Wide Web client. Maintained by: ache@FreeBSD.ORG Requires: bzip2-0.9.0c lynx-2.8.1.2 A non-graphical, text-based World-Wide Web client. Maintained by: jseger@FreeBSD.ORG netscape-navigator-4.5.1 netscape navigator ver 4.5.1 Maintained by: ports@FreeBSD.ORG Category x11-clocks (http://www.freebsd.org/ports/x11-clocks.html) ================================================================== wmCalClock-1.24 Another WindowMaker calendar/clock dockapp. Maintained by: kris@FreeBSD.ORG Also listed in: windowmaker Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k wmitime-0.3 A clock dockapp that shows the date, time, and internet time. Maintained by: jim@phrantic.phear.net Also listed in: windowmaker afterstep Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k Category x11-toolkits (http://www.freebsd.org/ports/x11-toolkits.html) ================================================================== fltk-1.0.1 C++ graphical user interface for X Maintained by: dima@chg.ru Requires: Mesa-3.0, XFree86-3.3.3.1, bzip2-0.9.0c Category x11-wm (http://www.freebsd.org/ports/x11-wm.html) ================================================================== enlightenment-0.15.5 a very artistic X window manager. Maintained by: vanilla@FreeBSD.ORG Also listed in: gnome Requires: XFree86-3.3.3.1, esound-0.2.8, fnlib-0.4, freetype-1.2, gettext-0.10.35, giflib-3.0, glib-1.2.1, gmake-3.77, gtk-1.2.1, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libghttp-1.0.2, png-1.0.3, tiff-3.4a flwm-0.22 The Fast Light Window Manager Maintained by: dima@chg.ru Requires: Mesa-3.0, XFree86-3.3.3.1, fltk-1.0.1 windowmaker-0.52.0 This window manager is a GNUStep-compliant NeXTStep clone. Maintained by: handy@physics.montana.edu Also listed in: windowmaker Requires: XFree86-3.3.3.1, giflib-3.0, jpeg-6b, libproplist-0.8.3, png-1.0.3, tiff-3.4a, xpm-3.4k _________________________________________________________________ © 1996-1998 by Wolfram Schneider. All rights reserved. Please direct questions about this service to www@FreeBSD.org General questions about FreeBSD ports should be sent to ports@FreeBSD.org Last database update: 1999-04-21 11:41:29 UTC; based on revision 1.218 _________________________________________________________________ This information was produced by http://www.freebsd.org/cgi/ports.cgi -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQCVAwUBNytrxTmN/mkrcYGtAQF9ywP8Cl4rk6Brn4OEMAs+WOIjAGuFxI65Kqsa 9Stil94A2GgGm9zIG3znTbNT8czhQTcdeFkbHc8fjdg1U/UKL1Z5rEjhUV+cvwQt lSlCJ2++wxGaMhLH/lPW/NeC+Kqjlv4gg4jEyJFXH86GYMHYw5P3GjPolRhpq7Yc 1R1KdAA3rTQ= =g6AZ -----END PGP SIGNATURE----- -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 14:36:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from www.netlabs.net (www.netlabs.net [216.116.128.3]) by hub.freebsd.org (Postfix) with ESMTP id 5AC6214C3A for ; Sat, 1 May 1999 14:36:54 -0700 (PDT) (envelope-from keerf@www.netlabs.net) Received: (from keerf@localhost) by www.netlabs.net (8.9.2/8.9.0) id RAA13575 for ports@freebsd.org; Sat, 1 May 1999 17:36:54 -0400 (EDT) Date: Sat, 1 May 1999 17:36:54 -0400 (EDT) From: Terry Warner Message-Id: <199905012136.RAA13575@www.netlabs.net> To: ports@freebsd.org Subject: dos2unix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Can anyone tell me possiably where I can find a copy of dos2unix or dos2bsd for FreeBSd .. or is it in the ports dir already? Terry Warner keerf@netlabs.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 15:10: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 364AB14BF4 for ; Sat, 1 May 1999 15:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA17471; Sat, 1 May 1999 15:10:01 -0700 (PDT) (envelope-from gnats@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 1CBDF14BDE for ; Sat, 1 May 1999 15:07:36 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id A12D41438; Sat, 1 May 1999 15:07:33 -0700 (PDT) Message-Id: <19990501220733.A12D41438@norn.ca.eu.org> Date: Sat, 1 May 1999 15:07:33 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11432: Update: deskutils/teapot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11432 >Category: ports >Synopsis: Update: deskutils/teapot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 1 15:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to teapot-1.3; honour CFLAGS and CC, NOPORTDOCS. >How-To-Repeat: >Fix: Index: teapot/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/deskutils/teapot/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1998/08/07 22:17:53 1.2 +++ Makefile 1999/05/01 21:59:03 @@ -1,12 +1,12 @@ # New ports collection makefile for: teapot -# Version required: 1.01 +# Version required: 1.03 # Date created: 7 January 1998 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.2 1998/08/07 22:17:53 asami Exp $ # -DISTNAME= teapot-1.01 +DISTNAME= teapot-1.03 CATEGORIES= deskutils MASTER_SITES= ftp://cantor.informatik.rwth-aachen.de/pub/unix/ @@ -23,10 +23,12 @@ .for file in asqrt asqrt.README counter counter.README life life.README sqrt sqrt.README @ ${INSTALL_DATA} ${WRKSRC}/examples/${file} ${PREFIX}/share/examples/teapot .endfor +.if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/teapot @ ${INSTALL_DATA} ${WRKSRC}/README-en.html ${PREFIX}/share/doc/teapot/README.html .for file in teapot.doc teapot.html teapot.ps @ ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/doc/teapot .endfor +.endif .include Index: teapot/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/deskutils/teapot/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1998/03/27 10:31:47 1.1.1.1 +++ md5 1999/05/01 21:50:38 @@ -1 +1 @@ -MD5 (teapot-1.01.tar.gz) = 7a5191788f86d3df5d589a7efde714c3 +MD5 (teapot-1.03.tar.gz) = c06d01c1cd8f260c4eeecf0e514fd89f Index: teapot/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/deskutils/teapot/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- patch-aa 1998/03/27 10:31:48 1.1.1.1 +++ patch-aa 1999/05/01 21:52:50 @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Mar 18 19:12:56 1998 -+++ Makefile Fri Mar 27 11:22:13 1998 +--- Makefile.orig Sun Jun 14 08:11:40 1998 ++++ Makefile Sat May 1 14:52:37 1999 @@ -1,16 +1,16 @@ #{{{script}}}#{{{ Linux, moria machines, gcc -CFLAGS= -g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common @@ -29,8 +29,8 @@ -#CFLAGS= -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common -#CPPFLAGS= -I./.curses.h -DNO_POSIX_SOURCE -#LIBS= -lncurses -lmytinfo -lm -+CC= gcc -+CFLAGS= -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common -I./.curses.h -DNO_POSIX_SOURCE ++CC?= gcc ++CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common -I./.curses.h -DNO_POSIX_SOURCE +LIBS= -lncurses -lmytinfo -lm #LDFLAGS= #MAKEDEPEND= gcc -MM -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 15:47:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bachue.usc.unal.edu.co (bachue.usc.unal.edu.co [168.176.3.20]) by hub.freebsd.org (Postfix) with ESMTP id C485914BDB for ; Sat, 1 May 1999 15:47:18 -0700 (PDT) (envelope-from pfgiffun@bachue.usc.unal.edu.co) Received: from bachue.usc.unal.edu.co ([168.176.3.42]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.0) with ESMTP id AAA17118; Sat, 1 May 1999 17:46:34 -0400 Message-ID: <372B84B3.754462DB@bachue.usc.unal.edu.co> Date: Sat, 01 May 1999 17:48:20 -0500 From: "Pedro F. Giffuni" Organization: U. Nacional de Colombia X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.1-RELEASE i386) MIME-Version: 1.0 To: Terry Warner Cc: ports@freebsd.org Subject: Re: dos2unix References: <199905012136.RAA13575@www.netlabs.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org There is an open PR (submitted port) with that description. I think there is one version available somewhere in the sites that carry lyx, but www.ftpsearch.com knows for sure. IMHO (and only IMO) it should be part of the base system, as it is referred to by the doscmd man page. Pedro. Terry Warner wrote: > Can anyone tell me possiably where I can find a copy of dos2unix or dos2bsd for FreeBSd .. or is it in the ports dir already? > > Terry Warner > > keerf@netlabs.net > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 16:19:46 1999 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 AA3EE14C36 for ; Sat, 1 May 1999 16:19:44 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.2/8.9.1) with ESMTP id QAA04535; Sat, 1 May 1999 16:19:44 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id XAA98317; Sat, 1 May 1999 23:19:43 GMT (envelope-from obrien) Date: Sat, 1 May 1999 16:19:43 -0700 From: "David O'Brien" To: tom@eborcom.com, naddy@mips.rhein-neckar.de, freebsd-ports@freebsd.org Subject: Re: Format of pkg/COMMENT? Message-ID: <19990501161943.A98291@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <19990430105643.A2251@eborcom.com> <199905010009.RAA22710@bubble.didi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199905010009.RAA22710@bubble.didi.com>; from Satoshi - Ports Wraith - Asami on Fri, Apr 30, 1999 at 05:09:55PM -0700 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 > Actually, if someone can take a look at the current ports and compile > some kind of statistic (X% starting with caps, Y% ending with > periods), that will be great. Maybe we can just go for the majority. AND also look at all the places it is used. ``sysinstall'' (which OpenBSD doesn't have to consider) is one major consumer of pkg/COMMENT. So what looks best when it is displayed at the bottom of the screen when people are trying to figure out what a port does. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 17:25:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id F286914CA3 for ; Sat, 1 May 1999 17:25:35 -0700 (PDT) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial-ra-nc3-25.netcologne.de [195.14.251.25]) by mail2.netcologne.de (8.9.1/8.9.1) with ESMTP id CAA22991; Sun, 2 May 1999 02:25:33 +0200 (MET DST) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id CAA10260; Sun, 2 May 1999 02:26:04 +0200 (CEST) (envelope-from van.woerkom@netcologne.de) Date: Sun, 2 May 1999 02:26:04 +0200 (CEST) Message-Id: <199905020026.CAA10260@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: ports@freebsd.org Subject: xanim, -current and CINEPAK Reply-To: van.woerkom@netcologne.de Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear people, I tried to play the Star Wars trailer with xanim and was surprised that it won't work anymore - my old 3.0-RELEASE was able to display it. After a short look on the package, it seems to me that the CINEPAK video codec is not put in correctly. Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 21:24:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from adsl.cypherpunks.to (adsl-216-101-108-53.dsl.snfc21.pacbell.net [216.101.108.53]) by hub.freebsd.org (Postfix) with ESMTP id 5142614D6D for ; Sat, 1 May 1999 21:24:27 -0700 (PDT) (envelope-from shamrock@adsl.cypherpunks.to) Received: from localhost (shamrock@localhost) by adsl.cypherpunks.to (8.9.2/8.9.2) with ESMTP id VAA09377 for ; Sat, 1 May 1999 21:22:28 -0700 (PDT) (envelope-from shamrock@adsl.cypherpunks.to) Date: Sat, 1 May 1999 21:22:28 -0700 (PDT) From: Lucky Green To: ports@freebsd.org Subject: tix-4.1.0.006 port won't build 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 cd-write depends on tix-4.1.0.006. However, the tix-4.1.0.006 port will not build under FreeBSD 3.1. The follwing is 100% reproducable. It was preceeded by a make distclean. Relevant info follows: su-2.02# pwd /usr/ports/sysutils/cd-write su-2.02# make ===> Extracting for cd-write-1.4.1 [...] ===> tix-4.1.0.006 depends on shared library: tk80.1 - found ===> Patching for tix-4.1.0.006 ===> Applying FreeBSD patches for tix-4.1.0.006 ===> Configuring for tix-4.1.0.006 [...] cc tixAppInit.o -L/usr/ports/x11-toolkits/tix/work/Tix4.1.0/unix/tk8.0 -ltix4180 -L/usr/local/lib -ltk80 -L/usr/local/lib -ltcl80 -L/usr/X11R6/lib -lX11 -lm -o tixwish /usr/libexec/elf/ld: cannot open -ltix4180: No such file or directory *** Error code 1 Stop. [...] su-2.02# uname -a FreeBSD adsl.cypherpunks.to 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Wed Mar 17 00:36:02 PST 1999 root@adsl.cypherpunks.to:/usr/src/sys/compile/ADSL i386 What to do? Thanks, --Lucky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 1 22:44:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 3FE5614EA0 for ; Sat, 1 May 1999 22:44:26 -0700 (PDT) (envelope-from mharo@area51.fremont.ca.us) Received: (from mharo@localhost) by area51.fremont.ca.us (8.9.2/8.9.2) id WAA16221; Sat, 1 May 1999 22:44:22 -0700 (PDT) (envelope-from mharo) Date: Sat, 1 May 1999 22:44:21 -0700 From: Michael Haro To: Lucky Green Cc: ports@FreeBSD.ORG Subject: Re: tix-4.1.0.006 port won't build Message-ID: <19990501224421.A16135@area51.fremont.ca.us> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Lucky Green on Sat, May 01, 1999 at 09:22:28PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I think I found the problem. I'll commit a patch shortly (if I really did find the proper fix) Michael On Sat, May 01, 1999 at 09:22:28PM -0700, Lucky Green wrote: > cd-write depends on tix-4.1.0.006. However, the tix-4.1.0.006 port will > not build under FreeBSD 3.1. > > The follwing is 100% reproducable. It was preceeded by a make distclean. > > Relevant info follows: > > su-2.02# pwd > /usr/ports/sysutils/cd-write > su-2.02# make > ===> Extracting for cd-write-1.4.1 > [...] > ===> tix-4.1.0.006 depends on shared library: tk80.1 - found > ===> Patching for tix-4.1.0.006 > ===> Applying FreeBSD patches for tix-4.1.0.006 > ===> Configuring for tix-4.1.0.006 > [...] > cc tixAppInit.o -L/usr/ports/x11-toolkits/tix/work/Tix4.1.0/unix/tk8.0 > -ltix4180 -L/usr/local/lib -ltk80 -L/usr/local/lib -ltcl80 > -L/usr/X11R6/lib -lX11 -lm -o tixwish > /usr/libexec/elf/ld: cannot open -ltix4180: No such file or directory > *** Error code 1 > > Stop. > [...] > su-2.02# uname -a > FreeBSD adsl.cypherpunks.to 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Wed Mar 17 > 00:36:02 PST 1999 root@adsl.cypherpunks.to:/usr/src/sys/compile/ADSL > i386 > > What to do? > > Thanks, > --Lucky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 1:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E4DF150A2 for ; Sun, 2 May 1999 01:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA75915; Sun, 2 May 1999 01:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id B265C14E7C for ; Sun, 2 May 1999 01:27:17 -0700 (PDT) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id MAA19402; Sun, 2 May 1999 12:28:02 +0400 (MSD) Message-Id: <199905020828.MAA19402@netserv1.chg.ru> Date: Sun, 2 May 1999 12:28:02 +0400 (MSD) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11437: Upgrade www/calamaris to 2.24 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11437 >Category: ports >Synopsis: Upgrade www/calamaris to 2.24 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 2 01:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -Nur calamaris.old/Makefile calamaris/Makefile --- calamaris.old/Makefile Sun May 2 12:16:22 1999 +++ calamaris/Makefile Sun May 2 12:23:37 1999 @@ -1,18 +1,19 @@ # New ports collection makefile for: calmaris -# Version required: 2.22 +# Version required: 2.24 # Date created: 25 December 1998 # Whom: Dima Sivachenko # # $Id: Makefile,v 1.4 1999/04/06 22:27:02 jseger Exp $ # -DISTNAME= calamaris-2.23 +DISTNAME= calamaris-2.24 CATEGORIES= www textproc MASTER_SITES= http://calamaris.cord.de/ \ ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ MAINTAINER= dima@Chg.RU +USE_PERL5= yes NO_BUILD= yes MAN1= calamaris.1 diff -Nur calamaris.old/files/md5 calamaris/files/md5 --- calamaris.old/files/md5 Sun May 2 12:16:21 1999 +++ calamaris/files/md5 Sun May 2 12:20:22 1999 @@ -1 +1 @@ -MD5 (calamaris-2.23.tar.gz) = 5f15d37fd5ce348e19499f38ea8fac60 +MD5 (calamaris-2.24.tar.gz) = 05644ebeefa7a4d0fe0c91fa265c6a16 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 2: 6:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9279414F34; Sun, 2 May 1999 02:06:26 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA80750; Sun, 2 May 1999 02:06:26 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sun, 2 May 1999 02:06:26 -0700 (PDT) From: Message-Id: <199905020906.CAA80750@freefall.freebsd.org> To: dima@Chg.RU, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11437: Upgrade www/calamaris to 2.24 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade www/calamaris to 2.24 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sun May 2 02:05:27 PDT 1999 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 May 2 3:32:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id 03E6414E21 for ; Sun, 2 May 1999 03:32:08 -0700 (PDT) (envelope-from naddy@mips.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id MAA00943 for freebsd-ports@freebsd.org; Sun, 2 May 1999 12:32:07 +0200 (CEST) (envelope-from naddy@mips.rhein-neckar.de) Received: by mips.rhein-neckar.de id m10dtIH-000WyeC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Sun, 2 May 1999 12:16:17 +0200 (CEST) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Re: Build variables to respect besides CFLAGS? Date: 2 May 1999 12:16:14 +0200 Message-ID: <7gh8le$8sm$1@mips.rhein-neckar.de> References: To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Kris Kennaway wrote: > Note that you can't easily get most ports which USE_IMAKE to use these > variables at build-time (although there are some ports which can be > hacked to do this) - they seem to be decided at build-time of the > XFree86 port. I understand that USE_IMAKE is a special case. As a sysadmin, in order to make such ports use the build variables on your box, you need to import CFLAGS etc into the imake configuration (/usr/X11R6/lib/X11/config/). -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de >H Deutsche Transhumanismus-Mailingliste echo 'subscribe trans-de' | mail majordomo@lists.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 4:40:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B574915ABB for ; Sun, 2 May 1999 04:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA04963; Sun, 2 May 1999 04:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from initio.no (dhcp-061105.uninett.no [158.38.61.105]) by hub.freebsd.org (Postfix) with ESMTP id 09237152FE for ; Sun, 2 May 1999 04:36:14 -0700 (PDT) (envelope-from oyvindmo@initio.no) Received: (from oyvindmo@localhost) by initio.no (8.9.2/8.9.2) id NAA32226; Sun, 2 May 1999 13:36:12 +0200 (CEST) (envelope-from oyvindmo) Message-Id: <199905021136.NAA32226@initio.no> Date: Sun, 2 May 1999 13:36:12 +0200 (CEST) From: oyvindmo@initio.no Reply-To: oyvindmo@initio.no To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11439: New port: audio/juke Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11439 >Category: ports >Synopsis: New port: audio/juke >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 2 04:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oyvind Moll >Release: FreeBSD 3.1-STABLE i386 >Organization: Initio IT-losninger AS >Environment: FreeBSD taiga.initio.no 3.1-STABLE FreeBSD 3.1-STABLE #0: Thu Mar 4 00:55:30 CET 1999 root@taiga.initio.no:/usr/src/sys/compile/TAIGA i386 >Description: Port of juke, a small curses based juke box program, which uses command line players to play files. http://www.nocrew.org/software/juke/ >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: # # juke # juke/files # juke/files/md5 # juke/patches # juke/patches/patch-aa # juke/patches/patch-ab # juke/pkg # juke/pkg/COMMENT # juke/pkg/DESCR # juke/pkg/PLIST # juke/pkg/MESSAGE # juke/Makefile # echo c - juke mkdir -p juke > /dev/null 2>&1 echo c - juke/files mkdir -p juke/files > /dev/null 2>&1 echo x - juke/files/md5 sed 's/^X//' >juke/files/md5 << 'END-of-juke/files/md5' XMD5 (juke-0.5.tar.gz) = 089fcdf1576eb1911e97049c54cc5c08 END-of-juke/files/md5 echo c - juke/patches mkdir -p juke/patches > /dev/null 2>&1 echo x - juke/patches/patch-aa sed 's/^X//' >juke/patches/patch-aa << 'END-of-juke/patches/patch-aa' X--- ../juke.orig/src/conf.h Thu Apr 15 21:44:53 1999 X+++ ./src/conf.h Sun May 2 12:16:58 1999 X@@ -1,6 +1,11 @@ X #define CFG_ARGS 10 X #define CFG_STRLEN 100 X X+#ifndef PREFIX X+#define PREFIX "/usr/local" X+#endif X+#define CFG_RCFILE PREFIX "/etc/juke.conf" X+ X struct CFG_FORMAT { X int args; X int match_len; END-of-juke/patches/patch-aa echo x - juke/patches/patch-ab sed 's/^X//' >juke/patches/patch-ab << 'END-of-juke/patches/patch-ab' X--- ../juke.orig/src/conf.c Thu Apr 15 21:44:53 1999 X+++ ./src/conf.c Sun May 2 12:18:07 1999 X@@ -207,11 +207,11 @@ X return; X } X } X- cfg->file_len = load_file ("/etc/juke.conf", (void **)&cfg->file); X+ cfg->file_len = load_file (CFG_RCFILE, (void **)&cfg->file); X if (cfg->file_len != ERROR) { X evaluate (cfg); X if (! cfg->formats) { X- fprintf (stderr, "error: No formats in /etc/juke.config\n"); X+ fprintf (stderr, "error: No formats in " CFG_RCFILE "\n"); X exit (ERROR); X } X build_arg_lists (cfg); END-of-juke/patches/patch-ab echo c - juke/pkg mkdir -p juke/pkg > /dev/null 2>&1 echo x - juke/pkg/COMMENT sed 's/^X//' >juke/pkg/COMMENT << 'END-of-juke/pkg/COMMENT' XA simple curses/ncurses based juke box program. END-of-juke/pkg/COMMENT echo x - juke/pkg/DESCR sed 's/^X//' >juke/pkg/DESCR << 'END-of-juke/pkg/DESCR' XJuke X---- X XJuke is a simple curses/ncurses based juke box program. XIt uses command line based players to play all kinds Xof music formats. X Xhttp://www.nocrew.org/software/juke/ X X-- XPort by Oyvind Moll END-of-juke/pkg/DESCR echo x - juke/pkg/PLIST sed 's/^X//' >juke/pkg/PLIST << 'END-of-juke/pkg/PLIST' Xbin/juke Xetc/juke.conf.sample END-of-juke/pkg/PLIST echo x - juke/pkg/MESSAGE sed 's/^X//' >juke/pkg/MESSAGE << 'END-of-juke/pkg/MESSAGE' XA sample configuration file has been copied to XPREFIX/etc/juke.conf.sample. Juke will not work without either XPREFIX/etc/juke.conf or the running user's ~/.juke.conf being Xin place. END-of-juke/pkg/MESSAGE echo x - juke/Makefile sed 's/^X//' >juke/Makefile << 'END-of-juke/Makefile' X# New ports collection makefile for: juke X# Version required: 0.5 X# Date created: 2 May 1999 X# Whom: oyvindmo@initio.no X# X# $Id$ X# X XDISTNAME= juke-0.5 XCATEGORIES= audio XMASTER_SITES= http://www.nocrew.org/software/juke/archive/ X XMAINTAINER= oyvindmo@initio.no X XGNU_CONFIGURE= yes X Xpost-install: X ${INSTALL_DATA} ${WRKSRC}/juke.conf ${PREFIX}/etc/juke.conf.sample X @${SED} 's,PREFIX,${PREFIX},' ${PKGDIR}/MESSAGE > ${WRKSRC}/MESSAGE X @${CAT} ${WRKSRC}/MESSAGE X X.include END-of-juke/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 Sun May 2 5: 6:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B88A814FA4; Sun, 2 May 1999 05:06:45 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA08266; Sun, 2 May 1999 05:06:45 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Date: Sun, 2 May 1999 05:06:45 -0700 (PDT) From: Message-Id: <199905021206.FAA08266@freefall.freebsd.org> To: marcel@scc.nl, foxfair@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10137: version update of RPM port to version 2.5.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: version update of RPM port to version 2.5.5 State-Changed-From-To: open->closed State-Changed-By: foxfair State-Changed-When: Sun May 2 05:06:22 PDT 1999 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 May 2 5:10: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D590F150D9 for ; Sun, 2 May 1999 05:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA08604; Sun, 2 May 1999 05:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id D4BAF14FA4 for ; Sun, 2 May 1999 05:08:42 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id QAA10443; Sun, 2 May 1999 16:08:39 +0400 (MSD) (envelope-from andy) Message-Id: <199905021208.QAA10443@icc.surw.chel.su> Date: Sun, 2 May 1999 16:08:39 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11441: New port: libgnugetopt-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11441 >Category: ports >Synopsis: New port: libgnugetopt-1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 2 05:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of libgnugetopt which contains GNU-style getopt_long() function. I think it must help for porting many getopt_long()-aware applications. This PR must help close PR/8838. # 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: # # libgnugetopt-1.0 # libgnugetopt-1.0/Makefile # libgnugetopt-1.0/pkg # libgnugetopt-1.0/pkg/PLIST # libgnugetopt-1.0/pkg/COMMENT # libgnugetopt-1.0/pkg/DESCR # libgnugetopt-1.0/files # libgnugetopt-1.0/files/md5 # echo c - libgnugetopt-1.0 mkdir -p libgnugetopt-1.0 > /dev/null 2>&1 echo x - libgnugetopt-1.0/Makefile sed 's/^X//' >libgnugetopt-1.0/Makefile << 'END-of-libgnugetopt-1.0/Makefile' X# New ports collection makefile for: libgnugetopt X# Version required: 1.0 X# Date created: 2 May 1999 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= libgnugetopt-1.0 XCATEGORIES= devel XMASTER_SITES= http://www.geocities.com/SiliconValley/Code/3502/ X XMAINTAINER= andy@icc.surw.chel.su X Xdo-install: X @ ${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include X @ ${INSTALL_DATA} ${WRKSRC}/libgnugetopt.a ${PREFIX}/lib X X.include END-of-libgnugetopt-1.0/Makefile echo c - libgnugetopt-1.0/pkg mkdir -p libgnugetopt-1.0/pkg > /dev/null 2>&1 echo x - libgnugetopt-1.0/pkg/PLIST sed 's/^X//' >libgnugetopt-1.0/pkg/PLIST << 'END-of-libgnugetopt-1.0/pkg/PLIST' Xinclude/getopt.h Xlib/libgnugetopt.a END-of-libgnugetopt-1.0/pkg/PLIST echo x - libgnugetopt-1.0/pkg/COMMENT sed 's/^X//' >libgnugetopt-1.0/pkg/COMMENT << 'END-of-libgnugetopt-1.0/pkg/COMMENT' XGNU getopt library. END-of-libgnugetopt-1.0/pkg/COMMENT echo x - libgnugetopt-1.0/pkg/DESCR sed 's/^X//' >libgnugetopt-1.0/pkg/DESCR << 'END-of-libgnugetopt-1.0/pkg/DESCR' XGNU getopt library. It includes GNU-style getopt_long() function. END-of-libgnugetopt-1.0/pkg/DESCR echo c - libgnugetopt-1.0/files mkdir -p libgnugetopt-1.0/files > /dev/null 2>&1 echo x - libgnugetopt-1.0/files/md5 sed 's/^X//' >libgnugetopt-1.0/files/md5 << 'END-of-libgnugetopt-1.0/files/md5' XMD5 (libgnugetopt-1.0.tar.gz) = 7fa261951e4ffc346976a667440cc5d7 END-of-libgnugetopt-1.0/files/md5 exit >How-To-Repeat: >Fix: Please, check and commit this port and close PR/8838. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 5:10: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E6E814CFB for ; Sun, 2 May 1999 05:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA08595; Sun, 2 May 1999 05:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from finch-post-1.mail.in2home.net (finch-post-1.mail.in2home.net [212.225.36.83]) by hub.freebsd.org (Postfix) with ESMTP id 3D3C614BD6 for ; Sun, 2 May 1999 05:02:12 -0700 (PDT) (envelope-from tom@eborcom.com) Received: from [212.225.16.181] (helo=host-71-181.dial.in2home.co.uk) by finch-post-1.mail.in2home.net with esmtp (Exim 2.12 #1) id 10duwl-0008TO-01 for FreeBSD-gnats-submit@freebsd.org; Sun, 2 May 1999 12:02:12 +0000 Received: (qmail 10113 invoked by uid 5000); 2 May 1999 11:00:07 -0000 Message-Id: <19990502110007.10112.qmail@eborcom.com> Date: 2 May 1999 11:00:07 -0000 From: Tom Hukins To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11440: [Patch] Fix MASTER_SITES for kmpg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11440 >Category: ports >Synopsis: [Patch] Fix MASTER_SITES for kmpg >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 2 05:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 2.2.8-STABLE i386 >Organization: eBORcOM >Environment: >Description: The MASTER_SITES for kmpg is incorrect. I have fixed this, and updated my details as the MAINTAINER of the port. No files have been added or removed. >How-To-Repeat: % fetch http://www.rhrk.uni-kl.de/~mvogt/linux/kmpg/download/kmpg-0.4.3a.tar.gz >Fix: diff -ruN kmpg.old/Makefile kmpg/Makefile --- kmpg.old/Makefile Tue Mar 9 18:22:15 1999 +++ kmpg/Makefile Sun May 2 11:46:38 1999 @@ -8,9 +8,9 @@ DISTNAME= kmpg-0.4.3a CATEGORIES= audio kde -MASTER_SITES= http://www.rhrk.uni-kl.de/~mvogt/linux/kmpg/download/ +MASTER_SITES= http://www.freebsd.org/~tom/distfiles/ -MAINTAINER= tom@eborcom.com +MAINTAINER= tom@freebsd.org LIB_DEPENDS= kdecore.1:${PORTSDIR}/x11/kdelibs \ kdeui.1:${PORTSDIR}/x11/kdelibs diff -ruN kmpg.old/pkg/DESCR kmpg/pkg/DESCR --- kmpg.old/pkg/DESCR Tue Mar 9 18:22:21 1999 +++ kmpg/pkg/DESCR Sun May 2 11:46:55 1999 @@ -10,4 +10,4 @@ http://www.rhrk.uni-kl.de/~mvogt/linux/kmpg/index.html - Tom -tom@eborcom.com +tom@freebsd.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 5:11:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freebsd.piet.net (adsl-216-103-111-100.dsl.snfc21.pacbell.net [216.103.111.100]) by hub.freebsd.org (Postfix) with ESMTP id 71F9715375; Sun, 2 May 1999 05:11:46 -0700 (PDT) (envelope-from pete@freebsd.piet.net) Received: (from root@localhost) by freebsd.piet.net (8.9.3/8.9.2) id HAA17879; Sun, 2 May 1999 07:15:29 GMT (envelope-from pete) Date: Sun, 2 May 1999 07:15:29 GMT From: Piet Delaney Message-Id: <199905020715.HAA17879@freebsd.piet.net> To: gary@hotlava.com, hasty@star-gate.com, obrien@FreeBSD.org, pete@freebsd.piet.net, ports@FreeBSD.org Subject: Latest Kernel, /usr/src compiled and installed, but sain won't compile. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org making all in lib gmake[1]: Entering directory `/usr/ports/graphics/sane/work/sane-1.00/lib' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/ports/graphics/sane/work/sane-1.00/lib' making all in sanei gmake[1]: Entering directory `/usr/ports/graphics/sane/work/sane-1.00/sanei' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/ports/graphics/sane/work/sane-1.00/sanei' making all in backend gmake[1]: Entering directory `/usr/ports/graphics/sane/work/sane-1.00/backend' cc -c -O -pipe -Wall -DHAVE_CONFIG_H -I. -I. -I../include -I../include -O -pipe -I/usr/local/include -D_GNU_SOURCE -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/local/share -DV_MAJOR=1 -DV_MINOR=0 -DBACKEND_NAME=abaton -DLIBDIR=/usr/local/lib/sane -fPIC -DPIC abaton.c abaton.c: In function `attach': abaton.c:470: warning: implicit declaration of function `strndup' abaton.c:470: warning: assignment makes pointer from integer without a cast abaton.c: In function `sane_abaton_control_option': abaton.c:1116: incompatible types in assignment gmake[1]: *** [abaton.lo] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/sane/work/sane-1.00/backend' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 ---------------------------------------------------------------------------------------------- I tried compiling /usr/src and running on latest/current /kernel but sain still won't compile. Looks to me like the port is broken. -piet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 5:18:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EFAAE14C22; Sun, 2 May 1999 05:18:38 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA09942; Sun, 2 May 1999 05:18:38 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sun, 2 May 1999 05:18:38 -0700 (PDT) From: Message-Id: <199905021218.FAA09942@freefall.freebsd.org> To: tom@eborcom.com, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11440: [Patch] Fix MASTER_SITES for kmpg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [Patch] Fix MASTER_SITES for kmpg State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sun May 2 05:16:26 PDT 1999 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 May 2 5:19: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dominik.saargate.de (domi.saargate.de [212.88.132.246]) by hub.freebsd.org (Postfix) with ESMTP id D7E6214DCB for ; Sun, 2 May 1999 05:18:53 -0700 (PDT) (envelope-from domi@saargate.de) Received: from localhost (localhost [127.0.0.1]) by dominik.saargate.de (8.9.2/8.8.7) with ESMTP id JAA12861; Sun, 2 May 1999 09:44:08 +0200 (CEST) (envelope-from domi@saargate.de) Date: Sun, 2 May 1999 09:44:08 +0200 (CEST) From: Dominik Brettnacher To: "keerf@www.netlabs.net" Cc: ports@freebsd.org Subject: Re: dos2unix 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 Sat, 1 May 1999, keerf@www.netlabs.net wrote: > Can anyone tell me possiably where I can find a copy of dos2unix or > dos2bsd for FreeBSd .. or is it in the ports dir already? do you want /usr/ports/converters/recode ? -- Dominik - http://www.saargate.de/~domi/ "Wir brauchen jetzt aktuelle politische Lieder." - Nina Hagen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 6:54: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (Postfix) with ESMTP id 6E99C14C59 for ; Sun, 2 May 1999 06:54:05 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id PAA15914 for ; Sun, 2 May 1999 15:54:04 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id PAA32731 for ports@freebsd.org; Sun, 2 May 1999 15:54:04 +0200 (MET DST) Date: Sun, 2 May 1999 15:54:03 +0200 From: Eivind Eklund To: ports@freebsd.org Subject: Possible bsd.port.mk addition Message-ID: <19990502155403.A29201@bitbox.follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just found myself about to hack on the code for a port, and setting up a cvs repository for it in order to be able to work in a reasonably comfortable environment. After I was finished with my hacking (I ended up with just doing a minor patch; it was less work than I'd anticipated) it struck me that this could easily be automated and would probably be useful. Below is a simple patch to automatically create a cvs repository and check out from it from the hopefully relevant part of the port: Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.311 diff -u -r1.311 bsd.port.mk --- bsd.port.mk 1999/04/28 06:20:12 1.311 +++ bsd.port.mk 1999/05/02 13:48:38 @@ -2439,6 +2439,22 @@ fi .endif +.if !target(cvs) +cvs: ${EXTRACT_COOKIE} + @if [ -e ${PATCH_COOKIE} ]; then \ + echo "Cannot make cvs repo after patching;" \ + "'make clean' and try again'" ; \ + exit 1 ; \ + fi + @(export CVSROOT=${.OBJDIR}/repo ; \ + if [ ! -e $${CVSROOT} ]; then \ + cvs -d $${CVSROOT} init ; \ + fi ; \ + (cd ${WRKSRC} && cvs -d $${CVSROOT} import -m'Clean import' src \ + FOO V`date -u +%Y%m%d%H%M%S`); \ + cvs -d $${CVSROOT} checkout src) +.endif + # Depend is generally meaningless for arbitrary ports, but if someone wants # one they can override this. This is just to catch people who've gotten into # the habit of typing `make depend all install' as a matter of course. There are a lot of improvements that could be made beyond this simple patch; it would, for instance, be nice to be able to use the repo or src area as the "distfile" instead of using the tarball (but you'd want to be able use the tarball, too, in order to be able to import new versions). I've not gone into those areas; I expect the members of the ports list to have more experience with different ports than I do, and thus be more easily able to judge what they want in order to work efficiently. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 7: 0: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B3FE91533F for ; Sun, 2 May 1999 07:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA26436; Sun, 2 May 1999 07:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.yk.rim.or.jp (mail.yk.rim.or.jp [202.247.130.37]) by hub.freebsd.org (Postfix) with ESMTP id 73F8615327 for ; Sun, 2 May 1999 06:59:56 -0700 (PDT) (envelope-from k-horik@yk.rim.or.jp) Received: from localhost (ppp932.yk.rim.or.jp [202.247.185.183]) by mail.yk.rim.or.jp (8.8.8/3.6W-RIMNET-98-06-09) with ESMTP id WAA27148; Sun, 2 May 1999 22:59:54 +0900 (JST) Message-Id: <19990502225915X.k-horik@yk.rim.or.jp> Date: Sun, 02 May 1999 22:59:15 +0900 From: horikawa@jp.freebsd.org Reply-To: horikawa@jp.freebsd.org To: FreeBSD-gnats-submit@freebsd.org Cc: graphite@jp.freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11444: Remove japanese/groff/patches/patch-ab Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11444 >Category: ports >Synopsis: Remove ports/japanese/groff/patches/patch-ab >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 2 07:00:04 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kazuo Horikawa >Release: FreeBSD 3.1-RELEASE i386 >Organization: jpman project >Environment: All platforms which use ja-groff-0.99 >Description: Please remove patch-ab from ja-groff-0.99. I requested this to ja-groff-0.99's maintainer in March, but I cannot receive any responses from him. I am a originator of ja-groff-0.99's patch-ab. The patch-ab is a patch to unify appearance of space characters in formated texts. The purpose of this patch was to reduce jobs of jpman project members (English-Japanse translators of FreeBSD online manuals), by unifying appearances of space characters in formated texts even if usages of space characters in roff source texts are not unified. Today, we found that patch-ab causes some problems. For example, patch-ab corrupts ASCII pictures in Japanese online manuals. And we have more experiences to unify usages of space characters in roff source texts. So I believe that patch-ab is meaningless today. This is the reason of my request to remove ja-groff-0.99's patch-ab. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 9:32:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id 49D0515107 for ; Sun, 2 May 1999 09:32:04 -0700 (PDT) (envelope-from naddy@mips.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id SAA23653 for freebsd-ports@freebsd.org; Sun, 2 May 1999 18:32:03 +0200 (CEST) (envelope-from naddy@mips.rhein-neckar.de) Received: by mips.rhein-neckar.de id m10dxzA-000WyeC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Sun, 2 May 1999 17:16:52 +0200 (CEST) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Re: Build variables to respect besides CFLAGS? Date: 2 May 1999 17:16:49 +0200 Message-ID: <7ghq91$anf$1@mips.rhein-neckar.de> References: <7gansn$g6f$1@mips.rhein-neckar.de> To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Okay, followup question: How do I get the build variables into makefiles that have them hardcoded? Currently I'm looking at a program whose initial makefiles construct a system type -- (e.g. "i386-freebsd-cc") and then proceed to source in include files for that system type, which better exist, and which contain definitions such as CC= echo "Compiling"; gcc CFLAGS= ... concatenation of a zillion other variables ... which are then used again by submakefiles etc. I don't see how I can trivially import CC, CFLAGS, etc from the environment there. Solutions I'm considering: - Patching the makefiles to include placeholders like CC= echo "Compiling", @CC@ CFLAGS= @CFLAGS@ ... and adding a configuration step where the actual values are substituted for the placeholders. - Throwing out the makefiles and the entire building procedure that come with the source package and putting in BSD makefiles of my own. Any recommendations? -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de >H Deutsche Transhumanismus-Mailingliste echo 'subscribe trans-de' | mail majordomo@lists.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 9:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A3EDC153A5 for ; Sun, 2 May 1999 09:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA16167; Sun, 2 May 1999 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id 8389615446 for ; Sun, 2 May 1999 09:32:13 -0700 (PDT) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id SAA23661 for FreeBSD-gnats-submit@freebsd.org; Sun, 2 May 1999 18:32:12 +0200 (CEST) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de ([193.197.90.235]) by mips.rhein-neckar.de with esmtp id m10dyEG-000WyTC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Sun, 2 May 1999 17:32:28 +0200 (CEST) Received: (from naddy@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id RAA51457; Sun, 2 May 1999 17:30:29 +0200 (CEST) (envelope-from naddy) Message-Id: <199905021530.RAA51457@bigeye.rhein-neckar.de> Date: Sun, 2 May 1999 17:30:29 +0200 (CEST) From: Christian Weisgerber Reply-To: naddy@mips.rhein-neckar.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11450: sysutils/star port doesn't honor CFLAGS, assumes i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11450 >Category: ports >Synopsis: sysutils/star port doesn't honor CFLAGS, assumes i386 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 2 09:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: The sysutils/star port relies on the convoluted original build procedure as provided by the author of star. This has the unfortunate side effect that the port won't build on alpha (easy to fix) and doesn't honor any build variables such as CFLAGS (more difficult). I'm looking into fixing this port properly. Until then, I suggest that the current brokenness be marked in the makefile. >How-To-Repeat: >Fix: --- star/Makefile.orig Sun May 2 17:15:56 1999 +++ star/Makefile Sun May 2 17:18:41 1999 @@ -12,6 +12,9 @@ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= utils/compress +NO_PACKAGE= ignores CFLAGS +ONLY_FOR_ARCHS= i386 + MAINTAINER= andreas@FreeBSD.ORG USE_GMAKE= yes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 10: 0: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BDB12153AE for ; Sun, 2 May 1999 10:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA22074; Sun, 2 May 1999 10:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from initio.no (dhcp-061105.uninett.no [158.38.61.105]) by hub.freebsd.org (Postfix) with ESMTP id 950FF14D9E for ; Sun, 2 May 1999 09:50:12 -0700 (PDT) (envelope-from oyvindmo@initio.no) Received: (from oyvindmo@localhost) by initio.no (8.9.2/8.9.2) id SAA39845; Sun, 2 May 1999 18:50:11 +0200 (CEST) (envelope-from oyvindmo) Message-Id: <199905021650.SAA39845@initio.no> Date: Sun, 2 May 1999 18:50:11 +0200 (CEST) From: oyvindmo@initio.no Reply-To: oyvindmo@initio.no To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11451: New port: audio/ripit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11451 >Category: ports >Synopsis: New port: audio/ripit >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 2 10:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oyvind Moll >Release: FreeBSD 3.1-STABLE i386 >Organization: Initio IT-losninger AS >Environment: >Description: New port: audio/ripit. It's a perl-script aiding in encoding CDs to MP3. It does CDDB lookups, and supports encoding while reading from CD. Had to change it from using cdparanoia to using tosha, since cdparanoia is Linux-only. Is tosha the best CD-ripper to use as default? I set /dev/rcd0c as default CD-ROM device. I couldn't use /dev/cdrom, because cda(1), which ripit uses, doesn't seem to handle symlinked devices properly. >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: # # ripit # ripit/files # ripit/files/md5 # ripit/patches # ripit/patches/patch-aa # ripit/pkg # ripit/pkg/COMMENT # ripit/pkg/DESCR # ripit/pkg/PLIST # ripit/Makefile # echo c - ripit mkdir -p ripit > /dev/null 2>&1 echo c - ripit/files mkdir -p ripit/files > /dev/null 2>&1 echo x - ripit/files/md5 sed 's/^X//' >ripit/files/md5 << 'END-of-ripit/files/md5' XMD5 (ripit-1.2.tar.gz) = a760057cd7a9b6d7bab4e911af5cc3a2 END-of-ripit/files/md5 echo c - ripit/patches mkdir -p ripit/patches > /dev/null 2>&1 echo x - ripit/patches/patch-aa sed 's/^X//' >ripit/patches/patch-aa << 'END-of-ripit/patches/patch-aa' Xdiff -uNr ../ripit-1.2.old/ripit.pl ./ripit.pl X--- ../ripit-1.2.old/ripit.pl Sun May 2 18:24:11 1999 X+++ ./ripit.pl Sun May 2 18:27:10 1999 X@@ -26,8 +26,8 @@ X # User configurable variables X # X X-$cddev = "/dev/cdrom"; # CD Audio device X-$outputdir = "/dosc/cdrip/"; # Where the MP3s should go X+$cddev = "/dev/rcd0c"; # CD Audio device X+$outputdir = "/home/mp3/"; # Where the MP3s should go X $bitrate = 160; # Bitrate for MP3s X X $use_underscore = 0; # Use _ instead of spaces in filenames (1 yes, 0 no) X@@ -312,14 +312,11 @@ X X &printflush(RIPLOG,"Ripping $tracklist[$_ - 1]...\n"); X X- if (system("cdparanoia -d $cddev $riptrackno \"$riptrackname.rip\"")) { X- &printflush(RIPLOG,"cdparanoia failed on $tracklist[$_ - 1]\n"); X- die "cdparanoia failed on $tracklist[$_ - 1]"; X+ if (system("tosha -d $cddev -f wav -t $riptrackno -o \"$riptrackname.wav\"")) { X+ &printflush(RIPLOG,"tosha failed on $tracklist[$_ - 1]\n"); X+ die "tosha failed on $tracklist[$_ - 1]"; X } X X- # Rename rip file to a wav so bladeenc will encode it X- rename "$riptrackname.rip","$riptrackname.wav"; X- X &printflush(RIPLOG,"Rip complete $tracklist[$_ - 1]\n"); X X # Start the Encoder in the background. but only once X@@ -349,7 +346,7 @@ X print "\nBladeenc Encoding track ".$ncount." of ".($#seltrack + 1)."\n"; X &printflush(RIPLOG,"Encoding $tracklist[$_ - 1]...\n"); X X- # Keep looping until the file appears, ie wait for cdparanoia X+ # Keep looping until the file appears, ie wait for tosha X # timeout after 30 minutes X $x=0; X while( ! -r "$riptrackname.wav" ){ END-of-ripit/patches/patch-aa echo c - ripit/pkg mkdir -p ripit/pkg > /dev/null 2>&1 echo x - ripit/pkg/COMMENT sed 's/^X//' >ripit/pkg/COMMENT << 'END-of-ripit/pkg/COMMENT' XA perl-script frontend for encoding audio CDs to MP3 files. END-of-ripit/pkg/COMMENT echo x - ripit/pkg/DESCR sed 's/^X//' >ripit/pkg/DESCR << 'END-of-ripit/pkg/DESCR' Xripit X----- X Xripit is a small front-end program written in perl for ripping, Xencoding & tagging MP3s. It is a console program that needs no user Xintervention. It requires tosha, bladeenc and xmcd (for CDDB access). X Xhttp://www.netcomuk.co.uk/~squinn/ripit.html X X-- XPort by Oyvind Moll END-of-ripit/pkg/DESCR echo x - ripit/pkg/PLIST sed 's/^X//' >ripit/pkg/PLIST << 'END-of-ripit/pkg/PLIST' Xbin/ripit.pl END-of-ripit/pkg/PLIST echo x - ripit/Makefile sed 's/^X//' >ripit/Makefile << 'END-of-ripit/Makefile' X# New ports collection makefile for: ripit X# Version required: 1.2 X# Date created: 2 May 1999 X# Whom: oyvindmo@initio.no X# X# $Id$ X# X XDISTNAME= ripit-1.2 XCATEGORIES= audio XMASTER_SITES= http://www.netcomuk.co.uk/~squinn/ X XMAINTAINER= oyvindmo@initio.no X XRUN_DEPENDS= bladeenc:${PORTSDIR}/audio/bladeenc \ X tosha:${PORTSDIR}/audio/tosha \ X cda:${PORTSDIR}/audio/xmcd X XUSE_PERL5= yes XSTRIP= X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/ripit.pl ${PREFIX}/bin X X.include END-of-ripit/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 Sun May 2 10:23:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp13.bellglobal.com (smtp13.bellglobal.com [204.101.251.52]) by hub.freebsd.org (Postfix) with ESMTP id 55CCE14E13 for ; Sun, 2 May 1999 10:23:46 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp1679.on.bellglobal.com [206.172.249.143]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id NAA05532; Sun, 2 May 1999 13:24:40 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id NAA43603; Sun, 2 May 1999 13:24:09 -0400 (EDT) (envelope-from tim) Date: Sun, 2 May 1999 13:24:09 -0400 From: Tim Vanderhoek To: Christian Weisgerber Cc: freebsd-ports@freebsd.org Subject: Re: Build variables to respect besides CFLAGS? Message-ID: <19990502132408.A43527@mad> References: <7gansn$g6f$1@mips.rhein-neckar.de> <7ghq91$anf$1@mips.rhein-neckar.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <7ghq91$anf$1@mips.rhein-neckar.de>; from Christian Weisgerber on Sun, May 02, 1999 at 05:16:49PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, May 02, 1999 at 05:16:49PM +0200, Christian Weisgerber wrote: > > CC= echo "Compiling"; gcc > CFLAGS= ... concatenation of a zillion other variables ... Do you want to keep the "concatenation of a zillion other variables" or not? Either CFLAGS=${CFLAGS} perl -pi.orig -e \ 's/^(CFLAGS=.*)/$1$ENV{CFLAGS}/' or CFLAGS=${CFLAGS} perl -pi.orig -e \ 's/^CFLAGS\=.*/CFLAGS\=$ENV{CFLAGS}/' respectively, should work. Another idea is to try adding .include "my_variable_overrides" at the correct place in the source Makefile. Actually, that's a lot nicer. I'm surprised I never thought of it before. ;-) > - Throwing out the makefiles and the entire building procedure that come > with the source package and putting in BSD makefiles of my own. Ugh. -- This .sig is not innovative, witty, or profund. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 10:30: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1649415446 for ; Sun, 2 May 1999 10:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA29468; Sun, 2 May 1999 10:30:01 -0700 (PDT) (envelope-from gnats@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 095D71541D for ; Sun, 2 May 1999 10:20:54 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 597C61403; Sun, 2 May 1999 10:20:52 -0700 (PDT) Message-Id: <19990502172052.597C61403@norn.ca.eu.org> Date: Sun, 2 May 1999 10:20:52 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11452: Update: net/ezbounce Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11452 >Category: ports >Synopsis: Update: net/ezbounce >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 2 10:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 0.85. files added: patch-aa patch-ab patch-ac patch-ad (to honour cxxflags) Portlint: "looks fine" >How-To-Repeat: >Fix: Index: ezbounce/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/ezbounce/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/04/16 19:25:57 1.1.1.1 +++ Makefile 1999/05/02 17:01:49 @@ -1,12 +1,12 @@ # New ports collection makefile for: ezbounce -# Version required: 0.81 +# Version required: 0.85 # Date created: 19 February 1999 # Whom: Chris Piazza # # $Id: Makefile,v 1.1.1.1 1999/04/16 19:25:57 mharo Exp $ # -DISTNAME= ezbounce-0.81 +DISTNAME= ezbounce-0.85 CATEGORIES= net MASTER_SITES= http://druglord.freelsd.org/ezbounce/ \ http://irc.themes.org/downloads/misc/ Index: ezbounce/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/net/ezbounce/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/04/16 19:25:57 1.1.1.1 +++ md5 1999/05/02 17:01:57 @@ -1 +1 @@ -MD5 (ezbounce-0.81.tar.gz) = c5ed640e91445f6bfabb22467583551d +MD5 (ezbounce-0.85.tar.gz) = fcedf86cd173a2451399bc40c5cff143 Index: ezbounce/patches/patch-aa =================================================================== RCS file: patch-aa diff -N patch-aa --- /dev/null Sun May 2 10:16:49 1999 +++ patch-aa Sun May 2 10:12:49 1999 @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun May 2 10:12:22 1999 ++++ Makefile.in Sun May 2 10:12:39 1999 +@@ -11,7 +11,7 @@ + + CXX = @CXX@ + CXX_OPTS = -Wall -D_ezbounce_ @NO_EXCEPTIONS@ @NO_RTTI@ +-CXX_OPTIMIZATIONS = -O2 @OMIT_FRAME_POINTER@ ++CXX_OPTIMIZATIONS = @CXXFLAGS@ @OMIT_FRAME_POINTER@ + CXX_LIBS = -lstdc++ + SUBDIRS = lib src mdidentd + Index: ezbounce/patches/patch-ab =================================================================== RCS file: patch-ab diff -N patch-ab --- /dev/null Sun May 2 10:16:49 1999 +++ patch-ab Sun May 2 10:13:26 1999 @@ -0,0 +1,11 @@ +--- lib/Makefile.in.orig Sun May 2 10:12:56 1999 ++++ lib/Makefile.in Sun May 2 10:13:07 1999 +@@ -9,7 +9,7 @@ + CXX = @CXX@ + CC = @CC@ + CXX_OPTS = -Wall @NO_EXCEPTIONS@ @NO_RTTI@ +-CXX_OPTIMIZATIONS = -O2 ++CXX_OPTIMIZATIONS = @CXXFLAGS@ + CXX_LIBS = + + Index: ezbounce/patches/patch-ac =================================================================== RCS file: patch-ac diff -N patch-ac --- /dev/null Sun May 2 10:16:49 1999 +++ patch-ac Sun May 2 10:13:57 1999 @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Sun May 2 10:13:33 1999 ++++ src/Makefile.in Sun May 2 10:13:41 1999 +@@ -8,7 +8,7 @@ + + CXX = @CXX@ + CXX_OPTS = -Wall @NO_EXCEPTIONS@ @NO_RTTI@ -I../lib/ +-CXX_OPTIMIZATIONS = -O2 ++CXX_OPTIMIZATIONS = @CXXFLAGS@ + CXX_LIBS = @CXX_LINKER_LIBS@ + CXX_LINKER = @CXX_LINKER@ + Index: ezbounce/patches/patch-ad =================================================================== RCS file: patch-ad diff -N patch-ad --- /dev/null Sun May 2 10:16:49 1999 +++ patch-ad Sun May 2 10:15:15 1999 @@ -0,0 +1,11 @@ +--- mdidentd/Makefile.in.orig Sun May 2 10:14:43 1999 ++++ mdidentd/Makefile.in Sun May 2 10:14:51 1999 +@@ -5,7 +5,7 @@ + + CXX = @CXX@ + CXX_OPTS = -Wall @NO_EXCEPTIONS@ @NO_RTTI@ -I../lib +-CXX_OPTIMIZATIONS = -O2 ++CXX_OPTIMIZATIONS = @CXXFLAGS@ + CXX_LIBS = @CXX_LINKER_LIBS@ + CXX_LINKER = @CXX_LINKER@ + -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 12:18:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ozz.etrust.ru (ozz.etrust.ru [195.2.84.116]) by hub.freebsd.org (Postfix) with ESMTP id 61C7314C0A for ; Sun, 2 May 1999 12:17:59 -0700 (PDT) (envelope-from osa@etrust.ru) Received: from localhost (unknown [127.0.0.1]) by ozz.etrust.ru (Postfix) with ESMTP id DE4A31EC; Sun, 2 May 1999 19:17:52 +0000 (GMT) Date: Sun, 2 May 1999 23:17:52 +0400 (MSD) From: oZZ!!! To: Terry Warner Cc: ports@FreeBSD.ORG Subject: Re: dos2unix In-Reply-To: <199905012136.RAA13575@www.netlabs.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 > > Can anyone tell me possiably where I can find > a copy of dos2unix or dos2bsd for FreeBSd .. or is it in the ports dir > already? > > Terry Warner #!/usr/bin/perl -pi print STDERR "Converting \"$ARGV\" ...\n" if (eof || ($. == 0)); s/\015$//; # strip ^M from end of line. s/\032$//; # strip ^Z if we see it (which'll be at EOF). > > keerf@netlabs.net > Rgdz, Sergey A. Osokin, osa@etrust.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 12:50: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BBD51560F for ; Sun, 2 May 1999 12:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA44435; Sun, 2 May 1999 12:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from janus.syracuse.net (janus.syracuse.net [205.232.47.15]) by hub.freebsd.org (Postfix) with ESMTP id EBD72151D5 for ; Sun, 2 May 1999 12:41:14 -0700 (PDT) (envelope-from green@janus.syracuse.net) Received: (from green@localhost) by janus.syracuse.net (8.9.2/8.8.7) id PAA80298; Sun, 2 May 1999 15:41:17 -0400 (EDT) Message-Id: <199905021941.PAA80298@janus.syracuse.net> Date: Sun, 2 May 1999 15:41:17 -0400 (EDT) From: green@unixhelp.org Reply-To: green@unixhelp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11453: Licq 0.61 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11453 >Category: ports >Synopsis: Licq port is _very_ outdated >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 2 12:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brian Feldman >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: 4.0, of course >Description: Licq 0.61. Need I say more? >How-To-Repeat: N/A >Fix: begin 644 licq.port.tar.gz M'XL(`,^*YC8``^U:_W/:.!;/K_%?\6:2F:-),+:Q3[B1+:(:VT`3H=G?F M9CJR+8,N1O+:)B3MY7^_)P$)"=!T;PN=W=-GB+^]]R193^_S),4)"W^O[&P6 MX%J>Y\$.@%WSK,7S'!:`[]?LJN7[OH-BRW7\'?`VW"Z%<5Z0#&!GD%'*OZ#W MG/POBD3Z/V8)S3W_[6#!_Z-H0QUN6Y;ONE_P?\VY M][_KVBAV;-_;`6LSS7F,_W/_M\\\*,E!4+9,WS:Q+\S!IQ?P(W@DB(.:30([ M"B/7"XD?5]WCR*-6%#D^L8WOW7*-;P$5_^G58)-S@#_&_Y[D?\?2_+\5W/N_ M\:[=;G;ZFZCC6?[W["?^=QS?U?R_#?QJVT!X!)?]0BPRF'-&,:3(&R@I:!:3D)I&JY!EH2H7 M,"&W0'DD,LDJP2VT648"EK#\2!ES,9&ZLHR1R`N(QTE2CBDIQAF-C-4L!!-6 M#)4)O0EI6C#!0<3PFEP3V61-4G\<]_%_\;;5VTCV_XKXKU;G\>^ZOJ7BOZ;7 M?UM!P'A%C@$C'Y*,JDLU$9BM!!<>JX/Y;XRU4/!KFA5+LA$>ULDFC*\073,Z M&6=).;GE-V8^7"7B85RDZV2TR$.24BD^B5B6C>!!2Y/!UV`:_Z0(AYO;`?SJ M]9]G>4ZMIN+?=_3Z;QMXY']U+A/RC>MXAO\=]/H]_SM5R?]5S[4U_V\#Y7(9 M\BRLC&B>DP$-Q(T9IJDIDFBW/Z;0EGUS#+97=YVZ[8)]?'QL'.(\<-EF61]C M7NF?G$#9KQW5X%`=3TX,Z?;+ADA$=IZ)<0J<3CHB&Y&DQ-7)Q&DF':"(1Z47 M1S![&)#P:NEAP@;#8N$^(MD5WAJP%C/%$5LLIJ`WJI1IJTKVL7,$\\.+%S^H MXG):7)"$XG2X=#F_N&_Y$:2R=I83G+!.2YZ+I'UY:M\K;A-:^L!P7CS)U0W* M#A=E;5&P>"Z9U?H*Y[YT*KY4U_7Z!>$T@?_`_+XWYE>42Q,#[HRY5W-*LG`X MSFD6)8/UCG6JCQV[9+9LXKY\\*UM>]*YT],J[TY=*_MG=CGOT<991_^A-./Z@HMS\N;.T(6*6V-!@>*ZT8%S^+FX51T24,5U_*5IGC%(S3 ML(!24/`SM;SKM:!*_D&^`K%4*[1>F_?]4LDE,LL?(I%?&^FTM@$ M5N7_X!O7\4S^MVW7?S+_JWI^5>?_;4!F"HQRP6,V,()ZV\)?W4*Z MKSVDAP?=IWI^W?$7_OUV??>Y1KK(/B_S:YHO(;D`W5\1S_>Y;S M\/V7[4Z__[`T_V\#>]"A$TA%5N08PDF"LT.YJSZ:C0BYWU^73E([:GOP"\UR M*<_H[V.6T:B^/N[OU',$;CM-\\?]=M-7OXF-/":)_V^LWNQUZK+Q_%15JO M5.2NY(0%..\W4:62CH/IWB2NG_(*_,O814PUU?ZG7)*(+%"ZRRJRL)A@F@A- MD0V^5)C45/]P*3-SS%EY1!C_9$;TB8V!;6YU^OC7[.)+J,%[@OHW0YJDL@[# M>-]K?KSLHW#WEN;&A^Z;7KRelease-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 13:21:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 766) id 3ECB115676; Sun, 2 May 1999 13:21:51 -0700 (PDT) To: green@unixhelp.org, mharo@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG From: mharo@FreeBSD.ORG Subject: Re: ports/11453 Message-Id: <19990502202151.3ECB115676@hub.freebsd.org> Date: Sun, 2 May 1999 13:21:51 -0700 (PDT) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Licq port is _very_ outdated State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sun May 2 13:20:39 PDT 1999 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 May 2 13:22:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 766) id 7B67515440; Sun, 2 May 1999 13:22:51 -0700 (PDT) To: cpiazza@home.net, mharo@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG From: mharo@FreeBSD.ORG Subject: Re: ports/11323 Message-Id: <19990502202251.7B67515440@hub.freebsd.org> Date: Sun, 2 May 1999 13:22:51 -0700 (PDT) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/licq State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sun May 2 13:22:00 PDT 1999 State-Changed-Why: PR 11453 took care of this To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 13:33:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BFEE215600; Sun, 2 May 1999 13:33:14 -0700 (PDT) (envelope-from torstenb@FreeBSD.org) Received: (from torstenb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA48099; Sun, 2 May 1999 13:33:14 -0700 (PDT) (envelope-from torstenb@FreeBSD.org) Date: Sun, 2 May 1999 13:33:14 -0700 (PDT) From: Message-Id: <199905022033.NAA48099@freefall.freebsd.org> To: hausen@punkt.de, torstenb@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11030: INN port gets confused about position of Perl binary Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: INN port gets confused about position of Perl binary State-Changed-From-To: open->closed State-Changed-By: torstenb State-Changed-When: Sun May 2 13:30:29 PDT 1999 State-Changed-Why: Inn 2.2 uses GNU autoconf now. The configure script now searches for perl5 and uses the correct location automatically. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 13:40:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0411015370 for ; Sun, 2 May 1999 13:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA48557; Sun, 2 May 1999 13:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sprite.netlab.is.tsukuba.ac.jp (sprite.netlab.is.tsukuba.ac.jp [130.158.85.10]) by hub.freebsd.org (Postfix) with SMTP id 8B7B714DA8 for ; Sun, 2 May 1999 13:33:47 -0700 (PDT) (envelope-from one@netlab.is.tsukuba.ac.jp) Received: (qmail 37836 invoked by uid 2402); 2 May 1999 20:33:25 -0000 Message-Id: <19990502203325.37835.qmail@sprite.netlab.is.tsukuba.ac.jp> Date: 3 May 1999 05:33:25 +0900 From: one@netlab.is.tsukuba.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11455: New port: tgif-nls Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11455 >Category: ports >Synopsis: New ports: graphics/tgif-nls >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 2 13:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Hajime Tanno >Release: FreeBSD 3.1-RELEASE i386 >Organization: Computer Networks Lab., Univ. of Tsukuba >Environment: FreeBSD 3.1-RELEASE i386 >Description: Tgif version 4 with native language support (NLS) message catalogs. >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: # # tgif-nls # tgif-nls/Makefile # tgif-nls/files # tgif-nls/files/md5 # tgif-nls/files/tgif.Xdefaults.ja # tgif-nls/patches # tgif-nls/patches/patch-aa # tgif-nls/patches/patch-ab # tgif-nls/patches/patch-ad # tgif-nls/patches/patch-ac # tgif-nls/pkg # tgif-nls/pkg/COMMENT # tgif-nls/pkg/DESCR # tgif-nls/pkg/PLIST # echo c - tgif-nls mkdir -p tgif-nls > /dev/null 2>&1 echo x - tgif-nls/Makefile sed 's/^X//' >tgif-nls/Makefile << 'END-of-tgif-nls/Makefile' X# New ports collection makefile for: tgif-nls X# Version required: 4.1.8 X# Date created: 3 May 1999 X# Whom: one@netlab.is.tsukuba.ac.jp X# X# $Id$ X# X XDISTNAME= tgif-4.1.8 XPKGNAME= tgif-nls-4.1.8 XCATEGORIES= graphics XMASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ X ftp://ftp.cs.ucla.edu/pub/tgif/ X XMAINTAINER= one@netlab.is.tsukuba.ac.jp X XLIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext XRUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \ X pnmtotiff:${PORTSDIR}/graphics/netpbm \ X ppmtoxpm:${PORTSDIR}/graphics/netpbm \ X ppmtogif:${PORTSDIR}/graphics/netpbm \ X xbmtopbm:${PORTSDIR}/graphics/netpbm \ X xpmtoppm:${PORTSDIR}/graphics/netpbm X XUSE_IMAKE= yes XMAN1= tgif.1 X Xpost-extract: X @cd ${WRKSRC}; ${RM} -f Tgif.tmpl; \ X ${SED} -e 's#/usr/share/locale#${PREFIX}/share/locale#' \ X Tgif.tmpl-freebsd > Tgif.tmpl; \ X ${ECHO} "EXTRA_INCLUDES += -I${LOCALBASE}/include" \ X >> Tgif.tmpl; \ X ${ECHO} "EXTRA_LIBRARIES += -L${LOCALBASE}/lib -lintl" \ X >> Tgif.tmpl; \ X ${MV} po/Po.tmpl po/Po.tmpl.orig; \ X ${SED} -e 's#/usr/share/locale#${PREFIX}/share/locale#' \ X po/Po.tmpl.orig > po/Po.tmpl; \ X Xpost-patch: X @cd ${WRKSRC}; \ X ${MV} tgif.Xdefaults tgif.Xdefaults.org; \ X ${SED} -e 's#/usr/local#${PREFIX}#' \ X -e 's#/usr/share/lib#${PREFIX}/share/locale#' \ X tgif.Xdefaults.org > tgif.Xdefaults X Xpost-install: X ${INSTALL_DATA} ${FILESDIR}/tgif.Xdefaults.ja \ X ${PREFIX}/lib/X11/ja_JP.EUC/app-defaults/Tgif X X.include END-of-tgif-nls/Makefile echo c - tgif-nls/files mkdir -p tgif-nls/files > /dev/null 2>&1 echo x - tgif-nls/files/md5 sed 's/^X//' >tgif-nls/files/md5 << 'END-of-tgif-nls/files/md5' XMD5 (tgif-4.1.8.tar.gz) = 63cce3cdd6c53d45bef8328ce7f7c959 END-of-tgif-nls/files/md5 echo x - tgif-nls/files/tgif.Xdefaults.ja sed 's/^X//' >tgif-nls/files/tgif.Xdefaults.ja << 'END-of-tgif-nls/files/tgif.Xdefaults.ja' XTgif.MenuFontSet: a14,k14,r14 X XTgif.SquareDoubleByteFonts: \n\ X-jis-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,H,Ryumin-Light-EUC-H\n\ X-jis-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,H,Ryumin-Light-EUC-H\n\ X-jis-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,H,Ryumin-Light-EUC-H\n\ X-jis-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,H,Ryumin-Light-EUC-H\n\ X\n\ X-jis-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,H,GothicBBB-Medium-EUC-H\n\ X-jis-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,H,GothicBBB-Medium-EUC-H\n\ X-jis-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,H,GothicBBB-Medium-EUC-H\n\ X-jis-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,H,GothicBBB-Medium-EUC-H\n\ X\n\ X-jis-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,V,Ryumin-Light-EUC-V\n\ X-jis-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,V,Ryumin-Light-EUC-V\n\ X-jis-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,V,Ryumin-Light-EUC-V\n\ X-jis-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,V,Ryumin-Light-EUC-V\n\ X\n\ X-jis-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,V,GothicBBB-Medium-EUC-V\n\ X-jis-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,V,GothicBBB-Medium-EUC-V\n\ X-jis-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,V,GothicBBB-Medium-EUC-V\n\ X-jis-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,V,GothicBBB-Medium-EUC-V X X!Tgif.DoubleByteInputMethod: kinput2 XTgif.DoubleByteInputMethod: xim X X!Tgif.InitialFont: Ryumin XTgif.RyuminShowFontChar: \244\242 XTgif.GothicBBBShowFontChar: \244\316 X XTgif.UseNKF: true XTgif.CopyAndPasteJIS: true XTgif.PreeditType: overthespot XTgif.Lang: ja_JP.EUC XTgif.ConvSelection: _JAPANESE_CONVERSION END-of-tgif-nls/files/tgif.Xdefaults.ja echo c - tgif-nls/patches mkdir -p tgif-nls/patches > /dev/null 2>&1 echo x - tgif-nls/patches/patch-aa sed 's/^X//' >tgif-nls/patches/patch-aa << 'END-of-tgif-nls/patches/patch-aa' X--- tgif.man.orig Mon Mar 22 11:54:24 1999 X+++ tgif.man Tue Apr 6 03:30:32 1999 X@@ -8,7 +8,7 @@ X .\" X .\" X .\" X-.TH tgif n "Version 4.1 Patchlevel 5 and Above" "Tgif" X+.TH tgif 1L "Version 4.1 Patchlevel 5 and Above" "Tgif" X .\" X .SH NAME X .\" END-of-tgif-nls/patches/patch-aa echo x - tgif-nls/patches/patch-ab sed 's/^X//' >tgif-nls/patches/patch-ab << 'END-of-tgif-nls/patches/patch-ab' X--- Tgif.tmpl.orig Sun May 2 18:21:54 1999 X+++ Tgif.tmpl Sun May 2 18:24:06 1999 X@@ -41,6 +41,15 @@ X XIMPDEFINES = X #endif X X+#define IHaveSubdirs X+ X+SUBDIRS = po X+ X+#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' X+ X+MakeSubdirs($(SUBDIRS)) X+DependSubdirs($(SUBDIRS)) X+ X PROGRAMS = tgif XCOMM prtgif frontend11.o testdrive X XCOMM CDEBUGFLAGS= -g -Wall X XCOMM INSTPGMFLAGS= -s X@@ -58,16 +67,16 @@ X -DOBJ_FILE_EXT=\"obj\" -DSYM_FILE_EXT=\"sym\" \@@\ X -DTEXT_FILE_EXT=\"txt\" -DPIN_FILE_EXT=\"pin\" X MISCDEFINES = -D_BACKGROUND_DONT_FORK -D_USE_XDRAWPOINT_TO_PUT_A_POINT X-MOREDEFINES = X+MOREDEFINES = -DUSE_XT_INITIALIZE -D_ENABLE_NLS X X XCOMM ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ X XCOMM Please see Imakefile for more defines to be added to MOREDEFINES above X XCOMM ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ X X DEPLIBS = $(DEPXLIB) X-LOCAL_LIBRARIES = $(XLIB) X-XCOMM LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB) X+XCOMM LOCAL_LIBRARIES = $(XLIB) X+LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB) X XCOMM SYS_LIBRARIES = -ldl -lm X-SYS_LIBRARIES = -lm X+SYS_LIBRARIES = -lm -lcompat X EXTRA_INCLUDES += -I/usr/local/include X EXTRA_LIBRARIES += -L/usr/local/lib -lintl END-of-tgif-nls/patches/patch-ab echo x - tgif-nls/patches/patch-ad sed 's/^X//' >tgif-nls/patches/patch-ad << 'END-of-tgif-nls/patches/patch-ad' X--- tgif.Xdefaults.orig Mon May 3 00:52:08 1999 X+++ tgif.Xdefaults Mon May 3 00:53:55 1999 X@@ -8,12 +8,12 @@ X ! X ! @(#)$Header: /mm/src/tgif/v4/RCS/tgif.Xdefaults,v 4.13 1999/04/16 04:14:24 william Exp $ X ! X-Tgif.Geometry: 640x512-40+20 X-Tgif.IconGeometry: -224+82 X-Tgif.Foreground: Black X-Tgif.Background: Aquamarine X-Tgif.BorderColor: Aquamarine X-Tgif.ReverseVideo: on X+!Tgif.Geometry: 640x512-40+20 X+!Tgif.IconGeometry: -224+82 X+!Tgif.Foreground: Black X+!Tgif.Background: Aquamarine X+!Tgif.BorderColor: Aquamarine X+!Tgif.ReverseVideo: on X ! X Tgif.InitialFont: Times X !Tgif.InitialFont: Courier X@@ -27,7 +27,7 @@ X !Tgif.InitialFontStyle: BoldItalic X ! X !Tgif.InitialFontJust: Left X-Tgif.InitialFontJust: Center X+!Tgif.InitialFontJust: Center X !Tgif.InitialFontJust: Right X ! X ! The next 3 are obsoleted X@@ -40,7 +40,7 @@ X Tgif.RulerFontSize: 10 X Tgif.DefaultFontSize: 14 X ! X-Tgif.FontSizes: 8 10 11 12 14 17 18 20 24 25 34 X+Tgif.FontSizes: 8 9 10 11 12 13 14 15 16 17 18 20 24 32 34 36 40 44 60 70 100 200 250 300 X Tgif.AdditionalFonts: \n\ X lucidabright-medium-r-normal,iso8859-1,ZapfChancery-MediumItalic\n\ X lucidabright-demibold-r-normal,iso8859-1,ZapfChancery-MediumItalic\n\ X@@ -83,7 +83,7 @@ X Tgif.DrawCursor: arrow X Tgif.DragCursor: hand2 X Tgif.VertexCursor: dotbox X-Tgif.RubberBandColor: Aquamarine X+!Tgif.RubberBandColor: Aquamarine X ! X Tgif.MaxColors: 11 X Tgif.Color0: magenta X@@ -97,7 +97,7 @@ X Tgif.Color8: white X Tgif.Color9: black X Tgif.Color10: DarkSlateGray X-Tgif.DefaultColorIndex: 0 X+Tgif.DefaultColorIndex: 9 X ! X Tgif.ShortCuts: !A:SelectAll() \n\ X !U:Undo() \n\ X@@ -329,7 +329,7 @@ X Tgif.XpmDeckToGifAnim: gifsicle -lforever --delay 10 X !Tgif.XpmDeckToGifAnim: whirlgif -loop -time 10 X Tgif.GifAnimExplode: gifsicle -eU X-Tgif.Btn3PopupModeMenu: false X+Tgif.Btn3PopupModeMenu: true X Tgif.ScriptFraction: 0.6 X Tgif.DeleteNextCharWithDelKey: true X ! X@@ -370,7 +370,7 @@ X Tgif.GBShowFontChar: \271\372 X Tgif.RyuminShowFontChar: \244\242 X Tgif.GothicBBBShowFontChar: \244\316 X-Tgif.DoubleByteInputMethod: xcin X+!Tgif.DoubleByteInputMethod: xcin X !Tgif.DoubleByteInputMethod: chinput X !Tgif.DoubleByteInputMethod: kinput2 X !Tgif.DoubleByteInputMethod: xim X@@ -381,11 +381,11 @@ X ! Please note that the environment variables LANG and XMODIFIERS override the X ! Tgif.Lang and Tgif.Modifiers X defaults. X ! X-Tgif.UseNKF: true X-Tgif.CopyAndPasteJIS: true X-Tgif.PreeditType: root X+!Tgif.UseNKF: true X+!Tgif.CopyAndPasteJIS: true X+!Tgif.PreeditType: root X !Tgif.PreeditType: overthespot X-Tgif.Lang: ja_JP.EUC X+!Tgif.Lang: ja_JP.EUC X !Tgif.Lang: ja_JP.ujis X !Tgif.Modifiers: false X !Tgif.ConvSelection: _JAPANESE_CONVERSION END-of-tgif-nls/patches/patch-ad echo x - tgif-nls/patches/patch-ac sed 's/^X//' >tgif-nls/patches/patch-ac << 'END-of-tgif-nls/patches/patch-ac' X--- Imakefile.orig Wed Apr 28 01:31:33 1999 X+++ Imakefile Wed Apr 28 01:34:45 1999 X@@ -265,7 +265,7 @@ X */ X X MakeDirectories(install,$(TGIFDIR)) X-InstallNonExec(tgif.Xdefaults,$(TGIFDIR)) X+InstallNonExec(tgif.Xdefaults,$(XAPPLOADDIR)/Tgif) X InstallNonExec(tgificon.eps,$(TGIFDIR)) X InstallNonExec(tgificon.obj,$(TGIFDIR)) X InstallNonExec(tgificon.xbm,$(TGIFDIR)) END-of-tgif-nls/patches/patch-ac echo c - tgif-nls/pkg mkdir -p tgif-nls/pkg > /dev/null 2>&1 echo x - tgif-nls/pkg/COMMENT sed 's/^X//' >tgif-nls/pkg/COMMENT << 'END-of-tgif-nls/pkg/COMMENT' XA two-dimensional drawing tool with NLS message catalogs support. END-of-tgif-nls/pkg/COMMENT echo x - tgif-nls/pkg/DESCR sed 's/^X//' >tgif-nls/pkg/DESCR << 'END-of-tgif-nls/pkg/DESCR' XTgif 4.X with NLS message catalogs support X XTgif is an interactive drawing tool that allows the user to draw and Xmanipulate objects in the X Window System. It's also a hyper-graphics (or Xhyper-structured-graphics) browser on the World-Wide-Web. Its hyper-text Xhome page is http://bourbon.cs.umd.edu:8001/tgif/ and its hyper-graphics Xhome page is http://bourbon.cs.umd.edu:8001/tgif/index.obj. X XTgif drawings can be converted to a variety of formats, including GIF, Xencapsulated PostScript and XBM. X XVersion 4 has a completely revamped 3-D user interface, as well as a host Xof new features. Tgif-4.1.5 and above version supports native language in Xthe menus. X XTgif depends on the `netpbm' package, available from the `ports' Xcollection. In order to native language support, `gettext' package is Xrequired, and it's also available from the `ports' collection. X XTgif is written, maintained and enhanced by XWilliam Chia-Wei Cheng (william@cs.umd.edu) END-of-tgif-nls/pkg/DESCR echo x - tgif-nls/pkg/PLIST sed 's/^X//' >tgif-nls/pkg/PLIST << 'END-of-tgif-nls/pkg/PLIST' Xbin/tgif Xlib/X11/app-defaults/Tgif Xlib/X11/ja_JP.EUC/app-defaults/Tgif Xlib/X11/tgif/tgificon.eps Xlib/X11/tgif/tgificon.obj Xlib/X11/tgif/tgificon.xbm Xlib/X11/tgif/tgificon.xpm Xlib/X11/tgif/tangram.sym Xlib/X11/tgif/keys.obj Xshare/locale/ja/LC_MESSAGES/tgif.mo X@dirrm lib/X11/tgif END-of-tgif-nls/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 15:20: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E742153F3 for ; Sun, 2 May 1999 15:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA57458; Sun, 2 May 1999 15:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 2 May 1999 15:20:02 -0700 (PDT) Message-Id: <199905022220.PAA57458@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: OKAZAKI Tetsurou Subject: Re: ports/11356: Port update: devel/libtool Reply-To: OKAZAKI Tetsurou Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11356; it has been noted by GNATS. From: OKAZAKI Tetsurou To: reg@shale.csir.co.za Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/11356: Port update: devel/libtool Date: Mon, 03 May 1999 07:13:06 +0900 Hi, At Tue, 27 Apr 1999 18:01:54 +0200 (SAT), wrote: > > >Description: > > Upgrade to libtool 1.2f. Removes patch-ad, and adds patch-ae. Would you please post the upgrade to libtool 1.3? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 15:40:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 00088153E2 for ; Sun, 2 May 1999 15:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA59698; Sun, 2 May 1999 15:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from totem.tihlde.hist.no (totem.tihlde.hist.no [158.38.48.45]) by hub.freebsd.org (Postfix) with ESMTP id 130E0153E2 for ; Sun, 2 May 1999 15:37:23 -0700 (PDT) (envelope-from anders@totem.tihlde.hist.no) Received: (from anders@localhost) by totem.tihlde.hist.no (8.9.3/8.9.3) id AAA32580; Mon, 3 May 1999 00:37:22 GMT Message-Id: <199905030037.AAA32580@totem.tihlde.hist.no> Date: Mon, 3 May 1999 00:37:22 GMT From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11457: New port: security/nessus Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11457 >Category: ports >Synopsis: New port: security/nessus >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 2 15:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: Needs GTK. >Description: This is a new port of Nessus, the security scanner. Use it to scan for vulnerabilities in a given network. The GNATS report ports/7921 that was submitted september last year did not contain a port, and was closed for that reason. So I am sending in a new one. >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: # # nessus # nessus/Makefile # nessus/files # nessus/files/md5 # nessus/pkg # nessus/pkg/COMMENT # nessus/pkg/PLIST # nessus/pkg/DESCR # nessus/patches # nessus/patches/patch-aa # nessus/patches/patch-af # nessus/patches/patch-ad # nessus/patches/patch-ac # echo c - nessus mkdir -p nessus > /dev/null 2>&1 echo x - nessus/Makefile sed 's/^X//' >nessus/Makefile << 'END-of-nessus/Makefile' X# New ports collection makefile for: nessus X# Version required: alpha2-fix4 X# Date created: 1 May 1999 X# Whom: Anders Nordby X# X# $Id$ X# X XDISTNAME= nessus-alpha2-fix4 XPKGNAME= nessus-a2 XCATEGORIES= security XMASTER_SITES= ftp://ftp.cis.fed.gov/pub/nessus/nessus-RELEASE/ \ X ftp://ftp.nessus.org/pub/nessus/nessus-RELEASE/ \ X ftp://cvs.nessus.org/pub/nessus/nessus-RELEASE/ \ X ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-RELEASE/ \ X http://ftp.gwdg.de/pub/linux/misc/nessus/nessus-RELEASE/ \ X ftp://ftp.esiea.fr/pub/mirrors/nessus/nessus-RELEASE/ \ X ftp://sunsite.cnlab-switch.ch/mirror/nessus/nessus-RELEASE/ \ X ftp://ftp.chg.ru/pub/security/nessus/nessus-RELEASE/ \ X ftp://ftp.sekure.net/pub/nessus/nessus-RELEASE/ XEXTRACT_SUFX= .tgz X XMAINTAINER= anders@fix.no X XLIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 X XGNU_CONFIGURE= yes XCONFIGURE_ENV= GTKCONFIG="${X11BASE}/bin/gtk12-config" XMAN1= nessus.1 X Xpost-install: X @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib X X.include END-of-nessus/Makefile echo c - nessus/files mkdir -p nessus/files > /dev/null 2>&1 echo x - nessus/files/md5 sed 's/^X//' >nessus/files/md5 << 'END-of-nessus/files/md5' XMD5 (nessus-alpha2-fix4.tgz) = a79cb81a4607552e1cbad2a213bba3dc END-of-nessus/files/md5 echo c - nessus/pkg mkdir -p nessus/pkg > /dev/null 2>&1 echo x - nessus/pkg/COMMENT sed 's/^X//' >nessus/pkg/COMMENT << 'END-of-nessus/pkg/COMMENT' XA security scanner: looks for vulnerabilities in a given network END-of-nessus/pkg/COMMENT echo x - nessus/pkg/PLIST sed 's/^X//' >nessus/pkg/PLIST << 'END-of-nessus/pkg/PLIST' Xbin/nessus Xbin/nessusd Xbin/nsr2html Xlib/libnessus.a Xlib/libnessus.la Xlib/libnessus.so Xlib/libnessus.so.0 Xlib/libnessusc.a Xlib/libnessusc.la Xlib/libnessusc.so Xlib/libnessusc.so.0 Xlib/libpcap-nessus.a Xlib/libpcap-nessus.la Xlib/libpcap-nessus.so Xlib/libpcap-nessus.so.0 Xlib/libhosts_gatherer.a Xlib/libhosts_gatherer.la Xlib/libhosts_gatherer.so Xlib/libhosts_gatherer.so.0 X@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R X@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B Xnessus/Manual Xnessus/plugins/ExAir_dos.nes Xnessus/plugins/WebSite.nes Xnessus/plugins/annex_dos.nes Xnessus/plugins/ascend_kill.nes Xnessus/plugins/ath0_hangup.nes Xnessus/plugins/auth_enabled.nes Xnessus/plugins/automountd.nes Xnessus/plugins/backorifice.nes Xnessus/plugins/bind_bof.nes Xnessus/plugins/bnc.nes Xnessus/plugins/bonk.nes Xnessus/plugins/bootparamd.nes Xnessus/plugins/bootparamd_gave_domain.nes Xnessus/plugins/campas.nes Xnessus/plugins/cfinger_search.nes Xnessus/plugins/cgi_perl.nes Xnessus/plugins/chameleon_smtpd_overflow.nes Xnessus/plugins/cisco_dos.nes Xnessus/plugins/count_cgi.nes Xnessus/plugins/daytime.nes Xnessus/plugins/default_accounts.nes Xnessus/plugins/dumpenv.nes Xnessus/plugins/ews.nes Xnessus/plugins/fakebo_overflow.nes Xnessus/plugins/faxsurvey.nes Xnessus/plugins/find_service.nes Xnessus/plugins/finger.nes Xnessus/plugins/finger_backdoor.nes Xnessus/plugins/finger_cgi.nes Xnessus/plugins/finger_redirection.nes Xnessus/plugins/firewall_icmp.nes Xnessus/plugins/frontpage.nes Xnessus/plugins/fsp_daemon.nes Xnessus/plugins/ftp_anonymous.nes Xnessus/plugins/ftp_backdoor.nes Xnessus/plugins/ftp_bounce.nes Xnessus/plugins/ftp_bounce_scan.nes Xnessus/plugins/ftp_cwd_root.nes Xnessus/plugins/ftp_get_passwd.nes Xnessus/plugins/ftp_misc_overflows.nes Xnessus/plugins/ftp_pass_overflow.nes Xnessus/plugins/ftp_pasv_dos.nes Xnessus/plugins/ftp_pasv_on_connect.nes Xnessus/plugins/ftp_realpath.nes Xnessus/plugins/ftp_root.nes Xnessus/plugins/ftp_site_exec.nes Xnessus/plugins/ftp_user_overflow.nes Xnessus/plugins/ftp_write_dirs.nes Xnessus/plugins/glimpse.nes Xnessus/plugins/gopher_as_proxy.nes Xnessus/plugins/guess_os.nes Xnessus/plugins/handler.nes Xnessus/plugins/hidepak.nes Xnessus/plugins/hidesource.nes Xnessus/plugins/hp_printer.nes Xnessus/plugins/hp_remote_print.nes Xnessus/plugins/htmlscript.nes Xnessus/plugins/iChat.nes Xnessus/plugins/iParty.nes Xnessus/plugins/icat.nes Xnessus/plugins/icmp_broadcast.nes Xnessus/plugins/icmp_maskreq.nes Xnessus/plugins/icmp_redirect.nes Xnessus/plugins/icmp_timestamp.nes Xnessus/plugins/iis_crash.nes Xnessus/plugins/iis_ftp_crash.nes Xnessus/plugins/iis_perl_problem.nes Xnessus/plugins/iis_scripts_browsable.nes Xnessus/plugins/imail_imapd.nes Xnessus/plugins/imail_imonitor.nes Xnessus/plugins/imap.nes Xnessus/plugins/in_fingerd.nes Xnessus/plugins/info2www.nes Xnessus/plugins/inn.nes Xnessus/plugins/ircd_dos.nes Xnessus/plugins/jetdirect_display_hack.nes Xnessus/plugins/jetdirect_single_thread.nes Xnessus/plugins/jj.nes Xnessus/plugins/land.nes Xnessus/plugins/linux_tftp.nes Xnessus/plugins/linux_zero_len_fragment.nes Xnessus/plugins/lpd.nes Xnessus/plugins/mdaemon.nes Xnessus/plugins/metainfo_mail.nes Xnessus/plugins/motorola_cable_modem.nes Xnessus/plugins/mountd_overflow.nes Xnessus/plugins/mspws.nes Xnessus/plugins/mspws_dotdotdot.nes Xnessus/plugins/msql_debug.nes Xnessus/plugins/msql_init.nes Xnessus/plugins/nestea.nes Xnessus/plugins/netbus_pro.nes Xnessus/plugins/netscape_PageServices.nes Xnessus/plugins/netscape_fasttrack.nes Xnessus/plugins/nfs_world_export.nes Xnessus/plugins/nis_check_domain.nes Xnessus/plugins/nis_server.nes Xnessus/plugins/nmap_tcp_connect.nes Xnessus/plugins/notes_mta_dos.nes Xnessus/plugins/nph-test-cgi.nes Xnessus/plugins/nt_ftp_guest.nes Xnessus/plugins/nt_ras_ptp.nes Xnessus/plugins/oshare.nes Xnessus/plugins/ows_overflow.nes Xnessus/plugins/pcnfsd_printerlist.nes Xnessus/plugins/pcnfsd_userlist.nes Xnessus/plugins/pcnfsd_warning.nes Xnessus/plugins/pfdispaly.nes Xnessus/plugins/phf.nes Xnessus/plugins/php.nes Xnessus/plugins/php_overflow.nes Xnessus/plugins/pmcrash.nes Xnessus/plugins/pnserver.nes Xnessus/plugins/pop3_overflow.nes Xnessus/plugins/portmap.nes Xnessus/plugins/proxy_GET.nes Xnessus/plugins/proxy_POST.nes Xnessus/plugins/proxy_connect.nes Xnessus/plugins/qpopper_overflow.nes Xnessus/plugins/queso.nes Xnessus/plugins/rcommands.nes Xnessus/plugins/recursive_finger.nes Xnessus/plugins/remwatch.nes Xnessus/plugins/rexecd.nes Xnessus/plugins/rootkit.nes Xnessus/plugins/router_dos.nes Xnessus/plugins/rpc_3270_mapper.nes Xnessus/plugins/rpc_X25.nes Xnessus/plugins/rpc_alis.nes Xnessus/plugins/rpc_database.nes Xnessus/plugins/rpc_etherstatd.nes Xnessus/plugins/rpc_keyserv.nes Xnessus/plugins/rpc_llockmgr.nes Xnessus/plugins/rpc_nlockmgr.nes Xnessus/plugins/rpc_nsed.nes Xnessus/plugins/rpc_nsemntd.nes Xnessus/plugins/rpc_rexd.nes Xnessus/plugins/rpc_rje_mapper.nes Xnessus/plugins/rpc_rquotad.nes Xnessus/plugins/rpc_rstatd.nes Xnessus/plugins/rpc_rusersd.nes Xnessus/plugins/rpc_sched.nes Xnessus/plugins/rpc_selection.nes Xnessus/plugins/rpc_showfhd.nes Xnessus/plugins/rpc_snmp.nes Xnessus/plugins/rpc_sprayd.nes Xnessus/plugins/rpc_statmon.nes Xnessus/plugins/rpc_sunlink_mapper.nes Xnessus/plugins/rpc_tfsd.nes Xnessus/plugins/rpc_walld.nes Xnessus/plugins/rpc_ypbind.nes Xnessus/plugins/rpc_yppasswdd.nes Xnessus/plugins/rpc_ypupdated.nes Xnessus/plugins/rpc_ypxfrd.nes Xnessus/plugins/sendmail.nes Xnessus/plugins/sendmail_debug.nes Xnessus/plugins/sendmail_decode.nes Xnessus/plugins/sendmail_ehlo.nes Xnessus/plugins/sendmail_expn.nes Xnessus/plugins/sendmail_helo.nes Xnessus/plugins/sendmail_overwrite.nes Xnessus/plugins/sendmail_program.nes Xnessus/plugins/sendmail_redirection_attack.nes Xnessus/plugins/sendmail_relaying.nes Xnessus/plugins/servu_dos.nes Xnessus/plugins/shell_cgi.nes Xnessus/plugins/slmail.nes Xnessus/plugins/slmail_helo.nes Xnessus/plugins/slmail_vrfy.nes Xnessus/plugins/smad.nes Xnessus/plugins/sping.nes Xnessus/plugins/ssh_insertion.nes Xnessus/plugins/standardsys.nes Xnessus/plugins/statd.nes Xnessus/plugins/sunkill.nes Xnessus/plugins/tcp_ack_scan.nes Xnessus/plugins/tcp_chorusing.nes Xnessus/plugins/tcp_fin_scan.nes Xnessus/plugins/tcp_maimon_scan.nes Xnessus/plugins/tcp_null_scan.nes Xnessus/plugins/tcp_seq.nes Xnessus/plugins/tcp_syn_scan.nes Xnessus/plugins/tcp_xmas_scan.nes Xnessus/plugins/teardrop.nes Xnessus/plugins/test-cgi.nes Xnessus/plugins/tftp_grab_file.nes Xnessus/plugins/thttpd.nes Xnessus/plugins/tooltalk.nes Xnessus/plugins/udp_scan.nes Xnessus/plugins/unfsd_bug.nes Xnessus/plugins/uploader_exe.nes Xnessus/plugins/uw_imapd.nes Xnessus/plugins/view_source_cgi.nes Xnessus/plugins/webdist.nes Xnessus/plugins/webgais.nes Xnessus/plugins/websendmail.nes Xnessus/plugins/wftp.nes Xnessus/plugins/wingate.nes Xnessus/plugins/wingate2.nes Xnessus/plugins/wingate_user.nes Xnessus/plugins/winnt_dns_flood.nes Xnessus/plugins/winnt_dns_qr.nes Xnessus/plugins/winnuke.nes Xnessus/plugins/wins_udp_flood.nes Xnessus/plugins/wrap_cgi.nes Xnessus/plugins/wu_ftpd_mkdir.nes Xnessus/plugins/x11.nes Xnessus/queso.conf X@dirrm nessus/plugins X@dirrm nessus/reports X@dirrm nessus END-of-nessus/pkg/PLIST echo x - nessus/pkg/DESCR sed 's/^X//' >nessus/pkg/DESCR << 'END-of-nessus/pkg/DESCR' XNessus is a security scanner. That is, it's a program which will scan a Xgiven network and will seek for vulnerabilities which could be exploited Xby some remote intruder. X XThe Nessus Project was originally started by Renaud Deraison X(deraison@worldnet.fr). Many people contributed in many ways to the Xproject, and the Nessus core team is now made up of Alexis de Bernis X(alexisb@mygale.org), who is the Java specialist, Noam Rathaus X(dolittle@isrealmail.com) who is in charge of the Nessus client for XWindows, and Renaud Deraison who is still here and who is the project Xleader. X XCheck the homepage at: http://www.nessus.org/ END-of-nessus/pkg/DESCR echo c - nessus/patches mkdir -p nessus/patches > /dev/null 2>&1 echo x - nessus/patches/patch-aa sed 's/^X//' >nessus/patches/patch-aa << 'END-of-nessus/patches/patch-aa' X*** src/libpcap/Makefile.in.orig Fri Apr 23 10:51:02 1999 X--- src/libpcap/Makefile.in Sat May 1 23:12:20 1999 X*************** X*** 49,55 **** X # Standard CFLAGS X CFLAGS+= $(CCOPT) $(INCLS) $(DEFS) $(include) X X! INSTALL = @INSTALL@ X RANLIB = @V_RANLIB@ X X # X--- 49,55 ---- X # Standard CFLAGS X CFLAGS+= $(CCOPT) $(INCLS) $(DEFS) $(include) X X! # INSTALL = @INSTALL@ X RANLIB = @V_RANLIB@ X X # END-of-nessus/patches/patch-aa echo x - nessus/patches/patch-af sed 's/^X//' >nessus/patches/patch-af << 'END-of-nessus/patches/patch-af' X*** Makefile.orig Fri Apr 23 10:52:39 1999 X--- Makefile Sun May 2 05:27:18 1999 X*************** X*** 28,46 **** X cd src/plugins && ./make_world X X client-install : $(CLIENT) X! $(INSTALL) -d -o root -m $(REPORTSDIRMODE) ${exec_prefix}/bin X $(INSTALL) -c -o root -m $(CLIENTMODE) bin/nessus ${exec_prefix}/bin/nessus X X server-install : server X! $(INSTALL) -d -o root -m $(REPORTSDIRMODE) ${exec_prefix}/bin X $(INSTALL) -c -o root -m $(SERVERMODE) bin/nessusd ${exec_prefix}/bin/nessusd X X cipher-install : $(LIBCIPHERDEP) X! $(INSTALL) -d -o root -m $(REPORTSDIRMODE) ${exec_prefix}/lib X cd src/cipher && make install X X install : server $(CLIENT_INSTALL) $(CIPHER_INSTALL) server-install plugins X! $(INSTALL) -d -o root -m $(REPORTSDIRMODE) ${exec_prefix}/lib X cd src/nessuslib && make install X cd src/libpcap && make install X cd src/hosts_gatherer && make install X--- 28,46 ---- X cd src/plugins && ./make_world X X client-install : $(CLIENT) X! if [ ! -d ${exec_prefix}/bin ]; then $(INSTALL) -d -o root -g wheel -m 0755 ${exec_prefix}/bin; fi X $(INSTALL) -c -o root -m $(CLIENTMODE) bin/nessus ${exec_prefix}/bin/nessus X X server-install : server X! if [ ! -d ${exec_prefix}/bin ]; then $(INSTALL) -d -o root -g wheel -m 0755 ${exec_prefix}/bin; fi X $(INSTALL) -c -o root -m $(SERVERMODE) bin/nessusd ${exec_prefix}/bin/nessusd X X cipher-install : $(LIBCIPHERDEP) X! if [ ! -d ${exec_prefix}/lib ]; then $(INSTALL) -d -o root -g wheel -m 0755 ${exec_prefix}/lib; fi X cd src/cipher && make install X X install : server $(CLIENT_INSTALL) $(CIPHER_INSTALL) server-install plugins X! if [ ! -d ${exec_prefix}/lib ]; then $(INSTALL) -d -o root -g wheel -m 0755 ${exec_prefix}/lib; fi X cd src/nessuslib && make install X cd src/libpcap && make install X cd src/hosts_gatherer && make install END-of-nessus/patches/patch-af echo x - nessus/patches/patch-ad sed 's/^X//' >nessus/patches/patch-ad << 'END-of-nessus/patches/patch-ad' X*** ltmain.sh.orig Mon Dec 21 16:05:21 1998 X--- ltmain.sh Sun May 2 03:25:35 1999 X*************** X*** 952,957 **** X--- 952,969 ---- X verstring="$verstring:${current}.0" X ;; X X+ freebsd-aout) X+ version_vars="$version_vars major versuffix" X+ major=".$current" X+ versuffix="$current.$revision"; X+ ;; X+ X+ freebsd-elf) X+ version_vars="$version_vars major versuffix" X+ major=".$current" X+ versuffix="$current"; X+ ;; X+ X sunos) X version_vars="$version_vars major versuffix" X major="$current" END-of-nessus/patches/patch-ad echo x - nessus/patches/patch-ac sed 's/^X//' >nessus/patches/patch-ac << 'END-of-nessus/patches/patch-ac' X*** ltconfig.orig Sun Apr 4 10:16:29 1999 X--- ltconfig Sun May 2 03:13:31 1999 X*************** X*** 1123,1129 **** X ;; X X freebsd2* | freebsd3* | freebsd4*) X! version_type=sunos X library_names_spec='${libname}${release}.so.$versuffix $libname.so' X finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir' X shlibpath_var=LD_LIBRARY_PATH X--- 1123,1130 ---- X ;; X X freebsd2* | freebsd3* | freebsd4*) X! objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` X! version_type=freebsd-$objformat X library_names_spec='${libname}${release}.so.$versuffix $libname.so' X finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir' X shlibpath_var=LD_LIBRARY_PATH END-of-nessus/patches/patch-ac exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 17:47:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ix.netcom.com (sil-wa17-54.ix.netcom.com [207.93.156.54]) by hub.freebsd.org (Postfix) with ESMTP id 3B22A15224 for ; Sun, 2 May 1999 17:47:35 -0700 (PDT) (envelope-from tomdean@ix.netcom.com) Received: from celebris (localhost.tddhome [127.0.0.1]) by ix.netcom.com (8.9.3/8.8.8) with SMTP id RAA94838 for ; Sun, 2 May 1999 17:47:32 -0700 (PDT) (envelope-from tomdean@ix.netcom.com) Message-ID: <372CF223.41C67EA6@ix.netcom.com> Date: Sun, 02 May 1999 17:47:31 -0700 From: "Thomas D. Dean" X-Mailer: Mozilla 3.01 (X11; U; FreeBSD 4.0-CURRENT i386) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.ORG Subject: Chipmunk Runtime Error Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I installed chipmunk-5.10 on a 4.0-current SMP machine. # cd /usr/ports/cad/chipmunk # make install The installation seemed to go OK. A couple warnings about using gets, etc. All of the X tools, diglog, analog, etc., exit with the same X error. # analog X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 78 (X_CreateColormap) Serial number of failed request: 7 Current serial number in output stream: 9 # diglog X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 78 (X_CreateColormap) Serial number of failed request: 7 Current serial number in output stream: 9 tomdean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 18: 9:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 79C9415661; Sun, 2 May 1999 18:09:58 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA69261; Sun, 2 May 1999 18:09:58 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:09:58 -0700 (PDT) From: Message-Id: <199905030109.SAA69261@freefall.freebsd.org> To: hamilton@pobox.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9911: slrn port Makefile broken (patch included) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: slrn port Makefile broken (patch included) State-Changed-From-To: feedback->closed State-Changed-By: steve State-Changed-When: Sun May 2 18:09:24 PDT 1999 State-Changed-Why: No further feedback from originator. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 18:10:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 708471563C; Sun, 2 May 1999 18:10:58 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA69361; Sun, 2 May 1999 18:10:58 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:10:58 -0700 (PDT) From: Message-Id: <199905030110.SAA69361@freefall.freebsd.org> To: shipley@dis.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9901: New port net/libnet Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port net/libnet State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 18:10:05 PDT 1999 State-Changed-Why: I've tried for several weeks now to get this port's distfile, to no avail. Please re-submit a new PR if it resurfaces. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 18:11:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A5EB1563C; Sun, 2 May 1999 18:11:26 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA69565; Sun, 2 May 1999 18:11:26 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:11:26 -0700 (PDT) From: Message-Id: <199905030111.SAA69565@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, andreas@FreeBSD.org Subject: Re: ports/11450: sysutils/star port doesn't honor CFLAGS, assumes i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sysutils/star port doesn't honor CFLAGS, assumes i386 Responsible-Changed-From-To: freebsd-ports->andreas Responsible-Changed-By: steve Responsible-Changed-When: Sun May 2 18:11:08 PDT 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 18:11:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7084515687; Sun, 2 May 1999 18:11:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA69745; Sun, 2 May 1999 18:11:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:11:50 -0700 (PDT) From: Message-Id: <199905030111.SAA69745@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, se@FreeBSD.org Subject: Re: ports/11430: incorrect int type causes floating point exception in bonnie Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: incorrect int type causes floating point exception in bonnie Responsible-Changed-From-To: freebsd-ports->se Responsible-Changed-By: steve Responsible-Changed-When: Sun May 2 18:11:35 PDT 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 18:12:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0217C1558C; Sun, 2 May 1999 18:12:22 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA69822; Sun, 2 May 1999 18:12:22 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:12:22 -0700 (PDT) From: Message-Id: <199905030112.SAA69822@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/11421: upgrade p5-Date-Manip 5.33 -> 5.34 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: upgrade p5-Date-Manip 5.33 -> 5.34 Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: steve Responsible-Changed-When: Sun May 2 18:12:05 PDT 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 18:13:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 006B814C1E; Sun, 2 May 1999 18:13:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA69967; Sun, 2 May 1999 18:13:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:13:13 -0700 (PDT) From: Message-Id: <199905030113.SAA69967@freefall.freebsd.org> To: obonilla@fisicc-ufm.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11295: New port for MIT's Object Tcl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port for MIT's Object Tcl State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 18:12:47 PDT 1999 State-Changed-Why: Already imported by taoka@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 May 2 18:15:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1536914CF6; Sun, 2 May 1999 18:15:25 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA70137; Sun, 2 May 1999 18:15:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:15:24 -0700 (PDT) From: Message-Id: <199905030115.SAA70137@freefall.freebsd.org> To: marka@metaip.checkpoint.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11282: isc-dhcp2 client port incorrectly reports lease time Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: isc-dhcp2 client port incorrectly reports lease time State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 18:13:23 PDT 1999 State-Changed-Why: Please submit a bug report with the dhcp2's maintainer, Ted Lemon. If you'd like to supply us with a patch we'd be happy to fixup the port until Mr. Lemon has a chance to create a new distribution. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 18:16:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1275615696; Sun, 2 May 1999 18:16:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA70236; Sun, 2 May 1999 18:16:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:16:16 -0700 (PDT) From: Message-Id: <199905030116.SAA70236@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/11138: New version of Xevil 2.01, I created a port for it. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New version of Xevil 2.01, I created a port for it. Responsible-Changed-From-To: freebsd-ports->jmz Responsible-Changed-By: steve Responsible-Changed-When: Sun May 2 18:15:58 PDT 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 18:19:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FA0014EBC; Sun, 2 May 1999 18:19:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA70411; Sun, 2 May 1999 18:19:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:19:28 -0700 (PDT) From: Message-Id: <199905030119.SAA70411@freefall.freebsd.org> To: insane@oneinsane.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11003: wmcdplay is not capable of playing an AUDIO CD Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wmcdplay is not capable of playing an AUDIO CD State-Changed-From-To: open->feedback State-Changed-By: steve State-Changed-When: Sun May 2 18:16:29 PDT 1999 State-Changed-Why: Don't know exactly what is wrong here but without a patch I'm afraid we won't be able to be of much help. You might try another CD, a different drive, a different controller, talking to wmcdplay's author, and maybe even updating your kernel sources to see if this problem has been fixed. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 18:20:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 64DC814BEE; Sun, 2 May 1999 18:20:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA70717; Sun, 2 May 1999 18:20:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:20:56 -0700 (PDT) From: Message-Id: <199905030120.SAA70717@freefall.freebsd.org> To: edwardc@tigerfans.ml.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10787: ports/www/apache13-fp configure failed on stable/current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/www/apache13-fp configure failed on stable/current State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 18:20:06 PDT 1999 State-Changed-Why: Please update to the latest version of this port (1.3.6) and try again. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 18:22: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EEC014BEE; Sun, 2 May 1999 18:21:59 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA70840; Sun, 2 May 1999 18:21:59 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:21:59 -0700 (PDT) From: Message-Id: <199905030121.SAA70840@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: ports/10682: List mirror sites in MASTER_SITE_BACKUP - ftp.freebsd.org is often full Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: List mirror sites in MASTER_SITE_BACKUP - ftp.freebsd.org is often full Responsible-Changed-From-To: freebsd-ports->asami Responsible-Changed-By: steve Responsible-Changed-When: Sun May 2 18:21:10 PDT 1999 Responsible-Changed-Why: This involves changes to bsd.port.mk, so we'll send it over to Mr. Asami for a look see. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 18:23: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 83E5514BEE; Sun, 2 May 1999 18:23:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA71440; Sun, 2 May 1999 18:23:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:23:02 -0700 (PDT) From: Message-Id: <199905030123.SAA71440@freefall.freebsd.org> To: murphyp1@voyager.ais.msu.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10625: XFree86 aout library support incorrect Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: XFree86 aout library support incorrect State-Changed-From-To: feedback->closed State-Changed-By: steve State-Changed-When: Sun May 2 18:22:09 PDT 1999 State-Changed-Why: No further feedback from originator so I'm assuming things have been resolved now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 18:24:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DF7714BEE; Sun, 2 May 1999 18:24:53 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA71944; Sun, 2 May 1999 18:24:53 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:24:53 -0700 (PDT) From: Message-Id: <199905030124.SAA71944@freefall.freebsd.org> To: ckbisk@FreeBSD.ORG, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10600: ssh2 port doesn't symlink /etc/ssh2 which ssh2d needs for ssh1d compatability Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ssh2 port doesn't symlink /etc/ssh2 which ssh2d needs for ssh1d compatability State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 18:23:11 PDT 1999 State-Changed-Why: As Mr. Suzuki pointed out you must install the ssh1 port before the ssh2 port to enable ssh1-compat mode in the latter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 18:26:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ABE2D14BEE; Sun, 2 May 1999 18:26:45 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA72140; Sun, 2 May 1999 18:26:45 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:26:45 -0700 (PDT) From: Message-Id: <199905030126.SAA72140@freefall.freebsd.org> To: andrew@squiz.co.nz, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10543: New port uploaded for xslj Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port uploaded for xslj State-Changed-From-To: open->feedback State-Changed-By: steve State-Changed-When: Sun May 2 18:25:12 PDT 1999 State-Changed-Why: Please follow-up to freebsd-gnats-submit@freebsd.org with a subject of 'Re: ports/10543' with a copy of the tarball for this port because it is no longer available from ftp.freebsd.org. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 18:28: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E7ED514BEE; Sun, 2 May 1999 18:28:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA72250; Sun, 2 May 1999 18:28:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:28:05 -0700 (PDT) From: Message-Id: <199905030128.SAA72250@freefall.freebsd.org> To: sdn@slip.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10410: pkg_add: could not find package XFree86-3.3.3.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pkg_add: could not find package XFree86-3.3.3.1 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 18:26:55 PDT 1999 State-Changed-Why: This is a known problem (and Jim Mock suggested a fix), that has been resolved. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 18:29:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 81A0F14BEE; Sun, 2 May 1999 18:29:11 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA72410; Sun, 2 May 1999 18:29:11 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:29:11 -0700 (PDT) From: Message-Id: <199905030129.SAA72410@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: ports/10396: SPIN is in the wrong category Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: SPIN is in the wrong category Responsible-Changed-From-To: freebsd-ports->asami Responsible-Changed-By: steve Responsible-Changed-When: Sun May 2 18:28:14 PDT 1999 Responsible-Changed-Why: I'll be glad to do the dirty work, but I'll let Mr. Asami decide which category is correct and do a repository copy if necessary. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 18:30:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1413C14C34; Sun, 2 May 1999 18:30:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA72504; Sun, 2 May 1999 18:30:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:30:27 -0700 (PDT) From: Message-Id: <199905030130.SAA72504@freefall.freebsd.org> To: roelof@n669.telekabel.euronet.nl, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10367: NS Communicator 4.5 fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NS Communicator 4.5 fails State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 18:29:21 PDT 1999 State-Changed-Why: Please try the new port (version 4.51) or get a new set of a.out libraries from ftp:/ftp.freebsd.org/pub/FreeBSD/3.1-STABLE/XF86333/Xlib.tgz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 18:33:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B1B614C34; Sun, 2 May 1999 18:33:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA72686; Sun, 2 May 1999 18:33:35 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:33:35 -0700 (PDT) From: Message-Id: <199905030133.SAA72686@freefall.freebsd.org> To: steve@dangerous-minds.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10111: Problem with the pgp262s port, Makefile will not install, needs tweaking! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Problem with the pgp262s port, Makefile will not install, needs tweaking! State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 18:32:57 PDT 1999 State-Changed-Why: Please set USA_RESIDENT=YES (or NO as appropriate) in /etc/make.conf and try again. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 18:35:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AFAF714C34; Sun, 2 May 1999 18:35:18 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA72853; Sun, 2 May 1999 18:35:18 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:35:18 -0700 (PDT) From: Message-Id: <199905030135.SAA72853@freefall.freebsd.org> To: girgen@partitur.se, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10696: Lesstif updated to 0.88.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Lesstif updated to 0.88.0 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 18:35:00 PDT 1999 State-Changed-Why: Superceded by ports/11250. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 18:39:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1575D14C34; Sun, 2 May 1999 18:39:18 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA73371; Sun, 2 May 1999 18:39:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:39:17 -0700 (PDT) From: Message-Id: <199905030139.SAA73371@freefall.freebsd.org> To: eischen@vigrid.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/8502: GNAT 3.10 port uses clock_gettime which isn't in FreeBSD 2.x Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: GNAT 3.10 port uses clock_gettime which isn't in FreeBSD 2.x State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 18:39:01 PDT 1999 State-Changed-Why: Superceded by ports/10093. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 18:51:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1952315ACA; Sun, 2 May 1999 18:51:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA74632; Sun, 2 May 1999 18:51:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:51:08 -0700 (PDT) From: Message-Id: <199905030151.SAA74632@freefall.freebsd.org> To: hetzels@westbend.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10937: Apache13-FP port upgrade to v1.3.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Apache13-FP port upgrade to v1.3.6 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 18:49:56 PDT 1999 State-Changed-Why: Update 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 May 2 18:53:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F394D156B9; Sun, 2 May 1999 18:53:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA75005; Sun, 2 May 1999 18:53:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:53:21 -0700 (PDT) From: Message-Id: <199905030153.SAA75005@freefall.freebsd.org> To: rssh@grad.kiev.ua, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10176: [PATCH] upgrade of devel/doc++ port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] upgrade of devel/doc++ port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 18:51:40 PDT 1999 State-Changed-Why: Update committed, thanks! I went ahead and updated to version 3.3.11 since the other version was no longer available. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 18:55: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BD9F15B5A; Sun, 2 May 1999 18:54:58 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA75319; Sun, 2 May 1999 18:54:58 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 18:54:58 -0700 (PDT) From: Message-Id: <199905030154.SAA75319@freefall.freebsd.org> To: horikawa@jp.freebsd.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11444: Remove ports/japanese/groff/patches/patch-ab Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Remove ports/japanese/groff/patches/patch-ab State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 18:53:45 PDT 1999 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 May 2 19: 1:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 36F44156B9; Sun, 2 May 1999 19:01:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA75803; Sun, 2 May 1999 19:01:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:01:14 -0700 (PDT) From: Message-Id: <199905030201.TAA75803@freefall.freebsd.org> To: sanpei@sanpei.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11045: [PATCH] Update port: linux_lib some /compat/linux/dev symlinks to ports for Linux X server Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Update port: linux_lib some /compat/linux/dev symlinks to ports for Linux X server State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 18:59:10 PDT 1999 State-Changed-Why: Update 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 May 2 19: 3:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DBF5715AAF; Sun, 2 May 1999 19:03:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA76042; Sun, 2 May 1999 19:03:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:03:15 -0700 (PDT) From: Message-Id: <199905030203.TAA76042@freefall.freebsd.org> To: mi@aldan.algebra.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10763: nitpicking on the dict port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: nitpicking on the dict port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 19:01:38 PDT 1999 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 May 2 19: 4:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8025D14A2F; Sun, 2 May 1999 19:04:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA76313; Sun, 2 May 1999 19:04:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:04:44 -0700 (PDT) From: Message-Id: <199905030204.TAA76313@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11426: Update port: games/pp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: games/pp State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 19:03:34 PDT 1999 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 May 2 19: 6:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3ADD315B67; Sun, 2 May 1999 19:06:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA76534; Sun, 2 May 1999 19:06:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:06:28 -0700 (PDT) From: Message-Id: <199905030206.TAA76534@freefall.freebsd.org> To: cschuber@uumail.gov.bc.ca, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9864: make rblcheck use relay.orbs.org instead of dorkslayers.com Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make rblcheck use relay.orbs.org instead of dorkslayers.com State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 19:05:21 PDT 1999 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 May 2 19:10:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E05F15B31; Sun, 2 May 1999 19:10:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA77090; Sun, 2 May 1999 19:10:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:10:23 -0700 (PDT) From: Message-Id: <199905030210.TAA77090@freefall.freebsd.org> To: paxvel@iname.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11237: port security/stunnel broken (wants rsaref) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port security/stunnel broken (wants rsaref) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 19:09:21 PDT 1999 State-Changed-Why: Fixed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 19:11:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B241B15AFD; Sun, 2 May 1999 19:11:25 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA77237; Sun, 2 May 1999 19:11:25 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:11:25 -0700 (PDT) From: Message-Id: <199905030211.TAA77237@freefall.freebsd.org> To: cpiazza@home.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11432: Update: deskutils/teapot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: deskutils/teapot State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 19:10:44 PDT 1999 State-Changed-Why: Update 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 May 2 19:12:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F19ED14DDA; Sun, 2 May 1999 19:12:45 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA77353; Sun, 2 May 1999 19:12:45 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:12:45 -0700 (PDT) From: Message-Id: <199905030212.TAA77353@freefall.freebsd.org> To: volf@oasis.IAEhv.nl, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10304: unpost master site removed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: unpost master site removed State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 19:11:43 PDT 1999 State-Changed-Why: I stuck the distfile up on my homepage until we can find a better home for it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 19:13:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC8E914DDA; Sun, 2 May 1999 19:13:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA77537; Sun, 2 May 1999 19:13:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:13:34 -0700 (PDT) From: Message-Id: <199905030213.TAA77537@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11422: Update port: games/xlines Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: games/xlines State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 19:13:00 PDT 1999 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 May 2 19:21:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9270015374; Sun, 2 May 1999 19:21:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA78267; Sun, 2 May 1999 19:21:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:21:44 -0700 (PDT) From: Message-Id: <199905030221.TAA78267@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/10677: FVWM2 finally went to release status Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: FVWM2 finally went to release status Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Sun May 2 19:21:21 PDT 1999 Responsible-Changed-Why: I got this one. Waiting on a repository copy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 19:22:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CDF8214DDA; Sun, 2 May 1999 19:22:38 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA78357; Sun, 2 May 1999 19:22:38 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:22:38 -0700 (PDT) From: Message-Id: <199905030222.TAA78357@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/11206: Fix for slingshot port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix for slingshot port Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Sun May 2 19:22:15 PDT 1999 Responsible-Changed-Why: I got this one. Waiting on a repository copy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 19:23:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BE7314DDA; Sun, 2 May 1999 19:23:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA78436; Sun, 2 May 1999 19:23:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:23:19 -0700 (PDT) From: Message-Id: <199905030223.TAA78436@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/11305: Unified XView port (fixed) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Unified XView port (fixed) Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Sun May 2 19:22:58 PDT 1999 Responsible-Changed-Why: I got this one. Waiting on a repository copy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 19:23:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 89B9114DDA; Sun, 2 May 1999 19:23:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA78519; Sun, 2 May 1999 19:23:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:23:56 -0700 (PDT) From: Message-Id: <199905030223.TAA78519@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/11356: Port update: devel/libtool Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port update: devel/libtool Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Sun May 2 19:23:32 PDT 1999 Responsible-Changed-Why: I got this one. Waiting on final cleanups from originator. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 19:24:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 810F514DDA; Sun, 2 May 1999 19:24:38 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA78610; Sun, 2 May 1999 19:24:38 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:24:38 -0700 (PDT) From: Message-Id: <199905030224.TAA78610@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/9700: Reorganization the x11-toolkits/xview-clients port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Reorganization the x11-toolkits/xview-clients port Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Sun May 2 19:24:17 PDT 1999 Responsible-Changed-Why: I got this one. Waiting on repository copy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 19:25:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C45DF14DDA; Sun, 2 May 1999 19:25:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA78701; Sun, 2 May 1999 19:25:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:25:17 -0700 (PDT) From: Message-Id: <199905030225.TAA78701@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/9704: Minor fixes to olvwm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Minor fixes to olvwm Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Sun May 2 19:24:52 PDT 1999 Responsible-Changed-Why: I got this one. Waiting on repository copy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 19:27:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D2AC715B5F; Sun, 2 May 1999 19:27:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA79098; Sun, 2 May 1999 19:27:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:27:34 -0700 (PDT) From: Message-Id: <199905030227.TAA79098@freefall.freebsd.org> To: cpiazza@home.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11452: Update: net/ezbounce Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/ezbounce State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 19:26:14 PDT 1999 State-Changed-Why: Update 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 May 2 19:28:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3295415B52; Sun, 2 May 1999 19:28:47 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA79333; Sun, 2 May 1999 19:28:47 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:28:47 -0700 (PDT) From: Message-Id: <199905030228.TAA79333@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11404: Update port: mail/glbiff Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: mail/glbiff State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 19:27:52 PDT 1999 State-Changed-Why: Update 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 May 2 19:30: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C7B6E15BDE; Sun, 2 May 1999 19:29:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA79462; Sun, 2 May 1999 19:29:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:29:57 -0700 (PDT) From: Message-Id: <199905030229.TAA79462@freefall.freebsd.org> To: jos@islay.demon.nl, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11401: mergemaster uses $PAGER but sets its own path Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mergemaster uses $PAGER but sets its own path State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 19:29:22 PDT 1999 State-Changed-Why: Fixed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 19:32: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 80EA915374; Sun, 2 May 1999 19:32:07 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA79668; Sun, 2 May 1999 19:32:07 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:32:07 -0700 (PDT) From: Message-Id: <199905030232.TAA79668@freefall.freebsd.org> To: jooji@neptune.oceancomputer.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9686: Update of the nn-6.5.3 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update of the nn-6.5.3 port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 19:30:23 PDT 1999 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 May 2 19:34:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C630415AA1; Sun, 2 May 1999 19:34:26 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA79909; Sun, 2 May 1999 19:34:26 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:34:26 -0700 (PDT) From: Message-Id: <199905030234.TAA79909@freefall.freebsd.org> To: dima@Chg.RU, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11431: Please update benchmarks/polygraph to 1.2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Please update benchmarks/polygraph to 1.2.0 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 19:33:04 PDT 1999 State-Changed-Why: Update 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 May 2 19:36:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 72A7515ACD; Sun, 2 May 1999 19:36:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA80190; Sun, 2 May 1999 19:36:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:36:28 -0700 (PDT) From: Message-Id: <199905030236.TAA80190@freefall.freebsd.org> To: pfgiffun@bachue.usc.unal.edu.co, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11417: Fix for Yorick for the Alpha Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix for Yorick for the Alpha State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 19:34:48 PDT 1999 State-Changed-Why: Fixed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 19:50:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F1C614BE2; Sun, 2 May 1999 19:50:55 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA81711; Sun, 2 May 1999 19:50:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:50:54 -0700 (PDT) From: Message-Id: <199905030250.TAA81711@freefall.freebsd.org> To: shipley@dis.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9899: port submission for tdetect Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port submission for tdetect State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 19:50:40 PDT 1999 State-Changed-Why: New port 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 May 2 19:51:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 58B8914BE2; Sun, 2 May 1999 19:51:12 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA81780; Sun, 2 May 1999 19:51:07 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:51:07 -0700 (PDT) From: Message-Id: <199905030251.TAA81780@freefall.freebsd.org> To: nbm@rucus.ru.ac.za, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/8900: New port: mail/qmailanalog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: mail/qmailanalog State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 19:50:56 PDT 1999 State-Changed-Why: New port 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 May 2 19:51:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C8EF154E8; Sun, 2 May 1999 19:51:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA81849; Sun, 2 May 1999 19:51:26 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:51:26 -0700 (PDT) From: Message-Id: <199905030251.TAA81849@freefall.freebsd.org> To: nbm@rucus.ru.ac.za, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/8899: New port: qmail-contrib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: qmail-contrib State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 19:51:09 PDT 1999 State-Changed-Why: New port 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 May 2 19:51:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D36B14BE2; Sun, 2 May 1999 19:51:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA81919; Sun, 2 May 1999 19:51:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:51:44 -0700 (PDT) From: Message-Id: <199905030251.TAA81919@freefall.freebsd.org> To: markc@interlock.otcwi.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/7761: Update to recent port submission of nicetext-0.9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update to recent port submission of nicetext-0.9 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 19:51:28 PDT 1999 State-Changed-Why: New port 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 May 2 19:56:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 38A61155BB; Sun, 2 May 1999 19:56:18 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA82277; Sun, 2 May 1999 19:56:18 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:56:18 -0700 (PDT) From: Message-Id: <199905030256.TAA82277@freefall.freebsd.org> To: dada@sbox.tu-graz.ac.at, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10885: [new port] java2html-0.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [new port] java2html-0.4 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 19:56:07 PDT 1999 State-Changed-Why: New port 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 May 2 19:58:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CAF4B153D3; Sun, 2 May 1999 19:58:47 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA82542; Sun, 2 May 1999 19:58:47 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 19:58:47 -0700 (PDT) From: Message-Id: <199905030258.TAA82542@freefall.freebsd.org> To: issei@jp.FreeBSD.ORG, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10161: New port : mail/mailx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port : mail/mailx State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 19:57:48 PDT 1999 State-Changed-Why: New port 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 May 2 20: 3:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 61E9215667; Sun, 2 May 1999 20:03:25 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA82972; Sun, 2 May 1999 20:03:25 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 20:03:25 -0700 (PDT) From: Message-Id: <199905030303.UAA82972@freefall.freebsd.org> To: mwm@phone.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10123: Update for t1utils port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update for t1utils port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 20:01:26 PDT 1999 State-Changed-Why: New port 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 May 2 20: 8:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A30215BDE; Sun, 2 May 1999 20:08:47 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA83580; Sun, 2 May 1999 20:08:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 20:08:46 -0700 (PDT) From: Message-Id: <199905030308.UAA83580@freefall.freebsd.org> To: sec@42.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10134: New port: lynx-ssl (Category: www) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: lynx-ssl (Category: www) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 20:08:04 PDT 1999 State-Changed-Why: New port 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 May 2 20:11:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA66A15CA0; Sun, 2 May 1999 20:11:09 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA83773; Sun, 2 May 1999 20:11:09 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 20:11:09 -0700 (PDT) From: Message-Id: <199905030311.UAA83773@freefall.freebsd.org> To: dima@Chg.RU, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11214: new port - evg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port - evg State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 20:08:48 PDT 1999 State-Changed-Why: New port 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 May 2 20:18:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A0A5D15A12; Sun, 2 May 1999 20:18:20 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA84240; Sun, 2 May 1999 20:18:20 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 20:18:20 -0700 (PDT) From: Message-Id: <199905030318.UAA84240@freefall.freebsd.org> To: wghicks@bellsouth.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10839: [new port] bison-1.27 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [new port] bison-1.27 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 20:16:59 PDT 1999 State-Changed-Why: New port 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 May 2 20:20: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 28AD015A78 for ; Sun, 2 May 1999 20:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA84494; Sun, 2 May 1999 20:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id B27EE15ACF for ; Sun, 2 May 1999 20:18:26 -0700 (PDT) (envelope-from doconnor@cain.gsoft.com.au) Received: (from doconnor@localhost) by cain.gsoft.com.au (8.8.8/8.8.8) id MAA12543; Mon, 3 May 1999 12:48:25 +0930 (CST) (envelope-from doconnor) Message-Id: <199905030318.MAA12543@cain.gsoft.com.au> Date: Mon, 3 May 1999 12:48:25 +0930 (CST) From: "Daniel O'Connor" Reply-To: doconnor@cain.gsoft.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11459: Update www/swish-e to 1.3.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11459 >Category: ports >Synopsis: Update www/swish-e to 1.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: Sun May 2 20:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Daniel O'Connor >Release: FreeBSD 2.2.7-STABLE i386 >Organization: >Environment: >Description: Update port to new version >How-To-Repeat: >Fix: Also available at ftp://ftp.gsoft.com.au/pub/swish-e-port.tgz begin 644 swish-e-port.tgz M'XL(``05+3<``^U:>T_CQA;GW_A3G"VK0B#QVV23+BLB,#3:)*`D6U:ZMT(3 M>YR,\"/U@Y!6?/=[QDZR@86%WH94V\X/@?',F3-GSO%YS-C3Z51)IBP95ZFR M]4H`4ZW5+-@"T&I6;7Y5^74!%>"@IAFZINLU#;MU\\#8`NNU!%I%EJ0D!MAR M(R<*PRA^FH[&R28$VBRF*_:?7(]>Y1EXF?T/3%4W#56UL-O035W8?Q-X:/^+ M=JL_6/,Q;_<_LF8Q%2AMR28^#19 M/@I\M3(JQ&,CZ0F2E":I/$X#_RF"_)I,F$OCITAZ=O.D8U?[EZW^SU5;.G)9 M'`?P./'CO=*0A4L*Z>_6YO>'A_Y_?-[IV-WU1H#G_!\LO8C_JJYKJLG]W]"$ M_V\$">-N!%,Z!!:Z]):%(_"B&,990,($JD##,0D=Z@K?^D?BH?^?V/WCWIKG M>,;_-;6F/O1_33.$_V\"\]0[=W)@"1#P2))68!)-:>QE?@4\'^/"T*<5(*$+ ME"0S2"-`A4`R2U(:Y`%#6H8/)_)]ZJ0LPO@1>7")H65"1A1O8HC2,8TAI;`S3MPP?Z0P\2M(L1@H6.G[F4I"0#,B0^2S-Y_)9P%)(*(F=,9)ABT/CE+`0 M?AYTVI"240*['7O0K,"@-6C;%10B"&B8)A60:.K(91D&R'*^6D@B+YUB&<'7 MZ\5TOK+Y[%P%$^)HX(3,&<.4<)6R$0N)[\]`FL8L36D(PQDJ]8;K)AMQ;>4B1"[S M&#+C-S'UT8AX,V7I&,8XW83&`4OX++(DC=-TTE"4)`L3EE)Y2.-K'#"3J9LI MN:@^=_\QOY MW^(Y?V%_G>=_ZT"MB?R_"52K5?`2V9$CWRV=Q@RZT0WH-=",AJ$V-`.T>OV= MM+^_GU,]I-`;6KV@.#J"JF74*[H!^_GU'1P=29CG4DQG_)1@E^?[D`2T+(&# M6WC86S3\),$?4K54-#H52#+/8[?_Z30_]S^=GK8^M^WNKS])^U\(]EP<4L(6 M%PYAMV@N0Y+&6!W$RWDJL*/LE#FE\PR97)`A0V4/D_4UUC58C?!L#3)/QA,2 MISS[\H;%,-A3D)YYL.O"FT/H?FJWX<E1FH(>%;%*5"VA:,YDMENL'TL8V`>MS#OXL+E6U%_Y\)W_JCOE^?P.VF;9 M=(\C+JD8^P8YATXP6;+^`2WR0P6,\H+)DL*YU_F%G<;EH#[6?(\SQ#ILR?!K M,N<>Q5YN6<^[QP?(;S*LT]SK"JY+OONA;Z1OP?KFN.Y\Y_ M:H:UC/^6>5#$?TW$_TU@;V\/.ACR>%R3^6ZBU,&M1H?,`##VZPW=:)@6#_%U MB:>*!>E#*K.!.3RGVKL/?@_O*IH%^1W`]O'Q(2C1)%7ZG[J7"6ZL%'Z$ZSC+ MOBR)\3;)FS-GN.C!(*[<1+X21,-9_N>***,PX_L4\PK_1(DE:_F@$0YY`\4( MSLR/'.*O]!3,1CGCG/=INWG6QZ;J9X+WQ2W>G>OYFG/I\9_J)J7??EK\ETO_ M`ONO^G^^(W^%-X`OK_^Q_*OE[_^LFB7J_TW@:_L'[KKU_DS]#YIJ/+"_J5NZ MB/^;0.?$PMJR>`"*$SE--F1=1J7(H]_+&%9,W=!KI&[4=;-F:4/5H4/JZ"89 M$HT2=ZA^U^7/OQZK_K]([NN>X[GS?ZNVW/]KYD'^_E_7Q?Y_(]B&+IW")(K3 M9.7@/M\%\T>!'^TWN)$6K]BWX9?Y<71,?\M83-V\&[='>=S`_A-^[%V+VQR-.(']K(3!3+)/DC; MR.%M"YDO'MC*#6AR_I,?1BB:KN@ZZ'K#JC>T`Q@RW_?`OIW`6QPKG;3Z@VZS M8Q_.9_XZ^DD7'\]6*18DU:+WN#FPS\Y[+;M?$*`/Y:\TL!ITI$ZS/[![5_W6 MH.CVGCY,GV3#I>]).+#5'>"OW3LL/;IP2;KL?>SWC@]+I;=_X+\GK=Z=DL2. M]*EO7YUUFA_MP]*,)I+D1E46XF/M^PU)*KW=;77[@V:[?771.S_K-3MER()W)QW0X^S)446>[15=9>>*[C)493IJ#YBK[E<](5J;X M\WR6WYK\)2XK'Z3\)3[WOUIYGI4D+]YKO1\FKLR=30ZN/XC$*2`@("`@("`@ H("`@("`@("`@("`@("`@("`@("`@("`@("`@(/!_XW_DZ*5J`%```"`@ ` 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 May 2 20:20:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A4D115C21; Sun, 2 May 1999 20:20:43 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA84546; Sun, 2 May 1999 20:20:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 20:20:42 -0700 (PDT) From: Message-Id: <199905030320.UAA84546@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11441: New port: libgnugetopt-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: libgnugetopt-1.0 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 20:18:22 PDT 1999 State-Changed-Why: New port 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 May 2 20:23:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F2FC415AC2; Sun, 2 May 1999 20:23:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA84792; Sun, 2 May 1999 20:23:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 20:23:19 -0700 (PDT) From: Message-Id: <199905030323.UAA84792@freefall.freebsd.org> To: mi@aldan.algebra.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10661: TCL command line option parser port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: TCL command line option parser port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 20:20:45 PDT 1999 State-Changed-Why: New port 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 May 2 20:47:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C0DD15BCA; Sun, 2 May 1999 20:47:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA86457; Sun, 2 May 1999 20:47:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 20:47:46 -0700 (PDT) From: Message-Id: <199905030347.UAA86457@freefall.freebsd.org> To: oyvindmo@initio.no, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11439: New port: audio/juke Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: audio/juke State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 20:46:07 PDT 1999 State-Changed-Why: New port 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 May 2 20:49:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 98D8915AED; Sun, 2 May 1999 20:49:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA86622; Sun, 2 May 1999 20:49:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 20:49:14 -0700 (PDT) From: Message-Id: <199905030349.UAA86622@freefall.freebsd.org> To: obonilla@fisicc-ufm.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10770: New Port for kmp3 (a mp3 player for the KDE) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port for kmp3 (a mp3 player for the KDE) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 20:47:47 PDT 1999 State-Changed-Why: New port 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 May 2 20:50:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7ABBF15AE9 for ; Sun, 2 May 1999 20:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA86686; Sun, 2 May 1999 20:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1B11F15AD1; Sun, 2 May 1999 20:48:00 -0700 (PDT) Message-Id: <19990503034800.1B11F15AD1@hub.freebsd.org> Date: Sun, 2 May 1999 20:48:00 -0700 (PDT) From: pfgiffun@bachue.usc.unal.edu.co To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11460: Update to the xlispstat port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11460 >Category: ports >Synopsis: Update to the xlispstat 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: Sun May 2 20:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 3.1-Release >Organization: U. Nacional de Colombia >Environment: >Description: The xlispstat port was really outdated and I needed itto build the Visual Statistics (ViSta) package. I also sent a copy of the patches to the author and they will be folded in the distribution. >How-To-Repeat: >Fix: diff -rNu xlispstat.old/Makefile xlispstat/Makefile --- xlispstat.old/Makefile Thu Aug 20 05:20:55 1998 +++ xlispstat/Makefile Sun May 2 18:14:29 1999 @@ -1,21 +1,28 @@ # New ports collection makefile for: xlisp-stat -# Version required: 3.44 +# Version required: 3.52 # Date created: Tue Aug 15 17:57:48 CDT 1995 # Whom: erich@rrnet.com # # $Id: Makefile,v 1.7 1998/08/20 07:35:21 asami Exp $ # -DISTNAME= xlispstat-3-44 -PKGNAME= xlispstat-3.44 +DISTNAME= xlispstat-3-52-9 +PKGNAME= xlispstat-3.52.9 CATEGORIES= math lang -MASTER_SITES= ftp://ftp.stat.umn.edu/pub/xlispstat/old/3-44/ +MASTER_SITES= ftp://ftp.stat.umn.edu/pub/xlispstat/current/ \ + http://lib.stat.cmu.edu/xlispstat/Src/current/ \ + ftp://ftp.stat.unipg.it/pub/stat/xlispstat/current/ \ + ftp://srsuna.shlrc.mq.edu.au/pub/xlispstat/current/ \ + ftp://statlab.uni-heidelberg.de/pub/mirrors/umn/xlispstat/current MAINTAINER= erich@FreeBSD.org -.if !defined(DISPLAY) -BROKEN= Requires an X Display to build -.endif +#.if !defined(DISPLAY) +#BROKEN= Requires an X Display to build +#.endif + +USE_XLIB= yes HAS_CONFIGURE= yes +ALL_TARGET= .include diff -rNu xlispstat.old/files/md5 xlispstat/files/md5 --- xlispstat.old/files/md5 Fri Aug 18 03:53:13 1995 +++ xlispstat/files/md5 Sun Apr 18 12:56:30 1999 @@ -1 +1 @@ -MD5 (xlispstat-3-44.tar.gz) = 857e29ac6c8cf6f76bc58b276d8d5f20 +MD5 (xlispstat-3-52-9.tar.gz) = b1038d45dd0b0bfef905642ac3805a58 diff -rNu xlispstat.old/patches/patch-aa xlispstat/patches/patch-aa --- xlispstat.old/patches/patch-aa Fri Aug 18 03:53:14 1995 +++ xlispstat/patches/patch-aa Sun Apr 18 22:10:49 1999 @@ -1,50 +1,26 @@ -*** configure~ Tue Aug 15 11:29:08 1995 ---- configure Tue Aug 15 11:26:18 1995 +*** configure.orig Wed Dec 17 07:12:43 1997 +--- configure Sun Apr 18 22:08:56 1999 *************** -*** 514,519 **** ---- 514,536 ---- - fi - rm -f conftest* - -+ echo checking for FreeBSD -+ cat > conftest.${ac_ext} < conftest.out 2>&1" -+ if egrep "yes" conftest.out >/dev/null 2>&1; then -+ rm -rf conftest* -+ bsd=1 -+ freebsd=1 -+ -+ fi -+ rm -f conftest* -+ - - echo checking for ultrix - cat > conftest.${ac_ext} <&6 + +! FOREIGN_FILE="sysvr4-foreign.h" + foreign=1 + cat >> confdefs.h <<\EOF + #define HAVE_DLOPEN 1 +--- 1304,1310 ---- + if eval "test \"`echo '$ac_cv_func_'dlopen`\" = yes"; then + echo "$ac_t""yes" 1>&6 + +! FOREIGN_FILE="bsd-foreign.h" + foreign=1 + cat >> confdefs.h <<\EOF + #define HAVE_DLOPEN 1 +*** xlprin.c.orig Wed Sep 16 14:10:41 1998 +--- xlprin.c Sun Apr 18 13:48:01 1999 *************** -*** 781,787 **** +*** 808,814 **** } /* check for the first character being '#' or string looking like a number */ @@ -52,7 +28,7 @@ xlputc(fptr,'\\'); } ---- 781,787 ---- +--- 808,814 ---- } /* check for the first character being '#' or string looking like a number */ @@ -60,10 +36,10 @@ xlputc(fptr,'\\'); } -*** ./xlread.c~ Tue Aug 15 10:25:53 1995 ---- ./xlread.c Tue Aug 15 10:31:37 1995 +*** xlread.c.orig Mon May 25 11:45:05 1998 +--- xlread.c Sun Apr 18 21:17:55 1999 *************** -*** 1063,1069 **** +*** 1167,1173 **** pname(fptr,&escflag,&packindex); if (! null(getvalue(s_read_suppress))) return(NIL); @@ -71,7 +47,7 @@ if (packindex >= 0) { /* check for zero-length name */ if (buf[packindex+1] == 0) xlfail("zero length name after ':'"); ---- 1063,1069 ---- +--- 1167,1173 ---- pname(fptr,&escflag,&packindex); if (! null(getvalue(s_read_suppress))) return(NIL); @@ -80,7 +56,7 @@ /* check for zero-length name */ if (buf[packindex+1] == 0) xlfail("zero length name after ':'"); *************** -*** 1109,1115 **** +*** 1213,1219 **** LVAL val; pname(fptr,&escflag); if (! null(getvalue(s_read_suppress))) return(NIL); @@ -88,7 +64,7 @@ } #endif /* PACKAGES */ ---- 1109,1115 ---- +--- 1213,1219 ---- LVAL val; pname(fptr,&escflag); if (! null(getvalue(s_read_suppress))) return(NIL); @@ -97,79 +73,77 @@ #endif /* PACKAGES */ *************** -*** 1334,1340 **** +*** 1449,1455 **** + return 0; } - /* isnumber - check if this string is a number */ ! int isnumber P2C(char *, str, LVAL *, pval) { int dl=0, dr=0; char *p = str; ---- 1334,1340 ---- +--- 1449,1455 ---- + return 0; } - /* isnumber - check if this string is a number */ ! int xl_isnumber P2C(char *, str, LVAL *, pval) { int dl=0, dr=0; char *p = str; -*** ./xlisp.h~ Tue Aug 15 10:30:35 1995 ---- ./xlisp.h Tue Aug 15 10:30:49 1995 *************** -*** 1549,1555 **** - extern LVAL tentry _((int ch)); - extern int xlload _((char *fname, int vflag, int pflag)); - extern int xlread _((LVAL fptr, LVAL *pval, int recursive)); -! extern int isnumber _((char *str, LVAL *pval)); - - /* for xlstruct */ - extern LVAL xlrdstruct _((LVAL list)); ---- 1549,1555 ---- - extern LVAL tentry _((int ch)); - extern int xlload _((char *fname, int vflag, int pflag)); - extern int xlread _((LVAL fptr, LVAL *pval, int recursive)); -! extern int xl_isnumber _((char *str, LVAL *pval)); - - /* for xlstruct */ - extern LVAL xlrdstruct _((LVAL list)); -*** ./xlmath2.c~ Tue Aug 15 10:35:41 1995 ---- ./xlmath2.c Tue Aug 15 10:37:04 1995 -*************** -*** 80,86 **** - LOCAL ComplexNumber catan P1H(ComplexNumber); - LOCAL ComplexNumber catan2 P2H(ComplexNumber, ComplexNumber); +*** 1568,1574 **** + return (TRUE); + } + #else +! int isnumber P2C(char *, str, LVAL *, pval) + { + int dl=0, dr=0; + char *p = str; +--- 1568,1574 ---- + return (TRUE); + } + #else +! int xl_isnumber P2C(char *, str, LVAL *, pval) + { + int dl=0, dr=0; + char *p = str; +*** xlmath2.c.orig Thu Apr 20 08:50:43 1995 +--- xlmath2.c Sun Apr 18 21:25:39 1999 +*************** +*** 66,72 **** + #endif + LOCAL VOID badcop(V); LOCAL LVAL readnumber P1H(Number *); ! LOCAL VOID setmode P2H(Number *, int); LOCAL VOID matchmodes P2H(Number *, Number *); LOCAL LVAL lispnumber P1H(Number *); LOCAL LVAL binary P1H(int); ---- 80,86 ---- - LOCAL ComplexNumber catan P1H(ComplexNumber); - LOCAL ComplexNumber catan2 P2H(ComplexNumber, ComplexNumber); +--- 66,72 ---- + #endif + LOCAL VOID badcop(V); LOCAL LVAL readnumber P1H(Number *); ! LOCAL VOID xl_setmode P2H(Number *, int); LOCAL VOID matchmodes P2H(Number *, Number *); LOCAL LVAL lispnumber P1H(Number *); LOCAL LVAL binary P1H(int); *************** -*** 539,545 **** +*** 455,461 **** return(arg); } ! LOCAL VOID setmode P2C(Number *, x, int, mode) { switch (mode) { - #ifdef RATIOS ---- 539,545 ---- + #ifdef BIGNUMS +--- 455,461 ---- return(arg); } ! LOCAL VOID xl_setmode P2C(Number *, x, int, mode) { switch (mode) { - #ifdef RATIOS + #ifdef BIGNUMS *************** -*** 618,625 **** +*** 534,541 **** break; #endif } @@ -178,7 +152,7 @@ } LOCAL LVAL lispnumber P1C(Number *, x) ---- 618,625 ---- +--- 534,541 ---- break; #endif } @@ -188,24 +162,7 @@ LOCAL LVAL lispnumber P1C(Number *, x) *************** -*** 866,872 **** - case IN: - checkizero(arg.val); - #ifdef RATIOS -! setmode(&val, RT); - val.denom = arg.val; - break; - #else ---- 866,872 ---- - case IN: - checkizero(arg.val); - #ifdef RATIOS -! xl_setmode(&val, RT); - val.denom = arg.val; - break; - #else -*************** -*** 879,886 **** +*** 802,809 **** break; } else { @@ -214,7 +171,7 @@ } /* drop through */ #endif ---- 879,886 ---- +--- 802,809 ---- break; } else { @@ -224,7 +181,45 @@ /* drop through */ #endif *************** -*** 889,896 **** +*** 812,819 **** + val.fval /= arg.fval; + break; + case CI: +! setmode(&val, CF); +! setmode(&arg, CF); + /* drop through */ + case CF: + { +--- 812,819 ---- + val.fval /= arg.fval; + break; + case CI: +! xl_setmode(&val, CF); +! xl_setmode(&arg, CF); + /* drop through */ + case CF: + { +*************** +*** 856,863 **** + break; + } + else { +! setmode(&val, FL); +! setmode(&arg, FL); + } + /* drop through */ + case FL: +--- 856,863 ---- + break; + } + else { +! xl_setmode(&val, FL); +! xl_setmode(&arg, FL); + } + /* drop through */ + case FL: +*************** +*** 865,872 **** val.fval /= arg.fval; break; case CI: @@ -232,8 +227,8 @@ ! setmode(&arg, CF); /* drop through */ case CF: - #if 0 /* we can do better */ ---- 889,896 ---- + { +--- 865,872 ---- val.fval /= arg.fval; break; case CI: @@ -241,4 +236,4 @@ ! xl_setmode(&arg, CF); /* drop through */ case CF: - #if 0 /* we can do better */ + { diff -rNu xlispstat.old/patches/patch-ab xlispstat/patches/patch-ab --- xlispstat.old/patches/patch-ab Fri Aug 18 03:53:14 1995 +++ xlispstat/patches/patch-ab Sun Apr 18 22:14:11 1999 @@ -1,30 +1,65 @@ -*** Makefile.in.orig Fri Nov 4 04:32:49 1994 ---- Makefile.in Tue Aug 15 12:48:48 1995 +*** xllist.c.orig Sun Apr 18 22:12:23 1999 +--- xllist.c Sun Apr 18 22:13:39 1999 *************** -*** 35,41 **** - # CC -- usually cc, the C compiler to use - # LDCC -- usually also cc, the commant to link the objects - -! prefix = /usr/local - exec_prefix = ${prefix} - - XLSLIB=${prefix}/lib/xlispstat ---- 35,41 ---- - # CC -- usually cc, the C compiler to use - # LDCC -- usually also cc, the commant to link the objects +*** 991,997 **** + } -! prefix = ${PREFIX} - exec_prefix = ${prefix} + /* xsort - built-in function 'sort' */ +! LOCAL LVAL mergesort P3C(LVAL, list, LVAL, sortfcn, LVAL, sortkey) + { + /* Strategy: divide into two parts, (recurse) to sort each, then + merge them together */ +--- 991,997 ---- + } - XLSLIB=${prefix}/lib/xlispstat + /* xsort - built-in function 'sort' */ +! LOCAL LVAL xl_mergesort P3C(LVAL, list, LVAL, sortfcn, LVAL, sortkey) + { + /* Strategy: divide into two parts, (recurse) to sort each, then + merge them together */ *************** -*** 123,128 **** ---- 123,130 ---- - compiler/convert.fsl compiler/cells.fsl compiler/simplify.fsl \ - compiler/lift.fsl compiler/gencode.fsl compiler/peephole.fsl \ - compiler/assemble.fsl compiler/cmpfront.fsl -+ -+ all: xlispstat +*** 1018,1025 **** + rplacd(temp, NIL); /* split left and right parts */ + } - xlispstat: setup.shell xlisp.wks - ./setup.shell xlispstat ${XLSLIB} +! left = mergesort(left, sortfcn, sortkey); +! right = mergesort(right, sortfcn, sortkey); + + { + LVAL result, resultt = NULL, leftarg, rightarg; +--- 1018,1025 ---- + rplacd(temp, NIL); /* split left and right parts */ + } + +! left = xl_mergesort(left, sortfcn, sortkey); +! right = xl_mergesort(right, sortfcn, sortkey); + + { + LVAL result, resultt = NULL, leftarg, rightarg; +*************** +*** 1094,1105 **** + { + LVAL etype = gettvecetype(list); + list = coerce_to_list(list); +! list = mergesort(list, sortfcn, sortkey); + list = coerce_to_tvec(list, etype); + break; + } + case CONS: +! list = mergesort(list, sortfcn, sortkey); + break; + default: xlbadtype(list); + } +--- 1094,1105 ---- + { + LVAL etype = gettvecetype(list); + list = coerce_to_list(list); +! list = xl_mergesort(list, sortfcn, sortkey); + list = coerce_to_tvec(list, etype); + break; + } + case CONS: +! list = xl_mergesort(list, sortfcn, sortkey); + break; + default: xlbadtype(list); + } diff -rNu xlispstat.old/patches/patch-fp xlispstat/patches/patch-fp --- xlispstat.old/patches/patch-fp Wed Dec 31 19:00:00 1969 +++ xlispstat/patches/patch-fp Sun Apr 25 13:52:16 1999 @@ -0,0 +1,26 @@ +*** X11BSDstuff.c.orig Sun Apr 25 12:59:03 1999 +--- X11BSDstuff.c Sun Apr 25 13:50:35 1999 +*************** +*** 14,19 **** +--- 14,22 ---- + #include "version.h" + /***** probably needs to be protected by check that dirent is available */ + #include ++ #ifdef __FreeBSD__ ++ #include ++ #endif + + extern VOID StPollEvent(V); + extern int StBlockForInput(V); +*************** +*** 51,56 **** +--- 54,62 ---- + VOID osinit(name) + char *name; + { ++ #ifdef __FreeBSD__ ++ fpsetmask(0); ++ #endif + time_stamp = time((time_t *) 0); + + disable_interrupts(); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 20:52:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 09BF315C4B; Sun, 2 May 1999 20:52:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA86922; Sun, 2 May 1999 20:52:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 20:52:32 -0700 (PDT) From: Message-Id: <199905030352.UAA86922@freefall.freebsd.org> To: oyvindmo@initio.no, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11451: New port: audio/ripit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: audio/ripit State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 20:49:16 PDT 1999 State-Changed-Why: New port 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 May 2 20:58:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 64C3B15B43; Sun, 2 May 1999 20:58:38 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA87396; Sun, 2 May 1999 20:58:38 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 20:58:38 -0700 (PDT) From: Message-Id: <199905030358.UAA87396@freefall.freebsd.org> To: vns@delta.odessa.ua, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11108: new port: russian/rapache Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: russian/rapache State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 20:55:47 PDT 1999 State-Changed-Why: New port 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 May 2 21: 8: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A13B514C0C; Sun, 2 May 1999 21:08:06 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA88390; Sun, 2 May 1999 21:08:07 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 21:08:07 -0700 (PDT) From: Message-Id: <199905030408.VAA88390@freefall.freebsd.org> To: ixtl@utmc.or.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11337: New port: japanese/latex2html Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: japanese/latex2html State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 21:07:55 PDT 1999 State-Changed-Why: New port 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 May 2 21: 8:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FC5F14C36; Sun, 2 May 1999 21:08:47 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA88471; Sun, 2 May 1999 21:08:47 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 21:08:47 -0700 (PDT) From: Message-Id: <199905030408.VAA88471@freefall.freebsd.org> To: kiri@pis.toba-cmt.ac.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11425: New ports: ja-img-1.2b2(japanese/libimg) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New ports: ja-img-1.2b2(japanese/libimg) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 21:08:08 PDT 1999 State-Changed-Why: New port 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 May 2 21:13:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0019015B73; Sun, 2 May 1999 21:13:29 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA88783; Sun, 2 May 1999 21:13:30 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 21:13:30 -0700 (PDT) From: Message-Id: <199905030413.VAA88783@freefall.freebsd.org> To: kiri@pis.toba-cmt.ac.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11424: New ports: ja-tkstep-8.0.4(japanese/tkstep80) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New ports: ja-tkstep-8.0.4(japanese/tkstep80) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 21:08:49 PDT 1999 State-Changed-Why: New port 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 May 2 21:19:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9362615B90; Sun, 2 May 1999 21:19:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA89446; Sun, 2 May 1999 21:19:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 21:19:27 -0700 (PDT) From: Message-Id: <199905030419.VAA89446@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11381: New port: Hermes-1.2.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: Hermes-1.2.4 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 21:18:20 PDT 1999 State-Changed-Why: New port 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 May 2 21:21:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3135015D18; Sun, 2 May 1999 21:21:45 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA89978; Sun, 2 May 1999 21:21:45 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 21:21:45 -0700 (PDT) From: Message-Id: <199905030421.VAA89978@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11403: New port: gview-0.1.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: gview-0.1.4 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 21:19:29 PDT 1999 State-Changed-Why: New port 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 May 2 21:25:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D612015B92; Sun, 2 May 1999 21:25:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA90386; Sun, 2 May 1999 21:25:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 21:25:23 -0700 (PDT) From: Message-Id: <199905030425.VAA90386@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11455: New ports: graphics/tgif-nls Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New ports: graphics/tgif-nls State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 21:21:47 PDT 1999 State-Changed-Why: New port 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 May 2 21:28:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C1AA415D56; Sun, 2 May 1999 21:28:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA91155; Sun, 2 May 1999 21:28:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 21:28:42 -0700 (PDT) From: Message-Id: <199905030428.VAA91155@freefall.freebsd.org> To: adam@whizkidtech.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11408: Library to create multi-page TIFF files Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Library to create multi-page TIFF files State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 21:25:26 PDT 1999 State-Changed-Why: New port 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 May 2 21:31:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 662D315D8D; Sun, 2 May 1999 21:31:26 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA91567; Sun, 2 May 1999 21:31:25 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 21:31:25 -0700 (PDT) From: Message-Id: <199905030431.VAA91567@freefall.freebsd.org> To: jim@blues.ghis.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11400: new port: wmtictactoe-0.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: wmtictactoe-0.4 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 21:30:57 PDT 1999 State-Changed-Why: New port 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 May 2 21:36:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B071315226; Sun, 2 May 1999 21:36:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA92284; Sun, 2 May 1999 21:36:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 21:36:54 -0700 (PDT) From: Message-Id: <199905030436.VAA92284@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11427: New port: cmatrix-0.98b Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: cmatrix-0.98b State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 21:36:30 PDT 1999 State-Changed-Why: New port 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 May 2 21:39:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 96ABE15DBD; Sun, 2 May 1999 21:39:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA92578; Sun, 2 May 1999 21:39:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 21:39:19 -0700 (PDT) From: Message-Id: <199905030439.VAA92578@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11429: New port: genius-0.4.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: genius-0.4.0 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 21:39:03 PDT 1999 State-Changed-Why: New port 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 May 2 21:54: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4876015CFD; Sun, 2 May 1999 21:53:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA94542; Sun, 2 May 1999 21:53:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 2 May 1999 21:53:56 -0700 (PDT) From: Message-Id: <199905030453.VAA94542@freefall.freebsd.org> To: wghicks@bellsouth.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10849: [PORT UPGRADE] crossm68k-devel (EGCS-1.1.2 based toolchain) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PORT UPGRADE] crossm68k-devel (EGCS-1.1.2 based toolchain) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 2 21:49:36 PDT 1999 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 May 2 22:30: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 288F015449 for ; Sun, 2 May 1999 22:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA98693; Sun, 2 May 1999 22:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kaa.kfunigraz.ac.at (KAA-ATM.kfunigraz.ac.at [143.50.202.22]) by hub.freebsd.org (Postfix) with ESMTP id CAA171554F for ; Sun, 2 May 1999 22:24:50 -0700 (PDT) (envelope-from dada@balu.kfunigraz.ac.at) Received: from balu.kfunigraz.ac.at (balu [143.50.16.16]) by kaa.kfunigraz.ac.at (8.9.2/8.9.2) with ESMTP id HAA20702 for ; Mon, 3 May 1999 07:24:02 +0200 (MDT) Received: from localhost.kfunigraz.ac.at (IDENT:kPGbwVxr8lrIC//N1diYoSrQ0RkZLIJR@BONLINEA35.kfunigraz.ac.at [143.50.36.35]) by balu.kfunigraz.ac.at (8.9.2/8.9.2) with ESMTP id HAA05140 for ; Mon, 3 May 1999 07:24:42 +0200 (MDT) Received: (from dada@localhost) by localhost.kfunigraz.ac.at (8.8.8/8.8.8) id CAA03550; Mon, 3 May 1999 02:27:01 +0200 (CEST) (envelope-from dada) Message-Id: <199905030027.CAA03550@localhost.kfunigraz.ac.at> Date: Mon, 3 May 1999 02:27:01 +0200 (CEST) From: dada@sbox.tu-graz.ac.at Reply-To: dada@sbox.tu-graz.ac.at To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11461: c2html update 0.4 => 0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11461 >Category: ports >Synopsis: c2html update 0.4 => 0.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: Sun May 2 22:30:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Martin Kammerhofer >Release: FreeBSD 2.2.8-STABLE i386 >Organization: Graz University of Technology >Environment: >Description: Tarball has been updated on Sunsite to version 0.5. >How-To-Repeat: >Fix: diff -rNu c2html.bak/Makefile c2html/Makefile --- c2html.bak/Makefile Fri Apr 2 05:58:53 1999 +++ c2html/Makefile Mon May 3 01:22:22 1999 @@ -3,10 +3,10 @@ # Date created: 28 October 1997 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1999/04/02 03:58:53 steve Exp $ +# $Id$ # -DISTNAME= c2html-0.4 +DISTNAME= c2html-0.5 CATEGORIES= textproc www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/converters diff -rNu c2html.bak/files/md5 c2html/files/md5 --- c2html.bak/files/md5 Fri Apr 2 05:58:58 1999 +++ c2html/files/md5 Mon May 3 01:22:22 1999 @@ -1 +1 @@ -MD5 (c2html-0.4.tar.gz) = 317c49ca99230865cb39fd54f091fad0 +MD5 (c2html-0.5.tar.gz) = 9eff1d70bb2a529de6802c119784de16 diff -rNu c2html.bak/patches/patch-aa c2html/patches/patch-aa --- c2html.bak/patches/patch-aa Fri Apr 2 05:58:58 1999 +++ c2html/patches/patch-aa Mon May 3 01:22:22 1999 @@ -1,5 +1,5 @@ ---- Makefile.in~ Wed Mar 10 22:14:48 1999 -+++ Makefile.in Sun Mar 21 18:19:16 1999 +--- Makefile.in.orig Wed Apr 21 19:21:32 1999 ++++ Makefile.in Wed Apr 21 23:42:12 1999 @@ -12,7 +12,7 @@ # for gzip because otherwise the load on the web server # grows without having big benefits. @@ -9,12 +9,12 @@ # Dont change things beyond this line. TARGET = c2html -@@ -40,7 +40,7 @@ +@@ -43,7 +43,7 @@ srcdir = @srcdir@ CPPFLAGS = @CPPFLAGS@ --CFLAGS = -O2 -Wall -pedantic $(COMPRESSION) -+CFLAGS += -O2 -Wall -pedantic $(COMPRESSION) - ALL_CFLAGS = $(CFLAGS) -I$(srcdir) +-CFLAGS += -O2 -Wall -pedantic ++CFLAGS ?= -O2 -Wall -Wcast-qual -pedantic + ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) all: $(TARGET) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 22:30:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E171714F16 for ; Sun, 2 May 1999 22:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA98684; Sun, 2 May 1999 22:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 2 May 1999 22:30:02 -0700 (PDT) Message-Id: <199905030530.WAA98684@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Martin Kammerhofer Subject: Re: ports/10885 Reply-To: Martin Kammerhofer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10885; it has been noted by GNATS. From: Martin Kammerhofer To: FreeBSD problems Cc: Subject: Re: ports/10885 Date: Mon, 3 May 1999 01:53:30 +0200 (CEST) The package has been updated on Sunsite to version 0.5 now. Since no initial version has been commited I submit another shar rather than a diff. Please consider the originally submitted sharfile as throwaway. <======= cut here =================================================== # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # java2html # java2html/pkg # java2html/pkg/COMMENT # java2html/pkg/DESCR # java2html/pkg/PLIST # java2html/Makefile # java2html/files # java2html/files/md5 # java2html/patches # java2html/patches/patch-aa # echo c - java2html mkdir -p java2html > /dev/null 2>&1 echo c - java2html/pkg mkdir -p java2html/pkg > /dev/null 2>&1 echo x - java2html/pkg/COMMENT sed 's/^X//' >java2html/pkg/COMMENT << 'END-of-java2html/pkg/COMMENT' XJava sources to HTML converter END-of-java2html/pkg/COMMENT echo x - java2html/pkg/DESCR sed 's/^X//' >java2html/pkg/DESCR << 'END-of-java2html/pkg/DESCR' XJava2html is a syntax highlighter for Java and C++ source code that Xproduces a highlighted html file as output. X XJava2html offers the following features: X X - support for Java and C++ X - fast (single pass conversion using flex) X - doesn't change formatting - only adds tags X and properly escapes non-ascii characters X - easy integration with webservers - browse your sources colourized X - gzips http output for browsers to save bandwidth (only in CGI mode) X - documentation and manpage included END-of-java2html/pkg/DESCR echo x - java2html/pkg/PLIST sed 's/^X//' >java2html/pkg/PLIST << 'END-of-java2html/pkg/PLIST' Xbin/java2html Xshare/doc/java2html/AUTHORS Xshare/doc/java2html/NEWS Xshare/doc/java2html/README X@dirrm share/doc/java2html END-of-java2html/pkg/PLIST echo x - java2html/Makefile sed 's/^X//' >java2html/Makefile << 'END-of-java2html/Makefile' X# New ports collection makefile for: java2html X# Version required: 0.4 X# Date created: 21 March 1999 X# Whom: Martin Kammerhofer X# X# $Id$ X# X XDISTNAME= java2html-0.5 XCATEGORIES= textproc www XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= apps/www/converters X XMAINTAINER= mkamm@gmx.net X XUSE_AUTOCONF= yes X XMAN1= java2html.1 X X.if !defined(NOPORTDOCS) Xpost-install: X ${MKDIR} ${PREFIX}/share/doc/java2html X.for file in AUTHORS NEWS README X ${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/share/doc/java2html X.endfor X.endif X X.include END-of-java2html/Makefile echo c - java2html/files mkdir -p java2html/files > /dev/null 2>&1 echo x - java2html/files/md5 sed 's/^X//' >java2html/files/md5 << 'END-of-java2html/files/md5' XMD5 (java2html-0.5.tar.gz) = 044f8ea3aee287f7b66ce14a5a93bb31 END-of-java2html/files/md5 echo c - java2html/patches mkdir -p java2html/patches > /dev/null 2>&1 echo x - java2html/patches/patch-aa sed 's/^X//' >java2html/patches/patch-aa << 'END-of-java2html/patches/patch-aa' X--- Makefile.in.orig Wed Apr 14 18:28:16 1999 X+++ Makefile.in Thu Apr 15 22:55:00 1999 X@@ -12,7 +12,7 @@ X # for gzip because otherwise the load on the web server X # grows without having big benefits. X # COMPRESSION = -DCOMPRESSION=4 X-COMPRESSION = -DCOMPRESSION=1 X+COMPRESSION ?= -DCOMPRESSION=1 X X # Dont change things beyond this line. X TARGET = java2html X@@ -43,7 +43,7 @@ X srcdir = @srcdir@ X CPPFLAGS = @CPPFLAGS@ X X-CFLAGS += -O2 -Wall -pedantic X+CFLAGS ?= -O2 -Wall -pedantic X ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) X X all: $(TARGET) END-of-java2html/patches/patch-aa exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 2 23:24:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id AD8D014C9E for ; Sun, 2 May 1999 23:24:09 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-180.ix.netcom.com [209.111.208.180]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id XAA23040; Sun, 2 May 1999 23:22:07 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id XAA66563; Sun, 2 May 1999 23:12:56 -0700 (PDT) Date: Sun, 2 May 1999 23:12:56 -0700 (PDT) Message-Id: <199905030612.XAA66563@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: nbm@mithrandr.moria.org Cc: jtjang@gcn.net.tw, ports@FreeBSD.ORG In-reply-to: <19990501143827.B42561@rucus.ru.ac.za> (message from Neil Blakey-Milner on Sat, 1 May 1999 14:38:27 +0000) Subject: Re: Usefull script to clean /usr/ports/distfiles. Testers neded From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <37241D4B.C9DC6FD2@altavista.net> <19990426105508.A30028@rucus.ru.ac.za> <37242D15.77938D17@altavista.net> <19990429120329.A82884@rucus.ru.ac.za> <372862CA.B089EED3@altavista.net> <19990501104125.A15602@keith.home> <19990501143827.B42561@rucus.ru.ac.za> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Neil Blakey-Milner * Cc: ports@FreeBSD.ORG * * On Sat 1999-05-01 (10:41), Keith Jang wrote: * > It's quite handy. However, it also needs provision for "IGNORE" distfiles, * > for example: * > * > chinese/CJK (CJK.tar.gz) * > print/dvi2tty (dvi2tty.tar.gz) * > xc/XFree86 (Wraphelp.c) * * The only way I can think of this being implemented somewhat efficient * manner is if you maintain a list of files separately that you'd like * to ignore - expecting the script to grok Makefiles to find IGNORE * would take ages. The IGNORE lines are in files/md5 too. :) -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 3: 0:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A56911548F for ; Mon, 3 May 1999 03:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA22337; Mon, 3 May 1999 03:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 64E6F1548F for ; Mon, 3 May 1999 02:55:51 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id NAA16897; Mon, 3 May 1999 13:55:48 +0400 (MSD) (envelope-from andy) Message-Id: <199905030955.NAA16897@icc.surw.chel.su> Date: Mon, 3 May 1999 13:55:48 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11463: New port: IglooFTP-0.6.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11463 >Category: ports >Synopsis: New port: IglooFTP-0.6.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 3 03:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of IglooFTP-0.6.1, an easy to use FTP client for X Window System. IglooFTP is a new graphical FTP client written from scratch. Its main goals is to be easy to use and intuitive when used by novice, but powerful and fully configurable in the hand of experienced users. Already available features are : Intuitive user friendly interface, graphical configurability, toolbar, fast-connect bar, graphical directories browser, tree hierarchical site manager with site groups, user profile management, local and remote prompt command, directories creation/deletion, recursive downloads/uploads delete/move/chmod, file transfert resume, resolution of symbolic links, support of passive and non-passive data connection, possibility to show / hide hidden file, anti-idle tool, DND support, firewall support, own Netscape mini-toolbar and a great appearance. # 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: # # IglooFTP-0.6.1 # IglooFTP-0.6.1/Makefile # IglooFTP-0.6.1/files # IglooFTP-0.6.1/files/md5 # IglooFTP-0.6.1/patches # IglooFTP-0.6.1/patches/patch-aa # IglooFTP-0.6.1/patches/patch-ab # IglooFTP-0.6.1/patches/patch-ac # IglooFTP-0.6.1/pkg # IglooFTP-0.6.1/pkg/PLIST # IglooFTP-0.6.1/pkg/COMMENT # IglooFTP-0.6.1/pkg/DESCR # echo c - IglooFTP-0.6.1 mkdir -p IglooFTP-0.6.1 > /dev/null 2>&1 echo x - IglooFTP-0.6.1/Makefile sed 's/^X//' >IglooFTP-0.6.1/Makefile << 'END-of-IglooFTP-0.6.1/Makefile' X# New ports collection makefile for: IglooFTP X# Version required: 0.6.1 X# Date created: 3 May 1999 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= IglooFTP-0.6.1.src XPKGNAME= IglooFTP-0.6.1 XCATEGORIES= net XMASTER_SITES= ${MASTER_SITE_SUNSITE} \ X ftp://littleigloo.org/pub/iglooftp/ XMASTER_SITE_SUBDIR= system/network/file-transfer X XMAINTAINER= andy@icc.surw.chel.su X XLIB_DEPENDS= gdk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ X glib12:${PORTSDIR}/devel/glib12 \ X gmodule12:${PORTSDIR}/devel/glib12 \ X gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ X intl:${PORTSDIR}/devel/gettext X XUSE_X_PREFIX= yes X XWRKSRC= ${WRKDIR}/IglooFTP-0.6.1 X Xdo-build: X @ cd ${WRKSRC}/src; ${MAKE} X Xdo-install: X @ cd ${WRKSRC}/src; ${MAKE} install X @ ${RM} ${PREFIX}/share/IglooFTP/docs/LICENSE~ X Xpost-install: X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/IglooFTP X.for file in AUTHORS BUGS COPYRIGHT THANKS TODO X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/IglooFTP X.endfor X.endif X X.include END-of-IglooFTP-0.6.1/Makefile echo c - IglooFTP-0.6.1/files mkdir -p IglooFTP-0.6.1/files > /dev/null 2>&1 echo x - IglooFTP-0.6.1/files/md5 sed 's/^X//' >IglooFTP-0.6.1/files/md5 << 'END-of-IglooFTP-0.6.1/files/md5' XMD5 (IglooFTP-0.6.1.src.tar.gz) = 8e35b89ebbde67e335775f8774bfafec END-of-IglooFTP-0.6.1/files/md5 echo c - IglooFTP-0.6.1/patches mkdir -p IglooFTP-0.6.1/patches > /dev/null 2>&1 echo x - IglooFTP-0.6.1/patches/patch-aa sed 's/^X//' >IglooFTP-0.6.1/patches/patch-aa << 'END-of-IglooFTP-0.6.1/patches/patch-aa' X--- src/FTP.c Thu Apr 15 20:05:13 1999 X+++ /home/andy/tmp/wrk/src/FTP.c Mon May 3 12:59:56 1999 X@@ -15,12 +15,12 @@ X */ X X X+#include X #include X #include X #include X #include X #include X-#include X #include X #include X END-of-IglooFTP-0.6.1/patches/patch-aa echo x - IglooFTP-0.6.1/patches/patch-ab sed 's/^X//' >IglooFTP-0.6.1/patches/patch-ab << 'END-of-IglooFTP-0.6.1/patches/patch-ab' X--- src/Makefile Thu Apr 15 20:05:15 1999 X+++ /home/andy/tmp/wrk/src/Makefile Mon May 3 12:59:28 1999 X@@ -1,14 +1,15 @@ X SHELL=/bin/sh X-CC = gcc X-C_FLAGS = -Wall -g -O2 -m486 -fno-strength-reduce X-GTK_CFLAGS = `gtk-config --cflags` X-GTK_LIBS = `gtk-config --libs` X-LFLAGS = $(GTK_LIBS) -lresolv -lXmu -lXt -lSM -lICE X+CC?= gcc X+C_FLAGS = $(CFLAGS) X+# -Wall -g -O2 -m486 -fno-strength-reduce X+GTK_CFLAGS = `gtk12-config --cflags` X+GTK_LIBS = `gtk12-config --libs` X+LFLAGS = $(GTK_LIBS) -lXmu -lXt -lSM -lICE X PROGNAME = IglooFTP X PROGNAME-STATIC = IglooFTP-static X VERSION = 0.6.1 X VERSION_DATE = 1999 X-DESTDIR = /usr/local X+DESTDIR?= /usr/X11R6 X BIN_PATH = $(DESTDIR)/bin X MAN_PATH = $(DESTDIR)/man X SHARE_PATH = $(DESTDIR)/share/$(PROGNAME) X@@ -111,7 +112,7 @@ X @echo "#define COMPILE_TIME \"`date +%T`\"" >> version.h X @echo "#define COMPILE_BY \"`whoami`\"" >> version.h X @echo "#define COMPILE_HOST \"`hostname`\"" >> version.h X- @echo "#define GTK_VERSION \"GTK+ `gtk-config --version`\"" >> version.h X+ @echo "#define GTK_VERSION \"GTK+ `gtk12-config --version`\"" >> version.h X @echo "#define CC_VERSION \"`$(CC) -v 2>&1 | tail -1`\"">>version.h X @echo "#define CODE_LINES \"`cat *.c *.h | grep -ch -e \"[[:alpha:]|[:punct:]]\"`\"">>version.h X END-of-IglooFTP-0.6.1/patches/patch-ab echo x - IglooFTP-0.6.1/patches/patch-ac sed 's/^X//' >IglooFTP-0.6.1/patches/patch-ac << 'END-of-IglooFTP-0.6.1/patches/patch-ac' X--- src/main.c Thu Apr 15 20:05:15 1999 X+++ /home/andy/tmp/wrk/src/main.c Mon May 3 13:42:28 1999 X@@ -20,6 +20,9 @@ X #include X #include X #include X+#ifdef __FreeBSD__ X+#include X+#endif X #include "protos.h" X X X@@ -101,6 +104,10 @@ X GtkWidget *vbox1; X char IS_SPAWNED = FALSE; X register int f; X+ X+#ifdef __FreeBSD__ X+ fpsetmask(0); X+#endif X X gtk_set_locale (); X gtk_init (&argc, &argv); END-of-IglooFTP-0.6.1/patches/patch-ac echo c - IglooFTP-0.6.1/pkg mkdir -p IglooFTP-0.6.1/pkg > /dev/null 2>&1 echo x - IglooFTP-0.6.1/pkg/PLIST sed 's/^X//' >IglooFTP-0.6.1/pkg/PLIST << 'END-of-IglooFTP-0.6.1/pkg/PLIST' Xbin/IglooFTP Xshare/IglooFTP/gtkrc Xshare/IglooFTP/app_ass/app_ass.GNOME Xshare/IglooFTP/app_ass/app_ass.KDE Xshare/IglooFTP/app_ass/app_ass.default Xshare/IglooFTP/bookmarks/default.bmk Xshare/IglooFTP/docs/ChangeLog Xshare/IglooFTP/docs/LICENSE Xshare/IglooFTP/docs/README Xshare/IglooFTP/docs/welcome.msg Xshare/IglooFTP/html/default.html Xshare/IglooFTP/html/images/amazon_mini.gif Xshare/IglooFTP/html/images/banner.gif Xshare/IglooFTP/html/images/bannerbg.gif Xshare/IglooFTP/html/images/bannerbg_bottom.gif Xshare/IglooFTP/html/images/bgsnow.gif Xshare/IglooFTP/html/images/bookshelf.gif Xshare/IglooFTP/html/images/hopbanner.gif Xshare/IglooFTP/html/images/hot100.jpg Xshare/IglooFTP/html/images/iglooftp.gif Xshare/IglooFTP/html/images/iglooftp_now1.gif Xshare/IglooFTP/html/images/iglooftp_now8.gif Xshare/IglooFTP/html/images/join.gif Xshare/IglooFTP/html/images/nav_books.gif Xshare/IglooFTP/html/images/nav_booksG.gif Xshare/IglooFTP/html/images/nav_download.gif Xshare/IglooFTP/html/images/nav_downloadG.gif Xshare/IglooFTP/html/images/nav_home.gif Xshare/IglooFTP/html/images/nav_homeG.gif Xshare/IglooFTP/html/images/nav_link.gif Xshare/IglooFTP/html/images/nav_linkG.gif Xshare/IglooFTP/html/images/nav_museum.gif Xshare/IglooFTP/html/images/nav_museumG.gif Xshare/IglooFTP/html/images/nav_news.gif Xshare/IglooFTP/html/images/nav_newsG.gif Xshare/IglooFTP/html/images/nav_search.gif Xshare/IglooFTP/html/images/nav_searchG.gif Xshare/IglooFTP/html/images/nav_soft.gif Xshare/IglooFTP/html/images/nav_softG.gif Xshare/IglooFTP/html/images/nav_tut.gif Xshare/IglooFTP/html/images/nav_tutG.gif Xshare/IglooFTP/html/images/search.gif Xshare/IglooFTP/html/images/softwares.jpg Xshare/IglooFTP/html/images/viglooftp.gif Xshare/IglooFTP/xpm/iglooftp.xpm Xshare/IglooFTP/xpm/little_igloo.xpm Xshare/doc/IglooFTP/AUTHORS Xshare/doc/IglooFTP/BUGS Xshare/doc/IglooFTP/COPYRIGHT Xshare/doc/IglooFTP/THANKS Xshare/doc/IglooFTP/TODO X@dirrm share/IglooFTP/app_ass X@dirrm share/IglooFTP/bookmarks X@dirrm share/IglooFTP/docs X@dirrm share/IglooFTP/html/images X@dirrm share/IglooFTP/html X@dirrm share/IglooFTP/xpm X@dirrm share/IglooFTP X@dirrm share/doc/IglooFTP END-of-IglooFTP-0.6.1/pkg/PLIST echo x - IglooFTP-0.6.1/pkg/COMMENT sed 's/^X//' >IglooFTP-0.6.1/pkg/COMMENT << 'END-of-IglooFTP-0.6.1/pkg/COMMENT' XEasy to use FTP client for X Window System. END-of-IglooFTP-0.6.1/pkg/COMMENT echo x - IglooFTP-0.6.1/pkg/DESCR sed 's/^X//' >IglooFTP-0.6.1/pkg/DESCR << 'END-of-IglooFTP-0.6.1/pkg/DESCR' XIglooFTP is a new graphical FTP client written from scratch. XIts main goals is to be easy to use and intuitive when used Xby novice, but powerful and fully configurable in the hand Xof experienced users. X XAlready available features are : X XIntuitive user friendly interface, graphical configurability, Xtoolbar, fast-connect bar, graphical directories browser, Xtree hierarchical site manager with site groups, user profile Xmanagement, local and remote prompt command, Xdirectories creation/deletion, recursive downloads/uploads Xdelete/move/chmod, file transfert resume, resolution of Xsymbolic links, support of passive and non-passive data Xconnection, possibility to show / hide hidden file, Xanti-idle tool, DND support, firewall support, Xown Netscape mini-toolbar and a great appearance. END-of-IglooFTP-0.6.1/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 5:25:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 3DCF714FEF for ; Mon, 3 May 1999 05:25:47 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-180.ix.netcom.com [209.111.208.180]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id FAA23396 for ; Mon, 3 May 1999 05:26:17 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id FAA97026; Mon, 3 May 1999 05:24:46 -0700 (PDT) Date: Mon, 3 May 1999 05:24:46 -0700 (PDT) Message-Id: <199905031224.FAA97026@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: 3-stable build running every day From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, In anticipation of the ports freeze on May 10th, I've changed my script so it will be running 3-stable builds every day. Please check http://bento.freebsd.org/~asami/errorlogs/3-latest/ once in a while. The script starts at 5AM PST but it takes a couple of hours to do the cvs updates and stuff so the actual build won't start until around 7AM PST. While I'm talking, here's the latest committers' guide, in case you don't know what "errorlogs" or "ports freeze" mean. You can also get this file from http://www.freebsd.org/~asami/cvsguide.txt -PW ------ A Guide for FreeBSD Ports Committers 0. Importing a new port 0A. How do I import a new port? First, please read the section about repository copy. To import a new port, the easiest way is to use the "easy-import" script on freefall. It will ask you some questions and import the port in the directory you specifies. It will also add an entry to the modules file. It was written by Joerg Wunsch ("joerg") so please send mail to him if you have questions about easy-import. One thing it *won't* do for you is add the port to the parent (category) Makefile. You have to do that yourself. 0B. Any other things you need to know when I import a new port? Check the port, preferably to make sure it compiles and packages correctly. This is the recommended sequence: make install make package make deinstall pkg_add make deinstall make reinstall make package The handbook's "porting" section contains more detailed instructions. Use portlint to check the syntax of the port. You don't necessarily have to eliminate all warnings but make sure you have fixed the simple ones. If the port came from a submitter who hasn't contributed to the project before, add that person's name to the handbook's "additional contributors" section. Close the PR if the port came in as a PR. To close a PR, just do an "edit-pr " on freefall and change the "state" from "open" to "closed". You will be asked to enter a message and then you're done. 1. Repository copy 1A. When do we need a repository copy? When you want to import a port that is related to any port that is in the tree in a separate directory, please send mail to the ports manager asking about it. Here "related" means it is a different version or a slightly modified version. Examples are print/ghostscript* (different versions) and x11-wm/windowmaker* (English-only and internationalized version). Another example is when a port is moved from one subdirectory to another, or when you want to change the name of a directory due to the authors calling their software by a different name even though it's a descendant of a port already in a tree. 1B. Why do we need a repository copy? To preserve the history of old ports. To avoid excessive slowdown of CVS and to reclaim disk space, we periodically purge old files from the Attic. This will cause old history to be lost if not preserved by a repository copy. 1C. When do we *not* need a repository copy? When there is no history to preserve. If a port is imported into a wrong category and is moved immediately, it suffices to simple cvs remove the old one and cvs import new one. 1D. What do I need to do? Send mail to the ports manager, who will do a copy from the old location/name to the new location/name. You will then get a notice, at which point you are expected to perform the following: @ cvs remove the old port (if necessary) @ adjust the parent (category) Makefile @ change modules @ if the port is depended by other ports, change their Makefiles' dependency lines @ if the port changed categories, modify the CATEGORIES line of the port's Makefile accordingly 2. Ports freeze 2A. What is a "ports freeze"? Before a release, it is necessary to restrict commits to the ports tree for a short period of time while the packages and the release itself are being built. This is to ensure consistency among the various parts of the release, and is called the "ports freeze". 2B. How long is a ports freeze? Usually two to three days. 2C. What does it mean to me? During the ports freeze, you are not allowed to commit anything to the tree without an explicit approval from the ports manager. An "explicit approval" here means either of the following: @ you asked the ports manager and got a reply saying "go ahead and commit it" @ the ports manager sent a mail to you or the mailing lists during the ports freeze pointing out that the port is broken and has to be fixed Note that you don't have implicit permission to fix a port during the freeze just because it's broken. 2D. How do I know when the ports freeze starts? The ports manager will send out warning messages to the ports and committers mailing lists announcing the start of the impending release, usually two or three weeks in advance. The exact starting time will not be determined a few days before the actual release. This is because the ports freeze has to be synchronized with the release, and it's usually not known until then when exactly the release will be rolled. When the freeze starts, there will be another announcement to the committers list, of course. 2E. How do I know when the ports freeze ends? A few hours after the release, the ports manager will send out a mail to the ports and committers mailing lists announcing the end of the ports freeze. Note that the release being cut doesn't automatically end the freeze -- we have to make sure there won't be any last minute snafus that result in an immediate re-rolling of the release. 3. Misc. 3A. How do I know if my port is building correctly or not? First, go check "http://bento.freebsd.org/~asami/errorlogs/". There, you will find error logs from the latest package building runs on 3-stable and 4-current. However, just because the port doesn't show up there doesn't mean it's building correctly. (One of the dependencies may have failed, for instance.) Here are relevant directories on bento, so feel free to dig around. /a/asami/portbuild/3/errors error logs from latest 3-stable run /logs all logs from latest 3-stable run /packages packages from latest 3-stable run /bak/errors error logs from last complete 3-stable run /bak/logs all logs from last complete 3-stable run /bak/packages packages from last complete 3-stable run /4/errors error logs from latest 4-current run /logs all logs from latest 4-current run /packages packages from latest 4-current run /bak/errors error logs from last complete 4-current run /bak/logs all logs from last complete 4-current run /bak/packages packages from last complete 4-current run Basically, if the port shows up in the packages dir, or it is in the "logs" dir but not in the "errors" dir, it means it built fine. (The "errors" directories are where you get from the web page.) 3B. I added a new port. Do I need to add it to the INDEX? No. The ports manager will regenerate the INDEX and commit it every few days. 3C. Oh. Are there any other files I'm not allowed to touch? Any file right under /usr/ports, or any file under a directory that starts with an uppercase letter (Mk, Tools, etc.). In particular, the ports manager is very protective about bsd.port.mk so don't commit changes to it unless you want to face his wra(i)th. :) -PW (aka your friendly ports wraith/wizard) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 5:37: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 342D814A2E; Mon, 3 May 1999 05:36:56 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-180.ix.netcom.com [209.111.208.180]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id FAA23410; Mon, 3 May 1999 05:37:45 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id FAA97076; Mon, 3 May 1999 05:36:50 -0700 (PDT) Date: Mon, 3 May 1999 05:36:50 -0700 (PDT) Message-Id: <199905031236.FAA97076@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: ache@freebsd.org, mharo@freebsd.org Cc: sada@freebsd.org, ports@freebsd.org Subject: netscape ports From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Can you guys agree on how to arrange the netscape ports? Right now we have /usr/local/netscape-4.5* for communicator vs. .../lib/netscape for navigator (and all the older ones) and this looks very ugly. Unless there is a compelling reason to do otherwise, I'd appreciate it if you can merge them all into .../lib/netscape. Also, the number of the latest version is "4.51", not "4.5.1". Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 6:48: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from c000.paix.cp.net (c000-h020.c000.paix.cp.net [209.228.15.178]) by hub.freebsd.org (Postfix) with SMTP id D622D14DF5 for ; Mon, 3 May 1999 06:47:58 -0700 (PDT) (envelope-from cwang@surfree.com) Received: (cpmta 3231 invoked from network); 3 May 1999 06:47:58 -0700 Date: 3 May 1999 06:47:58 -0700 Message-ID: <19990503134758.3230.cpmta@c000.paix.cp.net> X-Sent: 3 May 1999 13:47:58 GMT Received: from [208.30.33.250] by mail.surfree.com with HTTP; 03 May 1999 06:47:57 PDT Content-Type: text/plain Content-Disposition: inline Mime-Version: 1.0 To: freebsd-ports@FreeBSD.ORG From: X-Mailer: Web Mail 3.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org auth 092cfe46 unsubscribe freebsd-ports \ cwang@surfree.com -------------------------------------------------------- $14.95 Unlimited Internet Access, http://www.surfree.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 7:28: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from symbion.srrc.usda.gov (symbion.srrc.usda.gov [199.133.86.40]) by hub.freebsd.org (Postfix) with ESMTP id 9BA5F14D75 for ; Mon, 3 May 1999 07:28:03 -0700 (PDT) (envelope-from gjohnson@nola.srrc.usda.gov) Received: (from glenn@localhost) by symbion.srrc.usda.gov (8.9.3/8.9.3) id JAA71035; Mon, 3 May 1999 09:27:45 -0500 (CDT) (envelope-from glenn) Date: Mon, 3 May 1999 09:27:45 -0500 From: Glenn Johnson To: KIRIYAMA Kazuhiko Cc: ports@FreeBSD.org Subject: Re: Could you grahpics/libimg's version up to 1.2b2? Message-ID: <19990503092745.B70859@symbion.srrc.usda.gov> References: <19990501191246R.kiri@pis.toba-cmt.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990501191246R.kiri@pis.toba-cmt.ac.jp>; from KIRIYAMA Kazuhiko on Sat, May 01, 1999 at 07:12:46PM +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, May 01, 1999 at 07:12:46PM +0900, KIRIYAMA Kazuhiko wrote: > Hi. As you know,grahpics/libimg(img) has been updated up to 1.2b2. > I've send-pred rerevant ports(JDE,japanes/libimg),so could you version up > grahpics/libimg? > --- > KIRIYAMA Kazuhiko Correct me if I am wrong but the 'b' in 1.2b2 means beta. I know there can be many meanings of 'beta' but if the author maintains or keeps available a non-beta version then I think the non-beta version is the one that should be used. Therefore, I think the port should stay at 1.1.4 until the beta label is dropped from the 1.2 version. -- Glenn Johnson gljohns@bellsouth.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 7:40: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AEE1415453 for ; Mon, 3 May 1999 07:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA00961; Mon, 3 May 1999 07:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ix.netcom.com (sil-wa17-54.ix.netcom.com [207.93.156.54]) by hub.freebsd.org (Postfix) with ESMTP id 2EF6015438 for ; Mon, 3 May 1999 07:39:42 -0700 (PDT) (envelope-from tomdean@ix.netcom.com) Received: (from tomdean@localhost) by ix.netcom.com (8.9.3/8.8.8) id HAA75789; Mon, 3 May 1999 07:39:38 -0700 (PDT) (envelope-from tomdean) Message-Id: <199905031439.HAA75789@ix.netcom.com> Date: Mon, 3 May 1999 07:39:38 -0700 (PDT) From: Thomas Dean Reply-To: tomdean@ix.netcom.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11465: The port chipmunk will not run. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11465 >Category: ports >Synopsis: The port chipmunk will not run. >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 3 07:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Thomas Dean >Release: FreeBSD 4.0-CURRENT i386 SMP >Organization: >Environment: I am running 4.0-current SMP as of Apr 29, 1999 # ls -l /var/db/pkg | grep chip drwxr-xr-x 2 root wheel 512 May 2 17:06 chipmunk-5.10/ From XF86Config: ... Section "Device" Identifier "MGA" VendorName "MGA" BoardName "MGA 2064W" #VideoRam 2048 # Insert Clocks lines here if appropriate EndSection ... Section "Screen" Driver "svga" # Use Device "Generic VGA" for Standard VGA 320x200x256 #Device "Generic VGA" Device "MGA" Monitor "Sony" DefaultColorDepth 16 Subsection "Display" Depth 8 # Omit the Modes line for the "Generic VGA" device Modes "640x480" "800x600" "1024x768" ViewPort 0 0 # Use Virtual 320 200 for Generic VGA EndSubsection Subsection "Display" Depth 16 Modes "1024x768" "640x480" "800x600" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "640x480" "800x600" ViewPort 0 0 EndSubsection Subsection "Display" Depth 32 Modes "640x480" "800x600" ViewPort 0 0 EndSubsection EndSection >Description: The chipmunk tools, diglog, analog, etc., all exit with the same error. This may be related to X configuration. # diglog X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 78 (X_CreateColormap) Serial number of failed request: 7 Current serial number in output stream: 9 # analog X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 78 (X_CreateColormap) Serial number of failed request: 7 Current serial number in output stream: 9 This error comes from psys/src/mylib.c, function DisplayInitialize(), line 508. I created a -g version of log/src/log. # ./log X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 78 (X_CreateColormap) Serial number of failed request: 7 Current serial number in output stream: 9 gdb ./log GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.16 (i386-unknown-freebsd), Copyright 1996 Free Software Foundation, Inc... (gdb) l DisplayInitialize ... 508 XAllocColorCells(m_display, colormap, True, plane_masks, WinDepth, 509 &pixel, 1); ... (gdb) b 508 Breakpoint 1 at 0x80dd645: file mylib.c, line 508. (gdb) r Starting program: /usr/ports/cad/chipmunk/work/log/src/./log Breakpoint 1, DisplayInitialize () at mylib.c:508 508 XAllocColorCells(m_display, colormap, True, plane_masks, WinDepth, (gdb) p m_display $1 = (Display *) 0x8188800 (gdb) p colormap $2 = 46137345 (gdb) p plane_masks $3 = {0 } (gdb) p &pixel $4 = (long unsigned int *) 0x810f404 (gdb) s X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 78 (X_CreateColormap) Serial number of failed request: 7 Current serial number in output stream: 9 Program exited with code 01. (gdb) In psys/src/mylib.c, #define WinDepth 4 >How-To-Repeat: Run any of the X tools from the command line. # diglog - or - # analog >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 8: 5:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rr.iij4u.or.jp (h161.p060.iij4u.or.jp [210.130.60.161]) by hub.freebsd.org (Postfix) with SMTP id 1E3331548C for ; Mon, 3 May 1999 08:05:36 -0700 (PDT) (envelope-from sada@rr.iij4u.or.jp) Received: (qmail 15205 invoked by uid 1000); 4 May 1999 00:05:32 +0900 Date: 4 May 1999 00:05:32 +0900 Message-ID: <19990503150532.15204.sada@rr.iij4u.or.jp> To: asami@cs.berkeley.edu Cc: ache@freebsd.org, mharo@freebsd.org, sada@freebsd.org, ports@freebsd.org Subject: Re: netscape ports In-Reply-To: Your message of "Mon, 3 May 1999 21:36:50 JST". <199905031236.FAA97076@silvia.hip.berkeley.edu> From: sada@rr.IIJ4U.OR.JP (SADA Kenji) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Mailer: mnews [version 1.21] 1997-12/23(Tue) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> Can you guys agree on how to arrange the netscape ports? Right now we >> have /usr/local/netscape-4.5* for communicator vs. .../lib/netscape >> for navigator (and all the older ones) and this looks very ugly. >> Unless there is a compelling reason to do otherwise, I'd appreciate it >> if you can merge them all into .../lib/netscape. Also, I'd like to make netscape45-*/Makefile to include netscape4-communicator/Makefile, as netscape4-navigator/Makefile does. With this change, the ports would be more maintainancable, I guess. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 8: 8:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from voyager.fisicc-ufm.edu (ip-46-094.guate.net [200.12.46.94]) by hub.freebsd.org (Postfix) with ESMTP id BE64F14D34; Mon, 3 May 1999 08:07:04 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from obonilla@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.3) id JAA01795; Mon, 3 May 1999 09:05:05 -0600 (CST) (envelope-from obonilla) Date: Mon, 3 May 1999 09:05:05 -0600 From: Oscar Bonilla To: "Pedro F. Giffuni" Cc: Terry Warner , ports@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: dos2unix Message-ID: <19990503090505.D1719@fisicc-ufm.edu> References: <199905012136.RAA13575@www.netlabs.net> <372B84B3.754462DB@bachue.usc.unal.edu.co> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <372B84B3.754462DB@bachue.usc.unal.edu.co>; from Pedro F. Giffuni on Sat, May 01, 1999 at 05:48:20PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, May 01, 1999 at 05:48:20PM -0500, Pedro F. Giffuni wrote: > There is an open PR (submitted port) with that description. I think there is > one version available somewhere in the sites that > carry lyx, but www.ftpsearch.com knows for sure. > > IMHO (and only IMO) it should be part of the base system, as it is referred > to by the doscmd man page. > > Pedro. in doscmd the program is actually called bsd2dos(1) and it doesn't exist. IMHO dos2unix and unix2dos should be part of the base system. I know it's trivial to make a perl command line that does exactly that, but these binaries only take a couple of bytes and are more obviuos to the regular newbie than perl. It's such a simple program... regards, -Oscar > > Terry Warner wrote: > > > Can anyone tell me possiably where I can find a copy of dos2unix or dos2bsd for FreeBSd .. or is it in the ports dir already? > > > > Terry Warner > > > > keerf@netlabs.net > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-ports" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 9:30: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DCA1E15479 for ; Mon, 3 May 1999 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA00600; Mon, 3 May 1999 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from server.research.zopps.fi (ws66.research.zopps.fi [195.165.196.66]) by hub.freebsd.org (Postfix) with ESMTP id C124015475 for ; Mon, 3 May 1999 09:10:03 -0700 (PDT) (envelope-from martti@research.zopps.fi) Received: (from uucp@localhost) by server.research.zopps.fi (8.9.3/8.8.8) id TAA81768 for ; Mon, 3 May 1999 19:07:37 +0300 (EEST) (envelope-from martti.kuparinen) Received: from ws125.research.zopps.fi(195.165.196.125) via SMTP by server.research.zopps.fi, id smtpdD81764; Mon May 3 19:07:32 1999 Received: (from martti@localhost) by ws125.research.zopps.fi (8.9.2/8.8.8) id TAA08446; Mon, 3 May 1999 19:07:31 +0300 (EEST) (envelope-from martti@smtp.research.zopps.fi) Message-Id: <199905031607.TAA08446@ws125.research.zopps.fi> Date: Mon, 3 May 1999 19:07:31 +0300 (EEST) From: martti.kuparinen@ericsson.com Reply-To: martti.kuparinen@ericsson.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11466: [PATCH] ports/lang/jdk-tutorial fails in "make clean" !!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11466 >Category: ports >Synopsis: "make clean" will fail in /usr/ports/lang/jdk-tutorial/ >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 3 09:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 3.1-STABLE i386 >Organization: Oy L M Ericsson Ab >Environment: >Description: The Makefile I submitted originally has been modified. The current version will fail if one executes more than once "make clean" as the file to be removed does not exist. As 3.2-RELEASE is going to be published very soon, this must be fixed as soon as possible or the /usr/ports tree will fail in "make clean" !!! >How-To-Repeat: # /usr/ports/lang/jdk-tutorial # make clean # make clean rm: /usr/ports/lang/jdk-tutorial/pkg/MESSAGE: No such file or directory *** Error code 1 Stop. >Fix: *** Makefile.orig Mon May 3 18:28:04 1999 --- Makefile Mon May 3 18:51:30 1999 *************** *** 19,34 **** .include do-install: ${MKDIR} ${PREFIX}/jdk1.1.7/docs/books/tutorial (cd ${WRKSRC} && ${TAR} -cf - * ) \ | (cd ${PREFIX}/jdk1.1.7/docs/books/tutorial && ${TAR} -xf -) post-install: - @${SED} s+!!PREFIX!!+${PREFIX}+g < ${PKGDIR}/MESSAGE.tmpl > ${PKGDIR}/MESSAGE @${CAT} ${PKGDIR}/MESSAGE pre-clean: ! @${RM} ${PKGDIR}/MESSAGE .include --- 19,36 ---- .include + do-configure: + @${SED} s+!!PREFIX!!+${PREFIX}+g < ${PKGDIR}/MESSAGE.tmpl > ${PKGDIR}/MESSAGE + do-install: ${MKDIR} ${PREFIX}/jdk1.1.7/docs/books/tutorial (cd ${WRKSRC} && ${TAR} -cf - * ) \ | (cd ${PREFIX}/jdk1.1.7/docs/books/tutorial && ${TAR} -xf -) post-install: @${CAT} ${PKGDIR}/MESSAGE pre-clean: ! @${RM} -f ${PKGDIR}/MESSAGE .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 Mon May 3 10:18:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id C638814C32 for ; Mon, 3 May 1999 10:18:12 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id LAA21552; Mon, 3 May 1999 11:16:25 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Mon, 3 May 1999 11:16:25 -0600 (MDT) From: Brett Taylor To: Gorgonio Araujo Cc: freebsd-ports@freebsd.org, suporte@nexos.com.br Subject: Re: Checksum mismatch for asWedit-4.0-i386.linux.tar.gz In-Reply-To: <3721AB43.CE15CCD4@nexos.com.br> 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, On Sat, 24 Apr 1999, Gorgonio Araujo wrote: > Hello brett! Is aswedit md5 file updated in current port? I'm trying to > install it under FreeBSD-3.1 with out success: I haven't gotten to this yet. They apparently released a Linux only upgrade which is buried inside the DISTFILE. I should have a fix for this by the end of the week (finals week here and I have much grading to do). If you just do a make makesum it will install the version the port is looking for. Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.org/ * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 10:40: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DD1E152DD for ; Mon, 3 May 1999 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA05412; Mon, 3 May 1999 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from out.gcn.net.tw (out.gcn.net.tw [203.77.2.144]) by hub.freebsd.org (Postfix) with ESMTP id C4FB115278 for ; Mon, 3 May 1999 10:39:33 -0700 (PDT) (envelope-from keith@gcn.net.tw) Received: from phantom (host29.2106233.gcn.net.tw [210.62.33.29]) by out.gcn.net.tw (8.8.8/8.8.8) with ESMTP id RAB13792 for ; Mon, 3 May 1999 17:39:29 GMT Received: (from keith@localhost) by phantom (8.9.3/8.9.1) id BAA17743; Tue, 4 May 1999 01:39:21 +0800 (CST) (envelope-from keith) Message-Id: <199905031739.BAA17743@phantom> Date: Tue, 4 May 1999 01:39:21 +0800 (CST) From: jtjang@gcn.net.tw Reply-To: jtjang@gcn.net.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11468: New port: xcin-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11468 >Category: ports >Synopsis: New port: xcin-devel >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 3 10:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Keith Jang >Release: FreeBSD 4.0-CURRENT i386 >Organization: Home user >Environment: >Description: This is a port of xcin-devel, a Chinese XIM server for X11 clients. # 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: # # xcin-devel # xcin-devel/pkg # xcin-devel/pkg/COMMENT # xcin-devel/pkg/DESCR # xcin-devel/pkg/PLIST # xcin-devel/patches # xcin-devel/patches/patch-aa # xcin-devel/patches/patch-ab # xcin-devel/files # xcin-devel/files/md5 # xcin-devel/Makefile # xcin-devel/scripts # xcin-devel/scripts/pre-install # xcin-devel/scripts/post-install # echo c - xcin-devel mkdir -p xcin-devel > /dev/null 2>&1 echo c - xcin-devel/pkg mkdir -p xcin-devel/pkg > /dev/null 2>&1 echo x - xcin-devel/pkg/COMMENT sed 's/^X//' >xcin-devel/pkg/COMMENT << 'END-of-xcin-devel/pkg/COMMENT' XA Chinese XIM input server for X11 applications. END-of-xcin-devel/pkg/COMMENT echo x - xcin-devel/pkg/DESCR sed 's/^X//' >xcin-devel/pkg/DESCR << 'END-of-xcin-devel/pkg/DESCR' XThis is xcin-2.5, a descendant of the xcin-2.3 project. Major improvement Xincludes: X XStandard XIM protocol XLocale /w gettext supported XIndependent IM modules XDynamic loading of IM modules XNew cin system based on locale and encodings XIM-independent rcfile handling X XNotes for xcin-2.3 users: xcin-2.3 and xcin-2.5 can *co-exist* in the same Xsystem. Use `xcin' for the legacy xcin-crxvt protocol, and `xcin-devel` or X`cin2tab' for I18N XIM clients. X XSince this is still at alpha stage, there may be some problems. But it Xnow follows X standard, so the future will be quite promising. For more Xinformation, contact: X XXCIN Team. X X X END-of-xcin-devel/pkg/DESCR echo x - xcin-devel/pkg/PLIST sed 's/^X//' >xcin-devel/pkg/PLIST << 'END-of-xcin-devel/pkg/PLIST' Xbin/cin2tab-devel Xbin/xcin-devel Xlib/X11/xcin-devel/doc/Bugs Xlib/X11/xcin-devel/doc/Changes Xlib/X11/xcin-devel/doc/Cin Xlib/X11/xcin-devel/doc/FAQ Xlib/X11/xcin-devel/doc/README Xlib/X11/xcin-devel/doc/SETUP Xlib/X11/xcin-devel/doc/Todo Xlib/X11/xcin-devel/doc/Usage Xlib/X11/xcin-devel/doc/modules/gen_inp Xlib/X11/xcin-devel/doc/modules/im_comm Xlib/X11/xcin-devel/doc/modules/zh_hex Xlib/X11/xcin-devel/doc/old/programming/module Xlib/X11/xcin-devel/doc/old/programming/structer Xlib/X11/xcin-devel/doc/old/programming/xcin_rc Xlib/X11/xcin-devel/doc/old/programming/xcintool Xlib/X11/xcin-devel/gen_inp.so Xlib/X11/xcin-devel/lcGen.so Xlib/X11/xcin-devel/tab/zh_CN.GB2312/sys.cin Xlib/X11/xcin-devel/tab/zh_CN.GB2312/sys.tab Xlib/X11/xcin-devel/tab/zh_TW.BIG5/array30.cin Xlib/X11/xcin-devel/tab/zh_TW.BIG5/array30.tab Xlib/X11/xcin-devel/tab/zh_TW.BIG5/cantonese.cin Xlib/X11/xcin-devel/tab/zh_TW.BIG5/cantonese.tab Xlib/X11/xcin-devel/tab/zh_TW.BIG5/cj.cin Xlib/X11/xcin-devel/tab/zh_TW.BIG5/cj.tab Xlib/X11/xcin-devel/tab/zh_TW.BIG5/default.phr Xlib/X11/xcin-devel/tab/zh_TW.BIG5/phone.cin Xlib/X11/xcin-devel/tab/zh_TW.BIG5/phone.tab Xlib/X11/xcin-devel/tab/zh_TW.BIG5/pinyin.cin Xlib/X11/xcin-devel/tab/zh_TW.BIG5/pinyin.tab Xlib/X11/xcin-devel/tab/zh_TW.BIG5/sys.cin Xlib/X11/xcin-devel/tab/zh_TW.BIG5/sys.tab Xlib/X11/xcin-devel/xcinrc Xlib/X11/xcin-devel/zh_hex.so X@dirrm lib/X11/xcin-devel/doc/modules X@dirrm lib/X11/xcin-devel/doc/old/programming X@dirrm lib/X11/xcin-devel/doc/old X@dirrm lib/X11/xcin-devel/doc X@dirrm lib/X11/xcin-devel/tab/zh_CN.GB2312 X@dirrm lib/X11/xcin-devel/tab/zh_TW.BIG5 X@dirrm lib/X11/xcin-devel/tab X@dirrm lib/X11/xcin-devel END-of-xcin-devel/pkg/PLIST echo c - xcin-devel/patches mkdir -p xcin-devel/patches > /dev/null 2>&1 echo x - xcin-devel/patches/patch-aa sed 's/^X//' >xcin-devel/patches/patch-aa << 'END-of-xcin-devel/patches/patch-aa' X--- configure.orig Mon May 3 00:23:03 1999 X+++ configure Mon May 3 20:17:37 1999 X@@ -9,9 +9,9 @@ X # BINPATH: path of xcin binary files. X # RCPATH: path of default xcin rcfile. X # X-XCINPATH=/usr/local/lib/xcin X-BINPATH=/usr/local/bin X-RCPATH=/usr/local/etc X+XCINPATH=/usr/X11R6/lib/X11/xcin-devel X+BINPATH=/usr/X11R6/bin X+RCPATH=/usr/X11R6/lib/X11/xcin-devel X X # If you want to debug xcin, please enable this option. X # X@@ -23,7 +23,7 @@ X X # If you want to use quick sorting funcion, please enable this option. X # X-# QUICKSORT=-DQUICKSORT X+QUICKSORT=-DQUICKSORT X X MAKE="make" X CC=gcc X@@ -49,6 +49,10 @@ X FREEBSD) SHARELIBFLAG='-shared -Wl,-R,' X EXTRAINC="" X EXTRALIB="-lxpg4" X+ if [ ! -z "$GETTEXT" ]; then X+ EXTRAINC="$EXTRAINC -I/usr/local/include" X+ EXTRALIB="$EXTRALIB -L/usr/local/lib -lintl" X+ fi X ;; X *) SHARELIBFLAG='-shared -Wl,-soname,' X EXTRAINC="" END-of-xcin-devel/patches/patch-aa echo x - xcin-devel/patches/patch-ab sed 's/^X//' >xcin-devel/patches/patch-ab << 'END-of-xcin-devel/patches/patch-ab' X--- src/Makefile.in.orig Tue Apr 27 20:45:18 1999 X+++ src/Makefile.in Mon May 3 22:15:02 1999 X@@ -44,7 +44,7 @@ X X .PHONY: install clean distclean depend subsys X X-install: install_path install_xcin install_util X+install: install_path install_xcin install_util install_doc X X install_path: X if [ -d "$(XCINPATH)" ] && [ ! -d "$(XCINPATH)/tab" ]; then mv $(XCINPATH) $(XCINPATH).old; fi X@@ -52,26 +52,27 @@ X if [ ! -d "$(RCPATH)" ]; then install -d $(RCPATH); fi X if [ ! -d "$(XCINPATH)" ]; then install -d $(XCINPATH); fi X if [ ! -d "$(XCINPATH)/tab" ]; then cp -r ../cin $(XCINPATH)/tab; fi X+ mv $(XCINPATH)/tab/zh_TW.Big5 $(XCINPATH)/tab/zh_TW.BIG5 X X install_xcin: xcin X # cp xcin $(MODULES) $(XCINPATH) X cp $(MODULES) $(XCINPATH) X- if [ -f $(BINPATH)/xcin ]; then mv $(BINPATH)/xcin $(BINPATH)/xcin.old; fi X- cp xcin $(BINPATH)/xcin X+ install -C -s -m 755 xcin $(BINPATH)/xcin-devel X # cp xcin-s $(BINPATH)/xcin X- chmod 755 $(BINPATH)/xcin X- if [ ! -f $(RCPATH)/xcinrc ]; then cp xcinrc $(RCPATH); fi X+ if [ ! -f $(RCPATH)/xcinrc ]; then install -C -m 644 xcinrc $(RCPATH); fi X X install_util: util_bin X- if [ -f $(BINPATH)/cin2tab ]; then mv $(BINPATH)/cin2tab $(BINPATH)/cin2tab.old; fi X- cp $(UTILS) $(BINPATH) X+ install -C -s -m 755 $(UTILS) $(BINPATH)/cin2tab-devel X @( cd $(XCINPATH)/tab; \ X cin="`find . -name sys.cin -print` `find . -name '*.cin' -print`"; \ X for f in $$cin; do \ X ff=`echo $$f | sed 's/cin/tab/'`; \ X- if [ ! -f $$ff ]; then $(BINPATH)/cin2tab $$f; fi\ X+ if [ ! -f $$ff ]; then $(BINPATH)/cin2tab-devel -s zh_TW.BIG5/sys.tab $$f; fi\ X done; ) X X+install_doc: X+ if [ ! -d $(XCINPATH)/doc ]; then install -d $(XCINPATH)/doc; fi X+ cp -R ../doc/* $(XCINPATH)/doc X X depend: X $(CC) -M $(CFLAGS) $(INC) $(SRC) > .depend END-of-xcin-devel/patches/patch-ab echo c - xcin-devel/files mkdir -p xcin-devel/files > /dev/null 2>&1 echo x - xcin-devel/files/md5 sed 's/^X//' >xcin-devel/files/md5 << 'END-of-xcin-devel/files/md5' XMD5 (xcin-2.5.0-pre1-4.tar.gz) = 155de4e7f3c641113005248767eaf079 END-of-xcin-devel/files/md5 echo x - xcin-devel/Makefile sed 's/^X//' >xcin-devel/Makefile << 'END-of-xcin-devel/Makefile' X# New ports collection makefile for: xcin-devel X# Version required: xcin-2.5.0-pre1-4 X# Date created: 3 May 1999 X# Whom: Keith Jang X# X# $Id$ X# X XDISTNAME= xcin-2.5.0-pre1-4 XPKGNAME= zh-xcin-devel-2.5.0 XCATEGORIES= chinese XMASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/ X XMAINTAINER= jtjang@gcn.net.tw X X.if !defined $(NO_GETTEXT) XLIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext:install XCONFIGURE_ENV+= GETTEXT=-DUSE_GETTEXT X.endif X XWRKSRC= ${WRKDIR}/xcin-2.5 XUSE_X_PREFIX= yes XHAS_CONFIGURE= yes X X.if defined $(DEBUG) XCONFIGURE_ENV+= DEBUG="-DDEBUG" X.endif X X.include X X.if ${OSVERSION} < 300005 XBROKEN= "Only FreeBSD 3.0R or later support zh_TW.BIG5 locale." X.endif X Xdo-build: X @(cd ${WRKSRC}/src; ${SETENV} ${MAKE_ENV} ${MAKE} depend all) X Xdo-install: X @(cd ${WRKSRC}/src; ${SETENV} ${MAKE_ENV} ${MAKE} install) X.include END-of-xcin-devel/Makefile echo c - xcin-devel/scripts mkdir -p xcin-devel/scripts > /dev/null 2>&1 echo x - xcin-devel/scripts/pre-install sed 's/^X//' >xcin-devel/scripts/pre-install << 'END-of-xcin-devel/scripts/pre-install' X#!/bin/sh -vx Xif [ ! -d ${X11BASE}/lib/X11/locale/zh_TW.BIG5 ]; then X mkdir -p ${X11BASE}/lib/X11/locale/zh_TW.BIG5 X cp ${WRKSRC}/localedata/zh_TW.Big5/XLC_LOCALE ${X11BASE}/lib/X11/locale/zh_TW.BIG5 X echo "zh_TW.BIG5/XLC_LOCALE zh_TW.BIG5" >> ${X11BASE}/lib/X11/locale/locale.dir Xfi END-of-xcin-devel/scripts/pre-install echo x - xcin-devel/scripts/post-install sed 's/^X//' >xcin-devel/scripts/post-install << 'END-of-xcin-devel/scripts/post-install' X#!/bin/sh Xif [ ! -z "`nm ${X11BASE}/lib/libX11.a |grep Xsetlocale`" ] Xthen X echo "-------------------------------------------------------" X echo "It seems that you have patched libX11.a & libX11.so." X echo "Although you can still build & run xcin-devel, many" X echo "XIM client will just coredump under those patched" X echo "X11 libs. It is strongly recommended using original" X echo "version, and use LD_PRELOAD=lcGen.so instead to handle" X echo "BIG5 encoding." X echo X echo "See FAQ/Usage for more details." X echo "-------------------------------------------------------" Xfi END-of-xcin-devel/scripts/post-install exit >How-To-Repeat: >Fix: Please commit this port. Thanks. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 11: 0:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 89FD814D32 for ; Mon, 3 May 1999 11:00:13 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA06860 for freebsd-ports@freebsd.org; Mon, 3 May 1999 11:00:12 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 3 May 1999 11:00:12 -0700 (PDT) Message-Id: <199905031800.LAA06860@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 [1999/04/27] ports/11359ports rvplayer 5.0 (Linux) cases ncr PCI SCSI d o [1999/05/03] ports/11466ports "make clean" will fail in /usr/ports/lang 2 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1999/03/07] ports/10480ports tk81 will not *compile* with threaded app o [1999/03/18] ports/10665ports ports/graphics/sane needs access to /dev/ o [1999/03/19] ports/10681ports lessitf can't find X11 Revision 5 or high o [1999/04/04] ports/10943ports "ports/print/teTeX-beta# make install" fa f [1999/04/07] ports/11003ports wmcdplay is not capable of playing an AUD o [1999/04/24] ports/11310ports Port upgrade: Hylafax - allow to compile 7 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/05/19] ports/6699 ports New port: the Generic NQS system o [1998/07/18] ports/7314 ports ncurses port doesn't support TERM=xterm-c o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac o [1999/01/07] docs/9375 ports Information on how to build PLIST automat a [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/01/31] ports/9851 ports Port update: update R to 0.63.2 o [1999/02/01] ports/9866 ports port of unix2dos and dos2unix utilities o [1999/02/02] ports/9884 ports samba does not allow "joes" (username+pas o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/14] ports/10093ports Upgrade GNAT to 3.11p and fix for ELF o [1999/02/15] ports/10103ports revision of port of plugger-3.0 o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/03/03] ports/10377ports `make' in ports does not honor {f,ht}tp_p o [1999/03/04] ports/10389ports Create new port mod_jserv and JSDK 2.0 o [1999/03/07] ports/10469ports new port: linux-netcape-communicator-4.51 o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/10] ports/10532ports Port of GNU Pascal f [1999/03/11] ports/10543ports New port uploaded for xslj o [1999/03/14] ports/10592ports New ports: japanese/exmh2 (ja-exmh-2.0.2) o [1999/03/16] ports/10634ports Update the hylafax port to do a client in f [1999/03/20] ports/10702ports Add NCD audio support for emiclock ports f [1999/03/21] ports/10707ports [ADD] port for doxygen o [1999/03/26] ports/10813ports crossgo32 brokeness f [1999/03/28] ports/10844ports New port: adagdb o [1999/03/30] ports/10874ports [PATCH] html2ps doesn't handle `file:/... o [1999/04/02] ports/10916ports new port biology/molmol again o [1999/04/05] ports/10961ports gzipped manpages and .so macro in ports o [1999/04/08] ports/11029ports Configure scripts for non ported applicat o [1999/04/08] ports/11034ports New ports of crazywwwboardle o [1999/04/10] ports/11072ports Port of remote printing utilities added o [1999/04/11] ports/11086ports Updating AStyle port o [1999/04/13] ports/11127ports New port: Giram o [1999/04/17] ports/11183ports new port: x11/enlightenment-conf-0.15 o [1999/04/20] ports/11250ports PORTS: upgrade lesstif to 0.88.1 o [1999/04/21] ports/11267ports [New port] textproc/fconv (the return) o [1999/04/22] ports/11277ports Update ports: x11-wm/fvwm2 o [1999/04/24] ports/11304ports New port syncal-0.5, syncing of ical and o [1999/04/25] ports/11319ports Netscape4-navigator wasn't FORTIFY'ing o [1999/05/01] ports/11423ports New ports: JDE-1.3 o [1999/05/02] ports/11457ports New port: security/nessus o [1999/05/02] ports/11459ports Update www/swish-e to 1.3.2 o [1999/05/02] ports/11460ports Update to the xlispstat port o [1999/05/02] ports/11461ports c2html update 0.4 => 0.5 o [1999/05/03] ports/11463ports New port: IglooFTP-0.6.1 o [1999/05/03] ports/11468ports New port: xcin-devel 46 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 12:19:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from deep-thought.demos.su (deep-thought.demos.su [194.87.1.76]) by hub.freebsd.org (Postfix) with ESMTP id C369814D90; Mon, 3 May 1999 12:19:47 -0700 (PDT) (envelope-from ache@deep-thought.demos.su) Received: (from ache@localhost) by deep-thought.demos.su (8.9.3/8.9.3) id XAA00562; Mon, 3 May 1999 23:19:35 +0400 (MSD) (envelope-from ache) Date: Mon, 3 May 1999 23:19:34 +0400 From: "Andrey A. Chernov" To: Satoshi Asami Cc: mharo@freebsd.org, sada@freebsd.org, ports@freebsd.org Subject: Re: netscape ports Message-ID: <19990503231934.A511@nagual.pp.ru> References: <199905031236.FAA97076@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905031236.FAA97076@silvia.hip.berkeley.edu>; from asami@cs.berkeley.edu on Mon, May 03, 1999 at 05:36:50AM -0700 Organization: Biomechanoid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 03, 1999 at 05:36:50AM -0700, Satoshi Asami wrote: > Can you guys agree on how to arrange the netscape ports? Right now we > have /usr/local/netscape-4.5* for communicator vs. .../lib/netscape I am against /usr/local/netscape* too > > Also, the number of the latest version is "4.51", not "4.5.1". Both commits are done by someone I can't remember without asking me. Right now I am at vacation in Finland and can't help much. -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 12:20: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6049215738 for ; Mon, 3 May 1999 12:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA13903; Mon, 3 May 1999 12:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 3 May 1999 12:20:02 -0700 (PDT) Message-Id: <199905031920.MAA13903@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Costello Subject: Re: ports/11267 Reply-To: Chris Costello Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11267; it has been noted by GNATS. From: Chris Costello To: freebsd-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/11267 Date: Mon, 3 May 1999 14:15:14 -0500 The new shar for the port directory is below. Contact me for the .tar.gz (the ones I may have sent to the list are *BAD* and *STALE*). ------ # 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: # # fconv # fconv/Makefile # fconv/pkg # fconv/pkg/COMMENT # fconv/pkg/DESCR # fconv/pkg/PLIST # fconv/files # fconv/files/md5 # echo c - fconv mkdir -p fconv > /dev/null 2>&1 echo x - fconv/Makefile sed 's/^X//' >fconv/Makefile << 'END-of-fconv/Makefile' X# New ports collection makefile for: fconv X# Version required: 0.1 X# Date created: 21 April 1999 X# Whom: Chris Costello X# X# $Id$ X# X XDISTNAME= fconv-0.1 XCATEGORIES= textproc X XMAINTAINER= ports@FreeBSD.ORG X Xpost-install: X strip ${PREFIX}/bin/dos2bsd X strip ${PREFIX}/bin/bsd2dos X strip ${PREFIX}/bin/mac2bsd X strip ${PREFIX}/bin/bsd2mac X X.include END-of-fconv/Makefile echo c - fconv/pkg mkdir -p fconv/pkg > /dev/null 2>&1 echo x - fconv/pkg/COMMENT sed 's/^X//' >fconv/pkg/COMMENT << 'END-of-fconv/pkg/COMMENT' XConverts DOS or Mac-style files to Unix format, and vice-versa. END-of-fconv/pkg/COMMENT echo x - fconv/pkg/DESCR sed 's/^X//' >fconv/pkg/DESCR << 'END-of-fconv/pkg/DESCR' X As well as being a work-alike for the BSDI utility mentioned in the Xdoscmd man page, dos2bsd (and bsd2dos), fconv supports conversion to Xand from Macintosh type files (which use only '\r'). END-of-fconv/pkg/DESCR echo x - fconv/pkg/PLIST sed 's/^X//' >fconv/pkg/PLIST << 'END-of-fconv/pkg/PLIST' Xbin/dos2bsd Xbin/bsd2dos Xbin/mac2bsd Xbin/bsd2mac END-of-fconv/pkg/PLIST echo c - fconv/files mkdir -p fconv/files > /dev/null 2>&1 echo x - fconv/files/md5 sed 's/^X//' >fconv/files/md5 << 'END-of-fconv/files/md5' XMD5 (fconv-0.1.tar.gz) = 13ecde7ba30eacc97b73eaa2eded9a15 END-of-fconv/files/md5 exit -- Chris Costello Diagnostics are the programs that run when nothing else will. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 13:58: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id 2BA5114F50 for ; Mon, 3 May 1999 13:57:55 -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 WAA09078; Mon, 3 May 1999 22:36:03 +0200 (CEST) Message-Id: <199905032036.WAA09078@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: asami@cs.berkeley.edu (Satoshi Asami) Cc: ports@FreeBSD.ORG Subject: Re: ports freeze 5/10 Reply-To: Gary Jennejohn In-reply-to: Your message of "Fri, 30 Apr 1999 17:07:38 PDT." <199905010007.RAA22705@bubble.didi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 03 May 1999 22:36:03 +0200 From: Gary Jennejohn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi Asami writes: >Hi, > >As mentioned elsewhere, the source and ports trees are going to be >into freeze at the same date this time (May 10th). However, there are >still a lot of broken ports out there. > > http://bento.freebsd.org/~asami/errorlogs/ > >Please check and send-pr (or commit) at your leisure. > >By the way, don't worry too much about the 4-* branch -- that's not >where the release is coming from this time. > I always get "permission denied" when I try to access these logs. --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.dec.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 14: 2:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 1001914EE9 for ; Mon, 3 May 1999 14:02:52 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-103.ix.netcom.com [205.186.215.103]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id OAA23953; Mon, 3 May 1999 14:03:42 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id OAA07846; Mon, 3 May 1999 14:02:45 -0700 (PDT) Date: Mon, 3 May 1999 14:02:45 -0700 (PDT) Message-Id: <199905032102.OAA07846@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: garyj@muc.de Cc: ports@FreeBSD.ORG In-reply-to: <199905032036.WAA09078@peedub.muc.de> (message from Gary Jennejohn on Mon, 03 May 1999 22:36:03 +0200) Subject: Re: ports freeze 5/10 From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <199905032036.WAA09078@peedub.muc.de> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Gary Jennejohn * I always get "permission denied" when I try to access these logs. That's because freefall (which holds my home directory) is always down. :< -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 15: 5: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id ECFE015012 for ; Mon, 3 May 1999 15:05:03 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA016973806; Mon, 3 May 1999 13:50:06 -0400 Date: Mon, 3 May 1999 13:50:06 -0400 (EDT) From: Bill Fumerola To: Tim Vanderhoek Cc: Christian Weisgerber , freebsd-ports@FreeBSD.ORG Subject: Re: Format of pkg/COMMENT? In-Reply-To: <19990501142749.A243@mad> 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, 1 May 1999, Tim Vanderhoek wrote: > > caps, period 1067 47% > > caps, no period 803 35% > > No period gives one an extra character to play with. :) Agreed. My thesaurus gets extra work when trying to reword pkg/COMMENT sometimes. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 May 3 15:40: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF07E14C9E for ; Mon, 3 May 1999 15:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA09269; Mon, 3 May 1999 15:40:01 -0700 (PDT) (envelope-from gnats@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 C794314C9E for ; Mon, 3 May 1999 15:37:12 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id AE9981460; Mon, 3 May 1999 15:37:08 -0700 (PDT) Message-Id: <19990503223708.AE9981460@norn.ca.eu.org> Date: Mon, 3 May 1999 15:37:08 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11471: Update: audio/ripit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11471 >Category: ports >Synopsis: Update: audio/ripit >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 3 15:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 1.3. 1.3 fixes a few cddb bugs. >How-To-Repeat: >Fix: Index: ripit/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/audio/ripit/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/05/03 03:52:22 1.1.1.1 +++ Makefile 1999/05/03 22:31:45 @@ -1,12 +1,12 @@ # New ports collection makefile for: ripit -# Version required: 1.2 +# Version required: 1.3 # Date created: 2 May 1999 # Whom: oyvindmo@initio.no # # $Id: Makefile,v 1.1.1.1 1999/05/03 03:52:22 steve Exp $ # -DISTNAME= ripit-1.2 +DISTNAME= ripit-1.3 CATEGORIES= audio MASTER_SITES= http://www.netcomuk.co.uk/~squinn/ Index: ripit/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/audio/ripit/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/05/03 03:52:22 1.1.1.1 +++ md5 1999/05/03 22:33:58 @@ -1 +1 @@ -MD5 (ripit-1.2.tar.gz) = a760057cd7a9b6d7bab4e911af5cc3a2 +MD5 (ripit-1.3.tar.gz) = 9407606e370eebee5c7920140c3f346d -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 17:20: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 142EA15541 for ; Mon, 3 May 1999 17:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA02232; Mon, 3 May 1999 17:20:01 -0700 (PDT) (envelope-from gnats@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 B9B8415478 for ; Mon, 3 May 1999 17:15:12 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id A70211464; Mon, 3 May 1999 17:15:08 -0700 (PDT) Message-Id: <19990504001508.A70211464@norn.ca.eu.org> Date: Mon, 3 May 1999 17:15:08 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11473: Update: x11-wm/icewm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11473 >Category: ports >Synopsis: Update: x11-wm/icewm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 3 17:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Updated to 0.9.38. files added: patch-ag Fix to support CXXFLAGS/CXX. A couple of notes: ** I changed the I18N .if defined(..) to USE_I18N because I was getting -- norn[~/ports/icewm]> env I18N=yes make ===> Building for icewm-0.9.38 cd src ; gmake LIBDIR=/usr/X11R6/share/icewm ETCDIR=/usr/X11R6/share/icewm PREFIX=/usr/X11R6 gmake[1]: Entering directory `/usr/home/norn/src/icewm/work/icewm-0.9.38/src' c++ -O -pipe yes -DDEBUG -DLIBDIR='"/usr/X11R6/share/icewm"' -DCONFIGDIR='"/usr/X11R6/share/icewm"' -DVERSION='"0.9.38"' -DEXEEXT='""' -DGNOME -DIMLIB -I/usr/X11R6/include -I/usr/X11R6/include -DSM -DSHAPE -DXPM -DI18N -DX_LOCALE -I/usr/X11R6/include -c wmclient.cc c++: yes: No such file or directory gmake[1]: *** Deleting file `wmclient.o' -- on build. ** COMMENT/DESCR: A little better description and reflect USE_I18N change. ** patch-ag: this modifies config, and so does ${FILESDIR}/patch-gnome. This is bad, yes, but they both apply fine and it builds. ** testing: I cannot test GNOME support here (sorry) but I presume it works. Similarly I18N/XLOCALE etc. ** Made it always DEPEND on Xpm, instead of only if gnome wasn't defined as it was before, this was most likely an implicit depend anyway. comments welcome. >How-To-Repeat: >Fix: Index: icewm/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/x11-wm/icewm/Makefile,v retrieving revision 1.34 diff -u -r1.34 Makefile --- Makefile 1999/03/28 19:42:21 1.34 +++ Makefile 1999/05/04 00:02:13 @@ -1,12 +1,12 @@ # New ports collection makefile for: icewm -# Version required: 0.9.29 +# Version required: 0.9.38 # Date created: 10 August 1997 # Whom: Yukihiro Nakai # # $Id: Makefile,v 1.34 1999/03/28 19:42:21 dirk Exp $ # -DISTNAME= icewm-0.9.36 +DISTNAME= icewm-0.9.38 CATEGORIES= x11-wm MASTER_SITES= http://www.kiss.uni-lj.si/~k4fr0235/icewm/devel/ \ http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/icewm/ @@ -16,15 +16,14 @@ .if defined(GNOME) LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs -.else -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm .endif +LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm USE_GMAKE= yes USE_X_PREFIX= yes ICEOPTION= --with-shape -.if defined(I18N) +.if defined(USE_I18N) ICEOPTION+= --with-i18n .endif .if defined(XLOCALE) @@ -36,19 +35,21 @@ pre-patch: .if defined(TITLE_BOTTOM) - ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-titlebottom + @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-titlebottom .else - ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-titletop + @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-titletop .endif .if defined(GNOME) - ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-gnome + @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-gnome .endif do-configure: - ( cd ${WRKSRC}; ${SH} config ${ICEOPTION} ) + ( cd ${WRKSRC}; env X11BASE="${X11BASE}" CXX="${CXX}" \ + CXXFLAGS="${CXXFLAGS}" \ + ${SH} config ${ICEOPTION} ) post-install: - ${CP} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/share/icewm/taskbar + ${INSTALL_DATA} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/share/icewm/taskbar strip ${PREFIX}/bin/icewm strip ${PREFIX}/bin/icewmbg strip ${PREFIX}/bin/icewmhint Index: icewm/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/x11-wm/icewm/files/md5,v retrieving revision 1.22 diff -u -r1.22 md5 --- md5 1999/03/28 19:42:21 1.22 +++ md5 1999/05/03 22:43:10 @@ -1 +1 @@ -MD5 (icewm-0.9.36.src.tar.gz) = f9e57b77ac749989dee02c65857f4b86 +MD5 (icewm-0.9.38.src.tar.gz) = af0ffb97ccf521bbd353853d505d47a8 Index: icewm/patches/patch-ab =================================================================== RCS file: /cvs/FreeBSD/ports/x11-wm/icewm/patches/patch-ab,v retrieving revision 1.9 diff -u -r1.9 patch-ab --- patch-ab 1999/03/17 06:41:25 1.9 +++ patch-ab 1999/05/03 22:45:06 @@ -1,8 +1,7 @@ ---- install.inc.orig Sat Feb 20 10:33:06 1999 -+++ install.inc Wed Mar 17 00:11:05 1999 -@@ -1,10 +1,10 @@ +--- install.inc.orig Sat Feb 20 08:33:06 1999 ++++ install.inc Mon May 3 15:44:56 1999 +@@ -1,10 +1,9 @@ -PREFIX = /usr/local -+PREFIX = $(X11BASE) BINDIR = $(PREFIX)/bin -LIBDIR = $(PREFIX)/lib/X11/icewm -ETCDIR = /etc/X11/icewm Index: icewm/patches/patch-ag =================================================================== RCS file: patch-ag diff -N patch-ag --- /dev/null Mon May 3 17:08:26 1999 +++ patch-ag Mon May 3 15:56:23 1999 @@ -0,0 +1,30 @@ +--- config.orig Sun Apr 25 04:01:46 1999 ++++ config Mon May 3 15:56:15 1999 +@@ -36,9 +36,9 @@ + } + + with_x11=1 +-x11_incdir='/usr/X11R6/include' ++x11_incdir="${X11BASE}/include" + x11_inc='X11/X.h' +-x11_libdir='/usr/X11R6/lib' ++x11_libdir="${X11BASE}/lib" + x11_libs='X11' + + with_xpm=1 +@@ -69,11 +69,11 @@ + -Wmissing-prototypes -Wmissing-declarations \ + -Winline -Woverloaded-virtual" + +-cxx="g++" +-cxxopts="" +-link="g++" ++cxx="${CXX}" ++cxxopts="${CXXFLAGS}" ++link="${CXX}" + linkopts="" +-optimize="-O2" ++optimize="" + + use() { + dep="$1" Index: icewm/pkg/COMMENT =================================================================== RCS file: /cvs/FreeBSD/ports/x11-wm/icewm/pkg/COMMENT,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 COMMENT --- COMMENT 1997/11/14 13:11:28 1.1.1.1 +++ COMMENT 1999/05/04 00:12:22 @@ -1 +1 @@ -cool window manager developped in a very hot day in a winter +Window Manager designed for speed, usability and consistency. Index: icewm/pkg/DESCR =================================================================== RCS file: /cvs/FreeBSD/ports/x11-wm/icewm/pkg/DESCR,v retrieving revision 1.6 diff -u -r1.6 DESCR --- DESCR 1999/01/17 10:04:48 1.6 +++ DESCR 1999/05/04 00:13:32 @@ -1,4 +1,4 @@ -cool window manager developped in a very hot day in a winter +Window Manager designed for speed, usability and consistency. When you want titlebars to be bottom ( default is top ), % make -DTITLE_BOTTOM install @@ -7,9 +7,11 @@ % make -DGNOME install When you want i18n option, - % make -DI18N install + % make -DUSE_I18N install When you want to compile with xlocale option, % make -DXLOCALE install 'bsd-daemon.xpm' is from Steve Farrell. + +WWW: http://www.kiss.uni-lj.si/~k4fr0235/icewm/ Index: icewm/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/x11-wm/icewm/pkg/PLIST,v retrieving revision 1.16 diff -u -r1.16 PLIST --- PLIST 1999/03/17 06:54:55 1.16 +++ PLIST 1999/05/03 23:29:02 @@ -109,6 +109,8 @@ share/icewm/themes/metal2/frameIT.xpm share/icewm/themes/metal2/frameITL.xpm share/icewm/themes/metal2/frameITR.xpm +share/icewm/themes/metal2/hideA.xpm +share/icewm/themes/metal2/hideI.xpm share/icewm/themes/metal2/maximizeA.xpm share/icewm/themes/metal2/maximizeI.xpm share/icewm/themes/metal2/menuButtonA.xpm @@ -117,6 +119,10 @@ share/icewm/themes/metal2/minimizeI.xpm share/icewm/themes/metal2/restoreA.xpm share/icewm/themes/metal2/restoreI.xpm +share/icewm/themes/metal2/rolldownA.xpm +share/icewm/themes/metal2/rolldownI.xpm +share/icewm/themes/metal2/rollupA.xpm +share/icewm/themes/metal2/rollupI.xpm share/icewm/themes/metal2/titleAB.xpm share/icewm/themes/metal2/titleAL.xpm share/icewm/themes/metal2/titleAM.xpm @@ -136,18 +142,18 @@ share/icewm/themes/nice/blue.theme share/icewm/themes/nice/close.xpm share/icewm/themes/nice/default.theme +share/icewm/themes/nice/hide.xpm share/icewm/themes/nice/maximize.xpm share/icewm/themes/nice/minimize.xpm share/icewm/themes/nice/restore.xpm -share/icewm/themes/nice/hide.xpm share/icewm/themes/nice/rolldown.xpm share/icewm/themes/nice/rollup.xpm share/icewm/themes/warp3/close.xpm share/icewm/themes/warp3/default.theme +share/icewm/themes/warp3/hide.xpm share/icewm/themes/warp3/maximize.xpm share/icewm/themes/warp3/minimize.xpm share/icewm/themes/warp3/restore.xpm -share/icewm/themes/warp3/hide.xpm share/icewm/themes/warp3/rolldown.xpm share/icewm/themes/warp3/rollup.xpm share/icewm/themes/warp4/close.xpm -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 17:24:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 8ABB015541; Mon, 3 May 1999 17:24:56 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from bubble.didi.com (sji-ca14-103.ix.netcom.com [205.186.215.103]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA24152; Mon, 3 May 1999 17:25:23 -0700 (PDT) Received: (from asami@localhost) by bubble.didi.com (8.9.2/8.8.8) id RAA31953; Mon, 3 May 1999 17:23:33 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Date: Mon, 3 May 1999 17:23:33 -0700 (PDT) Message-Id: <199905040023.RAA31953@bubble.didi.com> X-Authentication-Warning: bubble.didi.com: asami set sender to asami@cs.berkeley.edu using -f To: jseger@freebsd.org Cc: ports@freebsd.org Subject: tcl/tk 8.1 release From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Justin, Do you think you can squeeze in an upgrade of tcl81/tk81 before the freeze? Given that we already have "beta" versions of these in the tree, I think you can just go ahead and upgrade them even if you don't have much time to test them. After the 3.2 release, we can evaluate the situation and switch over the dependencies and NO_LATEST_LINK. Thanks, -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 17:40: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B078A156FD for ; Mon, 3 May 1999 17:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA03117; Mon, 3 May 1999 17:40:00 -0700 (PDT) (envelope-from gnats@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 3225215556 for ; Mon, 3 May 1999 17:35:02 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 0B6E31464; Mon, 3 May 1999 17:34:58 -0700 (PDT) Message-Id: <19990504003458.0B6E31464@norn.ca.eu.org> Date: Mon, 3 May 1999 17:34:58 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11474: Update: misc/cmatrix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11474 >Category: ports >Synopsis: Update: misc/cmatrix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 3 17:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 0.98c Files added: patch-ac patch-ac changes the program so it doesn't force a ``linux'' term on us. This allows the text to actually be coloured on the console, instead of just monochrome. (technically anyone could run cmatrix -f to do this, but there's no reason we should have to :>) also, don't install COPYING. >How-To-Repeat: >Fix: Index: cmatrix/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/misc/cmatrix/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/05/03 04:36:13 1.1.1.1 +++ Makefile 1999/05/04 00:25:21 @@ -1,12 +1,12 @@ # New ports collection makefile for: cmatrix -# Version required: 0.98b +# Version required: 0.98c # Date created: 1 May 1999 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.1.1.1 1999/05/03 04:36:13 steve Exp $ # -DISTNAME= cmatrix-0.98b +DISTNAME= cmatrix-0.98c CATEGORIES= misc MASTER_SITES= http://www.plattsburgh.edu/faculty/allegrcr/cmatrix/dist/ @@ -18,7 +18,7 @@ post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/cmatrix -.for file in COPYING Changelog README TODO +.for file in Changelog README TODO @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cmatrix .endfor .endif Index: cmatrix/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/misc/cmatrix/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/05/03 04:36:14 1.1.1.1 +++ md5 1999/05/04 00:24:55 @@ -1 +1 @@ -MD5 (cmatrix-0.98b.tar.gz) = f4e0fb3f036c505c6a0feedbfe611a71 +MD5 (cmatrix-0.98c.tar.gz) = 246c3fc6c0a40cdb52c30eb2c34ce773 Index: cmatrix/patches/patch-ac =================================================================== RCS file: patch-ac diff -N patch-ac --- /dev/null Mon May 3 17:31:04 1999 +++ patch-ac Mon May 3 17:30:47 1999 @@ -0,0 +1,11 @@ +--- cmatrix.c.orig Mon May 3 17:30:29 1999 ++++ cmatrix.c Mon May 3 17:30:37 1999 +@@ -81,7 +81,7 @@ + int main(int argc, char *argv[]) + { + int i, j = 0, count = 0, screensaver = 0, asynch = 0, +- bold = 0, force = 0, y, z, firstcoldone = 0, oldstyle = 0, ++ bold = 0, force = 1, y, z, firstcoldone = 0, oldstyle = 0, + random = 0, update = 4; + + cmatrix matrix[MAXROWS+1][MAXCOLS]; Index: cmatrix/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/misc/cmatrix/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1999/05/03 04:36:15 1.1.1.1 +++ PLIST 1999/05/04 00:25:26 @@ -1,5 +1,4 @@ bin/cmatrix -share/doc/cmatrix/COPYING share/doc/cmatrix/Changelog share/doc/cmatrix/README share/doc/cmatrix/TODO -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 18:44:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mushi.colo.neosoft.com (mushi.colo.neosoft.com [206.109.6.82]) by hub.freebsd.org (Postfix) with SMTP id B04F7153FE for ; Mon, 3 May 1999 18:44:46 -0700 (PDT) (envelope-from peter@bonkers.taronga.com) Received: (qmail 9788 invoked from network); 4 May 1999 01:44:32 -0000 Received: from bonkers.neosoft.com (HELO bonkers.taronga.com) (206.109.2.48) by mushi.colo.neosoft.com with SMTP; 4 May 1999 01:44:32 -0000 Received: (from peter@localhost) by bonkers.taronga.com (8.9.1/8.9.1) id UAA13074 for ports@freebsd.org; Mon, 3 May 1999 20:44:24 -0500 (CDT) (envelope-from peter) From: Peter da Silva Message-Id: <199905040144.UAA13074@bonkers.taronga.com> Subject: Re: New ports added/updated last two weeks To: ports@freebsd.org Date: Mon, 3 May 1999 20:44:23 -0500 (CDT) In-Reply-To: <199905012103.XAA01484@paula.panke.de.freebsd.org> from "wosch@freebsd.org" at May 1, 99 11:03:13 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry I took so long posting this. I'm on vacation in Hawaii and only just this hour got my local ISP account set up. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 19:50: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3935214D3F for ; Mon, 3 May 1999 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 TAA09846; Mon, 3 May 1999 19:50:01 -0700 (PDT) (envelope-from gnats@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 1CFE21577F for ; Mon, 3 May 1999 19:46:51 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 8D3E51464; Mon, 3 May 1999 19:46:46 -0700 (PDT) Message-Id: <19990504024646.8D3E51464@norn.ca.eu.org> Date: Mon, 3 May 1999 19:46:46 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11476: New port: x11-clocks/bbdate Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11476 >Category: ports >Synopsis: New port: x11-clocks/bbdate >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 3 19:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: A date program intended for Blackbox. >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: # # bbdate # bbdate/files # bbdate/files/md5 # bbdate/pkg # bbdate/pkg/COMMENT # bbdate/pkg/DESCR # bbdate/pkg/PLIST # bbdate/Makefile # echo c - bbdate mkdir -p bbdate > /dev/null 2>&1 echo c - bbdate/files mkdir -p bbdate/files > /dev/null 2>&1 echo x - bbdate/files/md5 sed 's/^X//' >bbdate/files/md5 << 'END-of-bbdate/files/md5' XMD5 (bbdate-0.2.0.tar.gz) = df4b75d165ab4861e70d5ca3ed7d23e2 END-of-bbdate/files/md5 echo c - bbdate/pkg mkdir -p bbdate/pkg > /dev/null 2>&1 echo x - bbdate/pkg/COMMENT sed 's/^X//' >bbdate/pkg/COMMENT << 'END-of-bbdate/pkg/COMMENT' XA tool intended for Blackbox that checks for new mail. END-of-bbdate/pkg/COMMENT echo x - bbdate/pkg/DESCR sed 's/^X//' >bbdate/pkg/DESCR << 'END-of-bbdate/pkg/DESCR' XA tool that displays the status of your mailbox and warns you when new Xmail has arrived. It was designed to be used with the Blackbox window manager Xbut should work with any window manager. X XWWW: http://bbtools.windsofstorm.net/ X X-Chris Piazza Xcpiazza@home.net END-of-bbdate/pkg/DESCR echo x - bbdate/pkg/PLIST sed 's/^X//' >bbdate/pkg/PLIST << 'END-of-bbdate/pkg/PLIST' Xbin/bbdate Xshare/bbtools/README.bbdate Xshare/bbtools/bbdate.conf Xshare/bbtools/bbdate.nobb Xshare/bbtools/bbdate.style Xshare/bbtools/bbtoolsrc.in X@dirrm share/bbtools END-of-bbdate/pkg/PLIST echo x - bbdate/Makefile sed 's/^X//' >bbdate/Makefile << 'END-of-bbdate/Makefile' X# New ports collection makefile for: bbdate X# Version required: 0.2.0 X# Date created: May 3 1999 X# Whom: Chris Piazza X# X# $Id$ X# X XDISTNAME= bbdate-0.2.0 XCATEGORIES= x11-clocks XMASTER_SITES= http://bbtools.windsofstorm.net/sources/ X XMAINTAINER= cpiazza@home.net X XGNU_CONFIGURE= YES XUSE_XLIB= YES X X.include END-of-bbdate/Makefile exit -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 19:50:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A09F14DC8 for ; Mon, 3 May 1999 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 TAA09855; Mon, 3 May 1999 19:50:01 -0700 (PDT) (envelope-from gnats@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 368D915781 for ; Mon, 3 May 1999 19:46:55 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 867531466; Mon, 3 May 1999 19:46:50 -0700 (PDT) Message-Id: <19990504024650.867531466@norn.ca.eu.org> Date: Mon, 3 May 1999 19:46:50 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11477: New port: mail/bbmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11477 >Category: ports >Synopsis: New port: mail/bbmail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 3 19:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: A mail checker intended for Blackbox. Part of the "bbtools" set. >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: # # bbmail # bbmail/files # bbmail/files/md5 # bbmail/patches # bbmail/patches/patch-aa # bbmail/pkg # bbmail/pkg/COMMENT # bbmail/pkg/DESCR # bbmail/pkg/PLIST # bbmail/Makefile # echo c - bbmail mkdir -p bbmail > /dev/null 2>&1 echo c - bbmail/files mkdir -p bbmail/files > /dev/null 2>&1 echo x - bbmail/files/md5 sed 's/^X//' >bbmail/files/md5 << 'END-of-bbmail/files/md5' XMD5 (bbmail-0.5.0.tar.gz) = 1b1a92caaa1793c3498627b0723973e5 END-of-bbmail/files/md5 echo c - bbmail/patches mkdir -p bbmail/patches > /dev/null 2>&1 echo x - bbmail/patches/patch-aa sed 's/^X//' >bbmail/patches/patch-aa << 'END-of-bbmail/patches/patch-aa' X--- Baseresource.cc Mon Apr 26 14:19:20 1999 X+++ Baseresource.cc Mon May 3 18:46:14 1999 X@@ -202,7 +202,7 @@ X XrmValue value; X char *value_type; X X- if (!ReadResourceFromFilename("bbmail.styleFile","Bbmail.StyleFile")) X+ if (!ReadResourceFromFilename("bbmail.stylefile","Bbmail.StyleFile")) X { X /* use default stylefile */ X delete [] style.conf_filename; X@@ -273,7 +273,7 @@ X else X { X XrmCombineDatabase(db,&resource_db,False); X- if (!ReadResourceFromFilename("bbmail.styleFile","Bbmail.StyleFile")) X+ if (!ReadResourceFromFilename("bbmail.stylefile","Bbmail.StyleFile")) X { X fprintf(stderr,"Could not open default style file bbmail.styleFile: in %s\n", X style.conf_filename); X@@ -316,7 +316,7 @@ X XrmValue value; X char *value_type; X X- if (!ReadResourceFromFilename("session.styleFile","Session.StyleFile")) X+ if (!ReadResourceFromFilename("session.stylefile","Session.StyleFile")) X { X fprintf(stderr,"Could not open blackbox style file\n"); X } END-of-bbmail/patches/patch-aa echo c - bbmail/pkg mkdir -p bbmail/pkg > /dev/null 2>&1 echo x - bbmail/pkg/COMMENT sed 's/^X//' >bbmail/pkg/COMMENT << 'END-of-bbmail/pkg/COMMENT' XA tool made for Blackbox that displays the date in a decorated window END-of-bbmail/pkg/COMMENT echo x - bbmail/pkg/DESCR sed 's/^X//' >bbmail/pkg/DESCR << 'END-of-bbmail/pkg/DESCR' XA tool that displays the date in an decorated window, simulating the Xlook of the Blackbox toolbar. X XWWW: http://bbtools.windsofstorm.net/ X X-Chris Piazza Xcpiazza@home.net END-of-bbmail/pkg/DESCR echo x - bbmail/pkg/PLIST sed 's/^X//' >bbmail/pkg/PLIST << 'END-of-bbmail/pkg/PLIST' Xbin/bbmail Xshare/bbtools/README.bbmail Xshare/bbtools/bbmail.conf Xshare/bbtools/bbmail.nobb Xshare/bbtools/bbmail.style Xshare/bbtools/bbtoolsrc.in X@dirrm share/bbtools END-of-bbmail/pkg/PLIST echo x - bbmail/Makefile sed 's/^X//' >bbmail/Makefile << 'END-of-bbmail/Makefile' X# New ports collection makefile for: bbmail X# Version required: 0.5.0 X# Date created: May 3 1999 X# Whom: Chris Piazza X# X# $Id$ X# X XDISTNAME= bbmail-0.5.0 XCATEGORIES= mail XMASTER_SITES= http://bbtools.windsofstorm.net/sources/ X XMAINTAINER= cpiazza@home.net X XGNU_CONFIGURE= YES XUSE_XLIB= YES X X.include END-of-bbmail/Makefile exit -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 21:22:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 314F014CCD; Mon, 3 May 1999 21:22:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA15686; Mon, 3 May 1999 21:22:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Mon, 3 May 1999 21:22:39 -0700 (PDT) From: Message-Id: <199905040422.VAA15686@freefall.freebsd.org> To: dada@sbox.tu-graz.ac.at, steve@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/10885: [new port] java2html-0.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [new port] java2html-0.4 State-Changed-From-To: closed->open State-Changed-By: steve State-Changed-When: Mon May 3 21:21:20 PDT 1999 State-Changed-Why: New version available. Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Mon May 3 21:21:20 PDT 1999 Responsible-Changed-Why: I'll take care of this soon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 21:29:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6408C14CCD; Mon, 3 May 1999 21:29:45 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA16570; Mon, 3 May 1999 21:29:45 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Mon, 3 May 1999 21:29:45 -0700 (PDT) From: Message-Id: <199905040429.VAA16570@freefall.freebsd.org> To: shipley@dis.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/9901: New port net/libnet Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port net/libnet State-Changed-From-To: closed->open State-Changed-By: steve State-Changed-When: Mon May 3 21:28:50 PDT 1999 State-Changed-Why: Seems the MASTER_SITE changed and a new version released. Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Mon May 3 21:28:50 PDT 1999 Responsible-Changed-Why: I'll take care of this as soon as I get the new port from the originator. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 23:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 02A8B15043 for ; Mon, 3 May 1999 23:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA25419; Mon, 3 May 1999 23:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from souffle.respo.or.jp (host9106.respo.or.jp [210.152.229.106]) by hub.freebsd.org (Postfix) with ESMTP id 64655154C4 for ; Mon, 3 May 1999 23:34:05 -0700 (PDT) (envelope-from k5@respo.or.jp) Received: (from k5@localhost) by souffle.respo.or.jp (8.9.3/3.7W) id PAA79329; Tue, 4 May 1999 15:34:05 +0900 (JST) Message-Id: <199905040634.PAA79329@souffle.respo.or.jp> Date: Tue, 4 May 1999 15:34:05 +0900 (JST) From: k5@respo.or.jp Reply-To: k5@respo.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11480: Fix port: archivers/linux_rar Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11480 >Category: ports >Synopsis: Fix port: archivers/linux_rar >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 3 23:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: FUJISHIMA Satsuki >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: This port properly depends on ld-linux.so.2. >How-To-Repeat: $ ldd /usr/local/bin/rar /usr/local/bin/rar: libc.so.6 => /lib/libc.so.6 (0x28071000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x28064000) $ su Password: # chmod -x /compat/linux/lib/ld-linux.so.2 # exit $ rar ELF interpreter /compat/linux/lib/ld-linux.so.2 not found Abort trap >Fix: Index: ports/archivers/linux_rar/Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/linux_rar/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/05/01 02:06:34 1.2 +++ Makefile 1999/05/04 06:20:51 @@ -16,6 +16,8 @@ MAINTAINER= k5@respo.or.jp +RUN_DEPENDS= /compat/linux/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_lib + ONLY_FOR_ARCHS= i386 NO_PACKAGE= Only unmodified original package can be distributed >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 3 23:50: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D5386154CA for ; Mon, 3 May 1999 23:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA26009; Mon, 3 May 1999 23:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 081781566E for ; Mon, 3 May 1999 23:42:09 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id KAA24104; Tue, 4 May 1999 10:42:06 +0400 (MSD) (envelope-from andy) Message-Id: <199905040642.KAA24104@icc.surw.chel.su> Date: Tue, 4 May 1999 10:42:06 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11481: Update port: devel/libgnugetopt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11481 >Category: ports >Synopsis: Update port: devel/libgnugetopt >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 3 23:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update devel/libgnugetopt port. diff -Nru libgnugetopt/Makefile libgnugetopt-1.1/Makefile --- libgnugetopt/Makefile Mon May 3 07:20:32 1999 +++ libgnugetopt-1.1/Makefile Tue May 4 10:37:55 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: libgnugetopt -# Version required: 1.0 +# Version required: 1.1 # Date created: 2 May 1999 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.1.1.1 1999/05/03 03:20:32 steve Exp $ # -DISTNAME= libgnugetopt-1.0 +DISTNAME= libgnugetopt-1.1 CATEGORIES= devel MASTER_SITES= http://www.geocities.com/SiliconValley/Code/3502/ @@ -14,6 +14,8 @@ do-install: @ ${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include - @ ${INSTALL_DATA} ${WRKSRC}/libgnugetopt.a ${PREFIX}/lib + @ ${INSTALL_DATA} ${WRKSRC}/libgnugetopt.so.1 ${PREFIX}/lib + @ ${LN} -s ${PREFIX}/lib/libgnugetopt.so.1 ${PREFIX}/lib/libgnugetopt.so + @ ${LDCONFIG} -m ${PREFIX}/lib .include diff -Nru libgnugetopt/files/md5 libgnugetopt-1.1/files/md5 --- libgnugetopt/files/md5 Mon May 3 07:20:33 1999 +++ libgnugetopt-1.1/files/md5 Mon May 3 11:35:18 1999 @@ -1 +1 @@ -MD5 (libgnugetopt-1.0.tar.gz) = 7fa261951e4ffc346976a667440cc5d7 +MD5 (libgnugetopt-1.1.tar.gz) = 9b891a8b17a05448cddb134118d83281 diff -Nru libgnugetopt/pkg/PLIST libgnugetopt-1.1/pkg/PLIST --- libgnugetopt/pkg/PLIST Mon May 3 07:20:32 1999 +++ libgnugetopt-1.1/pkg/PLIST Mon May 3 11:35:50 1999 @@ -1,2 +1,5 @@ include/getopt.h -lib/libgnugetopt.a +lib/libgnugetopt.so +lib/libgnugetopt.so.1 +@exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R >How-To-Repeat: >Fix: Please, check and apply this patch. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 0: 6:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4541914E8A; Tue, 4 May 1999 00:06:56 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA27395; Tue, 4 May 1999 00:06:56 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Tue, 4 May 1999 00:06:56 -0700 (PDT) From: Message-Id: <199905040706.AAA27395@freefall.freebsd.org> To: cpiazza@home.net, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11471: Update: audio/ripit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: audio/ripit State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Tue May 4 00:06:36 PDT 1999 State-Changed-Why: Commited. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 0:19:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.kt.rim.or.jp (mail.kt.rim.or.jp [202.247.130.53]) by hub.freebsd.org (Postfix) with ESMTP id CD72B14CF0 for ; Tue, 4 May 1999 00:19:30 -0700 (PDT) (envelope-from kuriyama@sky.rim.or.jp) Received: from moon.sky.rim.or.jp (ppp355.kt.rim.or.jp [202.247.140.55]) by mail.kt.rim.or.jp (8.8.8/3.6W-RIMNET-98-06-09) with ESMTP id QAA03754; Tue, 4 May 1999 16:19:29 +0900 (JST) Received: from sky.rim.or.jp (earth.sky.rim.or.jp [192.168.1.2]) by moon.sky.rim.or.jp (8.8.8/3.5Wpl4/moon-1.0) with ESMTP id QAA10586; Tue, 4 May 1999 16:19:19 +0900 (JST) Message-ID: <372E9F47.C1A00482@sky.rim.or.jp> Date: Tue, 04 May 1999 16:18:31 +0900 From: Jun Kuriyama X-Mailer: Mozilla 4.06 [ja] (Win95; I) MIME-Version: 1.0 To: olli@fromme.com, Ports Team Subject: graphics/povray31 is obsoleted Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bento said graphics/povray31 has problem about md5 checksum mismatch. Currently, version of graphics/povray31 is 3.1d. But ftp site has 3.1e without changing filename. Is anyone working for upgrading this port? -- Jun Kuriyama // kuriyama@sky.rim.or.jp // kuriyama@FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 0:30: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 03A3514DAE for ; Tue, 4 May 1999 00:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA35345; Tue, 4 May 1999 00:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 6101B1559C for ; Tue, 4 May 1999 00:23:31 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id LAA24525; Tue, 4 May 1999 11:23:30 +0400 (MSD) (envelope-from andy) Message-Id: <199905040723.LAA24525@icc.surw.chel.su> Date: Tue, 4 May 1999 11:23:30 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11482: New port: biorythm-1.1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11482 >Category: ports >Synopsis: New port: biorythm-1.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 4 00:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of biorythm-1.1.1, simple biorythm calculation program. This program calculates a simple biorythm plot based on the given date of birth. The plot starts at the given first day of plot, and includes the number of days indicated on the command line. The default plot includes emotional, intellectual and physical curves. This may be overridden by command line options. WWW: http://home.sol.no/~sverrehu/pub-unix/ # 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: # # biorythm-1.1.1 # biorythm-1.1.1/Makefile # biorythm-1.1.1/files # biorythm-1.1.1/files/md5 # biorythm-1.1.1/patches # biorythm-1.1.1/patches/patch-aa # biorythm-1.1.1/pkg # biorythm-1.1.1/pkg/PLIST # biorythm-1.1.1/pkg/COMMENT # biorythm-1.1.1/pkg/DESCR # echo c - biorythm-1.1.1 mkdir -p biorythm-1.1.1 > /dev/null 2>&1 echo x - biorythm-1.1.1/Makefile sed 's/^X//' >biorythm-1.1.1/Makefile << 'END-of-biorythm-1.1.1/Makefile' X# New ports collection makefile for: biorythm X# Version required: 1.1.1 X# Date created: 4 May 1999 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= biorythm-1.1.1 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SUNSITE} \ X http://home.sol.no/~sverrehu/pub-unix/files/ XMASTER_SITE_SUBDIR= games/amusements X XMAINTAINER= andy@icc.surw.chel.su X XLIB_DEPENDS= shhmsg.1:${PORTSDIR}/devel/libshhmsg \ X shhopt.1:${PORTSDIR}/devel/libshhopt X XUSE_GMAKE= yes X XMAN6= biorythm.6 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/biorythm ${PREFIX}/bin X @ ${INSTALL_MAN} ${WRKSRC}/biorythm.6 ${PREFIX}/man/man6 X Xpost-install: X.if !defined (NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/biorythm X.for file in CREDITS ChangeLog README X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/biorythm X.endfor X.endif X X.include END-of-biorythm-1.1.1/Makefile echo c - biorythm-1.1.1/files mkdir -p biorythm-1.1.1/files > /dev/null 2>&1 echo x - biorythm-1.1.1/files/md5 sed 's/^X//' >biorythm-1.1.1/files/md5 << 'END-of-biorythm-1.1.1/files/md5' XMD5 (biorythm-1.1.1.tar.gz) = 0c304a6c37d56cb2d3c11e77225745b5 END-of-biorythm-1.1.1/files/md5 echo c - biorythm-1.1.1/patches mkdir -p biorythm-1.1.1/patches > /dev/null 2>&1 echo x - biorythm-1.1.1/patches/patch-aa sed 's/^X//' >biorythm-1.1.1/patches/patch-aa << 'END-of-biorythm-1.1.1/patches/patch-aa' X--- Makefile Sun Jul 5 19:55:11 1998 X+++ /home/andy/tmp/wrk/Makefile Tue May 4 10:55:11 1999 X@@ -11,10 +11,10 @@ X ########################################################################### X X # where are shhmsg and shhopt? X-INCDIR = -I/usr/local/include X-LIBDIR = -L/usr/local/lib X+INCDIR = -I$(LOCALBASE)/include X+LIBDIR = -L$(LOCALBASE)/lib X X-INSTBASEDIR = /usr/local X+INSTBASEDIR = $(PREFIX) X INSTBINDIR = $(INSTBASEDIR)/games X INSTMANDIR = $(INSTBASEDIR)/man/man6 X INSTALL = install -m 644 X@@ -27,9 +27,9 @@ X X ########################################################################### X X-CC = gcc X+#CC = gcc X X-OPTIM = -O2 X+OPTIM = $(CFLAGS) X CCOPT = -Wall $(OPTIM) $(INCDIR) $(DEFINES) $(CFLAGS) X LDOPT = -s $(LIBDIR) $(LDFLAGS) X END-of-biorythm-1.1.1/patches/patch-aa echo c - biorythm-1.1.1/pkg mkdir -p biorythm-1.1.1/pkg > /dev/null 2>&1 echo x - biorythm-1.1.1/pkg/PLIST sed 's/^X//' >biorythm-1.1.1/pkg/PLIST << 'END-of-biorythm-1.1.1/pkg/PLIST' Xbin/biorythm Xshare/doc/biorythm/CREDITS Xshare/doc/biorythm/ChangeLog Xshare/doc/biorythm/README X@dirrm share/doc/biorythm END-of-biorythm-1.1.1/pkg/PLIST echo x - biorythm-1.1.1/pkg/COMMENT sed 's/^X//' >biorythm-1.1.1/pkg/COMMENT << 'END-of-biorythm-1.1.1/pkg/COMMENT' Xsimple biorythm calculation program END-of-biorythm-1.1.1/pkg/COMMENT echo x - biorythm-1.1.1/pkg/DESCR sed 's/^X//' >biorythm-1.1.1/pkg/DESCR << 'END-of-biorythm-1.1.1/pkg/DESCR' XThis program calculates a simple biorythm plot based on the given date Xof birth. The plot starts at the given first day of plot, and includes Xthe number of days indicated on the command line. X XDates must be entered according to ISO date format, that is: XYYYY-MM-DD, four digit year, two digit month, and two digit day of Xmonth. X XThe default plot includes emotional, intellectual and physical Xcurves. This may be overridden by command line options. X XThe author has no idea how to interpret the plot, so please don't ask Xhim about it. X XWWW: http://home.sol.no/~sverrehu/pub-unix/ END-of-biorythm-1.1.1/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 0:40:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A6F2154E9 for ; Tue, 4 May 1999 00:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA46489; Tue, 4 May 1999 00:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from catastrophe.gelemna.ft-wayne.in.us (fw-line-6.fwi.com [209.84.172.11]) by hub.freebsd.org (Postfix) with ESMTP id 372B415805 for ; Tue, 4 May 1999 00:38:57 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from emerson.gelemna.ft-wayne.in.us (emerson.gelemna.ft-wayne.in.us [10.23.42.2]) by catastrophe.gelemna.ft-wayne.in.us (8.8.8/8.8.8) with ESMTP id CAA06244 for ; Tue, 4 May 1999 02:38:21 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.9.3/8.9.2) id CAA62813; Tue, 4 May 1999 02:39:14 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Message-Id: <199905040739.CAA62813@emerson.gelemna.ft-wayne.in.us> Date: Tue, 4 May 1999 02:39:14 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11483: update www/amaya to 2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11483 >Category: ports >Synopsis: update www/amaya to 2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 4 00:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Don Croyle >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: These diffs update the www/amaya port to use the new 2.0 distfile. In addition, I've added support for installing the optional English or French dictionaries Amaya uses for spell checking. In line with the development team's insistance that it's primarily an editor, I tweaked the wording of pkg/COMMENT and pkg/DESCR. Finally, they changed install directories on me again, which means YA PLIST diff from hell. >How-To-Repeat: >Fix: Apply this patch: diff -ruN amaya.old/Makefile amaya/Makefile --- amaya.old/Makefile Sun Jan 17 21:39:02 1999 +++ amaya/Makefile Tue May 4 01:01:57 1999 @@ -1,17 +1,17 @@ # New ports collection makefile for: amaya -# Version required: 1.4a +# Version required: 2.0 # Date created: 26 Dec 1998 # Whom: Don Croyle # # $Id: Makefile,v 1.2 1999/01/18 02:39:02 steve Exp $ # -DISTNAME= amaya-src-1.4a -PKGNAME= amaya-1.4a +DISTNAME= amaya-src-2.0 +PKGNAME= amaya-2.0 CATEGORIES= www MASTER_SITES= http://www.w3.org/Amaya/Distribution/ \ ftp://ftp.w3.org/pub/amaya/ \ - ftp://ftp-eu.w3.org/pub/amaya/ + ftp://mirror.aarnet.edu.au/pub/amaya/ MAINTAINER= croyle@gelemna.ft-wayne.in.us @@ -19,12 +19,27 @@ USE_XLIB= yes USE_GMAKE= yes -WRKSRC= ${WRKDIR}/Thot/obj +DIST_SUBDIR= amaya +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +.ifdef ENGLISH_DICT +DISTFILES+= English.tar.gz +.endif +.ifdef FRENCH_DICT +DISTFILES+= French.tar.gz +.endif + +WRKSRC= ${WRKDIR}/Amaya/obj GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../configure CONFIGURE_ARGS= --with-amaya +pre-fetch: +.if !defined(ENGLISH_DICT) && !defined(FRENCH_DICT) + @${ECHO_MSG} To enable spell checking, define either + @${ECHO_MSG} ENGLISH_DICT or FRENCH_DICT +.endif + post-extract: ${MKDIR} ${WRKSRC} @@ -33,8 +48,22 @@ post-install: .for file in amaya print - strip ${PREFIX}/thot/applis/bin/${file} + strip ${PREFIX}/Amaya/applis/bin/${file} .endfor - ${INSTALL_DATA} ${WRKSRC}/../amaya/COPYRIGHT.html ${PREFIX}/thot/amaya/ + ${INSTALL_DATA} ${WRKSRC}/../amaya/COPYRIGHT.html ${PREFIX}/Amaya/amaya/ +.ifdef ENGLISH_DICT + ${INSTALL_DATA} ${WRKDIR}/Thot/dicopar/Eprinc.dic ${PREFIX}/Amaya/dicopar/ + ${MV} ${TMPPLIST} ${TMPPLIST}.new + ${ECHO} Amaya/dicopar/Eprinc.dic > ${TMPPLIST} + ${CAT} ${TMPPLIST}.new >> ${TMPPLIST} + ${RM} ${TMPPLIST}.new +.endif +.ifdef FRENCH_DICT + ${INSTALL_DATA} ${WRKDIR}/Thot/dicopar/Fprinc.dic ${PREFIX}/Amaya/dicopar/ + ${MV} ${TMPPLIST} ${TMPPLIST}.new + ${ECHO} Amaya/dicopar/Fprinc.dic > ${TMPPLIST} + ${CAT} ${TMPPLIST}.new >> ${TMPPLIST} + ${RM} ${TMPPLIST}.new +.endif .include diff -ruN amaya.old/files/md5 amaya/files/md5 --- amaya.old/files/md5 Sun Jan 17 21:39:05 1999 +++ amaya/files/md5 Tue May 4 00:12:32 1999 @@ -1 +1,3 @@ -MD5 (amaya-src-1.4a.tar.gz) = e2d795ffb6a010a275dc3aa2f82f15f3 +MD5 (amaya/amaya-src-2.0.tar.gz) = a2db1b608316d424d31572c1435215d9 +MD5 (amaya/English.tar.gz) = 36eed18a4dd0ce73ef1a5c310e751c2e +MD5 (amaya/French.tar.gz) = d62ee5e7e09e36b66e833b4ec4a98902 diff -ruN amaya.old/patches/patch-aa amaya/patches/patch-aa --- amaya.old/patches/patch-aa Sun Jan 10 13:54:23 1999 +++ amaya/patches/patch-aa Tue May 4 01:53:28 1999 @@ -1,5 +1,5 @@ ---- ../amaya/Makefile.in.orig Wed Dec 16 10:31:13 1998 -+++ ../amaya/Makefile.in Sat Dec 26 09:55:33 1998 +--- ../amaya/Makefile.in.orig Fri Apr 16 02:03:50 1999 ++++ ../amaya/Makefile.in Tue May 4 01:50:24 1999 @@ -10,7 +10,7 @@ include ../Options @@ -9,3 +9,12 @@ LIBS = $(LIBWWW_LIBS) $(AMAYA_JAVA_LIBS) $(AMAYA_PLUGIN_LIBS) \ $(AMAYA_MATH_LIBS) $(AMAYA_GRAPH_LIBS) $(AMAYA_ILU_LIBS) \ -L../tablelib -L../thotlib -L.. -lThotTable -lThotEditor \ +@@ -18,7 +18,7 @@ + $(MOTIF_LIBRARIES) $(XMLIB) $(X_LIBS) -lXt $(X_PRE_LIBS) \ + -lXext -lX11 $(X_EXTRA_LIBS) @LIBS@ @EXTRA_LIBS@ -lm + +-CONFIGFILES=XKeysymDB thot.ini amaya.keyboard \ ++CONFIGFILES=XKeysymDB thot.color amaya.keyboard unix-thot.rc \ + en-amayadialogue en-amayamsg en-libdialogue \ + en-transdialogue en-corrdialogue \ + fr-amayadialogue fr-amayamsg fr-libdialogue \ diff -ruN amaya.old/pkg/COMMENT amaya/pkg/COMMENT --- amaya.old/pkg/COMMENT Sun Jan 10 13:54:23 1999 +++ amaya/pkg/COMMENT Mon May 3 23:30:55 1999 @@ -1 +1 @@ -The W3C's testbed web browser/editor. +The W3C's testbed web editor/browser. diff -ruN amaya.old/pkg/DESCR amaya/pkg/DESCR --- amaya.old/pkg/DESCR Sun May 2 23:39:59 1999 +++ amaya/pkg/DESCR Mon May 3 23:30:52 1999 @@ -1,4 +1,4 @@ -Amaya is the W3C's testbed browser/editor for new HTML and CSS +Amaya is the W3C's testbed editor/browser for new HTML and CSS features. It provides a WYSIWYG editing interface while generating documents that adhere to a DTD. diff -ruN amaya.old/pkg/PLIST amaya/pkg/PLIST --- amaya.old/pkg/PLIST Mon Mar 8 16:16:57 1999 +++ amaya/pkg/PLIST Tue May 4 01:51:49 1999 @@ -1,128 +1,141 @@ -thot/amaya/AmayaPage.html -thot/amaya/COPYRIGHT.html -thot/amaya/HTML.STR -thot/amaya/HTML.conf -thot/amaya/HTML.en -thot/amaya/HTML.fr -thot/amaya/HTML.trans -thot/amaya/HTMLP.PRS -thot/amaya/HTMLPBW.PRS -thot/amaya/HTMLPLP.PRS -thot/amaya/HTMLPLPUS.PRS -thot/amaya/HTMLPP.PRS -thot/amaya/HTMLPPUS.PRS -thot/amaya/HTMLT.TRA -thot/amaya/HTMLTT.TRA -thot/amaya/HTMLTX.TRA -thot/applis/bin/amaya +Amaya/amaya/AmayaPage.html +Amaya/amaya/COPYRIGHT.html +Amaya/amaya/HTML.STR +Amaya/amaya/HTML.conf +Amaya/amaya/HTML.en +Amaya/amaya/HTML.fr +Amaya/amaya/HTML.trans +Amaya/amaya/HTMLP.PRS +Amaya/amaya/HTMLPBW.PRS +Amaya/amaya/HTMLPLP.PRS +Amaya/amaya/HTMLPLPUS.PRS +Amaya/amaya/HTMLPP.PRS +Amaya/amaya/HTMLPPUS.PRS +Amaya/amaya/HTMLT.TRA +Amaya/amaya/HTMLTT.TRA +Amaya/amaya/HTMLTX.TRA +Amaya/amaya/TextFile.STR +Amaya/amaya/TextFileP.PRS +Amaya/amaya/TextFilePP.PRS +Amaya/amaya/TextFilePPUS.PRS +Amaya/amaya/TextFileT.TRA +Amaya/applis/bin/amaya @exec ln -sf %D/%F %D/bin/amaya @unexec rm -f %D/bin/amaya -thot/applis/bin/print -thot/config/XKeysymDB -thot/config/amaya.keyboard -thot/config/de-amayadialogue -thot/config/de-amayamsg -thot/config/de-libdialogue -thot/config/en-amayadialogue -thot/config/en-amayamsg -thot/config/en-corrdialogue -thot/config/en-libdialogue -thot/config/en-transdialogue -thot/config/fr-amayadialogue -thot/config/fr-amayamsg -thot/config/fr-corrdialogue -thot/config/fr-libdialogue -thot/config/fr-transdialogue -thot/config/thot.ini -thot/config/tr-amayadialogue -thot/config/tr-amayamsg -thot/config/tr-corrdialogue -thot/config/tr-libdialogue -thot/config/tr-transdialogue -thot/dicopar/alphabet -thot/dicopar/american.ptn -thot/dicopar/clavier -thot/dicopar/deutsch.ptn -thot/dicopar/english.ptn -thot/dicopar/espanol.ptn -thot/dicopar/finish.ptn -thot/dicopar/francais.ptn -thot/dicopar/italiano.ptn -thot/dicopar/nederl.ptn -thot/dicopar/portug.ptn -thot/dicopar/swedish.ptn -thot/doc/Icons/Back.gif -thot/doc/Icons/Browser.gif -thot/doc/Icons/Editor.gif -thot/doc/Icons/Forward.gif -thot/doc/Icons/Image.gif -thot/doc/Icons/Link.gif -thot/doc/Icons/NumList.gif -thot/doc/Icons/Plugin.gif -thot/doc/Icons/SaveAs.gif -thot/doc/Icons/SourceJava.gif -thot/doc/Icons/Sources.gif -thot/doc/Icons/amaya.gif -thot/doc/Icons/background.gif -thot/doc/Icons/bug.gif -thot/doc/Icons/check.gif -thot/doc/Icons/cross.gif -thot/doc/Icons/doc48x.gif -thot/doc/Icons/drapeau-F.gif -thot/doc/Icons/eyec.gif -thot/doc/Icons/find.gif -thot/doc/Icons/floppy.gif -thot/doc/Icons/left.gif -thot/doc/Icons/opera.gif -thot/doc/Icons/put.gif -thot/doc/Icons/question.gif -thot/doc/Icons/right.gif -thot/doc/Icons/table.gif -thot/doc/Icons/target.gif -thot/doc/Icons/ui.gif -thot/doc/Icons/up.gif -thot/doc/Icons/warning.gif -thot/doc/amaya/Attributes.html -thot/doc/amaya/Autoconf.html -thot/doc/amaya/BinDist.html -thot/doc/amaya/Browsing.html -thot/doc/amaya/CSS.html -thot/doc/amaya/Changing.html -thot/doc/amaya/Configure.html -thot/doc/amaya/Creating.html -thot/doc/amaya/ImageMaps.html -thot/doc/amaya/Keyboard.html -thot/doc/amaya/Links.html -thot/doc/amaya/MakeBook.html -thot/doc/amaya/Manual.html -thot/doc/amaya/Math.html -thot/doc/amaya/New.html -thot/doc/amaya/Numbering.html -thot/doc/amaya/Plugins.html -thot/doc/amaya/Printing.html -thot/doc/amaya/Publishing.html -thot/doc/amaya/Put.html -thot/doc/amaya/Registry.html -thot/doc/amaya/Searching.html -thot/doc/amaya/Selecting.html -thot/doc/amaya/SpellChecking.html -thot/doc/amaya/StyleSheets.html -thot/doc/amaya/Tables.html -thot/doc/amaya/Transform.html -thot/doc/amaya/Views.html -thot/fonts/Families.list -thot/fonts/fonts.dir -thot/fonts/icones.ff -thot/fonts/icones.pcf -thot/fonts/icones1.fb -thot/fonts/icones11.fb -@dirrm thot/amaya -@dirrm thot/applis/bin -@dirrm thot/applis -@dirrm thot/config -@dirrm thot/dicopar -@dirrm thot/doc/Icons -@dirrm thot/doc/amaya -@dirrm thot/doc -@dirrm thot/fonts -@dirrm thot +Amaya/applis/bin/print +Amaya/config/XKeysymDB +Amaya/config/amaya.keyboard +Amaya/config/de-amayadialogue +Amaya/config/de-amayamsg +Amaya/config/de-libdialogue +Amaya/config/en-amayadialogue +Amaya/config/en-amayamsg +Amaya/config/en-corrdialogue +Amaya/config/en-libdialogue +Amaya/config/en-transdialogue +Amaya/config/fr-amayadialogue +Amaya/config/fr-amayamsg +Amaya/config/fr-corrdialogue +Amaya/config/fr-libdialogue +Amaya/config/fr-transdialogue +Amaya/config/thot.color +Amaya/config/tr-amayadialogue +Amaya/config/tr-amayamsg +Amaya/config/tr-corrdialogue +Amaya/config/tr-libdialogue +Amaya/config/tr-transdialogue +Amaya/config/unix-thot.rc +Amaya/dicopar/alphabet +Amaya/dicopar/american.ptn +Amaya/dicopar/clavier +Amaya/dicopar/deutsch.ptn +Amaya/dicopar/english.ptn +Amaya/dicopar/espanol.ptn +Amaya/dicopar/finish.ptn +Amaya/dicopar/francais.ptn +Amaya/dicopar/italiano.ptn +Amaya/dicopar/nederl.ptn +Amaya/dicopar/portug.ptn +Amaya/dicopar/swedish.ptn +Amaya/doc/Icons/Back.gif +Amaya/doc/Icons/Browser.gif +Amaya/doc/Icons/CacheMenu.gif +Amaya/doc/Icons/ColorMenu.gif +Amaya/doc/Icons/Editor.gif +Amaya/doc/Icons/Forward.gif +Amaya/doc/Icons/GeneralMenu.gif +Amaya/doc/Icons/GeomMenu.gif +Amaya/doc/Icons/Image.gif +Amaya/doc/Icons/Link.gif +Amaya/doc/Icons/NumList.gif +Amaya/doc/Icons/Plugin.gif +Amaya/doc/Icons/ProxyMenu.gif +Amaya/doc/Icons/PublishMenu.gif +Amaya/doc/Icons/SaveAs.gif +Amaya/doc/Icons/SourceJava.gif +Amaya/doc/Icons/Sources.gif +Amaya/doc/Icons/amaya.gif +Amaya/doc/Icons/background.gif +Amaya/doc/Icons/bug.gif +Amaya/doc/Icons/check.gif +Amaya/doc/Icons/cross.gif +Amaya/doc/Icons/css.gif +Amaya/doc/Icons/doc48x.gif +Amaya/doc/Icons/drapeau-F.gif +Amaya/doc/Icons/eyec.gif +Amaya/doc/Icons/find.gif +Amaya/doc/Icons/floppy.gif +Amaya/doc/Icons/left.gif +Amaya/doc/Icons/opera.gif +Amaya/doc/Icons/put.gif +Amaya/doc/Icons/question.gif +Amaya/doc/Icons/right.gif +Amaya/doc/Icons/table.gif +Amaya/doc/Icons/target.gif +Amaya/doc/Icons/ui.gif +Amaya/doc/Icons/up.gif +Amaya/doc/Icons/warning.gif +Amaya/doc/amaya/Attributes.html +Amaya/doc/amaya/Autoconf.html +Amaya/doc/amaya/BinDist.html +Amaya/doc/amaya/Browsing.html +Amaya/doc/amaya/CSS.html +Amaya/doc/amaya/Changing.html +Amaya/doc/amaya/Configure.html +Amaya/doc/amaya/Creating.html +Amaya/doc/amaya/ImageMaps.html +Amaya/doc/amaya/Keyboard.html +Amaya/doc/amaya/Links.html +Amaya/doc/amaya/MakeBook.html +Amaya/doc/amaya/Manual.html +Amaya/doc/amaya/Math.html +Amaya/doc/amaya/New.html +Amaya/doc/amaya/Numbering.html +Amaya/doc/amaya/Plugins.html +Amaya/doc/amaya/Printing.html +Amaya/doc/amaya/Publishing.html +Amaya/doc/amaya/Put.html +Amaya/doc/amaya/Registry.html +Amaya/doc/amaya/Searching.html +Amaya/doc/amaya/Selecting.html +Amaya/doc/amaya/SpellChecking.html +Amaya/doc/amaya/StyleSheets.html +Amaya/doc/amaya/Tables.html +Amaya/doc/amaya/Transform.html +Amaya/doc/amaya/Views.html +Amaya/fonts/Families.list +Amaya/fonts/fonts.dir +Amaya/fonts/icones.ff +Amaya/fonts/icones.pcf +Amaya/fonts/icones1.fb +Amaya/fonts/icones11.fb +@dirrm Amaya/amaya +@dirrm Amaya/applis/bin +@dirrm Amaya/applis +@dirrm Amaya/config +@dirrm Amaya/dicopar +@dirrm Amaya/doc/Icons +@dirrm Amaya/doc/amaya +@dirrm Amaya/doc +@dirrm Amaya/fonts +@dirrm Amaya >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 1:40:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99ABF15C0B for ; Tue, 4 May 1999 01:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA08944; Tue, 4 May 1999 01:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from abc.123.org (unknown [195.244.241.123]) by hub.freebsd.org (Postfix) with ESMTP id C7851154A7 for ; Tue, 4 May 1999 01:33:56 -0700 (PDT) (envelope-from k@abc.123.org) Received: (from k@localhost) by abc.123.org (8.9.3/8.9.2) id KAA27549; Tue, 4 May 1999 10:33:48 +0200 (CEST) (envelope-from k) Message-Id: <199905040833.KAA27549@abc.123.org> Date: Tue, 4 May 1999 10:33:48 +0200 (CEST) From: k@123.org Reply-To: k@123.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11484: submission of Roxen Challenger port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11484 >Category: ports >Synopsis: Roxen Challenger 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 May 4 01:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kai Voigt >Release: FreeBSD 3.1-STABLE i386 >Organization: 123.org >Environment: >Description: % cat /usr/ports/www/roxen/pkg/DESCR This is the port of the Roxen Challenger http and ftp server. It has a configuration interface to be accessed with a webrowser and comes with some nice modules like automatic generation of graphical text. It is written in Pike (version 0.6), a modern language derived from lpc. If you want support for mysql in Roxen, make sure to install mysql first. This port will then notice the installed mysql. Official Roxen Homepage: http://Roxen.com/ Kai Voigt (k@123.org) >How-To-Repeat: Here's the compressed and uuencoded shar archive begin 644 roxen.shar.gz M'XL("#*O+C<``W)O>&5N+G-H87(`I9WK=^.VL<`_UW\%FTUODM-*RGKS;I,3 MQW8V/EE[?2TG<;]<'H@$)<0DP05)R]J>_N]W!B0E2@0Y0^V>IJ:(W^`Y>`R( MQPOO?J5R#_XGO'PEX]@3)EBI)SGUO+EXDIXJ/)6"8Z1B^0_/R$3#2Y%NBI5* ME]Y"1MK(DQ=>@;[$*@5&I"'\E*E7IID('M&'Q<:3:2$-BGR4KZQG'T$(-[H` M`0`2L0%/`B-%(;U0&1D4VBB9_].BN?6S]=I;*XCI0GIZG=*I_GTY`6XVM362?0"G19"I?EWZ/07HY]EVOR=98_+]O/L M_.WU]>7-_=Z[B\OY^=W>F]LW5_,=8^.^_VN6A%\>O+'/TWRU?7TM'B4Z0:QD ML-)>X$V\*G+)(V2"-\FJG]X/WBR43[.TA,PX_>%_7A[@-@W[(OBJ1^RY+;9- M;@[9^TD^^[^'V>P3[X>.N_>O?WF?7-Y<3'0TZ3A^'IR(M`)4HCH?CZ@G%%ORJ9 MOLA;5W?4K1-$O*D5H,A>IHV-"CX?)LB5`E#LJP+T,#]Y$*ACD5J61A2@A%"5 MH!9$(I!>H5%_11#('*-9)WHM%T:OP1OK9:`3J^O%ZN0AAV4J:R#@7BNC0B6ZE`Q%X!V3T]>3AY@#A!@M9&%9#]6*EOT8-/ M(<)8/[S/IU]]!L6#WDN3>K%(EZ588E4R4%<@?48G7IP%E5^1K7%KD19>7F8V MAZ`E\))-_BY&OVT^_0/J-0210_EA>J&F%9!O%73R$"F3%Y!7-JNM#[96VZ8C MU04F%7.\EH(86#D;_-LH4H&"Q%7%\0OD309Q_SF7T]A>R;(?VK4-[O M6BV+DX=/'W]\>?IJJLWRLZX^54KCT*:J5O=IDW5U:Y-U`FV213`SP33'/Z;Y[,_WIZL;Q]ORB M>7EW>79Q?;G_:YKG\:OFU?W;B[?-\^^7=_.KMUL/JXHTFP9/N5JFV,7L.RQ$ M+OWZ^?YLEX<.YT`$*SG-0->'(!UK0T-8E6>+4L50*7(V7A0Z]2.]*XY^.)1Y M8-2"[WMHQ-JW?3%7@A>16*_]T9')Q1,;KEM$"@YA0$#Z&*K\T6>5*U8+':0'M%X7FB3!%IC(R@KD.'B69TWFF4AB@,.*8 M%Z8,BEG**.BU>B^,6V]4.M![@&.P5.ZW$_CK<(G<`DMA%E#)H/^(K7'2%Y=Z M%-/GG(4+U>OF?EU9!-WW,$8285CF[A*NM-,7`3:^>=4Y0LR*TED+#FD[9,A$ MSH)C*4RLG37A``WEHERJ%`:026^G<"!2FP5^#/6<@\=E[JR^AUR1L7.C'G!+ MW^2"@8-Q7#Y#4Q*PV+SH[7\.6:A^'`Z'XGZ0<[0BE<5:FT>?:IP/Q'0F4VO2 M,EGL'S@L-D+L4H$& MY$BY>MC%28>1[TK(=W:ZH4O3\1,#S%=E$>HUIYJ7&1BR[GZ@(I^$.7@?RD3[ M@32%`AL1JN`CG61X%"LWQ6*H(\(H8"*?"9FGT^SS!7Z%GA) M`:<4\(H"OJ"`+RG@*PKXF@*^H8!O*>#\]_GL,BUP]H_"[F2F_$3A=RAP]WMN>4( M+>J7&52I`3&W?O4(Q*K'8NF7^>7^_O;XE.U+'Y'&`P_&I+8E^D'IGEMTG/2P M#)IF8/KTM>UFN9A"V^!RP1?^2L61L\/:(8D`X[0W_&WWV!.!VK)V%7/=7=;F MD8M8RQAGE5U^VP'G[-7IK#1K7Q6!+YY$6OA@X81R`KVJFAQVM4VMQX3,1-#3 M2NU3QHC-,+(08$^F(0'AL-<'BPJ&<,-@J>)"I7Y4IM688A@/P$N,`$'I)%-Q M9:L0(-I].)`?QC9!K(B$A`DCM:$.7#W*/K-)1:("?U%&$6@AB\4!Y#`I(8,) M(J7C9GO>822R4RR%T3'!Y3C]1"-^(9,LQH'B(+LD"<(-LA85E0B$R7L7)/M.V@2*4I#1GH+@AF*4U"I6M5IDNT20A,03Z2T)\B M$ZG,G8.['94(;9QSN3LDU68MEV1X6,W*94F&"/4H)SV#%PL:BO633&D,\H$L MP7PMPSY(+2J][S=:]I!>RV2?ZIH?6_>FMC$";*-TP'LT(P+N\6\'BU2D:6HI M"YUU6^(.E^"Z"9K:L##(D6)I'%U$EZPF3FDP5]!/NT9@79(30V@S'0-X!Q8J M1B9#K^(:MG2Y38Y?.WJY?J-OA]36ZMG%/674#\O0>NL6&U#@CL"[4I;NAJE7 MI/JRQY.Q]<0QM],A1^31N*SAYL@YKAUQSF,4R^MP MD3`*^G75BK-\3#*.A^\9T%6"8V^:>W,WNBEJB_"U:T^*H5X-_QKLC$08/Q,F MQ_:5D8V-J`+3GU7^C<"C-*ET?L3O%8EY37Z#-ZD8(V(4C#B+S2@AT[.2IU<@ M#P2NWV#)7%]=7[(*PH*T#EYCM\_`-CSN%A>U,+!FH,-`ZY$.)\W`%CK0<3ZZ M7CDD^=7+)7\IG3I,Z;$2K' MUSEHX=BRW9/AE^J^&*,\MP+6)N!4YIW$YC@1'^I0&?.&?5M)'3*[YCV)XX(R M(F`VAEN9K1%TE-11T1R=^6.SWEI-+/TN8!PD3%C7MK/YSU!_.[8[*LY<'1"=_WX^@L M./#F@S*CO0CI0S+E*I0I^B299F:O1W?SLP_S8([3\;CPDND-SK#P2#O)PD'O M[<0[#]7'#+,.I/B:="C(T)V6R.WE]=A$^5R9/\#:_1V_:7`&L_\6BW)TINT+ M\?/L0(Z193N)I-Z/P,B`G5`AW0N&NR(9SV?.\-%_HQQGZ]<0.0\JO M%R^P(H(K%WQ=\B82ZF6Z##(1N.^!`6*MQ`W`C(3EF<(-"!P0FH4B8H6?;W)K MSG=1NP7V\%TMU=I4W'YV:0@ANTE`^]RZK;B3DLT@R6[*I M=N^(V"MZFU>@,T]Y-.AM&]X]GRA<_L&/$:[4,BHH9,B7R66` M^P;X`KB3@J0+Z)IGN!?77[Y7SJU9A_"JJ/;^]M]KGRW_6=(-F^.3'5UZH"_$.ZMBWP?[.\/\R)33G.! MX4&HA'/%!4,TT_'&MMR#;+>@<@4PE/3L6.ZBQZ!B5;4GP M];0MQ%#.&L]BW,^4SZ:I]FMFI.3X=+4E1Z=O3WA\.K'E"XP>;/CZ9'NW7M." M&:^A.Y`+%2[)=.^E`J?SK%5E;=X"LXQ(G"4'%A`QPD^RO51"H2"1ZE/KF-UE+;CJL-\A4>"'"-< MIC)AHWU$J*QG`5VKXB//X?'((W`2B=R!)[J M^FD(3E0>S.;_^P8M@W"PF;0DKE:'2%?K:BD8=R^2D,HF,8[@>L^3V*?S1`SV MS)8:.BYB#ZQ:SO? MTKFTM0M&?#*KGGET*M?(C1'A\858X@$',GCT\TS&,=$&5+C=\,1HOFH:+*>^ M?<][9*@#ANFP16E;80\EC8-]NM\:V'(XDY$5DZ8)X>!XZ!G-0?Z24(C[@?2C MHH/-,IG2@6:='>%=IBQ6$]P>KPPC%6`;52=;4&0@RA7)(,'A'%87QX(#D\B82&(I62 M0( MIN*,8N@\53#8^J=9ED95D(E)M M%QZ26)DLZ!+28&-03$;Z`NTP*T[O2DW7_VKE+DE)$7,JA\%O"+EZDA->[C;S M]S0726/H#*Y.X65V>T86I3D\**I#,=I90":)>)[8,Z,8,#-^>;.D@`1Q`W0@ M,K)RX*Y>FBE-0`?Y+GY72GJ@E!'%X(F(/=EB+W5C*\RWM]RTN`Q4.'17E M1!DYU*:',J?F!O*E(-PJUO;908:^J:!Y0.MB2WWD;)[@'.- MRX[HGYK:,7U'U^Z(0D+1.>>C[(^)-4/S_@/<]BBTOL>@^X=6NS![.LRR8V%T MF*71T&62)!XT0#"8*S*>V/'/],_LT#YUL!0%^H!GA0JSH<)&LIK)9X")3$L. MEW-R!D'[!9/!E>ECBA-K!`J#:_\E!SKE0*\H*+)'M],,&1J:O!2C0IW*9Y): M10'%5$.#20IF%1,M%!F]FEP+D^+,*D77K=C+O,"&S'$VH!.WJ^IXJ'S.)(R. M95K@*(@K4Q_]QQ6([-&53!9&C7P6;TY@PK$8QX[)<'N\+P_-1!C:.74F;NRW M"QYLU_39'9`\W@X;AU'L?2@MS?1:FDDLS%)...UXFU\:*.ZL_V MC#4<&KDM(P>8N]=+=D6N'Z_T>VB'!')#U-1\\OMXOXX3Q,,F#=[@)(1". MDXFAK!0>K2/#;9\F95:L=+E<.(?D6!DFO[]S=;004V!HI_4'>G&<^-'A[ITS\(%>'"7.%6H= M#S)2A(EWCY4Y2I`IU#HC:IP$D]Z=<#9*@`NSO6V?RC=2A(<35.M42QY)4*0_ MO:X]#LTIHV[G]MFZ@X3;<7BH-#!28EZ4<+3P6,'Q89%X/S"8I87=3MXMW\O MU+YC]X[=^O:O5YWZ_3)R MIU:/_9?34[!P13S!VYD*8<#2_LS[WOM2?!-^\O7YUR^_79RX_7;'UC[C);[]46Z0OG@W[A#Y%W^MKNU;X57%GWI!Z,W* MW-3%V-8*[Y_>M)I-\B83T(D)9/?W>.,.*DA->I^Y4K*-\$%RMA>-NQ+2.':3 MT+A@Y+T;N;:7-^=>?0@" M[X>O]DJ[!?#?Z5?>SW)A2F$VWLMOO_T6!?]8Z:17H/FWO2C::]\3_?`"/?CX M*OS8/IX\7$`5N#F[OOQ^*]C5O9.'/^Y^G=^=?]_R_N/_P+N+J[O_UM?``#_] MXJN3A_.S^\O7;^^N+N<-O5ZO0:O/YO>7=_[\ZKYQB.SEUCC=694H7G!=:XB= M@+:W75^?7=W_W97)6&#[<3)0WV)LW]_ M=O?Z\AY=ML?/GSQD1D[LC.AW)P]_^124U)T8JZ/;%3"?64F=%Y/:)Q3^,K-Y?SG3A6E8__:V_?K03 M:CW>:%!3:7`AOKU5/`)EU6NPTCVP^[*\NIY<%4K$ZKULR2&[EHMZCM3M]]\\ MFQ]-[/>:^CULVASH[_;G'F\^KR*VO?D<.QM[:XWG_:PAE:4!%],2"G50VL^8 M15691-A<@K[3D3UFMA_XR<.T[KF]?RWR<&KO=D@>?SAQ5OD3^:R*DY/_!SRZ &`:HV@@`` ` end >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 2:10:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 07341157B4 for ; Tue, 4 May 1999 02:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA19509; Tue, 4 May 1999 02:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 029F814EBB for ; Tue, 4 May 1999 02:01:41 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id NAA25352; Tue, 4 May 1999 13:01:38 +0400 (MSD) (envelope-from andy) Message-Id: <199905040901.NAA25352@icc.surw.chel.su> Date: Tue, 4 May 1999 13:01:38 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11486: New port: gedit-0.5.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11486 >Category: ports >Synopsis: New port: gedit-0.5.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 4 02:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of gedit, small but powerfull text editor for Gnome Desktop Environment gEdit is a text editor for X using the GTK+ and GNOME libraries. It is being developed by Alex Roberts, Evan Lawrence and Chris Lahey (among others). This version is quite a neat text editor, it contains the following features: * Opening/Saving/Creating of files; * Cut/Copy/Paste and Select All text; * Search and Replace; * A complete preferences interface; * Dynamically loading fonts; * Splitscreen Mode; * Printing support; * Configurable Plugins system. WWW: http://gedit.pn.org # 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: # # gedit-0.5.1 # gedit-0.5.1/Makefile # gedit-0.5.1/files # gedit-0.5.1/files/md5 # gedit-0.5.1/pkg # gedit-0.5.1/pkg/PLIST # gedit-0.5.1/pkg/COMMENT # gedit-0.5.1/pkg/DESCR # echo c - gedit-0.5.1 mkdir -p gedit-0.5.1 > /dev/null 2>&1 echo x - gedit-0.5.1/Makefile sed 's/^X//' >gedit-0.5.1/Makefile << 'END-of-gedit-0.5.1/Makefile' X# New ports collection makefile for: gedit X# Version required: 0.5.1 X# Date created: 4 May 1999 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= gedit-0.5.1 XCATEGORIES= deskutils gnome XMASTER_SITES= ${MASTER_SITE_SUNSITE} \ X http://gedit.pn.org/ \ X http://reviewboard.com/gedit/ \ X ftp://reviewboard.com/pub/gedit/ XMASTER_SITE_SUBDIR= X11/gtkbuffet/apps/gedit X XMAINTAINER= andy@icc.surw.chel.su X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ X art_lgpl.1:${PORTSDIR}/x11/gnomelibs \ X audiofile.0:${PORTSDIR}/audio/libaudiofile \ X esd.1:${PORTSDIR}/audio/esound \ X gdk_imlib.3:${PORTSDIR}/graphics/imlib \ X gdk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ X gif.3:${PORTSDIR}/graphics/png \ X glib12.1:${PORTSDIR}/devel/glib12 \ X gmodule12.1:${PORTSDIR}/devel/glib12 \ X gnome.1:${PORTSDIR}/x11/gnomelibs \ X gnomesupport.1:${PORTSDIR}/x11/gnomelibs \ X gnomeui.1:${PORTSDIR}/x11/gnomelibs \ X gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ X intl.1:${PORTSDIR}/devel/gettext \ X jpeg.9:${PORTSDIR}/graphics/jpeg \ X png.3:${PORTSDIR}/graphics/png \ X tiff.4:${PORTSDIR}/graphics/tiff34 X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ X --with-gnome=${X11BASE} \ X --datadir=${PREFIX}/share/gnome XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ X GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" \ X GTK_CONFIG="${X11BASE}/bin/gtk12-config" X XMAN1= gedit.1 X Xpost-install: X @ ${MV} ${PREFIX}/share/gnome/gnome/apps/Applications/gedit.desktop ${PREFIX}/share/gnome/apps/Applications X @ ${RMDIR} ${PREFIX}/share/gnome/gnome/apps/Applications X @ ${RMDIR} ${PREFIX}/share/gnome/gnome/apps X @ ${RMDIR} ${PREFIX}/share/gnome/gnome X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/gedit X.for file in AUTHORS COPYING ChangeLog FAQ INSTALL KNOWNBUGS README README.plugins THANKS TODO X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gedit X.endfor X.endif X X.include END-of-gedit-0.5.1/Makefile echo c - gedit-0.5.1/files mkdir -p gedit-0.5.1/files > /dev/null 2>&1 echo x - gedit-0.5.1/files/md5 sed 's/^X//' >gedit-0.5.1/files/md5 << 'END-of-gedit-0.5.1/files/md5' XMD5 (gedit-0.5.1.tar.gz) = 439cd7a07962bed73a54e0cb6698be5d END-of-gedit-0.5.1/files/md5 echo c - gedit-0.5.1/pkg mkdir -p gedit-0.5.1/pkg > /dev/null 2>&1 echo x - gedit-0.5.1/pkg/PLIST sed 's/^X//' >gedit-0.5.1/pkg/PLIST << 'END-of-gedit-0.5.1/pkg/PLIST' Xbin/gedit Xinclude/gedit/client.h Xlib/libclient.a Xlibexec/go/plugins/prm-plugin Xlibexec/go/plugins/cvsdiff-plugin Xlibexec/go/plugins/encrypt-plugin Xlibexec/go/plugins/openother-plugin Xlibexec/go/plugins/reverse-plugin Xlibexec/go/plugins/testselect-plugin Xlibexec/go/plugins/hello-plugin Xlibexec/go/plugins/convert-plugin Xlibexec/go/plugins/diff-plugin Xlibexec/go/plugins/email-plugin Xlibexec/go/plugins/browse-plugin Xlibexec/go/plugins/spell-plugin Xlibexec/go/plugins/httpview-plugin Xshare/doc/gedit/AUTHORS Xshare/doc/gedit/COPYING Xshare/doc/gedit/ChangeLog Xshare/doc/gedit/FAQ Xshare/doc/gedit/INSTALL Xshare/doc/gedit/KNOWNBUGS Xshare/doc/gedit/README Xshare/doc/gedit/README.plugins Xshare/doc/gedit/THANKS Xshare/doc/gedit/TODO Xshare/gnome/geditrc Xshare/gnome/apps/Applications/gedit.desktop Xshare/gnome/mime-info/gedit.keys Xshare/gnome/pixmaps/gnome-gedit.png Xshare/locale/cs/LC_MESSAGES/gedit.mo Xshare/locale/de/LC_MESSAGES/gedit.mo Xshare/locale/es/LC_MESSAGES/gedit.mo Xshare/locale/fr/LC_MESSAGES/gedit.mo Xshare/locale/ga/LC_MESSAGES/gedit.mo Xshare/locale/it/LC_MESSAGES/gedit.mo Xshare/locale/ko/LC_MESSAGES/gedit.mo Xshare/locale/no/LC_MESSAGES/gedit.mo Xshare/locale/pt/LC_MESSAGES/gedit.mo Xshare/locale/ru/LC_MESSAGES/gedit.mo Xshare/locale/sv/LC_MESSAGES/gedit.mo Xshare/locale/nl/LC_MESSAGES/gedit.mo X@dirrm include/gedit X@dirrm libexec/go/plugins X@dirrm libexec/go X@dirrm share/doc/gedit END-of-gedit-0.5.1/pkg/PLIST echo x - gedit-0.5.1/pkg/COMMENT sed 's/^X//' >gedit-0.5.1/pkg/COMMENT << 'END-of-gedit-0.5.1/pkg/COMMENT' Xsmall but powerfull text editor for Gnome Desktop Environment END-of-gedit-0.5.1/pkg/COMMENT echo x - gedit-0.5.1/pkg/DESCR sed 's/^X//' >gedit-0.5.1/pkg/DESCR << 'END-of-gedit-0.5.1/pkg/DESCR' XgEdit is a text editor for X using the GTK+ and GNOME libraries. XIt is being developed by Alex Roberts, Evan Lawrence and Chris Lahey X(among others). X XThis version is quite a neat text editor, it contains the following Xfeatures: X * Opening/Saving/Creating of files; X * Cut/Copy/Paste and Select All text; X * Search and Replace; X * A complete preferences interface; X * Dynamically loading fonts; X * Splitscreen Mode; X * Printing support; X * Configurable Plugins system. X XWWW: http://gedit.pn.org END-of-gedit-0.5.1/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 2:54: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (Postfix) with ESMTP id E503914E2C for ; Tue, 4 May 1999 02:53:58 -0700 (PDT) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: from localhost (localhost.pis [127.0.0.1]) by pis.toba-cmt.ac.jp (8.9.3/8.8.8) with ESMTP id SAA00622; Tue, 4 May 1999 18:54:20 +0900 (JST) (envelope-from kiri@pis.toba-cmt.ac.jp) To: gljohns@bellsouth.net Cc: kiri@pis.toba-cmt.ac.jp, ports@FreeBSD.org Subject: Re: Could you grahpics/libimg's version up to 1.2b2? In-Reply-To: Your message of "Mon, 3 May 1999 09:27:45 -0500" <19990503092745.B70859@symbion.srrc.usda.gov> References: <19990503092745.B70859@symbion.srrc.usda.gov> X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990504185420O.kiri@pis.toba-cmt.ac.jp> Date: Tue, 04 May 1999 18:54:20 +0900 From: KIRIYAMA Kazuhiko X-Dispatcher: imput version 980905(IM100) Lines: 18 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In Message-ID: <19990503092745.B70859@symbion.srrc.usda.gov> Glenn Johnson wrote : > Correct me if I am wrong but the 'b' in 1.2b2 means beta. I know there > can be many meanings of 'beta' but if the author maintains or keeps > available a non-beta version then I think the non-beta version is the > one that should be used. Therefore, I think the port should stay at > 1.1.4 until the beta label is dropped from the 1.2 version. You are right,but japanese/libimg has been committed :) Next I'll send-pr this port, I'll be made in coinside with your original libimg. # By the way,graphics/libimg PKGNAME is libimg-1.1.4,but according to the # handbook PKGNAME should be img-1.1.4 in this case. Does it take any # account of the carasterictics for the port itself ? Obviously img is the # really 'library' but ... --- KIRIYAMA Kazuhiko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 3:21:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 3DE7F14DA6 for ; Tue, 4 May 1999 03:21:22 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-103.ix.netcom.com [205.186.215.103]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id DAA24679; Tue, 4 May 1999 03:22:11 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id DAA60366; Tue, 4 May 1999 03:21:14 -0700 (PDT) Date: Tue, 4 May 1999 03:21:14 -0700 (PDT) Message-Id: <199905041021.DAA60366@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: kiri@pis.toba-cmt.ac.jp Cc: gljohns@bellsouth.net, kiri@pis.toba-cmt.ac.jp, ports@FreeBSD.org In-reply-to: <19990504185420O.kiri@pis.toba-cmt.ac.jp> (message from KIRIYAMA Kazuhiko on Tue, 04 May 1999 18:54:20 +0900) Subject: Re: Could you grahpics/libimg's version up to 1.2b2? From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: <19990503092745.B70859@symbion.srrc.usda.gov> <19990504185420O.kiri@pis.toba-cmt.ac.jp> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: KIRIYAMA Kazuhiko * # By the way,graphics/libimg PKGNAME is libimg-1.1.4,but according to the * # handbook PKGNAME should be img-1.1.4 in this case. Does it take any The handbook says *what*? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 3:49: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BA661502F; Tue, 4 May 1999 03:48:56 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA25345; Tue, 4 May 1999 03:48:56 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Date: Tue, 4 May 1999 03:48:56 -0700 (PDT) From: Message-Id: <199905041048.DAA25345@freefall.freebsd.org> To: jkoshy@FreeBSD.org, freebsd-ports@FreeBSD.org, andy@icc.surw.chel.su Subject: Re: ports/7314: ncurses port doesn't support TERM=xterm-color Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ncurses port doesn't support TERM=xterm-color Responsible-Changed-From-To: freebsd-ports->andy@icc.surw.chel.su Responsible-Changed-By: jkoshy Responsible-Changed-When: Tue May 4 03:47:18 PDT 1999 Responsible-Changed-Why: Over to port maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 4: 0: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 85E901509E for ; Tue, 4 May 1999 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 EAA25788; Tue, 4 May 1999 04:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (slwag2p26.ozemail.com.au [203.108.157.74]) by hub.freebsd.org (Postfix) with ESMTP id BB624157A7 for ; Tue, 4 May 1999 03:56:20 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id UAA45838; Tue, 4 May 1999 20:56:20 +1000 (EST) Message-Id: <199905041056.UAA45838@blues.ghis.net> Date: Tue, 4 May 1999 20:56:20 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11487: update port: ascd-0.12.0 to 0.12.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11487 >Category: ports >Synopsis: update port: ascd-0.12.0 to 0.12.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 4 04:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: Patch updates ascd port from 0.12.0 to 0.12.1. The new version includes a new theme (night), and updates the sands and vintage themes. >How-To-Repeat: >Fix: Apply the following diff.. diff -ruN /usr/ports/audio/ascd/Makefile ascd-0.12.1/Makefile --- /usr/ports/audio/ascd/Makefile Fri Apr 23 08:43:48 1999 +++ ascd-0.12.1/Makefile Tue May 4 20:46:41 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: ascd -# Version required: 0.12.0 +# Version required: 0.12.1 # Date created: 29 November 1998 # Whom: Jim Mock # # $Id: Makefile,v 1.8 1999/04/22 12:28:33 jseger Exp $ # -DISTNAME= ascd-0.12.0+lib-src -PKGNAME= ascd-0.12 +DISTNAME= ascd-0.12.1+lib-src +PKGNAME= ascd-0.12.1 CATEGORIES= audio afterstep windowmaker MASTER_SITES= http://worldserver.oleane.com/rsn/Archives/ EXTRACT_SUFX= .tgz diff -ruN /usr/ports/audio/ascd/files/md5 ascd-0.12.1/files/md5 --- /usr/ports/audio/ascd/files/md5 Fri Apr 23 08:43:48 1999 +++ ascd-0.12.1/files/md5 Tue May 4 20:48:42 1999 @@ -1 +1 @@ -MD5 (ascd-0.12.0+lib-src.tgz) = 8651120eb4d9c0008f7b941fb3435043 +MD5 (ascd-0.12.1+lib-src.tgz) = f4b24b1db675362185e83c08e96fa931 diff -ruN /usr/ports/audio/ascd/patches/patch-ae ascd-0.12.1/patches/patch-ae --- /usr/ports/audio/ascd/patches/patch-ae Thu Apr 22 22:28:37 1999 +++ ascd-0.12.1/patches/patch-ae Tue May 4 20:48:22 1999 @@ -1,5 +1,5 @@ ---- ascd/Imakefile.orig Thu Apr 22 20:53:46 1999 -+++ ascd/Imakefile Thu Apr 22 20:54:09 1999 +--- ascd/Imakefile.orig Tue May 4 20:24:25 1999 ++++ ascd/Imakefile Tue May 4 20:26:00 1999 @@ -5,7 +5,7 @@ BINDIR = CBINDIR MANDIR = CMANDIR @@ -8,7 +8,7 @@ +MOREFLAGS = -I/usr/X11R6/include -I. CCOPTIONS = $(MOREFLAGS) SYS_LIBRARIES = $(XLIB) -lXpm - + @@ -15,7 +15,7 @@ WM_LIB = #endif @@ -18,3 +18,12 @@ SRCS = cdcontrol.c ascd.c OBJS = cdcontrol.o ascd.o +@@ -43,7 +43,5 @@ + @cd $(THEMESDIR) ; rm clean.tar + @cd $(THEMESDIR) ; rm vintage.tar + @cd $(THEMESDIR) ; rm night.tar +- @cd $(THEMESDIR) ; rm .dir +- @cd $(THEMESDIR) ; /bin/ls -1 > /tmp/.dir +- @cd $(THEMESDIR) ; cp /tmp/.dir . ++ @cd $(THEMESDIR) ; rmdir sands/.xvpics + @echo "Done." diff -ruN /usr/ports/audio/ascd/pkg/PLIST ascd-0.12.1/pkg/PLIST --- /usr/ports/audio/ascd/pkg/PLIST Sat May 1 18:15:48 1999 +++ ascd-0.12.1/pkg/PLIST Tue May 4 20:47:46 1999 @@ -58,6 +58,27 @@ share/ascd/default/rdigits.xpm share/ascd/default/rew.xpm share/ascd/default/stop.xpm +share/ascd/night/Theme +share/ascd/night/background.xpm +share/ascd/night/bar.xpm +share/ascd/night/digits.xpm +share/ascd/night/eject.xpm +share/ascd/night/fade.xpm +share/ascd/night/fwd.xpm +share/ascd/night/intro.xpm +share/ascd/night/intro_on.xpm +share/ascd/night/lend.xpm +share/ascd/night/lgo.xpm +share/ascd/night/lgo_on.xpm +share/ascd/night/lstart.xpm +share/ascd/night/pause.xpm +share/ascd/night/pause_on.xpm +share/ascd/night/play.xpm +share/ascd/night/play_on.xpm +share/ascd/night/quit.xpm +share/ascd/night/rdigits.xpm +share/ascd/night/rew.xpm +share/ascd/night/stop.xpm share/ascd/sands/Theme share/ascd/sands/background.xpm share/ascd/sands/bar.xpm @@ -104,6 +125,7 @@ @dirrm include/workman @dirrm share/ascd/clean @dirrm share/ascd/default +@dirrm share/ascd/night @dirrm share/ascd/sands @dirrm share/ascd/vintage @dirrm share/ascd >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 4:15:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 6D06214E67 for ; Tue, 4 May 1999 04:15:10 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-103.ix.netcom.com [205.186.215.103]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id EAA24787; Tue, 4 May 1999 04:15:44 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id EAA62766; Tue, 4 May 1999 04:13:59 -0700 (PDT) Date: Tue, 4 May 1999 04:13:59 -0700 (PDT) Message-Id: <199905041113.EAA62766@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: naddy@mips.rhein-neckar.de Cc: freebsd-ports@freebsd.org In-reply-to: <7ghq91$anf$1@mips.rhein-neckar.de> (naddy@mips.rhein-neckar.de) Subject: Re: Build variables to respect besides CFLAGS? From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <7gansn$g6f$1@mips.rhein-neckar.de> <7ghq91$anf$1@mips.rhein-neckar.de> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: naddy@mips.rhein-neckar.de (Christian Weisgerber) * CC= echo "Compiling"; gcc * CFLAGS= ... concatenation of a zillion other variables ... You can patch these to read like CC?= echo "Compiling"; gcc CFLAGS+= ... concatenation of a zillion other variables, minus -O* and -g* ... The CC line will be overridden if the user cares to, and the user's CFLAGS will be appended to whatever the program wants. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 4:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 816F114C01 for ; Tue, 4 May 1999 04:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA30379; Tue, 4 May 1999 04:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 4 May 1999 04:50:02 -0700 (PDT) Message-Id: <199905041150.EAA30379@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Don Croyle Subject: Re: ports/11483: update www/amaya to 2.0 Reply-To: Don Croyle Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11483; it has been noted by GNATS. From: Don Croyle To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/11483: update www/amaya to 2.0 Date: 04 May 1999 06:48:44 -0500 Playing chase the checksum. Apply this patch after the one in the PR. --- amaya/files/md5.old Tue May 4 00:12:32 1999 +++ amaya/files/md5 Tue May 4 06:44:10 1999 @@ -1,3 +1,3 @@ -MD5 (amaya/amaya-src-2.0.tar.gz) = a2db1b608316d424d31572c1435215d9 +MD5 (amaya/amaya-src-2.0.tar.gz) = c25c94bb6f1bb3eaa7b92dcdde6d8a74 MD5 (amaya/English.tar.gz) = 36eed18a4dd0ce73ef1a5c310e751c2e MD5 (amaya/French.tar.gz) = d62ee5e7e09e36b66e833b4ec4a98902 -- I've always wanted to be a dilettante, but I've never quite been ready to make the commitment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 6:17:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.inreach.com (unknown [209.142.0.6]) by hub.freebsd.org (Postfix) with ESMTP id 0C2DE14C86 for ; Tue, 4 May 1999 06:17:46 -0700 (PDT) (envelope-from dburr@pobox.com) Received: from 206-18-112-126.la.inreach.net (dburr@206-18-112-126.la.inreach.net [206.18.112.126]) by smtp.inreach.com (8.9.3/8.9.3) with ESMTP id GAA11373 for ; Tue, 4 May 1999 06:05:42 -0700 (PDT) Date: Tue, 4 May 1999 06:17:43 -0700 (PDT) From: Donald Burr X-Sender: dburr@control.colossus.dynip.com To: FreeBSD Ports Subject: Re: povray31 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 A long time ago in a galaxy far, far away (actually, it was on 04-May-99), the great prophet Jun Kuriyama once wrote: > Bento said graphics/povray31 has problem about md5 checksum mismatch. > Currently, version of graphics/povray31 is 3.1d. But ftp site has 3.1e > without changing filename. > > Is anyone working for upgrading this port? If the maintainer doesn't respond or doesn't want to update the port, I will do it myself. (since I am the one who committed it in the first place) -- Donald Burr | PGP: Your *NEW* WWW HomePage: http://more.at/dburr/ ICQ #16997506 | right to Address: P.O. Box 91212, Santa Barbara, CA 93190-1212 | 'Net privacy. Phone: (805) 957-9666 FAX: (800) 492-5954 | USE IT. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 6:48:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from totem.tihlde.hist.no (totem.tihlde.hist.no [158.38.48.45]) by hub.freebsd.org (Postfix) with ESMTP id 37558154C4 for ; Tue, 4 May 1999 06:48:39 -0700 (PDT) (envelope-from anders@totem.tihlde.hist.no) Received: (from anders@localhost) by totem.tihlde.hist.no (8.9.3/8.9.3) id RAA61957 for freebsd-ports@FreeBSD.ORG; Tue, 4 May 1999 17:48:35 +0200 (CEST) Date: Tue, 4 May 1999 17:48:35 +0200 From: Anders Nordby To: FreeBSD Ports Subject: Port dependencies revisited Message-ID: <19990504174834.A61935@totem.fix.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i X-Operating-System: FreeBSD 3.1-STABLE X-Disclaimer: Listen, and thou shall not fear. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org (Sorry if I'm chewing on old stuff here, just tell me and I'll stop.) Having ported a few apps that require x11 stuff (kvirc - requires kdelibs, nessus - requires gtk), I noticed a slight problem in the ports system: Lots of ports require specific packages, mostly the latest versions. Now, wouldn't we be better off being able to specify alternative dependencies? Like say, my kvirc port requires kdelibs11, but can really do with kdelibs (the 1.0 thing). A user can have several reasons to not always have the latest versions of the dependencies installed: - Limited bandwidth Upgrading dependencies costs bandwidth. - Limitied time Upgrading dependencies takes time. - Limited resources Upgrading dependencies costs resources on the systems involved. - Stability, correctness Newer versions of the packages depended on might not be as stable, and might not actually work at all as of backward compatibility problems. Newer code isn't necessarily better. ,) In other words, what I suggest is and'ing and or'ing between LIB_DEPENDS, BUILD_DEPENDS and RUN_DEPENDS (etc.) to specify all possible combinations of dependencies that will do. Does this seem feasible or even sensible to you in any way? -- Anders Nordby ^ anders@fix.no ^ http://anders.fix.no/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 8:37: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 11DA115A22; Tue, 4 May 1999 08:36:48 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA68227; Tue, 4 May 1999 08:36:47 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Tue, 4 May 1999 08:36:47 -0700 (PDT) From: Message-Id: <199905041536.IAA68227@freefall.freebsd.org> To: jim@blues.ghis.net, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11487: update port: ascd-0.12.0 to 0.12.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: ascd-0.12.0 to 0.12.1 State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Tue May 4 08:36:14 PDT 1999 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 May 4 9: 0:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 41C22151AB for ; Tue, 4 May 1999 09:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA70343; Tue, 4 May 1999 09:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 90F7014E9D for ; Tue, 4 May 1999 08:53:46 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id TAA30179; Tue, 4 May 1999 19:53:44 +0400 (MSD) (envelope-from andy) Message-Id: <199905041553.TAA30179@icc.surw.chel.su> Date: Tue, 4 May 1999 19:53:44 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11492: Update port: devel/ncurses Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11492 >Category: ports >Synopsis: Update port: devel/ncurses >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 4 09:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update devel/ncurses port and close PR/7314. diff -Nru ncurses/Makefile ncurses-4.2/Makefile --- ncurses/Makefile Mon Apr 5 14:24:01 1999 +++ ncurses-4.2/Makefile Tue May 4 18:07:24 1999 @@ -9,8 +9,10 @@ DISTNAME= ncurses-4.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} \ - ftp://ftp.clark.net/pub/dickey/ncurses/ + ftp://ftp.clark.net/pub/dickey/ncurses/4.2/ MASTER_SITE_SUBDIR= ncurses +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} terminfo.src.gz +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= andy@icc.surw.chel.su @@ -52,6 +54,11 @@ CONFIGURE_ENV= gnat_exists="no" ac_cv_path_LDCONFIG="${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib" .include + +post-extract: + @ ${RM} ${WRKSRC}/misc/terminfo.src + @ ${CP} ${DISTDIR}/terminfo.src.gz ${WRKSRC}/misc + @ ${GUNZIP_CMD} ${WRKSRC}/misc/terminfo.src.gz post-install: .if ${PORTOBJFORMAT} == "aout" diff -Nru ncurses/files/md5 ncurses-4.2/files/md5 --- ncurses/files/md5 Sat Jul 4 14:47:34 1998 +++ ncurses-4.2/files/md5 Tue May 4 17:38:36 1999 @@ -1 +1,2 @@ MD5 (ncurses-4.2.tar.gz) = 7926ed3ef7090f72c0a45da1f59400bf +MD5 (terminfo.src.gz) = 4b111861ea3a5725127290c9c1c8a7a4 diff -Nru ncurses/pkg/PLIST ncurses-4.2/pkg/PLIST --- ncurses/pkg/PLIST Tue Jan 26 14:23:09 1999 +++ ncurses-4.2/pkg/PLIST Tue May 4 19:31:30 1999 @@ -107,6 +107,10 @@ share/misc/terminfo/5/5620 share/misc/terminfo/5/5630-24 share/misc/terminfo/5/5630DMD-24 +share/misc/terminfo/6/6053 +share/misc/terminfo/6/6053-dg +share/misc/terminfo/6/605x +share/misc/terminfo/6/605x-dg share/misc/terminfo/6/630-lm share/misc/terminfo/6/630MTG-24 share/misc/terminfo/7/730MTG-24 @@ -117,6 +121,8 @@ share/misc/terminfo/8/8510 share/misc/terminfo/9/955-hb share/misc/terminfo/9/955-w +share/misc/terminfo/N/NCR260VT300WPP +share/misc/terminfo/N/NCRVT100WPP share/misc/terminfo/P/P12 share/misc/terminfo/P/P12-M share/misc/terminfo/P/P12-M-W @@ -212,6 +218,7 @@ share/misc/terminfo/a/adm42-ns share/misc/terminfo/a/adm5 share/misc/terminfo/a/aepro +share/misc/terminfo/a/aixterm share/misc/terminfo/a/aixterm-m share/misc/terminfo/a/aixterm-m-old share/misc/terminfo/a/aj @@ -308,6 +315,10 @@ share/misc/terminfo/a/appleIIc share/misc/terminfo/a/appleIIe share/misc/terminfo/a/appleIIgs +share/misc/terminfo/a/arm100 +share/misc/terminfo/a/arm100-am +share/misc/terminfo/a/arm100-w +share/misc/terminfo/a/arm100-wam share/misc/terminfo/a/at386 share/misc/terminfo/a/atari share/misc/terminfo/a/att2300 @@ -387,6 +398,7 @@ share/misc/terminfo/a/att630 share/misc/terminfo/a/att630-24 share/misc/terminfo/a/att6386 +share/misc/terminfo/a/att700 share/misc/terminfo/a/att730 share/misc/terminfo/a/att730-24 share/misc/terminfo/a/att730-41 @@ -440,8 +452,10 @@ share/misc/terminfo/b/bitgraph share/misc/terminfo/b/blit share/misc/terminfo/b/bobcat -share/misc/terminfo/b/bsdos -share/misc/terminfo/b/bsdos-bold +share/misc/terminfo/b/bsdos-pc +share/misc/terminfo/b/bsdos-pc-nobold +share/misc/terminfo/b/bsdos-ppc +share/misc/terminfo/b/bsdos-sparc share/misc/terminfo/c/c100 share/misc/terminfo/c/c100-1p share/misc/terminfo/c/c100-4p @@ -552,6 +566,8 @@ share/misc/terminfo/c/cops share/misc/terminfo/c/cops-10 share/misc/terminfo/c/cops10 +share/misc/terminfo/c/crt +share/misc/terminfo/c/crt-vt220 share/misc/terminfo/c/cs10 share/misc/terminfo/c/cs10-w share/misc/terminfo/c/ct82 @@ -562,6 +578,154 @@ share/misc/terminfo/c/cyb110 share/misc/terminfo/c/cyb83 share/misc/terminfo/d/d132 +share/misc/terminfo/d/d2 +share/misc/terminfo/d/d2-dg +share/misc/terminfo/d/d200 +share/misc/terminfo/d/d200-dg +share/misc/terminfo/d/d210 +share/misc/terminfo/d/d210-dg +share/misc/terminfo/d/d211 +share/misc/terminfo/d/d211-7b +share/misc/terminfo/d/d211-dg +share/misc/terminfo/d/d214 +share/misc/terminfo/d/d214-dg +share/misc/terminfo/d/d215 +share/misc/terminfo/d/d215-7b +share/misc/terminfo/d/d215-dg +share/misc/terminfo/d/d216-dg +share/misc/terminfo/d/d216-unix +share/misc/terminfo/d/d216-unix-25 +share/misc/terminfo/d/d216+ +share/misc/terminfo/d/d216+25 +share/misc/terminfo/d/d216+dg +share/misc/terminfo/d/d216e-dg +share/misc/terminfo/d/d216e-unix +share/misc/terminfo/d/d216e+ +share/misc/terminfo/d/d216e+dg +share/misc/terminfo/d/d217-dg +share/misc/terminfo/d/d217-unix +share/misc/terminfo/d/d217-unix-25 +share/misc/terminfo/d/d220 +share/misc/terminfo/d/d220-7b +share/misc/terminfo/d/d220-dg +share/misc/terminfo/d/d230 +share/misc/terminfo/d/d230-dg +share/misc/terminfo/d/d230c +share/misc/terminfo/d/d230c-dg +share/misc/terminfo/d/d400 +share/misc/terminfo/d/d400-dg +share/misc/terminfo/d/d410 +share/misc/terminfo/d/d410-7b +share/misc/terminfo/d/d410-7b-w +share/misc/terminfo/d/d410-dg +share/misc/terminfo/d/d410-w +share/misc/terminfo/d/d411 +share/misc/terminfo/d/d411-7b +share/misc/terminfo/d/d411-7b-w +share/misc/terminfo/d/d411-dg +share/misc/terminfo/d/d411-w +share/misc/terminfo/d/d412-dg +share/misc/terminfo/d/d412-unix +share/misc/terminfo/d/d412-unix-w +share/misc/terminfo/d/d412-unix-25 +share/misc/terminfo/d/d412-unix-s +share/misc/terminfo/d/d412-unix-sr +share/misc/terminfo/d/d412+ +share/misc/terminfo/d/d412+25 +share/misc/terminfo/d/d412+dg +share/misc/terminfo/d/d412+s +share/misc/terminfo/d/d412+sr +share/misc/terminfo/d/d412+w +share/misc/terminfo/d/d413-dg +share/misc/terminfo/d/d413-unix +share/misc/terminfo/d/d413-unix-25 +share/misc/terminfo/d/d413-unix-s +share/misc/terminfo/d/d413-unix-sr +share/misc/terminfo/d/d413-unix-w +share/misc/terminfo/d/d414-unix +share/misc/terminfo/d/d414-unix-25 +share/misc/terminfo/d/d414-unix-s +share/misc/terminfo/d/d414-unix-sr +share/misc/terminfo/d/d414-unix-w +share/misc/terminfo/d/d430-dg +share/misc/terminfo/d/d430-dg-ccc +share/misc/terminfo/d/d430-unix +share/misc/terminfo/d/d430-unix-w +share/misc/terminfo/d/d430-unix-25 +share/misc/terminfo/d/d430-unix-25-ccc +share/misc/terminfo/d/d430-unix-ccc +share/misc/terminfo/d/d430-unix-s +share/misc/terminfo/d/d430-unix-s-ccc +share/misc/terminfo/d/d430-unix-sr +share/misc/terminfo/d/d430-unix-sr-ccc +share/misc/terminfo/d/d430-unix-w-ccc +share/misc/terminfo/d/d430c-dg +share/misc/terminfo/d/d430c-dg-ccc +share/misc/terminfo/d/d430c-unix +share/misc/terminfo/d/d430c-unix-25 +share/misc/terminfo/d/d430c-unix-25-ccc +share/misc/terminfo/d/d430c-unix-ccc +share/misc/terminfo/d/d430c-unix-s +share/misc/terminfo/d/d430c-unix-s-ccc +share/misc/terminfo/d/d430c-unix-sr +share/misc/terminfo/d/d430c-unix-sr-ccc +share/misc/terminfo/d/d430c-unix-w +share/misc/terminfo/d/d430c-unix-w-ccc +share/misc/terminfo/d/d450 +share/misc/terminfo/d/d450-dg +share/misc/terminfo/d/d460 +share/misc/terminfo/d/d460-7b +share/misc/terminfo/d/d460-7b-w +share/misc/terminfo/d/d460-dg +share/misc/terminfo/d/d460-w +share/misc/terminfo/d/d461 +share/misc/terminfo/d/d461-7b +share/misc/terminfo/d/d461-7b-w +share/misc/terminfo/d/d461-dg +share/misc/terminfo/d/d461-w +share/misc/terminfo/d/d462-dg +share/misc/terminfo/d/d462-unix +share/misc/terminfo/d/d462-unix-25 +share/misc/terminfo/d/d462-unix-s +share/misc/terminfo/d/d462-unix-sr +share/misc/terminfo/d/d462-unix-w +share/misc/terminfo/d/d462+ +share/misc/terminfo/d/d462+25 +share/misc/terminfo/d/d462+dg +share/misc/terminfo/d/d462+s +share/misc/terminfo/d/d462+sr +share/misc/terminfo/d/d462+w +share/misc/terminfo/d/d462e-dg +share/misc/terminfo/d/d463-dg +share/misc/terminfo/d/d463-unix +share/misc/terminfo/d/d463-unix-25 +share/misc/terminfo/d/d463-unix-s +share/misc/terminfo/d/d463-unix-sr +share/misc/terminfo/d/d463-unix-w +share/misc/terminfo/d/d464-unix +share/misc/terminfo/d/d464-unix-25 +share/misc/terminfo/d/d464-unix-s +share/misc/terminfo/d/d464-unix-sr +share/misc/terminfo/d/d464-unix-w +share/misc/terminfo/d/d470 +share/misc/terminfo/d/d470-7b +share/misc/terminfo/d/d470-dg +share/misc/terminfo/d/d470c +share/misc/terminfo/d/d470c-7b +share/misc/terminfo/d/d470c-dg +share/misc/terminfo/d/d555 +share/misc/terminfo/d/d555-7b +share/misc/terminfo/d/d555-7b-w +share/misc/terminfo/d/d555-dg +share/misc/terminfo/d/d555-w +share/misc/terminfo/d/d577 +share/misc/terminfo/d/d577-7b +share/misc/terminfo/d/d577-7b-w +share/misc/terminfo/d/d577-dg +share/misc/terminfo/d/d577-w +share/misc/terminfo/d/d578 +share/misc/terminfo/d/d578-7b +share/misc/terminfo/d/d578-dg share/misc/terminfo/d/d80 share/misc/terminfo/d/d800 share/misc/terminfo/d/datagraphix @@ -580,6 +744,11 @@ share/misc/terminfo/d/decwriter share/misc/terminfo/d/delta share/misc/terminfo/d/dg-ansi +share/misc/terminfo/d/dg-generic +share/misc/terminfo/d/dg+ccc +share/misc/terminfo/d/dg+color +share/misc/terminfo/d/dg+color8 +share/misc/terminfo/d/dg+fixed share/misc/terminfo/d/dg100 share/misc/terminfo/d/dg200 share/misc/terminfo/d/dg210 @@ -587,7 +756,17 @@ share/misc/terminfo/d/dg450 share/misc/terminfo/d/dg460-ansi share/misc/terminfo/d/dg6053 +share/misc/terminfo/d/dg6053-old +share/misc/terminfo/d/dg605x share/misc/terminfo/d/dg6134 +share/misc/terminfo/d/dgkeys+11 +share/misc/terminfo/d/dgkeys+15 +share/misc/terminfo/d/dgkeys+7b +share/misc/terminfo/d/dgkeys+8b +share/misc/terminfo/d/dgmode+color +share/misc/terminfo/d/dgmode+color8 +share/misc/terminfo/d/dgunix+ccc +share/misc/terminfo/d/dgunix+fixed share/misc/terminfo/d/diablo share/misc/terminfo/d/diablo-lm share/misc/terminfo/d/diablo1620 @@ -766,6 +945,7 @@ share/misc/terminfo/h/heathkit-a share/misc/terminfo/h/hft share/misc/terminfo/h/hft-c +share/misc/terminfo/h/hft-c-old share/misc/terminfo/h/hirez100 share/misc/terminfo/h/hirez100-w share/misc/terminfo/h/hmod1 @@ -872,7 +1052,6 @@ share/misc/terminfo/h/hz2000 share/misc/terminfo/i/i100 share/misc/terminfo/i/i3101 -share/misc/terminfo/i/i3151 share/misc/terminfo/i/i3164 share/misc/terminfo/i/i400 share/misc/terminfo/i/ibcs2 @@ -882,6 +1061,8 @@ share/misc/terminfo/i/ibm3101 share/misc/terminfo/i/ibm3151 share/misc/terminfo/i/ibm3161 +share/misc/terminfo/i/ibm3161-C +share/misc/terminfo/i/ibm3162 share/misc/terminfo/i/ibm3163 share/misc/terminfo/i/ibm3164 share/misc/terminfo/i/ibm327x @@ -892,13 +1073,18 @@ share/misc/terminfo/i/ibm5154 share/misc/terminfo/i/ibm5154-c share/misc/terminfo/i/ibm6153 +share/misc/terminfo/i/ibm6153-40 +share/misc/terminfo/i/ibm6153-90 share/misc/terminfo/i/ibm6154 share/misc/terminfo/i/ibm6154-c share/misc/terminfo/i/ibm6155 +share/misc/terminfo/i/ibm8503 +share/misc/terminfo/i/ibm8507 share/misc/terminfo/i/ibm8512 share/misc/terminfo/i/ibm8513 share/misc/terminfo/i/ibm8514 share/misc/terminfo/i/ibm8514-c +share/misc/terminfo/i/ibm8604 share/misc/terminfo/i/ibmaed share/misc/terminfo/i/ibmapa16 share/misc/terminfo/i/ibmapa8 @@ -907,7 +1093,6 @@ share/misc/terminfo/i/ibmega share/misc/terminfo/i/ibmega-c share/misc/terminfo/i/ibmmono -share/misc/terminfo/i/ibmmpel share/misc/terminfo/i/ibmmpel-c share/misc/terminfo/i/ibmpc share/misc/terminfo/i/ibmpc3 @@ -917,6 +1102,9 @@ share/misc/terminfo/i/ibmvga share/misc/terminfo/i/ibmvga-c share/misc/terminfo/i/ibmx +share/misc/terminfo/i/icl6402 +share/misc/terminfo/i/icl6404 +share/misc/terminfo/i/icl6404-w share/misc/terminfo/i/ifmr share/misc/terminfo/i/ims-ansi share/misc/terminfo/i/ims950 @@ -937,11 +1125,15 @@ share/misc/terminfo/i/iris-ansi-ap share/misc/terminfo/i/iris-color share/misc/terminfo/i/iris40 +share/misc/terminfo/j/jaixterm share/misc/terminfo/j/jaixterm-m share/misc/terminfo/j/jerq share/misc/terminfo/k/k45 share/misc/terminfo/k/kaypro share/misc/terminfo/k/kaypro2 +share/misc/terminfo/k/kds6402 +share/misc/terminfo/k/kds7372 +share/misc/terminfo/k/kds7372-w share/misc/terminfo/k/kermit share/misc/terminfo/k/kermit-am share/misc/terminfo/k/klone+acs @@ -974,6 +1166,8 @@ share/misc/terminfo/m/m2-nam share/misc/terminfo/m/mac share/misc/terminfo/m/mac-w +share/misc/terminfo/m/mach +share/misc/terminfo/m/mach-bold share/misc/terminfo/m/macintosh share/misc/terminfo/m/macterminal-w share/misc/terminfo/m/mai @@ -1008,6 +1202,9 @@ share/misc/terminfo/m/minitel share/misc/terminfo/m/minitel-2 share/misc/terminfo/m/minitel-2-nam +share/misc/terminfo/m/minitel1 +share/misc/terminfo/m/minitel1b +share/misc/terminfo/m/minitel1b-80 share/misc/terminfo/m/minix share/misc/terminfo/m/minix-old share/misc/terminfo/m/minix-old-am @@ -1032,10 +1229,64 @@ share/misc/terminfo/n/nansi.sysk share/misc/terminfo/n/nansisys share/misc/terminfo/n/nansisysk +share/misc/terminfo/n/ncr160vppp +share/misc/terminfo/n/ncr160vpwpp +share/misc/terminfo/n/ncr160vt100an +share/misc/terminfo/n/ncr160vt100pp +share/misc/terminfo/n/ncr160vt100wan +share/misc/terminfo/n/ncr160vt100wpp +share/misc/terminfo/n/ncr160vt200an +share/misc/terminfo/n/ncr160vt200pp +share/misc/terminfo/n/ncr160vt200wan +share/misc/terminfo/n/ncr160vt200wpp +share/misc/terminfo/n/ncr160vt300an +share/misc/terminfo/n/ncr160vt300pp +share/misc/terminfo/n/ncr160vt300wan +share/misc/terminfo/n/ncr160vt300wpp +share/misc/terminfo/n/ncr160wy50+pp +share/misc/terminfo/n/ncr160wy50+wpp +share/misc/terminfo/n/ncr160wy60pp +share/misc/terminfo/n/ncr160wy60wpp +share/misc/terminfo/n/ncr260intan +share/misc/terminfo/n/ncr260intpp +share/misc/terminfo/n/ncr260intwan +share/misc/terminfo/n/ncr260intwpp +share/misc/terminfo/n/ncr260vppp +share/misc/terminfo/n/ncr260vpwpp +share/misc/terminfo/n/ncr260vt100an +share/misc/terminfo/n/ncr260vt100pp +share/misc/terminfo/n/ncr260vt100wan +share/misc/terminfo/n/ncr260vt100wpp +share/misc/terminfo/n/ncr260vt200an +share/misc/terminfo/n/ncr260vt200pp +share/misc/terminfo/n/ncr260vt200wan +share/misc/terminfo/n/ncr260vt200wpp +share/misc/terminfo/n/ncr260vt300an +share/misc/terminfo/n/ncr260vt300pp +share/misc/terminfo/n/ncr260vt300wan +share/misc/terminfo/n/ncr260vt300wpp +share/misc/terminfo/n/ncr260wy325pp +share/misc/terminfo/n/ncr260wy325wpp +share/misc/terminfo/n/ncr260wy350pp +share/misc/terminfo/n/ncr260wy350wpp +share/misc/terminfo/n/ncr260wy50+pp +share/misc/terminfo/n/ncr260wy50+wpp +share/misc/terminfo/n/ncr260wy60pp +share/misc/terminfo/n/ncr260wy60wpp share/misc/terminfo/n/ncr7900 share/misc/terminfo/n/ncr7900i share/misc/terminfo/n/ncr7900iv share/misc/terminfo/n/ncr7901 +share/misc/terminfo/n/ncrvt100an +share/misc/terminfo/n/ncrvt100pp +share/misc/terminfo/n/ncrvt100wan +share/misc/terminfo/n/ncrvt100wpp +share/misc/terminfo/n/ncsa +share/misc/terminfo/n/ncsa-m +share/misc/terminfo/n/ncsa-m-ns +share/misc/terminfo/n/ncsa-ns +share/misc/terminfo/n/ncsa-vt220 +share/misc/terminfo/n/ncsa-vt220-8 share/misc/terminfo/n/nec share/misc/terminfo/n/nec5520 share/misc/terminfo/n/newhp @@ -1095,6 +1346,7 @@ share/misc/terminfo/n/nwp518 share/misc/terminfo/n/nwp518-a share/misc/terminfo/n/nwp518-o +share/misc/terminfo/n/nxterm share/misc/terminfo/o/o31 share/misc/terminfo/o/o4112-nd share/misc/terminfo/o/o85h @@ -1238,6 +1490,7 @@ share/misc/terminfo/q/qdss share/misc/terminfo/q/qnx share/misc/terminfo/q/qnx4 +share/misc/terminfo/q/qnxt2 share/misc/terminfo/q/qume share/misc/terminfo/q/qume5 share/misc/terminfo/q/qvt101 @@ -1282,7 +1535,6 @@ share/misc/terminfo/r/rtpc share/misc/terminfo/r/rxvt share/misc/terminfo/r/rxvt-basic -share/misc/terminfo/s/s share/misc/terminfo/s/s4 share/misc/terminfo/s/sb1 share/misc/terminfo/s/sb2 @@ -1389,6 +1641,7 @@ share/misc/terminfo/t/tek4404 share/misc/terminfo/t/teleray share/misc/terminfo/t/teletec +share/misc/terminfo/t/teraterm share/misc/terminfo/t/terminet share/misc/terminfo/t/terminet1200 share/misc/terminfo/t/terminet300 @@ -1613,6 +1866,8 @@ share/misc/terminfo/w/wrenw share/misc/terminfo/w/wsiris share/misc/terminfo/w/wy-75ap +share/misc/terminfo/w/wy-99fgt +share/misc/terminfo/w/wy-99fgta share/misc/terminfo/w/wy100 share/misc/terminfo/w/wy100q share/misc/terminfo/w/wy120 @@ -1710,6 +1965,8 @@ share/misc/terminfo/w/wy60-42-w share/misc/terminfo/w/wy60-43 share/misc/terminfo/w/wy60-43-w +share/misc/terminfo/w/wy60-AT +share/misc/terminfo/w/wy60-PC share/misc/terminfo/w/wy60-vb share/misc/terminfo/w/wy60-w share/misc/terminfo/w/wy60-w-vb @@ -1724,6 +1981,12 @@ share/misc/terminfo/w/wy85-vb share/misc/terminfo/w/wy85-w share/misc/terminfo/w/wy85-wvb +share/misc/terminfo/w/wy99-ansi +share/misc/terminfo/w/wy99a-ansi +share/misc/terminfo/w/wy99f +share/misc/terminfo/w/wy99fa +share/misc/terminfo/w/wy99fgt +share/misc/terminfo/w/wy99fgta share/misc/terminfo/w/wy99gt share/misc/terminfo/w/wy99gt-25 share/misc/terminfo/w/wy99gt-25-w @@ -1811,6 +2074,8 @@ share/misc/terminfo/w/wyse60-42-w share/misc/terminfo/w/wyse60-43 share/misc/terminfo/w/wyse60-43-w +share/misc/terminfo/w/wyse60-AT +share/misc/terminfo/w/wyse60-PC share/misc/terminfo/w/wyse60-vb share/misc/terminfo/w/wyse60-w share/misc/terminfo/w/wyse60-wvb @@ -1846,11 +2111,12 @@ share/misc/terminfo/x/xl83 share/misc/terminfo/x/xtalk share/misc/terminfo/x/xterm -share/misc/terminfo/x/xterm+sl -share/misc/terminfo/x/xterm+sl-twm share/misc/terminfo/x/xterm-16color +share/misc/terminfo/x/xterm-24 share/misc/terminfo/x/xterm-8bit share/misc/terminfo/x/xterm-bold +share/misc/terminfo/x/xterm-color +share/misc/terminfo/x/xterm-new share/misc/terminfo/x/xterm-nic share/misc/terminfo/x/xterm-old share/misc/terminfo/x/xterm-pcolor @@ -1859,9 +2125,15 @@ share/misc/terminfo/x/xterm-sun share/misc/terminfo/x/xterm-xf86-v32 share/misc/terminfo/x/xterm-xf86-v33 +share/misc/terminfo/x/xterm-xf86-v333 share/misc/terminfo/x/xterm-xf86-v40 +share/misc/terminfo/x/xterm-xfree86 share/misc/terminfo/x/xterm-xi +share/misc/terminfo/x/xterm+sl +share/misc/terminfo/x/xterm+sl-twm share/misc/terminfo/x/xterm1 +share/misc/terminfo/x/xtermc +share/misc/terminfo/x/xtermm share/misc/terminfo/x/xterms share/misc/terminfo/x/xterms-sun share/misc/terminfo/x/xwsh @@ -1911,6 +2183,7 @@ @dirrm share/misc/terminfo/7 @dirrm share/misc/terminfo/8 @dirrm share/misc/terminfo/9 +@dirrm share/misc/terminfo/N @dirrm share/misc/terminfo/P @dirrm share/misc/terminfo/X @dirrm share/misc/terminfo/a >How-To-Repeat: >Fix: Please, check and apply this patch and close PR/7314. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 9:10:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from symbion.srrc.usda.gov (symbion.srrc.usda.gov [199.133.86.40]) by hub.freebsd.org (Postfix) with ESMTP id 9B1481520C; Tue, 4 May 1999 09:10:20 -0700 (PDT) (envelope-from gjohnson@nola.srrc.usda.gov) Received: (from glenn@localhost) by symbion.srrc.usda.gov (8.9.3/8.9.3) id LAA31555; Tue, 4 May 1999 11:10:19 -0500 (CDT) (envelope-from glenn) Date: Tue, 4 May 1999 11:10:19 -0500 From: Glenn Johnson To: Satoshi - Ports Wraith - Asami Cc: kiri@pis.toba-cmt.ac.jp, ports@FreeBSD.org Subject: Re: Could you grahpics/libimg's version up to 1.2b2? Message-ID: <19990504111019.A7776@symbion.srrc.usda.gov> References: <19990503092745.B70859@symbion.srrc.usda.gov> <19990504185420O.kiri@pis.toba-cmt.ac.jp> <199905041021.DAA60366@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905041021.DAA60366@silvia.hip.berkeley.edu>; from Satoshi - Ports Wraith - Asami on Tue, May 04, 1999 at 03:21:14AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 04, 1999 at 03:21:14AM -0700, Satoshi - Ports Wraith - Asami wrote: > * From: KIRIYAMA Kazuhiko > > * # By the way,graphics/libimg PKGNAME is libimg-1.1.4,but according > * # to the handbook PKGNAME should be img-1.1.4 in this case. Does it > * # take any > > The handbook says *what*? > > Satoshi Hmm, I don't remember now why I prefixed the PKGNAME with 'lib'. I guess I thought it was more descriptive. The PKGNAME had to be set anyway to add the hyphen. I looked in the handbook again and did not see anything that would say it is illegal to prefix 'lib' before the PKGNAME but I will defer a decision on this to Satoshi - Ports Wraith - Asami. -- Glenn Johnson Technician USDA, ARS, SRRC New Orleans, LA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 9:16:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DF41156A0; Tue, 4 May 1999 09:16:34 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA72693; Tue, 4 May 1999 09:16:34 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Tue, 4 May 1999 09:16:34 -0700 (PDT) From: Message-Id: <199905041616.JAA72693@freefall.freebsd.org> To: k@123.org, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11484: Roxen Challenger port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Roxen Challenger port State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Tue May 4 09:16:01 PDT 1999 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 May 4 9:36:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2787315005; Tue, 4 May 1999 09:36:38 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA75023; Tue, 4 May 1999 09:36:38 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Tue, 4 May 1999 09:36:38 -0700 (PDT) From: Message-Id: <199905041636.JAA75023@freefall.freebsd.org> To: andy@icc.surw.chel.su, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11481: Update port: devel/libgnugetopt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: devel/libgnugetopt State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Tue May 4 09:36:16 PDT 1999 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 May 4 9:37:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF2F015005; Tue, 4 May 1999 09:37:26 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA75137; Tue, 4 May 1999 09:37:26 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Tue, 4 May 1999 09:37:26 -0700 (PDT) From: Message-Id: <199905041637.JAA75137@freefall.freebsd.org> To: andy@icc.surw.chel.su, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11482: New port: biorythm-1.1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: biorythm-1.1.1 State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Tue May 4 09:36:58 PDT 1999 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 May 4 11:28: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cexmr.sierrahealth.com (gw.sierrahealth.com [206.135.117.140]) by hub.freebsd.org (Postfix) with ESMTP id 877141586B; Tue, 4 May 1999 11:27:47 -0700 (PDT) (envelope-from holloma@sierrahealth.com) Received: from cexclu1.sierrahealth.com ([172.16.2.19]) by cexmr.sierrahealth.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id J9898PWK; Tue, 4 May 1999 11:28:22 -0700 Received: by cexclu1.sierrahealth.com with Internet Mail Service (5.5.2448.0) id ; Tue, 4 May 1999 11:27:55 -0700 Message-ID: From: "Holloway, Mark" To: "'obrien@FreeBSD.org'" Cc: "'ports@FreeBSD.org'" Subject: FreeBSD Port: fwtk-2.1 Date: Tue, 4 May 1999 11:27:51 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BE965B.D32043D0" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BE965B.D32043D0 Content-Type: text/plain; charset="iso-8859-1" I found a FreeBSD firewall program that is not in the ports collection. Maybe you have heard of it. It's called Drawbridge. I happened to search "freebsd firewall" on Yahoo! and this url http://drawbridge.tamu.edu/ came up. BTW, I have a mixed environment at home of NT and FreeBSD. I've played around with Gauntlet and Guardian but I haven't configured the FreeBSD built-in Firewall. Is it of the same caliber as the commercial Firewalls? Or is it more basic than that? If I set up my ACLs on my Cisco router is there any advantage to having a FreeBSD firewall? Thanks! Regards, Mark Holloway ------_=_NextPart_001_01BE965B.D32043D0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable FreeBSD Port: fwtk-2.1

I found a FreeBSD firewall program = that is not in the ports collection.  Maybe you have heard of = it.  It's called Drawbridge.  I happened to search "freebsd = firewall" on Yahoo! and this url http://drawbridge.tamu.edu/ came up.

BTW, I have a mixed environment at = home of NT and FreeBSD.  I've played around with Gauntlet and = Guardian but I haven't configured the FreeBSD built-in Firewall.  = Is it of the same caliber as the commercial Firewalls?  Or is it = more basic than that?  If I set up my ACLs on my Cisco router is = there any advantage to having a FreeBSD firewall?


Thanks!

Regards,
Mark Holloway

------_=_NextPart_001_01BE965B.D32043D0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 11:50:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 83EB81517A; Tue, 4 May 1999 11:50:06 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA148908545; Tue, 4 May 1999 10:35:45 -0400 Date: Tue, 4 May 1999 10:35:45 -0400 (EDT) From: Bill Fumerola To: "Holloway, Mark" Cc: "'obrien@FreeBSD.org'" , "'ports@FreeBSD.org'" Subject: Re: FreeBSD Port: fwtk-2.1 In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 4 May 1999, Holloway, Mark wrote: > I found a FreeBSD firewall program that is not in the ports collection. > Maybe you have heard of it. It's called Drawbridge. I happened to search > "freebsd firewall" on Yahoo! and this url http://drawbridge.tamu.edu/ came > up. Drawbridge is not a program, it's an operating system mod. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 12:30:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B9AB14EBF for ; Tue, 4 May 1999 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA13137; Tue, 4 May 1999 12:30:01 -0700 (PDT) (envelope-from gnats@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 1250A1583E for ; Tue, 4 May 1999 12:28:15 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id DC913145E; Tue, 4 May 1999 12:28:10 -0700 (PDT) Message-Id: <19990504192810.DC913145E@norn.ca.eu.org> Date: Tue, 4 May 1999 12:28:10 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11494: Update: desktutils/gtimer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11494 >Category: ports >Synopsis: Update: desktutils/gtimer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 4 12:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 1.1.3, now uses gnu configure. Removed: all of patches/ >How-To-Repeat: >Fix: Index: gtimer/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/deskutils/gtimer/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/04/21 19:07:31 1.2 +++ Makefile 1999/05/04 19:25:24 @@ -1,12 +1,12 @@ # New ports collection makefile for: gtimer -# Version required: 1.1.1 +# Version required: 1.1.3 # Date created: 25 February 1999 # Whom: Chris Piazza # # $Id: Makefile,v 1.2 1999/04/21 19:07:31 mharo Exp $ # -DISTNAME= gtimer-1.1.1 +DISTNAME= gtimer-1.1.3 CATEGORIES= deskutils MASTER_SITES= http://www.radix.net/~cknudsen/gtimer/ @@ -14,7 +14,14 @@ LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +WRKSRC= ${WRKDIR}/gtimer-1.1.4 +GNU_CONFIGURE= YES +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +USE_GMAKE= YES USE_BZIP2= YES MAN1= gtimer.1 + +post-install: + @${INSTALL_MAN} ${WRKSRC}/gtimer.1 ${PREFIX}/man/man1 .include Index: gtimer/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/deskutils/gtimer/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/04/08 17:50:35 1.1.1.1 +++ md5 1999/05/04 19:06:44 @@ -1 +1 @@ -MD5 (gtimer-1.1.1.tar.bz2) = 3633f27776e4bb9ec51ea294835810f1 +MD5 (gtimer-1.1.3.tar.bz2) = 0c86a2c47075ee55d8b5388c90706aa3 -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 12:32:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail-green.research.att.com (mail-green.research.att.com [135.207.30.103]) by hub.freebsd.org (Postfix) with ESMTP id E5ECC14EBF; Tue, 4 May 1999 12:32:26 -0700 (PDT) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-green.research.att.com (Postfix) with ESMTP id 5EC811E004; Tue, 4 May 1999 15:32:26 -0400 (EDT) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id PAA13696; Tue, 4 May 1999 15:32:24 -0400 (EDT) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.7/8.8.5) id PAA13650; Tue, 4 May 1999 15:32:23 -0400 (EDT) Message-Id: <199905041932.PAA13650@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: asami@freebsd.org Subject: Re: ports freeze 5/10 Cc: garyj@muc.de, ports@freebsd.org References: <199905032036.WAA09078@peedub.muc.de> <199905032102.OAA07846@silvia.hip.berkeley.edu> Date: Tue, 4 May 1999 12:32:23 -0700 Versions: dmail (solaris) 2.2c/makemail 2.8t Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Can't you just give out the URL as http://freefall.freebsd.org/~asami/... and then people will find that the web server is down instead of getting the confusing permission denied error from bento? Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 12:46:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from boispop1.bois.uswest.net (boispop1.bois.uswest.net [207.108.224.1]) by hub.freebsd.org (Postfix) with SMTP id 4EA6114D94 for ; Tue, 4 May 1999 12:46:34 -0700 (PDT) (envelope-from kvgu@uswest.net) Received: (qmail 22726 invoked by alias); 4 May 1999 19:46:24 -0000 Delivered-To: fixup-freebsd-ports@freebsd.org@fixme Received: (qmail 22719 invoked by uid 0); 4 May 1999 19:46:24 -0000 Received: from unknown (HELO Chilly?Willy.jgalive.com) (207.225.37.154) by boispop1.bois.uswest.net with SMTP; 4 May 1999 19:46:24 -0000 Message-Id: <3.0.6.32.19990504135114.007a7a80@boispop1.bois.uswest.net> X-Sender: kvgu@boispop1.bois.uswest.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Tue, 04 May 1999 13:51:14 -0600 To: freebsd-ports@freebsd.org From: Ken Subject: Broken Apache & ModSSL Port? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Anyone else having trouble making the Apache 1.3.6 with PHP3 and modssl port, cuz it's definitely not working for me. Breaks during the OpenSSl configuration, when an attempt to apply a FreeBSD patch goes awry. This worked fine for me a few weeks back, and I'm wondering if during the interim there have been some changes that broke this port? Or is it just me? Regards, Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 13: 0: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F22EE15168 for ; Tue, 4 May 1999 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA16047; Tue, 4 May 1999 13:00:01 -0700 (PDT) (envelope-from gnats@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 CB97F14FCD for ; Tue, 4 May 1999 12:53:01 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 86822144F; Tue, 4 May 1999 12:52:57 -0700 (PDT) Message-Id: <19990504195257.86822144F@norn.ca.eu.org> Date: Tue, 4 May 1999 12:52:57 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11495: Update: net/gaim Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11495 >Category: ports >Synopsis: Update: net/gaim >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 4 13:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 0.8.0 Removed: all of patches/ >How-To-Repeat: >Fix: Index: gaim/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/gaim/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/04/20 03:06:01 1.3 +++ Makefile 1999/05/04 19:44:52 @@ -1,13 +1,12 @@ # New ports collection makefile for: gaim -# Version required: 0.1 +# Version required: 0.8.0 # Date created: 26 Mar 1999 # Whom: Jim Mock # # $Id: Makefile,v 1.3 1999/04/20 03:06:01 mharo Exp $ # -DISTNAME= gaim-19990311 -PKGNAME= gaim-0.1 +DISTNAME= gaim-0.8.0 CATEGORIES= net MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \ http://www.freebsd.org/~mharo/distfiles/ \ @@ -17,13 +16,15 @@ MAINTAINER= jim@phrantic.phear.net -LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ + glib12.1:${PORTSDIR}/devel/glib12 -ALL_TARGET= gaim +GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ + GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" post-patch: ${CP} ${DISTDIR}/logo.xpm.gz ${WRKSRC}/pixmaps Index: gaim/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/net/gaim/files/md5,v retrieving revision 1.3 diff -u -r1.3 md5 --- md5 1999/04/20 03:06:01 1.3 +++ md5 1999/05/04 19:34:55 @@ -1,2 +1,2 @@ -MD5 (gaim-19990311.tar.gz) = b7e8e67123b8a18091296fc06b5908b7 +MD5 (gaim-0.8.0.tar.gz) = e13fd5527da4ff1af0fc237544584145 MD5 (logo.xpm.gz) = 0ae9c355e316e941e3f494602ec8addf Index: gaim/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/net/gaim/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1999/04/19 00:15:51 1.1.1.1 +++ PLIST 1999/05/04 19:44:13 @@ -5,15 +5,24 @@ share/gaim/pixmaps/aol_icon.xpm share/gaim/pixmaps/big.xpm share/gaim/pixmaps/bold.xpm +share/gaim/pixmaps/buddyadd.xpm +share/gaim/pixmaps/buddychat.xpm +share/gaim/pixmaps/buddydel.xpm share/gaim/pixmaps/dt_icon.xpm share/gaim/pixmaps/free_icon.xpm +share/gaim/pixmaps/im.xpm +share/gaim/pixmaps/info.xpm share/gaim/pixmaps/italic.xpm share/gaim/pixmaps/login_icon.xpm share/gaim/pixmaps/logo.xpm share/gaim/pixmaps/logout_icon.xpm share/gaim/pixmaps/no_icon.xpm share/gaim/pixmaps/normal.xpm +share/gaim/pixmaps/palette.xpm +share/gaim/pixmaps/permadd.xpm +share/gaim/pixmaps/permdel.xpm share/gaim/pixmaps/small.xpm share/gaim/pixmaps/speaker.xpm +share/gaim/pixmaps/wood.xpm @dirrm share/gaim/pixmaps @dirrm share/gaim -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 13:50: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F4D615B2F for ; Tue, 4 May 1999 13:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA01449; Tue, 4 May 1999 13:50:02 -0700 (PDT) (envelope-from gnats@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 14B6014E84 for ; Tue, 4 May 1999 13:33:40 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id D6568145F; Tue, 4 May 1999 13:33:35 -0700 (PDT) Message-Id: <19990504203335.D6568145F@norn.ca.eu.org> Date: Tue, 4 May 1999 13:33:35 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11496: Update: net/pavuk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11496 >Category: ports >Synopsis: Update: net/pavuk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 4 13:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 0.9pl11 I removed the dependancy on gtk12 because I could not, after meddling for quite a while, actually make it build with a gtk interface and the default X interface looks alright anyway. >How-To-Repeat: >Fix: Index: pavuk/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/pavuk/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 1999/04/22 08:01:56 1.4 +++ Makefile 1999/05/04 20:28:48 @@ -1,13 +1,13 @@ # New ports collection makefile for: pavuk -# Version required: 0.9pl3 +# Version required: 0.9pl11 # Date created: 19 March 1998 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.4 1999/04/22 08:01:56 mharo Exp $ # -DISTNAME= pavuk-0.9pl9 -PKGNAME= pavuk-0.9.9 +DISTNAME= pavuk-0.9pl11 +PKGNAME= pavuk-0.9.11 CATEGORIES= net www MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://ftp.idata.sk/pub/unix/www/ @@ -16,8 +16,7 @@ MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes USE_GMAKE= yes Index: pavuk/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/net/pavuk/files/md5,v retrieving revision 1.3 diff -u -r1.3 md5 --- md5 1999/04/22 08:01:57 1.3 +++ md5 1999/05/04 20:05:15 @@ -1 +1 @@ -MD5 (pavuk-0.9pl9.tgz) = db4c870fe1fd99fbf86d60a1e582b98a +MD5 (pavuk-0.9pl11.tgz) = 20275e8e8a9d617e21acd1288124b989 Index: pavuk/patches/patch-ab =================================================================== RCS file: /cvs/FreeBSD/ports/net/pavuk/patches/patch-ab,v retrieving revision 1.2 diff -u -r1.2 patch-ab --- patch-ab 1999/04/22 08:01:57 1.2 +++ patch-ab 1999/05/04 20:22:24 @@ -1,5 +1,5 @@ ---- src/net.c.orig Sun Apr 18 06:53:46 1999 -+++ src/net.c Wed Apr 21 22:44:24 1999 +--- src/net.c.orig Tue May 4 13:20:43 1999 ++++ src/net.c Tue May 4 13:22:13 1999 @@ -101,9 +101,9 @@ { return -1; @@ -12,25 +12,15 @@ rv = connect(sock, (struct sockaddr*)&addr, sizeof(addr)); if (rv && (errno != EINPROGRESS) && (errno != EISCONN)) { -@@ -121,8 +121,8 @@ - #endif +@@ -267,9 +267,9 @@ + int rv; - #ifdef GTK_FACE -- cfg.gtk.inid = gtk_timeout_add(cfg.ctimeout * 60000 , -- (GtkFunction)TOut , NULL); -+ cfg.gtk.inid = cfg.ctimeout ? gtk_timeout_add(cfg.ctimeout * 60000 , -+ (GtkFunction)TOut , NULL) : 0; - #endif - - -@@ -261,8 +261,9 @@ - #ifdef I_FACE - if (cfg.xi_face) - { -+#ifndef __FreeBSD__ - fcntl(sock , F_SETFL , O_NONBLOCK); + p = sizeof(caller); - ++#ifdef __FreeBSD__ + fcntl(sock , F_SETFL , O_NONBLOCK); +- +#endif - rsock = accept(sock, (struct sockaddr*)&caller, &p); - if ((rsock < 0) && (errno != EWOULDBLOCK)) - { + rsock = accept(sock, (struct sockaddr*)&caller, &p); + if ((rsock < 0) && (errno != EWOULDBLOCK)) + { -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 14:10:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F57014F9C for ; Tue, 4 May 1999 14:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA03426; Tue, 4 May 1999 14:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 4 May 1999 14:10:02 -0700 (PDT) Message-Id: <199905042110.OAA03426@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Don Croyle Subject: Re: ports/11483: update www/amaya to 2.0 Reply-To: Don Croyle Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11483; it has been noted by GNATS. From: Don Croyle To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/11483: update www/amaya to 2.0 Date: 04 May 1999 16:08:40 -0500 Disregard the previous reply, they changed more than they said they did. Apply this patch to the patch I sent in the PR. --- amaya.diff Tue May 4 02:25:17 1999 +++ amaya2.diff Tue May 4 16:02:02 1999 @@ -79,15 +79,15 @@ .include diff -ruN amaya.old/files/md5 amaya/files/md5 --- amaya.old/files/md5 Sun Jan 17 21:39:05 1999 -+++ amaya/files/md5 Tue May 4 00:12:32 1999 ++++ amaya/files/md5 Tue May 4 06:44:10 1999 @@ -1 +1,3 @@ -MD5 (amaya-src-1.4a.tar.gz) = e2d795ffb6a010a275dc3aa2f82f15f3 -+MD5 (amaya/amaya-src-2.0.tar.gz) = a2db1b608316d424d31572c1435215d9 ++MD5 (amaya/amaya-src-2.0.tar.gz) = c25c94bb6f1bb3eaa7b92dcdde6d8a74 +MD5 (amaya/English.tar.gz) = 36eed18a4dd0ce73ef1a5c310e751c2e +MD5 (amaya/French.tar.gz) = d62ee5e7e09e36b66e833b4ec4a98902 diff -ruN amaya.old/patches/patch-aa amaya/patches/patch-aa --- amaya.old/patches/patch-aa Sun Jan 10 13:54:23 1999 -+++ amaya/patches/patch-aa Tue May 4 01:53:28 1999 ++++ amaya/patches/patch-aa Tue May 4 15:41:53 1999 @@ -1,5 +1,5 @@ ---- ../amaya/Makefile.in.orig Wed Dec 16 10:31:13 1998 -+++ ../amaya/Makefile.in Sat Dec 26 09:55:33 1998 @@ -96,19 +96,6 @@ @@ -10,7 +10,7 @@ include ../Options -@@ -9,3 +9,12 @@ - LIBS = $(LIBWWW_LIBS) $(AMAYA_JAVA_LIBS) $(AMAYA_PLUGIN_LIBS) \ - $(AMAYA_MATH_LIBS) $(AMAYA_GRAPH_LIBS) $(AMAYA_ILU_LIBS) \ - -L../tablelib -L../thotlib -L.. -lThotTable -lThotEditor \ -+@@ -18,7 +18,7 @@ -+ $(MOTIF_LIBRARIES) $(XMLIB) $(X_LIBS) -lXt $(X_PRE_LIBS) \ -+ -lXext -lX11 $(X_EXTRA_LIBS) @LIBS@ @EXTRA_LIBS@ -lm -+ -+-CONFIGFILES=XKeysymDB thot.ini amaya.keyboard \ -++CONFIGFILES=XKeysymDB thot.color amaya.keyboard unix-thot.rc \ -+ en-amayadialogue en-amayamsg en-libdialogue \ -+ en-transdialogue en-corrdialogue \ -+ fr-amayadialogue fr-amayamsg fr-libdialogue \ diff -ruN amaya.old/pkg/COMMENT amaya/pkg/COMMENT --- amaya.old/pkg/COMMENT Sun Jan 10 13:54:23 1999 +++ amaya/pkg/COMMENT Mon May 3 23:30:55 1999 @@ -126,8 +113,8 @@ diff -ruN amaya.old/pkg/PLIST amaya/pkg/PLIST --- amaya.old/pkg/PLIST Mon Mar 8 16:16:57 1999 -+++ amaya/pkg/PLIST Tue May 4 01:51:49 1999 -@@ -1,128 +1,141 @@ ++++ amaya/pkg/PLIST Tue May 4 16:01:16 1999 +@@ -1,128 +1,140 @@ -thot/amaya/AmayaPage.html -thot/amaya/COPYRIGHT.html -thot/amaya/HTML.STR @@ -294,7 +281,6 @@ +Amaya/config/fr-corrdialogue +Amaya/config/fr-libdialogue +Amaya/config/fr-transdialogue -+Amaya/config/thot.color +Amaya/config/tr-amayadialogue +Amaya/config/tr-amayamsg +Amaya/config/tr-corrdialogue -- I've always wanted to be a dilettante, but I've never quite been ready to make the commitment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 14:21:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bachue.usc.unal.edu.co (bachue.usc.unal.edu.co [168.176.3.20]) by hub.freebsd.org (Postfix) with ESMTP id 699C115801 for ; Tue, 4 May 1999 14:21:41 -0700 (PDT) (envelope-from pfgiffun@bachue.usc.unal.edu.co) Received: from bachue.usc.unal.edu.co ([168.176.3.42]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.0) with ESMTP id AAA9847; Tue, 4 May 1999 16:20:52 -0400 Message-ID: <372F5C6A.67B91977@bachue.usc.unal.edu.co> Date: Tue, 04 May 1999 15:45:31 -0500 From: "Pedro F. Giffuni" Organization: U. Nacional de Colombia X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.1-RELEASE i386) MIME-Version: 1.0 To: Oscar Bonilla , ports@FreeBSD.ORG Subject: Re: ports freeze 5/10 References: <199905010007.RAA22705@bubble.didi.com> <372A4B2D.8EBA8B6A@bachue.usc.unal.edu.co> <19990430183853.D628@fisicc-ufm.edu> <372A50C4.DBB68A3C@bachue.usc.unal.edu.co> <19990430193125.E628@fisicc-ufm.edu> <372B1FBB.C89EB51C@bachue.usc.unal.edu.co> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org FWIW, I tried this port and it works, so I asked Oscar to send a PR with it. The method (using sed from a skeleton file to generate the configuration scripts) could be useful with other ports that don't respect the PREFIX variable, for example XView. cheers, Pedro. Pedro F. Giffuni wrote: > I am sorry, I am very busy to test this out, but from your description it should > work. I was just too lazy to attempt something like that... > > BTW, you proved me right: your solution is not simpler ;-). > > cheers, > Pedro. > > Oscar Bonilla escribió: > > > ok, here it goes :) > > > > i removed files/configure.ans, attached files/configure.ans.skel > > and modified your makefile. i'm attaching a shar of the whole thing > > including your old Makefile and configure.ans properly renamed to > > Makefile.orig and configure.ans.orig. give it a try. > > > > regards, > > > > -Oscar > > > > On Fri, Apr 30, 1999 at 07:54:29PM -0500, Pedro F. Giffuni wrote: > > > No. But please prove me wrong :) > > > > > > Pedro. > > > > > > Oscar Bonilla escribió: > > > > > > > On Fri, Apr 30, 1999 at 07:30:38PM -0500, Pedro F. Giffuni wrote: > > > > > FWIW, > > > > > I took a brief look at the freeWAIS-sf port, since I updated it. The > > > > > problem seems to be that the "answer script" expect a /usr/local/ > > > > > directory, that is it doesn't respect PREFIX. > > > > > The solution is worse than the problem: nuke the script and make the port > > > > > interactive :( > > > > > > > > > maybe i'm just being silly considering i've never even touched freeWAIS-fs, > > > > but isn't it simpler to make answer respect prefix? > > > > > > > > regards, > > > > > > > > -Oscar > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-ports" in the body of the message > > > > > > > ------------------------------------------------------------------------ > > > > freewais-sf.sharName: freewais-sf.shar > > Type: Unix Shell Archive (application/x-shar) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 14:30: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 011C414E25 for ; Tue, 4 May 1999 14:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA11336; Tue, 4 May 1999 14:30:02 -0700 (PDT) (envelope-from gnats@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 08CB414F05 for ; Tue, 4 May 1999 14:25:32 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id BA953145F; Tue, 4 May 1999 14:25:27 -0700 (PDT) Message-Id: <19990504212527.BA953145F@norn.ca.eu.org> Date: Tue, 4 May 1999 14:25:27 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11498: Update: audio/mixer.app Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11498 >Category: ports >Synopsis: Update: audio/mixer.app >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 4 14:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 1.3.3 I am the maintainer of this port. >How-To-Repeat: >Fix: Index: mixer.app/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/audio/mixer.app/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/04/23 04:49:47 1.3 +++ Makefile 1999/05/04 21:21:20 @@ -1,13 +1,13 @@ # New ports collection makefile for: mixer.app -# Version required: 1.3.1 +# Version required: 1.3.3 # Date created: 16 April 1999 # Whom: Chris Piazza # # $Id: Makefile,v 1.3 1999/04/23 04:49:47 mharo Exp $ # -DISTNAME= Mixer.app-1.3.2 -PKGNAME= mixer.app-1.3.2 +DISTNAME= Mixer.app-1.3.3 +PKGNAME= mixer.app-1.3.3 CATEGORIES= audio MASTER_SITES= http://www.student.hk-r.se/~pt96pli/mixer/ Index: mixer.app/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/audio/mixer.app/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/04/18 19:39:14 1.2 +++ md5 1999/05/04 21:22:22 @@ -1 +1 @@ -MD5 (Mixer.app-1.3.2.tar.gz) = a1ea16ae396b0a190b8802bda01d4afe +MD5 (Mixer.app-1.3.3.tar.gz) = 3aab92f76112549346b6e1a23e2f590b -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 15: 0: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 45FBF1509B for ; Tue, 4 May 1999 15:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA03203; Tue, 4 May 1999 15:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id 624D815141 for ; Tue, 4 May 1999 14:52:08 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: (from root@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) id PAA03405; Tue, 4 May 1999 15:50:41 -0600 (MDT) (envelope-from brett) Message-Id: <199905042150.PAA03405@peloton.physics.montana.edu> Date: Tue, 4 May 1999 15:50:41 -0600 (MDT) From: brett@peloton.physics.montana.edu Reply-To: brett@peloton.physics.montana.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11499: update of asWedit port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11499 >Category: ports >Synopsis: update of the asWedit port to 4.0.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 4 15:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brett Taylor >Release: FreeBSD 2.2.8-STABLE i386 >Organization: Montana State University, Bozeman >Environment: small cramped office with 4 computers in it and way too much air conditioning... brrrr. >Description: the asWedit folks did a Linux only update to 4.0.1 - the makesum was failing and the port now installs the 4.0.1 version (they include both 4.0 and 4.0.1 in the tarball....) >How-To-Repeat: Apply diff below >Fix: diff -ruN aswedit/Makefile aswedit/Makefile --- aswedit/Makefile Wed Jan 20 18:02:11 1999 +++ aswedit/Makefile Tue May 4 15:43:02 1999 @@ -7,7 +7,7 @@ # DISTNAME= asWedit-4.0-i386.linux -PKGNAME= asWedit-4.0 +PKGNAME= asWedit-4.0.1 CATEGORIES= editors www MASTER_SITES= http://www.advasoft.com/asWedit/ \ ftp://sunsite.doc.ic.ac.uk/packages/www/asWedit/ \ @@ -22,7 +22,7 @@ RESTRICTED= "Commercial software" NO_BUILD= yes NO_PACKAGE= ${RESTRICTED} -WRKSRC= ${WRKDIR}/asWedit-4.0 +WRKSRC= ${WRKDIR}/asWedit-4.0.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/asWedit ${PREFIX}/bin diff -ruN aswedit/files/md5 aswedit/files/md5 --- aswedit/files/md5 Wed Sep 2 14:34:30 1998 +++ aswedit/files/md5 Tue May 4 15:41:40 1999 @@ -1 +1 @@ -MD5 (asWedit-4.0-i386.linux.tar.gz) = c3d00e0886a2316e46ef05f4c204c0ed +MD5 (asWedit-4.0-i386.linux.tar.gz) = fe2ad74bf033631e35e68a905d8a6f2f >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 15:30:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 90EC215294; Tue, 4 May 1999 15:30:31 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA18933; Tue, 4 May 1999 15:30:31 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Tue, 4 May 1999 15:30:31 -0700 (PDT) From: Message-Id: <199905042230.PAA18933@freefall.freebsd.org> To: matusita@jp.FreeBSD.ORG, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11277: Update ports: x11-wm/fvwm2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update ports: x11-wm/fvwm2 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Tue May 4 15:29:14 PDT 1999 State-Changed-Why: Update committed, thanks. Note the old i18n version of fvwm2 is now in fvwm2-i18n. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 17:30: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2799015130 for ; Tue, 4 May 1999 17:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA65224; Tue, 4 May 1999 17:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 4 May 1999 17:30:03 -0700 (PDT) Message-Id: <199905050030.RAA65224@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Thomas D. Dean" Subject: Re: ports/11465: The port chipmunk will not run. Reply-To: "Thomas D. Dean" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11465; it has been noted by GNATS. From: "Thomas D. Dean" To: freebsd-gnats-submit@freebsd.org, tomdean@ix.netcom.com Cc: Subject: Re: ports/11465: The port chipmunk will not run. Date: Tue, 04 May 1999 17:24:49 -0700 The distribution from Berkeley works fine. The only changes I made were to the Makefiles and to one *.h file to include the definitions for select(), fd_set. The Makefile changes were to add the FreeBSD CFLAGS and to select the correct X things, either libs or includes. I notice there are many changes in the patches. Since the original distribution works on a nominal FreeBSD installation, Why are there so many patches? tomdean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 17:30: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6410614F5F for ; Tue, 4 May 1999 17:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA65207; Tue, 4 May 1999 17:30:02 -0700 (PDT) (envelope-from gnats@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 A4C5815194 for ; Tue, 4 May 1999 17:20:02 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 2F4B4145F; Tue, 4 May 1999 17:19:57 -0700 (PDT) Message-Id: <19990505001957.2F4B4145F@norn.ca.eu.org> Date: Tue, 4 May 1999 17:19:57 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11500: Update: misc/wmweather Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11500 >Category: ports >Synopsis: Update: misc/wmweather >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 4 17:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 1.31 >How-To-Repeat: >Fix: Index: wmweather/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/misc/wmweather/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 1999/04/19 13:24:17 1.4 +++ Makefile 1999/05/04 23:43:51 @@ -1,11 +1,11 @@ # New ports collection makefile for: wmWeather-1.28 -# Version required: 1.30.1 +# Version required: 1.31 # Date created: 26 January 1998 # Whom: Kris Kennaway # # $Id: Makefile,v 1.4 1999/04/19 13:24:17 kris Exp $ -DISTNAME= wmWeather-1.30.1 +DISTNAME= wmWeather-1.31 CATEGORIES= misc windowmaker MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ Index: wmweather/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/misc/wmweather/files/md5,v retrieving revision 1.3 diff -u -r1.3 md5 --- md5 1999/04/19 13:24:44 1.3 +++ md5 1999/05/04 23:44:07 @@ -1 +1 @@ -MD5 (wmWeather-1.30.1.tar.gz) = 36cf5926de89b819a3d31f9d05d8ac58 +MD5 (wmWeather-1.31.tar.gz) = f04693aa86d22099162cff3d0b5c9275 -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 17:40: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 628511507B for ; Tue, 4 May 1999 17:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA65826; Tue, 4 May 1999 17:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 4 May 1999 17:40:02 -0700 (PDT) Message-Id: <199905050040.RAA65826@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: RE: ports/11494: Update: desktutils/gtimer Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11494; it has been noted by GNATS. From: Chris Piazza To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: RE: ports/11494: Update: desktutils/gtimer Date: Tue, 04 May 1999 17:32:19 -0700 (PDT) New version quick on 1.1.3's heels :-). I made an error before, only patch-aa is removed, patch-ab is fine. New patch below: --Cut-- Index: gtimer/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/deskutils/gtimer/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/04/21 19:07:31 1.2 +++ Makefile 1999/05/05 00:28:30 @@ -1,12 +1,12 @@ # New ports collection makefile for: gtimer -# Version required: 1.1.1 +# Version required: 1.1.4 # Date created: 25 February 1999 # Whom: Chris Piazza # # $Id: Makefile,v 1.2 1999/04/21 19:07:31 mharo Exp $ # -DISTNAME= gtimer-1.1.1 +DISTNAME= gtimer-1.1.4 CATEGORIES= deskutils MASTER_SITES= http://www.radix.net/~cknudsen/gtimer/ @@ -14,7 +14,13 @@ LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +GNU_CONFIGURE= YES +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +USE_GMAKE= YES USE_BZIP2= YES MAN1= gtimer.1 + +post-install: + @${INSTALL_MAN} ${WRKSRC}/gtimer.1 ${PREFIX}/man/man1 .include Index: gtimer/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/deskutils/gtimer/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/04/08 17:50:35 1.1.1.1 +++ md5 1999/05/05 00:28:41 @@ -1 +1 @@ -MD5 (gtimer-1.1.1.tar.bz2) = 3633f27776e4bb9ec51ea294835810f1 +MD5 (gtimer-1.1.4.tar.bz2) = 0c86a2c47075ee55d8b5388c90706aa3 --Cut-- --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 17:45: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id E4FFC1507B; Tue, 4 May 1999 17:44:43 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from bubble.didi.com (sji-ca14-103.ix.netcom.com [205.186.215.103]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA25647; Tue, 4 May 1999 17:45:29 -0700 (PDT) Received: (from asami@localhost) by bubble.didi.com (8.9.2/8.8.8) id RAA32528; Tue, 4 May 1999 17:44:31 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Date: Tue, 4 May 1999 17:44:31 -0700 (PDT) Message-Id: <199905050044.RAA32528@bubble.didi.com> X-Authentication-Warning: bubble.didi.com: asami set sender to asami@cs.berkeley.edu using -f To: se@freebsd.org Cc: ports@freebsd.org Subject: new kdebase and kdenetwork not packaging From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Stefan, You can find logs at urls below. http://bento.freebsd.org/~asami/errorlogs/3-latest/ http://bento.freebsd.org/~asami/errorlogs/3-full/ Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 18:10: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C36B4154AE for ; Tue, 4 May 1999 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 SAA67363; Tue, 4 May 1999 18:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from whizkidtech.net (r41.bfm.org [208.18.213.137]) by hub.freebsd.org (Postfix) with ESMTP id 2C21515042 for ; Tue, 4 May 1999 18:05:46 -0700 (PDT) (envelope-from root@whizkidtech.net) Received: (from root@localhost) by whizkidtech.net (8.9.2/8.9.2) id UAA28386; Tue, 4 May 1999 20:05:47 -0500 (CDT) (envelope-from root) Message-Id: <199905050105.UAA28386@whizkidtech.net> Date: Tue, 4 May 1999 20:05:47 -0500 (CDT) From: adam@whizkidtech.net Reply-To: adam@whizkidtech.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11502: New port: xbm2gif Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11502 >Category: ports >Synopsis: xbm2gif converts xbm graphics to gif format >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 4 18:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: G. Adam Stanislav >Release: FreeBSD 3.1-RELEASE i386 >Organization: Whiz Kid Technomagic >Environment: >Description: xbm2gif is a simple conversion utility which converts xbm graphics into gif format. It depends on gd. >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: # # xbm2gif # xbm2gif/Makefile # xbm2gif/files # xbm2gif/files/md5 # xbm2gif/pkg # xbm2gif/pkg/DESCR # xbm2gif/pkg/COMMENT # xbm2gif/pkg/PLIST # echo c - xbm2gif mkdir -p xbm2gif > /dev/null 2>&1 echo x - xbm2gif/Makefile sed 's/^X//' >xbm2gif/Makefile << 'END-of-xbm2gif/Makefile' X# New ports collection makefile for: xbm2gif X# Version required: 1.0 X# Date created: 4 May 1999 X# Whom: adam@whizkidtech.net X# X# $Id:$ X# X XDISTNAME= xbm2gif-1.0 XCATEGORIES= graphics XMASTER_SITES= http://www.whizkidtech.net/fports/ X XMAINTAINER= adam@whizkidtech.net X XMAN1= xbm2gif.1 X XBUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/xbm2gif ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/xbm2gif.1 ${PREFIX}/man/man1 X X.include END-of-xbm2gif/Makefile echo c - xbm2gif/files mkdir -p xbm2gif/files > /dev/null 2>&1 echo x - xbm2gif/files/md5 sed 's/^X//' >xbm2gif/files/md5 << 'END-of-xbm2gif/files/md5' XMD5 (xbm2gif-1.0.tar.gz) = 3c0884bb20ee8267493ad080065211e1 END-of-xbm2gif/files/md5 echo c - xbm2gif/pkg mkdir -p xbm2gif/pkg > /dev/null 2>&1 echo x - xbm2gif/pkg/DESCR sed 's/^X//' >xbm2gif/pkg/DESCR << 'END-of-xbm2gif/pkg/DESCR' XI needed to convert an xbm file into a gif file. I did not have a program to Xdo it, so I wrote this one. All it does is send stdin (which must be in xbm Xformat) to gd library by Thomas Boutell, reads a gif file from it, and sends Xit to stdout. X XThe program is so simple that it would be ridiculous to stick any kind of Xlincense on it. The gd library, on the other hand, is very sophisticated. XIf you do not have it, the port software will get it for you. X XTo use the program, just type 'xbm2gif < xbmfile > giffile'. X XG. Adam Stanislav Xadam@whizkidtech.net Xhttp://www.whizkidtech.net END-of-xbm2gif/pkg/DESCR echo x - xbm2gif/pkg/COMMENT sed 's/^X//' >xbm2gif/pkg/COMMENT << 'END-of-xbm2gif/pkg/COMMENT' XConverts xbm graphics to gif format. END-of-xbm2gif/pkg/COMMENT echo x - xbm2gif/pkg/PLIST sed 's/^X//' >xbm2gif/pkg/PLIST << 'END-of-xbm2gif/pkg/PLIST' Xbin/xbm2gif END-of-xbm2gif/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 18:28:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 807E614DD3; Tue, 4 May 1999 18:28:15 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA68104; Tue, 4 May 1999 18:28:15 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Tue, 4 May 1999 18:28:15 -0700 (PDT) From: Message-Id: <199905050128.SAA68104@freefall.freebsd.org> To: flathill@FreeBSD.org, freebsd-ports@FreeBSD.org, flathill@FreeBSD.org Subject: Re: ports/11483: update www/amaya to 2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update www/amaya to 2.0 Responsible-Changed-From-To: freebsd-ports->flathill Responsible-Changed-By: flathill Responsible-Changed-When: Tue May 4 18:27:36 PDT 1999 Responsible-Changed-Why: I'll take this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 19:12:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mailc.telia.com (mailc.telia.com [194.22.190.4]) by hub.freebsd.org (Postfix) with ESMTP id 2C4FA15712 for ; Tue, 4 May 1999 19:12:20 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from d1o62.telia.com (root@d1o62.telia.com [195.198.198.241]) by mailc.telia.com (8.8.8/8.8.8) with ESMTP id EAA16680; Wed, 5 May 1999 04:12:14 +0200 (CEST) Received: from stordatan.telia.com (t8o62p31.telia.com [195.198.199.211]) by d1o62.telia.com (8.8.5/8.8.5) with ESMTP id EAA25625; Wed, 5 May 1999 04:12:10 +0200 (CEST) Received: from partitur.se (localhost [127.0.0.1]) by stordatan.telia.com (8.9.2/8.9.1) with ESMTP id EAA97208; Wed, 5 May 1999 04:11:47 +0200 (CEST) (envelope-from girgen@partitur.se) Message-ID: <372FA8E2.413F826E@partitur.se> Date: Wed, 05 May 1999 04:11:46 +0200 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.1-STABLE i386) X-Accept-Language: sv,en MIME-Version: 1.0 To: sobomax@altavista.net Cc: ports@freebsd.org Subject: Re: Does anyone care to port Lesstif 0.88.1?(sorry - typo) References: <3727067B.8D020AEA@altavista.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Maxim Sobolev wrote: > > Does anyone intend to port new release of LessTif? > > Sincerely, > > Maxim > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message It submitted in ports/11250, waiting to be committed. You can grab it from there and patch yourself if don't care to wait. /Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 19:50: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4956B152C0 for ; Tue, 4 May 1999 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 TAA72800; Tue, 4 May 1999 19:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 92C1114D8E; Tue, 4 May 1999 19:40:02 -0700 (PDT) Message-Id: <19990505024002.92C1114D8E@hub.freebsd.org> Date: Tue, 4 May 1999 19:40:02 -0700 (PDT) From: nakai@tsl.pe.u-tokyo.ac.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11504: Update ports math/octave Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11504 >Category: ports >Synopsis: Update ports math/octave >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 4 19:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: nakai >Release: 3.1-STABLE >Organization: University of Tokyo >Environment: FreeBSD 3.1-STABLE #1: Thu Apr 22 12:51:19 JST 1999 i386 >Description: Update math/octave port >How-To-Repeat: >Fix: port diff files here begin 644 diff.gz M'XL("-RN+S<``V1I9F8`O9UK;]RVMH8_Q[]BT--BM\<>CV=\BP,$B&.[:0!? M4COI_G*``4>B-(PE428EV^.B__V0DD;2C)UDO93V+MKZMIY%ZM7B;8GB^"(( M!D.6J\O!]O9(>AF[YZ,+=LL#$?'!=OWMQG`X?,'BU>]*#(Y3-=C=&>PC,^&(R/CHXV-C?CO\ZF?YU=WWR\NOQG8W/U M%V]?3;;'V^.]C<')\>>S#U?7'\]NWKZ*63;?&%X?/QL?Q=DZ9O1 MR/Q_VYOS[0>AO6WNYZ,TGRVO;V,3)681Y[Y(PB'W0SX:_-_&YJL6Q:7>GLO; MW&=BFWG;7],"_7#Y910;7]_P866X./YX^=G\=W;]]I4WS[U;]>YWQ?G[F]/M MJ^L/UN+ZR^7T].S3V>6IJ6>8Y&DDLS<___WIZOKSS>G'ZW]&5H%1]0<##)^K MMK,]WMT8?#HWDD]OOKQ_^VK-Y+GT@S^.;Z8G5Y>_?_SPY=KOOKY[YNSS^:[?P8_?;R\^7Q\?CX]/?Y\_/;G7]L__O93\^=/UU[*Z':&%[(I#"T ML7KP9G__S=Y.$ZOCP>;81NGPXG1_\&L5FZ6$VQE3V^'3;X.W@_'AX<&,[1WM M'.P=[!_ZASO[!SL!9P?>.#@,)N/7)KY6T?> MH>>/]PYW]V;,?UF.]#8<%3?17$W]_9H<]>]_)$=CN-9T)ZMR;(U-2]X<;TWV M)D7CG8FD*FLXR\.-S=6?A[_\LAI*O_Q2(O&M,2H[&I%X4>[S)?6<&'DR"42X M/:?8!H>'P\!+:,:1''*EI*)9OY=YXFN:[8F,(NG].Z-9GQZ?D0U_SQ./:GQS M^QW2K=.N29 M3(E7*?S'X;V))6J/:?I7P3GQ;AKCF*4I5\2*&WN=:-/H:+;'2K$%8#H!;'>)8[U@(>Q[&$2,>F=* MP'0`R'6"]KMT^XNR/O18N0!NT@6BY`4J_07+E"!>9C'"13FQRWH<6GNR,5T\ M8\P?B6/$B9GZ_@6,$2=6/T23$\CX6CY`M;&=\O'9I_?'Q)ES`9S\<868GYY] M!JS_.+NY`E1:ZW)06N-/X!5H<>XM::&N+6E1GAI2PQP:PS$=V%. M#>]RG/(\8#8!&.\2C5N#&@VX0.I]@;F&*[,<-JWU._[(O<'()IVB9##4@U]. M1S_T\-RHS&S5::N7$EN;I,FVS@7.B% M-^DT@&EEU>C4G]B%5#DV.K!,M=&))N,&,F7B#8!:^3>@JXS](?<%%I2MW!T= M:J?P`*K.S`%]>9.@`R&;'X&H.KL'()&*A8RNY06B,JE*$$--D"B&L M21ABV$+['(O;5K:1#K63CG1*MG*/&+5,06(4!YN(94(EL`[28 MN5V>$033WF8V(XZ%QDHV%,!:25$ZUY8(@I4\+`,K&=80.PE40;P+DP[;0;@*UDC4&N2L.!5)F. M`Z$JS0921;H-9(JT&\Q@BZ.5-#.*%>DX.E0FG8$6+V7D$'^ME#6P!'%K5[YC MN_)=&+=VM9+5QC"X534Y;HR!VU2=P<80L$4U^6R,P=M3D]V&1@_/C\WZPXF" M1RI+^4YE.4%X_6++.5!.D`N#7Y)VNB3M+,3!A%IUY,O0C+,-74B(!L_L< MS?OZ0@4)UF?YBX3%PAN"5X0_I"T>!@@L31PD0X_9UYF@AP%*I!P38!G3Q82TJFL&.P]+"-G7_%0;BS`ES*BZZ9U$.QQ5F#SXI3%G(L>XD90K,-*9J*/,, M;;RY6YX\ MB,2W#1"[2_BSGWNF!)M%X$!Q;^ZGD)@,C[[`1'A,Y0/6VNZ'BMOGWRCE/3I1 M8>]O#Y6C/8RB/10SK3:R"\#84*X6,4W1D-]@]PY^E%J5%8.P9"'XB M4S$N][C@W.2W3WU=2I0RAR/"/X(RPUNI2T(;`"P2()N/#'0USR&KR:2>,"A M7:-%['$C(&,/^X`992(.W/EI,,TC#LXC+)7%,),[-/`'%L%)*)9'&3A_\(K6 MBJ]J0S-.%)33:PG57UYX.V'P+D\:CRH>#(.7K)K3.59.[GA>4GG8Q\0>]_%Z ML#G9W]LZ+([[>&>:FO$>B9DMK5X"B:PHXWM__\;?2*]SE*,R\65%NX^7:,G) M+X^W4Y5D\S)'27N]/R!?7CO'2+`'#CAILHH4XR:=2#EE8)E')-A6"43*>015 MYI#R]C\GOGG7SA62S@D`CBR0'K&VLI5Z))K3SZJ0[60C^3P!XBV1=7J1:-SD M%WH!R^PT,QP\1!([-R>_ MAUY/KXFV],-\RADK5I5RBDNS)9\R96WO/:PB!B#;EE-,HFTYMR0:WRNLU@8@ MVU8S5J)Q/56EV5>S0,HY'RNY9=+!(%52F7:(R/)%!.*1(YP8?TW2F69<[;,G M&"]3TR33*B=-L%U-1E,`^EDM[?0SQ;S..Q.,JX0SQ;+,-!,L5_8)4%[&!FPO MJ`/U)^I1!$A-FWT#%&.Z:3LI3S.OL_%$\SED7N?2B>;++"[Q4NGGI:VDS6GV M3;Z5(J4`U*/29%KLU*3.#$MKR#?D&O"LH5IKJ-8: MJ;4&:@U)#2F-"(WH#,D,J8R(C&AL6Z#YCYS56*;*B"NC*D=&M&Z28V6FB)H/ MJU-+/P0V;/;I>XM_,?-4'F3;C&!9_M&8VES99'=_:[(SV)P([".+9DMG\,6-N7:9D-#H]N[BJOJ<5 MM@39S/-]$6.E59`&J81%/H^):M24XF`QCT)/_`B]IIE?U0UA[&H')J:S\O`6 M%+S+[0P/HW(1^5H+#]/"#`XA33S(<# MU?=")A*0,6+%3.D%`^/'YT]<@3K[X6V`-U@_5`QL>_[@%$3*+QU!HK?>?/;!YQ27(/"X:$VGR12P8Q> M@.W4!O340WO$5C,`*8>+,I3391EH:NZO&Z@$V!&+.,TC#<:ZT%,[1<':K8&J M;R.;IH)+]'G&C:43:CI:'!*AR!@XW3." MU6!SL)"Y#2(23VX7Z7`/O_+L<.<0NQ7PX`6/7>70A92@T5ESE(D`'!_QX3$& M9WMQD57"$.DP_4^$-Y<1.*0F"X=YO&FS]R"A_`E(Y!G>0E/FW7(_@$PC!B?+9L`3'"Q(2Y6992T(:7R.;9@,'/T-\@0&@1G5%(QP!T+$ M,*3L[IP$O:>YGMG=SQCT@#8>2WAP)V\I)1]0:J$G9IF&0]JA(#CF%@Y!M]#, M1^^K85S"8:&]><)BN)G7'!I*%LPTNOZTF$P2NS?7@7.#S%)!@\NN8I=#(*15 MQH74F1LI8I[8Q_[X772[QAR/Z)!GY8(&KZ-!G2+&XF49SO$-6/,5G0X:S.Q#P6FKW@-0YN+0R3)[Z M+`-KF07P&&41="I5,F!';B!T7,N",@:!56^&I]\+!%S$Y?@CA3QQ6HP]A-D8 MO*"G,#`-'F9T!*[?GD*1"+"/>`K3&;I*>@H5]W-TJ6@H^8#G:Y]"VSO`3"A@ M\?1<@UW>4PHW[P()P>BV$!JGAD&GND\IN7GS*,B3$?,D;#_'@&)R4VQA.-@M MMC#L[9JO1\0=#*67R(N10C4G/C:NS><(5LX_ZHSPN)O40%,YDFY2"S/+FTAXYO9. MN>G9%F!=];3:$0MC=SE3X#VSV"*.>::HFU5:9/6)%J"J/$ZS!09%/`FI/7?- MB$2GY(1R3-2G>RUH611`)4R%Y0-=!.*/62H?)M6HM#O>W1KOFE'I:+(U MIHY*]O`^IH8L"OE,L:*]YQG+S/*_"7@7-PFQ5:Z#2E)G,6ND7ZUC\3)]ZL1A MG:M:]HI6>,7G,M?$<%XC;Y4DKC.>@8N09W>N;"2)P^&+Z,SI6JO)N@.81\06 MO`9*1>UEUD#ZPZXU\$[96"#V'.OLTYQKXN"^ABJ6$#N>-3!393]7=#Y'1UOC M@\'F_NN]K?U]8N=CG]@E,A:L?'AWSR+B/6Z!BFOAYT31VIR4&;&G,4-IQE5B MVGFQ]\_^"(-WIDO\ZD))Y9L9GYD^%*\!P@Y\KJBKSV=8['*=Y.!O0_0<9)LR M\4=-4C_#'"I9YTO8#^I#: MY=7%$'0H\Z(C^]E/TX":$FI#BOH59]*3Q.7J"D.,OQ:C M>`A-,RITQE06\0P38Q8Q[S9FU(`H(=\L',C/#)>,62;:+248E*N92")^;V;U MY*`MT2#(/%GT4!`3".K2>H#L!;T M8(PP*#479=:'4^83DZ[KX",.)AXU:[=D,K!UZ$62F3FN(([X%67Z2Z?`J#F- M<8L\XO9,!4Y,V52?LSF:F=D[)RY4&B9C."&J&?O>9*^8L1_LO=X:[X^)4W;K MR4R?A^5(-+IGB4^^U,P,17E:V2AOC2F.QGK!BI`:LA_X*'0F/&VF34IYD@>T MG-(*>`\S8?&X%V-N;KX'%Q&MA--G7&N@]2='NM@2-T+L0X* MZI;Y=?#6S#[)VQ&?P4V[=*!MJMA1I]5V[>*@;-R.I":F`9^S5>_@PLIJ7>O` MDO>!KH-I2L^@/&.5N3V.[-V=>[GE^2:NZ*VC4L7^;IF[WJ%69^Y"I]PNQ1TC MJ_G9E7<<3W26^R:FR^>D#CSPPM,Z6GRNAN/UWC.\K_7-5R5FNJN4^6HNTJ5HQXTFHORN7X?,M6^>E"J]M6#6+6O[GK9_>B*9WW(5;OJKE;M MJKM8M:ON6O$X%C6,M;#YJUO/6@ M6LM;=]V"'M0*>M`HZ$&9H`<]0A;'?4R@2C_==2G]=->F]-.#/ER6.]+ZT*CV MU8-.M:\>M*I]===KODBYZE.T-8?=E8M8\7)W_U7K?B/6'':_&[I%KLI7=[UZ$ZLWI7J3J3>-4J;[6054CKIK5#GJKE'EJ`>-I-!: M)GV(5'GJ0:7*4P\R59ZZZZ0SO[F4]Z)3UH$_6@RY9 M#WKDB;#G&O6@RM)3=VV6GKHKM/347:<';KZ-^FAE2T_==5IZZJ[3TE,/.@G[ MZHR3HUCZ/&I/WGBHN-;T;;`45]-BW[4QO'=XH/,=MY&XY9&82XE?M]U(JT?, MK%RHFS37V>4.5&1/[KJ/)BML?Y[.I5E5F5LIBI?'>G`H$I_;`V_L/C97CU)U MN<*@K$B'L"K]S&7&HT@D89?*K#J9$E\1?^;FA=5OATI]PYM[[52N;\VP_<#, MI>HN-8N[-(_82WC,.L5.JF3:30O[R+]#!>SFQRY\I[XAZW;I64\-+^]R#??= M`N"!1]@[#\\`%!"]?HQ M0(B8A4@)1J)"YL/]K?'8Z+R[;W##T8#HV2/./%-T%Q,L;;?_WOX*I@W@Q^+>'?M@?FGX]VIS;S[*)H8!IT MF)O.9&`6SH,DCWGQ.']@7Y:LCBW0V_\J/\\[D%45MHL2E[\S5<3J="YF=;7J MSS(J:S88G&QN#KR(:6T_!$DQM2@J5MJW*M)\!M*SNFS^J"[_;7'H%?H/*S-8 MK^;SWPS'+_QN4L3S_L[1UKZ)Y\.]K?)U]!>*J_&U7T]>_O6N"9R7E?E/1/"W @@_='=>AX7[X;K"^5_5^\^!]4X#]WY?\/]2CK!@_(``!> ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 4 19:50: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B330E1548A for ; Tue, 4 May 1999 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 TAA72809; Tue, 4 May 1999 19:50:02 -0700 (PDT) (envelope-from gnats@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 B704F14D8E for ; Tue, 4 May 1999 19:40:34 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 1EB9A146A; Tue, 4 May 1999 19:40:28 -0700 (PDT) Message-Id: <19990505024028.1EB9A146A@norn.ca.eu.org> Date: Tue, 4 May 1999 19:40:28 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11505: Update: print/lyx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11505 >Category: ports >Synopsis: Update: print/lyx >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 4 19:50:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 1.0.2 Tested and working on my machine. >How-To-Repeat: >Fix: Index: lyx/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/print/lyx/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- Makefile 1999/04/18 20:54:54 1.28 +++ Makefile 1999/05/05 02:21:42 @@ -1,12 +1,12 @@ # New ports collection makefile for: lyx -# Version required: 1.0.0 +# Version required: 1.0.2 # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm # # $Id: Makefile,v 1.28 1999/04/18 20:54:54 obrien Exp $ # -DISTNAME= lyx-1.0.1 +DISTNAME= lyx-1.0.2 CATEGORIES= print MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ ftp://la1ad.uio.no/pub/lyx/ \ Index: lyx/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/print/lyx/files/md5,v retrieving revision 1.9 diff -u -r1.9 md5 --- md5 1999/03/15 09:27:25 1.9 +++ md5 1999/05/05 01:19:40 @@ -1 +1 @@ -MD5 (lyx-1.0.1.tar.gz) = 808cab8a5cb4efecdd82205d52e0623b +MD5 (lyx-1.0.2.tar.gz) = fb1ba5950f11c239a7311e6e8c33be6b Index: lyx/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/print/lyx/pkg/PLIST,v retrieving revision 1.12 diff -u -r1.12 PLIST --- PLIST 1999/03/15 09:27:26 1.12 +++ PLIST 1999/05/05 02:18:52 @@ -1,4 +1,5 @@ bin/lyx +bin/noweb2lyx bin/reLyX share/locale/cs/LC_MESSAGES/lyx.mo share/locale/da/LC_MESSAGES/lyx.mo @@ -16,6 +17,7 @@ share/locale/sv/LC_MESSAGES/lyx.mo share/locale/tr/LC_MESSAGES/lyx.mo share/lyx/CREDITS +share/lyx/bind/broadway.bind share/lyx/bind/cua.bind share/lyx/bind/de_menus.bind share/lyx/bind/emacs.bind @@ -32,6 +34,7 @@ share/lyx/configure share/lyx/doc/BUGS.lyx share/lyx/doc/Customization.lyx +share/lyx/doc/DocStyle.lyx share/lyx/doc/Extended.lyx share/lyx/doc/Intro.lyx share/lyx/doc/LaTeXConfig.lyx @@ -45,9 +48,16 @@ share/lyx/doc/de_Extended.lyx share/lyx/doc/de_Intro.lyx share/lyx/doc/de_Tutorial.lyx +share/lyx/doc/de_UserGuide.lyx share/lyx/doc/escher-lsd.eps +share/lyx/doc/fr_Intro.lyx +share/lyx/doc/fr_Tutorial.lyx share/lyx/doc/mobius.eps +share/lyx/doc/pl_Intro.lyx +share/lyx/doc/pl_Tutorial.lyx share/lyx/doc/platypus.eps +share/lyx/doc/pt_Intro.lyx +share/lyx/doc/sl_Intro.lyx share/lyx/doc/sv_Intro.lyx share/lyx/doc/sv_Tutorial.lyx share/lyx/examples/Foils.lyx @@ -66,7 +76,11 @@ share/lyx/examples/de_splash.lyx share/lyx/examples/example_lyxified.lyx share/lyx/examples/example_raw.lyx +share/lyx/examples/exemple_brut.lyx +share/lyx/examples/exemple_lyxifie.lyx +share/lyx/examples/fr_splash.lyx share/lyx/examples/landslide.lyx +share/lyx/examples/noweb2lyx.lyx share/lyx/examples/pl_splash.lyx share/lyx/examples/scriptone.lyx share/lyx/examples/splash.lyx @@ -124,7 +138,9 @@ share/lyx/layouts/apa.layout share/lyx/layouts/article.layout share/lyx/layouts/book.layout +share/lyx/layouts/broadway.layout share/lyx/layouts/dinbrief.layout +share/lyx/layouts/egs.layout share/lyx/layouts/ejour2.layout share/lyx/layouts/foils.layout share/lyx/layouts/hollywood.layout @@ -167,6 +183,7 @@ share/lyx/reLyX/MakePreamble.pm share/lyx/reLyX/README share/lyx/reLyX/ReadCommands.pm +share/lyx/reLyX/RelyxFigure.pm share/lyx/reLyX/RelyxTable.pm share/lyx/reLyX/Text/TeX.pm share/lyx/reLyX/Verbatim.pm @@ -182,6 +199,7 @@ share/lyx/templates/linuxdoctemplate.lyx share/lyx/templates/revtex.lyx share/lyx/templates/slides.lyx +share/lyx/tex/broadway.cls share/lyx/tex/ejour2.cls share/lyx/tex/hollywood.cls share/lyx/tex/iletter.cls -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 5 2:20: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 91C8814E58 for ; Wed, 5 May 1999 02:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA98522; Wed, 5 May 1999 02:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 6EDD21584A for ; Wed, 5 May 1999 02:11:24 -0700 (PDT) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id NAA07590; Wed, 5 May 1999 13:11:59 +0400 (MSD) Message-Id: <199905050911.NAA07590@netserv1.chg.ru> Date: Wed, 5 May 1999 13:11:59 +0400 (MSD) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11508: Invalid CATEGORIES in security/identify port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11508 >Category: ports >Synopsis: Invalid CATEGORIES in security/identify 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: Wed May 5 02:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-RELEASE i386 >Organization: >Environment: >Description: The port of 'identify' program resides in security directory but has CATEGORIES=net security >How-To-Repeat: >Fix: diff -Nur identify.old/Makefile identify/Makefile --- identify.old/Makefile Wed May 5 13:08:41 1999 +++ identify/Makefile Wed May 5 13:09:08 1999 @@ -7,7 +7,7 @@ # DISTNAME= identify-0.7 -CATEGORIES= net security +CATEGORIES= security net MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/tools/ MAINTAINER= nsayer@quack.kfu.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 Wed May 5 2:55:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 456CE1554D for ; Wed, 5 May 1999 02:55:39 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-89.ix.netcom.com [209.111.208.89]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id CAA26181; Wed, 5 May 1999 02:56:00 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id CAA45710; Wed, 5 May 1999 02:54:02 -0700 (PDT) Date: Wed, 5 May 1999 02:54:02 -0700 (PDT) Message-Id: <199905050954.CAA45710@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: fenner@research.att.com Cc: garyj@muc.de, ports@freebsd.org In-reply-to: <199905041932.PAA13650@windsor.research.att.com> (message from Bill Fenner on Tue, 4 May 1999 12:32:23 -0700) Subject: Re: ports freeze 5/10 From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <199905032036.WAA09078@peedub.muc.de> <199905032102.OAA07846@silvia.hip.berkeley.edu> <199905041932.PAA13650@windsor.research.att.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Can't you just give out the URL as http://freefall.freebsd.org/~asami/... * and then people will find that the web server is down instead of getting * the confusing permission denied error from bento? Well, I was planning to move the whole operation to bento. :) Which is just done. You can now access the logs at http://bento.freebsd.org/errorlogs/ There are http redirects from bento's root and the old location under my home directory, but please pass this one around from now on. By the way, the latest run built 2,000 packages (2,007 to be exact) for the first time. Nice going guys! :) -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 5 3:10: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 14A31158BE for ; Wed, 5 May 1999 03:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA02215; Wed, 5 May 1999 03:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from apollon.greg.rim.or.jp (t154.cablecom.ne.jp [202.248.199.154]) by hub.freebsd.org (Postfix) with ESMTP id 0B94B1554D for ; Wed, 5 May 1999 03:02:27 -0700 (PDT) (envelope-from greg@greg.rim.or.jp) Received: from izanami.greg.rim.or.jp (greg@izanami.greg.rim.or.jp [172.31.1.3]) by apollon.greg.rim.or.jp (8.9.3/3.7W) with ESMTP id TAA46477 for ; Wed, 5 May 1999 19:02:26 +0900 (JST) Received: (from greg@localhost) by izanami.greg.rim.or.jp (8.9.3/3.4Wbeta6) id TAA57846; Wed, 5 May 1999 19:02:26 +0900 (JST) Message-Id: <199905051002.TAA57846@izanami.greg.rim.or.jp> Date: Wed, 5 May 1999 19:02:26 +0900 (JST) From: greg@greg.rim.or.jp Reply-To: greg@greg.rim.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11509: Can not rewrite collectly in wget mirror function Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11509 >Category: ports >Synopsis: Can not rewrite collectly in wget mirror function >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 5 03:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kensaku Masuda >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: Not specified. >Description: wget can not rewrite a relative link collectly. For example. Base URI is "http://www.foo.com/~bar" and link is "../%7Ebar/some/sone.html". wget must rewrite a link like this, "../%257Ebar/some/sone.html" or "some/sone.html". But wget not. >How-To-Repeat: Do mirror that have relative links include "../%7E" >Fix: I create a fix and reported into wget maintener. --- src.orig/url.c Wed May 5 15:12:38 1999 +++ src/url.c Wed May 5 15:29:32 1999 @@ -1335,6 +1335,24 @@ strncat (constr + i, sub, subsize); constr[i + subsize] = '\0'; } /* *sub == `/' */ + { + int len, current; + len = strlen(constr); + current = 0; + for(i = 0 ; i < len ; i++, current++) { + if(strncmp(constr + i, "/../", 4) == 0) { + i += 4; + for(current--; current > 0 ; current--) { + if(constr[current] == '/') { + current++; + break; + } + } + } + constr[current] = constr[i]; + } + constr[current] = 0; + } } else /* !no_proto */ { @@ -1390,6 +1408,7 @@ FILE *fp; char *buf, *p, *p2; long size; + int i; logprintf (LOG_VERBOSE, _("Converting %s... "), file); /* Read from the file.... */ @@ -1422,25 +1441,46 @@ /* If the URL already is relative or it is not to be converted for some other reason (e.g. because of not having been downloaded in the first place), skip it. */ - if ((l->flags & URELATIVE) || !(l->flags & UABS2REL)) - { - DEBUGP (("Skipping %s at position %d (flags %d).\n", l->url, - l->pos, l->flags)); - continue; - } + if((l->flags & UABS2REL) == 0) { + DEBUGP (("Skipping %s at position %d (flags %d).\n", l->url, + l->pos, l->flags)); + + continue; + } /* Else, reach the position of the offending URL, echoing everything up to it to the outfile. */ for (p2 = buf + l->pos; p < p2; p++) putc (*p, fp); - if (l->flags & UABS2REL) - { - char *newname = construct_relative (file, l->local_name); - char *collect = construct_escape(newname); + if(l->local_name != NULL) { + char *newname; + char *collect; + + newname = construct_relative (file, l->local_name); + collect = construct_escape(newname); fprintf (fp, "%s", collect); DEBUGP (("ABS2REL: %s to %s at position %d in %s.\n", l->url, newname, l->pos, file)); free (newname); free (collect); + } else { + struct urlinfo *url = newurl(); + char *collect; + char *newname; + + parseurl(l->url, url, 0); + l->local_name = url_filename(url); + newname = construct_escape(file); + collect = construct_relative (newname, l->local_name); + free(l->local_name); + l->local_name = NULL; + + fprintf (fp, "%s", collect); + DEBUGP (("ABS2REL: %s to %s at position %d in %s.\n", + l->url, collect, l->pos, file)); + free (collect); + free (newname); + + freeurl(url, 1); } p += l->size; } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 5 4:10: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DDA915846 for ; Wed, 5 May 1999 04:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA06820; Wed, 5 May 1999 04:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.palmerharvey.co.uk (mail.palmerharvey.co.uk [62.172.109.58]) by hub.freebsd.org (Postfix) with ESMTP id B14211559E; Wed, 5 May 1999 04:03:31 -0700 (PDT) (envelope-from Dom.Mitchell@palmerharvey.co.uk) Received: from ho-nt-01.pandhm.co.uk (unverified) by mail.palmerharvey.co.uk (Content Technologies SMTPRS 2.0.15) with ESMTP id ; Wed, 05 May 1999 12:03:30 +0100 Received: from voodoo.pandhm.co.uk ([10.100.35.12]) by ho-nt-01.pandhm.co.uk with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id K2JT78W8; Wed, 5 May 1999 11:55:52 +0100 Received: from dom by voodoo.pandhm.co.uk with local (Exim 2.10 #1) id 10ezWC-0008XD-00; Wed, 5 May 1999 12:07:12 +0100 Message-Id: Date: Wed, 5 May 1999 12:07:12 +0100 From: Dom Mitchell Reply-To: Dom.Mitchell@palmerharvey.co.uk To: FreeBSD-gnats-submit@freebsd.org Cc: nik@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11510: New version of sitecopy. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11510 >Category: ports >Synopsis: new version of www/sitecopy (0.6.0) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 5 04:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 4.0-CURRENT i386 >Organization: Palmer & Harvey McLane Ltd. >Environment: FreeBSD voodoo.pandhm.co.uk 4.0-CURRENT FreeBSD 4.0-CURRENT #52: Tue May 4 04:51:13 BST 1999 root@voodoo.pandhm.co.uk:/usr/src/sys/compile/VOODOO i386 >Description: Here's the latest & greatest. I have not enabled the webdav "fetch" mode, as it requires -lexpat, which isn't a port yet (this afternoon if I have time). >How-To-Repeat: Apply the patch. >Fix: Here's the patch for the port. No added or deleted files. diff -urP /usr/ports/www/sitecopy/Makefile sitecopy/Makefile --- /usr/ports/www/sitecopy/Makefile Thu Apr 1 00:03:22 1999 +++ sitecopy/Makefile Wed May 5 11:57:01 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: sitecopy -# Version required: 0.5.* +# Version required: 0.6.0 # Date created: 15 January 1999 # Whom: nik # # $Id: Makefile,v 1.8 1999/03/31 09:34:06 ache Exp $ # -DISTNAME= sitecopy-0.5.1 +DISTNAME= sitecopy-0.6.0 CATEGORIES= www MASTER_SITES= http://www.lyra.org/sitecopy/ diff -urP /usr/ports/www/sitecopy/files/md5 sitecopy/files/md5 --- /usr/ports/www/sitecopy/files/md5 Thu Apr 1 00:03:22 1999 +++ sitecopy/files/md5 Wed May 5 11:58:30 1999 @@ -1 +1 @@ -MD5 (sitecopy-0.5.1.tar.gz) = d37e9099e72398380d84559d12ad6faf +MD5 (sitecopy-0.6.0.tar.gz) = 535e812d5f79defbc1371c0b5b693ec4 diff -urP /usr/ports/www/sitecopy/pkg/DESCR sitecopy/pkg/DESCR --- /usr/ports/www/sitecopy/pkg/DESCR Tue Mar 16 00:04:04 1999 +++ sitecopy/pkg/DESCR Wed May 5 11:58:54 1999 @@ -11,5 +11,7 @@ server, and works from that. WebDAV can be used to maintain remote sites as well as FTP. +http://www.lyra.org/sitecopy/ + - Nik nik@FreeBSD.ORG -- ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. ********************************************************************** >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 5 6:41:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5337F14E77; Wed, 5 May 1999 06:41:26 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA18532; Wed, 5 May 1999 06:41:26 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Wed, 5 May 1999 06:41:26 -0700 (PDT) From: Message-Id: <199905051341.GAA18532@freefall.freebsd.org> To: cpiazza@home.net, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11500: Update: misc/wmweather Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: misc/wmweather State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Wed May 5 06:41:05 PDT 1999 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 May 5 6:46:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A903715960; Wed, 5 May 1999 06:46:10 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA22643; Wed, 5 May 1999 06:46:10 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Wed, 5 May 1999 06:46:10 -0700 (PDT) From: Message-Id: <199905051346.GAA22643@freefall.freebsd.org> To: brett@peloton.physics.montana.edu, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11499: update of the asWedit port to 4.0.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update of the asWedit port to 4.0.1 State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Wed May 5 06:45:53 PDT 1999 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 May 5 6:50:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8686615CD2; Wed, 5 May 1999 06:50:34 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA67876; Wed, 5 May 1999 06:50:34 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Wed, 5 May 1999 06:50:34 -0700 (PDT) From: Message-Id: <199905051350.GAA67876@freefall.freebsd.org> To: cpiazza@home.net, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11498: Update: audio/mixer.app Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: audio/mixer.app State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Wed May 5 06:50:11 PDT 1999 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 May 5 7: 3:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A68A15BC2; Wed, 5 May 1999 07:03:36 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA73569; Wed, 5 May 1999 07:03:35 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Wed, 5 May 1999 07:03:35 -0700 (PDT) From: Message-Id: <199905051403.HAA73569@freefall.freebsd.org> To: cpiazza@home.net, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11496: Update: net/pavuk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/pavuk State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Wed May 5 07:03:13 PDT 1999 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 May 5 7: 9:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8062A15D9B; Wed, 5 May 1999 07:09:47 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA74415; Wed, 5 May 1999 07:09:47 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Wed, 5 May 1999 07:09:47 -0700 (PDT) From: Message-Id: <199905051409.HAA74415@freefall.freebsd.org> To: cpiazza@home.net, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11505: Update: print/lyx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: print/lyx State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Wed May 5 07:09:22 PDT 1999 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 May 5 7:10:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CFC615844 for ; Wed, 5 May 1999 07:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA74448; Wed, 5 May 1999 07:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from jfh00.fernuni-hagen.de (jfh00.fernuni-hagen.de [132.176.7.6]) by hub.freebsd.org (Postfix) with ESMTP id 8ED531505E for ; Wed, 5 May 1999 07:00:31 -0700 (PDT) (envelope-from jfh@jfh00.fernuni-hagen.de) Received: (from root@localhost) by jfh00.fernuni-hagen.de (8.9.2/8.9.2) id QAA03820; Wed, 5 May 1999 16:00:26 +0200 (CEST) (envelope-from jfh) Message-Id: <199905051400.QAA03820@jfh00.fernuni-hagen.de> Date: Wed, 5 May 1999 16:00:26 +0200 (CEST) From: Fritz Heinrichmeyer Reply-To: jfh@jfh00.fernuni-hagen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11512: Port of wxGTK Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Note: There was a bad value `a' for the field `>Class:'. It was set to the default value of `sw-bug'. >Number: 11512 >Category: ports >Synopsis: a new port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 5 07:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Johann Friedrich Heinrichmeyer >Release: FreeBSD 3.1-STABLE i386 >Organization: Fernuni Hagen >Environment: egcs-1.1.2 >Description: I made a new port for the wxGTK-toolkit /usr/ports/x11-toolkits/wxgtk. It follows as shell archive >How-To-Repeat: no >Fix: no # 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: # # wxgtk # wxgtk/pkg # wxgtk/pkg/PLIST # wxgtk/pkg/DESCR # wxgtk/pkg/COMMENT # wxgtk/pkg/PLIST~ # wxgtk/Makefile # wxgtk/files # wxgtk/files/md5 # wxgtk/patches # wxgtk/patches/patch-aa # wxgtk/patches/patch-ab # wxgtk/patches/patch-ac # wxgtk/patches/patch-ad # wxgtk/patches/patch-ae # echo c - wxgtk mkdir -p wxgtk > /dev/null 2>&1 echo c - wxgtk/pkg mkdir -p wxgtk/pkg > /dev/null 2>&1 echo x - wxgtk/pkg/PLIST sed 's/^X//' >wxgtk/pkg/PLIST << 'END-of-wxgtk/pkg/PLIST' Xinclude/gtk12/wx/gtk/accel.h Xinclude/gtk12/wx/gtk/app.h Xinclude/gtk12/wx/gtk/bitmap.h Xinclude/gtk12/wx/gtk/bmpbuttn.h Xinclude/gtk12/wx/gtk/brush.h Xinclude/gtk12/wx/gtk/button.h Xinclude/gtk12/wx/gtk/checkbox.h Xinclude/gtk12/wx/gtk/checklst.h Xinclude/gtk12/wx/gtk/choice.h Xinclude/gtk12/wx/gtk/clipbrd.h Xinclude/gtk12/wx/gtk/colour.h Xinclude/gtk12/wx/gtk/combobox.h Xinclude/gtk12/wx/gtk/control.h Xinclude/gtk12/wx/gtk/cursor.h Xinclude/gtk12/wx/gtk/dataobj.h Xinclude/gtk12/wx/gtk/dc.h Xinclude/gtk12/wx/gtk/dcclient.h Xinclude/gtk12/wx/gtk/dcmemory.h Xinclude/gtk12/wx/gtk/dcps.h Xinclude/gtk12/wx/gtk/dcscreen.h Xinclude/gtk12/wx/gtk/dialog.h Xinclude/gtk12/wx/gtk/dnd.h Xinclude/gtk12/wx/gtk/filedlg.h Xinclude/gtk12/wx/gtk/font.h Xinclude/gtk12/wx/gtk/frame.h Xinclude/gtk12/wx/gtk/gauge.h Xinclude/gtk12/wx/gtk/gdiobj.h Xinclude/gtk12/wx/gtk/icon.h Xinclude/gtk12/wx/gtk/joystick.h Xinclude/gtk12/wx/gtk/listbox.h Xinclude/gtk12/wx/gtk/mdi.h Xinclude/gtk12/wx/gtk/menu.h Xinclude/gtk12/wx/gtk/menuitem.h Xinclude/gtk12/wx/gtk/minifram.h Xinclude/gtk12/wx/gtk/notebook.h Xinclude/gtk12/wx/gtk/palette.h Xinclude/gtk12/wx/gtk/pen.h Xinclude/gtk12/wx/gtk/radiobox.h Xinclude/gtk12/wx/gtk/radiobut.h Xinclude/gtk12/wx/gtk/region.h Xinclude/gtk12/wx/gtk/scrolbar.h Xinclude/gtk12/wx/gtk/settings.h Xinclude/gtk12/wx/gtk/slider.h Xinclude/gtk12/wx/gtk/spinbutt.h Xinclude/gtk12/wx/gtk/statbmp.h Xinclude/gtk12/wx/gtk/statbox.h Xinclude/gtk12/wx/gtk/stattext.h Xinclude/gtk12/wx/gtk/tbargtk.h Xinclude/gtk12/wx/gtk/textctrl.h Xinclude/gtk12/wx/gtk/timer.h Xinclude/gtk12/wx/gtk/tooltip.h Xinclude/gtk12/wx/gtk/wave.h Xinclude/gtk12/wx/gtk/treectrl.h Xinclude/gtk12/wx/gtk/win_gtk.h Xinclude/gtk12/wx/gtk/window.h Xinclude/gtk12/wx/unix/execute.h Xinclude/gtk12/wx/generic/choicdgg.h Xinclude/gtk12/wx/generic/colrdlgg.h Xinclude/gtk12/wx/generic/dcpsg.h Xinclude/gtk12/wx/generic/dirdlgg.h Xinclude/gtk12/wx/generic/fontdlgg.h Xinclude/gtk12/wx/generic/gridg.h Xinclude/gtk12/wx/generic/helpext.h Xinclude/gtk12/wx/generic/helphtml.h Xinclude/gtk12/wx/generic/helpxlp.h Xinclude/gtk12/wx/generic/imaglist.h Xinclude/gtk12/wx/generic/laywin.h Xinclude/gtk12/wx/generic/listctrl.h Xinclude/gtk12/wx/generic/msgdlgg.h Xinclude/gtk12/wx/generic/notebook.h Xinclude/gtk12/wx/generic/panelg.h Xinclude/gtk12/wx/generic/printps.h Xinclude/gtk12/wx/generic/prntdlgg.h Xinclude/gtk12/wx/generic/sashwin.h Xinclude/gtk12/wx/generic/scrolwin.h Xinclude/gtk12/wx/generic/splitter.h Xinclude/gtk12/wx/generic/statusbr.h Xinclude/gtk12/wx/generic/tabg.h Xinclude/gtk12/wx/generic/textdlgg.h Xinclude/gtk12/wx/generic/treectrl.h Xinclude/gtk12/wx/protocol/file.h Xinclude/gtk12/wx/protocol/ftp.h Xinclude/gtk12/wx/protocol/http.h Xinclude/gtk12/wx/protocol/protocol.h Xinclude/gtk12/wx/accel.h Xinclude/gtk12/wx/app.h Xinclude/gtk12/wx/bitmap.h Xinclude/gtk12/wx/bmpbuttn.h Xinclude/gtk12/wx/brush.h Xinclude/gtk12/wx/buffer.h Xinclude/gtk12/wx/button.h Xinclude/gtk12/wx/checkbox.h Xinclude/gtk12/wx/checklst.h Xinclude/gtk12/wx/choicdlg.h Xinclude/gtk12/wx/choice.h Xinclude/gtk12/wx/clipbrd.h Xinclude/gtk12/wx/cmndata.h Xinclude/gtk12/wx/colordlg.h Xinclude/gtk12/wx/colour.h Xinclude/gtk12/wx/combobox.h Xinclude/gtk12/wx/confbase.h Xinclude/gtk12/wx/config.h Xinclude/gtk12/wx/control.h Xinclude/gtk12/wx/cursor.h Xinclude/gtk12/wx/dataobj.h Xinclude/gtk12/wx/date.h Xinclude/gtk12/wx/datstrm.h Xinclude/gtk12/wx/db.h Xinclude/gtk12/wx/dbtable.h Xinclude/gtk12/wx/dc.h Xinclude/gtk12/wx/dcclient.h Xinclude/gtk12/wx/dcmemory.h Xinclude/gtk12/wx/dcprint.h Xinclude/gtk12/wx/dcps.h Xinclude/gtk12/wx/dcscreen.h Xinclude/gtk12/wx/dde.h Xinclude/gtk12/wx/debug.h Xinclude/gtk12/wx/defs.h Xinclude/gtk12/wx/dialog.h Xinclude/gtk12/wx/dirdlg.h Xinclude/gtk12/wx/dnd.h Xinclude/gtk12/wx/docmdi.h Xinclude/gtk12/wx/docview.h Xinclude/gtk12/wx/dragimag.h Xinclude/gtk12/wx/dynarray.h Xinclude/gtk12/wx/dynlib.h Xinclude/gtk12/wx/event.h Xinclude/gtk12/wx/expr.h Xinclude/gtk12/wx/file.h Xinclude/gtk12/wx/fileconf.h Xinclude/gtk12/wx/filedlg.h Xinclude/gtk12/wx/filefn.h Xinclude/gtk12/wx/font.h Xinclude/gtk12/wx/fontdlg.h Xinclude/gtk12/wx/frame.h Xinclude/gtk12/wx/gauge.h Xinclude/gtk12/wx/gdicmn.h Xinclude/gtk12/wx/gdiobj.h Xinclude/gtk12/wx/grid.h Xinclude/gtk12/wx/hash.h Xinclude/gtk12/wx/help.h Xinclude/gtk12/wx/helpbase.h Xinclude/gtk12/wx/helphtml.h Xinclude/gtk12/wx/helpwin.h Xinclude/gtk12/wx/helpxlp.h Xinclude/gtk12/wx/icon.h Xinclude/gtk12/wx/image.h Xinclude/gtk12/wx/imaggif.h Xinclude/gtk12/wx/imaglist.h Xinclude/gtk12/wx/intl.h Xinclude/gtk12/wx/ioswrap.h Xinclude/gtk12/wx/ipcbase.h Xinclude/gtk12/wx/joystick.h Xinclude/gtk12/wx/layout.h Xinclude/gtk12/wx/laywin.h Xinclude/gtk12/wx/list.h Xinclude/gtk12/wx/listbox.h Xinclude/gtk12/wx/listctrl.h Xinclude/gtk12/wx/log.h Xinclude/gtk12/wx/matrix.h Xinclude/gtk12/wx/mdi.h Xinclude/gtk12/wx/memory.h Xinclude/gtk12/wx/menu.h Xinclude/gtk12/wx/menuitem.h Xinclude/gtk12/wx/metafile.h Xinclude/gtk12/wx/mimetype.h Xinclude/gtk12/wx/minifram.h Xinclude/gtk12/wx/module.h Xinclude/gtk12/wx/msgdlg.h Xinclude/gtk12/wx/mstream.h Xinclude/gtk12/wx/notebook.h Xinclude/gtk12/wx/object.h Xinclude/gtk12/wx/objstrm.h Xinclude/gtk12/wx/odbc.h Xinclude/gtk12/wx/ownerdrw.h Xinclude/gtk12/wx/palette.h Xinclude/gtk12/wx/panel.h Xinclude/gtk12/wx/paper.h Xinclude/gtk12/wx/pen.h Xinclude/gtk12/wx/pnghand.h Xinclude/gtk12/wx/print.h Xinclude/gtk12/wx/printdlg.h Xinclude/gtk12/wx/prntbase.h Xinclude/gtk12/wx/process.h Xinclude/gtk12/wx/prop.h Xinclude/gtk12/wx/propform.h Xinclude/gtk12/wx/proplist.h Xinclude/gtk12/wx/radiobox.h Xinclude/gtk12/wx/radiobut.h Xinclude/gtk12/wx/region.h Xinclude/gtk12/wx/resource.h Xinclude/gtk12/wx/sashwin.h Xinclude/gtk12/wx/sckaddr.h Xinclude/gtk12/wx/sckint.h Xinclude/gtk12/wx/sckipc.h Xinclude/gtk12/wx/sckstrm.h Xinclude/gtk12/wx/scrolbar.h Xinclude/gtk12/wx/scrolwin.h Xinclude/gtk12/wx/serbase.h Xinclude/gtk12/wx/settings.h Xinclude/gtk12/wx/setup.h Xinclude/gtk12/wx/slider.h Xinclude/gtk12/wx/socket.h Xinclude/gtk12/wx/spinbutt.h Xinclude/gtk12/wx/splitter.h Xinclude/gtk12/wx/statbmp.h Xinclude/gtk12/wx/statbox.h Xinclude/gtk12/wx/stattext.h Xinclude/gtk12/wx/statusbr.h Xinclude/gtk12/wx/stream.h Xinclude/gtk12/wx/string.h Xinclude/gtk12/wx/tab.h Xinclude/gtk12/wx/tabctrl.h Xinclude/gtk12/wx/taskbar.h Xinclude/gtk12/wx/tbar95.h Xinclude/gtk12/wx/tbarbase.h Xinclude/gtk12/wx/tbarmsw.h Xinclude/gtk12/wx/tbarsmpl.h Xinclude/gtk12/wx/textctrl.h Xinclude/gtk12/wx/textdlg.h Xinclude/gtk12/wx/textfile.h Xinclude/gtk12/wx/thread.h Xinclude/gtk12/wx/time.h Xinclude/gtk12/wx/timer.h Xinclude/gtk12/wx/tokenzr.h Xinclude/gtk12/wx/toolbar.h Xinclude/gtk12/wx/tooltip.h Xinclude/gtk12/wx/treectrl.h Xinclude/gtk12/wx/types.h Xinclude/gtk12/wx/url.h Xinclude/gtk12/wx/utils.h Xinclude/gtk12/wx/valgen.h Xinclude/gtk12/wx/validate.h Xinclude/gtk12/wx/valtext.h Xinclude/gtk12/wx/variant.h Xinclude/gtk12/wx/version.h Xinclude/gtk12/wx/wave.h Xinclude/gtk12/wx/wfstream.h Xinclude/gtk12/wx/window.h Xinclude/gtk12/wx/wx.h Xinclude/gtk12/wx/wx_cw.h Xinclude/gtk12/wx/wx_cw_cm.h Xinclude/gtk12/wx/wx_cw_d.h Xinclude/gtk12/wx/wxchar.h Xinclude/gtk12/wx/wxexpr.h Xinclude/gtk12/wx/wxprec.h Xinclude/gtk12/wx/xpmhand.h Xinclude/gtk12/wx/zstream.h Xinclude/gtk12/wx/arrimpl.cpp Xinclude/gtk12/wx/listimpl.cpp Xlib/wx/include/wx/gtk/setup.h Xlib/libwx_gtk2.a Xlib/libwx_gtk2.so Xlib/libwx_gtk2.so.1.0 Xbin/wx-config X@dirrm lib/wx/include/wx/gtk X@dirrm lib/wx/include/wx X@dirrm lib/wx/include X@dirrm lib/wx X@dirrm include/gtk12/wx/generic X@dirrm include/gtk12/wx/protocol X@dirrm include/gtk12/wx/unix X@dirrm include/gtk12/wx/gtk X@dirrm include/gtk12/wxEND-of-wxgtk/pkg/PLIST echo x - wxgtk/pkg/DESCR sed 's/^X//' >wxgtk/pkg/DESCR << 'END-of-wxgtk/pkg/DESCR' XA C++ package for platform independed program development. XLook at Xhttp://wesley.informatik.uni-freiburg.de/~wxxt/ END-of-wxgtk/pkg/DESCR echo x - wxgtk/pkg/COMMENT sed 's/^X//' >wxgtk/pkg/COMMENT << 'END-of-wxgtk/pkg/COMMENT' XA toolkit for multiplatform gui programming END-of-wxgtk/pkg/COMMENT echo x - wxgtk/pkg/PLIST~ sed 's/^X//' >wxgtk/pkg/PLIST~ << 'END-of-wxgtk/pkg/PLIST~' Xinclude/gtk12/wx Xinclude/gtk12/wx/gtk Xinclude/gtk12/wx/gtk/accel.h Xinclude/gtk12/wx/gtk/app.h Xinclude/gtk12/wx/gtk/bitmap.h Xinclude/gtk12/wx/gtk/bmpbuttn.h Xinclude/gtk12/wx/gtk/brush.h Xinclude/gtk12/wx/gtk/button.h Xinclude/gtk12/wx/gtk/checkbox.h Xinclude/gtk12/wx/gtk/checklst.h Xinclude/gtk12/wx/gtk/choice.h Xinclude/gtk12/wx/gtk/clipbrd.h Xinclude/gtk12/wx/gtk/colour.h Xinclude/gtk12/wx/gtk/combobox.h Xinclude/gtk12/wx/gtk/control.h Xinclude/gtk12/wx/gtk/cursor.h Xinclude/gtk12/wx/gtk/dataobj.h Xinclude/gtk12/wx/gtk/dc.h Xinclude/gtk12/wx/gtk/dcclient.h Xinclude/gtk12/wx/gtk/dcmemory.h Xinclude/gtk12/wx/gtk/dcps.h Xinclude/gtk12/wx/gtk/dcscreen.h Xinclude/gtk12/wx/gtk/dialog.h Xinclude/gtk12/wx/gtk/dnd.h Xinclude/gtk12/wx/gtk/filedlg.h Xinclude/gtk12/wx/gtk/font.h Xinclude/gtk12/wx/gtk/frame.h Xinclude/gtk12/wx/gtk/gauge.h Xinclude/gtk12/wx/gtk/gdiobj.h Xinclude/gtk12/wx/gtk/icon.h Xinclude/gtk12/wx/gtk/joystick.h Xinclude/gtk12/wx/gtk/listbox.h Xinclude/gtk12/wx/gtk/mdi.h Xinclude/gtk12/wx/gtk/menu.h Xinclude/gtk12/wx/gtk/menuitem.h Xinclude/gtk12/wx/gtk/minifram.h Xinclude/gtk12/wx/gtk/notebook.h Xinclude/gtk12/wx/gtk/palette.h Xinclude/gtk12/wx/gtk/pen.h Xinclude/gtk12/wx/gtk/radiobox.h Xinclude/gtk12/wx/gtk/radiobut.h Xinclude/gtk12/wx/gtk/region.h Xinclude/gtk12/wx/gtk/scrolbar.h Xinclude/gtk12/wx/gtk/settings.h Xinclude/gtk12/wx/gtk/slider.h Xinclude/gtk12/wx/gtk/spinbutt.h Xinclude/gtk12/wx/gtk/statbmp.h Xinclude/gtk12/wx/gtk/statbox.h Xinclude/gtk12/wx/gtk/stattext.h Xinclude/gtk12/wx/gtk/tbargtk.h Xinclude/gtk12/wx/gtk/textctrl.h Xinclude/gtk12/wx/gtk/timer.h Xinclude/gtk12/wx/gtk/tooltip.h Xinclude/gtk12/wx/gtk/wave.h Xinclude/gtk12/wx/gtk/treectrl.h Xinclude/gtk12/wx/gtk/win_gtk.h Xinclude/gtk12/wx/gtk/window.h Xinclude/gtk12/wx/motif Xinclude/gtk12/wx/unix Xinclude/gtk12/wx/unix/execute.h Xinclude/gtk12/wx/generic Xinclude/gtk12/wx/generic/choicdgg.h Xinclude/gtk12/wx/generic/colrdlgg.h Xinclude/gtk12/wx/generic/dcpsg.h Xinclude/gtk12/wx/generic/dirdlgg.h Xinclude/gtk12/wx/generic/fontdlgg.h Xinclude/gtk12/wx/generic/gridg.h Xinclude/gtk12/wx/generic/helpext.h Xinclude/gtk12/wx/generic/helphtml.h Xinclude/gtk12/wx/generic/helpxlp.h Xinclude/gtk12/wx/generic/imaglist.h Xinclude/gtk12/wx/generic/laywin.h Xinclude/gtk12/wx/generic/listctrl.h Xinclude/gtk12/wx/generic/msgdlgg.h Xinclude/gtk12/wx/generic/notebook.h Xinclude/gtk12/wx/generic/panelg.h Xinclude/gtk12/wx/generic/printps.h Xinclude/gtk12/wx/generic/prntdlgg.h Xinclude/gtk12/wx/generic/sashwin.h Xinclude/gtk12/wx/generic/scrolwin.h Xinclude/gtk12/wx/generic/splitter.h Xinclude/gtk12/wx/generic/statusbr.h Xinclude/gtk12/wx/generic/tabg.h Xinclude/gtk12/wx/generic/textdlgg.h Xinclude/gtk12/wx/generic/treectrl.h Xinclude/gtk12/wx/protocol Xinclude/gtk12/wx/protocol/file.h Xinclude/gtk12/wx/protocol/ftp.h Xinclude/gtk12/wx/protocol/http.h Xinclude/gtk12/wx/protocol/protocol.h Xinclude/gtk12/wx/accel.h Xinclude/gtk12/wx/app.h Xinclude/gtk12/wx/bitmap.h Xinclude/gtk12/wx/bmpbuttn.h Xinclude/gtk12/wx/brush.h Xinclude/gtk12/wx/buffer.h Xinclude/gtk12/wx/button.h Xinclude/gtk12/wx/checkbox.h Xinclude/gtk12/wx/checklst.h Xinclude/gtk12/wx/choicdlg.h Xinclude/gtk12/wx/choice.h Xinclude/gtk12/wx/clipbrd.h Xinclude/gtk12/wx/cmndata.h Xinclude/gtk12/wx/colordlg.h Xinclude/gtk12/wx/colour.h Xinclude/gtk12/wx/combobox.h Xinclude/gtk12/wx/confbase.h Xinclude/gtk12/wx/config.h Xinclude/gtk12/wx/control.h Xinclude/gtk12/wx/cursor.h Xinclude/gtk12/wx/dataobj.h Xinclude/gtk12/wx/date.h Xinclude/gtk12/wx/datstrm.h Xinclude/gtk12/wx/db.h Xinclude/gtk12/wx/dbtable.h Xinclude/gtk12/wx/dc.h Xinclude/gtk12/wx/dcclient.h Xinclude/gtk12/wx/dcmemory.h Xinclude/gtk12/wx/dcprint.h Xinclude/gtk12/wx/dcps.h Xinclude/gtk12/wx/dcscreen.h Xinclude/gtk12/wx/dde.h Xinclude/gtk12/wx/debug.h Xinclude/gtk12/wx/defs.h Xinclude/gtk12/wx/dialog.h Xinclude/gtk12/wx/dirdlg.h Xinclude/gtk12/wx/dnd.h Xinclude/gtk12/wx/docmdi.h Xinclude/gtk12/wx/docview.h Xinclude/gtk12/wx/dragimag.h Xinclude/gtk12/wx/dynarray.h Xinclude/gtk12/wx/dynlib.h Xinclude/gtk12/wx/event.h Xinclude/gtk12/wx/expr.h Xinclude/gtk12/wx/file.h Xinclude/gtk12/wx/fileconf.h Xinclude/gtk12/wx/filedlg.h Xinclude/gtk12/wx/filefn.h Xinclude/gtk12/wx/font.h Xinclude/gtk12/wx/fontdlg.h Xinclude/gtk12/wx/frame.h Xinclude/gtk12/wx/gauge.h Xinclude/gtk12/wx/gdicmn.h Xinclude/gtk12/wx/gdiobj.h Xinclude/gtk12/wx/grid.h Xinclude/gtk12/wx/hash.h Xinclude/gtk12/wx/help.h Xinclude/gtk12/wx/helpbase.h Xinclude/gtk12/wx/helphtml.h Xinclude/gtk12/wx/helpwin.h Xinclude/gtk12/wx/helpxlp.h Xinclude/gtk12/wx/icon.h Xinclude/gtk12/wx/image.h Xinclude/gtk12/wx/imaggif.h Xinclude/gtk12/wx/imaglist.h Xinclude/gtk12/wx/intl.h Xinclude/gtk12/wx/ioswrap.h Xinclude/gtk12/wx/ipcbase.h Xinclude/gtk12/wx/joystick.h Xinclude/gtk12/wx/layout.h Xinclude/gtk12/wx/laywin.h Xinclude/gtk12/wx/list.h Xinclude/gtk12/wx/listbox.h Xinclude/gtk12/wx/listctrl.h Xinclude/gtk12/wx/log.h Xinclude/gtk12/wx/matrix.h Xinclude/gtk12/wx/mdi.h Xinclude/gtk12/wx/memory.h Xinclude/gtk12/wx/menu.h Xinclude/gtk12/wx/menuitem.h Xinclude/gtk12/wx/metafile.h Xinclude/gtk12/wx/mimetype.h Xinclude/gtk12/wx/minifram.h Xinclude/gtk12/wx/module.h Xinclude/gtk12/wx/msgdlg.h Xinclude/gtk12/wx/mstream.h Xinclude/gtk12/wx/notebook.h Xinclude/gtk12/wx/object.h Xinclude/gtk12/wx/objstrm.h Xinclude/gtk12/wx/odbc.h Xinclude/gtk12/wx/ownerdrw.h Xinclude/gtk12/wx/palette.h Xinclude/gtk12/wx/panel.h Xinclude/gtk12/wx/paper.h Xinclude/gtk12/wx/pen.h Xinclude/gtk12/wx/pnghand.h Xinclude/gtk12/wx/print.h Xinclude/gtk12/wx/printdlg.h Xinclude/gtk12/wx/prntbase.h Xinclude/gtk12/wx/process.h Xinclude/gtk12/wx/prop.h Xinclude/gtk12/wx/propform.h Xinclude/gtk12/wx/proplist.h Xinclude/gtk12/wx/radiobox.h Xinclude/gtk12/wx/radiobut.h Xinclude/gtk12/wx/region.h Xinclude/gtk12/wx/resource.h Xinclude/gtk12/wx/sashwin.h Xinclude/gtk12/wx/sckaddr.h Xinclude/gtk12/wx/sckint.h Xinclude/gtk12/wx/sckipc.h Xinclude/gtk12/wx/sckstrm.h Xinclude/gtk12/wx/scrolbar.h Xinclude/gtk12/wx/scrolwin.h Xinclude/gtk12/wx/serbase.h Xinclude/gtk12/wx/settings.h Xinclude/gtk12/wx/setup.h Xinclude/gtk12/wx/slider.h Xinclude/gtk12/wx/socket.h Xinclude/gtk12/wx/spinbutt.h Xinclude/gtk12/wx/splitter.h Xinclude/gtk12/wx/statbmp.h Xinclude/gtk12/wx/statbox.h Xinclude/gtk12/wx/stattext.h Xinclude/gtk12/wx/statusbr.h Xinclude/gtk12/wx/stream.h Xinclude/gtk12/wx/string.h Xinclude/gtk12/wx/tab.h Xinclude/gtk12/wx/tabctrl.h Xinclude/gtk12/wx/taskbar.h Xinclude/gtk12/wx/tbar95.h Xinclude/gtk12/wx/tbarbase.h Xinclude/gtk12/wx/tbarmsw.h Xinclude/gtk12/wx/tbarsmpl.h Xinclude/gtk12/wx/textctrl.h Xinclude/gtk12/wx/textdlg.h Xinclude/gtk12/wx/textfile.h Xinclude/gtk12/wx/thread.h Xinclude/gtk12/wx/time.h Xinclude/gtk12/wx/timer.h Xinclude/gtk12/wx/tokenzr.h Xinclude/gtk12/wx/toolbar.h Xinclude/gtk12/wx/tooltip.h Xinclude/gtk12/wx/treectrl.h Xinclude/gtk12/wx/types.h Xinclude/gtk12/wx/url.h Xinclude/gtk12/wx/utils.h Xinclude/gtk12/wx/valgen.h Xinclude/gtk12/wx/validate.h Xinclude/gtk12/wx/valtext.h Xinclude/gtk12/wx/variant.h Xinclude/gtk12/wx/version.h Xinclude/gtk12/wx/wave.h Xinclude/gtk12/wx/wfstream.h Xinclude/gtk12/wx/window.h Xinclude/gtk12/wx/wx.h Xinclude/gtk12/wx/wx_cw.h Xinclude/gtk12/wx/wx_cw_cm.h Xinclude/gtk12/wx/wx_cw_d.h Xinclude/gtk12/wx/wxchar.h Xinclude/gtk12/wx/wxexpr.h Xinclude/gtk12/wx/wxprec.h Xinclude/gtk12/wx/xpmhand.h Xinclude/gtk12/wx/zstream.h Xinclude/gtk12/wx/arrimpl.cpp Xinclude/gtk12/wx/listimpl.cpp END-of-wxgtk/pkg/PLIST~ echo x - wxgtk/Makefile sed 's/^X//' >wxgtk/Makefile << 'END-of-wxgtk/Makefile' X# New ports collection makefile for: v X# Version required: 2.1.0 X# Date created: 5 May 1999 X# Whom: Fritz Heinrichmeyer X# X# $Id: Makefile,v 1.9 1998/12/27 23:53:44 billf Exp $ X# X XDISTNAME= wxGTK-2.1.0-b3 XCATEGORIES= x11-toolkits devel graphics XMASTER_SITES= ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/ X XLIB_DEPENDS= glib12.1:${PORTSDIR}/devel/glib12 \ X gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ X intl.1:${PORTSDIR}/devel/gettext X XCONFIGURE_ENV= INSTALL_SCRIPT="install -c -o root -g wheel -m 555" XMAKE_ENV= INSTALL_SCRIPT="install -c -o root -g wheel -m 555" X XBUILD_DEPENDS= egcc:${PORTSDIR}/lang/egcs X XUSE_X_PREFIX= yes XUSE_GNU_MAKE= yes X# USE_PERL5= yes XGNU_CONFIGURE= yes XEXTRACT_SUFX= .tgz XWRKSRC= ${WRKDIR}/wxGTK X XMAINTAINER= vanilla@FreeBSD.ORG X XCONFIGURE_ARGS= --with-gtk-prefix=${PREFIX} --with-shared \ X --includedir=${PREFIX}/include/gtk12 --with-intl XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" \ X LIBS="-L${LOCALBASE}/lib" Xpre-build: X echo no clue X Xpost-install: X echo no clue X X.include END-of-wxgtk/Makefile echo c - wxgtk/files mkdir -p wxgtk/files > /dev/null 2>&1 echo x - wxgtk/files/md5 sed 's/^X//' >wxgtk/files/md5 << 'END-of-wxgtk/files/md5' XMD5 (wxGTK-2.1.0-b3.tgz) = 2b6fa4a2c46287ce5aac43d7af84c6a8 END-of-wxgtk/files/md5 echo c - wxgtk/patches mkdir -p wxgtk/patches > /dev/null 2>&1 echo x - wxgtk/patches/patch-aa sed 's/^X//' >wxgtk/patches/patch-aa << 'END-of-wxgtk/patches/patch-aa' X*** configure.orig Wed May 5 11:56:46 1999 X--- configure Wed May 5 11:58:19 1999 X*************** X*** 3078,3086 **** X X X WCHAR_LINK= X! echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6 X! echo "configure:3083: checking for wcslen in -lc" >&5 X! ac_lib_var=`echo c'_'wcslen | sed 'y%./+-%__p_%'` X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 X else X--- 3078,3086 ---- X X X WCHAR_LINK= X! echo $ac_n "checking for mblen in -lc""... $ac_c" 1>&6 X! echo "configure:3083: checking for mblen in -lc" >&5 X! ac_lib_var=`echo c'_'mblen | sed 'y%./+-%__p_%'` X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 X else X*************** X*** 3092,3101 **** X /* Override any gcc2 internal prototype to avoid an error. */ X /* We use char because int might match the return type of a gcc2 X builtin and then its argument prototype would still apply. */ X! char wcslen(); X X int main() { X! wcslen() X ; return 0; } X EOF X if { (eval echo configure:3102: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then X--- 3092,3101 ---- X /* Override any gcc2 internal prototype to avoid an error. */ X /* We use char because int might match the return type of a gcc2 X builtin and then its argument prototype would still apply. */ X! char mblen(); X X int main() { X! mblen() X ; return 0; } X EOF X if { (eval echo configure:3102: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then X*************** X*** 3123,3131 **** X X else X echo "$ac_t""no" 1>&6 X! echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6 X! echo "configure:3128: checking for wcslen in -lw" >&5 X! ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'` X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 X else X--- 3123,3131 ---- X X else X echo "$ac_t""no" 1>&6 X! echo $ac_n "checking for mblen in -lw""... $ac_c" 1>&6 X! echo "configure:3128: checking for mblen in -lw" >&5 X! ac_lib_var=`echo w'_'mblen | sed 'y%./+-%__p_%'` X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 X else X*************** X*** 3137,3146 **** X /* Override any gcc2 internal prototype to avoid an error. */ X /* We use char because int might match the return type of a gcc2 X builtin and then its argument prototype would still apply. */ X! char wcslen(); X X int main() { X! wcslen() X ; return 0; } X EOF X if { (eval echo configure:3147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then X--- 3137,3146 ---- X /* Override any gcc2 internal prototype to avoid an error. */ X /* We use char because int might match the return type of a gcc2 X builtin and then its argument prototype would still apply. */ X! char mblen(); X X int main() { X! mblen() X ; return 0; } X EOF X if { (eval echo configure:3147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then X*************** X*** 3161,3167 **** X WCHAR_LINK="-lw" X else X echo "$ac_t""no" 1>&6 X! { echo "configure: error: "Cannot find wcslen function."" 1>&2; exit 1; } X fi X X fi X--- 3161,3167 ---- X WCHAR_LINK="-lw" X else X echo "$ac_t""no" 1>&6 X! { echo "configure: error: "Cannot find mblen function."" 1>&2; exit 1; } X fi X X fi END-of-wxgtk/patches/patch-aa echo x - wxgtk/patches/patch-ab sed 's/^X//' >wxgtk/patches/patch-ab << 'END-of-wxgtk/patches/patch-ab' X*** configure.orig Wed May 5 12:00:04 1999 X--- configure Wed May 5 12:00:51 1999 X*************** X*** 7005,7022 **** X if test x$gtk_config_exec_prefix != x ; then X gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" X if test x${GTK_CONFIG+set} != xset ; then X! GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config X fi X fi X if test x$gtk_config_prefix != x ; then X gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" X if test x${GTK_CONFIG+set} != xset ; then X! GTK_CONFIG=$gtk_config_prefix/bin/gtk-config X fi X fi X X! # Extract the first word of "gtk-config", so it can be a program name with args. X! set dummy gtk-config; ac_word=$2 X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 X echo "configure:7022: checking for $ac_word" >&5 X if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then X--- 7005,7022 ---- X if test x$gtk_config_exec_prefix != x ; then X gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" X if test x${GTK_CONFIG+set} != xset ; then X! GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config X fi X fi X if test x$gtk_config_prefix != x ; then X gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" X if test x${GTK_CONFIG+set} != xset ; then X! GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config X fi X fi X X! # Extract the first word of "gtk12-config", so it can be a program name with args. X! set dummy gtk12-config; ac_word=$2 X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 X echo "configure:7022: checking for $ac_word" >&5 X if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then X*************** X*** 7117,7123 **** X echo "$ac_t""no" 1>&6 X GTK_CFLAGS="" X GTK_LIBS="" X! { echo "configure: error: Is gtk-config in path and GTK+ is version 1.2.X or 1.0.X?" 1>&2; exit 1; } X fi X X X--- 7117,7123 ---- X echo "$ac_t""no" 1>&6 X GTK_CFLAGS="" X GTK_LIBS="" X! { echo "configure: error: Is gtk12-config in path and GTK+ is version 1.2.X or 1.0.X?" 1>&2; exit 1; } X fi X X X*************** X*** 7146,7163 **** X if test x$gtk_config_exec_prefix != x ; then X gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" X if test x${GTK_CONFIG+set} != xset ; then X! GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config X fi X fi X if test x$gtk_config_prefix != x ; then X gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" X if test x${GTK_CONFIG+set} != xset ; then X! GTK_CONFIG=$gtk_config_prefix/bin/gtk-config X fi X fi X X! # Extract the first word of "gtk-config", so it can be a program name with args. X! set dummy gtk-config; ac_word=$2 X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 X echo "configure:7163: checking for $ac_word" >&5 X if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then X--- 7146,7163 ---- X if test x$gtk_config_exec_prefix != x ; then X gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" X if test x${GTK_CONFIG+set} != xset ; then X! GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config X fi X fi X if test x$gtk_config_prefix != x ; then X gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" X if test x${GTK_CONFIG+set} != xset ; then X! GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config X fi X fi X X! # Extract the first word of "gtk12-config", so it can be a program name with args. X! set dummy gtk12-config; ac_word=$2 X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 X echo "configure:7163: checking for $ac_word" >&5 X if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then END-of-wxgtk/patches/patch-ab echo x - wxgtk/patches/patch-ac sed 's/^X//' >wxgtk/patches/patch-ac << 'END-of-wxgtk/patches/patch-ac' X*** include/wx/wxchar.h.orig Wed May 5 12:36:50 1999 X--- include/wx/wxchar.h Wed May 5 12:37:18 1999 X*************** X*** 211,217 **** X #if defined(__VISUALC__) && (__VISUALC__ < 900) X #define wxUSE_WCHAR_T 0 // wchar_t is not available for MSVC++ 1.5 X #elif defined(__UNIX__) X! #if defined(HAVE_WCSTR_H) || defined(HAVE_WCHAR_H) X #define wxUSE_WCHAR_T 1 X #else X #define wxUSE_WCHAR_T 0 X--- 211,217 ---- X #if defined(__VISUALC__) && (__VISUALC__ < 900) X #define wxUSE_WCHAR_T 0 // wchar_t is not available for MSVC++ 1.5 X #elif defined(__UNIX__) X! #if defined(HAVE_WCSTR_H) || defined(HAVE_WCHAR_H) || defined(__FreeBSD__) X #define wxUSE_WCHAR_T 1 X #else X #define wxUSE_WCHAR_T 0 X*************** X*** 226,232 **** X--- 226,237 ---- X #ifdef HAVE_WCSTR_H X #include X #else X+ #ifndef __FreeBSD__ X #include X+ #else /* FreeBSD */ X+ #include X+ #define wxNEED_WCSLEN X+ #endif X #endif X #endif X X*************** X*** 311,316 **** X--- 316,324 ---- X #define wxUChar unsigned char X #endif X X+ #ifdef __FreeBSD__ X+ #undef _T X+ #endif X #define _T(x) x X X // ctype.h functions END-of-wxgtk/patches/patch-ac echo x - wxgtk/patches/patch-ad sed 's/^X//' >wxgtk/patches/patch-ad << 'END-of-wxgtk/patches/patch-ad' X*** src/Makefile.in Mon May 3 15:39:40 1999 X--- src/Makefile.in Wed May 5 14:33:53 1999 X*************** X*** 223,229 **** X @cd $(WXBASEDIR)/src ; \ X $(INSTALL) -d $(bindir) ; \ X rm -f $(bindir)/wx-config ; \ X! $(INSTALL_PROGRAM) $(WXBASEDIR)/wx-config $(bindir)/wx-config X @echo " Copying static library" X @cd $(WXBASEDIR)/src ; \ X rm -f $(libdir)/$(STATIC_LIBRARY) ; \ X--- 223,229 ---- X @cd $(WXBASEDIR)/src ; \ X $(INSTALL) -d $(bindir) ; \ X rm -f $(bindir)/wx-config ; \ X! $(INSTALL_SCRIPT) $(WXBASEDIR)/wx-config $(bindir)/wx-config X @echo " Copying static library" X @cd $(WXBASEDIR)/src ; \ X rm -f $(libdir)/$(STATIC_LIBRARY) ; \ END-of-wxgtk/patches/patch-ad echo x - wxgtk/patches/patch-ae sed 's/^X//' >wxgtk/patches/patch-ae << 'END-of-wxgtk/patches/patch-ae' X*** setup/shared/sharedBsd.orig Mon May 3 15:39:40 1999 X--- setup/shared/sharedBsd Wed May 5 15:16:16 1999 X*************** X*** 17,27 **** X X echo "Creating shared library: $LIBRARY_FILE" X X! if test "x$COMPILER" = xgcc ; then X! gcc -shared -o $LIBRARY_FILE $LIBRARY_OBJS X! else X! CC -Bshareable -Bforcearchive -o $LIBRARY_FILE $LIBRARY_OBJS X! fi X chmod a+x $LIBRARY_FILE X rm -f $LIBRARY_BASE.$LIBRARY_MAJOR X ln -s $LIBRARY_NAME.$LIBRARY_MAJOR.$LIBRARY_MINOR $LIBRARY_BASE.$LIBRARY_MAJOR X--- 17,25 ---- X X echo "Creating shared library: $LIBRARY_FILE" X X! X! egcc -shared -o $LIBRARY_FILE $LIBRARY_OBJS X! X chmod a+x $LIBRARY_FILE X rm -f $LIBRARY_BASE.$LIBRARY_MAJOR X ln -s $LIBRARY_NAME.$LIBRARY_MAJOR.$LIBRARY_MINOR $LIBRARY_BASE.$LIBRARY_MAJOR END-of-wxgtk/patches/patch-ae exit >Release-Note: >Audit-Trail: >Unformatted: Fritz Heinrichmeyer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 5 7:14: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F0E54158D5; Wed, 5 May 1999 07:14:02 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA74826; Wed, 5 May 1999 07:14:02 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Wed, 5 May 1999 07:14:02 -0700 (PDT) From: Message-Id: <199905051414.HAA74826@freefall.freebsd.org> To: cpiazza@home.net, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11495: Update: net/gaim Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/gaim State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Wed May 5 07:13:36 PDT 1999 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 May 5 7:24: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B49D158DF; Wed, 5 May 1999 07:22:44 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA76085; Wed, 5 May 1999 07:22:44 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Wed, 5 May 1999 07:22:44 -0700 (PDT) From: Message-Id: <199905051422.HAA76085@freefall.freebsd.org> To: cpiazza@home.net, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11494: Update: desktutils/gtimer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: desktutils/gtimer State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Wed May 5 07:22:13 PDT 1999 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 May 5 7:28:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D547615227; Wed, 5 May 1999 07:28:44 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA76527; Wed, 5 May 1999 07:28:44 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Wed, 5 May 1999 07:28:44 -0700 (PDT) From: Message-Id: <199905051428.HAA76527@freefall.freebsd.org> To: k5@respo.or.jp, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11480: Fix port: archivers/linux_rar Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix port: archivers/linux_rar State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Wed May 5 07:28:20 PDT 1999 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 May 5 8:30: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6838815757 for ; Wed, 5 May 1999 08:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA03839; Wed, 5 May 1999 08:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bbs.kitel.co.kr (bbs.kitel.co.kr [210.102.35.81]) by hub.freebsd.org (Postfix) with ESMTP id 5EC8915823 for ; Wed, 5 May 1999 08:28:34 -0700 (PDT) (envelope-from swjeong@bbs.kitel.co.kr) Received: (from swjeong@localhost) by bbs.kitel.co.kr (8.9.1/8.9.1) id AAA05839; Thu, 6 May 1999 00:30:54 +0900 (KST) (envelope-from swjeong) Message-Id: <199905051530.AAA05839@bbs.kitel.co.kr> Date: Thu, 6 May 1999 00:30:54 +0900 (KST) From: swjeong Reply-To: swjeong@bbs.kitel.co.kr To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11514: ports submit (net/brouted) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11514 >Category: ports >Synopsis: ports submit (net/brouted) >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 5 08:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: swjeong >Release: FreeBSD 3.0-RELEASE i386 >Organization: >Environment: >Description: # 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: # # brouted # brouted/files # brouted/files/md5 # brouted/Makefile # brouted/pkg # brouted/pkg/COMMENT # brouted/pkg/DESCR # brouted/pkg/PLIST # echo c - brouted mkdir -p brouted > /dev/null 2>&1 echo c - brouted/files mkdir -p brouted/files > /dev/null 2>&1 echo x - brouted/files/md5 sed 's/^X//' >brouted/files/md5 << 'END-of-brouted/files/md5' XMD5 (brouted-1.2b.tar.gz) = a52ad9419c8363b2803d8e34d687251f END-of-brouted/files/md5 echo x - brouted/Makefile sed 's/^X//' >brouted/Makefile << 'END-of-brouted/Makefile' X# New ports collection makefile for: brouted X# Version required: 1.2b X# Date created: 5 May 1999 X# Whom: swjeong X# X# $Id$ X# X XDISTNAME= brouted-1.2b XCATEGORIES= net XMASTER_SITES= ftp://www.kitel.co.kr/pub/ X XMAINTAINER= swjeong@kitel.co.kr X XMAN8= brouted.8 XMANCOMPRESSED= yes X X.include END-of-brouted/Makefile echo c - brouted/pkg mkdir -p brouted/pkg > /dev/null 2>&1 echo x - brouted/pkg/COMMENT sed 's/^X//' >brouted/pkg/COMMENT << 'END-of-brouted/pkg/COMMENT' Xdynamic routing daemon acting on source IP of TCP connection END-of-brouted/pkg/COMMENT echo x - brouted/pkg/DESCR sed 's/^X//' >brouted/pkg/DESCR << 'END-of-brouted/pkg/DESCR' X XIntroduction X============ X X This is a port of brouted. brouted is dynamic routing daemon X acting on source IP address of TCP connections. It's purpose X is to use multiple routing only TCP/IP leased line only with X a single host. X X XHow it works X============ X X It checks PCB(Protocol Control Block) and kernel routing ta- X ble. If dedicated source IP appears in PCB, brouted checks X whether it's destination IP address exists in kernel routing X table. If it doesn't exists, brouted add new routing entry X which routes destination IP to dedicated gateway. X X In similar manner, when the TCP connection drops, correspond- X ing routing entry is removed from kernel routing table. X X X- Jeong Sung Won Xswjeong@kitel.co.kr END-of-brouted/pkg/DESCR echo x - brouted/pkg/PLIST sed 's/^X//' >brouted/pkg/PLIST << 'END-of-brouted/pkg/PLIST' Xsbin/brouted END-of-brouted/pkg/PLIST exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 5 8:46:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9390A14BF3; Wed, 5 May 1999 08:46:30 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA05507; Wed, 5 May 1999 08:46:30 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Wed, 5 May 1999 08:46:30 -0700 (PDT) From: Message-Id: <199905051546.IAA05507@freefall.freebsd.org> To: cpiazza@home.net, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11474: Update: misc/cmatrix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: misc/cmatrix State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Wed May 5 08:46:01 PDT 1999 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 May 5 8:51:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C432715C8B for ; Wed, 5 May 1999 08:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA10848; Wed, 5 May 1999 08:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bbs.kitel.co.kr (bbs.kitel.co.kr [210.102.35.81]) by hub.freebsd.org (Postfix) with ESMTP id 9895C1524D for ; Wed, 5 May 1999 08:48:25 -0700 (PDT) (envelope-from swjeong@bbs.kitel.co.kr) Received: (from swjeong@localhost) by bbs.kitel.co.kr (8.9.1/8.9.1) id AAA10798; Thu, 6 May 1999 00:50:46 +0900 (KST) (envelope-from swjeong) Message-Id: <199905051550.AAA10798@bbs.kitel.co.kr> Date: Thu, 6 May 1999 00:50:46 +0900 (KST) From: swjeong Reply-To: swjeong@bbs.kitel.co.kr To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11515: re-submit: (previous submitted ports had bad md5) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11515 >Category: ports >Synopsis: previous submitted ports had bad md5 >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 5 08:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jeong Sung Won >Release: FreeBSD 3.0-RELEASE i386 >Organization: KITEL >Environment: >Description: # 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: # # brouted # brouted/files # brouted/files/md5 # brouted/Makefile # brouted/pkg # brouted/pkg/COMMENT # brouted/pkg/DESCR # brouted/pkg/PLIST # echo c - brouted mkdir -p brouted > /dev/null 2>&1 echo c - brouted/files mkdir -p brouted/files > /dev/null 2>&1 echo x - brouted/files/md5 sed 's/^X//' >brouted/files/md5 << 'END-of-brouted/files/md5' XMD5 (brouted-1.2b.tar.gz) = b482a1de507138669e055d902684e02f END-of-brouted/files/md5 echo x - brouted/Makefile sed 's/^X//' >brouted/Makefile << 'END-of-brouted/Makefile' X# New ports collection makefile for: brouted X# Version required: 1.2b X# Date created: 5 May 1999 X# Whom: swjeong X# X# $Id$ X# X XDISTNAME= brouted-1.2b XCATEGORIES= net XMASTER_SITES= ftp://www.kitel.co.kr/pub/ X XMAINTAINER= swjeong@kitel.co.kr X XMAN8= brouted.8 XMANCOMPRESSED= yes X X.include END-of-brouted/Makefile echo c - brouted/pkg mkdir -p brouted/pkg > /dev/null 2>&1 echo x - brouted/pkg/COMMENT sed 's/^X//' >brouted/pkg/COMMENT << 'END-of-brouted/pkg/COMMENT' Xdynamic routing daemon acting on source IP of TCP connection END-of-brouted/pkg/COMMENT echo x - brouted/pkg/DESCR sed 's/^X//' >brouted/pkg/DESCR << 'END-of-brouted/pkg/DESCR' X XIntroduction X============ X X This is a port of brouted. brouted is dynamic routing daemon X acting on source IP address of TCP connections. It's purpose X is to use multiple routing only TCP/IP leased line only with X a single host. X X XHow it works X============ X X It checks PCB(Protocol Control Block) and kernel routing ta- X ble. If dedicated source IP appears in PCB, brouted checks X whether it's destination IP address exists in kernel routing X table. If it doesn't exists, brouted add new routing entry X which routes destination IP to dedicated gateway. X X In similar manner, when the TCP connection drops, correspond- X ing routing entry is removed from kernel routing table. X X X- Jeong Sung Won Xswjeong@kitel.co.kr END-of-brouted/pkg/DESCR echo x - brouted/pkg/PLIST sed 's/^X//' >brouted/pkg/PLIST << 'END-of-brouted/pkg/PLIST' Xsbin/brouted END-of-brouted/pkg/PLIST exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 5 9:20: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 93E621580F for ; Wed, 5 May 1999 09:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA78151; Wed, 5 May 1999 09:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C454B151E9; Wed, 5 May 1999 09:11:12 -0700 (PDT) Message-Id: <19990505161112.C454B151E9@hub.freebsd.org> Date: Wed, 5 May 1999 09:11:12 -0700 (PDT) From: kvgu@uswest.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11521: Broken openssl port & Apache 1.3.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11521 >Category: ports >Synopsis: Broken openssl port & Apache 1.3.6 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 5 09:20:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ken >Release: i386 3.1 Stable >Organization: >Environment: FreeBSD makalu.jgalive.com 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Mon Feb 15 11:08:08 GMT 1999 jkh@usw3.freebsd.org:/usr/src/sys/compile/GENERIC i386 >Description: Making the Apache13-PHP3 port with mod_ssl-2.2.8 breaks during attempts to apply distribution patches for openssl-0.9.2b. Returns asking which file to patch. Engelschall responds that there is a problem with the openssl port. >How-To-Repeat: Try making the Apache1.3.6-PHP3 port with mod_ssl. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 5 9:20:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 777F51552F for ; Wed, 5 May 1999 09:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA78142; Wed, 5 May 1999 09:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from voyager.fisicc-ufm.edu (ip-46-094.guate.net [200.12.46.94]) by hub.freebsd.org (Postfix) with ESMTP id C1485150BE for ; Wed, 5 May 1999 09:10:10 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from root@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.3) id KAA33471; Wed, 5 May 1999 10:10:09 -0600 (CST) (envelope-from obonilla) Message-Id: <199905051610.KAA33471@voyager.fisicc-ufm.edu> Date: Wed, 5 May 1999 10:10:09 -0600 (CST) From: obonilla@fisicc-ufm.edu Reply-To: obonilla@fisicc-ufm.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11520: Freewais port does not respect ${PREFIX} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11520 >Category: ports >Synopsis: Freewais port does not respect ${PREFIX} >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 5 09:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oscar Bonilla >Release: FreeBSD 3.1-STABLE i386 >Organization: Universidad Francisco Marroquin - FISICC >Environment: >Description: freewais-sf port does not respect ${PREFIX} and always installs in /usr/local >How-To-Repeat: set PREFIX to some dir besides /usr/local and install freewais-sf :) >Fix: I used a sed script to dinamically modify a skeleton configuration file. shar included. I still don't like to have to create the ${PREFIX}/* dirs from the Makefile, but if i don't the Configure script requires aditional input that simply isn't in configure.ans # 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: # # freewais-sf # freewais-sf/CVS # freewais-sf/CVS/Root # freewais-sf/CVS/Repository # freewais-sf/CVS/Entries # freewais-sf/Makefile # freewais-sf/files # freewais-sf/files/CVS # freewais-sf/files/CVS/Root # freewais-sf/files/CVS/Repository # freewais-sf/files/CVS/Entries # freewais-sf/files/md5 # freewais-sf/files/configure.ans.skel # freewais-sf/patches # freewais-sf/patches/CVS # freewais-sf/patches/CVS/Root # freewais-sf/patches/CVS/Repository # freewais-sf/patches/CVS/Entries # freewais-sf/patches/patch-aa # freewais-sf/pkg # freewais-sf/pkg/CVS # freewais-sf/pkg/CVS/Root # freewais-sf/pkg/CVS/Repository # freewais-sf/pkg/CVS/Entries # freewais-sf/pkg/COMMENT # freewais-sf/pkg/DESCR # freewais-sf/pkg/PLIST # freewais-sf/README.html # echo c - freewais-sf mkdir -p freewais-sf > /dev/null 2>&1 echo c - freewais-sf/CVS mkdir -p freewais-sf/CVS > /dev/null 2>&1 echo x - freewais-sf/CVS/Root sed 's/^X//' >freewais-sf/CVS/Root << 'END-of-freewais-sf/CVS/Root' X/home/ncvs END-of-freewais-sf/CVS/Root echo x - freewais-sf/CVS/Repository sed 's/^X//' >freewais-sf/CVS/Repository << 'END-of-freewais-sf/CVS/Repository' X/home/ncvs/ports/net/freewais-sf END-of-freewais-sf/CVS/Repository echo x - freewais-sf/CVS/Entries sed 's/^X//' >freewais-sf/CVS/Entries << 'END-of-freewais-sf/CVS/Entries' X/Makefile/1.7/Wed Dec 9 20:47:38 1998// XD/files//// XD/patches//// XD/pkg//// END-of-freewais-sf/CVS/Entries echo x - freewais-sf/Makefile sed 's/^X//' >freewais-sf/Makefile << 'END-of-freewais-sf/Makefile' X# New ports collection makefile for: FreeWAIS-sf X# Version required: 2.2.11 X# Date created: 19 November 1996 X# Whom: Pedro Giffuni X# X# $Id: Makefile,v 1.8 1999/03/15 01:27:19 steve Exp $ X# X XDISTNAME= freeWAIS-sf-2.2.11 XPKGNAME= freewais-sf-2.2.11 XCATEGORIES= net databases XMASTER_SITES= ftp://ls6-www.cs.uni-dortmund.de/pub/src/freeWAIS-sf/ \ X ftp://ftp.leo.org/pub/comp/general/infosys/wais/freeWAIS/freeWAIS-sf-2.2/ \ X ftp://ftp.germany.eu.net/pub/infosystems/wais/Unido-LS6/freeWAIS-sf-2.2/ X XMAINTAINER= ports@FreeBSD.org X XHAS_CONFIGURE= yes XCONFIGURE_SCRIPT=Configure XCONFIGURE_ARGS= < ${FILESDIR}/configure.ans XINSTALL_TARGET= install install.man X XMAN1= catalog.1 dictionary.1 inverted_file.1 makedb.1 mkfmt.1 waisindex.1 \ X waisq.1 waissearch.1 xwais.1 xwaisq.1 XMAN3= ftw.3 scandir.3 X Xpre-configure: X sed "s,PREFIX,${PREFIX},g" \ X ${FILESDIR}/configure.ans.skel > ${FILESDIR}/configure.ans X mkdir -p ${PREFIX} X mkdir -p ${PREFIX}/bin X mkdir -p ${PREFIX}/lib X mkdir -p ${PREFIX}/man/man1 X Xpre-install: X ${MKDIR} ${PREFIX}/lib/freeWAIS-sf X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/SF X ${CP} ${WRKSRC}/doc/SF/fwsf.ps ${PREFIX}/share/doc/SF X.endif X X.include END-of-freewais-sf/Makefile echo c - freewais-sf/files mkdir -p freewais-sf/files > /dev/null 2>&1 echo c - freewais-sf/files/CVS mkdir -p freewais-sf/files/CVS > /dev/null 2>&1 echo x - freewais-sf/files/CVS/Root sed 's/^X//' >freewais-sf/files/CVS/Root << 'END-of-freewais-sf/files/CVS/Root' X/home/ncvs END-of-freewais-sf/files/CVS/Root echo x - freewais-sf/files/CVS/Repository sed 's/^X//' >freewais-sf/files/CVS/Repository << 'END-of-freewais-sf/files/CVS/Repository' X/home/ncvs/ports/net/freewais-sf/files END-of-freewais-sf/files/CVS/Repository echo x - freewais-sf/files/CVS/Entries sed 's/^X//' >freewais-sf/files/CVS/Entries << 'END-of-freewais-sf/files/CVS/Entries' X/configure.ans/1.1.1.1/Tue Feb 18 08:30:58 1997// X/md5/1.1.1.1/Tue Feb 18 08:30:58 1997// XD END-of-freewais-sf/files/CVS/Entries echo x - freewais-sf/files/md5 sed 's/^X//' >freewais-sf/files/md5 << 'END-of-freewais-sf/files/md5' XMD5 (freeWAIS-sf-2.2.11.tar.gz) = 83976c5f92444e5ffbbadbd01787b016 END-of-freewais-sf/files/md5 echo x - freewais-sf/files/configure.ans.skel sed 's/^X//' >freewais-sf/files/configure.ans.skel << 'END-of-freewais-sf/files/configure.ans.skel' X X X Xnone Xn XPREFIX XPREFIX/bin XPREFIX/man/man1 XPREFIX/lib/freeWAIS-sf XPREFIX/bin XPREFIX/man/man1 X1 XPREFIX/man/man3 X3 Xnone Xcc X/usr/local/lib /lib /usr/lib X-O2 -pipe X-I/usr/local/include X-L/usr/local/lib Xso X-lcurses -ltermcap Xy X Xy Xy Xy Xy Xy Xn Xn Xy Xy X/usr/bin/install Xflex X/usr/bin/mkdep Xpid_t Xvoid Xtime_t Xuid_t X/usr/bin/byacc Xnone X Xy X END-of-freewais-sf/files/configure.ans.skel echo c - freewais-sf/patches mkdir -p freewais-sf/patches > /dev/null 2>&1 echo c - freewais-sf/patches/CVS mkdir -p freewais-sf/patches/CVS > /dev/null 2>&1 echo x - freewais-sf/patches/CVS/Root sed 's/^X//' >freewais-sf/patches/CVS/Root << 'END-of-freewais-sf/patches/CVS/Root' X/home/ncvs END-of-freewais-sf/patches/CVS/Root echo x - freewais-sf/patches/CVS/Repository sed 's/^X//' >freewais-sf/patches/CVS/Repository << 'END-of-freewais-sf/patches/CVS/Repository' X/home/ncvs/ports/net/freewais-sf/patches END-of-freewais-sf/patches/CVS/Repository echo x - freewais-sf/patches/CVS/Entries sed 's/^X//' >freewais-sf/patches/CVS/Entries << 'END-of-freewais-sf/patches/CVS/Entries' X/patch-aa/1.1.1.1/Tue Feb 18 08:30:58 1997// X/patch-ab/1.1.1.1/Tue Feb 18 08:30:58 1997// XD END-of-freewais-sf/patches/CVS/Entries echo x - freewais-sf/patches/patch-aa sed 's/^X//' >freewais-sf/patches/patch-aa << 'END-of-freewais-sf/patches/patch-aa' X*** Configure.orig Tue Mar 2 11:28:08 1999 X--- Configure Tue Mar 2 11:36:05 1999 X*************** X*** 829,835 **** X *) X if test ! -t 0; then X echo "Say 'sh Configure', not 'sh /dev/null 2>&1 echo c - freewais-sf/pkg/CVS mkdir -p freewais-sf/pkg/CVS > /dev/null 2>&1 echo x - freewais-sf/pkg/CVS/Root sed 's/^X//' >freewais-sf/pkg/CVS/Root << 'END-of-freewais-sf/pkg/CVS/Root' X/home/ncvs END-of-freewais-sf/pkg/CVS/Root echo x - freewais-sf/pkg/CVS/Repository sed 's/^X//' >freewais-sf/pkg/CVS/Repository << 'END-of-freewais-sf/pkg/CVS/Repository' X/home/ncvs/ports/net/freewais-sf/pkg END-of-freewais-sf/pkg/CVS/Repository echo x - freewais-sf/pkg/CVS/Entries sed 's/^X//' >freewais-sf/pkg/CVS/Entries << 'END-of-freewais-sf/pkg/CVS/Entries' X/COMMENT/1.1.1.1/Tue Feb 18 08:30:56 1997// X/DESCR/1.1.1.1/Tue Feb 18 08:30:57 1997// X/PLIST/1.2/Tue Aug 18 19:48:35 1998// XD END-of-freewais-sf/pkg/CVS/Entries echo x - freewais-sf/pkg/COMMENT sed 's/^X//' >freewais-sf/pkg/COMMENT << 'END-of-freewais-sf/pkg/COMMENT' XAn enhanced Wide Area Information Server END-of-freewais-sf/pkg/COMMENT echo x - freewais-sf/pkg/DESCR sed 's/^X//' >freewais-sf/pkg/DESCR << 'END-of-freewais-sf/pkg/DESCR' XFreeWAIS-sf is an extension of the freeWAIS software provided by the the XClearinghouse for Networked Information Discovery and Retrieval (CNIDR). XThe SF suffix in the software name stands for "structured fields," an Xindexing and search feature which distinguishes this software from its Xpredecessors. END-of-freewais-sf/pkg/DESCR echo x - freewais-sf/pkg/PLIST sed 's/^X//' >freewais-sf/pkg/PLIST << 'END-of-freewais-sf/pkg/PLIST' Xbin/catalog Xbin/check-sources Xbin/dictionary Xbin/getaddrs Xbin/inverted_file Xbin/makedb Xbin/mkfmt Xbin/server_stats Xbin/stats.awk Xbin/swais Xbin/wais-gif-display Xbin/wais-html-display Xbin/wais-jfif-display Xbin/wais-jpeg-display Xbin/wais-pict-display Xbin/wais-ppm-display Xbin/wais-tiff-display Xbin/waisindex Xbin/waisping Xbin/waisq Xbin/waisretrieve Xbin/waissearch Xbin/waisserver Xbin/ws Xlib/freeWAIS-sf/emacs/lisp/wais.el Xlib/freeWAIS-sf/libwais.a Xshare/doc/SF/fwsf.ps X@dirrm lib/freeWAIS-sf/emacs/lisp X@dirrm lib/freeWAIS-sf/emacs X@dirrm lib/freeWAIS-sf X@dirrm share/doc/SF END-of-freewais-sf/pkg/PLIST echo x - freewais-sf/README.html sed 's/^X//' >freewais-sf/README.html << 'END-of-freewais-sf/README.html' X X The FreeBSD Ports Collection (net/freewais-sf) X

The FreeBSD Ports Collection ("net/freewais-sf")


X X X

You are now in the directory for the port "net/freewais-sf" (package name "freewais-sf-2.2.11"). X X

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


XAn enhanced Wide Area Information Server X


X X

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

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

X X

X X X


X Go up one level X| X Go to top of ports tree X X END-of-freewais-sf/README.html exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 5 10:17:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AF3A14D9B; Wed, 5 May 1999 10:17:37 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA82610; Wed, 5 May 1999 10:17:37 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Wed, 5 May 1999 10:17:37 -0700 (PDT) From: Message-Id: <199905051717.KAA82610@freefall.freebsd.org> To: obonilla@mailhub.fisicc-ufm.edu, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9866: port of unix2dos and dos2unix utilities Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port of unix2dos and dos2unix utilities State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Wed May 5 10:17:17 PDT 1999 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 May 5 11: 0: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9243F14F66 for ; Wed, 5 May 1999 11:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA42003; Wed, 5 May 1999 11:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from voyager.fisicc-ufm.edu (ip-46-094.guate.net [200.12.46.94]) by hub.freebsd.org (Postfix) with ESMTP id 9104214F46 for ; Wed, 5 May 1999 10:56:11 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from root@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.3) id LAA42266; Wed, 5 May 1999 11:56:06 -0600 (CST) (envelope-from obonilla) Message-Id: <199905051756.LAA42266@voyager.fisicc-ufm.edu> Date: Wed, 5 May 1999 11:56:06 -0600 (CST) From: obonilla@fisicc-ufm.edu Reply-To: obonilla@fisicc-ufm.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11522: Otcl doesn't check for X Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11522 >Category: ports >Synopsis: Otcl doesn't check for X >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 5 11:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oscar Bonilla >Release: FreeBSD 3.1-STABLE i386 >Organization: Universidad Francisco Marroquin - FISICC >Environment: >Description: if X is not installed, otcl crashes :) >How-To-Repeat: make install otcl without X installed >Fix: Here's the corrected port. I should have sent diffs, but i removed the original Makefile... oops :) it's easier to just add USE_XLIB= yes # 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: # # otcl # otcl/Makefile # otcl/pkg # otcl/pkg/COMMENT # otcl/pkg/DESCR # otcl/pkg/PLIST # otcl/pkg/PLIST~ # otcl/files # otcl/files/md5 # otcl/README.html # otcl/patches # otcl/patches/patch-aa # echo c - otcl mkdir -p otcl > /dev/null 2>&1 echo x - otcl/Makefile sed 's/^X//' >otcl/Makefile << 'END-of-otcl/Makefile' X# New ports collection makefile for: otcl X# Version required: 1.0a4 X# Date created: 23 April 1999 X# Whom: obonilla X# X# $Id: Makefile,v 1.1.1.1 1999/04/30 16:36:22 taoka Exp $ X# X XDISTNAME= otcl-1.0a4 XCATEGORIES= lang XMASTER_SITES= http://www-mash.cs.berkeley.edu/dist/ X XMAINTAINER= obonilla@fisicc-ufm.edu X XLIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 X XUSE_XLIB= yes X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --includedir=${PREFIX}/include/tcl8.0/generic X.include END-of-otcl/Makefile echo c - otcl/pkg mkdir -p otcl/pkg > /dev/null 2>&1 echo x - otcl/pkg/COMMENT sed 's/^X//' >otcl/pkg/COMMENT << 'END-of-otcl/pkg/COMMENT' XMIT Object Tcl END-of-otcl/pkg/COMMENT echo x - otcl/pkg/DESCR sed 's/^X//' >otcl/pkg/DESCR << 'END-of-otcl/pkg/DESCR' XFrom the README: X X OTcl, short for MIT Object Tcl, is an extension to Tcl/Tk for X object-oriented programming. It shouldn't be confused with the IXI X Object Tcl extension by Dean Sheenan. (Sorry, but we both like the X name and have been using it for a while.) X X Some of OTcl's features as compared to alternatives are: X * designed to be dynamically extensible, like Tcl, from the ground X up X * builds on Tcl syntax and concepts rather than importing another X language X * compact yet powerful object programming system (draws on CLOS, X Smalltalk, and Self) X * fairly portable implementation (2000 lines of C, without core X hacks) X X OTcl was presented at the Tcl/Tk Workshop '95. It constitutes a X standalone release of a system that has been in use, embedded in the X VuSystem, for two years. We made the release public (with free use, X distribution and modification under the MIT license) to meet the X demand for object-oriented programming in Tcl. X X-Oscar END-of-otcl/pkg/DESCR echo x - otcl/pkg/PLIST sed 's/^X//' >otcl/pkg/PLIST << 'END-of-otcl/pkg/PLIST' Xbin/otclsh Xbin/owish Xinclude/otcl.h Xlib/libotcl.a Xlib/libotcl.so.1 END-of-otcl/pkg/PLIST echo x - otcl/pkg/PLIST~ sed 's/^X//' >otcl/pkg/PLIST~ << 'END-of-otcl/pkg/PLIST~' Xbin/otclsh Xbin/owish Xinclude/otcl.h Xlib/libotcl.a Xlib/libotcl.so Xlib/libotcl.so.1 Xshare/doc/otcl/ X@dirrm share/doc/otcl END-of-otcl/pkg/PLIST~ echo c - otcl/files mkdir -p otcl/files > /dev/null 2>&1 echo x - otcl/files/md5 sed 's/^X//' >otcl/files/md5 << 'END-of-otcl/files/md5' XMD5 (otcl-1.0a4.tar.gz) = 1aafd63973857991b90d08b9dcf29e03 END-of-otcl/files/md5 echo x - otcl/README.html sed 's/^X//' >otcl/README.html << 'END-of-otcl/README.html' X X The FreeBSD Ports Collection (lang/otcl) X

The FreeBSD Ports Collection ("lang/otcl")


X X X

You are now in the directory for the port "lang/otcl" (package name "otcl-1.0a4"). X X

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


XMIT Object Tcl X


X X

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

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

XThis port requires package(s) "tcl-8.0.5" to build. X

XThis port requires package(s) "tcl-8.0.5" to run. X X


X Go up one level X| X Go to top of ports tree X X END-of-otcl/README.html echo c - otcl/patches mkdir -p otcl/patches > /dev/null 2>&1 echo x - otcl/patches/patch-aa sed 's/^X//' >otcl/patches/patch-aa << 'END-of-otcl/patches/patch-aa' X--- configure.~1~ Tue Feb 23 07:18:58 1999 X+++ configure Fri Apr 30 23:57:31 1999 X@@ -2607,7 +2607,7 @@ X if test -e /usr/include/dlfcn.h; then X SHLIB_CFLAGS="-fpic" X SHLIB_LD="ld -Bshareable" X- SHLIB_SUFFIX=".so" X+ SHLIB_SUFFIX=".so.1" X DL_LIBS="" X SHLD_FLAGS="" X else END-of-otcl/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 Wed May 5 13: 7: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9F1915B96; Wed, 5 May 1999 13:07:06 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA73603; Wed, 5 May 1999 13:07:06 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Wed, 5 May 1999 13:07:06 -0700 (PDT) From: Message-Id: <199905052007.NAA73603@freefall.freebsd.org> To: dima@Chg.RU, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11508: Invalid CATEGORIES in security/identify port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Invalid CATEGORIES in security/identify port State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Wed May 5 13:04:44 PDT 1999 State-Changed-Why: Fixed in rev 1.4 of ports/security/identify/Makefile, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 5 14: 0:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8ABFE15CA7 for ; Wed, 5 May 1999 14:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA78216; Wed, 5 May 1999 14:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from burn.lovett.com (burn.lovett.com [38.155.241.3]) by hub.freebsd.org (Postfix) with ESMTP id E669715551 for ; Wed, 5 May 1999 13:52:42 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by burn.lovett.com with local (Exim 2.12 #1) id 10f8eo-000Mf7-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 5 May 1999 15:52:42 -0500 Message-Id: Date: Wed, 5 May 1999 15:52:42 -0500 From: ade@lovett.com Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11524: ORBit-0.4.2 port broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11524 >Category: ports >Synopsis: ORBit-0.4.2 port broken >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 5 14:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 3.1-STABLE i386 >Organization: Lovett Network Consultancy >Environment: 3.1-STABLE machine (as of 05/01/1999), with fully up-to-date ports tree. >Description: ORBit-0.4.2 port fails to build (see below). Since a bunch of other ports depend on ORBit, it effectively kills them. ... Making all in services gmake[3]: Entering directory `/usr/ports/devel/ORBit/work/ORBit-0.4.2/src/services' Making all in name gmake[4]: Entering directory `/usr/ports/devel/ORBit/work/ORBit-0.4.2/src/services/name' cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I../../../src -I../../../src -I/usr/local/include/glib12 -O -pipe -c new-name-server.c In file included from new-name-server.c:21: CosNaming.h:343: unbalanced `#endif' CosNaming.h:372: unbalanced `#endif' In file included from new-name-server.c:21: CosNaming.h:340: parse error before `servant' CosNaming.h:340: `CosNaming_Name' redeclared as different kind of symbol CosNaming.h:50: previous declaration of `CosNaming_Name' ... [more errors snipped] >How-To-Repeat: cd /usr/ports/devel/ORBit make >Fix: 0.4.2 is obsoleted anyway -- upgrade to 0.4.3 with the following patch. This really needs to get in before the 5/10 3.2-RELEASE ports freeze. Index: Makefile =================================================================== RCS file: /src/FreeBSD/cvs/ports/devel/ORBit/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 1999/04/16 05:48:40 1.17 +++ Makefile 1999/05/05 19:50:20 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.17 1999/04/16 05:48:40 taoka Exp $ # -DISTNAME= ORBit-0.4.2 +DISTNAME= ORBit-0.4.3 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/ORBit Index: files/md5 =================================================================== RCS file: /src/FreeBSD/cvs/ports/devel/ORBit/files/md5,v retrieving revision 1.7 diff -u -r1.7 md5 --- md5 1999/04/16 05:48:40 1.7 +++ md5 1999/05/05 19:55:51 @@ -1 +1 @@ -MD5 (ORBit-0.4.2.tar.gz) = 5c7e91d2a4eda8bd7b48cfa13569287f +MD5 (ORBit-0.4.3.tar.gz) = 758e7a4692d6ac8bb6393663162f45eb >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 5 14:13:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from spook.navinet.net (spook.navinet.net [216.67.14.69]) by hub.freebsd.org (Postfix) with ESMTP id 70B3415497 for ; Wed, 5 May 1999 14:13:31 -0700 (PDT) (envelope-from forrie@forrie.com) Received: from boom (forrie.ne.mediaone.net [24.128.73.234]) by spook.navinet.net (8.9.3/8.9.3) with SMTP id RAA05090 for ; Wed, 5 May 1999 17:12:18 -0400 (EDT) Message-Id: <4.1.19990505171401.0093dda0@216.67.14.69> X-Sender: forrie@216.67.14.69 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Wed, 05 May 1999 17:15:16 -0400 To: freebsd-ports@freebsd.org From: Forrest Aldrich Subject: enlightenment-conf Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Has anyone gotten this to compile successfully on at least FreeBSD-3.1-STABLE? It fails at the IMLIB check, where it's looking for a version >= 1.8.x, and 1.9.x is installed on my system... might be a bug in the configure script? -F To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 5 14:43:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from symbion.srrc.usda.gov (symbion.srrc.usda.gov [199.133.86.40]) by hub.freebsd.org (Postfix) with ESMTP id 0523114FCF for ; Wed, 5 May 1999 14:43:52 -0700 (PDT) (envelope-from gjohnson@nola.srrc.usda.gov) Received: (from glenn@localhost) by symbion.srrc.usda.gov (8.9.3/8.9.3) id QAA14213 for ports@freebsd.org; Wed, 5 May 1999 16:43:51 -0500 (CDT) (envelope-from glenn) From: Glenn Johnson Date: Wed, 5 May 1999 16:43:51 -0500 To: ports@freebsd.org Subject: egcs port and -aout flag Message-ID: <19990505164351.A14116@symbion.srrc.usda.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I don't know how important this is but I wanted to point it out before the 3.2 release. After the import of egcs into CURRENT, several changes were made to the egcs port as well, to keep it somewhat in sync. For example, the egcs port was taught about the '-fformat-extensions' flag. However, the egcs port does not know about the '-aout' flag and possibly some other changes that were made to the base egcs in CURRENT. Having egcs use the '-aout' flag is important for those wanting to build the XFree86 port with aout compatibility libraries using egcs as their compiler. I guess the main reason for wanting the aout libraries is to run netscape. Thanks. -- Glenn Johnson Technician USDA, ARS, SRRC New Orleans, LA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 5 15: 3: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp3.mindspring.com (smtp3.mindspring.com [207.69.200.33]) by hub.freebsd.org (Postfix) with ESMTP id D93F11530B for ; Wed, 5 May 1999 15:02:58 -0700 (PDT) (envelope-from cerebus@mindspring.com) Received: from schoenrpc1.internal.mindspring.com (ws1.sea2.mindspring.net [165.121.222.5]) by smtp3.mindspring.com (8.8.5/8.8.5) with SMTP id SAA26896; Wed, 5 May 1999 18:02:56 -0400 (EDT) Message-ID: <00b501be9742$be4e70c0$6c0e11ac@schoenrpc1.internal.mindspring.com> From: "Cerebus" To: "Forrest Aldrich" , Subject: Re: enlightenment-conf Date: Wed, 5 May 1999 15:00:51 -0700 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 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I managed to get it compile and installed by forcing the config script to skip the tests for IMLIB (just grep the file for imlib and you'll find it). But, even after getting it to compile, it crashed constantly, behaved badly, and was mostly unusable as is. --- { in fact, this is twice in a row { that the angels have slipped through our landslide { and filled up our garden with snow -----Original Message----- From: Forrest Aldrich To: freebsd-ports@freebsd.org Date: Wednesday, May 05, 1999 2:13 PM Subject: enlightenment-conf >Has anyone gotten this to compile successfully on at least FreeBSD-3.1-STABLE? > >It fails at the IMLIB check, where it's looking for a version >= 1.8.x, and >1.9.x is installed >on my system... might be a bug in the configure script? > > >-F > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 5 16:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6172E15907 for ; Wed, 5 May 1999 16:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA03201; Wed, 5 May 1999 16:50:01 -0700 (PDT) (envelope-from gnats@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 A38D11593B for ; Wed, 5 May 1999 16:48:19 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id C42DC145D; Wed, 5 May 1999 16:48:12 -0700 (PDT) Message-Id: <19990505234812.C42DC145D@norn.ca.eu.org> Date: Wed, 5 May 1999 16:48:12 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11526: Update: deskutils/gtimer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11526 >Category: ports >Synopsis: Update: deskutils/gtimer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 5 16:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: I added this to PR # 11494 last night, but 1.1.3 got committed anyways, oops. patch-ab should be revived. >How-To-Repeat: >Fix: Index: gtimer/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/deskutils/gtimer/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/05/05 14:22:22 1.3 +++ Makefile 1999/05/05 23:41:55 @@ -1,12 +1,12 @@ # New ports collection makefile for: gtimer -# Version required: 1.1.3 +# Version required: 1.1.4 # Date created: 25 February 1999 # Whom: Chris Piazza # # $Id: Makefile,v 1.3 1999/05/05 14:22:22 flathill Exp $ # -DISTNAME= gtimer-1.1.3 +DISTNAME= gtimer-1.1.4 CATEGORIES= deskutils MASTER_SITES= http://www.radix.net/~cknudsen/gtimer/ @@ -14,7 +14,6 @@ LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 -WRKSRC= ${WRKDIR}/gtimer-1.1.4 GNU_CONFIGURE= YES CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" USE_GMAKE= YES Index: gtimer/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/deskutils/gtimer/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/05/05 14:22:24 1.2 +++ md5 1999/05/05 23:45:11 @@ -1 +1 @@ -MD5 (gtimer-1.1.3.tar.bz2) = 0c86a2c47075ee55d8b5388c90706aa3 +MD5 (gtimer-1.1.4.tar.bz2) = 0c86a2c47075ee55d8b5388c90706aa3 Index: gtimer/patches/patch-ab =================================================================== RCS file: patch-ab diff -N patch-ab --- /dev/null Wed May 5 16:45:26 1999 +++ patch-ab Wed May 5 16:44:44 1999 @@ -0,0 +1,10 @@ +--- task.c.orig Wed Apr 21 12:05:44 1999 ++++ task.c Wed Apr 21 12:05:51 1999 +@@ -42,7 +42,6 @@ + #include + #include + #include +-#include + #include + #include + #include -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 5 17:40: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3ED6A1513A for ; Wed, 5 May 1999 17:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07915; Wed, 5 May 1999 17:40:02 -0700 (PDT) (envelope-from gnats@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 7F39014E22 for ; Wed, 5 May 1999 17:35:49 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 3CC9D1409; Wed, 5 May 1999 17:35:43 -0700 (PDT) Message-Id: <19990506003543.3CC9D1409@norn.ca.eu.org> Date: Wed, 5 May 1999 17:35:43 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11527: Update: net/curl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11527 >Category: ports >Synopsis: Update: net/curl >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 5 17:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 5.8. >How-To-Repeat: >Fix: Index: curl/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/curl/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 1999/04/16 02:24:14 1.4 +++ Makefile 1999/05/05 23:49:10 @@ -1,11 +1,11 @@ # New ports collection makefile for: curl -# Version required: 5.5 +# Version required: 5.8 # Date created: 12 December 1998 # Whom: Neil Blakey-Milner # # $Id: Makefile,v 1.4 1999/04/16 02:24:14 mharo Exp $ -DISTNAME= curl-5.5.1 +DISTNAME= curl-5.8 CATEGORIES= net www MASTER_SITES= http://www.fts.frontec.se/~dast/stuff/ \ ftp://ftp.rhrz.uni-bonn.de/pub-koeln/net/inet/ \ Index: curl/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/net/curl/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/04/16 02:24:14 1.2 +++ md5 1999/05/05 23:50:42 @@ -1 +1 @@ -MD5 (curl-5.5.1.tar.gz) = d20380d7bb50d15554ea16e055246f72 +MD5 (curl-5.8.tar.gz) = f4df722201de1984e22193708d1cda12 -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 5 17:40: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A444D15444 for ; Wed, 5 May 1999 17:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07924; Wed, 5 May 1999 17:40:02 -0700 (PDT) (envelope-from gnats@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 B322615039 for ; Wed, 5 May 1999 17:35:53 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 1540C1438; Wed, 5 May 1999 17:35:47 -0700 (PDT) Message-Id: <19990506003547.1540C1438@norn.ca.eu.org> Date: Wed, 5 May 1999 17:35:47 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11528: Update: net/pavuk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11528 >Category: ports >Synopsis: Update: net/pavuk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 5 17:40:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to pl12 >How-To-Repeat: >Fix: Index: pavuk/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/pavuk/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 1999/05/05 14:03:27 1.5 +++ Makefile 1999/05/05 23:48:21 @@ -1,13 +1,13 @@ # New ports collection makefile for: pavuk -# Version required: 0.9pl11 +# Version required: 0.9pl12 # Date created: 19 March 1998 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.5 1999/05/05 14:03:27 flathill Exp $ # -DISTNAME= pavuk-0.9pl11 -PKGNAME= pavuk-0.9.11 +DISTNAME= pavuk-0.9pl12 +PKGNAME= pavuk-0.9.12 CATEGORIES= net www MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://ftp.idata.sk/pub/unix/www/ Index: pavuk/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/net/pavuk/files/md5,v retrieving revision 1.4 diff -u -r1.4 md5 --- md5 1999/05/05 14:03:28 1.4 +++ md5 1999/05/06 00:22:22 @@ -1 +1 @@ -MD5 (pavuk-0.9pl11.tgz) = 20275e8e8a9d617e21acd1288124b989 +MD5 (pavuk-0.9pl12.tgz) = 9c9fc11a271481be4afb24dce8e6f519 -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 5 18:30: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 42A0F15172 for ; Wed, 5 May 1999 18:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA11999; Wed, 5 May 1999 18:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from burn.lovett.com (burn.lovett.com [38.155.241.3]) by hub.freebsd.org (Postfix) with ESMTP id D6AF314DD6 for ; Wed, 5 May 1999 18:20:24 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by burn.lovett.com with local (Exim 2.12 #1) id 10fCpr-000KmR-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 5 May 1999 20:20:23 -0500 Message-Id: Date: Wed, 5 May 1999 20:20:23 -0500 From: ade@lovett.com Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11529: Port upgrade: gnomelibs-1.0.9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11529 >Category: ports >Synopsis: Port upgrade: gnomelibs-1.0.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 5 18:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 3.1-STABLE i386 >Organization: Lovett Network Consultancy >Environment: 3.1-STABLE as of 01/05/1999, fully up-to-date ports tree >Description: Upgrade gnomelibs to version 1.0.9 -- part of a sequence of updates that I hope will result in buildable (and recent) GNOME ports for 3.2-RELEASE >How-To-Repeat: >Fix: Apply patches below -- checks out with portlint Index: Makefile =================================================================== RCS file: /src/FreeBSD/cvs/ports/x11/gnomelibs/Makefile,v retrieving revision 1.39 diff -u -r1.39 Makefile --- Makefile 1999/05/01 03:20:33 1.39 +++ Makefile 1999/05/05 22:05:41 @@ -1,13 +1,13 @@ # New ports collection makefile for: gnomelibs -# Version required: 1.0.6 +# Version required: 1.0.9 # Date created: 17 June 1998 # Whom: Yukihiro Nakai # # $Id: Makefile,v 1.39 1999/05/01 03:20:33 steve Exp $ # -DISTNAME= gnome-libs-1.0.6 -PKGNAME= gnomelibs-1.0.6 +DISTNAME= gnome-libs-1.0.9 +PKGNAME= gnomelibs-1.0.9 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-libs Index: files/md5 =================================================================== RCS file: /src/FreeBSD/cvs/ports/x11/gnomelibs/files/md5,v retrieving revision 1.13 diff -u -r1.13 md5 --- md5 1999/05/01 03:21:00 1.13 +++ md5 1999/05/05 22:08:13 @@ -1 +1 @@ -MD5 (gnome-libs-1.0.6.tar.gz) = b85fa169eae7c6630f5c6258147b91ad +MD5 (gnome-libs-1.0.9.tar.gz) = 05ce799adb4a341807d978c7bd8ae7e9 Index: patches/patch-ba =================================================================== RCS file: /src/FreeBSD/cvs/ports/x11/gnomelibs/patches/patch-ba,v retrieving revision 1.1 diff -u -r1.1 patch-ba --- patch-ba 1999/03/15 02:04:18 1.1 +++ patch-ba 1999/05/06 00:57:24 @@ -1,15 +1,15 @@ ---- Makefile.in.orig Tue Feb 16 01:08:51 1999 -+++ Makefile.in Fri Feb 19 00:21:10 1999 -@@ -160,7 +160,7 @@ +--- Makefile.in.orig Wed May 5 19:03:43 1999 ++++ Makefile.in Wed May 5 19:04:38 1999 +@@ -162,7 +162,7 @@ # just distribute it, since we can @FALSE_TRUE@libvfs = libvfs --SUBDIRS = po intl support macros tools images libart_lgpl libgnome libgnomeui gtk-xmhtml $(gnome_hello) zvt libgnorba idl $(test_gnome) devel-docs gnome-data $(libvfs) +-SUBDIRS = po intl support macros tools images libart_lgpl libgnome libgnomeui gtk-xmhtml $(gnome_hello) zvt libgnorba idl $(test_gnome) devel-docs gnome-data $(libvfs) man gnome-faq +SUBDIRS = po intl support macros tools images libart_lgpl libgnome libgnomeui gtk-xmhtml $(gnome_hello) zvt libgnorba idl $(test_gnome) gnome-data $(libvfs) include_HEADERS = gnome.h -@@ -168,7 +168,7 @@ +@@ -170,7 +170,7 @@ EXTRA_DIST = HACKING gnomeConf.sh.in gnome-bug.in gnome-config.in gnome-libs.spec.in Index: patches/patch-bc =================================================================== RCS file: /src/FreeBSD/cvs/ports/x11/gnomelibs/patches/patch-bc,v retrieving revision 1.3 diff -u -r1.3 patch-bc --- patch-bc 1999/05/01 03:21:02 1.3 +++ patch-bc 1999/05/05 22:31:20 @@ -4,7 +4,7 @@ EXTRA_DIST = parse-path.cP --libgnome_la_LDFLAGS = -version-info 35:2:3 #-rpath $(libdir) +-libgnome_la_LDFLAGS = -version-info 35:3:3 #-rpath $(libdir) +libgnome_la_LDFLAGS = -version-info 1:0:0 #-rpath $(libdir) libgnome_la_LIBADD = $(GLIB_LIBS) -lm $(DL_LIB) Index: patches/patch-bd =================================================================== RCS file: /src/FreeBSD/cvs/ports/x11/gnomelibs/patches/patch-bd,v retrieving revision 1.3 diff -u -r1.3 patch-bd --- patch-bd 1999/05/01 03:21:02 1.3 +++ patch-bd 1999/05/05 22:17:53 @@ -4,7 +4,7 @@ EXTRA_DIST = $(SGML) $(gtkrc_DATA) AUTHORS gnome.defs maketypes.awk makeenums.pl gnome-boxed.defs gnometypebuiltins_vars.c gnometypebuiltins_ids.c gnometypebuiltins_evals.c --libgnomeui_la_LDFLAGS = -version-info 41:0:9 -rpath $(libdir) +-libgnomeui_la_LDFLAGS = -version-info 41:1:9 -rpath $(libdir) +libgnomeui_la_LDFLAGS = -version-info 1:0:0 -rpath $(libdir) libgnomeui_la_LIBADD = $(LIBGNOMEUI_LIBS) Index: patches/patch-bg =================================================================== RCS file: /src/FreeBSD/cvs/ports/x11/gnomelibs/patches/patch-bg,v retrieving revision 1.3 diff -u -r1.3 patch-bg --- patch-bg 1999/05/01 03:21:05 1.3 +++ patch-bg 1999/05/05 22:18:39 @@ -4,7 +4,7 @@ libzvt_la_SOURCES = gnome-login-support.h gnome-login-support.c lists.c subshell.h subshell.c subshell-includes.h update.c vt.c zvtterm.c --libzvt_la_LDFLAGS = -version-info 4:2:2 -rpath $(libdir) +-libzvt_la_LDFLAGS = -version-info 4:3:2 -rpath $(libdir) +libzvt_la_LDFLAGS = -version-info 1:0:0 -rpath $(libdir) libzvtinclude_HEADERS = lists.h vt.h vtx.h zvtterm.h Index: pkg/PLIST =================================================================== RCS file: /src/FreeBSD/cvs/ports/x11/gnomelibs/pkg/PLIST,v retrieving revision 1.13 diff -u -r1.13 PLIST --- PLIST 1999/05/01 03:21:07 1.13 +++ PLIST 1999/05/06 00:55:41 @@ -8,6 +8,7 @@ bin/goad-browser bin/libart-config bin/loadshlib +bin/new-object etc/gnomeConf.sh etc/libartConf.sh etc/mime-magic @@ -96,6 +97,7 @@ include/libgnomeui/gnome-canvas.h include/libgnomeui/gnome-client.h include/libgnomeui/gnome-color-picker.h +include/libgnomeui/gnome-compat.h include/libgnomeui/gnome-dateedit.h include/libgnomeui/gnome-dentry-edit.h include/libgnomeui/gnome-dialog-util.h @@ -220,6 +222,7 @@ share/locale/da/LC_MESSAGES/gnome-libs.mo share/locale/de/LC_MESSAGES/gnome-libs.mo share/locale/es/LC_MESSAGES/gnome-libs.mo +share/locale/eu/LC_MESSAGES/gnome-libs.mo share/locale/fi/LC_MESSAGES/gnome-libs.mo share/locale/fr/LC_MESSAGES/gnome-libs.mo share/locale/ga/LC_MESSAGES/gnome-libs.mo >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 5 18:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D4E67158EE for ; Wed, 5 May 1999 18:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA13937; Wed, 5 May 1999 18:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail2.lig.bellsouth.net (mail2.lig.bellsouth.net [205.152.0.56]) by hub.freebsd.org (Postfix) with ESMTP id ADA56158DC for ; Wed, 5 May 1999 18:43:07 -0700 (PDT) (envelope-from gljohns@bellsouth.net) Received: from gforce.johnson.home (host-209-214-147-218.msy.bellsouth.net [209.214.147.218]) by mail2.lig.bellsouth.net (8.8.8-spamdog/8.8.5) with ESMTP id VAA17563 for ; Wed, 5 May 1999 21:43:02 -0400 (EDT) Received: (from glenn@localhost) by gforce.johnson.home (8.9.3/8.9.3) id UAA40222; Wed, 5 May 1999 20:42:42 -0500 (CDT) (envelope-from glenn) Message-Id: <199905060142.UAA40222@gforce.johnson.home> Date: Wed, 5 May 1999 20:42:42 -0500 (CDT) From: gljohns@bellsouth.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11530: Update postilion Makefile for tkStepConfig.sh location Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11530 >Category: ports >Synopsis: Update postilion Makefile for tkStepConfig.sh location >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 5 18:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Glenn Johnson >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Change where postilion looks for tkStepConfig.sh now that the tkstep port has been updated. >How-To-Repeat: >Fix: Apply the following diff to '$PORTS/mail/postilion/Makefile'. 30c30 < CONFIGURE_ARGS+= --with-tk-config=${PREFIX}/share/tkstep8.0 --- > CONFIGURE_ARGS+= --with-tk-config=${PREFIX}/lib/tkstep8.0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 5 23:20: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B84C15544 for ; Wed, 5 May 1999 23:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA45566; Wed, 5 May 1999 23:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 97BBE1590E; Wed, 5 May 1999 23:13:37 -0700 (PDT) Message-Id: <19990506061337.97BBE1590E@hub.freebsd.org> Date: Wed, 5 May 1999 23:13:37 -0700 (PDT) From: nacai@iname.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11532: Fixed port: gtk-- Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11532 >Category: ports >Synopsis: Fixed port: gtk-- >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 5 23:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yukihiro Nakai >Release: 3.1-RELEASE >Organization: InternetSolutions, Inc >Environment: 3.1-RELEASE + /usr/ports(04/30) + 3.1-STABLE upgradekit >Description: Gtk-- update patch from YAZAKI Hiroyuki And I fixed some lines, so I'm sure this works well... :) Yukihiro Nakai -------------- begin 644 gtk--.dif.gz M'XL(".NS,#<``V=T:RTM+F1I9@"T.VMWXCBRGY-?H:6STQ`PX$!(0C?9T`F= ML)W7!9*>/3VS/L(6X(FQN7[D<7MS?_NMDN2W23*9DJV8]VVTV MB7IP<+!9K58S-%)].UVUV6WNB+Y'1T11:RV55-5:9Y<<'6V2#^22/9"5X_H> MT1W+8KIO.C99ANS-'+=+B!AA4_E`;IGK80>7_7=@NLS`1M*L']35]F9U3;-: M;]:;.-0)]1G17087T<);5QN/ MJJKXCF/=F;ZWJ5STQY/!2!L/)]@V\U?=1@/^UN?F<@5K.V^L@FD#B#7$XFU6 MHY'%E,7P0G35<'0ICGFR+<$"MJ6XJ*:X(.1U-@AR/KR

6-=GQU^75X>C,"'7IBH"`WXX'6OYE<(5R`J@CZ5;L>#;X.?P591;"HFX"! MBH-9$G\!YAGX@75Q8!XP0K9@_&BL;3^Z!1FIR@/IK]0YK:S9+VMG[^J MZI?^>/`LF#B]Z'^33%4SB*']*0K,>&HQQ?.I;^H]Z`M,K*.:H#*XO*U&5$;] M2UBJ7JE;$@Q?7&A?^^?C0:_DNP$K_;99S9C]Z>2;%%NO%--O3$U;:(D4=DE( M2M@!PJ@UM_QR=1"N^UX8^@K`J>L$JR3@G$Z9%0*,/P+/7S+; MSU.SS+DM6_BS.X^9P*>KZ1_@V^/G,3@`B^7I0(OOFO8\ZNDZ#^&]MP(27UTT M=@&10Z1)(%`+Y\P!IAW>.8_A7>#[CIUZ$(UI6L?APN#]Q&4L>7_I&*GG4<3I M,;68;5`W3V_!]+O4V!QRP>P`5G`9PB"HN&,F@V&>2*KYQ*00@B+,Y=2)[FV? MFC9SP^?`O<]+"V(BE1U2E$Y<^@#+T(=H*2$#P_31",-'J3IICP(H$ M=3;6:8%J`MB%#&5*XWYL11-6IYU1V[!8/,1P2>=Y.D-[%?BIV0SM>],S8]$F M5`%OOU(=QLC+.M&FH0;E43CX2X$>)OM;&%)UB8)WS-ACR&UB;GR M_BM@!9HT<>9SL,:D6":0A,74\4BB_T+FUFZB4L4S>P2I9N3C9)>731.57]T$+YO]3(3UB-#MTNKN[M]/> MF[:F.SLMO=/IJ$9;[;1:LYW=#J2A,3:OV1+(S9G>5%7C8(\U#P[V`*_3F>UW M]@^FQO[^?M-H2V2Q-JK6U'A5H9F@[#/IP/U''RGMZ.V#)IVU]PZ,5KN]P_88 MD&E/FXS2W8,]?5HL8$X.A"&+%2HEE`5GQ9UM?XO4"W'^26U"5-(\``2!L]<, MMRE:I-JL-;G\<7C/U1MS9H-RRDM=USDW&]^9(;806EC;[\#@!V([0<'1B_"R M*!VY10(H.'AGOUF#T?E%,,#MQ7OR0.[E:3"K?)(@ET']99,F/D,Y517_&MMD M"L:'12)4:+;84IFYSI)<7(VNSJ[&9T/2QQV-.X=\7CJN<^12G=4#*%+OGIPZ MU>M_K`[)=@-(Z0OJDFVX"0F6H>;Q?"+@!*RW0GY",R%)N%?;]C\)*']VQ8,Y M(V7`(+T>N;PY/Z]P8#0):#&"5;E4+^'TJA*C#-0$RL??FA_)RSC"K_`;K%#+ M7@\Z5.$_I.,X(=J)0(1G`(GNH$, M*,";2DR/8*D#*2+10>Q=WN=__]VH;L7\X&\*R?E=..]G?G5[92'RRA)\I:/C M>"`"58H'[FU]]51V:W!7XVVRQ?W!GW[OH9@E2,B8+][SF^QW6FQKTU?L=_H. M^YV^9K]J)V^_?$M(\YS`U8%2N$4'$4$8\CBP23^8DYT6:>Z!%7?!!Z0->2V! MC0M'XK;)#K#2ZK8["8MN[;1K:I-4^57X=%!3LE5&E\"I&:9;:?R]ON@"$$8* M'^NX!40VW"519KGN6V7;\>&.;&U7Z@N8YL:RG4!/-P,EVFJ`HWA=:.]'Y_.!?Q_(!*H:M*?`UU^8 M=]I$\5QB/V/>!:AYK-W=A&&KG8/:'B1J<%'5.%33U/+/RE15+8N.!XTJ:]%7M)H>KW(LZ5ZEL1 M/V3'K;YGW`^1R""V<&TW7/J`&:HS]1R+^0SBT0/Q%Q!4'AA9T'M&Y@9:DU2* M5I,K!;]PI?A`2E.JWP4KKT0>%J:^0*>'42CPH"B"^,9S+&*8N#,`7HZ'PVX9 M,&/6^0A\`EOH)"\N3D;][W)J%80E9E[)S2TS%XRGT6C``K6?H"9B,('L2L7# M2JGDQ18*%%1L+?)Z)(*J-35M;7P\&EY/.!J6WO*@"=O?XNM8L5_*G>YGV]_A MZ]AK$?I@+QVAJ0Y5";4@E2S,N=O2ITA/%_?>&(.&\8[@IMK=]H[D+8S#>QVN M9_S"P[!A6_"W?ZR=#+[>7);[%]IU?W*F@;I@L/T!S6C$>#EE/C_,U&<6G7NP M_@:D3%,7\BHP#%XV8^L\/FSU=-=<^<#AG\*.#FY3;8Z#`98?O3E.K\GN85X0_W'$3 M3$B7V2MMX1#WU"K5BEI+%2G?_?V:B@(65YGH0$'K,ZCZ'[<2J.R1Z:&+_EN/ M/))/*`$[Y"31D[IS#QC(0/"T%TB$,UY#NA32BWGX&9_75B$C>>:CPTW$0"2+ MQ,'N&O+A(6]H>7'1_7;<:,%#5F4?6^KO-5)K MU@\.ZGNU+55T!MH7XU/M^&QP_&UX>%,4EJAD(.1]^&<.ZXH5L(?=X5XK\!'J;2PBV.AX9\Y4$QQ*;O?0#7C"; MF;K);-]Z(C9[J)-RW_(CKPFQ(1. M4@,Y.VXH9=3=I(ZE&BOD/__)XD)NLQXWT5BI2,R?D3VL7-/V9^72;_;V]C;Y MF)"9HDBLCW+K#!;E[T:=_ZM!6N/C$E5).815?K/!Z486DR<<$?ZR0E< M8?6]"E@'6%FT%U0BX)L"$VLH'O/74&\S7&Y91]YPZMTI> M[8$'@:P"QA+9O`L)FF5(.7&G0U$TZXF&[UX2$`/G6&Q#U26&DL?(K^Z#Z]C@ MISV96XDYVJE))N++>LH@Z)4#CWC#DS2QQG!=/:4]7HUG;HG5Y*^?BK:Z3L'U M%6E6DO^T-KUK!@6TWS"#1&![XQR*%(U!/$._#K6%;:.V"3S0A232LW`J?/<' MCS/*.9M'?XH3N^C_\VJDW0Y&X^'5I?#!W*WO[_*=<'E-N/4T/]R?@052ZX$^ MP>6>FA87&D^I$R^2^G?X'FD]/;,4K1>:<.DB3:>6RZCQE`BI-!=-2>3&_`5P ME[1>I8C^RG6FP#98,:.V)XP'5X:K1[2(V?H"WW"154)L:M6_3#]1@12.4"BA M*4-EX'ZS3B:HRM0S,86$=8D=&18@WGI_^-(`TE6*,(:+@?L!W%V&QA/;2M=4X!P\F2(?KA.^\)/V7C/&MA`ME(GS^GW/XZ.VS M'OVE,3PG5I=P(G'E2ETF%AV/"\`E*+ZY9)5*FN"S/-UJ=L3IEKA*FT8?$?:4 MN?-H,+XYGY3#])O$]4AI*U[D$NF1DNV4-SMGX3<^W&Y^SEE[=PR[.JUM3XW`7/%W4+WZ"-CR3E[*(3 MF!W2W.\VU6YK)W$"DT%$!+X7NG().%NUW<71]Q(',7MMOA>*%[4M-MWQ;(V_ MR][M@FXQU]=E$M&MO$$,?.8&DB M\O*0`2@:'L+)7(C'-NSUX+AWF/RS.7"/NXL.!'90GNT&2")ZK817E3@M37`4 M'7'6$BQQ^I\%7]N'9>2L`O&G6OU@SJ`_[KBH=16>H?CDDX'(U?NKI-&=`4:6 M*J!^$K"_2-XV./-PS\F%K]DP#YHAI%8)'IW!N&]2^7FQ>LY?4?GY.U1^GE+Y M5I=_R)97>36E\OC>6/(0/D-BM[O;SNAZC)$?K]5.Z'EK;[_6@<`!%V%FH*M0 M:*XL_,SO,W]]E&B3E7I(G)7X.B;W2O=GWEZNR'=2?X:+L:8?ZKERZ#)\?8*5 M83WY=\O0I7U91A$ M`WPO)_`=C)[<-8J)U8I0K[DVB-I"B&S91AJ-P',;_%BLX8%W80UY2)9`G8K2 MP6/6#)TSM>^\^AL9?M].`OYW!=8?P8PK^CIF\3Q['5N4K#`UQXKW(`""M]_&+CQQ'GQO8CJ=AS^(KQ.2<)@;ERZ)(/Y=`0#L0&?6G'_`F$2/VRS^85,>+_ZL M,=\6?=>8)^G."_KS[Q7S8/[IXHQ_M99KY`%O(92/Q\_J3O@V6;:G\UB`+KYP M60,7*!G6]?#[Q!P2/^)91Y$W@C`"?.VJH%FJ2Q:,:AV_5;?85%YJ-\2'<054 M\,O&`G#XD6.^R<I%!>7=#Y390.F$4HTW@Y`Y&D05\Z81@KQQ1,") M.<2D,8D8<,810F0F(4"AU0A8+=H%U-F*0<(&FYN'65C1VD6@0X;"TB%`$>K* MQ.`(O2Y#P(X#`K$+@:"VHH(+01`[$P@#,-7Z64<$"65- M>>>$&')34#>+6].7V)80TN&&=#$CQ-"AO,;PBSX(%;]:)0\*X\O-S2MM;"%I"75EK,"THJ]KD>+DA^\0AZR`J1M,LN%.&2L#P$ M+>3D$*3?TN^P)S>TM>Z/)W=7U]?IUJXI-A_[=,Q,L1F;GW13:H2FW/&I2UDL M1\]NV^L(.BER[W7-A0+0QL"``//9\-G=>#@>+H2R4BIL=F+AD%XZ#:;TG^]L MU-"Y8/B'W&";Y8]&^ZI$=6[[0_6M3'VF):??R[,"SMA`/WC&F8;UXX;%%;7G M%;511;=G'%7D.D+GRM3:=77(9H\O3[/YZ\/;?9Y35KKP/<_E'O=#C_];S;R7 MG9QGVU'D`.CIJJCK[>D,Z66N-!G^5#&M$VKP)D56T]+C@:NL]?X`:X"4EFI3 "``!G ` end >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 5 23:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C3A114F37 for ; Wed, 5 May 1999 23:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA46894; Wed, 5 May 1999 23:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 5 May 1999 23:30:03 -0700 (PDT) Message-Id: <199905060630.XAA46894@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Subject: Re: ports/11532: Fixed port: gtk-- Reply-To: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11532; it has been noted by GNATS. From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= To: Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/11532: Fixed port: gtk-- Date: Thu, 06 May 1999 15:23:23 +0900 > Gtk-- update patch from YAZAKI Hiroyuki > And I fixed some lines, so I'm sure this works well... :) I forgot this :-( Deleted file: patch-aa patch-ab patch-ac patch-ae Added file: patch-af patch-ag -------------- Yukihiro Nakai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 2:20:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C09915959 for ; Thu, 6 May 1999 02:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA52458; Thu, 6 May 1999 02:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lab321.ru (anonymous1.omsk.net.ru [62.76.128.34]) by hub.freebsd.org (Postfix) with ESMTP id D18DF159C2 for ; Thu, 6 May 1999 02:14:39 -0700 (PDT) (envelope-from kev@Kev.lab321.ru) Received: from Kev.lab321.ru (Kev.lab321.ru [62.76.129.68]) by lab321.ru (8.9.3/8.9.3) with ESMTP id QAA16262 for ; Thu, 6 May 1999 16:14:29 +0700 (OSS) Received: (from kev@localhost) by Kev.lab321.ru (8.9.3/8.9.3) id QAA53956; Thu, 6 May 1999 16:08:50 +0700 (OSS) Message-Id: <199905060908.QAA53956@Kev.lab321.ru> Date: Thu, 6 May 1999 16:08:50 +0700 (OSS) From: CoreDumped@Coredumped.null.ru Reply-To: CoreDumped@Coredumped.null.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11535: Problems with cyrillic support. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11535 >Category: ports >Synopsis: Problems with cyrillic support. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 6 02:20:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Core Dumped >Release: FreeBSD 3.1-STABLE i386 >Organization: Laboratory 321 Ltd. >Environment: FreeBSD 3.1-STABLE i386 jdk1.1.7_ELF.V99-3-25.tar.gz IBM xml4j 2.0.6 IBM lotus xsl 0.16.5 >Description: I am playing with conversions xml to html. FreeBSD port of JDK has problem with russian letter "¿" with code 191 (ISO-8859-5). Under win32 version of Sun JDK the are no problems. kev@Kev:~/work/tests(55)$ echo $CLASSPATH=.:/usr/local/java/lib/classes.zip: \ /usr/local/classes/lotusxsl.jar:/usr/local/classes/activation.jar: \ /usr/local/classes/jsdk.jar:/usr/local/classes/mail.jar: \ /usr/local/classes/twz1jdbcForMysql.jar:/usr/local/classes/xml4j.jar: \ /usr/local/classes/xml4jSamples.jar:/usr/local/classes/swing.jar Below test with .xml file, that contain this letter... kev@Kev:~/work/tests(59)$ xml2html test1 ========= Parsing test1.xsl ========== Parse and setup of test1.xsl took 1563 milliseconds ========= Parsing test1.xml ========== file:/usr/home/kev/freekev/work/tests/test1.xml: 2, 1: Element name expected. Parse of test1.xml took 227 milliseconds ============================= Transforming test1.xml via test1.xsl... transform took 91 milliseconds ============================= Below test with .xml file, that _NOT_ contain this letter... kev@Kev:~/work/tests(60)$ xml2html test2 ========= Parsing test2.xsl ========== Parse and setup of test2.xsl took 1564 milliseconds ========= Parsing test2.xml ========== Parse of test2.xml took 36 milliseconds ============================= Transforming test2.xml via test2.xsl... transform took 165 milliseconds ============================= >How-To-Repeat: Just try... xml2html test1 xml2html test2 xml2html: java com.lotus.xsl.xml4j.ProcessXSL -F -T -xsl $1.xsl -in $1.xml -out $1.html begin 644 test1.xml.gz M'XL("%%9,3<``W1E"__!X>[,6@H&C$&U@/ M*@FA#`JBO^L7'I.#HLXDXZ+?:`PRBGB;R[V*J M"H<$N:JZ1DA-@?N9C5"+6D$\9YAS`@XJEZI!Z-L[M=0(W3+4;3E,/?//;X@? 8]2Q9OYI=N:;WWR37;NS\`69 M8RRG8>#`:?,$"`;#<#0-)@[T;F]HN]VZH"T@';=1;]3MA1265$N!TD-41'<' MTM))!SRE(HNQ)$F:R5DSC"?LKL_NNU07@?QZ&O5]9'!'4/WK*^HI7YQKBS'* MF5`TUX)['%OZ5>A'@BLD/E=#SX&G;;IZW:3T\VN]2\$UX^TTN=LDZVR-V"NS0JE:6)5_R`<+36T]G=0S6AY%(DE MW?N7K#3(2FXQK3!NLY^KFL?2U4/K[]:;K-CZ/_O9G'@QCAUXN,Q!'^DV?5_O HMH^@1;P4]+IYN=>MDODL/A!8F-:NJ]L!XT6J^F8Z^0UEJ=_.J0(``.DV ` end begin 644 test2.xml.gz M'XL("+A9,3<``W1E"[W"Y>[,6@L&,0K1QU:(W MJ"2$4BB('O,R.2C^3#(N>HW&((N(NSFW/'0P@#VV(=B;(FIW](3=!2(:@M)<=W0CNP6$$W52NAJF!, MD*NJ;V2KB;F?V?BTK!5$2XZY(!"@\E8U"$-[IXX:J3N.NBO':6#^^0WQHU[$ 5F]<9P!U\`^E^OV^*)Y1J@<3]```` ` end begin 644 test2.xsl.gz M'XL(",%9,3<``W1EAKU0V1P)U#]VQOJ*5]<:HLQRIE0 M-->">QI;^E7H1X(K)#Y70\^!7;IZVZ3T\VN]3\$UT^VTY=LDZVR=V"NS0JE:6)5_R`<+36T]G=0S6AY%(DE/=B7 MK#3(2FXQK3!NLY^;FK?2U6/;[]>;K-CZ/_O9G'@QCAUXNLY!VW27?JSWNV?0 E(EX*>MV\W.M6R7P6'P@L3&O7U>V(\2)5_3*=_`9_A*4XJ`(``'27 ` end >Fix: I will glad to see it... >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 2:20:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0850515951 for ; Thu, 6 May 1999 02:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA52449; Thu, 6 May 1999 02:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 69BE315951 for ; Thu, 6 May 1999 02:13:35 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id NAA50322; Thu, 6 May 1999 13:13:21 +0400 (MSD) (envelope-from andy) Message-Id: <199905060913.NAA50322@icc.surw.chel.su> Date: Thu, 6 May 1999 13:13:21 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11534: New port: cdk-4.9.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11534 >Category: ports >Synopsis: New port: cdk-4.9.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 6 02:20:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of cdk-4.9.1, Curses Development Kit for speedy development full screen programs Cdk stands for 'Curses Development Kit' and it currently contains 21 ready to use widgets which facilitate the speedy development of full screen curses programs. Each widget has the ability to display color, or other character attributes. Cdk comes with a attribute/color format command set which allows a programmer to add colors and characters attributes simply. # 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: # # cdk-4.9.1 # cdk-4.9.1/Makefile # cdk-4.9.1/files # cdk-4.9.1/files/md5 # cdk-4.9.1/patches # cdk-4.9.1/patches/patch-aa # cdk-4.9.1/patches/patch-ab # cdk-4.9.1/patches/patch-ad # cdk-4.9.1/patches/patch-ac # cdk-4.9.1/patches/patch-ae # cdk-4.9.1/patches/patch-af # cdk-4.9.1/pkg # cdk-4.9.1/pkg/PLIST # cdk-4.9.1/pkg/COMMENT # cdk-4.9.1/pkg/DESCR # echo c - cdk-4.9.1 mkdir -p cdk-4.9.1 > /dev/null 2>&1 echo x - cdk-4.9.1/Makefile sed 's/^X//' >cdk-4.9.1/Makefile << 'END-of-cdk-4.9.1/Makefile' X# New ports collection makefile for: cdk X# Version required: 4.9.1 X# Date created: 6 May 1999 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= cdk-4.9.1 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= libs/ui X XMAINTAINER= andy@icc.surw.chel.su X XALL_TARGET= SRCDIR=${WRKSRC} libcdk.so.1 X XMAN3= alphalist.3 binding.3 buttonbox.3 calendar.3 cdk.3 dialog.3 \ X display.3 entry.3 fselect.3 graph.3 histogram.3 itemlist.3 label.3 \ X marquee.3 matrix.3 mentry.3 menu.3 misc.3 radio.3 scale.3 screen.3 \ X scroll.3 selection.3 slider.3 swindow.3 template.3 viewer.3 X Xdo-install: X @ ${INSTALL_DATA} ${WRKSRC}/libcdk.so.1 ${PREFIX}/lib X @ ${LN} -fs ${PREFIX}/lib/libcdk.so.1 ${PREFIX}/lib/libcdk.so X @ ${INSTALL_DATA} ${WRKSRC}/cdk.h ${PREFIX}/include X @ ${MKDIR} ${PREFIX}/include/cdk X @ ${INSTALL_DATA} ${WRKSRC}/cdk/* ${PREFIX}/include/cdk X.for file in ${MAN3} X @ ${INSTALL_MAN} ${WRKSRC}/man/${file} ${PREFIX}/man/man3 X.endfor X @ ${MKDIR} ${PREFIX}/share/examples/cdk X @ ${INSTALL_DATA} ${WRKSRC}/exam/*.c ${PREFIX}/share/examples/cdk X @ ${INSTALL_DATA} ${WRKSRC}/exam/examples.make ${PREFIX}/share/examples/cdk/Makefile X @ ${MKDIR} ${PREFIX}/share/examples/cdk/demo X @ ${INSTALL_DATA} ${WRKSRC}/demo/rolodex.h ${PREFIX}/share/examples/cdk/demo X @ ${INSTALL_DATA} ${WRKSRC}/demo/*.c ${PREFIX}/share/examples/cdk/demo X @ ${INSTALL_DATA} ${WRKSRC}/demo/demos.make ${PREFIX}/share/examples/cdk/demo/Makefile X @ ${MKDIR} ${PREFIX}/share/examples/cdk/cli X @ ${INSTALL_DATA} ${WRKSRC}/cli/*.c ${PREFIX}/share/examples/cdk/cli X @ ${INSTALL_DATA} ${WRKSRC}/cli/cli.make ${PREFIX}/share/examples/cdk/cli/Makefile X @ ${MKDIR} ${PREFIX}/share/examples/cdk/cli/samples X @ ${INSTALL_DATA} ${WRKSRC}/cli/samples/* ${PREFIX}/share/examples/cdk/cli/samples X @ ${MKDIR} ${PREFIX}/share/examples/cdk/cli/utils X @ ${INSTALL_DATA} ${WRKSRC}/cli/utils/* ${PREFIX}/share/examples/cdk/cli/utils X @ ${LDCONFIG} -m ${PREFIX}/lib X Xpost-install: X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/cdk X.for file in BUGS COPYING EXPANDING NOTES README TODO X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cdk X.endfor X.endif X X.include END-of-cdk-4.9.1/Makefile echo c - cdk-4.9.1/files mkdir -p cdk-4.9.1/files > /dev/null 2>&1 echo x - cdk-4.9.1/files/md5 sed 's/^X//' >cdk-4.9.1/files/md5 << 'END-of-cdk-4.9.1/files/md5' XMD5 (cdk-4.9.1.tar.gz) = dfacdacc2834154659ddedbe66502bb2 END-of-cdk-4.9.1/files/md5 echo c - cdk-4.9.1/patches mkdir -p cdk-4.9.1/patches > /dev/null 2>&1 echo x - cdk-4.9.1/patches/patch-aa sed 's/^X//' >cdk-4.9.1/patches/patch-aa << 'END-of-cdk-4.9.1/patches/patch-aa' X--- Makefile Fri May 23 19:44:35 1997 X+++ /home/andy/tmp/wrk/Makefile Wed May 5 18:17:13 1999 X@@ -9,14 +9,14 @@ X # AIX, Alpha, FreeBSD, HPUX, Linux, Linux-xcurses, X # Solaris, Sun, and Irix (SGI) X # X-OS = Dev X+OS = FreeBSD X X # X # These reflect where CDK will be installed from and to X # on your system. X # X-SRCDIR = /home/glovem/cdk-$(VERSION) X-INST_ROOTDIR = /export/local X+SRCDIR = $(WRKSRC) X+INST_ROOTDIR = $(PREFIX) X X # X # Set some informational variables. X@@ -80,7 +80,7 @@ X # NOSTRERR Your library does not have Sun X # the library function strerr. X # X-EXTRA_CFLAGS = -g -Wall X+CFLAGS+= -I${SRCDIR} -DCOLOR -DNCURSES X X ############################################################### X # Do Not Change Anything Below This Line X@@ -135,7 +135,7 @@ X include $(MAKEDIR)/Makefile.$(OS) X X #CC = purify cc X-CC = gcc X+CC = cc X X # X # Standard library directive. X@@ -148,8 +148,9 @@ X # Shared library directive. X # X cdkslib $(CDKSLIB): X- $(CC) $(CFLAGS) $(SFLAGS) -c $(CDKSRC) $(LIBPATH) $(LINKLIB) X- $(CC) $(SLINK) -o $(CDKSLIB).0 $(CDKOBJS) $(LIBPATH) $(LINKLIB) X+# $(CC) $(CFLAGS) $(SFLAGS) -c $(CDKSRC) $(LIBPATH) $(LINKLIB) X+# $(CC) $(SLINK) -o $(CDKSLIB).0 $(CDKOBJS) $(LIBPATH) $(LINKLIB) X+ X X # X # This builds the examples in the examples directory. X@@ -377,4 +378,8 @@ X X ############################################################ X .c.o: X- $(CC) $(CFLAGS) -c $< X+ $(CC) $(CFLAGS) -fPIC -c $< X+ X+libcdk.so.1: $(CDKOBJS) X+ $(CC) $(CFLAGS) -shared -Wl,-soname,libcdk.so.1 -o libcdk.so.1 $(CDKOBJS) X+ END-of-cdk-4.9.1/patches/patch-aa echo x - cdk-4.9.1/patches/patch-ab sed 's/^X//' >cdk-4.9.1/patches/patch-ab << 'END-of-cdk-4.9.1/patches/patch-ab' X--- cdk.h Fri May 23 19:44:28 1997 X+++ /home/andy/tmp/wrk/cdk.h Wed May 5 18:22:39 1999 X@@ -34,7 +34,7 @@ X * SUCH DAMAGE. X */ X X-#include X+#include X X #include X #include END-of-cdk-4.9.1/patches/patch-ab echo x - cdk-4.9.1/patches/patch-ad sed 's/^X//' >cdk-4.9.1/patches/patch-ad << 'END-of-cdk-4.9.1/patches/patch-ad' X--- exam/examples.make Fri May 23 19:44:35 1997 X+++ /home/andy/tmp/wrk/exam/examples.make Thu May 6 09:11:04 1999 X@@ -5,18 +5,18 @@ X # X # Change these as needed. X # X-ROOTDIR = /export/local X-INCDIR = -I/usr/include/ncurses -I$(ROOTDIR)/include X+ROOTDIR = /usr/local X+INCDIR = -I$(ROOTDIR)/include X LIBDIR = -L$(ROOTDIR)/lib X-LIBS = -lcdk -lcurses -lm X+LIBS = -lcdk -lncurses -lm X BINS = alphalist_ex bind_ex calendar_ex cdkscreen_ex dialog_ex\ X entry_ex fselect_ex graph_ex hello_ex histogram_ex\ X itemlist_ex label_ex marquee_ex matrix_ex mentry_ex\ X menu_ex position_ex preprocess_ex radio_ex scale_ex\ X scroll_ex selection_ex slider_ex subwindow_ex\ X- swindow_ex template_ex viewer_ex vinstall X-CFLAGS = -g -Wall X-CC = gcc X+ swindow_ex template_ex viewer_ex X+CFLAGS += -Wall X+CC = cc X default: all X all: $(BINS) X X@@ -103,9 +103,6 @@ X $(CC) $(CFLAGS) $(INCDIR) $? -o $@ $(LIBDIR) $(LIBS) X X viewer_ex: viewer_ex.c X- $(CC) $(CFLAGS) $(INCDIR) $? -o $@ $(LIBDIR) $(LIBS) X- X-vinstall: vinstall.c X $(CC) $(CFLAGS) $(INCDIR) $? -o $@ $(LIBDIR) $(LIBS) X X clean: END-of-cdk-4.9.1/patches/patch-ad echo x - cdk-4.9.1/patches/patch-ac sed 's/^X//' >cdk-4.9.1/patches/patch-ac << 'END-of-cdk-4.9.1/patches/patch-ac' X--- makefiles/Makefile.FreeBSD Fri May 23 19:44:32 1997 X+++ /home/andy/tmp/wrk/makefiles/Makefile.FreeBSD Wed May 5 17:57:29 1999 X@@ -15,4 +15,4 @@ X # X # Include the global FreeBSD makefile def's X # X-.include X+#.include END-of-cdk-4.9.1/patches/patch-ac echo x - cdk-4.9.1/patches/patch-ae sed 's/^X//' >cdk-4.9.1/patches/patch-ae << 'END-of-cdk-4.9.1/patches/patch-ae' X--- demo/demos.make Fri May 23 19:44:35 1997 X+++ /home/andy/tmp/wrk/demo/demos.make Thu May 6 09:47:44 1999 X@@ -5,14 +5,14 @@ X # X # Change these as needed. X # X-ROOTDIR = /export/local X-INCDIR = -I/usr/include/ncurses -I$(ROOTDIR)/include X+ROOTDIR = /usr/local X+INCDIR = -I$(ROOTDIR)/include X LIBDIR = -L$(ROOTDIR)/lib X-LIBS = -lcdk -lcurses -lm X+LIBS = -lcdk -lncurses -lm X BINS = fileview rolodex command clock stopSign \ X- appointment vinstall serial keycheck X-CFLAGS = -g -Wall -DNCURSES X-CC = gcc X+ appointment vinstall serial X+CFLAGS += -Wall X+CC = cc X X # X # If you have Sybase installed on your system, try making X@@ -87,4 +87,4 @@ X $(CC) $(CFLAGS) -o $@ $? $(INCDIR) $(SYBINCDIR) $(LIBDIR) $(SYBLIBDIR) $(LIBS) $(SYBLIBS) X X clean:: X- $(RM) core *.o $(BINS) syb X+ $(RM) core *.o $(BINS) END-of-cdk-4.9.1/patches/patch-ae echo x - cdk-4.9.1/patches/patch-af sed 's/^X//' >cdk-4.9.1/patches/patch-af << 'END-of-cdk-4.9.1/patches/patch-af' X--- cli/cli.make Fri May 23 19:44:35 1997 X+++ /home/andy/tmp/wrk/cli/cli.make Thu May 6 11:19:07 1999 X@@ -9,15 +9,13 @@ X # Other than that, this should compile cleanly and nicely. X # X X-ROOTDIR = /export/local X+ROOTDIR = /usr/local X INSTDIR = $(ROOTDIR)/bin X-INCDIR = -I/usr/include/ncurses -I$(ROOTDIR)/include X+INCDIR = -I$(ROOTDIR)/include X LIBDIR = -L$(ROOTDIR)/lib -L/usr/lib X-#LIBS = -lcdk -lncurses -lm X-LIBS = -lcdk -lcurses -lm X-CFLAGS = -g -Wall -DCAN_SET_WINDOW_COLOR X-#CFLAGS = -g -Wall X-CC = gcc X+LIBS = -lcdk -lncurses -lm X+CFLAGS += -Wall -DCAN_SET_WINDOW_COLOR X+CC = cc X X # X # No need to edit anything below this line. END-of-cdk-4.9.1/patches/patch-af echo c - cdk-4.9.1/pkg mkdir -p cdk-4.9.1/pkg > /dev/null 2>&1 echo x - cdk-4.9.1/pkg/PLIST sed 's/^X//' >cdk-4.9.1/pkg/PLIST << 'END-of-cdk-4.9.1/pkg/PLIST' Xinclude/cdk.h Xinclude/cdk/alphalist.h Xinclude/cdk/binding.h Xinclude/cdk/buttonbox.h Xinclude/cdk/calendar.h Xinclude/cdk/cdk_util.h Xinclude/cdk/cdkscreen.h Xinclude/cdk/curdefs.h Xinclude/cdk/dialog.h Xinclude/cdk/draw.h Xinclude/cdk/entry.h Xinclude/cdk/fselect.h Xinclude/cdk/graph.h Xinclude/cdk/histogram.h Xinclude/cdk/itemlist.h Xinclude/cdk/label.h Xinclude/cdk/marquee.h Xinclude/cdk/matrix.h Xinclude/cdk/mentry.h Xinclude/cdk/menu.h Xinclude/cdk/radio.h Xinclude/cdk/scale.h Xinclude/cdk/scroll.h Xinclude/cdk/selection.h Xinclude/cdk/slider.h Xinclude/cdk/swindow.h Xinclude/cdk/template.h Xinclude/cdk/viewer.h Xlib/libcdk.so Xlib/libcdk.so.1 X@exec /sbin/ldconfig -m %B X@unexec /sbin/ldconfig -R Xshare/doc/cdk/BUGS Xshare/doc/cdk/COPYING Xshare/doc/cdk/EXPANDING Xshare/doc/cdk/NOTES Xshare/doc/cdk/README Xshare/doc/cdk/TODO Xshare/examples/cdk/Makefile Xshare/examples/cdk/alphalist_ex.c Xshare/examples/cdk/bind_ex.c Xshare/examples/cdk/buttonbox_ex.c Xshare/examples/cdk/calendar_ex.c Xshare/examples/cdk/cdkscreen_ex.c Xshare/examples/cdk/dialog_ex.c Xshare/examples/cdk/entry_ex.c Xshare/examples/cdk/fselect_ex.c Xshare/examples/cdk/graph_ex.c Xshare/examples/cdk/hello_ex.c Xshare/examples/cdk/histogram_ex.c Xshare/examples/cdk/itemlist_ex.c Xshare/examples/cdk/label_ex.c Xshare/examples/cdk/marquee_ex.c Xshare/examples/cdk/matrix_ex.c Xshare/examples/cdk/mentry_ex.c Xshare/examples/cdk/menu_ex.c Xshare/examples/cdk/position_ex.c Xshare/examples/cdk/preprocess_ex.c Xshare/examples/cdk/radio_ex.c Xshare/examples/cdk/scale_ex.c Xshare/examples/cdk/scroll_ex.c Xshare/examples/cdk/selection_ex.c Xshare/examples/cdk/slider_ex.c Xshare/examples/cdk/subwindow_ex.c Xshare/examples/cdk/swindow_ex.c Xshare/examples/cdk/template_ex.c Xshare/examples/cdk/viewer_ex.c Xshare/examples/cdk/cli/Makefile Xshare/examples/cdk/cli/cdkalphalist.c Xshare/examples/cdk/cli/cdkcalendar.c Xshare/examples/cdk/cli/cdkdialog.c Xshare/examples/cdk/cli/cdkentry.c Xshare/examples/cdk/cli/cdkfselect.c Xshare/examples/cdk/cli/cdkitemlist.c Xshare/examples/cdk/cli/cdklabel.c Xshare/examples/cdk/cli/cdkmatrix.c Xshare/examples/cdk/cli/cdkmentry.c Xshare/examples/cdk/cli/cdkradio.c Xshare/examples/cdk/cli/cdkscale.c Xshare/examples/cdk/cli/cdkscroll.c Xshare/examples/cdk/cli/cdkselection.c Xshare/examples/cdk/cli/cdkslider.c Xshare/examples/cdk/cli/cdktemplate.c Xshare/examples/cdk/cli/cdkviewer.c Xshare/examples/cdk/cli/samples/alphalist.sh Xshare/examples/cdk/cli/samples/calendar.sh Xshare/examples/cdk/cli/samples/dialog.sh Xshare/examples/cdk/cli/samples/entry.sh Xshare/examples/cdk/cli/samples/fselect.sh Xshare/examples/cdk/cli/samples/itemlist.sh Xshare/examples/cdk/cli/samples/label.sh Xshare/examples/cdk/cli/samples/matrix.sh Xshare/examples/cdk/cli/samples/mentry.sh Xshare/examples/cdk/cli/samples/radio.sh Xshare/examples/cdk/cli/samples/scale.sh Xshare/examples/cdk/cli/samples/scroll.sh Xshare/examples/cdk/cli/samples/selection.sh Xshare/examples/cdk/cli/samples/slider.sh Xshare/examples/cdk/cli/samples/template.sh Xshare/examples/cdk/cli/samples/viewer.sh Xshare/examples/cdk/cli/utils/adduser Xshare/examples/cdk/cli/utils/netconfig Xshare/examples/cdk/demo/Makefile Xshare/examples/cdk/demo/appointment.c Xshare/examples/cdk/demo/clock.c Xshare/examples/cdk/demo/command.c Xshare/examples/cdk/demo/fileview.c Xshare/examples/cdk/demo/rolodex.c Xshare/examples/cdk/demo/rolodex.h Xshare/examples/cdk/demo/serial.c Xshare/examples/cdk/demo/stopSign.c Xshare/examples/cdk/demo/syb.c Xshare/examples/cdk/demo/vinstall.c X@dirrm include/cdk X@dirrm share/doc/cdk X@dirrm share/examples/cdk/cli/samples X@dirrm share/examples/cdk/cli/utils X@dirrm share/examples/cdk/cli X@dirrm share/examples/cdk/demo X@dirrm share/examples/cdk END-of-cdk-4.9.1/pkg/PLIST echo x - cdk-4.9.1/pkg/COMMENT sed 's/^X//' >cdk-4.9.1/pkg/COMMENT << 'END-of-cdk-4.9.1/pkg/COMMENT' XCurses Development Kit for speedy development full screen programs END-of-cdk-4.9.1/pkg/COMMENT echo x - cdk-4.9.1/pkg/DESCR sed 's/^X//' >cdk-4.9.1/pkg/DESCR << 'END-of-cdk-4.9.1/pkg/DESCR' XCdk stands for 'Curses Development Kit' and it currently contains 21 ready Xto use widgets which facilitate the speedy development of full screen Xcurses programs. X XEach widget has the ability to display color, or other character attributes. XCdk comes with a attribute/color format command set which allows a programmer Xto add colors and characters attributes simply. END-of-cdk-4.9.1/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 2:20:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kirk.giovannelli.it (kirk.giovannelli.it [194.184.65.4]) by hub.freebsd.org (Postfix) with ESMTP id ECDE615951 for ; Thu, 6 May 1999 02:20:16 -0700 (PDT) (envelope-from gmarco@giovannelli.it) Received: from suzy (modem05.masternet.it [194.184.65.15]) by kirk.giovannelli.it (8.9.3/8.9.2) with SMTP id JAA01753 for ; Thu, 6 May 1999 09:20:11 GMT (envelope-from gmarco@giovannelli.it) Message-Id: <4.1.19990506111652.009c26c0@194.184.65.4> X-Sender: gmarco@194.184.65.4 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Thu, 06 May 1999 11:18:16 +0200 To: ports@freebsd.org From: Gianmarco Giovannelli Subject: zmail port ? 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 anyone that has ever tried a Zmail (linux motif) port ? It is not for me, but a person asked too me. Thanks... Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 2:34:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 081FE15127; Thu, 6 May 1999 02:34:26 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA54055; Thu, 6 May 1999 02:34:25 -0700 (PDT) (envelope-from tg@FreeBSD.org) Date: Thu, 6 May 1999 02:34:25 -0700 (PDT) From: Message-Id: <199905060934.CAA54055@freefall.freebsd.org> To: gljohns@bellsouth.net, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11530: Update postilion Makefile for tkStepConfig.sh location Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update postilion Makefile for tkStepConfig.sh location State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Thu May 6 02:33:50 PDT 1999 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 May 6 3:26:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 5C47A15008 for ; Thu, 6 May 1999 03:26:07 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 56637 invoked by uid 1003); 6 May 1999 12:27:28 -0000 Date: Thu, 6 May 1999 12:27:28 +0000 From: Neil Blakey-Milner To: Anders Nordby Cc: FreeBSD Ports Subject: Re: Port dependencies revisited Message-ID: <19990506122728.A56033@rucus.ru.ac.za> References: <19990504174834.A61935@totem.fix.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <19990504174834.A61935@totem.fix.no>; from Anders Nordby on Tue, May 04, 1999 at 05:48:35PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue 1999-05-04 (17:48), Anders Nordby wrote: > Like say, my kvirc port requires kdelibs11, but can really do with > kdelibs (the 1.0 thing). A user can have several reasons to not always > have the latest versions of the dependencies installed: > > In other words, what I suggest is and'ing and or'ing between > LIB_DEPENDS, BUILD_DEPENDS and RUN_DEPENDS (etc.) to specify all > possible combinations of dependencies that will do. Does this seem > feasible or even sensible to you in any way? Right now, lib-depends uses "grep -F" to do it's checks, which forces it into a "literal" mode, and so regex constructs such as qt.[12] won't work. Is there a particularly good reason to use -F? (we may need to add a sed statement to replace all .'s to \.'s, but that shouldn't be a problem.) Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 3:50: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EA50158B7 for ; Thu, 6 May 1999 03:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA59460; Thu, 6 May 1999 03:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from totem.tihlde.hist.no (totem.tihlde.hist.no [158.38.48.45]) by hub.freebsd.org (Postfix) with ESMTP id 760911551B for ; Thu, 6 May 1999 03:39:57 -0700 (PDT) (envelope-from anders@totem.tihlde.hist.no) Received: (from anders@localhost) by totem.tihlde.hist.no (8.9.3/8.9.3) id MAA95697; Thu, 6 May 1999 12:39:33 +0200 (CEST) Message-Id: <199905061039.MAA95697@totem.tihlde.hist.no> Date: Thu, 6 May 1999 12:39:33 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11536: Update port: net/ntop Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11536 >Category: ports >Synopsis: Update port: net/ntop >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 6 03:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Fixes the "unknown protocol" problems with the existing port, amongst lots of other things. >How-To-Repeat: >Fix: diff -Nur ntop.old/Makefile ntop/Makefile --- ntop.old/Makefile Wed Nov 18 23:24:00 1998 +++ ntop/Makefile Thu May 6 11:44:48 1999 @@ -6,18 +6,19 @@ # $Id: Makefile,v 1.7 1998/11/18 11:31:43 asami Exp $ # -DISTNAME= ntop-1.1a3 +DISTNAME= ntop-1.1 CATEGORIES= net -MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/snapshots/ \ +MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/ \ ftp://ftp.ee.lbl.gov/ \ - http://www.FreeBSD.org/~billf/ -DISTFILES= libpcap-0.4.tar.Z ${DISTNAME}.tar.gz + http://www.freenix.no/~anders/ \ + ftp://totem.fix.no/pub/mirrors/misc/ +DISTFILES= libpcap-0.4.tar.Z ntop-1.1-src.tar.gz MAINTAINER= billf@FreeBSD.org USE_AUTOCONF= yes ALL_TARGET= -INSTALL_TARGET= install +INSTALL_TARGET= install install-man MAN8= ntop.8 diff -Nur ntop.old/files/md5 ntop/files/md5 --- ntop.old/files/md5 Tue Nov 17 23:18:00 1998 +++ ntop/files/md5 Thu May 6 11:05:16 1999 @@ -1,2 +1,2 @@ MD5 (libpcap-0.4.tar.Z) = 3e0025a24218d327b152075c70a578e9 -MD5 (ntop-1.1a3.tar.gz) = 60ff834a89f1dbecb1bd377d8a168fd6 +MD5 (ntop-1.1-src.tar.gz) = 4630ed141d9d5f16f929a9b64b70a45c >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 4:25:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from sims-ha.videotron.net (faure.videotron.net [205.151.222.100]) by hub.freebsd.org (Postfix) with ESMTP id 9956214E81 for ; Thu, 6 May 1999 04:25:21 -0700 (PDT) (envelope-from nicblais@videotron.ca) Received: from videotron.ca ([207.253.84.123]) by sims-ha.videotron.net (Sun Internet Mail Server sims.3.5.1999.03.02.17.58.p5) with ESMTP id <0FBB001FY6DXIC@sims-ha.videotron.net> for freebsd-ports@FreeBSD.ORG; Thu, 6 May 1999 07:25:11 -0400 (EDT) Date: Thu, 06 May 1999 07:24:42 -0400 From: Nicolas Blais Subject: New port question, COW3pl1 To: freebsd-ports@FreeBSD.ORG Message-id: <37317BFA.2CE9B066@videotron.ca> MIME-version: 1.0 X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.1-RELEASE i386) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: en Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have made a COW3pl1 binary for FreeBSD 3.1. (Netrek). The current version in the ports database is Cow3pl0, and it doesn't work with 3.1. Since it's only a binary that I have, and I cannot send the source since it's RSA enabled, is there a simpler step than making a makefile if I only have a binary? PS, please remove COW3.00pl0 (/games), since it no longer works. Sincerly, Nicolas Blais. -- Nicolas Blais nicblais@videotron.ca Powered by FreeBSD http://www.freebsd.org My current running version : FreeBSD 3.1-RELEASE http://pages.infinit.net/primary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 5:20:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 32976159BF for ; Thu, 6 May 1999 05:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA68901; Thu, 6 May 1999 05:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DCA3F159AF; Thu, 6 May 1999 05:15:39 -0700 (PDT) Message-Id: <19990506121539.DCA3F159AF@hub.freebsd.org> Date: Thu, 6 May 1999 05:15:39 -0700 (PDT) From: nacai@iname.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11538: Fixed port: gnome-core Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11538 >Category: ports >Synopsis: Fixed port: gnome-core >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 6 05:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yukihiro Nakai >Release: 3.1-RELEASE >Organization: Internet Solutions, Inc >Environment: 3.1-RELEASE + 4/30 /usr/ports + 3.1-stable upgrade kit >Description: I have fixed the gnomecore port to follow its latest version for 5/10 ports freeze, Thanks! It needs ORBit-0.4.3(in send-pr db), and gnomelibs-1.0.9 (in send-pr db, also) When 3.2-RELEASE have this latest gnomecore, it have the latest GNOME. If without gnomecore, it don't have. Because this is the core. :) Deleted file: NONE Added file: patches/patch-aj Yukihiro Nakai -------------- begin 644 gnomecore.diff.gz M9&EF9B`M2`@ M-B`P-SHR.#HU-R`Q.3DY"BLK*R!G;F]M96-O2`@-B`P-SHR.3HQ,"`Q.3DY"D!`("TQ+#$S("LQ+#$S($!`"B`C($YE=R!P M;W)TTU!4U1%4E]3 M251%7T=.3TU%?0H@34%35$527U-)5$5?4U5"1$E2/0ES;W5R8V5S+V=N;VUE M+6-O2`@-B`P-SHR.#HU-R`Q.3DY"BLK*R!G;F]M96-OBD@/2!E,S@R834Q86%E.#`W,3@T M-#DP,3`Y,&,V9C9A.3AA,0HK340U("AG;F]M92UC;W)E+3$N,"XU+G1ABD@/2`X-6(U9C,R8F4P934X,CDV,V8U-F,S.&,P-&(Q9#4W.0ID:69F("UR M=4X@9VYO;65C;W)E+F]R:6&9L86=S7W-E="`]($!C>'AF M;&%G2!C:&%R<&EC:R`)(&=N;VUE+7!A9V5R M(&UI;FDM8V]M;6%N9&5R(&=K8B!J8F,**RUA;'=A>7-?8G5I;'1?4U5"1$E2 M4R`](&%P<&QE="UD:7)S(&=E;E]U=&EL(&%S8VQO8VL@"2!F:7-H(&1I86QE M7-?8G5I;'1?4U5" M1$E24R`](&%P<&QE="UD:7)S(&=E;E]U=&EL(&%S8VQO8VL@"2!F:7-H(&1I M86QE&9L86=S7W-E=$`*+2!L(#T@0&Q`"BLM+2T@ M87!P;&5T"ES:&%R92]L;V-A;&4B7"()"2U))"AI;F-L=61E M9&ER*2`D*$=.3TU%7TE.0TQ51$5$25(I"0D)+41!4T-,3T-+7T=.3TU%("U$ M5D524TE/3CU<(B(D*%9%4E-)3TXI(EPB"B`@"B`@"B`@8FEN7U!23T=204U3 M(#T@87-C;&]C:U]A<'!L970*9&EF9B`M2`@-B`P M-SHR.#HU-R`Q.3DY"BLK*R!G;F]M96-O2`@-B`Q,3HT-#HT,R`Q.3DY"BM`0"`M,C&ES M=',H4UE35$5-7T%04%,I('Q\("%G7V9I;&5?97AI&UA<%]D:7(@/2!G;F]M95]U;F-O;F1I=&EO;F%L M7V1A=&%D:7)?9FEL92@B<&EX;6%P&ES M=',H7-T96U? M<&EX;6%P7V1I2`@ M-B`Q,3HU.#HT-B`Q.3DY"BLK*RL@87!P;&5T65R7V%P M<&QE="YG;F]R8F$*0$`@+30R+#8@*S0V+#<@0$`*(&5T8R]#3U)"02]S97)V M97)S+V=N;VUE<&%G97)?87!P;&5T+F=N;W)B80H@971C+T-/4D)!+W-E2\N9&ER96-T;W)Y"BMS:&%R92]G M;F]M92]A<'!L971S+U5T:6QI='DO86YO=&AE2]C:&%R M<&EC:U]A<'!L970N9&5S:W1O<`H@'!M"BMS M:&%R92]G;F]M92]A'!M"BMS:&%R92]G;F]M92]A'!M"BMS M:&%R92]G;F]M92]A'!M"BMS:&%R92]G;F]M92]A'!M"BMS:&%R92]G;F]M92]A2YX<&T* M*W-H87)E+V=N;VUE+V%S8VQO8VLO3W)B+V)E871S+GAP;0HK'!M"BMS:&%R92]G;F]M92]A'!M M"BMS:&%R92]G;F]M92]A'!M"BMS:&%R92]G;F]M92]A'!M"BMS:&%R M92]G;F]M92]A'!M"BMS:&%R92]G;F]M92]A'!M"BMS:&%R92]G;F]M92]A'!M"BMS:&%R92]G;F]M92]A2YX<&T**W-H87)E M+V=N;VUE+V%S8VQO8VLO8F5A=',O8F5A=',N>'!M"BMS:&%R92]G;F]M92]A M'!M"BMS:&%R92]G;F]M92]A'!M"BMS:&%R92]G;F]M92]A'!M M"BMS:&%R92]G;F]M92]A'!M"BMS:&%R M92]G;F]M92]A'!M"BMS:&%R92]G;F]M M92]A'!M"BMS M:&%R92]G;F]M92]A'!M"BMS:&%R92]G M;F]M92]A'!M"BMS:&%R92]G;F]M92]A2YX<&T* M*W-H87)E+V=N;VUE+V=N;VUE+V1E9F%U;'0N"YH=&UL"B!S:&%R92]G;F]M92]H96QP+VAE;'`M8G)O M=W-E"YH=&UL"B!S:&%R92]G;F]M92]H M96QP+VAE;'`M8G)O=W-E"YH=&UL"B!S:&%R92]G;F]M92]H96QP+VAE;'`M M8G)O=W-E'!M"B!S M:&%R92]G;F]M92]P:7AM87!S+V5M86-S+G!N9PH@'!M M"BMS:&%R92]G;F]M92]P:7AM87!S+V=K8B]A="YX<&T*('-H87)E+V=N;VUE M+W!I>&UA<',O9VMB+V)E+GAP;0H@'!M"B!S:&%R92]G;F]M92]P:7AM87!S+V=K8B]C82YX<&T*0$`@+3(V M,"PQ,"`K,S,T+#$X($!`"B!S:&%R92]G;F]M92]P:7AM87!S+V=N;VUE+6)A M;'-A,BYP;F<*('-H87)E+V=N;VUE+W!I>&UA<',O9VYO;64M8V%L8S(N<&YG M"B!S:&%R92]G;F]M92]P:7AM87!S+V=N;VUE+6-A;&5N9&%R+G!N9PHK&UA<',O9VYO;64M8V]L;W(M8G)O=W-E&UA<',O9VYO;64M8W)O;6%G;F]N+G!N9PH@&UA<',O9VYO;64M971E&UA<',O9VYO;64M9FEL92UH+G!N9PH@&UA<',O=&EL97,O=&EL92UD&UA<',O=&EL97,O=&EL92UD&UA<',O=&EL97,O=&EL92UG&UA<',O=&EL97,O=&EL92UM;V]N+61O=VXN M<&YG"D!`("TS-#8L-B`K-#,P+#<@0$`*('-H87)E+V=N;VUE+WAM;V1M87`O M>&UO9&UA<"YE&UO9&UA<"]X;6]D;6%P+F9I"B!S M:&%R92]G;F]M92]X;6]D;6%P+WAM;V1M87`N9G(**W-H87)E+V=N;VUE+WAM M;V1M87`O>&UO9&UA<"YF&UO9&UA<"YH=0H@&UO9&UA<"]X;6]D;6%P+FAU+F]L9`I`0"`M,SDR+#0Q("LT-S&UA<',O M;6EN:2UC;VUM86YD97(*+4!D:7)R;2!S:&%R92]G;F]M92]P:7AM87!S+VUA M:6QC:&5C:PHM0&1I&UA<',O9VMB"BU`9&ER M`H@0&1I0HM0&1I&UA<',O9FES:`HK M0&1I&UA<',O9VMB"BM`9&ER&UA<',**T!D:7)R M;2!S:&%R92]G;F]M92]X;6]D;6%P"BM`9&ERHow-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 May 6 6:47:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from garfield.bmk.com.au (bmkind.lnk.telstra.net [139.130.51.118]) by hub.freebsd.org (Postfix) with ESMTP id 8D47F156D7 for ; Thu, 6 May 1999 06:47:19 -0700 (PDT) (envelope-from brendan@bmk.com.au) Received: from localhost (brendan@localhost) by garfield.bmk.com.au (8.8.7/8.8.7) with SMTP id XAA05863 for ; Thu, 6 May 1999 23:47:22 +1000 (EST) (envelope-from brendan@bmk.com.au) Date: Thu, 6 May 1999 23:47:22 +1000 (EST) From: Brendan Kosowski X-Sender: brendan@garfield To: FreeBSD Ports Subject: sendmail 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 I was looking for sendmail in the FreeBSD 2.2.8 ports and ports/distfiles but could not find it. Is it part of a larger port ??? I was hoping that I could port it onto FreeBSD 2.2.5 Thanks for any help, Brendan... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 7: 5:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 02DAD15998; Thu, 6 May 1999 07:05:53 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA04873; Thu, 6 May 1999 07:05:53 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Thu, 6 May 1999 07:05:53 -0700 (PDT) From: Message-Id: <199905061405.HAA04873@freefall.freebsd.org> To: cpiazza@home.net, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11528: Update: net/pavuk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/pavuk State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Thu May 6 07:05:25 PDT 1999 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 May 6 7: 9:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 833DD15D9B; Thu, 6 May 1999 07:09:16 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA05376; Thu, 6 May 1999 07:09:16 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Thu, 6 May 1999 07:09:16 -0700 (PDT) From: Message-Id: <199905061409.HAA05376@freefall.freebsd.org> To: cpiazza@home.net, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11527: Update: net/curl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/curl State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Thu May 6 07:08:46 PDT 1999 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 May 6 7:28:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from alpha.netvision.net.il (alpha.netvision.net.il [194.90.1.13]) by hub.freebsd.org (Postfix) with ESMTP id 09E5414F8B; Thu, 6 May 1999 07:28:40 -0700 (PDT) (envelope-from spud@i.am) Received: from Tomer.DrugsAreGood.org (RAS3-p84.hfa.netvision.net.il [62.0.146.84]) by alpha.netvision.net.il (8.9.3/8.8.6) with SMTP id RAA18113; Thu, 6 May 1999 17:28:37 +0300 (IDT) From: Tomer Weller To: FreeBSD Current , FreeBSD Ports Date: Thu, 6 May 1999 17:09:28 +0300 X-Mailer: KMail [version 1.0.17] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <99050617135200.58638@Tomer.DrugsAreGood.org> Content-Transfer-Encoding: 8bit Subject: X-KMail-Mark: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org whenever i try to compile KDE software (ports also) i get this error, though packages install fine. i installed KDE from packages, i suspect that's the problem. this is from the kmp3 port, but happens with every piece of kde software : checking for KDE... libraries /usr/local/lib, headers /usr/local/include checking for extra includes... no checking for extra libs... no checking for kde headers installed... yes checking for kde libraries installed... configure: error: your system fails at linking a small KDE application! Check, if your compiler is installed correctly and if you have used the same compiler to compile qt and kdelibs as you did use now *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ====================================== Tomer Weller spud@i.am wellers@netvision.net.il "Drugs are good, and if you do'em pepole think that you're cool", NoFX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 7:30: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 61A5D14EF0 for ; Thu, 6 May 1999 07:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA06912; Thu, 6 May 1999 07:30:01 -0700 (PDT) (envelope-from gnats@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 43C2114CDF for ; Thu, 6 May 1999 07:21:04 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 1B9DD1406; Thu, 6 May 1999 07:21:03 -0700 (PDT) Message-Id: <19990506142103.1B9DD1406@norn.ca.eu.org> Date: Thu, 6 May 1999 07:21:03 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11540: Update: net/greed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11540 >Category: ports >Synopsis: Update: net/greed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 6 07:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 0.8. I am the maintainer. >How-To-Repeat: >Fix: Index: greed/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/greed/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 1999/05/01 02:12:32 1.5 +++ Makefile 1999/05/06 14:17:39 @@ -1,12 +1,12 @@ # New ports collection makefile for: greed -# Version required: 0.750 +# Version required: 0.8 # Date created: 13 April 1999 # Whom: Chris Piazza # # $Id: Makefile,v 1.5 1999/05/01 02:12:32 steve Exp $ # -DISTNAME= greed-0.750 +DISTNAME= greed-0.8 CATEGORIES= net MASTER_SITES= http://www.public.asu.edu/~arturner/ Index: greed/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/net/greed/files/md5,v retrieving revision 1.5 diff -u -r1.5 md5 --- md5 1999/05/01 02:12:41 1.5 +++ md5 1999/05/06 14:10:19 @@ -1 +1 @@ -MD5 (greed-0.750.tar.gz) = ebc282ef12afdc3dfb1bf7845f00040e +MD5 (greed-0.8.tar.gz) = 46a40f1047217e980ab2d3c88dfc2756 Index: greed/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/net/greed/patches/patch-aa,v retrieving revision 1.3 diff -u -r1.3 patch-aa --- patch-aa 1999/04/25 17:51:23 1.3 +++ patch-aa 1999/05/06 14:13:06 @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Apr 21 07:09:00 1999 -+++ Makefile Fri Apr 23 23:28:02 1999 +--- Makefile.orig Tue May 4 09:49:31 1999 ++++ Makefile Thu May 6 07:12:36 1999 @@ -4,10 +4,10 @@ # Where to install binary and manpage on "make install": @@ -12,17 +12,17 @@ ################################################### ###### ###### -@@ -52,11 +52,10 @@ +@@ -50,11 +50,10 @@ #CFLAGS='-DI386_ASSEM -DREAL_IS_FLOAT -DLINUX -Wall -O2 -m486 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2' freebsd: - $(MAKE) CC=cc LDFLAGS= \ + $(MAKE) LDFLAGS= \ OBJECTS= \ -- CFLAGS='-Wall -ansi -pedantic -O4 -m486 -fomit-frame-pointer \ +- CFLAGS='-Wall -ansi -pedantic -O4 -m486 \ - -funroll-all-loops -ffast-math -DROT_I386 \ - -DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP' \ -+ CFLAGS='-fomit-frame-pointer -funroll-all-loops -ffast-math \ ++ CFLAGS='-funroll-all-loops -ffast-math \ + -DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \ greed Index: greed/patches/patch-ad =================================================================== RCS file: /cvs/FreeBSD/ports/net/greed/patches/patch-ad,v retrieving revision 1.2 diff -u -r1.2 patch-ad --- patch-ad 1999/05/01 02:12:42 1.2 +++ patch-ad 1999/05/06 14:13:59 @@ -1,9 +1,9 @@ ---- main.h.orig Thu Apr 29 16:28:25 1999 -+++ main.h Thu Apr 29 16:28:32 1999 -@@ -48,7 +48,7 @@ - #include +--- main.h.orig Thu May 6 07:13:34 1999 ++++ main.h Thu May 6 07:13:43 1999 +@@ -50,7 +50,7 @@ #include #include + #include -#include +#include #include -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 7:33:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1498715A07; Thu, 6 May 1999 07:33:40 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA07165; Thu, 6 May 1999 07:33:39 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Thu, 6 May 1999 07:33:39 -0700 (PDT) From: Message-Id: <199905061433.HAA07165@freefall.freebsd.org> To: kiri@pis.toba-cmt.ac.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11423: New ports: JDE-1.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New ports: JDE-1.3 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu May 6 07:30:34 PDT 1999 State-Changed-Why: Committed, thank you for your great great jobs!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 7:36: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mortar.carlson.com (mortar.carlson.com [208.240.12.98]) by hub.freebsd.org (Postfix) with ESMTP id 1560714D67; Thu, 6 May 1999 07:35:59 -0700 (PDT) (envelope-from veldy@visi.com) Received: from mortar.carlson.com (root@localhost) by mortar.carlson.com with ESMTP id JAA13121; Thu, 6 May 1999 09:35:59 -0500 (CDT) Received: from w142844 ([172.25.99.35]) by mortar.carlson.com with SMTP id JAA13115; Thu, 6 May 1999 09:35:53 -0500 (CDT) Message-ID: <009301be97cd$c1747fc0$236319ac@w142844.carlson.com> From: "Thomas T. Veldhouse" To: "Tomer Weller" , "FreeBSD Current" , "FreeBSD Ports" Subject: Re: Date: Thu, 6 May 1999 09:35:51 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I had this problem on a Linux box a little while back. It also used egcs-1.1.2. I suspect there is a problem with the compiler or the configure script of the kde tarball. Tom Veldhouse veldy@visi.com -----Original Message----- From: Tomer Weller To: FreeBSD Current ; FreeBSD Ports Date: Thursday, May 06, 1999 9:31 AM > >whenever i try to compile KDE software (ports also) i get this error, though >packages install fine. >i installed KDE from packages, i suspect that's the problem. > >this is from the kmp3 port, but happens with every piece of kde software : > > >checking for KDE... libraries /usr/local/lib, headers /usr/local/include >checking for extra includes... no >checking for extra libs... no >checking for kde headers installed... yes >checking for kde libraries installed... configure: error: your system fails at linking a small KDE application! >Check, if your compiler is installed correctly and if you have used the >same compiler to compile qt and kdelibs as you did use now >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. > > > >====================================== > Tomer Weller > spud@i.am > wellers@netvision.net.il > "Drugs are good, and if you do'em > pepole think that you're cool", NoFX > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 7:40: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E853B14F98 for ; Thu, 6 May 1999 07:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA08262; Thu, 6 May 1999 07:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from burn.lovett.com (burn.lovett.com [38.155.241.3]) by hub.freebsd.org (Postfix) with ESMTP id 7691814FB4 for ; Thu, 6 May 1999 07:37:05 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by burn.lovett.com with local (Exim 2.12 #1) id 10fPGq-000EY7-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 6 May 1999 09:37:04 -0500 Message-Id: Date: Thu, 6 May 1999 09:37:04 -0500 From: ade@lovett.com Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11541: Port upgrade: gnomemc-4.5.30 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11541 >Category: ports >Synopsis: Port upgrade: gnomemc-4.5.30 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 6 07:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 3.1-STABLE i386 >Organization: Lovett Network Consultancy >Environment: 3.1-STABLE as of 05/01, up-to-date ports tree >Description: Upgrade gnomemc to 4.5.30 - almost certainly needs the new ORBit (PR-11524), gnomelibs (PR-11529) and gnomecore (PR-11538) >How-To-Repeat: >Fix: Apply following patch begin 644 gmc.diff.gz M'XL(",BG,3<``V=M8RYD:69F`,U:6W/:2!9^AE_1E>'!E"R$),0MZRT<&Z>8 MF#AKR,X^I(H2H@&-=1M).#@[^]_WG.Z6D&3)LG>W=B9V(:O[Z]/G?DXWF7D; M>AR3N?E`M[9#FQ?__;_F_=6"(+$Q4:+04FY"2C\LKA7K,5("/XPCY:BJ\M95 M=I[O4M=2DLW/'YLAC4.;/MK>CH3PB&S?(VJGU]S8VRV1#T0.X>W$K2S+Z4M# M'8U&2K>G=(=$'8Z[P[$^;.!:29**($/I]HFJC7OPJS8G$R*KYZI.)/8YF33) M3^0S_4X8M\3R'8=:,;+B"C)DZX?CAN"_*?]$_DY#QFM(?SO8(=V,&[V.T=%T MG+LV8TJLD,(#QAM:G_SL'+V1+G6O_,O*\^?KZ;3_^5PZP67S]-\8?XN7I[I5NKN?<7"?(*7HX/(7?ZDIW1+KJN#L:=_L-7('. M?9I/_=I(_1J<&CU:GE\;Y"PU3RC>S=+A6]1ZU!B.-6H8Y&*G][DA;:X/>L#=8CT8T47Q@ MQM8>A&=/V5S_(?HO,E%I!O:3,P7[(2GW:)/D12A>5725:-VQ,1BK:B.A@<8I M`+F%>F-5'^L]D7GZF'CZS$I(^G$;L90HNU;']CI^:.\:RP/%P(=`)=WNN-<; M8Z1B`I!QC_R*QB]TP\#:`,$:1+,FP&R_P>A<0[>`ISK$7:6J71=F3"Z#D*A= MHJF0$\;:2"2MDEV7^P.DE2="^@02"&9678#9KL,>WQ6>:H_E6-*06V?W\YLV M:9V!!3=VV$Y+`DX8S)QK8B&CY-DI$./\3;BZM/.550@>W"RD)S) M#*!`=_J/Y7R\LL"XRTTFK- M$"R5@K,0F3`(_]Z M`C`C6J:)+-&7]+`^V,Z&$46__C]I0Y(J35>J%,Z)"`(B6T3V2>C[,9%WY/N> M4B?A"AZ#`G/2"\Q5>A^$87D.M_X,.=RJS.%:+G]K).4ZD[NMBJ*J9?.V5MZ-G-#PA[`ENR1Y.VJ/9-4/!JKHS&XPBEOE^QY`H-\JI;-VR-,UQ)_L/2Z MMCWP%.9"%V3"WW`\>HHLW]OB'(R?WH!/LC%C4RR".?&&`O"H:/!Q_@+#4G[8 MMTP'/!XZ8$[--;,<\#<<9UYBP[:"A^P[SA\?5PGS,)N^(?.6'ZX%AQ>8%%/N MV\K5W?V'2P7+#[3I8&?.F]@=0X=:JR"$JG5L*S"'_2:P:*4P!"7!S^8V-'J( M_8`SV3I+H&U%3,B1%=I!'$&ZLC=.=J]D&VCM0ZK`)#A1CIV"KG`_(N6(%!&, M"(D.02!4DV47AD#@G4>_I]8H,@%!&5,W<(`>*$V.>$>PGW[P)Y&D->J?)Q M2-?"(\4J,=-6`OOHF@$[H,BUOAL]>;%Y%+Z;Y99/@*\PP](4D6[#Q\$/"H"\ M<@1*K@@N@N-J1@H^`1X-PWP63"16J3Q&A^7P845%V?X9*LKVK15EFZTHV]=4 ME&VAHK`67504@U440\M5%!0G=Q#`"@'-+FP`%:([*)03`6_4O4'?1<"KH=6Q2.28H/Y=_`!3,6$?8$X>)02"?(6A$1'QR1+A,SK) MZNI%TO]F3@V4>VUO9B!T(FH=4FDR]WBZ\?4'_0]3%(ZRQ! M8Z.846D;51P=U@(E\&UNFE[_?$@D^!0'I?1X)?Y`*'9^DTQ/FN[#6E!K0UB# MV#J;7WZ:MHGH("].O21I3Q< M7[_PE!EQ*73\)=V^:VV]5=)%9Q>?R@O6ZA,(Z5A[U]\0Z?C*!:!&:NU]\NZ+ M0\V($N@>[.T3B?<09_&>LEIB[PZAR2X6'TWG0","F1A;D9!:L?/T#C4FB$0T M1GO@0CAM8ZIEUY#,1$+>=ZBG5\!3!;W#@&2-I3$\AZ9/,OKG(]97BK$1&QKF MG`5]8):`JRGR`^E1RL\1[YJ]UI@AF2--GCK!S@9?M$_DY"'UX:,31.4?]+)NVZ= M@031O)*2]J2-A]2W*_DD$OHDYL*4T;?DHQ>2#Q8];,^?%;XYA-_&C''``I7&P9]*69X5\>2P*97)4BCD_;'6SY[\^DR6M%JDLMQ]7:;" MY"3)@M@M!H?MH:#A$^LA/%SJ'4!"L/VGY=V7%8,#$,0+XT,`*.\A(O?3R^OY MM"-.1!!WRUD"%%-';--!).]P[,0V8:\=#(J)#%K"H\>2.D$Q+,.842CSA[EC-BGQ1YX M>@0XN"6C(`8"T]V0^`%0WUU>#DXNTOG-.W88<1C:.?[:=+B+]0Q6Q'N)BS4@ M#*JK(U[]E)55%C7\SHR@,5)M?./AGU-)H_%-U(0![FT(EY#>N/>I,I]VS]_6 M9EVLG=X6EFQQNJQ#GWZ-D/\)G5*&,B6.\YY>+;U('KQ5Y7;R8.),;"0ZL MVB9UE_*U,JG-[Z?[B79Z5'O8*5]NP4G^F#-:LONKOSGCO&*:9'^]^.U9%I&< MR?0NG*N:_#C3Q^,,;X+X49FQA1RZ'/-N27P9QDQ:19,;ZA:Z8-K8OJT#1QO"O%QF'@5DP=S+!J MQ@IL_YE\8FY?Q=;!J9X*J_?Z80=,&IU)H^OGFE8FCBA=9>.0%\J&>6DKC//6 M2(&"($Z)%?-[.'12Q]_5X-#17P&IVVX?NTX-Y%?ST:R!X%W:L0X3N36(Y']5 MU,'J&/9"OU8W@1E99AVA@(:UD*=X[WLUH&A?!W"AIX.^[B'!Y9W*=JEL>UL? M?>N!/A5"^G1_"!;'(Z,?/G6.Q>#+H-B`;`:!8UOLV"E3#[JAZ(!FW*P"/XIY M)ND$WHY%R)!%R&A4$N\9NK:,E^"'V%R##7%I-7!K;_TZB.,'P1,#294@;QO5 MD`E"B%W(RR^C0KH#Z>M0D6\]I#H9:>RB`3 @"`$X#Y2;$+K7Y]//ZVRelease-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 7:40:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 11C8015008 for ; Thu, 6 May 1999 07:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA08271; Thu, 6 May 1999 07:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from smtp.mtci.ne.jp (smtp.mtci.ne.jp [210.231.230.8]) by hub.freebsd.org (Postfix) with ESMTP id 3E19615577 for ; Thu, 6 May 1999 07:36:54 -0700 (PDT) (envelope-from okazaki@be.to) Received: from acidrain (ppp15-Mobara1.mtci.ne.jp [210.172.1.217]) by smtp.mtci.ne.jp (8.8.8/3.6W) with SMTP id XAA16478 for ; Thu, 6 May 1999 23:36:29 +0900 Received: (qmail 2300 invoked by uid 1001); 6 May 1999 14:26:59 -0000 Message-Id: <19990506142659.2299.qmail@acidrain.localnet> Date: 6 May 1999 14:26:59 -0000 From: okazaki@be.to Reply-To: okazaki@be.to To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11542: devel/glib12 post-install rule fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11542 >Category: ports >Synopsis: devel/glib12 post-install rule fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 6 07:40:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: OKAZAKI Tetsurou >Release: FreeBSD 3.1-STABLE i386 >Organization: Personal. >Environment: ports-current, Makefile,v 1.20 >Description: The port Makefile have a wrong implementation of the Installing info/dir idiom. >How-To-Repeat: Remove ${PREFIX}/info/dir then do make install. >Fix: Please apply the following patch. --- glib12/Makefile~ Mon May 3 07:22:33 1999 +++ glib12/Makefile Thu May 6 19:45:28 1999 @@ -20,7 +20,7 @@ post-install: @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' ${PREFIX}/info/dir > ${PREFIX}/info/dir; \ + ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 8: 3: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C96B14CBF; Thu, 6 May 1999 08:03:05 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA19315; Thu, 6 May 1999 08:03:05 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Date: Thu, 6 May 1999 08:03:05 -0700 (PDT) From: Message-Id: <199905061503.IAA19315@freefall.freebsd.org> To: foxfair@FreeBSD.org, freebsd-ports@FreeBSD.org, foxfair@FreeBSD.org Subject: Re: ports/11457: New port: security/nessus Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: security/nessus Responsible-Changed-From-To: freebsd-ports->foxfair Responsible-Changed-By: foxfair Responsible-Changed-When: Thu May 6 08:02:13 PDT 1999 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 May 6 8: 8:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A2FF14CBF; Thu, 6 May 1999 08:08:08 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA29112; Thu, 6 May 1999 08:08:08 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Thu, 6 May 1999 08:08:08 -0700 (PDT) From: Message-Id: <199905061508.IAA29112@freefall.freebsd.org> To: flathill@FreeBSD.org, freebsd-ports@FreeBSD.org, flathill@FreeBSD.org Subject: Re: ports/11526: Update: deskutils/gtimer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: deskutils/gtimer Responsible-Changed-From-To: freebsd-ports->flathill Responsible-Changed-By: flathill Responsible-Changed-When: Thu May 6 08:07:32 PDT 1999 Responsible-Changed-Why: T'll take this... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 8:15:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 4156715A0E for ; Thu, 6 May 1999 08:15:14 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 16162 invoked by uid 1003); 6 May 1999 15:15:12 -0000 Date: Thu, 6 May 1999 17:15:12 +0200 From: Neil Blakey-Milner To: ports@FreeBSD.org Subject: post-depends? Message-ID: <19990506171512.A14870@rucus.ru.ac.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi This is mainly to Satoshi, et al. Is there any way to provide a mechanism such that a port may conditionally move on to making another port after it is finished? Something like a POST_DEPENDS item that'll generally be built up due to WITH_CONTRIB, &c. variables. This would allow ports, like for example qmail, to offer a menu (using my pdlg mechanism, or another) of options for addons that might be useful - like qmailcontrib, qmailanalog, ezmlm, &c. I'm not sure whether this is the way things should go, but I was just wondering what people think. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 8:30: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 232021512C for ; Thu, 6 May 1999 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 IAA41563; Thu, 6 May 1999 08:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from burn.lovett.com (burn.lovett.com [38.155.241.3]) by hub.freebsd.org (Postfix) with ESMTP id 7ED6E14D4E for ; Thu, 6 May 1999 08:25:48 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by burn.lovett.com with local (Exim 2.12 #1) id 10fQ1y-0009Mk-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 6 May 1999 10:25:46 -0500 Message-Id: Date: Thu, 6 May 1999 10:25:46 -0500 From: ade@lovett.com Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11543: Port upgrade: gnomeobjc-1.0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11543 >Category: ports >Synopsis: Port upgrade: gnomeobjc-1.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: Thu May 6 08:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 3.1-STABLE i386 >Organization: Lovett Network Consultancy >Environment: 3.1-STABLE as of 05/01, up-to-date ports tree >Description: Upgrade gnomeobjc to 1.0.2 >How-To-Repeat: >Fix: Apply following patch begin 644 gobjc.diff.gz M'XL(")NS,3<``V=O8FIC+F1I9F8`[1EK<]I(\C/\BBY,@ATL$'KPD..4[8!M M=OU:PSIW5:DB@S2`8J%A]<#V^OS?KV>$D,0C\>[55?9#*`JIWSW=/=TCT74M M^FC`);FG(]NA^NVK._>J,>8%?=8@[KHY= M-J5L^-6LQL;WYWF/!IY-Y[8[!@\OOLU!"$G*_!+Z#P!^MKD#)\F;"H(N7^']_;$]AA_GJ5(*4IYJY22+V^1P@A\/.YWSJYONYW>88X7!PB. M/%P>]_J=VT&OV^>4XG,*'IQ=75]V7C(\@][O)^WN[6'.9Z%G4K^:^)#O1H7. MX^!7IY;^0RI]:7UKJ6N92M>`>\IK'*^+PE6K<@OD&L^;WLQQ"5[="7U9V+JA MRE%A8U7SDI8NVSKLKF:S$A"O,OYS#PZ!:`VM7E=EJLK#NCRRFJ31JNN*:@Y5 M,E)JS7QYDP8EI4%KC.C(JNMJ4V\V&[*B*_5F76\ILH($,E3B-,Q(8$XP%.(J M$?)#LK'JQ*N3LO2:9R8&OIF>%:8H1[I14PRYM6@^==Y[ZB)/7*W)W)$]#CU: M89X]SEVB(Y?$`ZB!HAJUNJ'6Q#[.2US]DCG7(T'$5^=\FF)H\H*/6U%;NK;? M@/+BBK;*&VSU)R'J>.(Z:K*!7[4>Z2AG;:WPU0RUL>"+;#46MAH+6X`?$_WC M&@**C:I(S`%]#.##6UT0O2D&>+2DOQ-([`W7)[]T_M4_K$R9B%5KOZY`N14K M'=GY2#0KFYS4"BXK`"U#V_KF"R!YV@7"EA/YCVO'IP.L-`RB!H[ MV"Y(CCGP"H5*I2($S*R.PC*T!GK7,N!5VD3T)`G5.?9P,"?>X1>A#6FE06E% MZC_@4PM*3V\JU;+T9C"8#=Z4OJ"T/0(Z)PX4>/3@4\^SD43<)QB;IH*!#:CG8BQF'@M8\#2C$#`@D)N$`JH"I/9[@+]_W/#+83H+0(9=4151/:6*4VT:6"11.;CWGPM[ M/*_ZP8(]QN^!(K`O\/8MB,*2_&7VBL\B>Q03^)*JG;46(`I*E.;&.CQ\HGR7 M)@6UNI-@1'`D6#R*8X],X8'X1KQGOM&._I8OV!20!_N1)*WVH[BDB^F"+T09 M$@+;=F!BJ90R%>T[OO;5?1?+Q*N5R<"4Y- M"%R!WFAI^WAP+NL-78TTB!&G-VMZA.JW'\3RI+ M6M3UPN%`],8!/[)$A6&QP"\FR`(<'"R%J$],,?T::`E-*O)^])P""8L(N1>Z M+H]P\?GC]=5I]VS0.^]<7$C5H>U6_-AP']]7O M'7OPX2PY]JR(K!Y^].20Q`.G-+1H](N;?^SH1^]^COZ_-_J5AOYS]/]?1[_2 MJ/\<_3]'_U\;_4JC^:-&O])4:WST*XV6&K?\Q6!?'@'BJ2^.``EURZN*X3_A M5<7PK[ZJ&*9?50Q?\ZIBN/(Z2<>O(@X@.G_R+NO+YV^L2S&(%YUV<([5UKGM M838$NC*!G+@Y-DWJG'DLG&51%V1(G01E?0W]@'>_!.788S>+F:5T8%=^2"!_ M1LW@%+<[7>).;#>Y9X_)?1@$S%T!TPP?B4-=BW@)@M?PBIC`75(W[`9TFF`O M^)O8)=3'!"<0M8=D"&3J*@XP;>4P+-,?CIP)QBZ:XOX-1^I%8"H8\;>#*9 M.2/3*R9)+0Q!CSG.D*0YZ(QX M)&`)JCLEXT2FZ\["8"6*F61G*_B"/+$PR7VF$#B0$>6%DP%.4IZM515']";4 M28Q=VKZY!*Y80(>,)5ON>O@5XY^`,YZ+C,D;8MZGHI4-Y8W]."7)3KOA?88^ MI&" MS'97O.D%)`C]M+9^9B_T*?'8:+3F;Q\/#`E@S_S?0IK:-'TV'F,A9VWU&$`11-$NE%P(&/R+EWW=^M;X2Z;O[ML$.^R4;Q;#^/=>L#N,.-\)"T1GVQK M3--@%/'H013'3#P.!@X97+1/+X[/^"B0YM'_7W@F'3%0#'R8PPG%GXNAN(LB M^."XER^_2AA%#65=&,JO$<9I9\BIH25XNR?'[3:R%G?/^K^*X]D>7TM\`+@? M5V\NNKW^CYG\L?6M(U_-C'P5(E_YO!=W&X9]*\>E^+!/<\1_2BAR_(^H7N?_ M2N!O-.D7`[X:/79O&@1;>,18V$S+#HE\^7L\<1O>K"T:+AMIZ5&SD2$:,V+= M]>9^$\KU%OYN67=J2FVD+P;(9EIZG&Q<<=?ER14]:+,&T1/RTA;2*3%Q!S]M 7$5X,JRVT:'1M)HI!EO\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 Thu May 6 9:30: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DED6F159B2 for ; Thu, 6 May 1999 09:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA77295; Thu, 6 May 1999 09:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from burn.lovett.com (burn.lovett.com [38.155.241.3]) by hub.freebsd.org (Postfix) with ESMTP id D8558159B2 for ; Thu, 6 May 1999 09:23:28 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by burn.lovett.com with local (Exim 2.12 #1) id 10fQvm-000H4w-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 6 May 1999 11:23:26 -0500 Message-Id: Date: Thu, 6 May 1999 11:23:26 -0500 From: ade@lovett.com Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11544: Port upgrade: gnumeric-0.25 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11544 >Category: ports >Synopsis: Port upgrade: gnumeric-0.25 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 6 09:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 3.1-STABLE i386 >Organization: Lovett Network Consultancy >Environment: 3.1-STABLE as of 05/01, up-to-date ports tree >Description: Update math/gnumeric to version 0.25 >How-To-Repeat: >Fix: Attached uuencoded tarfile includes diffs and two new patchfiles, patch-bi and patch-bj begin 644 diff.tar.gz M'XL(""W!,3<``W@N=&%R`.T:_7/:N+*_PE^A1S-WR5"#C6T(O$NG-"$Y7DER M`^1R-W,S5!@!OAC;SS;YZ)OWO[]=2?XBH:6OK\UUGG<2+*UVM2OM:E>2/;/G M\Q=?&315;1H&>4$0U(TG:6AZ0R>DV=(,W5!UO4F(IFJ&^H*H7ULQA'48T8"0 M%X'G11^CNULRYGP+A;XM]-T9N^^0RWYU6PY8%-CLUG87)(!':'LNT6J: M6IZ!FQ)E390`JZFZBJ(DE9+6;K?KJE%7#XEVV%$/.[I1XMS5:G63RJRK3:*9 M0-(!@C=OB**]TAJDRG_?O"F3E^2"W1&N+[$\QV%6A-JL9#=D[@6=4CR&LO*2 M_,H"KF_`_KFV`S;KE$HEM:8=EJO;VAHFBCFA$2-6P.#!\250_]**O"D+".AZ MB#372V_%VTJ_KV_LI1UXY(+>4)O\Q!]O(F8M7<_Q%G88U2QO]1J8D&^O/TMM M^^J6SR5Y8II(&+%;1GKW/MGCK&7EI#\:7W3/>T?)(!4QFB<;<"C'W7'O['+8 M[XV.2FAALG"]%2N3\^YHW!M.1OTQMNS]*U.?G%UGO2'1Z70 M6P<6"Q-'*4M?Q;&`#\W,YW#61/A6;S5SSFH25!3=%)[2]_1ZHTE4HV/@[)>0 M`QTT;4]\T^P8;>&;X)CHE=/49W/# MFCLLF@_W9T5-G#1Z5,%%%5G/N50][S`*$(G8BB./8T M)-#PGL3D54'^'I!YLI2$6#0BK_G`(@;1#]5A]Q'YZ:?>Y6E9(2\=VV5$U\$Z ME63TE7(U:3"T7`,A+VW7:B8^"R05N=5.$7=EI2.X1-6@1[3G`>09G?SGKC<>^W<87\[8A4.I6_DVC) M7"&[J;4,'(Y\HDJ"30'7V.M>OZN0'WX@4\AJ-]`R\UP&#_#7LY-WDW>]WT>_ MGZ-9]\[&[R;'EQ>G_3.PJQ]`FKI_7Y?37U_,;O#_ACV$#RMN@VKUL_BC&ZWQ M5"^@B/`:X3;"PN`P?Z#'@&,``EVC=]%].Y`IBFCQN-N'KPYQW/S)QTT(N.+9 MH'O2FYQ>#0:8'R?CX57OZ,>7/VYI/NT.1KTC:`0+5)7?S@=BF6Q=$)+H^'30 M/7M,9LT=NA"$==$$19BLM-_'ZT`WT!,,X0:$^"QP)K?4@4SZ)BYS_$.T M]-RD):EA&R@C=CLC:+/=R($-)VPQK<`+B>^L%[8;$I@56$"PQ:SN0@J>LI4, M#+]P*`2VS:ZKV[M^BD<$#8@,P^X$W1FX2+(9K,U8>!-Y/AGVNB>P<'[N'K_K M7YR1I#WTF56SW0P'KDW$)(B5O6)D;Y_ZO@U..3GICKL'*/1I/YS^!?QP^KE^ M.,WZX707/YQN;D#4CIIL0#2^`>%[1((=XQ#B?3],K=P:0,K_!W5)XY#@OD#O M-.3V@J"8#9;2:6`+:M@3-3H-LP.ZI9L1S=!X.N./."-IS19'\@=?%)A.70_\ M)IK\,KP\&W;/T<=@$N%THZQP8&(5]"^.!U6$Q]S!Y7%WT,.CP!^5 MRM[^C$9T9@<'=<>SJ,,J?U0@LR+IU7EOV#^>_-H;COJ7%X)85@Z`"@Y-2G]O M7V8%[`'/4<"[M\_%3*1L$,1;$'_5'W#\Z`"6W0ZZB=1S4`^7-&#?6,'JLTP> M8F&53\!K1+\R3DC]=M'[^2;VRY7GG@V[RT2'M]T1G%POKX;'8XM65:3+&A3UU1M1S;GWHTF&U6.9\%A_L@YN-EV=TZ"+T@E#RRPIO`XDSB M95EPS&SJ>`L%A4/&7ZV8*[3,XN=>`&LSBUYXD:BY+>57!F)8F+\6R95NS02BKADK$HK4&> MRFDYU7.:=)X?TE'4#MML-:BS+-O)JV+@)[EFGE5=ZZHI"IQ-1F,X2@S6&6*4::RZ10'B&1S;?O5]2/N^`['"%-EC-XD.S2!1.=!0QV(H%" M0\NV!4,.P]DR-B^E%I-EA:XC#UQ/&&T#M4Q0WO1/4%9TDL.D$I1;F]UE*7A= MM$>QZV-)2H\>$M<798E_6$T]Z2^RS(G0B^(P(LJ"_LZ>+4`8FI9.':8X=,H$ MR],MR'7G!3=3S[L1W>&1P_9RY24<-OY?(BI'0^AY]S*%?*=AG"6Q&57@4FA;C)$Q#C@O&O_OXCWM`C^1?!/ MRO_#X"\P,(W47]I6IK^-AK37CZ0+OGH5!QRNR_0B5`5S_2\M.55A-1O[Y][+;^0YYA9=4AO?D. M;A,_L2+PLA.V9G,OI<,+46ZUAHY6TW5YG99ED]E+7O@GK+Z[B.G$;4G="NN# MX\EY;S3JGO5&J9"5MT$X8UL)JSE"YD[.WN[8*=M5.@LG)Y>[TYZ-M](^]R?%"PE763"U]H""Z1C/C+8_'@'UN)CYQ8P$CD$7Q=0!T'7S=+`4BA MB.+,#L@1V=N'8,WO;C>C>+F:ITMNOA\1DC(1KS_QO9PH@6X+HERC\%(IM_E5 MKGW/=B/C!9R%)D3-F.300FR(0)0;>U,4+ MDCBBEXE,.A.'9BX[$,,WK4G)PF^R\A?F?;RJEI<"IY[`3XSR/C_Y]>4\Q_]6$?^_!63C_WRNP.'EDQF@ MW=$;CS/`8^;'?&;K>\L!RC6$K)EW]\UR`Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 9:41:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BDC74150E8 for ; Thu, 6 May 1999 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA80986; Thu, 6 May 1999 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from burn.lovett.com (burn.lovett.com [38.155.241.3]) by hub.freebsd.org (Postfix) with ESMTP id 3552A14F8D for ; Thu, 6 May 1999 09:33:32 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by burn.lovett.com with local (Exim 2.12 #1) id 10fR5X-0002Z1-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 6 May 1999 11:33:31 -0500 Message-Id: Date: Thu, 6 May 1999 11:33:31 -0500 From: Ade Lovett Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11545: Port upgrade: gnomepim-1.0.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11545 >Category: ports >Synopsis: Port upgrade: gnomepim-1.0.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 6 09:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 3.1-STABLE i386 >Organization: Lovett Network Consultancy >Environment: 3.1-STABLE as of 05/01, up-to-date ports tree >Description: Update deskutils/gnomepim to version 1.0.7 >How-To-Repeat: >Fix: Apply following patch. begin 644 diff.gz M'XL("/'#,3<``V1I9F8`Q51-;YM`$#W#KQ@I.;3"L(L!`U9=V;&I11LGD7'3 MH[6!Q48&0Q;LNJWZW[N+O].DBM1#.'@]S)OAS;P'_C*BFS:,R(+&24KESO]? M\K@?@&C6!E2R$'UBE%X%`Q2N2U3DK"I11,O%JDK2$LV6>4:+)$-[`HVUS&C% M$KI.EC-@_"B3?`FZ9LM1$L>@KD!E/#HR5E7U$$BZZ[H(FP@[H#MM[+0-+(E: M15&>@BR$6Z"WVDV+X^1N%U2]H1N@U+_=K@P7<$._0\T8PCQ-:5@)*MFN#<0Y M:TO[`63U`NXIJ\DR^KA*&(W:DL0?CC5=5EY.VN)!`U)1"!GE1YV0=!L^$SXV M9RKRW^9Y5M^7[LDR25,"O@;!?`4?UMNXNUNR=CL>?N05HNC2CX["-M9BA_#, M?J"LZ)J"MRG@LJZ4U8$?3&YZ(Z^S'4_E\ZG;0=2[+\.3S#&AO%3#=_]\#1^\ MWYMXP]NQ[P4=Z>`)J%$RC'K!Q!M/`W\BTI>_3N+I\.9VY/T^PTR#KU<#?]R1 MRGS%0KJSEJ`A^UN/BS64*(NL-S/Y@<&++C?/7&Z"8"L,SL^=;0V$7<"ZT,YT M)%$AO'W,'VS=.MB:>UH86AT-+'CW1%&M(DR;_7P/'=#CINM2US6)&8?T`<=6 M$S_$V#`6< M,+KEA>8T+5!(4M1'55XDH1:1ZAR11.G1UAJ/SM-9PC/),LY/0`OZHY254U21 M;#)2[-^/D+!(VQ39OE.:Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 9:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 47939150E0 for ; Thu, 6 May 1999 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA86480; Thu, 6 May 1999 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lion.plab.ku.dk (lion.plab.ku.dk [130.225.105.49]) by hub.freebsd.org (Postfix) with ESMTP id 497B3151E1 for ; Thu, 6 May 1999 09:40:23 -0700 (PDT) (envelope-from tobez@lion.plab.ku.dk) Received: (from tobez@localhost) by lion.plab.ku.dk (8.9.3/8.9.1) id SAA18842; Thu, 6 May 1999 18:39:05 +0200 (CEST) Message-Id: <199905061639.SAA18842@lion.plab.ku.dk> Date: Thu, 6 May 1999 18:39:05 +0200 (CEST) From: tobez@plab.ku.dk Reply-To: tobez@plab.ku.dk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11546: Update to math/PDL (to compile cleanly on the latest 4.0) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11546 >Category: ports >Synopsis: Update to math/PDL (to compile cleanly on the latest 4.0) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 6 09:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Anton Berezin >Release: FreeBSD 4.0-CURRENT i386 >Organization: The Protein Laboratory, University of Copenhagen >Environment: >Description: According to http://bento.freebsd.org/errorlogs/4-latest/, PDL cannot be built on 4.0-current due to f2c removal. This patch fixes this. >How-To-Repeat: Don't apply the patch, if you want to repeat it... >Fix: **NOTE**: One file added: patches/patch-ff diff -ruN PDL.bak/patches/patch-ff PDL/patches/patch-ff --- PDL.bak/patches/patch-ff Thu Jan 1 01:00:00 1970 +++ PDL/patches/patch-ff Thu May 6 18:09:19 1999 @@ -0,0 +1,14 @@ +--- 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/) { ++ # newer FreeBSD 4.0 ++ $F77config{Freebsd}{F77}{Compiler} = 'f77'; ++ $F77config{Freebsd}{F77}{Link} = '-L/usr/lib -lg2c -lm'; ++} + + ### VMS ### + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 9:57:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from Genesis.Denninger.Net (kdhome-2.pr.mcs.net [205.164.6.10]) by hub.freebsd.org (Postfix) with ESMTP id 29542150E8 for ; Thu, 6 May 1999 09:57:14 -0700 (PDT) (envelope-from karl@Genesis.Denninger.Net) Received: (from karl@localhost) by Genesis.Denninger.Net (8.9.3/8.8.2) id LAA24517 for freebsd-ports@freebsd.org; Thu, 6 May 1999 11:57:14 -0500 (CDT) Message-ID: <19990506115714.B24496@Denninger.Net> Date: Thu, 6 May 1999 11:57:14 -0500 From: Karl Denninger To: freebsd-ports@freebsd.org Subject: Question - speech synthesis and/or recognition Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Organization: Karl's Sushi and Packet Smashers X-Die-Spammers: Spammers will be LARTed and the remains fed to my cat Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks, Possibly stupid questions: Do the following exist for FreeBSD as things are today: 1. MP3 player (already found this one - answer is "yes") 2. Speech synthesis (text to speech)? 3. *Digitizer* for speech from a microphone into an audio file which can then be played, along with formats supported (and what plays them)? 4. Some way to coordinate these things (ie: if the system is currently playing an MP3, how do you - or do you - play an .au file with, say "I'm Sorry Dave, I can't do that" without shutting down the MP3 playback entirely first. -- -- Karl Denninger (karl@denninger.net) Web: fathers.denninger.net I ain't even *authorized* to speak for anyone other than myself, so give up now on trying to associate my words with any particular organization. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 10: 0: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 96334151D4 for ; Thu, 6 May 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA92071; Thu, 6 May 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from burn.lovett.com (burn.lovett.com [38.155.241.3]) by hub.freebsd.org (Postfix) with ESMTP id 5B5B415001 for ; Thu, 6 May 1999 09:53:17 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by burn.lovett.com with local (Exim 2.12 #1) id 10fROb-000GNh-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 6 May 1999 11:53:13 -0500 Message-Id: Date: Thu, 6 May 1999 11:53:13 -0500 From: ade@lovett.com Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11547: Port upgrade: gnomegames-1.0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11547 >Category: ports >Synopsis: Port upgrade: gnomegames-1.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: Thu May 6 10:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 3.1-STABLE i386 >Organization: Lovett Network Consultancy >Environment: 3.1-STABLE as of 05/01, up-to-date ports tree >Description: Update games/gnomegames to version 1.0.2 >How-To-Repeat: >Fix: Apply following patch. begin 644 diff.gz M'XL("*K(,3<``V1I9F8`Q5=;'8 ML3M*6M?UYRC7M#R$O;'CCO%0.SU%!NYB!^GJ>WJJH3?HAMXCY3(*>)K2H)+> M9"LU*.+EN+/=A6:\07_04GE[5,%$>^*$1$67%%T^%.A$B6K&Q71V=W-V?3EI=FFH;1K-?HQ/ MOUX]67NZI!^6LS7]D!Q$X?SL[O+JX^WT<@:K<@$IC(:NSV9WE[?SV?1.+IW\ M\V0\O[KY>'WY[PYF/OO]P\7T=M(1O"Z#-=4:-[1IPW@9#6%FH?N-*+^Q?Y#S M@QW*#Y#T59(=VA6#'=,:(0O+_+E>1TI(FF_7-PP?C;'=,!SH+;EM7%^XZ+L7 M6>U5I.S%?[]#$]3WP_Z0]D?8IOZ0^JYMVUX4^`/L."X.J:?I>U783U3@R*>N M-?#"D>WT04'D15[?PM0;V,2R([I.14&J((%@J-8@X3?*R',W#B;&VTF,AS9^ MR^RL!P=2Y*D4/0.M\]2WQQ9>5R)752)794LJ3JN`YQ&+>[QD<>>NIG"H2X1L MJ;WOCFU''6K-D/K7V,Z,5`W,0[8U=O'8QBN8LF+;;G<`=IH6+.E[+"6U4H%5 MJ;#!2Z]1H>]8:F"/TA(&AS"4U16LL63AQI)J9755O_?OH:/Z;]`J1GIR?;Y0:')V`+O7A_F>!3D):0%^\U?3C1->26\%F?P`* M`Q[2.4R&K)Q'*8GGHJ#!Y*UQ>]),OL#"'%PUDT=YI:C@>5X3O*:5:6JF+:^9 M5NTJIB(!K<"O9+XDY>33V=W/VC;0ZP.WB,U/OT&1_E8G;6W_X!$;[1RQ$6J\ ME>14O3V':]"14I*23Q'KD^5:8[NI@)+J'M)E,U0Q4XELO#,S6A%P1Y@AC4B= M5D:5T"?31L%H0(THZA5Y_%627R^@AIJ^(\*@U+(\XJO[3%0\!^XOZ*,X"BBG M=YTHV$-&"F$&0#UA^B18P)>RF+[T=Q\T(L&1R+BDCPJI4N`.)&]M=[2B[6%I M4;-*S$5&TM1\`%8;&#]@_)K-EU+N`W8/2\4Y\_V4;CL*:AP%G<.+BRN\?A3> MV.`/N,)]#F>&,$I;8KN&!?Q^#[>>HV@'L)SXOVS!P0PE!6A$BXX*U.E-`,`(B6L:MMQR1]) M.J?P3&A#0>3*@O'6)$"O=;E@DB\MB"J!&XRV;A@@6S(<\+5*ZLR?DSR<%[QN M3W>=PY[FXDL-BVVX>RJJA"S;2?A8+_8'J,[#)Q6,%`6%M_T]6;;C?)[70L'4 M<7'5$]/Q9-5Y>5AV15,6T=<-%+QX'02/"?B[W6@SVH`"_K!4K^NK:$KE^#HH9(UK_P&E'?Z\@!$```2/ ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 10:30: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 92BCE1515E for ; Thu, 6 May 1999 10:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA06307; Thu, 6 May 1999 10:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from burn.lovett.com (burn.lovett.com [38.155.241.3]) by hub.freebsd.org (Postfix) with ESMTP id 93E4E150DF for ; Thu, 6 May 1999 10:28:57 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by burn.lovett.com with local (Exim 2.12 #1) id 10fRxA-00040D-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 6 May 1999 12:28:56 -0500 Message-Id: Date: Thu, 6 May 1999 12:28:56 -0500 From: ade@lovett.com Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11548: Port upgrade: gnomeadmin-1.0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11548 >Category: ports >Synopsis: Port upgrade: gnomeadmin-1.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: Thu May 6 10:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 3.1-STABLE i386 >Organization: Lovett Network Consultancy >Environment: 3.1-STABLE as of 05/01, up-to-date ports tree >Description: Update sysutils/gnomeadmin to version 1.0.2 >How-To-Repeat: >Fix: Apply following patch. begin 644 diff.gz M'XL(""O1,3<``V1I9F8`Q5=9<]I($'Z&7]$E$V-'UBTDD(/+%_&2C>V4\5Y5 MJ2*#-`*5A<3JP&:]_N_;,T*8PW9([4,HBI&FC^GI_OJ@&WGTP8%+L"4.:"DB:M\3"@][9TK[C15)G&2I4HZ2_,L"%-E&,5C2KQQ$"FE M!0?3:D*S)*#3(!I"@DL:Q!%HLE7U`M\'*0E;6J^`959\>=DXR" MFU!<"@K[J`9\RL,9H-%-QO3'*!XOB.7GK_PN&`5)#%?DC@3P@2_'&75'41S& MPR#-9#<>'Z$\4U'K>L\A/Y@RY\(+CH,THU,*G8<)U+AD53KO]FZO3BX[[0J_ MM<2O+177D[[\>K%$6R:)K\OI5?$U.?3)VGWNK>,6GM<>N]?7%U?=IY6>/J]WT[/NS>H)\X3E\[!5UA2[19IP/R1*F.O M\?/R8&'"JXE@K"2"`F-`1TT6K;M66[3T(AOM52=M+QF&8T)R=P1.H.O$B$_+RCK MEFP=FX7I+$#ERYM16F,J0Z5K3D.?%RE;Y46JP0/&%+MQY`?#/*%RG`3#RFU. M,;L3`!U4U5&QO*D\O:L2.V#!7.GE4<%G,S-TVU%+/G:.;AG&@6F"R!\L?AA6 MFB^WO]QT3L[[G[NG;4$*)]D(ZY67"DBD84HY#Y:=&(0:PBL)<2[^H?1!$((5N/Q$$69:Y@+NJ0UAM?O3_KOZM]0.O"!3DD( M0D;3#+X*A8IZK5Y_K#-#IUQY[?F0NIC2[*G^[:N`T,='X1"R$<5>(^04!%KLNR>"(AYJ9*3.5]"&# M#Q\ZUQ^1O!,&$07=,JTE5S*YG2!RP]RCQ;9'_50>L7WE/5Q/:9($2"+1#(:N MJZ-C,YI$Z(M)$F=Q-IM0R&(@TSCPD`F0/4YD@/=*H>`/"GF*_6V$D!M0E[`7 M5`'C8#C"7X9[YAE,IRQ/(N#Z8A\(/XR[`&"0!V&&`261Q[T(`?9FD@SS,45- MSW;/CSBZSH7;AV6QJF' M\(3OA3<1$H^PQU%1X&D)G`W;09`4<(CNO@K[+*Z-PSE[N;\/.M]]@MU=X,"2 MTD7T:H\\>A0#^+2$G62,-<9?<+TO`,6A^2(.VS/*LO094.N9!#[!NN@Q+PX3 M,H9[DCIES@`P1&W@J23^L"U8%)#'#_"'R:Z*SA&^#'BAB!`7>"T#GT^J+QU5 MY!V[^WK>E06*TV%BK81!]VRK31 MVU\5?K4<\9IOZ_I!BY7\IEF6_$J%)1X^H//%E[K-*,`SY]U&9"<;IHF-#<3YRL9O/%.J5,JH,TL*(R0HC#5,O1`QFFHA@A2` MRJNAP)H4#RY85S]#J^1TM$TT\!1S+1J;>GA`Q!=DS2UE0:J,9WT^<3#@>@'V MIAH?8OMGUU*_ANO33YT_;]OR.%Y,DW=#YGU3BXZO>5_1LR!J[Q#LCUOD+W%*Z[PWL7;ZXU^@'?R`S8D^?9ZT^F; CO,<(>01G(<*)RB1X&)-)B@J&TX#>O\A3TOX#T%^,W9@1``#R ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 11:27:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DFA015602; Thu, 6 May 1999 11:27:22 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA40897; Thu, 6 May 1999 11:27:22 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Thu, 6 May 1999 11:27:22 -0700 (PDT) From: Message-Id: <199905061827.LAA40897@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/11536: Update port: net/ntop Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: net/ntop Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: billf Responsible-Changed-When: Thu May 6 11:27:02 PDT 1999 Responsible-Changed-Why: My port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 11:47: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from io.uwinnipeg.ca (io.uwinnipeg.ca [142.132.1.12]) by hub.freebsd.org (Postfix) with ESMTP id 9749E14E22; Thu, 6 May 1999 11:46:51 -0700 (PDT) (envelope-from rurrea@uwinnipeg.ca) Received: from uwinnipeg.ca (poiesys.uwinnipeg.ca [142.132.2.47]) by io.uwinnipeg.ca (8.8.8/8.8.8) with ESMTP id NAA20200; Thu, 6 May 1999 13:46:46 -0500 (CDT) Message-ID: <3731E363.1709FA06@uwinnipeg.ca> Date: Thu, 06 May 1999 13:45:55 -0500 From: Charlie Root Organization: university of winnipeg X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: jfitz@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: FreeBSD Port: msql-2.0.4.1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi , I'am trying to install msql-2.0.4.1 from the ports collections and i'am getting the following mesasges: ---------------------------------- poiesys# make >> msql-2.0.4.1.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from http://www.hughes.com.au/software/msql2/. fetch: msql-2.0.4.1.tar.gz: www.hughes.com.au: HTTP server returned error code 404 >> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles//. fetch: pub/FreeBSD/ports/distfiles//msql-2.0.4.1.tar.gz: cannot get remote modification time fetch: ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles//msql-2.0.4.1.tar.gz: FTP error: fetch: File unavailable (e.g., file not found, no access) >> Couldn't fetch it - please try to retrieve this >> port manually into /usr/ports/distfiles/ and try again. *** Error code 1 Stop. *** Error code 1 -------------------------------------------- Since yesterday, i can't install it, i download it from web site ( http://www.hughes.com.au/software/msql2/) but is a 30 day trial version. just curios if there are something wrong with this port or there are another way to do it i'll appreciate you suggestion. thanks in advanced p.s running FreeBSD-3.1 on a pentium 100 , 128MB, 3.2G HD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 12:10: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA7D614FA9 for ; Thu, 6 May 1999 12:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA61697; Thu, 6 May 1999 12:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from burn.lovett.com (burn.lovett.com [38.155.241.3]) by hub.freebsd.org (Postfix) with ESMTP id 6A1A414DE3 for ; Thu, 6 May 1999 12:09:55 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by burn.lovett.com with local (Exim 2.12 #1) id 10fTWs-0001BP-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 6 May 1999 14:09:54 -0500 Message-Id: Date: Thu, 6 May 1999 14:09:54 -0500 From: ade@lovett.com Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11549: Port upgrade: gnomecontrolcenter-1.0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11549 >Category: ports >Synopsis: Port upgrade: gnomecontrolcenter-1.0.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 6 12:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 3.1-STABLE i386 >Organization: Lovett Network Consultancy >Environment: 3.1-STABLE as of 05/01, up-to-date ports tree >Description: Update sysutils/gnomecontrolcenter to 1.0.5 >How-To-Repeat: >Fix: Uuencoded, gzip'd tarfile comes to 75k, so I'm not posting it here - instead it can be grabbed from http://www.lovett.com/~ade/freebsd/gnomecontrolcenter105.tgz The reason it's so large is entirely down to libtool - they've changed from using 1.2 to 1.2f between gnome controlcenter versions, which completely broke a bunch of patches. Someone more enlightened in the ways of libtool may want to clean this up (patch-aa, patch-ab and patch-ae) before committing - all I did was to backport everything to the previous libtool. I think this is the last of the gnome updates which will hopefully make it into 3.2-RELEASE >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 13: 0: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D5B814C3A; Thu, 6 May 1999 13:00:05 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA01372; Thu, 6 May 1999 13:00:04 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 6 May 1999 13:00:04 -0700 (PDT) From: Message-Id: <199905062000.NAA01372@freefall.freebsd.org> To: okazaki@be.to, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11542: devel/glib12 post-install rule fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: devel/glib12 post-install rule fix State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu May 6 12:59:15 PDT 1999 State-Changed-Why: The info/dir stuff has been moved to bsd.port.mk. I committed using that change. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 13:50: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 692771534B for ; Thu, 6 May 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA02685; Thu, 6 May 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from burn.lovett.com (burn.lovett.com [38.155.241.3]) by hub.freebsd.org (Postfix) with ESMTP id AB39214D9A for ; Thu, 6 May 1999 13:22:38 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by burn.lovett.com with local (Exim 2.12 #1) id 10fUfF-000E2b-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 6 May 1999 15:22:37 -0500 Message-Id: Date: Thu, 6 May 1999 15:22:37 -0500 From: ade@lovett.com Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11550: Fix port gnomenetwork-1.0.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11550 >Category: ports >Synopsis: Fix port gnomenetwork-1.0.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 6 13:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 3.1-STABLE i386 >Organization: Lovett Network Consultancy >Environment: 3.1-STABLE as of 05/01, up-to-date ports tree >Description: A whole bunch of things changed between gnomeobjc-1.0.1 and gnomeobjc-1.0.2 (see PR11543 for the update). This broke gmailman, and GNOME themselves haven't released an new version of gnome-network yet, so I've gone in to the CVS tree, and hacked out the changes to make things work. >How-To-Repeat: Install gnomeobjc-1.0.2 fom PR11543 cd /usr/ports/net/gnomenetwork make >Fix: Add the following file as patch-af This PR, along with 11529, 11538, 11541, 11543, 11544, 11545, 11547, 11548 and 11549 completes the update of the entire gnome-1.0 metaport to the latest available versions, building successfully on 3.1-STABLE --- gmailman/gmailman.m.orig Thu May 6 14:51:58 1999 +++ gmailman/gmailman.m Thu May 6 15:03:52 1999 @@ -45,6 +45,7 @@ SubscriptionStatus selected_status; id clicked_widget; id btn_ok, btn_cancel; + id vbox, action_area; } - clicked:(id) anObject; - run; @@ -65,14 +66,17 @@ GList *alist; self = [super init]; + vbox = [Gtk_VBox makeGtkVBox:GTK_VBOX(gtkdialog->vbox)]; + action_area = [Gtk_HBox makeGtkHBox:GTK_HBOX(gtkdialog->action_area)]; + #define DO_ENTRY(label, var) \ - abox = [[[Gtk_HBox alloc] initWithBoxInfo:FALSE setSpacing:5] show]; \ - [abox add:[[[Gtk_Label alloc] initWithLabel:label] show]]; \ + abox = [[[Gtk_HBox alloc] initWithHBoxInfo:FALSE :5] show]; \ + [abox add:[[[Gtk_Label alloc] initWithLabelInfo:label] show]]; \ [abox add:(var = [[Gtk_Entry new] show])]; \ [vbox add:abox] #define DO_WIDGET(label, widget) \ - abox = [[[Gtk_HBox alloc] initWithBoxInfo:FALSE setSpacing:5] show]; \ - [abox add:[[[Gtk_Label alloc] initWithLabel:label] show]]; \ + abox = [[[Gtk_HBox alloc] initWithHBoxInfo:FALSE :5] show]; \ + [abox add:[[[Gtk_Label alloc] initWithLabelInfo:label] show]]; \ [abox add:(widget)]; \ [vbox add:abox] @@ -130,12 +134,16 @@ - activate:(id) actobj { - if([actobj get_parent] == menu_type) + id my_parent; + + my_parent = [[Gtk_Object class] + getObjectForGtkObject:GTK_WIDGET([actobj getGtkObject])->parent]; + if(my_parent == menu_type) { selected_type = [actobj get_data:"mltype"]; g_print("Selected type was %s\n", selected_type); } - else if([actobj get_parent] == menu_status) + else if(my_parent == menu_status) { selected_status = (SubscriptionStatus)[actobj get_data:"mlstatus"]; g_print("Selected status was %d\n", selected_status); @@ -232,10 +240,10 @@ [self createMLList]; /* Pack things into the window */ - [vbox pack_start:mlistlist doExpand:TRUE doFill:TRUE doPadding:5]; - [vbox pack_start:lbl_listaddr doExpand:TRUE doFill:TRUE doPadding:5]; - [vbox pack_start:lbl_ctladdr doExpand:TRUE doFill:TRUE doPadding:5]; - [vbox pack_start:lbl_mltype doExpand:TRUE doFill:TRUE doPadding:5]; + [vbox pack_start:mlistlist :TRUE :TRUE :5]; + [vbox pack_start:lbl_listaddr :TRUE :TRUE :5]; + [vbox pack_start:lbl_ctladdr :TRUE :TRUE :5]; + [vbox pack_start:lbl_mltype :TRUE :TRUE :5]; #if 0 [self create_menus:mainmenu]; @@ -244,7 +252,7 @@ [self set_contents:vbox]; [self connect:"delete_event"]; - [self set_usize:500 height:-1]; + [self set_usize:500 :-1]; [[mlistlist thaw] show]; return self; @@ -258,9 +266,12 @@ id hbox; id ent_name, ent_email; id btn_set; + id action_area, vbox; nd = [Gtk_Dialog new]; - [nd->action_area add:[(id)[[Gtk_Button alloc] + action_area = [Gtk_HBox makeGtkHBox:GTK_HBOX(nd->gtkdialog->action_area)]; + vbox = [Gtk_VBox makeGtkVBox:GTK_VBOX(nd->gtkdialog->vbox)]; + [action_area add:[(id)[[Gtk_Button alloc] initWithLabel:"Close"] signal_connect:"clicked" signalFunc:gtk_main_quit funcData:NULL]]; @@ -269,20 +280,20 @@ [nd signal_connect:"delete_event" signalFunc:GTK_SIGNAL_FUNC(gtk_widget_hide_on_delete) funcData:NULL]; hbox = [[Gtk_HBox new] show]; - [nd->vbox add:hbox]; + [vbox add:hbox]; [hbox add:[[[Gtk_Label alloc] initWithLabel:"Name:"] show]]; ent_name = [[Gtk_Entry new] show]; [hbox add:ent_name]; hbox = [[Gtk_HBox new] show]; - [nd->vbox add:hbox]; + [vbox add:hbox]; [hbox add:[[[Gtk_Label alloc] initWithLabel:"E-mail address:"] show]]; ent_email = [[Gtk_Entry new] show]; [hbox add:ent_email]; btn_set = [[Gtk_Button alloc] castGtkButton:GTK_BUTTON(gnome_stock_button(GNOME_STOCK_BUTTON_OK))]; [btn_set signal_connect:"clicked" signalFunc:gtk_main_quit funcData:NULL]; - [nd->action_area add:[btn_set show]]; + [action_area add:[btn_set show]]; if(persona) { @@ -329,7 +340,7 @@ [mlobj getName]); [mlobj free]; gnome_config_clean_section(tmpstr->str); - [mlistlist removeCListRow:rownum]; + [mlistlist remove:rownum]; mlists = g_list_remove(mlists, mlobj); } return self; @@ -446,8 +457,8 @@ g_error("Unknown subscription status %d\n", [alist getStatus]); } vals[2] = (char *)[alist getDescription]; - rownum = [mlistlist appendCListRow:(const char **)vals]; - [mlistlist set_row_data:rownum rowData:alist]; + rownum = [mlistlist append:(const char **)vals]; + [mlistlist set_row_data:rownum :alist]; return self; } @@ -463,7 +474,7 @@ mlists = MLGetListObjects(); mlistlist = - [[[Gtk_CList alloc] initWithCListInfoTitles:3 Titles:columns] freeze]; + [[[Gtk_CList alloc] initWithTitles:3 :columns] freeze]; [mlistlist set_data:"Mailman" :self]; for(item = mlists; item; item = item->next) @@ -472,7 +483,7 @@ [mlistlist connectObj:"select_row" :self]; [mlistlist set_column_width:0 :100]; [mlistlist set_column_width:1 :75]; - [mlistlist set_usize:-1 height:270]; + [mlistlist set_usize:-1 :270]; [mlistlist set_selection_mode:GTK_SELECTION_BROWSE]; return self; @@ -514,9 +525,9 @@ gtk_label_set(GTK_LABEL(GTK_BIN(((Gtk_ListItem *)op_act)->gtkbin)->child), tmp); - [popup_oplist popup:NULL menuItem:NULL posFunc:NULL - posFuncData:mlobj posFuncBtn:event->button - posFuncTime:event->time]; + [popup_oplist popup:NULL :NULL :NULL + :mlobj :event->button + :event->time]; } } return self; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 13:54:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A131615C99; Thu, 6 May 1999 13:54:51 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA04747; Thu, 6 May 1999 13:54:51 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Thu, 6 May 1999 13:54:51 -0700 (PDT) From: Message-Id: <199905062054.NAA04747@freefall.freebsd.org> To: billf@FreeBSD.org, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/8864: useradd - system V compatible implementation (not really a port) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: useradd - system V compatible implementation (not really a port) Responsible-Changed-From-To: billf->freebsd-ports Responsible-Changed-By: billf Responsible-Changed-When: Thu May 6 13:54:34 PDT 1999 Responsible-Changed-Why: Someone else can look at this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 14:26:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from darius.concentric.net (darius.concentric.net [207.155.198.79]) by hub.freebsd.org (Postfix) with ESMTP id B653515181 for ; Thu, 6 May 1999 14:26:33 -0700 (PDT) (envelope-from ursa@cris.com) Received: from mcfeely.concentric.net (mcfeely [207.155.198.83]) by darius.concentric.net (8.9.1a/(98/12/15 5.12)) id RAA19332; Thu, 6 May 1999 17:26:31 -0400 (EDT) [1-800-745-2747 The Concentric Network] Received: from UrsaMax.Ursa.com (ts014d18.atl-ga.concentric.net [206.173.84.174]) by mcfeely.concentric.net (8.9.1a) id RAA15505; Thu, 6 May 1999 17:26:29 -0400 (EDT) Message-ID: <3731F8DA.41C67EA6@cris.com> Date: Thu, 06 May 1999 16:17:30 -0400 From: amg X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 2.2.8-RELEASE i386) MIME-Version: 1.0 To: ports@FreeBSD.org Subject: error msg Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ports: Due to problems that I am having with email and my ISP, I just removed netscape-3.04-gold and replaced it, using pkg_add, with netscape-navigator-4.5. The problem now is that when I invoke netscape I recive the error msg: "no recognized font charsets!". I am running FreeBSD version 2.2.8, and installed both 75 and 100 dpi character sets when I installed X. I belive that the solution is a simple but I don't know what it is. Could you please help me out of this delema? Thanks, august ursa@cris.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 14:53:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blues.ghis.net (as1f-4.wag.interact.net.au [203.37.48.132]) by hub.freebsd.org (Postfix) with ESMTP id D704B15BF4 for ; Thu, 6 May 1999 14:53:02 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id HAA56829; Fri, 7 May 1999 07:52:36 +1000 (EST) Date: Fri, 7 May 1999 07:52:36 +1000 From: Jim Mock To: Brendan Kosowski Cc: FreeBSD Ports Subject: Re: sendmail port ??? Message-ID: <19990507075235.A56635@blues.ghis.net> Reply-To: jim@blues.ghis.net References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 06 May 1999 at 23:47:22 +1000, Brendan Kosowski wrote: > I was looking for sendmail in the FreeBSD 2.2.8 ports and > ports/distfiles but could not find it. It's not a port. > Is it part of a larger port ??? It's part of the base install. > I was hoping that I could port it onto FreeBSD 2.2.5 It should already be there, but if you want the latest version, you'll need to download and install it. You can get it from ftp.sendmail.org/pub/sendmail. If you need help installing it, check out the sendmail web site (http://www.sendmail.org/) and there's also some good setup/upgrade docs in Dan Langille's FreeBSD Diary (http://www.freebsddiary.org/freebsd/) -- Jim Mock System Administrator jim@blues.ghis.net ,-._|\ FreeBSD work: Global Hosting Inet Svcs http://www.ghis.net/ / \ The personal: http://www.ghis.net/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 16:50: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6479C15AA0 for ; Thu, 6 May 1999 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA00814; Thu, 6 May 1999 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from whizkidtech.net (r21.bfm.org [208.18.213.117]) by hub.freebsd.org (Postfix) with ESMTP id 0E2571515A for ; Thu, 6 May 1999 16:40:20 -0700 (PDT) (envelope-from root@whizkidtech.net) Received: (from root@localhost) by whizkidtech.net (8.9.2/8.9.2) id SAA10621; Thu, 6 May 1999 18:40:22 -0500 (CDT) (envelope-from root) Message-Id: <199905062340.SAA10621@whizkidtech.net> Date: Thu, 6 May 1999 18:40:22 -0500 (CDT) From: adam@whizkidtech.net Reply-To: adam@whizkidtech.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11551: New port - muni Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11551 >Category: ports >Synopsis: Find Unicode mapping for Chinese characters. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 6 16:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: G. Adam Stanislav >Release: FreeBSD 3.1-RELEASE i386 >Organization: Whiz Kid Technomagic >Environment: >Description: Muni is an interactive query system which allows you to enter the character number for any of the 7773 characters listed in Matthews' Chinese-English Dictionary. It will tell you the Unicode mapping for that character, or tell you that no such mapping has been defined. >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: # # muni # muni/Makefile # muni/pkg # muni/pkg/PLIST # muni/pkg/COMMENT # muni/pkg/DESCR # muni/files # muni/files/md5 # echo c - muni mkdir -p muni > /dev/null 2>&1 echo x - muni/Makefile sed 's/^X//' >muni/Makefile << 'END-of-muni/Makefile' X# New ports collection makefile for: muni X# Version required: 1.0 X# Date created: 6 May 1999 X# Whom: G. Adam Stanislav X# X# $Id$ X# X XDISTNAME= muni-1.0 XCATEGORIES= chinese XMASTER_SITES= http://www.whizkidtech.net/i18n/muni/ X XMAINTAINER= adam@whizkidtech.net X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/muni ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/m7773 ${PREFIX}/bin X ${MKDIR} ${PREFIX}/share/doc/muni X ${INSTALL_DATA} ${WRKSRC}/index.html ${PREFIX}/share/doc/muni X ${INSTALL_DATA} ${WRKSRC}/yung.gif ${PREFIX}/share/doc/muni X ${INSTALL_DATA} ${WRKSRC}/kang.gif ${PREFIX}/share/doc/muni X X.include END-of-muni/Makefile echo c - muni/pkg mkdir -p muni/pkg > /dev/null 2>&1 echo x - muni/pkg/PLIST sed 's/^X//' >muni/pkg/PLIST << 'END-of-muni/pkg/PLIST' Xbin/muni Xbin/m7773 Xshare/doc/muni/index.html Xshare/doc/muni/yung.gif Xshare/doc/muni/kang.gif X@dirrm share/doc/muni END-of-muni/pkg/PLIST echo x - muni/pkg/COMMENT sed 's/^X//' >muni/pkg/COMMENT << 'END-of-muni/pkg/COMMENT' XFind Unicode values for Chinese characters. END-of-muni/pkg/COMMENT echo x - muni/pkg/DESCR sed 's/^X//' >muni/pkg/DESCR << 'END-of-muni/pkg/DESCR' XMuni finds the Unicode value of the 7773 Chinese characters listed in Matthews' XChinese-English Dictionary. X XYou enter the character number found in the dictionary, and it will give Xyou the corresponding Unicode mapping, or tell you when no such mapping has Xbeen defined. X XRather than just entering the number, you can type in a query, for example: X X % muni X : What is Unicode mapping for "Yung", listed in Matthews' Dictionary X : as character 7589? X - Matthews(7589) = U+6C38 X : Thank you. How about 3268, Matthews' number for "Kang"? X - Matthews(3268) = U+525B X : Thank you, Mr. Computer. X : ^D X % X XSee also: http://www.whizkidtech.net/i18n/muni/ X XG. Adam Stanislav (a.k.a. Yung Kang) Xadam@whizkidtech.net Xhttp://www.whizkidtech.net/ END-of-muni/pkg/DESCR echo c - muni/files mkdir -p muni/files > /dev/null 2>&1 echo x - muni/files/md5 sed 's/^X//' >muni/files/md5 << 'END-of-muni/files/md5' XMD5 (muni-1.0.tar.gz) = 0d607df3ac85c63976baeb9cf70dfcf4 END-of-muni/files/md5 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 May 6 16:50:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id A75961515A for ; Thu, 6 May 1999 16:50:05 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id SAA01885; Thu, 6 May 1999 18:49:59 -0500 (CDT) Date: Thu, 6 May 1999 18:49:59 -0500 (CDT) From: Steve Price To: Kris Kennaway Cc: freebsd-ports@freebsd.org Subject: Re: cvs commit: ports/deskutils/genius - Imported sources 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 [redirected to -ports] On Thu, 6 May 1999, Kris Kennaway wrote: # On Sun, 2 May 1999, Steve Price wrote: # # > steve 1999/05/02 21:41:10 PDT # > # > ports/deskutils/genius - Imported sources # > Update of /home/ncvs/ports/deskutils/genius # > In directory freefall.freebsd.org:/d/users/steve/work/genius # > # > Log Message: # > Initial import of genius version 0.4.0. # > An arbitrary precision calculator for the Gnome Desktop Environment. # # Should this have been math/genius? bsd[~]$ cat /usr/ports/deskutils/pkg/COMMENT Things that used to be on the desktop before computers were invented. I'd say a calculator fits that description. :) Though it does seems that their is a precedent for having it in math where calc, calctool, hexcalc, ... are, but the descritption there bsd[~]$ cat /usr/ports/math/pkg/COMMENT Mathematics. makes me think of things like blas and friends. I'd be happy to move it to math or move all the ones from math to deskutils. Doesn't matter much to me, though deskutils seemed a better place until your message. :-) -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 17:39:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 8126E1514A for ; Thu, 6 May 1999 17:39:51 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id UAA36986; Thu, 6 May 1999 20:36:59 -0400 (EDT) Date: Thu, 6 May 1999 20:36:58 -0400 (EDT) From: Chuck Robey To: Brendan Kosowski Cc: FreeBSD Ports Subject: Re: sendmail port ??? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 6 May 1999, Brendan Kosowski wrote: > > > > I was looking for sendmail in the FreeBSD 2.2.8 ports and ports/distfiles > but could not find it. > > Is it part of a larger port ??? It's part of the base FreeBSD distribution, you don't need a port. > > I was hoping that I could port it onto FreeBSD 2.2.5 > > > Thanks for any help, Brendan... > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 17:51:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (Postfix) with ESMTP id C11CD151BD for ; Thu, 6 May 1999 17:51:32 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.3/8.8.5) id SAA48611 for ports@FreeBSD.ORG; Thu, 6 May 1999 18:51:32 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199905070051.SAA48611@panzer.plutotech.com> Subject: HEADS UP: CAM changes will break some packages To: ports@FreeBSD.ORG Date: Thu, 6 May 1999 18:51:32 -0600 (MDT) X-Mailer: ELM [version 2.4ME+ PL43 (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 This probably isn't necessary, but I thought I'd send mail out anyway to make sure I cover all the bases. I checked some CAM changes into -current and -stable today that will break binary packages like cdrecord, tosha, xmcd, SANE and anything else that uses the CAM passthrough interface. Those packages will need to be recompiled on a machine that has done a fresh make world in order to work with 3.2 or -current or whatever. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 17:55:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (Postfix) with ESMTP id B49C715275 for ; Thu, 6 May 1999 17:55:05 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.9.3/8.7.3) id RAA91354; Thu, 6 May 1999 17:55:02 -0700 (PDT) Date: Thu, 6 May 1999 17:55:02 -0700 (PDT) Message-Id: <199905070055.RAA91354@vader.cs.berkeley.edu> X-Authentication-Warning: vader.cs.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: ken@plutotech.com Cc: ports@FreeBSD.ORG In-reply-to: <199905070051.SAA48611@panzer.plutotech.com> (ken@plutotech.com) Subject: Re: HEADS UP: CAM changes will break some packages From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <199905070051.SAA48611@panzer.plutotech.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "Kenneth D. Merry" * This probably isn't necessary, but I thought I'd send mail out anyway to * make sure I cover all the bases. * * I checked some CAM changes into -current and -stable today that will break * binary packages like cdrecord, tosha, xmcd, SANE and anything else that * uses the CAM passthrough interface. * * Those packages will need to be recompiled on a machine that has done a * fresh make world in order to work with 3.2 or -current or whatever. Thanks for the notice. I'll make sure to run one more make world before I build all the packages for the 3.2 release. :) -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 18: 9:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FCB215B81; Thu, 6 May 1999 18:09:47 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA05624; Thu, 6 May 1999 18:09:47 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 6 May 1999 18:09:47 -0700 (PDT) From: Message-Id: <199905070109.SAA05624@freefall.freebsd.org> To: cpiazza@home.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11540: Update: net/greed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/greed State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu May 6 18:09:13 PDT 1999 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 May 6 19:20:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A35414CFD; Thu, 6 May 1999 19:20:57 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA12117; Thu, 6 May 1999 19:20:57 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 6 May 1999 19:20:57 -0700 (PDT) From: Message-Id: <199905070220.TAA12117@freefall.freebsd.org> To: nacai@iname.com, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11532: Fixed port: gtk-- Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fixed port: gtk-- State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu May 6 19:20:34 PDT 1999 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 May 6 19:46:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mom.hooked.net (mom.hooked.net [206.80.6.10]) by hub.freebsd.org (Postfix) with ESMTP id 33AA015128; Thu, 6 May 1999 19:46:17 -0700 (PDT) (envelope-from garbanzo@hooked.net) Received: from fish.hooked.net (garbanzo@fish.hooked.net [206.80.6.48]) by mom.hooked.net (8.8.6/8.8.5) with SMTP id TAA08962; Thu, 6 May 1999 19:46:06 -0700 (PDT) Date: Thu, 6 May 1999 19:46:03 -0700 (PDT) From: Alex Zepeda To: "Thomas T. Veldhouse" Cc: Tomer Weller , FreeBSD Current , FreeBSD Ports Subject: Re: In-Reply-To: <009301be97cd$c1747fc0$236319ac@w142844.carlson.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 Thu, 6 May 1999, Thomas T. Veldhouse wrote: > I had this problem on a Linux box a little while back. It also used > egcs-1.1.2. I suspect there is a problem with the compiler or the configure > script of the kde tarball. > > Tom Veldhouse > veldy@visi.com > > -----Original Message----- > From: Tomer Weller > To: FreeBSD Current ; FreeBSD Ports > > Date: Thursday, May 06, 1999 9:31 AM > > > > > >whenever i try to compile KDE software (ports also) i get this error, > though > >packages install fine. > >i installed KDE from packages, i suspect that's the problem. > > > >this is from the kmp3 port, but happens with every piece of kde software : > > > > > >checking for KDE... libraries /usr/local/lib, headers /usr/local/include > >checking for extra includes... no > >checking for extra libs... no > >checking for kde headers installed... yes > >checking for kde libraries installed... configure: error: your system fails > at linking a small KDE application! > >Check, if your compiler is installed correctly and if you have used the > >same compiler to compile qt and kdelibs as you did use now > >*** Error code 1 > > > >Stop. > >*** Error code 1 > > > >Stop. > >*** Error code 1 > > > >Stop. > >*** Error code 1 > > > >Stop. Well do the obvious first, follow the advice of the configur script. Was Qt compiled with the same compiler as the kde port you're trying to build? If not, rebuild Qt. If so, check config.log, and start looking at the end for a fatal error. - alex You better believe that marijuana can cause castration. Just suppose your girlfriend gets the munchies! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 20:14: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 8AF0114D06; Thu, 6 May 1999 20:13:57 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-251.ix.netcom.com [209.109.233.251]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id UAA28976; Thu, 6 May 1999 20:14:04 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id UAA97321; Thu, 6 May 1999 20:12:02 -0700 (PDT) Date: Thu, 6 May 1999 20:12:02 -0700 (PDT) Message-Id: <199905070312.UAA97321@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: foxfair@freebsd.org Cc: ports@freebsd.org Subject: aterm/zh-aterm checksum From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I sometimes see the aterm/zh-aterm ports failing due to bad checksums. Can you check the master sites? If there is more than one valid checksum (different gzip options etc...you can verify this by extracting both tarballs and doing a "diff -ru" on both directories), can you add them all to files/md5? Thanks Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 20:56:33 1999 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 EB1DC14FDF; Thu, 6 May 1999 20:56:27 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 393BD1446; Thu, 6 May 1999 20:56:25 -0700 (PDT) Content-Length: 1140 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199905070312.UAA97321@silvia.hip.berkeley.edu> Date: Thu, 06 May 1999 20:56:24 -0700 (PDT) Reply-To: Chris Piazza From: Chris Piazza To: (Satoshi Asami) Subject: RE: aterm/zh-aterm checksum Cc: ports@FreeBSD.ORG, foxfair@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 07-May-99 Satoshi Asami wrote: > Hi, > > I sometimes see the aterm/zh-aterm ports failing due to bad checksums. > Can you check the master sites? If there is more than one valid > checksum (different gzip options etc...you can verify this by > extracting both tarballs and doing a "diff -ru" on both directories), > can you add them all to files/md5? > > Thanks > Satoshi > Hmm, I did this maybe a week ago, and it was committed by Steve (PR 11393) It appears that when zh-aterm was committed over top of the x11/aterm it got removed. I checked it and diff -ruN showed absolutely no differences. Index: aterm/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/x11/aterm/files/md5,v retrieving revision 1.4 diff -u -r1.4 md5 --- md5 1999/05/01 12:31:37 1.4 +++ md5 1999/05/07 03:55:21 @@ -1 +1,2 @@ MD5 (aterm-0.3.4.tar.gz) = 555ca711affe9e06010701230d5a6759 +MD5 (aterm-0.3.4.tar.gz) = a481a97822bcc1a1dfe04b8867b7653e (same patch for zh-aterm, of course) --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 21:34:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from news.ks.edu.tw (news.ks.edu.tw [163.16.1.11]) by hub.freebsd.org (Postfix) with ESMTP id 766F314C08 for ; Thu, 6 May 1999 21:34:37 -0700 (PDT) (envelope-from foxfair@news.ks.edu.tw) Received: from foxfair (foxfair.cc.nsysu.edu.tw [140.117.100.101]) by news.ks.edu.tw (8.9.3/8.9.2) with SMTP id MAA97691; Fri, 7 May 1999 12:25:50 +0800 (CST) (envelope-from foxfair@news.ks.edu.tw) Date: Fri, 07 May 1999 12:34:45 +0800 From: Foxfair Hu To: Satoshi Asami Cc: ports@freebsd.org Subject: Re: aterm/zh-aterm checksum In-Reply-To: <199905070312.UAA97321@silvia.hip.berkeley.edu> References: <199905070312.UAA97321@silvia.hip.berkeley.edu> Message-Id: <37326D65384.BAECFOXFAIR@news.ks.edu.tw> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver 1.25.04 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hmm .... this ports use the same distfile as x11/aterm, and I fetched from the two MASTER_SITE, use md5 to check it - seems ok. ===Like this============ Receiving aterm-0.3.4.tar.gz (290321 bytes): 100% 290321 bytes transfered in 0.3 seconds (918.04 Kbytes/s) ===> Extracting for zh-aterm-0.3.4 >> Checksum OK for aterm-0.3.4.tar.gz. ======================== This file is 290321 bytes, I'll put it under my freefall's account and add a MASTER_SITE http://www.freebsd.org/~foxfair/ to the end. Hope the error message won't confuse anybody anymore. On Thu, 6 May 1999 20:12:02 -0700 (PDT) asami@cs.berkeley.edu (Satoshi Asami) wrote: :Hi, : :I sometimes see the aterm/zh-aterm ports failing due to bad checksums. :Can you check the master sites? If there is more than one valid :checksum (different gzip options etc...you can verify this by :extracting both tarballs and doing a "diff -ru" on both directories), :can you add them all to files/md5? : :Thanks :Satoshi : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 22: 0: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D086C152D5 for ; Thu, 6 May 1999 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 WAA08881; Thu, 6 May 1999 22:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1905615379; Thu, 6 May 1999 21:55:37 -0700 (PDT) Message-Id: <19990507045537.1905615379@hub.freebsd.org> Date: Thu, 6 May 1999 21:55:37 -0700 (PDT) From: taguchi@tohoku.iij.ad.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11554: update: japanese/tk80 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11554 >Category: ports >Synopsis: update: japanese/tk80 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 6 22:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Taguchi Takeshi >Release: 3.1-RELEASE with PAO3 >Organization: IIJ >Environment: FreeBSD hoya.ff.iij4u.or.jp 3.1-RELEASE FreeBSD 3.1-RELEASE #2: Tue May 4 08:27:11 JST 1999 root@hoya.tohoku.iij.ad.jp:/usr/src/PAO3/src/sys/compile/HOYAP i386 >Description: ports-category: japanese Here is a update patch for japanese/tk80. tk8.0.5jp1.5 to tk8.0.5jp1.5fix1. This patch fixes some serious bugs include some core dump probrems. >How-To-Repeat: >Fix: please commit following patch. I've tested under my 3.1-RELEASE box and 4.0-current one. make install/deinstall seems work fine. BEGIN>---88--- begin 644 tk80.990507.patch.gz M'XL(",$],C<"`W1K.#`N.3DP-3`W+G!A=&-H`*U7;6_B1A#^#+]B=$UUR1&_ M@@%SB@27R[6T22X"^B95BA9[@0U^ZWIIX'Y]9VT#)N!-U#9*##OSS'CFF=V= MB<]F,]!6',2R:^I?1\,?C#NRI#,6T$RT6]4U33L!JGWA#`8)!W#!LGNVW3-; M8+FN6V\T&H<>:I/%"N[(!J`-MM5K.3V[G4/[?=`L^[(#C>S9[]?A;C">W(P> MQ\/)S?BJ-A-)SS#PJ:<>9XE@7JI[<6@DJZDAO$#^=1]-HPYU>!A,KG\\8<<) M6NA/2683D&B>&>*ZKF4F7X:WT@(CUDW=>4HLW=$3(KR%/O]6;U1!9FQM[6$@ MXQ[>3_#O9H1`,E]Y"]87\2)>KG3&GG3B8PB(\X]IEQ2E1N@[.6N[Y0OB=_+: MF`BDDX/=`:O;:[5[S9?,[[%EZF6)>F:S1/VEC:.6VS:9KUQI']`;?2!Z%DZIB4=AS;G[E-QZ6M+IV:/IUVNH[CD5.L M9O9(0O:ID6E.S$OI"XY?JD]0[;R@^LA$GHN,\0Z8B+=[3;?,N",9=R3CFGSW M]HSH+,I"J/U&_?R-6%,+*]NSBN)J\I4E^#'2+DK;..GX,"Z[B[^[5`X='V5@ M63D29`I.6YY7?+K9MH%/P_O'S\,17-5J9^=T3;W'A*.K]84Q91'JL[P[W&;CT#72/]]^IMXCAW3"G4[)U=L;> M2:PF0V]U6I>6B21*"E*N]&;@+Z!9KD:3JFE6??,HOLD;1^'N26?S]&9G?5_*!; M;^49#8TMU]DN:;G9+G$ZQ9!0)@<7Y;*&RUL6+64Z=X-[ZR"9-X38W)<7ZVBY M>2%Q7-F6-ZNV%#M6(7Y+$@"ENF21-0]I+JI>X%*\V34*[PV\"O[40^)QK`$' M7!6+]\=J_SW:?XV"C4RDU-&6\QY<_SH^V2*7<^/A=CB>%)ULNWS9%+?RMW3# M';;<1#H]V^TYY<'#R@Z)_'#RCH!GU?PL[Z<*/5[@OE(M0I*H M`.@>+^`*Y4J(.%)8>[,X$BK]@GI+E3[@"5,C\);EJ0J`,WPI2':04FI-%*X4*JITI` M.E=7+PEBU29,5M^^*2O`B<]BE3ZLHD<.*CC$5&E7`57MJI1LL/&H2I-2PO&_ M*@7@KQ7A57<,MC:F;^ M7&[IOOSW!N1%;F0STPR^_V3H^N&0A*+\&^)7T=XB;_Y[[4&;*AI4T7].J61[ MLTSSN,.5].U6ILX'ZW;68;O=8F3JXUB.(;#("U8^W5KOY%4]LQJ`Z55H]`J_ 5U1YWLG2!VT].93O-/X#\2YJH$@`` ` end END>---88--- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 22:25:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id BF07315D98; Thu, 6 May 1999 22:25:25 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id JAA11085; Fri, 7 May 1999 09:25:20 +0400 (MSD) (envelope-from andy) From: Andrey Zakhvatov Message-Id: <199905070525.JAA11085@icc.surw.chel.su> Subject: Re: ports/11481: Update port: devel/libgnugetopt In-Reply-To: <199905041636.JAA75023@freefall.freebsd.org> from "flathill@FreeBSD.org" at "May 4, 1999 9:36:38 am" To: flathill@FreeBSD.org Date: Fri, 7 May 1999 09:25:20 +0400 (MSD) Cc: freebsd-ports@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (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 Hello, > Synopsis: Update port: devel/libgnugetopt > > State-Changed-From-To: open->closed > State-Changed-By: flathill > State-Changed-When: Tue May 4 09:36:16 PDT 1999 > State-Changed-Why: > Committed. Thanks! Sorry, but I can't see any changes in port. I have download last version 5 minutes ago and also check in CVS, but.. It seems like libgnugetopt stays at same version 1.0 instead of 1.1 :( Sincerely yours, Andy -- Tel: +7-(3512)-38-39-73, E-mail: andy@icc.surw.chel.su WWW: http://surw.chel.su/~andy/index.html, ICQ:10705306 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 6 22:27:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED175152BA; Thu, 6 May 1999 22:27:55 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA11605; Thu, 6 May 1999 22:27:55 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 6 May 1999 22:27:55 -0700 (PDT) From: Message-Id: <199905070527.WAA11605@freefall.freebsd.org> To: dada@sbox.tu-graz.ac.at, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11461: c2html update 0.4 => 0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: c2html update 0.4 => 0.5 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu May 6 22:27:39 PDT 1999 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 May 6 23:17:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ns.flathill.gr.jp (ns.flathill.gr.jp [210.157.239.82]) by hub.freebsd.org (Postfix) with SMTP id D292314F2E for ; Thu, 6 May 1999 23:17:46 -0700 (PDT) (envelope-from flathill@flathill.gr.jp) Received: (qmail 26725 invoked from network); 7 May 1999 06:17:45 -0000 Received: from azuki.flathill.gr.jp (HELO localhost) (210.157.239.83) by ns.flathill.gr.jp with SMTP; 7 May 1999 06:17:45 -0000 To: andy@icc.surw.chel.su Cc: flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11481: Update port: devel/libgnugetopt In-Reply-To: Your message of "Fri, 7 May 1999 09:25:20 +0400 (MSD)" <199905070525.JAA11085@icc.surw.chel.su> References: <199905070525.JAA11085@icc.surw.chel.su> X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990507151740V.flathill@flathill.gr.jp> Date: Fri, 07 May 1999 15:17:40 +0900 From: Seiichirou Hiraoka X-Dispatcher: imput version 980905(IM100) Lines: 15 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, andy> Sorry, but I can't see any changes in port. I have download last andy> version 5 minutes ago and also check in CVS, but.. It seems like andy> libgnugetopt stays at same version 1.0 instead of 1.1 :( Verry sorry... I forgot to commit libgnugetopt. Now I commit it. Best Regards, - Seiichirou Hiraoka flathill@flathill.gr.jp : http://www.flathill.gr.jp/~flathill/ flathill@FreeBSD.ORG : http://www.FreeBSD.ORG/~flathill/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 0:13:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 08907153D2 for ; Fri, 7 May 1999 00:12:26 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 67412 invoked by uid 1003); 7 May 1999 07:05:21 -0000 Date: Fri, 7 May 1999 09:05:21 +0200 From: Neil Blakey-Milner To: Karl Denninger Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Question - speech synthesis and/or recognition Message-ID: <19990507090521.A66112@rucus.ru.ac.za> References: <19990506115714.B24496@Denninger.Net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <19990506115714.B24496@Denninger.Net>; from Karl Denninger on Thu, May 06, 1999 at 11:57:14AM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu 1999-05-06 (11:57), Karl Denninger wrote: > 2. Speech synthesis (text to speech)? Try audio/rsynth. > 4. Some way to coordinate these things (ie: if the system is currently > playing an MP3, how do you - or do you - play an .au file with, say > "I'm Sorry Dave, I can't do that" without shutting down the MP3 > playback entirely first. Try audio/esound, I suppose. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 1:32:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 902D415C8B; Fri, 7 May 1999 01:32:38 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-251.ix.netcom.com [209.109.233.251]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id BAA29267; Fri, 7 May 1999 01:33:15 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id BAA98873; Fri, 7 May 1999 01:31:14 -0700 (PDT) Date: Fri, 7 May 1999 01:31:14 -0700 (PDT) Message-Id: <199905070831.BAA98873@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: cpiazza@home.net Cc: ports@FreeBSD.ORG, foxfair@FreeBSD.ORG In-reply-to: (message from Chris Piazza on Thu, 06 May 1999 20:56:24 -0700 (PDT)) Subject: Re: aterm/zh-aterm checksum From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Chris Piazza * Hmm, I did this maybe a week ago, and it was committed by Steve (PR 11393) It * appears that when zh-aterm was committed over top of the x11/aterm it got * removed. I checked it and diff -ruN showed absolutely no differences. * MD5 (aterm-0.3.4.tar.gz) = 555ca711affe9e06010701230d5a6759 * +MD5 (aterm-0.3.4.tar.gz) = a481a97822bcc1a1dfe04b8867b7653e Thanks, committed to both. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 1:37:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id AD56C15D5D for ; Fri, 7 May 1999 01:37:08 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-251.ix.netcom.com [209.109.233.251]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id BAA29278; Fri, 7 May 1999 01:37:48 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id BAA98897; Fri, 7 May 1999 01:36:05 -0700 (PDT) Date: Fri, 7 May 1999 01:36:05 -0700 (PDT) Message-Id: <199905070836.BAA98897@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: foxfair@news.ks.edu.tw Cc: ports@freebsd.org In-reply-to: <37326D65384.BAECFOXFAIR@news.ks.edu.tw> (message from Foxfair Hu on Fri, 07 May 1999 12:34:45 +0800) Subject: Re: aterm/zh-aterm checksum From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <199905070312.UAA97321@silvia.hip.berkeley.edu> <37326D65384.BAECFOXFAIR@news.ks.edu.tw> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Foxfair Hu * Hmm .... this ports use the same distfile as x11/aterm, and I fetched from * the two MASTER_SITE, use md5 to check it - seems ok. * ===Like this============ * Receiving aterm-0.3.4.tar.gz (290321 bytes): 100% * 290321 bytes transfered in 0.3 seconds (918.04 Kbytes/s) * ===> Extracting for zh-aterm-0.3.4 * >> Checksum OK for aterm-0.3.4.tar.gz. * ======================== * * This file is 290321 bytes, I'll put it under my freefall's account and * add a MASTER_SITE http://www.freebsd.org/~foxfair/ to the end. * Hope the error message won't confuse anybody anymore. That doesn't solve anything. I already fixed it according to cpiazza's suggestion, but let me try to explain. See, the problem is this: (1) master-site-a has file with checksum A and master-site-b has file with checksum B. Both are valid tarfiles and will extract exactly the same. (2) You only have checksum A in files/md5. (3) The port works only if master-site-a is feeling fine. If it's down, the file will be fetched from master-site-b and the checksum will fail. Adding another site with checksum A after master-site-b won't prevent the problem from occuring. Do you understand? -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 4:27:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC6D514F63; Fri, 7 May 1999 04:27:37 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA47740; Fri, 7 May 1999 04:27:37 -0700 (PDT) (envelope-from asami@FreeBSD.org) Date: Fri, 7 May 1999 04:27:37 -0700 (PDT) From: Message-Id: <199905071127.EAA47740@freefall.freebsd.org> To: ade@lovett.com, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11524: ORBit-0.4.2 port broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ORBit-0.4.2 port broken State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Fri May 7 04:26:39 PDT 1999 State-Changed-Why: Actually, the problem wasn't 0.4.2 (see patch-af). But it's updated now, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 5:10:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EC1C14E92 for ; Fri, 7 May 1999 05:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA50972; Fri, 7 May 1999 05:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dipshit.dis.org (dipshit-inside.dis.org [209.157.93.10]) by hub.freebsd.org (Postfix) with ESMTP id D2C1314FDD for ; Fri, 7 May 1999 05:00:04 -0700 (PDT) (envelope-from shipley@dipshit.dis.org) Received: (from shipley@localhost) by dipshit.dis.org (8.9.2/8.9.1) id EAA04935; Fri, 7 May 1999 04:59:59 -0700 (PDT) (envelope-from shipley) Message-Id: <199905071159.EAA04935@dipshit.dis.org> Date: Fri, 7 May 1999 04:59:59 -0700 (PDT) From: shipley@dis.org Reply-To: shipley@dis.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11557: slush - SSL remote shell Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11557 >Category: ports >Synopsis: port of slush 0.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 7 05:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Peter Shipley >Release: FreeBSD 3.1-RELEASE i386 >Organization: Dis.Org >Environment: FreeBSD :-) >Description: slush SSL remote shell slush is a simple telnet-like application which communicates over a secure SSL channel. It uses X509 certificates for authentication and can be compiled with tcp wrappers support (service name "slushd"). slush is *alpha* software. Use it at your own risk. >How-To-Repeat: NA >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: # # slush # slush/CVS # slush/CVS/Root # slush/CVS/Repository # slush/CVS/Entries # slush/files # slush/files/CVS # slush/files/CVS/Root # slush/files/CVS/Repository # slush/files/CVS/Entries # slush/files/md5 # slush/pkg # slush/pkg/CVS # slush/pkg/CVS/Root # slush/pkg/CVS/Repository # slush/pkg/CVS/Entries # slush/pkg/COMMENT # slush/pkg/DESCR # slush/pkg/PLIST # slush/Makefile # slush/patches # slush/patches/patch-aa # slush/patches/patch-ab # slush/patches/patch-ac # echo c - slush mkdir -p slush > /dev/null 2>&1 echo c - slush/CVS mkdir -p slush/CVS > /dev/null 2>&1 echo x - slush/CVS/Root sed 's/^X//' >slush/CVS/Root << 'END-of-slush/CVS/Root' X/home/ncvs END-of-slush/CVS/Root echo x - slush/CVS/Repository sed 's/^X//' >slush/CVS/Repository << 'END-of-slush/CVS/Repository' X/home/ncvs/ports/net/libnet END-of-slush/CVS/Repository echo x - slush/CVS/Entries sed 's/^X//' >slush/CVS/Entries << 'END-of-slush/CVS/Entries' X/Makefile/1.4/Sat Oct 10 03:23:40 1998// XD/files//// XD/patches//// XD/pkg//// END-of-slush/CVS/Entries echo c - slush/files mkdir -p slush/files > /dev/null 2>&1 echo c - slush/files/CVS mkdir -p slush/files/CVS > /dev/null 2>&1 echo x - slush/files/CVS/Root sed 's/^X//' >slush/files/CVS/Root << 'END-of-slush/files/CVS/Root' X/home/ncvs END-of-slush/files/CVS/Root echo x - slush/files/CVS/Repository sed 's/^X//' >slush/files/CVS/Repository << 'END-of-slush/files/CVS/Repository' X/home/ncvs/ports/net/libnet/files END-of-slush/files/CVS/Repository echo x - slush/files/CVS/Entries sed 's/^X//' >slush/files/CVS/Entries << 'END-of-slush/files/CVS/Entries' X/md5/1.1.1.1/Fri Feb 7 23:54:06 1997// XD END-of-slush/files/CVS/Entries echo x - slush/files/md5 sed 's/^X//' >slush/files/md5 << 'END-of-slush/files/md5' XMD5 (slush-0_1_0_tar.gz) = a2a83e760632e2a0c12a7fdb29603ec3 END-of-slush/files/md5 echo c - slush/pkg mkdir -p slush/pkg > /dev/null 2>&1 echo c - slush/pkg/CVS mkdir -p slush/pkg/CVS > /dev/null 2>&1 echo x - slush/pkg/CVS/Root sed 's/^X//' >slush/pkg/CVS/Root << 'END-of-slush/pkg/CVS/Root' X/home/ncvs END-of-slush/pkg/CVS/Root echo x - slush/pkg/CVS/Repository sed 's/^X//' >slush/pkg/CVS/Repository << 'END-of-slush/pkg/CVS/Repository' X/home/ncvs/ports/net/libsocket++/pkg END-of-slush/pkg/CVS/Repository echo x - slush/pkg/CVS/Entries sed 's/^X//' >slush/pkg/CVS/Entries << 'END-of-slush/pkg/CVS/Entries' X/COMMENT/1.1.1.1/Fri Feb 7 23:54:07 1997// X/DESCR/1.1.1.1/Fri Feb 7 23:54:07 1997// X/PLIST/1.3/Sat Oct 10 03:23:44 1998// XD END-of-slush/pkg/CVS/Entries echo x - slush/pkg/COMMENT sed 's/^X//' >slush/pkg/COMMENT << 'END-of-slush/pkg/COMMENT' Xslush is a telnet-like application which uses a secure SSL channel END-of-slush/pkg/COMMENT echo x - slush/pkg/DESCR sed 's/^X//' >slush/pkg/DESCR << 'END-of-slush/pkg/DESCR' Xslush SSL remote shell X Xslush is a simple telnet-like application which communicates over a Xsecure SSL channel. It uses X509 certificates for authentication and Xcan be compiled with tcp wrappers support (service name "slushd"). X Xslush is *alpha* software. Use it at your own risk. END-of-slush/pkg/DESCR echo x - slush/pkg/PLIST sed 's/^X//' >slush/pkg/PLIST << 'END-of-slush/pkg/PLIST' Xshare/doc/slush/control.txt Xshare/doc/slush/INSTALL Xshare/doc/slush/HISTORY Xshare/doc/slush/README Xshare/doc/slush/COPYING Xbin/slush Xsbin/slushd X X@dirrm share/doc/slush X END-of-slush/pkg/PLIST echo x - slush/Makefile sed 's/^X//' >slush/Makefile << 'END-of-slush/Makefile' X# Ports collection makefile for: slush X# Version required: 0.1.0 X# Date created: Sun May 3, 1999 X# Whom: shipley@dis.org X# X# $Id$ X# X#DISTDIR= /var/tmp/ # for debuging X XDISTNAME= slush-0_1_0_tar XPKGNAME= slush-0.1.0 XCATEGORIES= net security XMASTER_SITES= ftp://www.dis.org/pub/Security/ XEXTRACT_SUFX= .gz X XMAINTAINER= shipley@dis.org X XBUILD_DEPENDS= ssleay:${PORTSDIR}/security/openssl X X#MAN= slush.1 X XGNU_CONFIGURE= yes X X#NOPROFILE= true X XOSVERSION!= sysctl -n kern.osreldate X.if ${OSVERSION} <= 300000 XBROKEN= does not build X.endif X XWRKSRC= ${WRKDIR}/slush-0.1.0 X Xdo-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/doc/slush X ${INSTALL_MAN} ${WRKSRC}/control.txt ${PREFIX}/share/doc/slush X ${INSTALL_MAN} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/slush X ${INSTALL_MAN} ${WRKSRC}/HISTORY ${PREFIX}/share/doc/slush X ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/slush X ${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/slush X.endif X X ${INSTALL_PROGRAM} ${WRKSRC}/slush ${PREFIX}/bin/slush X ${INSTALL_PROGRAM} ${WRKSRC}/slushd ${PREFIX}/sbin/slushd X X.include END-of-slush/Makefile echo c - slush/patches mkdir -p slush/patches > /dev/null 2>&1 echo x - slush/patches/patch-aa sed 's/^X//' >slush/patches/patch-aa << 'END-of-slush/patches/patch-aa' X*** Makefile.in- Fri May 7 02:00:37 1999 X--- Makefile.in Fri May 7 02:01:05 1999 X*************** X*** 9,16 **** X X CC=@CC@ X INSTALL=@INSTALL@ X! CFLAGS=@CFLAGS@ -Wall -DVERSION=\"$(VERSION)\" -I/usr/local/ssl/include -I/usr/include/ssl X! LIBS=@LIBS@ -L/usr/local/ssl/lib -lssl -lcrypto X X all: slush slushd X X--- 9,16 ---- X X CC=@CC@ X INSTALL=@INSTALL@ X! CFLAGS=@CFLAGS@ -Wall -DVERSION=\"$(VERSION)\" -I/usr/local/include X! LIBS=@LIBS@ -L/usr/local/lib -lssl -lcrypto -lRSAglue -lrsaref -lutil X X all: slush slushd X END-of-slush/patches/patch-aa echo x - slush/patches/patch-ab sed 's/^X//' >slush/patches/patch-ab << 'END-of-slush/patches/patch-ab' X*** slush.c- Fri May 7 03:31:04 1999 X--- slush.c Fri May 7 03:31:14 1999 X*************** X*** 34,40 **** X #include X #include X #include X! #include X #include X #include X #include X--- 34,40 ---- X #include X #include X #include X! /* #include */ X #include X #include X #include END-of-slush/patches/patch-ab echo x - slush/patches/patch-ac sed 's/^X//' >slush/patches/patch-ac << 'END-of-slush/patches/patch-ac' X*** slushd.c- Fri May 7 04:04:35 1999 X--- slushd.c Fri May 7 04:06:11 1999 X*************** X*** 40,46 **** X #include X #include X #include X! #include X #include X #include X #include X--- 40,46 ---- X #include X #include X #include X! #include X #include X #include X #include X*************** X*** 51,56 **** X--- 51,57 ---- X #include X #include X #include X+ X #ifdef HAVE_UNISTD_H X #include /* fork, execvp, exit */ X #endif X*************** X*** 199,205 **** X if (!hosts_access(&request)) X { X syslog(LOG_ERR, "Connection refused from %s:%d", X! inet_ntoa(addr.sin_addr), ntohs(addr.sin_port)); X exit(2); X } X #endif X--- 200,206 ---- X if (!hosts_access(&request)) X { X syslog(LOG_ERR, "Connection refused from %s:%d", X! inen_ntoa(addr.sin_addr), ntohs(addr.sin_port)); X exit(2); X } X #endif X*************** X*** 654,711 **** X void log_uwtmp(struct passwd *pw, struct in_addr *i, char *tty, int is_logout) X { X struct utmp ut; X- int wtmp; X- int lock; X X tty = strrchr(tty, '/'); X if (tty == NULL) X { X syslog(LOG_ERR, "Can't determine basename of tty"); X! exit(3); X } X tty++; X X- utmpname(_PATH_UTMP); X- setutent(); X- memset(&ut, 0, sizeof(ut)); X X! if (ut.ut_id[0] == 0) X! strncpy(ut.ut_id, tty + 3, sizeof(ut.ut_id)); X X- if (!is_logout) X- strncpy(ut.ut_user, pw->pw_name, sizeof(ut.ut_user)); X- X strncpy(ut.ut_line, tty, sizeof(ut.ut_line) - 1); X! ut.ut_line[sizeof(ut.ut_line) - 1] = 0; X! X! ut.ut_time = time(NULL); X! ut.ut_type = is_logout?DEAD_PROCESS:USER_PROCESS; X! ut.ut_pid = getpid(); X X- strncpy(ut.ut_host, hostname, sizeof(ut.ut_host) - 1); X- ut.ut_host[sizeof(ut.ut_host) - 1] = 0; X X! memcpy(&ut.ut_addr, i, sizeof(ut.ut_addr)); X! X! pututline(&ut); X! endutent(); X! X! lock = open(_PATH_WTMPLOCK, O_CREAT|O_WRONLY, 0660); X! if (lock == -1) X! ioerror("open"); X! X! if (flock(lock, LOCK_EX) == -1) X! ioerror("flock"); X! X! wtmp = open(_PATH_WTMP, O_APPEND|O_WRONLY); X! if (wtmp == -1) X! ioerror("open"); X! X! write(wtmp, (char *)&ut, sizeof(ut)); X! close(wtmp); X! X! flock(lock, LOCK_UN); X! close(lock); X } X X /* Retrieve client X509 certificate and test authentication */ X--- 655,684 ---- X void log_uwtmp(struct passwd *pw, struct in_addr *i, char *tty, int is_logout) X { X struct utmp ut; X X tty = strrchr(tty, '/'); X if (tty == NULL) X { X syslog(LOG_ERR, "Can't determine basename of tty"); X! return; X } X tty++; X+ X X X! if(is_logout) { X! logout(tty); X! return; X! } X X strncpy(ut.ut_line, tty, sizeof(ut.ut_line) - 1); X! strncpy(ut.ut_name, pw->pw_name, sizeof(ut.ut_name)-1); X! strncpy(ut.ut_host, inet_ntoa(*i), sizeof(ut.ut_host) - 1); X! ut.ut_time = time(0); X! login(&ut); X X X! return; X } X X /* Retrieve client X509 certificate and test authentication */ END-of-slush/patches/patch-ac exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 6:25: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 7C186151ED for ; Fri, 7 May 1999 06:25:01 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-251.ix.netcom.com [209.109.233.251]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id GAA29596; Fri, 7 May 1999 06:25:55 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id GAA04585; Fri, 7 May 1999 06:24:49 -0700 (PDT) Date: Fri, 7 May 1999 06:24:49 -0700 (PDT) Message-Id: <199905071324.GAA04585@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: nbm@mithrandr.moria.org Cc: ports@FreeBSD.org In-reply-to: <19990506171512.A14870@rucus.ru.ac.za> (message from Neil Blakey-Milner on Thu, 6 May 1999 17:15:12 +0200) Subject: Re: post-depends? From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: <19990506171512.A14870@rucus.ru.ac.za> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Neil Blakey-Milner * Is there any way to provide a mechanism such that a port may conditionally * move on to making another port after it is finished? Something like a * POST_DEPENDS item that'll generally be built up due to WITH_CONTRIB, &c. * variables. * * This would allow ports, like for example qmail, to offer a menu (using * my pdlg mechanism, or another) of options for addons that might be * useful - like qmailcontrib, qmailanalog, ezmlm, &c. Um, how's that supposed to work for packages? ;) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 6:31: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D95A15395 for ; Fri, 7 May 1999 06:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA57015; Fri, 7 May 1999 06:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B7E9414FD4; Fri, 7 May 1999 06:21:30 -0700 (PDT) Message-Id: <19990507132130.B7E9414FD4@hub.freebsd.org> Date: Fri, 7 May 1999 06:21:30 -0700 (PDT) From: bruth@wmht.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11559: net/ntop 1.1 dumps core with -w (web) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11559 >Category: ports >Synopsis: net/ntop 1.1 dumps core with -w (web) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 7 06:30:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brian Ruth >Release: 3.1-RELEASE & 3.1-STABLE (4/29/1999) >Organization: WMHT Educational Telecommunications >Environment: FreeBSD gateway.wmht.org 3.1-STABLE FreeBSD 3.1-STABLE #0: Thu Apr 29 19:02:18 EDT 1999 bruth@gateway.wmht.org:/world/src/sys/compile/gateway i386 >Description: Ntop 1.1 dumps core when using the web reporting function upon connection of a web browser. >How-To-Repeat: Become root ./ntop -w 501 Goto a web browser and goto http://localhost:501 or connect from another machine You will get some info and then it dies. A core file will be on the ntop machine. >Fix: Unknown. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 6:31:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 2142E15349 for ; Fri, 7 May 1999 06:31:39 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-251.ix.netcom.com [209.109.233.251]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id GAA29610; Fri, 7 May 1999 06:32:31 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id GAA04919; Fri, 7 May 1999 06:31:31 -0700 (PDT) Date: Fri, 7 May 1999 06:31:31 -0700 (PDT) Message-Id: <199905071331.GAA04919@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: nbm@mithrandr.moria.org Cc: anders@fix.no, freebsd-ports@FreeBSD.ORG In-reply-to: <19990506122728.A56033@rucus.ru.ac.za> (message from Neil Blakey-Milner on Thu, 6 May 1999 12:27:28 +0000) Subject: Re: Port dependencies revisited From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <19990504174834.A61935@totem.fix.no> <19990506122728.A56033@rucus.ru.ac.za> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Neil Blakey-Milner * Right now, lib-depends uses "grep -F" to do it's checks, which forces * it into a "literal" mode, and so regex constructs such as qt.[12] won't * work. * * Is there a particularly good reason to use -F? (we may need to add a sed * statement to replace all .'s to \.'s, but that shouldn't be a problem.) Think packages.... Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 6:40: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E1DE15292 for ; Fri, 7 May 1999 06:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA58003; Fri, 7 May 1999 06: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 02BD814DC6 for ; Fri, 7 May 1999 06:38:08 -0700 (PDT) (envelope-from eoin@maths.tcd.ie) Received: from gosset.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 7 May 99 14:38:05 +0100 (BST) Message-Id: <199905071438.aa80867@gosset.maths.tcd.ie> Date: Fri, 7 May 1999 14:38:04 +0100 (BST) From: eoin@maths.tcd.ie Reply-To: eoin@maths.tcd.ie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11560: header files for metis not installed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11560 >Category: ports >Synopsis: header files for metis not installed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 7 06:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Eoin Lawless >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: The header files for the metis-4.0 port are not installed. These are needed in order to use the metis library (rather than the stand alone executables). >How-To-Repeat: >Fix: I have included a patch for /usr/ports/math/metis/Makefile to install the headers in $PREFIX/include/metis. --- Makefile.old Tue Apr 13 11:54:19 1999 +++ Makefile Fri May 7 14:25:07 1999 @@ -25,6 +25,13 @@ $(INSTALL_PROGRAM) $(WRKSRC)/mesh2dual $(PREFIX)/bin $(INSTALL_PROGRAM) $(WRKSRC)/graphchk $(PREFIX)/bin $(INSTALL_DATA) $(WRKSRC)/libmetis.a $(PREFIX)/lib + ${MKDIR} $(PREFIX)/include/metis + $(INSTALL_DATA) $(WRKSRC)/Lib/defs.h $(PREFIX)/include/metis + $(INSTALL_DATA) $(WRKSRC)/Lib/macros.h $(PREFIX)/include/metis + $(INSTALL_DATA) $(WRKSRC)/Lib/metis.h $(PREFIX)/include/metis + $(INSTALL_DATA) $(WRKSRC)/Lib/proto.h $(PREFIX)/include/metis + $(INSTALL_DATA) $(WRKSRC)/Lib/rename.h $(PREFIX)/include/metis + $(INSTALL_DATA) $(WRKSRC)/Lib/struct.h $(PREFIX)/include/metis .if !defined(NOPORTDOCS) ${MKDIR} $(PREFIX)/share/doc/METIS $(INSTALL_DATA) ${WRKSRC}/Doc/manual.ps $(PREFIX)/share/doc/METIS >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 6:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 02C5214DC6 for ; Fri, 7 May 1999 06:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA59013; Fri, 7 May 1999 06:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 7 May 1999 06:50:02 -0700 (PDT) Message-Id: <199905071350.GAA59013@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Subject: Re: ports/11560: header files for metis not installed Reply-To: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11560; it has been noted by GNATS. From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) To: eoin@maths.tcd.ie Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/11560: header files for metis not installed Date: Fri, 7 May 1999 06:42:35 -0700 (PDT) * + ${MKDIR} $(PREFIX)/include/metis * + $(INSTALL_DATA) $(WRKSRC)/Lib/defs.h $(PREFIX)/include/metis * + $(INSTALL_DATA) $(WRKSRC)/Lib/macros.h $(PREFIX)/include/metis * + $(INSTALL_DATA) $(WRKSRC)/Lib/metis.h $(PREFIX)/include/metis * + $(INSTALL_DATA) $(WRKSRC)/Lib/proto.h $(PREFIX)/include/metis * + $(INSTALL_DATA) $(WRKSRC)/Lib/rename.h $(PREFIX)/include/metis * + $(INSTALL_DATA) $(WRKSRC)/Lib/struct.h $(PREFIX)/include/metis Don't you need to change pkg/PLIST too? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 6:59:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from elch.heim4.tu-clausthal.de (elch.heim4.tu-clausthal.de [139.174.244.250]) by hub.freebsd.org (Postfix) with ESMTP id 47FC614DC6 for ; Fri, 7 May 1999 06:59:14 -0700 (PDT) (envelope-from olli@elch.heim4.tu-clausthal.de) Received: (from olli@localhost) by elch.heim4.tu-clausthal.de (8.8.8/8.8.8) id PAA00305; Fri, 7 May 1999 15:57:44 +0200 (MET DST) Message-Id: <199905071357.PAA00305@elch.heim4.tu-clausthal.de> Subject: Re: graphics/povray31 is obsoleted To: dburr@pobox.com (Donald Burr) Date: Fri, 7 May 1999 15:57:44 +0200 (MET DST) Cc: kuriyama@sky.rim.or.jp, freebsd-ports@FreeBSD.ORG, olli@fromme.com In-Reply-To: from "Donald Burr" at May 4, 99 06:10:17 am From: Oliver Fromme X-Mailer: ELM [version 2.4 PL24 PGP6] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Donald Burr wrote: > A long time ago in a galaxy far, far away (actually, it was on 04-May-99), > the great prophet Jun Kuriyama once wrote: > > Bento said graphics/povray31 has problem about md5 checksum mismatch. > > Currently, version of graphics/povray31 is 3.1d. But ftp site has 3.1e > > without changing filename. > > > > Is anyone working for upgrading this port? > > If the maintainer doesn't respond or doesn't want to update the port, I > will do it myself. (since I am the one who committed it in the first > place) Sorry, I was too busy with exams in the past weeks. I will have a look at it this weekend. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 7:22:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from asteroid.svib.ru (asteroid.svib.ru [195.151.166.145]) by hub.freebsd.org (Postfix) with ESMTP id DA40C14DC2 for ; Fri, 7 May 1999 07:22:39 -0700 (PDT) (envelope-from tarkhil@asteroid.svib.ru) Received: from shuttle.svib.ru (shuttle.svib.ru [195.151.166.144]) by asteroid.svib.ru (8.9.1a/8.9.1) with ESMTP id SAA20941 for ; Fri, 7 May 1999 18:22:37 +0400 (MSD) Received: from shuttle.svib.ru (minas-tirith.pol.ru [127.0.0.1]) by shuttle.svib.ru (8.9.3/8.8.8) with ESMTP id SAA21386 for ; Fri, 7 May 1999 18:25:47 +0400 (MSD) (envelope-from tarkhil@shuttle.svib.ru) Message-Id: <199905071425.SAA21386@shuttle.svib.ru> X-Mailer: exmh version 2.0.3 To: ports@freebsd.org Reply-To: tarkhil@asteroid.svib.ru Subject: wxGTK: did someone tried? X-URL: http://freebsd.svib.ru Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit From: Alex Povolotsky Date: Fri, 07 May 1999 18:25:45 +0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! I'm trying to build wxGTK (http://www.freiburg.linux.de/~wxxt/), but it chockes on some wide char functions. Removing the appropriate section in configure makes it chock later, on some other wchar-related stuff. Maybe someone tried to patch/build it for FreeBSD? Alex. -- Alexander B. Povolotsky [ICQ 18277558] [2:5020/145] [http://freebsd.svib.ru] [tarkhil@asteroid.svib.ru] [Urgent messages: 234-9696 ÁÂ.#35442 or tarkhil@pager.express.ru] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 8:30:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from neutron.cichlids.com (as5-010.rp-plus.de [149.221.239.74]) by hub.freebsd.org (Postfix) with SMTP id B3B2A15109 for ; Fri, 7 May 1999 08:30:26 -0700 (PDT) (envelope-from alex@cichlids.com) Received: (qmail 8206 invoked from network); 7 May 1999 15:20:46 -0000 Received: from cichlids.cichlids.com (192.168.0.10) by neutron.cichlids.com with SMTP; 7 May 1999 15:20:46 -0000 Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id RAA01103; Fri, 7 May 1999 17:11:27 +0200 (CEST) (envelope-from alex) From: Alexander Langer Date: Fri, 7 May 1999 17:11:27 +0200 To: Alex Povolotsky Cc: ports@FreeBSD.ORG Subject: Re: wxGTK: did someone tried? Message-ID: <19990507171127.A1081@cichlids.cichlids.com> References: <199905071425.SAA21386@shuttle.svib.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199905071425.SAA21386@shuttle.svib.ru> X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Alex Povolotsky (tarkhil@asteroid.svib.ru): > I'm trying to build wxGTK (http://www.freiburg.linux.de/~wxxt/), but it > chockes on some wide char functions. Removing the appropriate section in > configure makes it chock later, on some other wchar-related stuff. > Maybe someone tried to patch/build it for FreeBSD? compiles without errors here. On both, FreeBSD 3.1-STABLE and 4.0-CURRENT. I just had to symlink /usr/local/bin/gtk10-config to /usr/local/bin/gtk-config, but I don't know if this was my machine specific, because /usr/local/bin/gtk-config was from the before-installed 1.0.4 GTK. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 8:37:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from asteroid.svib.ru (asteroid.svib.ru [195.151.166.145]) by hub.freebsd.org (Postfix) with ESMTP id 6D8C1150BB for ; Fri, 7 May 1999 08:36:56 -0700 (PDT) (envelope-from tarkhil@asteroid.svib.ru) Received: from shuttle.svib.ru (shuttle.svib.ru [195.151.166.144]) by asteroid.svib.ru (8.9.1a/8.9.1) with ESMTP id TAA11591; Fri, 7 May 1999 19:36:52 +0400 (MSD) Received: from shuttle.svib.ru (minas-tirith.pol.ru [127.0.0.1]) by shuttle.svib.ru (8.9.3/8.8.8) with ESMTP id TAA57911; Fri, 7 May 1999 19:40:01 +0400 (MSD) (envelope-from tarkhil@shuttle.svib.ru) Message-Id: <199905071540.TAA57911@shuttle.svib.ru> X-Mailer: exmh version 2.0.3 To: Alexander Langer Cc: ports@FreeBSD.ORG Subject: Re: wxGTK: did someone tried? In-reply-to: Your message "Fri, 07 May 1999 17:11:27 +0200." <19990507171127.A1081@cichlids.cichlids.com> Reply-To: tarkhil@asteroid.svib.ru X-URL: http://freebsd.svib.ru Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Date: Fri, 07 May 1999 19:39:53 +0400 From: Alex Povolotsky Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org <19990507171127.A1081@cichlids.cichlids.com>Alexander Langer writes: >Thus spake Alex Povolotsky (tarkhil@asteroid.svib.ru): > >> I'm trying to build wxGTK (http://www.freiburg.linux.de/~wxxt/), but it >> chockes on some wide char functions. Removing the appropriate section in >compiles without errors here. >On both, FreeBSD 3.1-STABLE and 4.0-CURRENT. > >I just had to symlink /usr/local/bin/gtk10-config to >/usr/local/bin/gtk-config, but I don't know if this was my machine >specific, because /usr/local/bin/gtk-config was from the >before-installed 1.0.4 GTK. Hmmmmm.... Can't you please look at the output of configure script to find where wslen was? And can't you please send me your configure parameters? Alex. -- Alexander B. Povolotsky [ICQ 18277558] [2:5020/145] [http://freebsd.svib.ru] [tarkhil@asteroid.svib.ru] [Urgent messages: 234-9696 ÁÂ.#35442 or tarkhil@pager.express.ru] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 8:47:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id AC7C714C30 for ; Fri, 7 May 1999 08:47:20 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id IAA06186 for ; Fri, 7 May 1999 08:47:16 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id IAA11591 for freebsd-ports@freebsd.org; Fri, 7 May 1999 08:47:10 -0700 (PDT) From: Gary Kline Message-Id: <199905071547.IAA11591@tao.thought.org> Subject: Is this a ports bug? To: freebsd-ports@freebsd.org (FreeBSD Ports) Date: Fri, 7 May 1999 08:47:10 -0700 (PDT) Organization: <> thought.org: public service Unix since 1986... <> X-Mailer: ELM [version 2.4ME+ PL32 (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 This happened when trying to add the newest gtk-1.2.2. There were similar results when I tried to install v1.2.1. Contrary to what the installation thinks, I do have glib-1.2.2. What am I doing wrong here? or what do I need to do! thanks, gary PS: If this is not a port bug, I'll toss this at -questions. Encl: cut-and-paste. configure: warning: Could not determine POSIX flag. (-posix didn't work.) checking for glib-config... /usr/local/bin/glib12-config checking for GLIB - version >= 1.2.2... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GLIB was incorrectly installed *** or that you have moved GLIB since it was installed. In the latter case, you *** may want to edit the glib-config script: /usr/local/bin/glib12-config configure: error: *** GLIB 1.2.2 or better is required. The latest version of GLIB *** is always available from ftp://ftp.gtk.org/. *** Error code 1 Stop. *** Error code 1 -- Gary D. Kline kline@tao.thought.org Public service uNix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 9:40:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 139DA1544F for ; Fri, 7 May 1999 09:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA73381; Fri, 7 May 1999 09:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 7 May 1999 09:40:03 -0700 (PDT) Message-Id: <199905071640.JAA73381@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Eoin Lawless Subject: Re: ports/11560: header files for metis not installed Reply-To: Eoin Lawless Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11560; it has been noted by GNATS. From: Eoin Lawless To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/11560: header files for metis not installed Date: Fri, 07 May 1999 17:30:37 +0100 >Don't you need to change pkg/PLIST too? Here is the full patch: - --- Makefile.old Tue Apr 13 11:54:19 1999 +++ Makefile Fri May 7 14:25:07 1999 @@ -25,6 +25,13 @@ $(INSTALL_PROGRAM) $(WRKSRC)/mesh2dual $(PREFIX)/bin $(INSTALL_PROGRAM) $(WRKSRC)/graphchk $(PREFIX)/bin $(INSTALL_DATA) $(WRKSRC)/libmetis.a $(PREFIX)/lib + ${MKDIR} $(PREFIX)/include/metis + $(INSTALL_DATA) $(WRKSRC)/Lib/defs.h $(PREFIX)/include/metis + $(INSTALL_DATA) $(WRKSRC)/Lib/macros.h $(PREFIX)/include/metis + $(INSTALL_DATA) $(WRKSRC)/Lib/metis.h $(PREFIX)/include/metis + $(INSTALL_DATA) $(WRKSRC)/Lib/proto.h $(PREFIX)/include/metis + $(INSTALL_DATA) $(WRKSRC)/Lib/rename.h $(PREFIX)/include/metis + $(INSTALL_DATA) $(WRKSRC)/Lib/struct.h $(PREFIX)/include/metis .if !defined(NOPORTDOCS) ${MKDIR} $(PREFIX)/share/doc/METIS $(INSTALL_DATA) ${WRKSRC}/Doc/manual.ps $(PREFIX)/share/doc/METIS - --- pkg/PLIST.old Fri May 7 14:44:20 1999 +++ pkg/PLIST Fri May 7 14:45:39 1999 @@ -8,5 +8,11 @@ bin/mesh2dual bin/graphchk lib/libmetis.a +include/metis/defs.h +include/metis/macros.h +include/metis/metis.h +include/metis/proto.h +include/metis/rename.h +include/metis/struct.h share/doc/METIS/manual.ps @dirrm share/doc/METIS >Satoshi - --- Eoin ------- End of Forwarded Message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 10: 0:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CD68150BD for ; Fri, 7 May 1999 10:00:21 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA75113 for ports@freebsd.org; Fri, 7 May 1999 10:00:21 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Date: Fri, 7 May 1999 10:00:21 -0700 (PDT) From: Message-Id: <199905071700.KAA75113@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://www.freebsd.org/~fenner/portsurvey/ . In particular, the list of ports with no MAINTAINER with distfile problems is http://www.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. 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 May 7 10: 4:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DAD314DC0; Fri, 7 May 1999 10:04:13 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA75408; Fri, 7 May 1999 10:04:13 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Fri, 7 May 1999 10:04:13 -0700 (PDT) From: Message-Id: <199905071704.KAA75408@freefall.freebsd.org> To: adam@whizkidtech.net, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11502: xbm2gif converts xbm graphics to gif format Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: xbm2gif converts xbm graphics to gif format State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Fri May 7 10:03:11 PDT 1999 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 May 7 10:29:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D1ED315327; Fri, 7 May 1999 10:29:23 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA76951; Fri, 7 May 1999 10:29:23 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Fri, 7 May 1999 10:29:23 -0700 (PDT) From: Message-Id: <199905071729.KAA76951@freefall.freebsd.org> To: doconnor@cain.gsoft.com.au, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11459: Update www/swish-e to 1.3.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update www/swish-e to 1.3.2 State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Fri May 7 10:28:01 PDT 1999 State-Changed-Why: Committed. Thanks!\ Next time, please attach diff of port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 10:44:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BAB115F34; Fri, 7 May 1999 10:44:43 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA78250; Fri, 7 May 1999 10:44:42 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Fri, 7 May 1999 10:44:42 -0700 (PDT) From: Message-Id: <199905071744.KAA78250@freefall.freebsd.org> To: andy@icc.surw.chel.su, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11463: New port: IglooFTP-0.6.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: IglooFTP-0.6.1 State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Fri May 7 10:44:26 PDT 1999 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 May 7 10:50: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 65C9B15247 for ; Fri, 7 May 1999 10:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA78523; Fri, 7 May 1999 10:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 7 May 1999 10:50:03 -0700 (PDT) Message-Id: <199905071750.KAA78523@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Seiichirou Hiraoka Subject: Re: ports/11492: Update port: devel/ncurses Reply-To: Seiichirou Hiraoka Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11492; it has been noted by GNATS. From: Seiichirou Hiraoka To: andy@icc.surw.chel.su Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/11492: Update port: devel/ncurses Date: Sat, 08 May 1999 02:49:13 +0900 Hi, andy> >Fix: andy> andy> Please, check and apply this patch and close PR/7314. In my environment, can't make package. Creating gzip'd tar ball in '/usr/ports/tmp/ncurses/ncurses-4.2.tgz' tar: can't add file include/ncurses/cursesapp.h : No such file or directory tar: can't add file include/ncurses/cursesf.h : No such file or directory tar: can't add file include/ncurses/cursesm.h : No such file or directory tar: can't add file include/ncurses/cursesp.h : No such file or directory tar: can't add file include/ncurses/cursesw.h : No such file or directory tar: can't add file include/ncurses/cursslk.h : No such file or directory tar: can't add file include/ncurses/etip.h : No such file or directory tar: can't add file lib/libncurses++.a : No such file or directory pkg_create: tar command failed with code 256 *** Error code 1 Stop. - Seiichirou Hiraoka flathill@flathill.gr.jp : http://www.flathill.gr.jp/~flathill/ flathill@FreeBSD.ORG : http://www.FreeBSD.ORG/~flathill/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 11: 6:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id 3198C14EF8 for ; Fri, 7 May 1999 11:06:38 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id MAA09605; Fri, 7 May 1999 12:06:08 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Fri, 7 May 1999 12:06:08 -0600 (MDT) From: Brett Taylor To: Gary Kline Cc: FreeBSD Ports Subject: Re: Is this a ports bug? In-Reply-To: <199905071547.IAA11591@tao.thought.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 Hi Gary, > Contrary to what the installation thinks, I do have glib-1.2.2. > What am I doing wrong here? or what do I need to do! What version of FreeBSD are you using? (2.2.* something as I recall) > checking for glib-config... /usr/local/bin/glib12-config > checking for GLIB - version >= 1.2.2... no > *** The test program failed to compile or link. See the file > config.log for the This is what we need - you should check work/gtk-1.2.2/config.log. However, since I'm pretty sure that you're running 2.2.* let me provide a possible solution. If this is true you'll need to edit the patches for glib as they provide a wrong flag for glib stuff - look at the patches in glib12, specifically patch-ad and patch-ae. In those you'll see a line which changes G_MODULE_LDFLAGS to '-Wl,-E' - these are ELF specific flags and should be removed - easiest thing to do is just delete the entire bit there, ie '-Wl,-E'. Then pkg_delete glib12, reinstall it and then install gtk12. Good luck. Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.org/ * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 11:15:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from icc.cgu.chel.su (gw.cgu.chel.su [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 2BF1D1500D for ; Fri, 7 May 1999 11:15:22 -0700 (PDT) (envelope-from andy@mail.cgu.chel.su) Received: from mail.cgu.chel.su (andy@mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.9.2/8.8.6) with ESMTP id AAA70503; Sat, 8 May 1999 00:15:18 +0600 (ESS) Received: (from andy@localhost) by mail.cgu.chel.su (8.8.7/8.8.6) id AAA23445; Sat, 8 May 1999 00:15:07 +0600 (ESS) From: Andrey Zakhvatov Message-Id: <199905071815.AAA23445@mail.cgu.chel.su> Subject: Re: cvs commit: ports/deskutils/genius - Imported sources In-Reply-To: from Steve Price at "May 6, 99 06:49:59 pm" To: sprice@hiwaay.net (Steve Price) Date: Sat, 8 May 1999 00:15:07 +0600 (ESS) Cc: kkennawa@physics.adelaide.edu.au, freebsd-ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (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 Hello, > bsd[~]$ cat /usr/ports/deskutils/pkg/COMMENT > Things that used to be on the desktop before computers were invented. > > I'd say a calculator fits that description. :) Though it > > bsd[~]$ cat /usr/ports/math/pkg/COMMENT > Mathematics. > > makes me think of things like blas and friends. I'd be > happy to move it to math or move all the ones from math > to deskutils. Doesn't matter much to me, though deskutils > seemed a better place until your message. :-) I vote to move calc things to deskutils and leave math category for things like linear algebra, calculus and other tools for _real_math_ for real mathematicians and not for accounting. Math for mathematicians, deskutils for joe users. Sincerely yours, Andy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 11:20: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from itsdsv1.enc.edu (fw1.enc.edu [207.95.42.127]) by hub.freebsd.org (Postfix) with ESMTP id 54FD014E46 for ; Fri, 7 May 1999 11:20:03 -0700 (PDT) (envelope-from owensc@enc.edu) Received: from enc.edu (czbsd.its.enc.edu [10.1.10.53]) by itsdsv1.enc.edu (8.7.5/8.7.3) with ESMTP id OAA17484; Fri, 7 May 1999 14:16:23 -0400 (EDT) Message-ID: <37332C18.B78E49A3@enc.edu> Date: Fri, 07 May 1999 14:08:25 -0400 From: Charles Owens Organization: Eastern Nazarene College X-Mailer: Mozilla 4.51 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: josh@ican.net, ports@freebsd.org Subject: db port lib installed as db2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org When the SleepyCat DB port (.../databases/db) is installed in /usr/local/lib it appears as libdb2.a . It there any reason why it can't be installed as just libdb.a? Would doing so conflict with the standard db lib in /usr/lib? This has come to light when trying to build OpenLDAP against DB2. Its configure script seems to want to only scan for DB2-ish routines in a library named libdb.a . The OpenLDAP folks claim that this is correct and that the FreeBSD DB port should be changed. What do you think? Thanks, --- ------------------------------------------------------------------------- Charles N. Owens Email: owensc@enc.edu http://www.enc.edu/~owensc Network & Systems Administrator Information Technology Services "Outside of a dog, a book is a man's Eastern Nazarene College best friend. Inside of a dog it's too dark to read." - Groucho Marx ------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 11:54:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 4587B1541D for ; Fri, 7 May 1999 11:54:39 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id LAA12801; Fri, 7 May 1999 11:54:17 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id LAA26460; Fri, 7 May 1999 11:54:07 -0700 (PDT) From: Gary Kline Message-Id: <199905071854.LAA26460@tao.thought.org> Subject: Re: Is this a ports bug? In-Reply-To: from Brett Taylor at "May 7, 99 12:06:08 pm" To: brett@peloton.physics.montana.edu (Brett Taylor) Date: Fri, 7 May 1999 11:54:07 -0700 (PDT) Cc: freebsd-ports@FreeBSD.ORG Organization: <> thought.org: public service Unix since 1986... <> X-Mailer: ELM [version 2.4ME+ PL32 (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 According to Brett Taylor: > Hi Gary, > > > Contrary to what the installation thinks, I do have glib-1.2.2. > > What am I doing wrong here? or what do I need to do! > > What version of FreeBSD are you using? (2.2.* something as I recall) > > > checking for glib-config... /usr/local/bin/glib12-config > > checking for GLIB - version >= 1.2.2... no > > > *** The test program failed to compile or link. See the file > > config.log for the > > This is what we need - you should check work/gtk-1.2.2/config.log. > However, since I'm pretty sure that you're running 2.2.* let me provide a > possible solution. If this is true you'll need to edit the patches for > glib as they provide a wrong flag for glib stuff - look at the patches in > glib12, specifically patch-ad and patch-ae. In those you'll see a line > which changes G_MODULE_LDFLAGS to '-Wl,-E' - these are ELF specific flags > and should be removed - easiest thing to do is just delete the entire bit > there, ie '-Wl,-E'. Then pkg_delete glib12, reinstall it and then install > gtk12. > > Hm, looks like I'll have to wait until I move up to 3.2 or so. Currently, yes, at 2.8.8 which is STABLE! I've run into pthread snafus before and until a minute ago have been able to work around them. This time (with glib-1.2.2) nope. I could probably comment my way around stuff and get it to work...but no time right now. glib12 with the no-threads configure option doesn't get very far due to missing (or undefined) functions... thanks, Brett; later on, gary -- Gary D. Kline kline@tao.thought.org Public service uNix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 12: 0: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F5F815421 for ; Fri, 7 May 1999 12:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA83168; Fri, 7 May 1999 12:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 7 May 1999 12:00:02 -0700 (PDT) Message-Id: <199905071900.MAA83168@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Andrey Zakhvatov Subject: Re: ports/11492: Update port: devel/ncurses Reply-To: Andrey Zakhvatov Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11492; it has been noted by GNATS. From: Andrey Zakhvatov To: flathill@flathill.gr.jp (Seiichirou Hiraoka) Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/11492: Update port: devel/ncurses Date: Fri, 7 May 1999 22:49:34 +0400 (MSD) Hi, > In my environment, can't make package. > > Creating gzip'd tar ball in '/usr/ports/tmp/ncurses/ncurses-4.2.tgz' > tar: can't add file include/ncurses/cursesapp.h : No such file or directory > tar: can't add file include/ncurses/cursesf.h : No such file or directory > tar: can't add file include/ncurses/cursesm.h : No such file or directory > tar: can't add file include/ncurses/cursesp.h : No such file or directory > tar: can't add file include/ncurses/cursesw.h : No such file or directory > tar: can't add file include/ncurses/cursslk.h : No such file or directory > tar: can't add file include/ncurses/etip.h : No such file or directory > tar: can't add file lib/libncurses++.a : No such file or directory > pkg_create: tar command failed with code 256 > *** Error code 1 > > Stop. I'm using 3.1-RELEASE. Can you explain your environment? And does anyone have such problem with patched ncurses? Sincerely yours, Andy -- Tel: +7-(3512)-38-39-73, E-mail: andy@icc.surw.chel.su WWW: http://surw.chel.su/~andy/index.html, ICQ:10705306 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 12: 0:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E1637154D1 for ; Fri, 7 May 1999 12:00:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA83173; Fri, 7 May 1999 12:00:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 7 May 1999 12:00:08 -0700 (PDT) Message-Id: <199905071900.MAA83173@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Seiichirou Hiraoka Subject: Re: ports/11492: Update port: devel/ncurses Reply-To: Seiichirou Hiraoka Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11492; it has been noted by GNATS. From: Seiichirou Hiraoka To: andy@icc.surw.chel.su Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/11492: Update port: devel/ncurses Date: Sat, 08 May 1999 03:56:12 +0900 Hi, andy> I'm using 3.1-RELEASE. Can you explain your environment? andy> And does anyone have such problem with patched ncurses? I'm using 4.0-CURRENT(19990506-SNAP). And type 'make package' in ncurses port directory. - Seiichirou Hiraoka flathill@flathill.gr.jp : http://www.flathill.gr.jp/~flathill/ flathill@FreeBSD.ORG : http://www.FreeBSD.ORG/~flathill/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 15: 0: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0630B153B2 for ; Fri, 7 May 1999 15:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA96707; Fri, 7 May 1999 15:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 7 May 1999 15:00:02 -0700 (PDT) Message-Id: <199905072200.PAA96707@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Steve Price Subject: Re: ports/11492: Update port: devel/ncurses Reply-To: Steve Price Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11492; it has been noted by GNATS. From: Steve Price To: Andrey Zakhvatov Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/11492: Update port: devel/ncurses Date: Fri, 7 May 1999 16:50:36 -0500 (CDT) On Fri, 7 May 1999, Andrey Zakhvatov wrote: #> Creating gzip'd tar ball in '/usr/ports/tmp/ncurses/ncurses-4.2.tgz' #> tar: can't add file include/ncurses/cursesapp.h : No such file or directory #> tar: can't add file include/ncurses/cursesf.h : No such file or directory #> tar: can't add file include/ncurses/cursesm.h : No such file or directory #> tar: can't add file include/ncurses/cursesp.h : No such file or directory #> tar: can't add file include/ncurses/cursesw.h : No such file or directory #> tar: can't add file include/ncurses/cursslk.h : No such file or directory #> tar: can't add file include/ncurses/etip.h : No such file or directory #> tar: can't add file lib/libncurses++.a : No such file or directory #> pkg_create: tar command failed with code 256 #> *** Error code 1 #> #> Stop. # # I'm using 3.1-RELEASE. Can you explain your environment? # And does anyone have such problem with patched ncurses? I was able to get the port to work on -current with the following patch (in addition to your changes). Can you try it on your 3.x box and make sure it doesn't break there? Thanks. -steve Index: patch-aa =================================================================== RCS file: /home/ncvs/ports/devel/ncurses/patches/patch-aa,v retrieving revision 1.3 diff -u -r1.3 patch-aa --- patch-aa 1999/04/04 17:12:44 1.3 +++ patch-aa 1999/05/07 21:25:30 @@ -1,5 +1,5 @@ ---- configure.orig Fri Feb 13 01:46:01 1998 -+++ configure Sun Apr 4 14:22:44 1999 +--- configure.orig Thu Feb 12 17:46:01 1998 ++++ configure Fri May 7 16:25:18 1999 @@ -1721,36 +1721,6 @@ CF_EOF fi @@ -74,6 +74,15 @@ osf*|mls+*) # tested with OSF/1 V3.2 and 'cc' # tested with OSF/1 V3.2 and gcc 2.6.3 (but the c++ demo didn't +@@ -5371,7 +5356,7 @@ + SRC_SUBDIRS="$SRC_SUBDIRS $cf_dir" + done + SRC_SUBDIRS="$SRC_SUBDIRS misc test" +-test $cf_cxx_library != no && SRC_SUBDIRS="$SRC_SUBDIRS c++" ++test $cf_with_cxx != no && SRC_SUBDIRS="$SRC_SUBDIRS c++" + + ADA_SUBDIRS= + if test "$ac_cv_prog_gnat_correct" = yes && test -d $srcdir/Ada95; then @@ -5893,8 +5878,14 @@ profile) cf_suffix='_p.a' ;; shared) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 15: 1:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from postal.metaip.checkpoint.com (metaip.checkpoint.com [204.29.28.25]) by hub.freebsd.org (Postfix) with ESMTP id 930AF153B2 for ; Fri, 7 May 1999 15:01:38 -0700 (PDT) (envelope-from marka@metaip.checkpoint.com) Received: from cartman.metainfo.com (cartman.metainfo.com [204.29.28.145]) by postal.metaip.checkpoint.com (8.8.7/8.8.7) with ESMTP id NAA09112 for ; Fri, 7 May 1999 13:23:22 -0700 Received: from moby.dev.metainfo.com (sneakers.metainfo.com [204.29.28.213]) by cartman.metainfo.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id 25DWQCMS; Fri, 7 May 1999 14:42:11 -0700 Date: Fri, 7 May 1999 15:01:37 -0700 (PDT) From: Mark Atkinson X-Sender: marka@moby.dev.metainfo.com Reply-To: marka@metaip.checkpoint.com To: freebsd-ports@freebsd.org Subject: isc's dhclient Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1724573330-926114497=:19573" 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-1724573330-926114497=:19573 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi, I'm not subscribed to ports, so please include me in your replys. I've been tinkering with the isc-dhcp port of dhclient, and using this client with our dhcp server product and freebsd. Unfortunately on freebsd and linux, the client lease time that the dhclient program calculates is bogus and you end up with a shifted value that is in turn a huge value in seconds. On intel boxes the network byte order is reversed from that of solaris, hp, etc, so I've designed this small program to demonstrate what memcpy() will hose when dealing with a char vs. a u_int32_t. This program closely simiulates what dhclient does so you don't have to go diving into the code to figure it out. Compile this on solaris with -DUSE_LONG and without -DUSE_LONG. You get this output, both times: packet_value 00001c20 u_int32_t copied from packet 7200 u_int32_t after ntohl 7200 Compile this program on FreeBSD and you this output: -DUSE_LONG packet_value 201c0000 u_int32_t copied from packet 538705920 u_int32_t after ntohl 7200 without -DUSE_LONG packet_value 201c0000 u_int32_t copied from packet 7200 u_int32_t after ntohl 538705920 dchlient's code path is similar to that of without USE_LONG defined. Thus generating huge lease times for the client. The client, in turn, then eventually loses it's lease. The same thing happens on linux with minor code modifications. The question posed is this -- is it a or port bug or something more basic? --- Mark Atkinson Checkpoint Technologies' Metaip Group marka@metaip.checkpoint.com !(wired)?(coffee++):(wired) --0-1724573330-926114497=:19573 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="badntohl.c" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: network byte disorder Content-Disposition: attachment; filename="badntohl.c" I2luY2x1ZGUgPHN0ZGlvLmg+ICAgICAvKiBmcHJpbnRmICovDQojaW5jbHVk ZSA8c3RyaW5nLmg+ICAgIC8qIG1lbWNweSAqLw0KDQojaWZuZGVmIF9fRnJl ZUJTRF9fDQojaW5jbHVkZSA8YXJwYS9pbmV0Lmg+DQojZWxzZQ0KI2luY2x1 ZGUgPHN5cy9wYXJhbS5oPiAvKiBudG9obCAqLw0KI2VuZGlmDQoNCiNpbmNs dWRlIDx0aW1lLmg+DQoNCnZvaWQgbWFpbiAodm9pZCkgew0KDQojaWZuZGVm IF9fRnJlZUJTRF9fDQojZGVmaW5lIHVfaW50MzJfdCB1bG9uZw0KI2VuZGlm DQoNCiNpZmRlZiBVU0VfTE9ORw0KIyAgIGlmbmRlZiBfX0ZyZWVCU0RfXw0K ICAgICAgIHVfaW50MzJfdCBwYWNrZXRfdmFsPTB4MDAwMDFjMjA7DQojICAg ZWxzZQ0KICAgICAgIHVfaW50MzJfdCBwYWNrZXRfdmFsPTB4MjAxYzAwMDA7 DQojICAgZW5kaWYNCiNlbHNlIA0KIyAgIGlmbmRlZiBfX0ZyZWVCU0RfXw0K ICAgIGNoYXIgcGFja2V0X3ZhbFs0XT17MHgwMCwgMHgwMCwgMHgxYywgMHgy MH07DQojICAgZWxzZQ0KICAgIGNoYXIgcGFja2V0X3ZhbFs0XT17MHgyMCwg MHgxYywgMHgwMCwgMHgwMH07DQojICAgZW5kaWYNCiNlbmRpZg0KDQogICAg dW5zaWduZWQgY2hhciAqZGVtb180X2J5dGVfcGFja2V0Ow0KDQogICAgdGlt ZV90IGRlbW9fNF9ieXRlX2xvbmcgPSAwOw0KICAgIHRpbWVfdCBkZW1vXzRf Ynl0ZV9uZXR3b3JrX2J5dGVfb3JkZXIgPSAwOw0KDQogICAgZGVtb180X2J5 dGVfcGFja2V0ID0gKHVuc2lnbmVkIGNoYXIgKikgbWFsbG9jIChzaXplb2Yo dV9pbnQzMl90KSsxKTsNCiAgICBtZW1zZXQoZGVtb180X2J5dGVfcGFja2V0 LDAsc2l6ZW9mKHVfaW50MzJfdCkpOw0KDQojaWZkZWYgVVNFX0xPTkcNCiAg ICBtZW1jcHkoZGVtb180X2J5dGVfcGFja2V0LCZwYWNrZXRfdmFsLHNpemVv Zih1X2ludDMyX3QpKTsNCiAgICBmcHJpbnRmKHN0ZG91dCwgInBhY2tldF92 YWx1ZSAgICAgICAgICAgICAgICAgICAgJTA4bHhcbiIscGFja2V0X3ZhbCk7 DQojZWxzZQ0KICAgIG1lbWNweShkZW1vXzRfYnl0ZV9wYWNrZXQscGFja2V0 X3ZhbCxzaXplb2YodV9pbnQzMl90KSk7DQogICAgZnByaW50ZihzdGRvdXQs ICJwYWNrZXRfdmFsdWUgICAgICAgICAgICAgICAgICAgICUwMnglMDJ4JTAy eCUwMnhcbiIsDQoJCXBhY2tldF92YWxbMF0scGFja2V0X3ZhbFsxXSxwYWNr ZXRfdmFsWzJdLHBhY2tldF92YWxbM10pOw0KI2VuZGlmDQoNCg0KICAgIG1l bWNweSgmZGVtb180X2J5dGVfbG9uZywgZGVtb180X2J5dGVfcGFja2V0LCBz aXplb2YodV9pbnQzMl90KSk7DQoNCiAgICBmcHJpbnRmKHN0ZG91dCwgInVf aW50MzJfdCBjb3BpZWQgZnJvbSBwYWNrZXQgICAgJWx1XG4iLCBkZW1vXzRf Ynl0ZV9sb25nKTsNCg0KICAgIGRlbW9fNF9ieXRlX25ldHdvcmtfYnl0ZV9v cmRlciA9IG50b2hsKGRlbW9fNF9ieXRlX2xvbmcpOw0KDQogICAgZnByaW50 ZihzdGRvdXQsICJ1X2ludDMyX3QgYWZ0ZXIgbnRvaGwgICAgICAgICAgICVs dVxuIiwNCiAgICAgICAgICAgIGRlbW9fNF9ieXRlX25ldHdvcmtfYnl0ZV9v cmRlcik7DQoNCn0NCg== --0-1724573330-926114497=:19573-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 15:15:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F2394153B2; Fri, 7 May 1999 15:15:12 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA97629; Fri, 7 May 1999 15:15:12 -0700 (PDT) (envelope-from asami@FreeBSD.org) Date: Fri, 7 May 1999 15:15:12 -0700 (PDT) From: Message-Id: <199905072215.PAA97629@freefall.freebsd.org> To: eoin@maths.tcd.ie, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11560: header files for metis not installed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: header files for metis not installed State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Fri May 7 14:13:15 PDT 1999 State-Changed-Why: w oops :) committed, chanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 15:24: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (Postfix) with ESMTP id 5805C14CBF for ; Fri, 7 May 1999 15:24:00 -0700 (PDT) (envelope-from jose@we.lc.ehu.es) Received: from we.lc.ehu.es (lxpxcg.lx.ehu.es [158.227.99.158]) by polaris.we.lc.ehu.es (8.9.1/8.9.1) with ESMTP id AAA06991 for ; Sat, 8 May 1999 00:23:55 +0200 (MET DST) Message-ID: <373367FA.9CBB563C@we.lc.ehu.es> Date: Sat, 08 May 1999 00:23:54 +0200 From: "José Mª Alcaide" Organization: Universidad del País Vasco - Dept. de Electricidad y Electrónica X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.1-RELEASE i386) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.ORG Subject: USE_PERL5 requires perl-5.00503: please update the "31upgrade" package Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org After updating bsd.port.mk to version 1.312, all ports that set USE_PERL5 now require perl-5.00503. However, the latest "31upgrade" package does not include this new perl version... -- JMA ----------------------------------------------------------------------- José Mª Alcaide | mailto:jose@we.lc.ehu.es Universidad del País Vasco | mailto:jmas@es.FreeBSD.ORG Dpto. de Electricidad y Electrónica | http://www.we.lc.ehu.es/~jose Facultad de Ciencias - Campus de Lejona | Tel.: +34-946012479 48940 Lejona (Vizcaya) - SPAIN | Fax: +34-946013071 ----------------------------------------------------------------------- "Go ahead... make my day." - H. Callahan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 16:50: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F7AB14C9B for ; Fri, 7 May 1999 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA02985; Fri, 7 May 1999 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.vr.IN-Berlin.DE (gnu.in-berlin.de [192.109.42.4]) by hub.freebsd.org (Postfix) with ESMTP id BEA7615729 for ; Fri, 7 May 1999 16:44:03 -0700 (PDT) (envelope-from mc5sys.in-berlin.de!elwood@hirsch.in-berlin.de) Received: from hirsch.in-berlin.de (root@hirsch.in-berlin.de [192.109.42.6]) by mail.vr.IN-Berlin.DE (8.9.1a/8.9.1) with ESMTP id BAA02634 for ; Sat, 8 May 1999 01:44:01 +0200 (CEST) (envelope-from mc5sys.in-berlin.de!elwood@hirsch.in-berlin.de) Received: by hirsch.in-berlin.de (Smail3.2) id ; Sat, 8 May 1999 01:44:00 +0200 (CEST) Received: (from elwood@localhost) by mc5sys.in-berlin.de (8.9.3/8.9.2) id BAA83347; Sat, 8 May 1999 01:43:35 +0200 (CEST) (envelope-from elwood) Message-Id: <199905072343.BAA83347@mc5sys.in-berlin.de> Date: Sat, 8 May 1999 01:43:35 +0200 (CEST) From: root@mc5sys.in-berlin.de Reply-To: elwood@mc5sys.in-berlin.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11564: Upgrade: qtarch 1.4-1 -> 1.4-4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11564 >Category: ports >Synopsis: Upgrade: qtarch 1.4-1 -> 1.4-4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 7 16:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Frank Gruender >Release: FreeBSD 4.0-CURRENT i386 >Organization: The Psychedelic Underground >Environment: >Description: >How-To-Repeat: >Fix: diff -ruN --exclude cvs qtarch.old/Makefile qtarch/Makefile --- qtarch.old/Makefile Sat May 8 01:21:03 1999 +++ qtarch/Makefile Sat May 8 01:21:03 1999 @@ -1,20 +1,26 @@ # New ports collection makefile for: qtarch -# Version required: 1.4-1 +# Version required: 1.4-4 # Date created: 17 Oct 1998 # Whom: Frank Gruender # # $Id: Makefile,v 1.1.1.1 1998/12/26 04:30:08 steve Exp $ # -DISTNAME= qtarch-1.4-1 -PKGNAME= qtarch-1.4.1 +DISTNAME= qtarch-1.4-4 +PKGNAME= qtarch-1.4.4 CATEGORIES= devel MASTER_SITES= http://www.primenet.com/~jtharris/qtarch/ MAINTAINER= elwood@mc5sys.in-berlin.de +LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \ + kdeui.2:${PORTSDIR}/x11/kdelibs11 + USE_QT= yes USE_GMAKE= yes +USE_XLIB= yes WRKSRC= ${WRKDIR}/qtarch-1.4 + +MAKE_ENV= BUILD_RELEASE=yes .include diff -ruN --exclude cvs qtarch.old/files/md5 qtarch/files/md5 --- qtarch.old/files/md5 Sat May 8 01:21:03 1999 +++ qtarch/files/md5 Sat May 8 01:21:03 1999 @@ -1 +1 @@ -MD5 (qtarch-1.4-1.tar.gz) = a9338c324dcec7baccff2cbc11d6128b +MD5 (qtarch-1.4-4.tar.gz) = de699db8ca4caab7edbc5e9564c10f64 diff -ruN --exclude cvs qtarch.old/patches/patch-aa qtarch/patches/patch-aa --- qtarch.old/patches/patch-aa Sat May 8 01:21:03 1999 +++ qtarch/patches/patch-aa Sat May 8 01:21:03 1999 @@ -1,11 +1,78 @@ ---- bmp/Makefile.orig Fri Sep 4 00:24:06 1998 -+++ bmp/Makefile Thu Dec 24 19:05:06 1998 -@@ -83,7 +83,7 @@ +--- Makefile.orig Sun Apr 4 01:59:09 1999 ++++ Makefile Sat May 8 00:50:27 1999 +@@ -128,6 +128,7 @@ + ModulesPrefPage.moc.o + + TARGET = qtarch ++INSTALLDIR = ${PREFIX} + + + include Makefile.common +@@ -160,7 +161,8 @@ + @echo + @echo "Linking $(TARGET)" + @$(CC) $(OBJECTS) $(OBJMETA) -o $(TARGET) $(LFLAGS) +- ++ @echo ++ @$(MAKE) -C module/kde + + efence: $(OBJECTS) $(OBJMETA) + efence: bmp_d prop_d widget_d layout_d pixmap_d +@@ -208,3 +210,5 @@ + doc: + @$(MAKE) -C doc doc + ++ ++include Makefile.install +--- Makefile.common.orig Sat Apr 3 23:31:22 1999 ++++ Makefile.common Sat May 8 00:55:23 1999 +@@ -5,10 +5,10 @@ + #endif + + ifndef QTDIR +-QTDIR = /usr/local/lib/qt ++QTDIR = ${X11BASE} + endif + +-INCDIR = -I$(QTDIR)/include -I$(TOPDIR) ++INCDIR = -I$(QTDIR)/include/X11/qt -I$(TOPDIR) + #CFLAGS = -O2 -fno-strength-reduce -W -Wtemplate-debugging -Wparentheses \ + # -Wuninitialized -Wchar-subscripts -Wformat -Wtrigraphs -Wcomment \ + # -Wswitch -Wunused -Wreturn-type -Wimplicit -Wpointer-arith -Wsynth \ +@@ -26,7 +26,7 @@ + bmp/libbmp.a \ + layout/liblayout.a \ + pixmap/libpixmap.a \ +- -lfl -lqt -lstdc++ -ldl -rdynamic ++ -lfl -lqt -lstdc++ -lX11 -lm -rdynamic + ARFLAGS = -crs + CC = g++ + AR = ar +--- bmp/Makefile.orig Fri Jan 29 04:41:35 1999 ++++ bmp/Makefile Sat May 8 00:50:27 1999 +@@ -85,7 +85,7 @@ include ../Makefile.common qembed: qembed.o - $(CC) qembed.o -o qembed -L$(QTDIR)/lib -lqt -+ $(CC) qembed.o -o qembed $(EXTRA_LFLAGS) -L$(QTDIR)/lib -lqt -lX11 ++ $(CC) qembed.o -o qembed -L$(QTDIR)/lib -lqt -lX11 $(BMPSOURCE): $(BMPS) qembed ./qembed $(BMPHEADER) $(BMPSOURCE) $(BMPS) +--- module/kde/Makefile.orig Sun Apr 4 06:03:24 1999 ++++ module/kde/Makefile Sat May 8 01:01:42 1999 +@@ -1,4 +1,4 @@ +-INCDIR = -I$(QTDIR)/include -I../.. -I/opt/kde/include ++INCDIR = -I$(X11BASE)/include/X11/qt -I../.. -I$(PREFIX)/include + + ifdef BUILD_RELEASE + CFLAGS = -O2 -fno-strength-reduce -Wall -W -pipe -fPIC +@@ -6,7 +6,7 @@ + CFLAGS = -g -Wall -W -pipe -fPIC + endif + +-LDFLAGS = -g -shared -L$(QTDIR)/lib -L/opt/kde/lib -lqt -lkdecore -lkdeui ++LDFLAGS = -g -shared -L$(X11BASE)/lib -L$(PREFIX)/lib -lqt -lkdecore -lkdeui + CC = g++ + MOC = moc + QTARCHBIN = ../../qtarch diff -ruN --exclude cvs qtarch.old/patches/patch-ab qtarch/patches/patch-ab --- qtarch.old/patches/patch-ab Sat May 8 01:21:03 1999 +++ qtarch/patches/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,34 +0,0 @@ ---- Makefile.common.orig Sat Mar 14 16:27:31 1998 -+++ Makefile.common Thu Dec 24 19:05:01 1998 -@@ -5,15 +5,15 @@ - #endif - - ifndef QTDIR --QTDIR = /usr/local/lib/qt -+QTDIR = ${X11BASE} - endif - --INCDIR = -I$(QTDIR)/include -I$(TOPDIR) -+INCDIR = -I$(QTDIR)/include/X11/qt -I$(TOPDIR) - #CFLAGS = -O2 -fno-strength-reduce -W -Wtemplate-debugging -Wparentheses \ - # -Wuninitialized -Wchar-subscripts -Wformat -Wtrigraphs -Wcomment \ - # -Wswitch -Wunused -Wreturn-type -Wimplicit -Wpointer-arith -Wsynth \ - # -Wconversion -Wno-overloaded-virtual --CFLAGS = -g -Wall -W -pipe -+CFLAGS = -g -O2 -Wall -W -pipe - LFLAGS = -g -L$(QTDIR)/lib \ - widget/libwidget.a \ - prop/libprop.a \ -@@ -21,7 +21,11 @@ - layout/liblayout.a \ - pixmap/libpixmap.a \ - kdewidgets/libkdewidgets.a \ -- -lfl -lqt -lstdc++ -+ -lfl -lqt -lstdc++ -lX11 -lm -+ifeq ($(PORTOBJFORMAT),elf) -+EXTRA_LFLAGS= -Wl,-rpath,$(X11BASE)/lib -+LFLAGS+= $(EXTRA_LFLAGS) -+endif - ARFLAGS = -crs - CC = gcc - AR = ar diff -ruN --exclude cvs qtarch.old/pkg/DESCR qtarch/pkg/DESCR --- qtarch.old/pkg/DESCR Sat May 8 01:21:03 1999 +++ qtarch/pkg/DESCR Sat May 8 01:21:03 1999 @@ -4,3 +4,7 @@ may be mapped to variables so that you can control them once the dialog is launched. After the dialog is created on the screen, the files for the dialog are created. + +qtarch version 1.4-4 contains a QtArch widget module for KDE 1.1. + +WWW: http://www.primenet.com/~jtharris/qtarch/ diff -ruN --exclude cvs qtarch.old/pkg/PLIST qtarch/pkg/PLIST --- qtarch.old/pkg/PLIST Sat May 8 01:21:03 1999 +++ qtarch/pkg/PLIST Sat May 8 01:21:03 1999 @@ -1,8 +1,9 @@ bin/qtarch +lib/KDEModule.so lib/qtarch/COPYING +lib/qtarch/DlgEdit.Template.Makefile lib/qtarch/README lib/qtarch/TODO -lib/qtarch/DlgEdit.Template.Makefile lib/qtarch/dlgUpdate.pl lib/qtarch/doc/AlignBottom.ps lib/qtarch/doc/AlignLeft.ps @@ -34,6 +35,7 @@ lib/qtarch/doc/PushButton.ps lib/qtarch/doc/PushButtonProp.gif lib/qtarch/doc/PushButtonProp.ps +lib/qtarch/doc/QtArch.ps lib/qtarch/doc/QtArch.tex lib/qtarch/doc/SigSlot.gif lib/qtarch/doc/SigSlot.ps @@ -44,7 +46,6 @@ lib/qtarch/doc/boxLayout.ps lib/qtarch/doc/qtarch.gif lib/qtarch/doc/qtarch.ps -lib/qtarch/doc/QtArch.ps lib/qtarch/help/index.html lib/qtarch/help/widget-Button.html lib/qtarch/help/widget-ButtonGroup.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 17:30: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4294514ED8 for ; Fri, 7 May 1999 17:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA05458; Fri, 7 May 1999 17:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from catastrophe.gelemna.ft-wayne.in.us (fw5-15.fwi.com [209.84.173.211]) by hub.freebsd.org (Postfix) with ESMTP id F1F1414F53 for ; Fri, 7 May 1999 17:26:51 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from emerson.gelemna.ft-wayne.in.us (emerson.gelemna.ft-wayne.in.us [10.23.42.2]) by catastrophe.gelemna.ft-wayne.in.us (8.8.8/8.8.8) with ESMTP id TAA20221 for ; Fri, 7 May 1999 19:26:46 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.9.3/8.9.2) id TAA29413; Fri, 7 May 1999 19:28:00 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Message-Id: <199905080028.TAA29413@emerson.gelemna.ft-wayne.in.us> Date: Fri, 7 May 1999 19:28:00 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11565: Update www/amaya to 2.0a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11565 >Category: ports >Synopsis: Update www/amaya to 2.0a >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 7 17:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Don Croyle >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Update to the new bug-fix release. Most of the fixes seem to apply solely to the users of some obscure commercial OS. >How-To-Repeat: >Fix: Apply this patch: diff -ruN amaya.old/Makefile amaya/Makefile --- amaya.old/Makefile Wed May 5 03:56:02 1999 +++ amaya/Makefile Fri May 7 15:43:44 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: amaya -# Version required: 2.0 +# Version required: 2.0a # Date created: 26 Dec 1998 # Whom: Don Croyle # # $Id: Makefile,v 1.3 1999/05/05 08:56:02 flathill Exp $ # -DISTNAME= amaya-src-2.0 -PKGNAME= amaya-2.0 +DISTNAME= amaya-src-2.0a +PKGNAME= amaya-2.0a CATEGORIES= www MASTER_SITES= http://www.w3.org/Amaya/Distribution/ \ ftp://ftp.w3.org/pub/amaya/ \ diff -ruN amaya.old/files/md5 amaya/files/md5 --- amaya.old/files/md5 Wed May 5 03:56:03 1999 +++ amaya/files/md5 Fri May 7 16:54:24 1999 @@ -1,3 +1,3 @@ -MD5 (amaya/amaya-src-2.0.tar.gz) = c25c94bb6f1bb3eaa7b92dcdde6d8a74 +MD5 (amaya/amaya-src-2.0a.tar.gz) = 03891a3b89dff55e7480b2e2aae73eda MD5 (amaya/English.tar.gz) = 36eed18a4dd0ce73ef1a5c310e751c2e MD5 (amaya/French.tar.gz) = d62ee5e7e09e36b66e833b4ec4a98902 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 17:40:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 25D3D150A2 for ; Fri, 7 May 1999 17:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA06214; Fri, 7 May 1999 17:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from merlin.rz.tu-clausthal.de (merlin.rz.tu-clausthal.de [139.174.1.23]) by hub.freebsd.org (Postfix) with ESMTP id A938A15013 for ; Fri, 7 May 1999 17:38:56 -0700 (PDT) (envelope-from rk@merlin.rz.tu-clausthal.de) Received: (from rk@localhost) by merlin.rz.tu-clausthal.de (8.9.3/8.9.1) id CAA86273; Sat, 8 May 1999 02:38:56 +0200 (CEST) Message-Id: <199905080038.CAA86273@merlin.rz.tu-clausthal.de> Date: Sat, 8 May 1999 02:38:56 +0200 (CEST) From: rk@ronald.org Reply-To: rk@ronald.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11566: lang/ocaml port fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11566 >Category: ports >Synopsis: lang/ocaml port fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 7 17:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ronald Kuehn >Release: FreeBSD 3.1-STABLE i386 >Organization: Clausthal University of Technology >Environment: FreeBSD 3.1-STABLE and 4.0-CURRENT i386 (ELF systems) >Description: Parts of the lang/ocaml port don't support FreeBSD ELF systems (ocamlopt.opt, ocamlc.opt) and profiling does not work. I sent this patch to the MAINTAINER ortmann@isl.net. I submitted this PR to make sure that the patch won't get lost. Ronald >How-To-Repeat: The ocamlopt.opt and ocamlc.opt programs are excluded in the ports Makefile by the maintainer. >Fix: The following patch should fix the problems for ocamlopt.opt and ocamlc.opt on ELF systems and enable support for profiling (gprof). diff -ruN ocaml.orig/Makefile ocaml/Makefile --- ocaml.orig/Makefile Sat Mar 27 23:15:53 1999 +++ ocaml/Makefile Thu May 6 23:56:36 1999 @@ -17,13 +17,12 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-refman.html${EXTRACT_SUFX} USE_XLIB= yes HAS_CONFIGURE= yes -USE_GMAKE= yes -ALL_TARGET= world bootstrap opt -# targets not yet working (due to Elf) ==> ocamlc.opt ocamlopt.opt +#USE_GMAKE= yes +ALL_TARGET= world bootstrap opt ocamlc.opt ocamlopt.opt MAN1= ocaml.1 ocamlc.1 ocamlcp.1 ocamldep.1 ocamllex.1 \ - ocamlopt.1 ocamlprof.1 ocamlrun.1 ocamlyacc.1 ocamlmktop.1 -# manpages not yet installing (due to Elf) ==> ocamlc.opt.1 ocamlopt.opt.1 + ocamlopt.1 ocamlprof.1 ocamlrun.1 ocamlyacc.1 ocamlmktop.1 \ + ocamlc.opt.1 ocamlopt.opt.1 CONFIGURE_ENV= PREFIX=${PREFIX} X11BASE=${X11BASE} BATCH=${BATCH} diff -ruN ocaml.orig/patches/patch-aa ocaml/patches/patch-aa --- ocaml.orig/patches/patch-aa Wed Mar 24 18:52:27 1999 +++ ocaml/patches/patch-aa Thu May 6 23:56:36 1999 @@ -1,59 +1,76 @@ -*** configure.orig Thu Mar 18 13:45:41 1999 ---- configure Thu Mar 18 13:41:54 1999 -*************** -*** 111,137 **** - - # Check for buggy versions of GCC - -! case "$host,$cc" in -! i[3456]86-*-*,gcc*) -! case `$cc --version` in -! 2.7.2.1) cat <<'EOF' -! -! WARNING: you are using gcc version 2.7.2.1 on an Intel x86 processor. -! This version of gcc is known to generate incorrect code for the -! Objective Caml runtime system on some Intel x86 machines. (The symptom -! is a crash of boot/ocamlc when compiling stdlib/pervasives.mli.) -! In particular, the version of gcc 2.7.2.1 that comes with -! Linux RedHat 4.x / Intel is affected by this problem. -! Other Linux distributions might also be affected. -! If you are using one of these configurations, you are strongly advised -! to use another version of gcc, such as 2.7.2 or 2.7.2.2, which are -! known to work well with Objective Caml. -! -! Press to proceed or to stop. -! EOF -! read reply;; -! esac;; -! esac - - # Configure the bytecode compiler - ---- 111,137 ---- - - # Check for buggy versions of GCC - -! #case "$host,$cc" in -! # i[3456]86-*-*,gcc*) -! # case `$cc --version` in -! # 2.7.2.1) cat <<'EOF' -! # -! #WARNING: you are using gcc version 2.7.2.1 on an Intel x86 processor. -! #This version of gcc is known to generate incorrect code for the -! #Objective Caml runtime system on some Intel x86 machines. (The symptom -! #is a crash of boot/ocamlc when compiling stdlib/pervasives.mli.) -! #In particular, the version of gcc 2.7.2.1 that comes with -! #Linux RedHat 4.x / Intel is affected by this problem. -! #Other Linux distributions might also be affected. -! #If you are using one of these configurations, you are strongly advised -! #to use another version of gcc, such as 2.7.2 or 2.7.2.2, which are -! #known to work well with Objective Caml. -! # -! #Press to proceed or to stop. -! #EOF -! # read reply;; -! # esac;; -! #esac - - # Configure the bytecode compiler - +--- configure.orig Thu May 6 17:22:52 1999 ++++ configure Thu May 6 17:23:05 1999 +@@ -111,27 +111,27 @@ + + # Check for buggy versions of GCC + +-case "$host,$cc" in +- i[3456]86-*-*,gcc*) +- case `$cc --version` in +- 2.7.2.1) cat <<'EOF' +- +-WARNING: you are using gcc version 2.7.2.1 on an Intel x86 processor. +-This version of gcc is known to generate incorrect code for the +-Objective Caml runtime system on some Intel x86 machines. (The symptom +-is a crash of boot/ocamlc when compiling stdlib/pervasives.mli.) +-In particular, the version of gcc 2.7.2.1 that comes with +-Linux RedHat 4.x / Intel is affected by this problem. +-Other Linux distributions might also be affected. +-If you are using one of these configurations, you are strongly advised +-to use another version of gcc, such as 2.7.2 or 2.7.2.2, which are +-known to work well with Objective Caml. +- +-Press to proceed or to stop. +-EOF +- read reply;; +- esac;; +-esac ++#case "$host,$cc" in ++# i[3456]86-*-*,gcc*) ++# case `$cc --version` in ++# 2.7.2.1) cat <<'EOF' ++# ++#WARNING: you are using gcc version 2.7.2.1 on an Intel x86 processor. ++#This version of gcc is known to generate incorrect code for the ++#Objective Caml runtime system on some Intel x86 machines. (The symptom ++#is a crash of boot/ocamlc when compiling stdlib/pervasives.mli.) ++#In particular, the version of gcc 2.7.2.1 that comes with ++#Linux RedHat 4.x / Intel is affected by this problem. ++#Other Linux distributions might also be affected. ++#If you are using one of these configurations, you are strongly advised ++#to use another version of gcc, such as 2.7.2 or 2.7.2.2, which are ++#known to work well with Objective Caml. ++# ++#Press to proceed or to stop. ++#EOF ++# read reply;; ++# esac;; ++#esac + + # Configure the bytecode compiler + +@@ -269,6 +269,8 @@ + i[3456]86-*-linuxaout) arch=i386; system=linux_aout;; + i[3456]86-*-linuxoldld) arch=i386; system=linux_aout;; + i[3456]86-*-linux) arch=i386; system=linux_elf;; ++ i[3456]86-*-freebsd2*) arch=i386; system=bsd;; ++ i[3456]86-*-freebsd*) arch=i386; system=freebsd;; + i[3456]86-*-*bsd*) arch=i386; system=bsd;; + i[3456]86-*-nextstep*) arch=i386; system=nextstep;; + i[3456]86-*-solaris*) arch=i386; system=solaris;; +@@ -328,6 +330,7 @@ + case "$arch,$model,$system" in + alpha,*,digital) profiling='prof';; + i386,*,linux_elf) profiling='prof';; ++ i386,*,freebsd) profiling='prof';; + *) profiling='noprof';; + esac + +@@ -610,6 +613,7 @@ + mips-*-ultrix*) bignum_arch=mips;; + alpha-*-osf*) bignum_arch=alpha;; + i[3456]86-*-linux) bignum_arch=x86;; ++ i[3456]86-*-freebsd*) bignum_arch=x86;; + sparc-*-sunos*) bignum_arch=supersparc;; + sparc-*-solaris*) bignum_arch=supersparc-solaris;; + sparc-*-*bsd*) bignum_arch=sparc;; diff -ruN ocaml.orig/patches/patch-ab ocaml/patches/patch-ab --- ocaml.orig/patches/patch-ab Thu Jan 1 01:00:00 1970 +++ ocaml/patches/patch-ab Sat May 8 02:03:58 1999 @@ -0,0 +1,50 @@ +--- asmcomp/i386/emit.mlp.orig Thu Feb 4 11:30:31 1999 ++++ asmcomp/i386/emit.mlp Fri May 7 00:58:25 1999 +@@ -42,12 +42,13 @@ + else !stack_offset + num_stack_slots.(0) * 4 + n * 8 + | Outgoing n -> n + +-(* Symbols are prefixed with _, except under Linux with ELF binaries *) ++(* Symbols are prefixed with _, except for ELF binaries *) + + let symbol_prefix = + match Config.system with + "linux_elf" -> "" + | "solaris" -> "" ++ | "freebsd" -> "" + | _ -> "_" + + let emit_symbol s = +@@ -59,6 +60,7 @@ + match Config.system with + "linux_elf" -> ".L" + | "solaris" -> ".L" ++ | "freebsd" -> ".L" + | _ -> "L" + + let emit_label lbl = +@@ -85,7 +87,7 @@ + + let emit_align = + match Config.system with +- "linux_elf" | "solaris" -> ++ "linux_elf" | "solaris" | "freebsd" -> + (fun n -> ` .align {emit_int n}\n`) + | _ -> + (fun n -> ` .align {emit_int(Misc.log2 n)}\n`) +@@ -703,6 +705,15 @@ + ` pushl %ecx\n`; + ` pushl %edx\n`; + ` call {emit_symbol "mcount"}\n`; ++ ` popl %edx\n`; ++ ` popl %ecx\n`; ++ ` popl %eax\n` ++ | "freebsd" -> ++ ` pushl %eax\n`; ++ ` movl %esp, %ebp\n`; ++ ` pushl %ecx\n`; ++ ` pushl %edx\n`; ++ ` call .mcount\n`; + ` popl %edx\n`; + ` popl %ecx\n`; + ` popl %eax\n` diff -ruN ocaml.orig/patches/patch-ac ocaml/patches/patch-ac --- ocaml.orig/patches/patch-ac Thu Jan 1 01:00:00 1970 +++ ocaml/patches/patch-ac Sat May 8 02:04:29 1999 @@ -0,0 +1,35 @@ +--- asmrun/i386.S.orig Sun Feb 14 17:48:24 1999 ++++ asmrun/i386.S Fri May 7 01:05:46 1999 +@@ -23,7 +23,7 @@ + #define CONCAT(a,b) a##b + #endif + +-#if defined(SYS_linux_elf) || defined(SYS_solaris) ++#if defined(SYS_linux_elf) || defined(SYS_solaris) || defined(SYS_freebsd) + #define G(x) x + #define LBL(x) CONCAT(.L,x) + #define FUNCTION_ALIGN 4 +@@ -33,13 +33,22 @@ + #define FUNCTION_ALIGN 2 + #endif + +-#if defined(PROFILING) && defined(SYS_linux_elf) ++#if defined(PROFILING) ++#if defined(SYS_linux_elf) + #define PROFILE_CAML \ + pushl %ebp; movl %esp, %ebp; pushl %eax; pushl %ecx; pushl %edx; \ + call mcount; \ + popl %edx; popl %ecx; popl %eax; popl %ebp + #define PROFILE_C \ + pushl %ebp; movl %esp, %ebp; call mcount; popl %ebp ++#elif defined(SYS_freebsd) ++#define PROFILE_CAML \ ++ pushl %ebp; movl %esp, %ebp; pushl %eax; pushl %ecx; pushl %edx; \ ++ call .mcount; \ ++ popl %edx; popl %ecx; popl %eax; popl %ebp ++#define PROFILE_C \ ++ pushl %ebp; movl %esp, %ebp; call .mcount; popl %ebp ++#endif + #else + #define PROFILE_CAML + #define PROFILE_C diff -ruN ocaml.orig/pkg/PLIST ocaml/pkg/PLIST --- ocaml.orig/pkg/PLIST Wed Mar 24 18:52:28 1999 +++ ocaml/pkg/PLIST Thu May 6 23:56:36 1999 @@ -9,6 +9,8 @@ bin/ocamlprof bin/ocamlrun bin/ocamlyacc +bin/ocamlc.opt +bin/ocamlopt.opt lib/ocaml/arg.cmi lib/ocaml/arg.cmx lib/ocaml/arg.ml >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 18:25:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id E034414CE0 for ; Fri, 7 May 1999 18:25:26 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-251.ix.netcom.com [209.109.233.251]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id SAA00447; Fri, 7 May 1999 18:26:22 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id SAA07290; Fri, 7 May 1999 18:25:21 -0700 (PDT) Date: Fri, 7 May 1999 18:25:21 -0700 (PDT) Message-Id: <199905080125.SAA07290@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: jose@we.lc.ehu.es Cc: freebsd-ports@FreeBSD.ORG In-reply-to: <373367FA.9CBB563C@we.lc.ehu.es> (jose@we.lc.ehu.es) Subject: Re: USE_PERL5 requires perl-5.00503: please update the "31upgrade" package From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <373367FA.9CBB563C@we.lc.ehu.es> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "José Mª Alcaide" * * After updating bsd.port.mk to version 1.312, all ports that set * USE_PERL5 * now require perl-5.00503. However, the latest "31upgrade" package does * not * include this new perl version... Thanks for the reminder. I'll update it. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 18:40: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 20ADF15432 for ; Fri, 7 May 1999 18:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA09017; Fri, 7 May 1999 18:40:01 -0700 (PDT) (envelope-from gnats@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 8B57F1542B for ; Fri, 7 May 1999 18:33:36 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id EB169142F; Fri, 7 May 1999 18:33:32 -0700 (PDT) Message-Id: <19990508013332.EB169142F@norn.ca.eu.org> Date: Fri, 7 May 1999 18:33:32 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11567: Update: games/xqf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11567 >Category: ports >Synopsis: Update: games/xqf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 7 18:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 0.8.99.2. This should now honour CFLAGS and PREFIX. Note: I did not update games/qstat which this depends on, because the new qstat does not seem to work with this. >How-To-Repeat: >Fix: Index: xqf/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/games/xqf/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/04/22 03:20:14 1.2 +++ Makefile 1999/05/08 01:03:38 @@ -1,12 +1,12 @@ # New ports collection makefile for: xqf -# Version required: 0.8.7.2 +# Version required: 0.8.99.2 # Date created: 08 February 1999 # Whom: steve farrell # # $Id: Makefile,v 1.2 1999/04/22 03:20:14 mharo Exp $ # -DISTNAME= xqf-0.8.99.1 +DISTNAME= xqf-0.8.99.2 CATEGORIES= games MASTER_SITES= ftp://ftp.linuxgames.com/xqf/ Index: xqf/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/games/xqf/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/04/22 03:20:14 1.2 +++ md5 1999/05/08 01:06:44 @@ -1 +1 @@ -MD5 (xqf-0.8.99.1.tar.gz) = 09ca80d248b3e469fb4d852c268ed740 +MD5 (xqf-0.8.99.2.tar.gz) = c8ebcbfb208644a56580962e370a6a45 Index: xqf/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/games/xqf/patches/patch-aa,v retrieving revision 1.2 diff -u -r1.2 patch-aa --- patch-aa 1999/04/22 03:20:15 1.2 +++ patch-aa 1999/05/08 01:14:57 @@ -1,22 +1,32 @@ -*** Makefile.orig Wed Apr 21 19:36:44 1999 ---- Makefile Thu Apr 22 10:26:50 1999 +*** Makefile.orig Fri May 7 09:03:16 1999 +--- Makefile Fri May 7 18:14:50 1999 *************** -*** 1,6 **** - CC = gcc -! CFLAGS = -O2 -g -Wall `gtk-config --cflags` # -DDEBUG #-DDNS_STANDALONE +*** 19,29 **** + + EXTRA_CFLAGS = # -DQSTAT23 -DCOMPRESSOR_BZIP2 # -DDEBUG + +! CC = gcc +! CFLAGS = -O2 -g -Wall `gtk-config --cflags` $(EXTRA_CFLAGS) ! LDFLAGS = `gtk-config --libs` + +! INSTALL_ROOT = /usr/local + + TARGET = xqf + OBJS = xqf.o xqf-ui.o game.o pref.o server.o stat.o rc.o dialogs.o \ +--- 19,29 ---- - INSTALL_ROOT = /usr/local + EXTRA_CFLAGS = # -DQSTAT23 -DCOMPRESSOR_BZIP2 # -DDEBUG ---- 1,6 ---- - CC = gcc -! CFLAGS = -O2 -g -Wall `gtk12-config --cflags` # -DDEBUG #-DDNS_STANDALONE +! CC ?= gcc +! CFLAGS += `gtk12-config --cflags` $(EXTRA_CFLAGS) ! LDFLAGS = `gtk12-config --libs` - INSTALL_ROOT = /usr/local +! INSTALL_ROOT = ${PREFIX} + TARGET = xqf + OBJS = xqf.o xqf-ui.o game.o pref.o server.o stat.o rc.o dialogs.o \ *************** -*** 22,28 **** +*** 43,49 **** $(CC) $(CFLAGS) $(CPPFLAGS) -MM $$i; done) > Makefile install: @@ -24,7 +34,7 @@ clean: rm -f *.[oasi] *~ core $(TARGET) Makefile.old ---- 22,28 ---- +--- 43,49 ---- $(CC) $(CFLAGS) $(CPPFLAGS) -MM $$i; done) > Makefile install: -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 18:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 64F6714C0A for ; Fri, 7 May 1999 18:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA09657; Fri, 7 May 1999 18:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 7 May 1999 18:50:02 -0700 (PDT) Message-Id: <199905080150.SAA09657@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: RE: ports/11567: Update: games/xqf Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11567; it has been noted by GNATS. From: Chris Piazza To: cpiazza@home.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: RE: ports/11567: Update: games/xqf Date: Fri, 07 May 1999 18:44:02 -0700 (PDT) Forgot to mention: patch-ab was removed. --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 18:50: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A35E814DAB for ; Fri, 7 May 1999 18:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA09666; Fri, 7 May 1999 18:50:02 -0700 (PDT) (envelope-from gnats@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 A16EA15F41 for ; Fri, 7 May 1999 18:46:58 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id A9711142F; Fri, 7 May 1999 18:46:55 -0700 (PDT) Message-Id: <19990508014655.A9711142F@norn.ca.eu.org> Date: Fri, 7 May 1999 18:46:55 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11568: Make qstat use CFLAGS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11568 >Category: ports >Synopsis: Make qstat use CFLAGS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 7 18:50:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Make qstat honour CFLAGS with this patch (patch-aa). Note: do not update to 2.3c, or it will break games/xqf. >How-To-Repeat: >Fix: Index: qstat/patches/patch-aa =================================================================== RCS file: patch-aa diff -N patch-aa --- /dev/null Fri May 7 18:42:20 1999 +++ patch-aa Fri May 7 18:42:54 1999 @@ -0,0 +1,8 @@ +--- Makefile.orig Fri May 7 18:42:29 1999 ++++ Makefile Fri May 7 18:42:44 1999 +@@ -1,5 +1,4 @@ + +-CFLAGS = + + # Uncomment if you have gcc + # CC = gcc -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 20:50:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (Postfix) with ESMTP id BCC6915256 for ; Fri, 7 May 1999 20:44:34 -0700 (PDT) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id NAA16380; Sat, 8 May 1999 13:14:06 +0930 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA28449; Sat, 8 May 1999 13:14:38 +0930 Date: Sat, 8 May 1999 13:14:38 +0930 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Steve Price Cc: freebsd-ports@freebsd.org Subject: Re: cvs commit: ports/deskutils/genius - Imported sources In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 6 May 1999, Steve Price wrote: > # Should this have been math/genius? > > bsd[~]$ cat /usr/ports/deskutils/pkg/COMMENT > Things that used to be on the desktop before computers were invented. > > I'd say a calculator fits that description. :) Though it > does seems that their is a precedent for having it in math > where calc, calctool, hexcalc, ... are, but the descritption > there Looking through the math category, the following programs have similar functionality: add apc calc calctool eval hexcalc add isn't X-based, and calc seems overgrown enough that it justifies being called a true mathematical package. So it's a question of degrees; at what point does something stop becoming a simple desktop utility and become a mathematical calculation package? What's more, deskutils contains two spreadsheet programs (abcus and teapot), and math also contains spreadsheets. Spreadsheets don't have much desktop-relevance, I'd say - they seem to apply more directly to the math category. Otherwise, by the "things which used to live on the desktop before computers" definition, things like text editors, audio players, clocks, etc, should be put here too. If I was looking for a calculator, the math category would be the first place I'd check.. Kris > > bsd[~]$ cat /usr/ports/math/pkg/COMMENT > Mathematics. > > makes me think of things like blas and friends. I'd be > happy to move it to math or move all the ones from math > to deskutils. Doesn't matter much to me, though deskutils > seemed a better place until your message. :-) > > -steve > ----- "That suit's sharper than a page of Oscar Wilde witticisms that's been rolled up into a point, sprinkled with lemon juice and jabbed into someone's eye" "Wow, that's sharp!" - Ace Rimmer and the Cat, _Red Dwarf_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 7 23: 0: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D8B8E14EC2 for ; Fri, 7 May 1999 23:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA24699; Fri, 7 May 1999 23:00:01 -0700 (PDT) (envelope-from gnats@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 B986714EC2 for ; Fri, 7 May 1999 22:58:31 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id E40221485; Fri, 7 May 1999 22:58:27 -0700 (PDT) Message-Id: <19990508055827.E40221485@norn.ca.eu.org> Date: Fri, 7 May 1999 22:58:27 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11570: Update: devel/xwpe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11570 >Category: ports >Synopsis: Update: devel/xwpe >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 7 23:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 1.5.17a, and use MLINKS. Also remove dead master site and add a new one. >How-To-Repeat: >Fix: Index: xwpe/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/devel/xwpe/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 1999/02/28 10:00:07 1.8 +++ Makefile 1999/05/08 05:55:37 @@ -1,17 +1,17 @@ # ex:ts=8 # Ports collection makefile for: xwpe -# Version required: 1.6.2 +# Version required: 1.5.17a # Date created: Fri Jan 24, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # # $Id: Makefile,v 1.8 1999/02/28 10:00:07 obrien Exp $ # -DISTNAME= xwpe-1.5.16a +DISTNAME= xwpe-1.5.17a CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www.rpi.edu/~payned/xwpe/ \ - ftp://identical.stu.rpi.edu/pub/linux/xwpe/ + ftp://identicalsoftware.com/pub/linux/xwpe/ MASTER_SITE_SUBDIR= apps/editors/X MAINTAINER= obrien@FreeBSD.org @@ -25,11 +25,11 @@ USE_GMAKE= yes ALL_TARGET= MAN1= xwpe.1 +MLINKS= xwpe.1 xwe.1 \ + xwpe.1 wpe.1 \ + xwpe.1 we.1 post-install: @strip ${PREFIX}/bin/xwpe - @(cd ${PREFIX}/man/man1 ; \ - for mp in xwe.1 wpe.1 we.1 ; \ - do ${RM} -f $$mp ; ln -sf xwpe.1.gz $$mp.gz ; done ) .include Index: xwpe/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/devel/xwpe/files/md5,v retrieving revision 1.5 diff -u -r1.5 md5 --- md5 1999/02/28 10:00:07 1.5 +++ md5 1999/05/08 05:32:09 @@ -1 +1 @@ -MD5 (xwpe-1.5.16a.tar.gz) = 5cc917b3d3ca46d0cd5bb9a3478f15e8 +MD5 (xwpe-1.5.17a.tar.gz) = d331980b39fd1329a19cfc516920d572 Index: xwpe/patches/patch-09 =================================================================== RCS file: /cvs/FreeBSD/ports/devel/xwpe/patches/patch-09,v retrieving revision 1.1 diff -u -r1.1 patch-09 --- patch-09 1998/05/09 18:52:42 1.1 +++ patch-09 1999/05/08 05:39:34 @@ -1,5 +1,5 @@ ---- we_fl_unix.c.orig Wed May 6 11:03:13 1998 -+++ we_fl_unix.c Fri May 8 10:25:34 1998 +--- we_fl_unix.c.orig Fri May 7 22:34:29 1999 ++++ we_fl_unix.c Fri May 7 22:38:00 1999 @@ -14,6 +14,10 @@ #include #include @@ -9,20 +9,20 @@ +#endif + struct dirfile *e_make_win_list(FENSTER *f); - int e_s_sys_ini(void); - int e_s_sys_end(void); -@@ -1929,7 +1933,13 @@ - dout->name = NULL; - manpath[0] = '\0'; - if (getenv("MANPATH")) strcpy(manpath, getenv("MANPATH")); -- if (manpath[0] == '\0') strcpy(manpath, "/usr/man:/usr/local/man"); -+ if (manpath[0] == '\0') strcpy(manpath, + extern char *e_tmp_dir; + extern int (*e_u_system)(char *exe); +@@ -3050,7 +3054,13 @@ + if(getenv("MANPATH")) + strcpy(manpath, getenv("MANPATH")); + if(manpath[0] == '\0') +- strcpy(manpath, "/usr/man:/usr/local/man"); ++ strcpy(manpath, +#if (defined(BSD) && (BSD >= 199306)) || (defined(sun) && defined(__svr4__)) + "/usr/share/man:/usr/local/man"); +#else + "/usr/man:/usr/local/man"); +#endif + - while (manpath[i]) - { - for (n = 0; (subpath[n] = manpath[i]) && manpath[i] != PTHD; i++, n++); + while(manpath[i]) + { + for(n = 0; (subpath[n] = manpath[i]) && manpath[i] != PTHD; i++, n++); Index: xwpe/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/devel/xwpe/pkg/PLIST,v retrieving revision 1.4 diff -u -r1.4 PLIST --- PLIST 1998/08/12 01:55:30 1.4 +++ PLIST 1999/05/08 05:51:30 @@ -2,9 +2,6 @@ bin/wpe bin/xwe bin/xwpe -man/man1/xwe.1.gz -man/man1/wpe.1.gz -man/man1/we.1.gz share/xwpe/help.key share/xwpe/help.xwpe share/xwpe/syntax_def -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 0:48:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 451CC15A40; Sat, 8 May 1999 00:48:30 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA42140; Sat, 8 May 1999 00:48:29 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Sat, 8 May 1999 00:48:29 -0700 (PDT) From: Message-Id: <199905080748.AAA42140@freefall.freebsd.org> To: taguchi@tohoku.iij.ad.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11554: update: japanese/tk80 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update: japanese/tk80 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Sat May 8 00:48:14 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 0:50: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 976FD14E71 for ; Sat, 8 May 1999 00:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA42342; Sat, 8 May 1999 00:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8E530154B6; Sat, 8 May 1999 00:49:09 -0700 (PDT) Message-Id: <19990508074909.8E530154B6@hub.freebsd.org> Date: Sat, 8 May 1999 00:49:09 -0700 (PDT) From: rmiya@cc.hirosaki-u.ac.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11571: Distfiles of port biology/mopac is not fetchable from its MASTER_SITES. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11571 >Category: ports >Synopsis: Distfiles of port biology/mopac is not fetchable from its MASTER_SITES. >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 8 00:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ryo MIYAMOTO >Release: 2.2.8-RELEASE >Organization: Hirosaki Univ. >Environment: must be all system >Description: All distfiles of this port biology/mopac cannot be fetched from MASTER_SITES, which is written in Makefile. >How-To-Repeat: % make fetch >Fix: FQDN was changed, then `diff -u' of Makefile(s) is following: --- Makefile.old Sat May 8 02:15:26 1999 +++ Makefile Sat May 8 02:15:58 1999 @@ -9,10 +9,10 @@ DISTNAME= mopac7 PKGNAME= mopac-7.02 CATEGORIES= biology -MASTER_SITES= ftp://ccl.osc.edu/pub/chemistry/software/SOURCES/FORTRAN/mopac7_sources/ +MASTER_SITES= ftp://ftp.ccl.net/pub/chemistry/software/SOURCES/FORTRAN/mopac7_sources/ DISTFILES= mopac7.tar.Z mopac7-man.tar.Z -PATCH_SITES= ftp://ccl.osc.edu/pub/chemistry/software/LINUX/mopac7/old-version-95.06.21/ +PATCH_SITES= ftp://ftp.ccl.net/pub/chemistry/software/LINUX/mopac7/old-version-95.06.21/ PATCHFILES= mopac7-linux.diff.Z PATCH_DIST_STRIP= -p1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 1: 0: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DFD4A14EA0 for ; Sat, 8 May 1999 01:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA43697; Sat, 8 May 1999 01:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8229D15ACE; Sat, 8 May 1999 00:50:35 -0700 (PDT) Message-Id: <19990508075035.8229D15ACE@hub.freebsd.org> Date: Sat, 8 May 1999 00:50:35 -0700 (PDT) From: rmiya@cc.hirosaki-u.ac.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11572: Distfiles of port biology/psi88 is not fetchable from its MASTER_SITES. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11572 >Category: ports >Synopsis: Distfiles of port biology/psi88 is not fetchable from its MASTER_SITES. >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 8 01:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ryo MIYAMOTO >Release: 2.2.8-RELEASE >Organization: Hirosaki Univ. >Environment: must be all system >Description: All distfiles of this port biology/psi88 cannot be fetched from MASTER_SITES, which is written in Makefile. >How-To-Repeat: % make fetch >Fix: FQDN was changed, then `diff -u' of Makefile(s) is following: --- Makefile.old Sat Nov 14 17:25:25 1998 +++ Makefile Sat May 8 02:17:15 1999 @@ -9,7 +9,7 @@ DISTNAME= psi88 PKGNAME= psi88-1.0 CATEGORIES= chemistry, misc -MASTER_SITES= ftp://ccl.osc.edu/pub/chemistry/software/SOURCES/FORTRAN/psi88/ +MASTER_SITES= ftp://ftp.ccl.net/pub/chemistry/software/SOURCES/FORTRAN/psi88/ EXTRACT_SUFX= .tar.Z MAINTAINER= rmiya@cc.hirosaki-u.ac.jp >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 1: 7:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CD51150E2; Sat, 8 May 1999 01:07:11 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA44918; Sat, 8 May 1999 01:07:11 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Sat, 8 May 1999 01:07:11 -0700 (PDT) From: Message-Id: <199905080807.BAA44918@freefall.freebsd.org> To: rmiya@cc.hirosaki-u.ac.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11571: Distfiles of port biology/mopac is not fetchable from its MASTER_SITES. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Distfiles of port biology/mopac is not fetchable from its MASTER_SITES. State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Sat May 8 01:06:56 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 1:10:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F26FE1542D; Sat, 8 May 1999 01:10:39 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA45482; Sat, 8 May 1999 01:10:39 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Sat, 8 May 1999 01:10:39 -0700 (PDT) From: Message-Id: <199905080810.BAA45482@freefall.freebsd.org> To: rmiya@cc.hirosaki-u.ac.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11572: Distfiles of port biology/psi88 is not fetchable from its MASTER_SITES. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Distfiles of port biology/psi88 is not fetchable from its MASTER_SITES. State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Sat May 8 01:10:19 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 1:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 26802155BE for ; Sat, 8 May 1999 01:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA48044; Sat, 8 May 1999 01:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (as1f-6.wag.interact.net.au [203.37.48.134]) by hub.freebsd.org (Postfix) with ESMTP id 930DE1542D for ; Sat, 8 May 1999 01:20:52 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id SAA22160; Sat, 8 May 1999 18:20:50 +1000 (EST) Message-Id: <199905080820.SAA22160@blues.ghis.net> Date: Sat, 8 May 1999 18:20:50 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11573: update port: aterm-0.3.4 to 0.3.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11573 >Category: ports >Synopsis: update port: aterm-0.3.4 to 0.3.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: Sat May 8 01:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: Patch updates aterm from 0.3.4 to 0.3.5. I also removed one of the MASTER_SITES because it doesn't carry the new version yet, and added more CONFIGURE_ARGS to take advantage of some new features. It also has new dependencies. >How-To-Repeat: >Fix: Apply the following diff.. diff -ruN /usr/ports/x11/aterm/Makefile aterm/Makefile --- /usr/ports/x11/aterm/Makefile Tue Mar 9 10:08:53 1999 +++ aterm/Makefile Sat May 8 18:01:26 1999 @@ -1,24 +1,27 @@ # New ports collection makefile for: aterm -# Version required: 0.3.4 +# Version required: 0.3.5 # Date created: 17 January 1999 # Whom: Jim Mock # # $Id: Makefile,v 1.3 1999/03/08 20:59:19 steve Exp $ # -DISTNAME= aterm-0.3.4 +DISTNAME= aterm-0.3.5 CATEGORIES= x11 -MASTER_SITES= http://members.xoom.com/sashav/aterm/ \ - http://www.tigr.net/afterstep/as-apps/download/aterm/ +MASTER_SITES= http://members.xoom.com/sashav/aterm/ MAINTAINER= jim@phrantic.phear.net -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.3:${PORTSDIR}/graphics/png USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-transparency --enable-background-image \ - --disable-delete-key --disable-backspace-key + --disable-delete-key --disable-backspace-key \ + --enable-fading --enable-utmp --enable-wtmp + MAN1= aterm.1 .include diff -ruN /usr/ports/x11/aterm/files/md5 aterm/files/md5 --- /usr/ports/x11/aterm/files/md5 Fri May 7 18:57:25 1999 +++ aterm/files/md5 Sat May 8 17:56:55 1999 @@ -1,2 +1 @@ -MD5 (aterm-0.3.4.tar.gz) = 555ca711affe9e06010701230d5a6759 -MD5 (aterm-0.3.4.tar.gz) = a481a97822bcc1a1dfe04b8867b7653e +MD5 (aterm-0.3.5.tar.gz) = b4d67110343d2d56c3ea21c8b44aca4a >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 2: 5: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from neutron.cichlids.com (as4-053.rp-plus.de [149.221.238.117]) by hub.freebsd.org (Postfix) with SMTP id 1E7EC154B7 for ; Sat, 8 May 1999 02:05:02 -0700 (PDT) (envelope-from alex@cichlids.com) Received: (qmail 899 invoked from network); 8 May 1999 09:14:47 -0000 Received: from cichlids.cichlids.com (192.168.0.10) by neutron.cichlids.com with SMTP; 8 May 1999 09:14:47 -0000 Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id LAA03907; Sat, 8 May 1999 11:05:22 +0200 (CEST) (envelope-from alex) From: Alexander Langer Date: Sat, 8 May 1999 11:05:22 +0200 To: ports@freebsd.org Cc: clkao@cirx.org Subject: dagrap-0.3 Port improvement Message-ID: <19990508110522.A3892@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! dagrab saves files with names it gets from the cddb servers. Often there are names as "Interpret / Title", so it can't save. I suggest the following patch ( $portsdir/audio/dagrab/patches/patch-ab) that converts '/' into '-' in filenames. I've also mailed the author of dagrab, but the portscollection applies a freebsd patch, so the dagrab.c files are not the same. This is a patch from the freebsd-patched version to my version. Alex --- dagrab.c-without Sat May 8 11:04:52 1999 +++ dagrab.c Sat May 8 11:06:42 1999 @@ -608,7 +608,7 @@ struct Wavefile header; int fd,bytes,i,n,q,space; int bcount, sc, missing, speed = 0, ldp, now; - + char *slashp; if(tnmin || tn>tl->max) return (-1); space = ((tl->starts[tn-tl->min+1]-tl->starts[tn-tl->min]) * CD_FRAMESIZE_RAW) >> opt_mono; @@ -623,6 +623,7 @@ else printf("Dumping track %d: lba%7d to lba%7d (needs %d MB)\n",tn, tl->starts[tn-tl->min],tl->starts[tn-tl->min+1]-1, space>>20); tn-=tl->min; + for(slashp = nam; slashp = strchr(slashp, '/'); slashp++) *slashp = '-'; if ((fd=open(nam,O_TRUNC|O_CREAT|O_WRONLY|O_APPEND))==-1){ fprintf(stderr,"%s: error opening wave file %s\n",progname,nam); exit(1); -- ************** I doubt, therefore I might be. ************** *** Send email to to get PGP-Key *** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 2:50: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9031015256 for ; Sat, 8 May 1999 02:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA59939; Sat, 8 May 1999 02:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (as1f-6.wag.interact.net.au [203.37.48.134]) by hub.freebsd.org (Postfix) with ESMTP id 14BB015677 for ; Sat, 8 May 1999 02:40:19 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id TAA38582; Sat, 8 May 1999 19:40:17 +1000 (EST) Message-Id: <199905080940.TAA38582@blues.ghis.net> Date: Sat, 8 May 1999 19:40:17 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11574: update port: xchat-0.9.4 to 0.9.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11574 >Category: ports >Synopsis: update port: xchat-0.9.4 to 0.9.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: Sat May 8 02:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: Patch upgrades xchat port from 0.9.4 to 0.9.5 and also installs docs the author has included in the tarball. >How-To-Repeat: >Fix: Apply the following diff.. diff -ruN /usr/ports/net/xchat/Makefile xchat/Makefile --- /usr/ports/net/xchat/Makefile Thu Apr 1 11:16:32 1999 +++ xchat/Makefile Sat May 8 19:30:58 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: xchat -# Version required: 0.9.4 +# Version required: 0.9.5 # Date created: 17 Nov 1998 # Whom: Jim Mock # # $Id: Makefile,v 1.9 1999/03/31 15:25:59 steve Exp $ # -DISTNAME= xchat-0.9.4 +DISTNAME= xchat-0.9.5 CATEGORIES= net MASTER_SITES= http://xchat.linuxpower.org/files/ \ http://www.ozemail.com.au/~peterzelezny/xchat/ \ @@ -20,9 +20,17 @@ USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gnome -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" -post-install: - strip ${PREFIX}/bin/xchat +USE_X_PREFIX= yes + +post-install: + strip ${PREFIX}/bin/xchat + @${ECHO} " " + @${ECHO} "--------------------------------------------------------" + @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" + @${ECHO} "--------------------------------------------------------" + @${MKDIR} ${PREFIX}/share/doc/xchat && chmod a+rx ${PREFIX}/share/doc/xchat + ${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat .include diff -ruN /usr/ports/net/xchat/files/md5 xchat/files/md5 --- /usr/ports/net/xchat/files/md5 Thu Apr 1 11:16:32 1999 +++ xchat/files/md5 Sat May 8 19:07:52 1999 @@ -1 +1 @@ -MD5 (xchat-0.9.4.tar.gz) = 1f31a1cceb340812844c51628318c19e +MD5 (xchat-0.9.5.tar.gz) = cc42bdff05d2b5f2c568ad9173a27a25 diff -ruN /usr/ports/net/xchat/pkg/PLIST xchat/pkg/PLIST --- /usr/ports/net/xchat/pkg/PLIST Wed Dec 9 21:09:06 1998 +++ xchat/pkg/PLIST Sat May 8 19:19:18 1999 @@ -1 +1,13 @@ bin/xchat +share/doc/xchat/xchat.sgml +share/doc/xchat/xchat.html +share/doc/xchat/xchat-1.html +share/doc/xchat/xchat-2.html +share/doc/xchat/xchat-3.html +share/doc/xchat/xchat-4.html +share/doc/xchat/xchat-5.html +share/doc/xchat/xchat-6.html +share/doc/xchat/xchat-7.html +share/doc/xchat/xchat-8.html +share/doc/xchat/xchat-9.html +@dirrm share/doc/xchat >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 3:10: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1116A152B9 for ; Sat, 8 May 1999 03:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA62666; Sat, 8 May 1999 03:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (as1f-6.wag.interact.net.au [203.37.48.134]) by hub.freebsd.org (Postfix) with ESMTP id B6C1714D7A for ; Sat, 8 May 1999 03:02:42 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id UAA43244; Sat, 8 May 1999 20:02:43 +1000 (EST) Message-Id: <199905081002.UAA43244@blues.ghis.net> Date: Sat, 8 May 1999 20:02:43 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11576: fix port: wmcp-1.2.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11576 >Category: ports >Synopsis: fix port: wmcp-1.2.6 >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 8 03:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: Patch fixes the MASTER_SITES so the tarball is fetchable. >How-To-Repeat: >Fix: Apply the following diff.. diff -ruN /usr/ports/misc/wmcp/Makefile wmcp/Makefile --- /usr/ports/misc/wmcp/Makefile Wed Mar 31 04:46:36 1999 +++ wmcp/Makefile Sat May 8 19:50:42 1999 @@ -8,7 +8,7 @@ DISTNAME= wmcp-1.2.6 CATEGORIES= misc windowmaker -MASTER_SITES= http://www.linuxbox.com/~bac/src/wmcp/ +MASTER_SITES= http://users.linuxbox.com/~bac/src/wmcp/ MAINTAINER= jim@phrantic.phear.net >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 4: 0: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D89BD1567E for ; Sat, 8 May 1999 04:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA71287; Sat, 8 May 1999 04:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (as1f-6.wag.interact.net.au [203.37.48.134]) by hub.freebsd.org (Postfix) with ESMTP id 74B6E156F4 for ; Sat, 8 May 1999 03:54:29 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id UAA55687; Sat, 8 May 1999 20:54:30 +1000 (EST) Message-Id: <199905081054.UAA55687@blues.ghis.net> Date: Sat, 8 May 1999 20:54:30 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11577: update port: irssi-0.7.8 to 0.7.9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11577 >Category: ports >Synopsis: update port: irssi-0.7.8 to 0.7/9 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 8 04:00:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: Patch updates irssi from 0.7.8 to 0.7.9. >How-To-Repeat: >Fix: Apply the following diff.. diff -ruN /usr/ports/net/irssi/Makefile irssi/Makefile --- /usr/ports/net/irssi/Makefile Sat May 1 03:08:24 1999 +++ irssi/Makefile Sat May 8 20:33:48 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: irssi -# Version required: 0.7.8 +# Version required: 0.7.9 # Date created: 14 Apr 1999 # Whom: Jim Mock # # $Id: Makefile,v 1.1.1.1 1999/04/30 17:08:24 taoka Exp $ # -DISTNAME= irssi-0.7.8 +DISTNAME= irssi-0.7.9 CATEGORIES= net MASTER_SITES= http://www.sicom.fi/~ikioma/irssi/ diff -ruN /usr/ports/net/irssi/files/md5 irssi/files/md5 --- /usr/ports/net/irssi/files/md5 Sat May 1 03:08:25 1999 +++ irssi/files/md5 Sat May 8 20:16:49 1999 @@ -1 +1 @@ -MD5 (irssi-0.7.8.tar.bz2) = a2db6a8805bb99ae4a40147d0efc7eda +MD5 (irssi-0.7.9.tar.bz2) = f42ee10248b9b55e60d7da65c9d6b0f5 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 5:50:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CB711559C for ; Sat, 8 May 1999 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 FAA00272; Sat, 8 May 1999 05:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 25186154BF; Sat, 8 May 1999 05:42:29 -0700 (PDT) Message-Id: <19990508124229.25186154BF@hub.freebsd.org> Date: Sat, 8 May 1999 05:42:29 -0700 (PDT) From: nosuzuki@e-mail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11578: update port: net/ppxp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11578 >Category: ports >Synopsis: update port: net/ppxp >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 8 05:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Norio Suzuki >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: update for ppxp-0.99030108. In this version, all FreeBSD patches are comitted to original source codes, and added some new modem supports. PPxP is yet another PPP program. This works in user side like iij-ppp does. But PPxP is much more user friendly and easy to setup and use. There are some PPP process controler are included in this package. Thank you. >How-To-Repeat: >Fix: Please apply this patch to net/ppxp. diff -urN ppxp.old/Makefile ppxp/Makefile --- ppxp.old/Makefile Mon Jan 11 08:53:01 1999 +++ ppxp/Makefile Sat May 8 21:19:35 1999 @@ -1,19 +1,21 @@ # New ports collection makefile for: ppxp -# Version required: 0.98112523 -# Date created: 16 June 1998 +# Version required: 0.99030108 +# Date created: 8 May 1999 # Whom: Norio Suzuki # KUNISHIMA Takeo +# Taguchi Takeshi # # $Id: Makefile,v 1.4 1999/01/10 15:56:35 sada Exp $ # -DISTNAME= ppxp-0.98112523 +DISTNAME= ppxp-0.99030108 CATEGORIES= net tk80 .if defined(USE_TCLJP) CATEGORIES+= japanese .endif -MASTER_SITES= http://www.dsl.ics.tut.ac.jp/~manabe/PPxP/packages/ \ - http://www.dsl.gr.jp/~manabe/PPxP/packages/ +MASTER_SITES= http://www.dsl.gr.jp/~manabe/PPxP/packages/ \ + http://www.linet.gr.jp/~manabe/PPxP/packages/ \ + http://www.dsl.ics.tut.ac.jp/~manabe/PPxP/packages/ MAINTAINER= nosuzuki@e-mail.ne.jp diff -urN ppxp.old/files/md5 ppxp/files/md5 --- ppxp.old/files/md5 Fri Jan 1 02:20:18 1999 +++ ppxp/files/md5 Sat May 8 01:44:40 1999 @@ -1 +1 @@ -MD5 (ppxp-0.98112523.tar.gz) = c06c40b5352e2c35ef6aac7f64eee11b +MD5 (ppxp-0.99030108.tar.gz) = 366a33bd17265eb58d94c58993a431f2 diff -urN ppxp.old/patches/patch-aa ppxp/patches/patch-aa --- ppxp.old/patches/patch-aa Fri Jan 1 02:20:18 1999 +++ ppxp/patches/patch-aa Sat May 8 03:23:20 1999 @@ -1,28 +1,11 @@ -*** etc/modem/MC-6500@isdn Thu Jan 1 09:00:00 1970 ---- etc/modem/MC-6500@isdn Mon Jun 15 22:41:37 1998 -*************** -*** 0 **** ---- 1,9 ---- -+ include standard -+ -+ Name "PHS alpha DATA MC-6500 @ ISDN" -+ MaxDTESpeed 115200 -+ Initialize "ATE1Q0@O2" -+ PulseDial "ATD\p" -+ ToneDial "ATD\p" -+ Dial "ATD\p" -+ IsdnDial "ATD\p" -*** etc/modem/MC-6500@modem Thu Jan 1 09:00:00 1970 ---- etc/modem/MC-6500@modem Mon Jun 15 22:42:20 1998 -*************** -*** 0 **** ---- 1,9 ---- -+ include standard -+ -+ Name "PHS alpha DATA MC-6500 @ modem" -+ MaxDTESpeed 115200 -+ Initialize "ATE1Q0@O1" -+ PulseDial "ATD\p" -+ ToneDial "ATD\p" -+ Dial "ATD\p" -+ IsdnDial "ATD\p" +--- console/xppxp/icon.c.orig Sat May 8 02:57:54 1999 ++++ console/xppxp/icon.c Sat May 8 02:58:16 1999 +@@ -6,7 +6,7 @@ + #include + #include + #include +-#include ++#include + #include + #include "xppxp.h" + #include "Panel.h" diff -urN ppxp.old/patches/patch-ab ppxp/patches/patch-ab --- ppxp.old/patches/patch-ab Fri Jan 1 02:20:18 1999 +++ ppxp/patches/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- console/xppxp/Makefile.in.orig Thu Dec 24 04:51:34 1998 -+++ console/xppxp/Makefile.in Thu Dec 24 04:51:43 1998 -@@ -16,7 +16,7 @@ - #SIGVOID = -DHasVoidSignalReturn - # - CC = @CC@ --XLIB = @X_LIBS@ -lXaw -lXmu -lXt -lX11 -lXpm -+XLIB = @X_LIBS@ -lXaw -lXmu -lXt -lXext -lX11 @X_PRE_LIBS@ -lXpm - CFLAGS = @CFLAGS@ -I$(PPXPINC) -DXPPXPDIR=\"$(XPPXPDIR)\" @X_CFLAGS@ - LDFLAGS = @LDFLAGS@ $(PPXPLIB) $(XLIB) - # diff -urN ppxp.old/patches/patch-ac ppxp/patches/patch-ac --- ppxp.old/patches/patch-ac Fri Jan 1 02:20:18 1999 +++ ppxp/patches/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,8 +0,0 @@ ---- console/forms/fip.c.orig Sat Dec 26 00:48:38 1998 -+++ console/forms/fip.c Sat Dec 26 00:48:41 1998 -@@ -1,4 +1,5 @@ - #include -+#include - #include - - #include "fppxp.h" diff -urN ppxp.old/patches/patch-ad ppxp/patches/patch-ad --- ppxp.old/patches/patch-ad Sun Jan 3 05:27:42 1999 +++ ppxp/patches/patch-ad Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- configure.in.orig Wed Nov 25 15:09:45 1998 -+++ configure.in Sat Jan 2 14:20:05 1999 -@@ -268,7 +268,7 @@ - - if test -n "$WISH" - then -- eval `$WISH console/tcltk/config.tcl $args` -+ eval `$TCLSH console/tcltk/config.tcl $args` - TCL_SCRIPTS="tkppxp" - elif test -n "$TCLSH" - then diff -urN ppxp.old/patches/patch-ae ppxp/patches/patch-ae --- ppxp.old/patches/patch-ae Sun Jan 3 05:27:42 1999 +++ ppxp/patches/patch-ae Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- configure.orig Wed Nov 25 15:10:51 1998 -+++ configure Sat Jan 2 14:07:13 1999 -@@ -2566,7 +2566,7 @@ - - if test -n "$WISH" - then -- eval `$WISH console/tcltk/config.tcl $args` -+ eval `$TCLSH console/tcltk/config.tcl $args` - TCL_SCRIPTS="tkppxp" - elif test -n "$TCLSH" - then diff -urN ppxp.old/patches/patch-af ppxp/patches/patch-af --- ppxp.old/patches/patch-af Sun Jan 3 05:27:42 1999 +++ ppxp/patches/patch-af Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- console/tcltk/Makefile.in.orig Wed Aug 12 16:18:36 1998 -+++ console/tcltk/Makefile.in Sat Jan 2 14:19:09 1999 -@@ -72,7 +72,7 @@ - $(TCL_LIB_SPEC) $(TCL_LIBS) $(LIBS) - - pkgIndex.tcl: $(PPXPSO) -- echo 'pkg_mkIndex . $<;exit' | $(WISH) -+ echo 'pkg_mkIndex . $<;exit' | $(TCLSH) - - ###################################################################### - subdirs: diff -urN ppxp.old/pkg/DESCR ppxp/pkg/DESCR --- ppxp.old/pkg/DESCR Mon May 3 19:40:09 1999 +++ ppxp/pkg/DESCR Sat May 8 21:22:05 1999 @@ -7,7 +7,7 @@ There are more documentation under /usr/local/share/doc/ppxp. -WWW: http://www.dsl.ics.tut.ac.jp/~manabe/PPxP/ +WWW: http://www.dsl.gr.jp/~manabe/PPxP/ -- Norio Suzuki nosuzuki@e-mail.ne.jp diff -urN ppxp.old/pkg/PLIST ppxp/pkg/PLIST --- ppxp.old/pkg/PLIST Fri Jan 1 02:20:18 1999 +++ ppxp/pkg/PLIST Sat May 8 03:26:02 1999 @@ -26,8 +26,6 @@ etc/ppxp/ip/hrouteup etc/ppxp/keybind etc/ppxp/modem/3c563 -etc/ppxp/modem/MC-6500@isdn -etc/ppxp/modem/MC-6500@modem etc/ppxp/modem/aterm etc/ppxp/modem/default etc/ppxp/modem/dn1280 @@ -43,6 +41,7 @@ etc/ppxp/modem/sta128 etc/ppxp/modem/standard etc/ppxp/modem/ta777 +etc/ppxp/modem/td503a etc/ppxp/modem/tmad1280@128 etc/ppxp/modem/tmad1280@64 etc/ppxp/modem/v34es2 @@ -72,6 +71,7 @@ lib/ppxp/tkppxp/resources/default lib/ppxp/tkppxp/resources/qdial_message lib/ppxp/tkppxp/resources/qdial_message.ja +lib/ppxp/tkppxp/scripts/command.tcl lib/ppxp/tkppxp/scripts/conf.tcl lib/ppxp/tkppxp/scripts/icon.tcl lib/ppxp/tkppxp/scripts/indicator.tcl @@ -150,6 +150,7 @@ @dirrm share/doc/ppxp/ja @dirrm share/doc/ppxp/C @dirrm share/doc/ppxp +@dirrm etc/ppxp/rc @dirrm lib/ppxp/tkppxp/widgets @dirrm lib/ppxp/tkppxp/scripts @dirrm lib/ppxp/tkppxp/resources @@ -157,7 +158,6 @@ @dirrm lib/ppxp/tkppxp @dirrm lib/ppxp/tcl @dirrm lib/ppxp -@dirrm etc/ppxp/rc @dirrm etc/ppxp/modem @dirrm etc/ppxp/ip @dirrm etc/ppxp/conf >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 8: 0:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A6BD15635 for ; Sat, 8 May 1999 08:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA78322; Sat, 8 May 1999 08:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D60BD14CCA; Sat, 8 May 1999 07:55:15 -0700 (PDT) Message-Id: <19990508145515.D60BD14CCA@hub.freebsd.org> Date: Sat, 8 May 1999 07:55:15 -0700 (PDT) From: stanaka@bb.mbn.or.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11579: New port : japanese/libjcode Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11579 >Category: ports >Synopsis: New port : japanese/libjcode >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 8 08:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Shuichi Tanaka >Release: 3.1-RELEASE >Organization: Tokyo Institute of Technorogy >Environment: FreeBSD win.tanaka.mbn.or.jp 3.1-RELEASE FreeBSD 3.1-RELEASE #7: Fri May 7 22:45:20 GMT 1999 tanaka@win.tanaka.mbn.or.jp:/usr/src/sys/compile/mykernel >Description: A New Port collection libjcode >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: # # libjcode # libjcode/Makefile # libjcode/pkg # libjcode/pkg/PLIST # libjcode/pkg/COMMENT # libjcode/pkg/DESCR # libjcode/files # libjcode/files/md5 # libjcode/patches # echo c - libjcode mkdir -p libjcode > /dev/null 2>&1 echo x - libjcode/Makefile sed 's/^X//' >libjcode/Makefile << 'END-of-libjcode/Makefile' X# New ports collection makefile for: libjcode X# Version required: 1.00 X# Date created: 8 MAY 1999 X# Whom: Shuichi Tanaka X# X# $Id$ X# X XDISTNAME= libjcode XPKGNAME= ja-libjcode-1.00 XCATEGORIES= japanese develop XMASTER_SITES= http://keemun.soraneko.com/gtkicq/archives/ X XMAINTAINER= stanaka@bb.mbn.or.jp X XWRKSRC= ${WRKDIR}/${DISTNAME}-1.00 X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/libjcode.a ${PREFIX}/lib/libjcode.a X ${INSTALL_DATA} ${WRKSRC}/jlib.h ${PREFIX}/include/jlib.h X X.include END-of-libjcode/Makefile echo c - libjcode/pkg mkdir -p libjcode/pkg > /dev/null 2>&1 echo x - libjcode/pkg/PLIST sed 's/^X//' >libjcode/pkg/PLIST << 'END-of-libjcode/pkg/PLIST' Xinclude/jlib.h Xlib/libjcode.a X END-of-libjcode/pkg/PLIST echo x - libjcode/pkg/COMMENT sed 's/^X//' >libjcode/pkg/COMMENT << 'END-of-libjcode/pkg/COMMENT' XJapanese charset conversion libraly END-of-libjcode/pkg/COMMENT echo x - libjcode/pkg/DESCR sed 's/^X//' >libjcode/pkg/DESCR << 'END-of-libjcode/pkg/DESCR' XThis Libraly can convert japanese charset. XAnd Convert japanese "Hankaku-Kana" to "Zenkaku" X X------ XShuichi Tanaka Xstanaka@bb.mbn.or.jp END-of-libjcode/pkg/DESCR echo c - libjcode/files mkdir -p libjcode/files > /dev/null 2>&1 echo x - libjcode/files/md5 sed 's/^X//' >libjcode/files/md5 << 'END-of-libjcode/files/md5' XMD5 (libjcode.tar.gz) = 40e76af9e51e8c0040e85be3833913ac END-of-libjcode/files/md5 echo c - libjcode/patches mkdir -p libjcode/patches > /dev/null 2>&1 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 8:10: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 035B51563D for ; Sat, 8 May 1999 08:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA81338; Sat, 8 May 1999 08:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 7CCC4155E3; Sat, 8 May 1999 08:00:24 -0700 (PDT) Message-Id: <19990508150024.7CCC4155E3@hub.freebsd.org> Date: Sat, 8 May 1999 08:00:24 -0700 (PDT) From: stanaka@bb.mbn.or.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11580: New port :japanese/gtkicq Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11580 >Category: ports >Synopsis: New port :japanese/gtkicq >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 8 08:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Shuichi Tanaka >Release: 3.1-RELEASE >Organization: Tokyo institute of Technorogy >Environment: FreeBSD win.tanaka.mbn.or.jp 3.1-RELEASE FreeBSD 3.1-RELEASE #7: Fri May 7 22:45:20 GMT 1999 tanaka@win.tanaka.mbn.or.jp:/usr/src/sys/compile/mykernel >Description: New ports collection of ja-gtkicq >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: # # gtkicq # gtkicq/patches # gtkicq/pkg # gtkicq/pkg/PLIST # gtkicq/pkg/COMMENT # gtkicq/pkg/DESCR # gtkicq/Makefile # gtkicq/files # gtkicq/files/md5 # echo c - gtkicq mkdir -p gtkicq > /dev/null 2>&1 echo c - gtkicq/patches mkdir -p gtkicq/patches > /dev/null 2>&1 echo c - gtkicq/pkg mkdir -p gtkicq/pkg > /dev/null 2>&1 echo x - gtkicq/pkg/PLIST sed 's/^X//' >gtkicq/pkg/PLIST << 'END-of-gtkicq/pkg/PLIST' Xbin/gtkicq Xshare/pixmaps/gtkicq-auth.xpm Xshare/pixmaps/gtkicq-away.xpm Xshare/pixmaps/gtkicq-blank.xpm Xshare/pixmaps/gtkicq-chat.xpm Xshare/pixmaps/gtkicq-chat2.xpm Xshare/pixmaps/gtkicq-dnd.xpm Xshare/pixmaps/gtkicq-ffc.xpm Xshare/pixmaps/gtkicq-inv.xpm Xshare/pixmaps/gtkicq-message.xpm Xshare/pixmaps/gtkicq-na.xpm Xshare/pixmaps/gtkicq-nomess.xpm Xshare/pixmaps/gtkicq-occ.xpm Xshare/pixmaps/gtkicq-offline.xpm Xshare/pixmaps/gtkicq-online.xpm Xshare/pixmaps/gtkicq-url.xpm Xshare/pixmaps/gnome-gtkicq.xpm Xshare/applets/Network/GtkICQ.desktop Xetc/CORBA/servers/GtkICQ.gnorba END-of-gtkicq/pkg/PLIST echo x - gtkicq/pkg/COMMENT sed 's/^X//' >gtkicq/pkg/COMMENT << 'END-of-gtkicq/pkg/COMMENT' Xicq clone for japanese user END-of-gtkicq/pkg/COMMENT echo x - gtkicq/pkg/DESCR sed 's/^X//' >gtkicq/pkg/DESCR << 'END-of-gtkicq/pkg/DESCR' XGtkICQ is a clone of Mirabilis' popular ICQ written with GTK. XThe original source was taken from Matt Smith's mICQ. This is ment as Xa replacement for the JavaICQ, which is slow and buggy. If you would Xlike to contribute, please contact Jeremy Wise ( jwise@pathwaynet.com ). XYou may also want to visit The ICQ Protocol Site at: X[ http://www.student.nada.kth.se/~d95-mih/icq/ ] for information about Xthe ICQ protocol and mailing list. X XSee also http://gtkicq.pn.org/ X X-Shuichi Tanaka Xstanaka@bb.mbn.or.jp END-of-gtkicq/pkg/DESCR echo x - gtkicq/Makefile sed 's/^X//' >gtkicq/Makefile << 'END-of-gtkicq/Makefile' X# New ports collection makefile for: ja-gtkicq X# Version required: 0.60 X# Date created: 8 MAY 1999 X# Whom: Shuichi Tanaka X# X# $Id$ X# X XDISTNAME= gtkicq-0.60 XPKGNAME= ja-gtkicq-0.60 XCATEGORIES= japanese net XMASTER_SITES= http://gtk.pn.org/ X XPATCH_SITES= http://keemun.soraneko.com/gtkicq/archives/ XPATCHFILES= gtkicq-0.60-ja.diff.gz XPATCH_DIST_STRIP= -p1 X XMAINTAINER= stanaka@bb.mbn.or.jp X XLIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 XBUILD_DEPENDS= ${LOCALBASE}/lib/libjcode.a:${PORTSDIR}/japanese/libjcode \ X ${LOCALBASE}/include/jlib.h:${PORTSDIR}/japanese/libjcode X XUSE_X_PREFIX= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --without-gnome XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ X LIBS="-L${LOCALBASE}/lib -lxpg4" \ X INSTALL_SCRIPT='$${INSTALL} -m 755' X X.include END-of-gtkicq/Makefile echo c - gtkicq/files mkdir -p gtkicq/files > /dev/null 2>&1 echo x - gtkicq/files/md5 sed 's/^X//' >gtkicq/files/md5 << 'END-of-gtkicq/files/md5' XMD5 (gtkicq-0.60.tar.gz) = 001e540e264ba035ab3792e11e9c1838 XMD5 (gtkicq-0.60-ja.diff.gz) = e4869728b4d4e5da7e634a5ccd8dc3d0 END-of-gtkicq/files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 8:20: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 574A9153D3 for ; Sat, 8 May 1999 08:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA84154; Sat, 8 May 1999 08:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kaa.kfunigraz.ac.at (KAA16.kfunigraz.ac.at [143.50.16.17]) by hub.freebsd.org (Postfix) with ESMTP id D7FC41563C for ; Sat, 8 May 1999 08:13:49 -0700 (PDT) (envelope-from dada@balu.kfunigraz.ac.at) Received: from balu.kfunigraz.ac.at (balu [143.50.16.16]) by kaa.kfunigraz.ac.at (8.9.2/8.9.2) with ESMTP id RAA01867 for ; Sat, 8 May 1999 17:13:05 +0200 (MDT) Received: from localhost.kfunigraz.ac.at (IDENT:ltd246vnM3xMK2R6lHzFCi1t/TQF9nDq@BONLINEA45.kfunigraz.ac.at [143.50.36.45]) by balu.kfunigraz.ac.at (8.9.2/8.9.2) with ESMTP id RAA10982 for ; Sat, 8 May 1999 17:13:46 +0200 (MDT) Received: (from dada@localhost) by localhost.kfunigraz.ac.at (8.8.8/8.8.8) id OAA13383; Fri, 7 May 1999 14:48:42 +0200 (CEST) (envelope-from dada) Message-Id: <199905071248.OAA13383@localhost.kfunigraz.ac.at> Date: Fri, 7 May 1999 14:48:42 +0200 (CEST) From: dada@sbox.tu-graz.ac.at Reply-To: dada@sbox.tu-graz.ac.at To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11581: netperf port - rfc1644 forgotten Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11581 >Category: ports >Synopsis: netperf port - rfc1644 forgotten >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 8 08:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Martin Kammerhofer >Release: FreeBSD 2.2.8-STABLE i386 >Organization: Graz University of Technology >Environment: >Description: The netperf port does not enable the T/TCP test (-t TCP_TRR). This can be achieved by adding -DDO_1644 to the compiler flags. >How-To-Repeat: /usr/local/netperf/netserver -p 1234 /usr/local/netperf/netperf -p 1234 -t TCP_TRR >Fix: --- patches/patch-aa~ Sun Jul 27 22:56:03 1997 +++ patches/patch-aa Fri May 7 14:42:01 1999 @@ -32,7 +32,7 @@ # -U__hpux - Use this when compiling _on_ HP-UX *for* an HP-RT system LOG_FILE=DEBUG_LOG_FILE="\"/tmp/netperf.debug\"" -! CFLAGS = %CFLAGS% -D$(LOG_FILE) -DUSE_LOOPER -DHISTOGRAM -DDO_UNIX +! CFLAGS = %CFLAGS% -D$(LOG_FILE) -DUSE_LOOPER -DHISTOGRAM -DDO_UNIX -DDO_1644 # Some platforms, and some options, require additional libraries. # you can add to the "LIBS =" line to accomplish this. if you find >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 8:30:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D90DD14D26 for ; Sat, 8 May 1999 08:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA87144; Sat, 8 May 1999 08:30:03 -0700 (PDT) (envelope-from gnats@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 4659914D26 for ; Sat, 8 May 1999 08:25:26 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id D4065148A; Sat, 8 May 1999 08:25:22 -0700 (PDT) Message-Id: <19990508152522.D4065148A@norn.ca.eu.org> Date: Sat, 8 May 1999 08:25:22 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11584: Update: net/greed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11584 >Category: ports >Synopsis: Update: net/greed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 8 08:30:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: update to 0.801, which fixes some not-so-nice 'connection reset by peer' bugs. I am the maintainer. >How-To-Repeat: >Fix: Index: greed/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/greed/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 1999/05/07 01:08:27 1.6 +++ Makefile 1999/05/08 15:23:38 @@ -1,12 +1,12 @@ # New ports collection makefile for: greed -# Version required: 0.8 +# Version required: 0.801 # Date created: 13 April 1999 # Whom: Chris Piazza # # $Id: Makefile,v 1.6 1999/05/07 01:08:27 mharo Exp $ # -DISTNAME= greed-0.8 +DISTNAME= greed-0.801 CATEGORIES= net MASTER_SITES= http://www.public.asu.edu/~arturner/ @@ -17,9 +17,5 @@ ALL_TARGET= freebsd WRKSRC= ${WRKDIR}/greed - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/greed ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/greed.1.gz ${PREFIX}/man/man1 .include Index: greed/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/net/greed/files/md5,v retrieving revision 1.6 diff -u -r1.6 md5 --- md5 1999/05/07 01:08:29 1.6 +++ md5 1999/05/08 15:22:22 @@ -1 +1 @@ -MD5 (greed-0.8.tar.gz) = 46a40f1047217e980ab2d3c88dfc2756 +MD5 (greed-0.801.tar.gz) = ad7c370bec0f031d3ddd729987d3e964 -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 8:30:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DBABC14EBA for ; Sat, 8 May 1999 08:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA87124; Sat, 8 May 1999 08:30:02 -0700 (PDT) (envelope-from gnats@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 47178156EB for ; Sat, 8 May 1999 08:20:10 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id A08FB148A; Sat, 8 May 1999 08:20:06 -0700 (PDT) Message-Id: <19990508152006.A08FB148A@norn.ca.eu.org> Date: Sat, 8 May 1999 08:20:06 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11583: Update: x11-toolkits/fltk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11583 >Category: ports >Synopsis: Update: x11-toolkits/fltk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 8 08:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 1.0.3, which fixes some small bugs. >How-To-Repeat: >Fix: Index: fltk/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/x11-toolkits/fltk/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 1999/05/01 16:56:12 1.7 +++ Makefile 1999/05/08 14:59:02 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.7 1999/05/01 16:56:12 mharo Exp $ # -DISTNAME= fltk-1.0.2-source -PKGNAME= fltk-1.0.2 +DISTNAME= fltk-1.0.3-source +PKGNAME= fltk-1.0.3 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.fltk.org/pub/fltk/${VERSION}/ \ ftp://ftp.chg.ru/pub/X11/fltk/${VERSION}/ \ @@ -23,11 +23,10 @@ USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared -CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" WRKSRC= ${WRKDIR}/${PKGNAME} USE_X_PREFIX= yes MAN1= fluid.1 -VERSION= 1.0.2 +VERSION= 1.0.3 .include .if (${OBJFORMAT} == "aout") Index: fltk/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/x11-toolkits/fltk/files/md5,v retrieving revision 1.3 diff -u -r1.3 md5 --- md5 1999/04/26 23:29:08 1.3 +++ md5 1999/05/08 14:59:26 @@ -1 +1 @@ -MD5 (fltk-1.0.2-source.tar.bz2) = da05fc3adbf0ecffcfe79a3ed3c2ec98 +MD5 (fltk-1.0.3-source.tar.bz2) = f787a1e30edfcae08e17a1220afd0475 Index: fltk/patches/patch-ab =================================================================== RCS file: /cvs/FreeBSD/ports/x11-toolkits/fltk/patches/patch-ab,v retrieving revision 1.1 diff -u -r1.1 patch-ab --- patch-ab 1999/04/16 06:15:10 1.1 +++ patch-ab 1999/05/08 15:06:17 @@ -1,30 +1,38 @@ ---- configure.orig Wed Apr 14 18:16:08 1999 -+++ configure Wed Apr 14 18:16:44 1999 -@@ -780,9 +780,9 @@ - if test "$ac_test_CFLAGS" = set; then - CFLAGS="$ac_save_CFLAGS" - elif test $ac_cv_prog_cc_g = yes; then +--- configure.orig Sat May 8 08:04:02 1999 ++++ configure Sat May 8 08:04:31 1999 +@@ -833,13 +833,13 @@ + CFLAGS="$ac_save_CFLAGS" + elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then - CFLAGS="-g -O2" + CFLAGS="-g" else + CFLAGS="-g" + fi + else + if test "$GCC" = yes; then - CFLAGS="-O2" + CFLAGS="" + else + CFLAGS= fi - else - GCC= -@@ -912,9 +912,9 @@ - if test "$ac_test_CXXFLAGS" = set; then - CXXFLAGS="$ac_save_CXXFLAGS" - elif test $ac_cv_prog_cxx_g = yes; then +@@ -976,13 +976,13 @@ + CXXFLAGS="$ac_save_CXXFLAGS" + elif test $ac_cv_prog_cxx_g = yes; then + if test "$GXX" = yes; then - CXXFLAGS="-g -O2" + CXXFLAGS="-g" else + CXXFLAGS="-g" + fi + else + if test "$GXX" = yes; then - CXXFLAGS="-O2" + CXXFLAGS="" + else + CXXFLAGS= fi - else - GXX= -@@ -2621,8 +2621,8 @@ +@@ -2701,8 +2701,8 @@ CFLAGS="-Wall $CFLAGS" CXXFLAGS="-Wall -Wno-return-type $CXXFLAGS" if test -z "$DEBUGFLAG"; then @@ -35,7 +43,7 @@ fi if test $PICFLAG = 1; then CFLAGS="-fPIC $CFLAGS" -@@ -2649,8 +2649,8 @@ +@@ -2729,8 +2729,8 @@ CXXFLAGS="+w +pp $CXXFLAGS" fi if test -z "$DEBUGFLAG"; then -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 8:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B146151B1 for ; Sat, 8 May 1999 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA89864; Sat, 8 May 1999 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 8 May 1999 08:40:02 -0700 (PDT) Message-Id: <199905081540.IAA89864@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: RE: ports/11584: Update: net/greed Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11584; it has been noted by GNATS. From: Chris Piazza To: cpiazza@home.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: RE: ports/11584: Update: net/greed Date: Sat, 08 May 1999 08:31:31 -0700 (PDT) Please use this patch instead, I didn't mean to remove the do-install: Index: greed/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/greed/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 1999/05/07 01:08:27 1.6 +++ Makefile 1999/05/08 15:28:03 @@ -1,12 +1,12 @@ # New ports collection makefile for: greed -# Version required: 0.8 +# Version required: 0.801 # Date created: 13 April 1999 # Whom: Chris Piazza # # $Id: Makefile,v 1.6 1999/05/07 01:08:27 mharo Exp $ # -DISTNAME= greed-0.8 +DISTNAME= greed-0.801 CATEGORIES= net MASTER_SITES= http://www.public.asu.edu/~arturner/ Index: greed/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/net/greed/files/md5,v retrieving revision 1.6 diff -u -r1.6 md5 --- md5 1999/05/07 01:08:29 1.6 +++ md5 1999/05/08 15:22:22 @@ -1 +1 @@ -MD5 (greed-0.8.tar.gz) = 46a40f1047217e980ab2d3c88dfc2756 +MD5 (greed-0.801.tar.gz) = ad7c370bec0f031d3ddd729987d3e964 --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 8:40: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F20E0152C7 for ; Sat, 8 May 1999 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA89873; Sat, 8 May 1999 08:40:02 -0700 (PDT) (envelope-from gnats@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 B1FD914EBA for ; Sat, 8 May 1999 08:34:01 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 5D01C148A; Sat, 8 May 1999 08:33:58 -0700 (PDT) Message-Id: <19990508153358.5D01C148A@norn.ca.eu.org> Date: Sat, 8 May 1999 08:33:58 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11585: Update: sysutils/ascpu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11585 >Category: ports >Synopsis: Update: sysutils/ascpu >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 8 08:40:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 1.6. >How-To-Repeat: >Fix: Index: ascpu/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/sysutils/ascpu/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/05/01 02:09:34 1.3 +++ Makefile 1999/05/08 15:27:26 @@ -1,12 +1,12 @@ # New ports collection makefile for: ascpu -# Version required: 1.5 +# Version required: 1.6 # Date created: 18 February 1999 # Whom: Dima Sivachenko # # $Id: Makefile,v 1.3 1999/05/01 02:09:34 steve Exp $ # -DISTNAME= ascpu-1.5 +DISTNAME= ascpu-1.6 CATEGORIES= sysutils afterstep MASTER_SITES= http://bewoner.dma.be/Albert/software/ \ http://www.tigr.net/afterstep/as-apps/download/ascpu/ \ Index: ascpu/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/sysutils/ascpu/files/md5,v retrieving revision 1.3 diff -u -r1.3 md5 --- md5 1999/05/01 02:09:43 1.3 +++ md5 1999/05/08 15:29:07 @@ -1 +1 @@ -MD5 (ascpu-1.5.tar.gz) = b71dccfb83feb742152e52b9059650f6 +MD5 (ascpu-1.6.tar.gz) = dbe6dfd9dd6e0d4fd023a4f1151befb2 -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 8:50:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5317915572 for ; Sat, 8 May 1999 08:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA92133; Sat, 8 May 1999 08:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ns11.rim.or.jp (ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (Postfix) with ESMTP id 9A5051535B for ; Sat, 8 May 1999 08:46:32 -0700 (PDT) (envelope-from nishio@nexus.rim.or.jp) Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.8/3.5Wpl2-ns11/RIMNET-2) with ESMTP id AAA00140 for ; Sun, 9 May 1999 00:46:23 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.8/3.5Wpl2-uucp1/RIMNET) with UUCP id AAA08462 for FreeBSD-gnats-submit@freebsd.org; Sun, 9 May 1999 00:46:23 +0900 (JST) Received: (from nishio@localhost) by orbit.nexus.rim.or.jp (8.9.2/3.5W) id CAA19386; Sat, 8 May 1999 02:28:46 +0900 (JST) Message-Id: <199905071728.CAA19386@orbit.nexus.rim.or.jp> Date: Sat, 8 May 1999 02:28:46 +0900 (JST) From: nishio@nexus.rim.or.jp Reply-To: nishio@nexus.rim.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11587: wmitime-0.3 ports problem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11587 >Category: ports >Synopsis: inappropriate internet time calculation >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 8 08:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Fumihiko Nishio >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: Internet time is not calculated correctly. The 'timezone' global variable does not exist in FreeBSD system, so tm_gmtoff should be used. >How-To-Repeat: >Fix: --- wmitime.c.orig Sat May 8 01:58:45 1999 +++ wmitime.c Sat May 8 02:10:14 1999 @@ -281,7 +281,7 @@ // Compute Inet Time iTime=(clk->tm_hour*3600+clk->tm_min*60+clk->tm_sec); - iTime=iTime+((timezone-1)+3600); + iTime=iTime+((1-clk->tm_gmtoff)+3600); if (clk->tm_isdst) iTime-=3600; iTime=(iTime*1000)/86400; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 8:50:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 136AA151B1 for ; Sat, 8 May 1999 08:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA92124; Sat, 8 May 1999 08:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from narcissus.pel.sys.hiroshima-u.ac.jp (ppp-saijo-160.ipc.hiroshima-u.ac.jp [133.41.4.160]) by hub.freebsd.org (Postfix) with ESMTP id 3113415AF3 for ; Sat, 8 May 1999 08:40:55 -0700 (PDT) (envelope-from nobutaka@narcissus.pel.sys.hiroshima-u.ac.jp) Received: (from nobutaka@localhost) by narcissus.pel.sys.hiroshima-u.ac.jp (8.9.3/8.9.3) id AAA77736; Sun, 9 May 1999 00:40:53 +0900 (JST) (envelope-from nobutaka) Message-Id: <199905081540.AAA77736@narcissus.pel.sys.hiroshima-u.ac.jp> Date: Sun, 9 May 1999 00:40:53 +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/11586: Update port: japanese/eterm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11586 >Category: ports >Synopsis: Update port: japanese/eterm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 8 08:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 4.0-CURRENT i386 >Organization: Cluster II, Faculty of Engineering, Hiroshima University, Japan >Environment: >Description: This is update of japanese/eterm port from 0.8.8 to 0.8.9. Please apply this patch. New file: patches/patch-ao Removed files: patches/patch-ab patches/patch-al patches/patch-an >How-To-Repeat: >Fix: diff -urN eterm.orig/Makefile eterm/Makefile --- eterm.orig/Makefile Sun May 9 00:21:57 1999 +++ eterm/Makefile Mon May 3 13:18:07 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: eterm -# Version required: 0.8.8 +# Version required: 0.8.9 # Date created: 11th December 1998 # Whom: MANTANI Nobutaka # # $Id: Makefile,v 1.4 1999/03/15 18:30:05 nectar Exp $ # -DISTNAME= Eterm-0.8.8 -PKGNAME= ja-eterm-0.8.8 +DISTNAME= Eterm-0.8.9 +PKGNAME= ja-eterm-0.8.9 CATEGORIES= japanese x11 MASTER_SITES= http://www.eterm.org/download/ \ ftp://ftp.eterm.org/pub/Eterm/ \ @@ -22,19 +22,17 @@ USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes - +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lxpg4" MAN1= Eterm.1 post-install: -.ifndef NOPORTDOCS - @${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/Eterm - @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.help ${PREFIX}/share/Eterm - @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ref ${PREFIX}/share/Eterm - @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.tcap ${PREFIX}/share/Eterm - @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/Eterm - @${INSTALL_DATA} ${WRKSRC}/doc/FAQ.html ${PREFIX}/share/Eterm - @${INSTALL_SCRIPT} ${WRKSRC}/doc/colortest.sh ${PREFIX}/share/Eterm - @${INSTALL_SCRIPT} ${WRKSRC}/doc/menu_cmd ${PREFIX}/share/Eterm +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/Eterm + @${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/Eterm + @${INSTALL_DATA} ${WRKSRC}/doc/Eterm_reference.html ${PREFIX}/share/doc/Eterm + @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.tcap ${PREFIX}/share/doc/Eterm + @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/doc/Eterm + @${INSTALL_DATA} ${WRKSRC}/doc/FAQ.html ${PREFIX}/share/doc/Eterm .endif .include diff -urN eterm.orig/files/md5 eterm/files/md5 --- eterm.orig/files/md5 Sun May 9 00:21:57 1999 +++ eterm/files/md5 Fri Apr 30 22:11:09 1999 @@ -1 +1 @@ -MD5 (Eterm-0.8.8.tar.gz) = 19c0571f900757e5a90ac36baac3f79b +MD5 (Eterm-0.8.9.tar.gz) = 9e4945a6920f7d10cf28516266307519 diff -urN eterm.orig/patches/patch-ab eterm/patches/patch-ab --- eterm.orig/patches/patch-ab Sun May 9 00:21:57 1999 +++ eterm/patches/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,16 +0,0 @@ ---- src/Makefile.in.orig Wed Jan 13 04:24:45 1999 -+++ src/Makefile.in Sat Jan 30 00:18:14 1999 -@@ -76,11 +76,11 @@ - EGCS = @EGCS@ - FEATURE_CMD = @FEATURE_CMD@ - GDB = @GDB@ --GRLIBS = @GRLIBS@ -+GRLIBS = -L/usr/local/lib @GRLIBS@ - IMLIB_CONFIG = @IMLIB_CONFIG@ - LD = @LD@ - LDFLAGS = @LDFLAGS@ --LIBS = @LIBS@ -+LIBS = -lxpg4 @LIBS@ - LIBTOOL = @LIBTOOL@ - LN_S = @LN_S@ - MAINT = @MAINT@ diff -urN eterm.orig/patches/patch-ad eterm/patches/patch-ad --- eterm.orig/patches/patch-ad Sun May 9 00:21:57 1999 +++ eterm/patches/patch-ad Fri Apr 30 22:20:35 1999 @@ -1,6 +1,6 @@ ---- src/main.c.orig Fri Jan 29 21:01:58 1999 -+++ src/main.c Fri Jan 29 21:04:57 1999 -@@ -108,6 +108,10 @@ +--- src/main.c.orig Tue Apr 20 09:46:37 1999 ++++ src/main.c Fri Apr 30 22:17:51 1999 +@@ -118,6 +118,10 @@ # endif #endif @@ -11,11 +11,11 @@ /* extern variables referenced */ extern int my_ruid, my_rgid, my_euid, my_egid; extern unsigned int rs_shadePct; -@@ -518,6 +522,7 @@ +@@ -376,6 +380,7 @@ #endif - Create_Windows(argc, argv); -+ init_xlocale(); - scr_reset(); /* initialize screen */ - Gr_reset(); /* reset graphics */ - + Create_Windows(argc, argv); ++ init_xlocale(); + scr_reset(); /* initialize screen */ + Gr_reset(); /* reset graphics */ + diff -urN eterm.orig/patches/patch-ae eterm/patches/patch-ae --- eterm.orig/patches/patch-ae Sun May 9 00:21:57 1999 +++ eterm/patches/patch-ae Mon May 3 03:06:12 1999 @@ -1,17 +1,17 @@ ---- src/command.c.orig Tue Jan 12 05:33:45 1999 -+++ src/command.c Sat Jan 30 01:39:34 1999 -@@ -90,6 +90,10 @@ +--- src/command.c.orig Sat Apr 24 05:56:49 1999 ++++ src/command.c Mon May 3 03:05:33 1999 +@@ -91,6 +91,10 @@ # include # endif - #endif /* NO_XLOCALE */ -+#ifdef KANJI + #endif /* NO_XLOCALE */ ++#ifdef USE_XIM +# undef NO_XLOCALE +#include +#endif #ifdef USE_GETGRNAME # include #endif -@@ -251,7 +255,7 @@ +@@ -299,7 +303,7 @@ /* defines: */ @@ -20,23 +20,27 @@ #define STRING_MAX 512 /* max string size for process_xterm_seq() */ #define ESC_ARGS 32 /* max # of args for esc sequences */ -@@ -526,8 +530,10 @@ - #endif /* OFFIX_DND */ +@@ -584,12 +588,11 @@ + + #endif /* OFFIX_DND */ - #ifndef NO_XLOCALE +-#ifndef NO_XLOCALE -static char *rs_inputMethod = ""; /* XtNinputMethod */ -static char *rs_preeditType = NULL; /* XtNpreeditType */ +#ifdef USE_XIM -+extern char *rs_inputMethod; -+extern char *rs_preeditType; -+#endif - static XIC Input_Context; /* input context */ - #endif /* NO_XLOCALE */ ++extern char *rs_inputMethod; /* XtNinputMethod */ ++extern char *rs_preeditType; /* XtNpreeditType */ + static XIC Input_Context; /* input context */ +- +-#endif /* NO_XLOCALE */ ++#endif /* USE_XIM */ -@@ -576,9 +582,20 @@ + /* command input buffering */ - #ifndef NO_XLOCALE - void init_xlocale (void); +@@ -647,6 +650,16 @@ + #else + # define init_xlocale() ((void)0) + #endif +#ifdef USE_XIM +void IMInstantiateCallback(Display *display, XPointer client_data, XPointer call_data); +void IMDestroyCallback(XIM xim, XPointer client_data, XPointer call_data); @@ -47,238 +51,183 @@ +void setSize(XRectangle *size); +extern void setPosition(XPoint *pos); +#endif - #else - # define init_xlocale() ((void)0) - #endif -+void XProcessEvent(Display *display); /*for Big Paste Handling */ static int v_doPending(void); -@@ -2238,8 +2255,6 @@ - DndSelection = XInternAtom(Xdisplay, "DndSelection", False); - #endif /* OFFIX_DND */ - -- init_xlocale(); -- - /* get number of available file descriptors */ +@@ -2425,8 +2438,6 @@ + DndSelection = XInternAtom(Xdisplay, "DndSelection", False); + #endif /* OFFIX_DND */ + +- init_xlocale(); +- + /* get number of available file descriptors */ #ifdef _POSIX_VERSION - num_fds = sysconf(_SC_OPEN_MAX); -@@ -2273,131 +2288,21 @@ - #ifndef NO_XLOCALE + num_fds = sysconf(_SC_OPEN_MAX); +@@ -2489,135 +2500,20 @@ void - init_xlocale (void) { -- -- char *p, *s, buf[32], tmp[1024]; -- XIM xim = NULL; -- XIMStyle input_style = 0; -- XIMStyles *xim_styles = NULL; -- int found; -- -- Input_Context = NULL; -+ char *locale; - - # ifdef KANJI -- setlocale(LC_CTYPE, ""); + init_xlocale(void) + { ++ char *locale; + +- char *p, *s, buf[32], tmp[1024]; +- XIM xim = NULL; +- XIMStyle input_style; +- XIMStyles *xim_styles = NULL; +- int found, i, mc; +- XFontSet fontset = 0; +- char *fontname, **ml, *ds; +- XVaNestedList list; +- const char fs_base[] = ",-misc-fixed-*-r-*-*-*-120-*-*-*-*-*-*"; +- +- D_X11(("Initializing X locale and Input Method...\n")); +- Input_Context = NULL; +- if (rs_inputMethod && strlen(rs_inputMethod) >= sizeof(tmp)) { +- print_error("Input Method too long, ignoring."); +- rs_inputMethod = NULL; +- } +-# ifdef KANJI +- setlocale(LC_CTYPE, ""); +-# else +- if (rs_inputMethod && !*rs_inputMethod) { +- rs_inputMethod = NULL; +- } -# endif -- -- if (rs_inputMethod == NULL --# ifndef KANJI -- || !*rs_inputMethod /* required ? */ -+ locale = setlocale(LC_CTYPE, ""); - # endif -- ) { -- if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p) -- xim = XOpenIM(Xdisplay, NULL, NULL, NULL); -+#ifdef USE_XIM -+ if (locale == NULL) { -+ print_error("Setting locale failed."); - } else { -- strcpy(tmp, rs_inputMethod); -- for (s = tmp; *s; /*nil*/) { -- -- char *end, *next_s; -- -- for (; *s && isspace(*s); s++); -- if (!*s) break; -- end = s; -- for (; *end && (*end != ','); end++); -- next_s = end--; -- for (; (end >= s) && isspace(*end); end--); -- *(end + 1) = '\0'; -- -- if (*s) { -- strcpy(buf, "@im="); -- strcat(buf, s); -- if ((p = XSetLocaleModifiers(buf)) != NULL && *p -- && (xim = XOpenIM(Xdisplay, NULL, NULL, NULL)) != NULL) -- break; -- } -- if (!*next_s) break; -- s = (next_s + 1); -- } -- } -- -- if (xim == NULL && (p = XSetLocaleModifiers("")) != NULL && *p) +- +- if (rs_inputMethod == NULL) { +- if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p) { - xim = XOpenIM(Xdisplay, NULL, NULL, NULL); -- -- if (xim == NULL) { --# ifdef DEBUG_X11 -- print_error("Failed to open input method"); --# endif -- return; - } -- -- if (XGetIMValues(xim, XNQueryInputStyle, &xim_styles, NULL) || !xim_styles) { --# ifdef DEBUG_X11 -- print_error("input method doesn't support any style"); --# endif -- XCloseIM(xim); -- return; -- } -- -- strcpy(tmp, (rs_preeditType ? rs_preeditType : "Root")); -- for (found = 0, s = tmp; *s && !found; /*nil*/) { -- -- unsigned short i; -- char *end, *next_s; -- -- while (*s && isspace(*s)) s++; -- if (!*s) break; -- end = s; -- while (*end && (*end != ',')) end++; -- next_s = end--; -- while ((end >= s) && isspace(*end)) *end-- = 0; -- -- if (!strcmp(s, "OverTheSpot")) input_style = (XIMPreeditPosition | XIMStatusArea); -- else if (!strcmp(s, "OffTheSpot")) input_style = (XIMPreeditArea | XIMStatusArea); -- else if (!strcmp(s, "Root")) -- input_style = (XIMPreeditNothing | XIMStatusNothing); -- -- for (i = 0; i < xim_styles->count_styles; i++) { -- if (input_style == xim_styles->supported_styles[i]) { -- found = 1; -- break; -- } +- } else { +- strcpy(tmp, rs_inputMethod); +- for (s = tmp; *s; /*nil */ ) { +- +- char *end, *next_s; +- +- for (; *s && isspace(*s); s++); +- if (!*s) +- break; +- end = s; +- for (; *end && (*end != ','); end++); +- next_s = end--; +- for (; (end >= s) && isspace(*end); end--); +- *(end + 1) = '\0'; +- +- if (*s) { +- snprintf(buf, sizeof(buf), "@im=%s", s); +- if ((p = XSetLocaleModifiers(buf)) != NULL && *p && (xim = XOpenIM(Xdisplay, NULL, NULL, NULL)) != NULL) { +- break; - } -- s = next_s; -- } -- XFree(xim_styles); -- -- if (found == 0) { --# ifdef DEBUG_X11 -- print_error ("input method doesn't support my preedit type"); --# endif -- XCloseIM(xim); -- return; -- } -- -- /* -- * This program only understands the Root preedit_style yet -- * Then misc.preedit_type should default to: -- * "OverTheSpot,OffTheSpot,Root" -- * /MaF -- */ -- if (input_style != (XIMPreeditNothing | XIMStatusNothing)) { --# ifdef DEBUG_X11 -- print_error ("This program only supports the \"Root\" preedit type"); --# endif -- XCloseIM(xim); -- return; -- } -- -- Input_Context = XCreateIC(xim, XNInputStyle, input_style, -- XNClientWindow, TermWin.parent, -- XNFocusWindow, TermWin.parent, -- NULL); -- -- if (Input_Context == NULL) { --# ifdef DEBUG_X11 -- print_error("Failed to create input context"); --# endif -- XCloseIM(xim); ++#ifdef USE_XIM ++ locale = setlocale(LC_CTYPE, ""); ++ if (locale == NULL) { ++ print_error("Setting locale failed."); ++ } else { + if (strcmp(locale, "C") != 0) { + setTermFontSet(); + XRegisterIMInstantiateCallback(Xdisplay, NULL, NULL, NULL, IMInstantiateCallback, NULL); -+ } + } +- if (!*next_s) +- break; +- s = (next_s + 1); +- } +- } +- +- if (xim == NULL && (p = XSetLocaleModifiers("")) != NULL && *p) { +- xim = XOpenIM(Xdisplay, NULL, NULL, NULL); +- } +- if (xim == NULL) { +- D_X11(("Error: Failed to open Input Method\n")); +- return; +- } else { +- D_X11(("Opened X Input Method. xim == 0x%08x\n", xim)); +- } +- +- if (XGetIMValues(xim, XNQueryInputStyle, &xim_styles, NULL) || !xim_styles) { +- D_X11(("Error: Input Method doesn't support any style\n")); +- XCloseIM(xim); +- return; +- } else { +- D_X11((" -> Input Method supports %d styles.\n", xim_styles->count_styles)); +- } +- +- /* We only support the Root preedit type */ +- input_style = (XIMPreeditNothing | XIMStatusNothing); +- D_X11((" -> input_style == 0x%08x\n", input_style)); +- +- for (i = 0, found = 0; i < xim_styles->count_styles; i++) { +- D_X11((" -> Supported style flags: 0x%08x %s\n", xim_styles->supported_styles[i], get_input_style_flags(xim_styles->supported_styles[i]))); +- D_X11((" -> 0x%08x %s\n", xim_styles->supported_styles[i] & input_style, +- get_input_style_flags(xim_styles->supported_styles[i] & input_style))); +- if ((xim_styles->supported_styles[i] & input_style) == (xim_styles->supported_styles[i])) { +- input_style = xim_styles->supported_styles[i]; +- found = 1; +- break; } -+#endif +- } +- XFree(xim_styles); +- +- if (!found) { +- D_X11(("Error: " APL_NAME " " VERSION " only supports the \"Root\" preedit type, which the Input Method does not support.\n")); +- XCloseIM(xim); +- return; +- } +- /* Create Font Set */ ++#endif + +-#ifdef KANJI +- fontname = MALLOC(strlen(rs_font[0]) + strlen(rs_kfont[0]) + sizeof(fs_base) + 2); +- if (fontname) { +- strcpy(fontname, rs_font[0]); +- strcat(fontname, fs_base); +- strcat(fontname, ","); +- strcat(fontname, rs_kfont[0]); +- } +-#else +- fontname = MALLOC(strlen(rs_font[0]) + sizeof(fs_base) + 1); +- if (fontname) { +- strcpy(fontname, rs_font[0]); +- strcat(fontname, fs_base); +- } +-#endif +- if (fontname) { +- setlocale(LC_ALL, ""); +- fontset = XCreateFontSet(Xdisplay, fontname, &ml, &mc, &ds); +- FREE(fontname); +- if (mc) { +- XFreeStringList(ml); +- fontset = 0; +- return; +- } +- } +- list = XVaCreateNestedList(0, XNFontSet, fontset, NULL); +- Input_Context = XCreateIC(xim, XNInputStyle, input_style, XNClientWindow, TermWin.parent, XNFocusWindow, TermWin.parent, +- XNPreeditAttributes, list, XNStatusAttributes, list, NULL); +- if (Input_Context == NULL) { +- D_X11(("Error: Unable to create Input Context\n")); +- XCloseIM(xim); +- } } - #endif /* NO_XLOCALE */ - /**/ -@@ -2459,22 +2364,21 @@ - numlock_state = (ev->xkey.state & Mod5Mask); /* numlock toggle */ - PrivMode((!numlock_state), PrivMode_aplKP); - } -- --#ifndef NO_XLOCALE -- if (!XFilterEvent(ev, *(&ev->xkey.window))) { -- if (Input_Context != NULL) { -- Status status_return; -- -- len = XmbLookupString(Input_Context, &ev->xkey, kbuf, -- sizeof(kbuf), &keysym, -- &status_return); -- } else { -- len = XLookupString(&ev->xkey, kbuf, -- sizeof(kbuf), &keysym, -- &compose); -- } -- } else len = 0; --#else /* NO_XLOCALE */ -+#ifdef USE_XIM -+ len = 0; -+ if (Input_Context != NULL) { -+ Status status_return; -+ -+ kbuf[0] = '\0'; -+ len = XmbLookupString(Input_Context, &ev->xkey, kbuf, -+ sizeof(kbuf), &keysym, -+ &status_return); -+ } else { -+ len = XLookupString(&ev->xkey, kbuf, -+ sizeof(kbuf), &keysym, -+ &compose); -+ } -+#else /* USE_XIM */ - len = XLookupString(&ev->xkey, kbuf, sizeof(kbuf), &keysym, &compose); - /* - * have unmapped Latin[2-4] entries -> Latin1 -@@ -2484,7 +2388,7 @@ - len = 1; - kbuf[0] = (keysym & 0xFF); - } --#endif /* NO_XLOCALE */ -+#endif /* USE_XIM */ - - if (len && (Options & Opt_homeOnInput)) TermWin.view_start = 0; - -@@ -3087,6 +2991,9 @@ - #else - scr_refresh(refresh_type); + #endif /* NO_XLOCALE */ + +@@ -3160,6 +3056,9 @@ + if (greek_mode) + len = greek_xlat(kbuf, len); #endif +#ifdef USE_XIM + IMSendSpot(); +#endif } + if (len <= 0) +@@ -3344,6 +3243,7 @@ + #else + scr_refresh(refresh_type); + #endif ++ IMSendSpot(); + } /* characters already read in */ -@@ -3096,14 +3003,10 @@ - - v_doPending(); - while (XPending(Xdisplay)) { /* process pending X events */ -- -- XEvent ev; -- - refreshed = 0; -- XNextEvent(Xdisplay, &ev); -+ XProcessEvent(Xdisplay); - - D_X11("cmd_getc(): process_x_event();\n"); -- process_x_event(&ev); - - /* in case button actions pushed chars to cmdbuf */ - if CHARS_READ() RETURN_CHAR(); -@@ -3178,6 +3081,9 @@ + if (CHARS_READ()) { +@@ -3444,6 +3344,9 @@ scr_refresh(refresh_type); if (scrollbar_visible()) scrollbar_show(1); @@ -288,60 +237,51 @@ } } } -@@ -3867,6 +3773,9 @@ - refresh_count = refresh_limit = 0; - scr_refresh(refresh_type); - scrollbar_show(mouseoffset); +@@ -4157,6 +4060,9 @@ + refresh_count = refresh_limit = 0; + scr_refresh(refresh_type); + scrollbar_show(mouseoffset); +#ifdef USE_XIM -+ IMSendSpot(); ++ IMSendSpot(); +#endif #endif - } else if ((ev->xany.window == scrollBar.win) && scrollbar_isMotion()) { - Window unused_root, unused_child; -@@ -3884,6 +3793,9 @@ - refresh_count = refresh_limit = 0; - scr_refresh(refresh_type); - scrollbar_show(mouseoffset); + } else if ((ev->xany.window == scrollBar.win) && scrollbar_isMotion()) { + Window unused_root, unused_child; +@@ -4174,6 +4080,9 @@ + refresh_count = refresh_limit = 0; + scr_refresh(refresh_type); + scrollbar_show(mouseoffset); +#ifdef USE_XIM -+ IMSendSpot(); ++ IMSendSpot(); +#endif - } + } #ifdef PROFILE_X_EVENTS - P_SETTIMEVAL(motion_stop); -@@ -4626,6 +4538,9 @@ - } + P_SETTIMEVAL(motion_stop); +@@ -5065,6 +4974,9 @@ } - Gr_do_graphics(cmd, nargs, args, text); + } + Gr_do_graphics(cmd, nargs, args, text); +#ifdef USE_XIM -+ IMSendSpot(); ++ IMSendSpot(); +#endif #endif } -@@ -5864,6 +5779,9 @@ - - XResizeWindow (Xdisplay, TermWin.parent, width, height); - resize_window1 (width, height); -+#ifdef USE_XIM -+ IMSetStatusPosition(); -+#endif - } - } +@@ -6311,6 +6223,9 @@ + /* parent already resized */ -@@ -5897,6 +5815,9 @@ - /* parent already resized */ - - resize_window1 (width, height); + resize_window1(width, height); +#ifdef USE_XIM -+ IMSetStatusPosition(); ++ IMSetStatusPosition(); +#endif } /* xterm sequences - title, iconName, color (exptl) */ -@@ -6505,3 +6426,340 @@ - #undef FNUM_RANGE +@@ -6893,6 +6808,328 @@ + free(orig_tnstr); + #endif } - ++ +#ifdef USE_XIM +void +setSize(XRectangle *size) @@ -571,7 +511,6 @@ + XNForeground, fg, + XNBackground, bg, + XNFontSet, TermWin.fontset, -+ XNLineSpace, 0, + NULL); + } else if (input_style & XIMPreeditArea) { + setColor(&fg, &bg); @@ -580,14 +519,12 @@ + XNForeground, fg, + XNBackground, bg, + XNFontSet, TermWin.fontset, -+ XNLineSpace, 0, + NULL); + + status_attr = XVaCreateNestedList(0, + XNForeground, fg, + XNBackground, bg, + XNFontSet, TermWin.fontset, -+ XNLineSpace, 0, + NULL); + } + @@ -666,16 +603,6 @@ + XRegisterIMInstantiateCallback(Xdisplay, NULL, NULL, NULL, IMInstantiateCallback, NULL); +} +#endif /* USE_XIM */ -+ -+void -+XProcessEvent(Display *display) -+{ -+ XEvent xev; -+ XNextEvent(display, &xev); -+#ifndef NO_XLOCALE -+ if( !XFilterEvent( &xev, xev.xany.window ) ) -+ process_x_event( &xev ) ; -+#else -+ process_x_event( &xev ) ; -+#endif -+} + + /* change_font() - Switch to a new font */ + /* diff -urN eterm.orig/patches/patch-af eterm/patches/patch-af --- eterm.orig/patches/patch-af Sun May 9 00:21:57 1999 +++ eterm/patches/patch-af Sun May 2 14:18:34 1999 @@ -1,18 +1,18 @@ ---- src/screen.c.orig Tue Jan 12 07:36:56 1999 -+++ src/screen.c Fri Jan 29 23:42:08 1999 -@@ -3365,3 +3365,15 @@ +--- src/screen.c.orig Sun May 2 14:18:03 1999 ++++ src/screen.c Sun May 2 14:16:50 1999 +@@ -3292,3 +3292,15 @@ #endif - fprintf(stderr, "%s\n", name[color]); + fprintf(stderr, "%s\n", name[color]); } + +#ifdef USE_XIM +void +setPosition(XPoint *pos) +{ -+ XWindowAttributes xwa ; ++ XWindowAttributes xwa ; + -+ XGetWindowAttributes( Xdisplay, TermWin.vt, &xwa ) ; -+ pos->x = Col2Pixel ( screen.col ) + xwa.x; -+ pos->y = Height2Pixel((screen.row + 1)) + xwa.y + TermWin.internalBorder - 2; ++ XGetWindowAttributes( Xdisplay, TermWin.vt, &xwa ) ; ++ pos->x = Col2Pixel ( screen.col ) + xwa.x; ++ pos->y = Height2Pixel((screen.row + 1)) + xwa.y + TermWin.internalBorder - 2; +} +#endif diff -urN eterm.orig/patches/patch-ag eterm/patches/patch-ag --- eterm.orig/patches/patch-ag Sun May 9 00:21:57 1999 +++ eterm/patches/patch-ag Sun May 2 14:14:22 1999 @@ -1,28 +1,28 @@ ---- src/options.c.orig Tue Jan 5 04:38:07 1999 -+++ src/options.c Sat Jan 30 01:41:27 1999 -@@ -153,6 +153,10 @@ - #ifdef GREEK_SUPPORT - static char *rs_greek_keyboard = NULL; +--- src/options.c.orig Wed Apr 21 06:08:52 1999 ++++ src/options.c Sun May 2 14:13:26 1999 +@@ -162,6 +162,10 @@ + const char *rs_menu = NULL; + #endif +#ifdef USE_XIM +char *rs_inputMethod = NULL; +char *rs_preeditType = NULL; +#endif - extern char initial_dir[PATH_MAX+1]; - -@@ -333,6 +337,10 @@ + #if defined (HOTKEY_CTRL) || defined (HOTKEY_META) + static char *rs_bigfont_key = NULL; +@@ -392,6 +396,10 @@ #if MENUBAR_MAX - OPT_STR('M', "menu", "Default menubar file", &rs_menu), + OPT_STR('M', "menu", "Default menubar file", &rs_menu), #endif +#ifdef USE_XIM -+OPT_LONG("input-method", "value of using input method", &rs_inputMethod), -+OPT_LONG("preedit-type", "value of input style", &rs_preeditType), ++ OPT_LONG("input-method", "value of using input method", &rs_inputMethod), ++ OPT_LONG("preedit-type", "value of input style", &rs_preeditType), +#endif - OPT_LONG("term-name", "value to use for setting $TERM", &rs_term_name), - OPT_BOOL('C', "console", "grab console messages", NULL, Opt_console), - OPT_ARGS('e', "exec", "execute a command rather than a shell", &rs_execArgs) -@@ -1896,7 +1904,14 @@ + OPT_LONG("term-name", "value to use for setting $TERM", &rs_term_name), + OPT_BOOL('C', "console", "grab console messages", NULL, &Options, Opt_console), + OPT_ARGS('e', "exec", "execute a command rather than a shell", &rs_execArgs) +@@ -2567,7 +2575,14 @@ #else print_error("warning: support for the cut_chars attribute was not compiled in, ignoring"); #endif diff -urN eterm.orig/patches/patch-ah eterm/patches/patch-ah --- eterm.orig/patches/patch-ah Sun May 9 00:21:57 1999 +++ eterm/patches/patch-ah Sun May 2 14:20:49 1999 @@ -1,10 +1,10 @@ ---- themes/Makefile.in.orig Sat Jan 30 01:24:43 1999 -+++ themes/Makefile.in Sat Jan 30 01:25:55 1999 -@@ -205,6 +205,7 @@ - $(CHMOD) 755 $(pkgdatadir)/themes/$$i ; \ - $(CHMOD) 644 $(pkgdatadir)/themes/$$i/???* ; \ - rm -f $(pkgdatadir)/themes/$$i/MAIN.in ; \ -+ rm -f $(pkgdatadir)/themes/$$i/MAIN.in.orig ; \ +--- themes/Makefile.in.orig Mon Apr 26 23:53:58 1999 ++++ themes/Makefile.in Sun May 2 14:20:17 1999 +@@ -221,6 +221,7 @@ + $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/themes/$$i ; \ + $(CHMOD) 644 $(DESTDIR)$(pkgdatadir)/themes/$$i/???* ; \ + rm -f $(DESTDIR)$(pkgdatadir)/themes/$$i/MAIN.in ; \ ++ rm -f $(DESTDIR)$(pkgdatadir)/themes/$$i/MAIN.in.orig ; \ else \ - echo "ALERT! Not overwriting theme $$i in $(pkgdatadir)/themes. You will need to update this theme manually." ; \ + echo "ALERT! Not overwriting theme $$i in $(DESTDIR)$(pkgdatadir)/themes. You will need to update this theme manually." ; \ fi ; \ diff -urN eterm.orig/patches/patch-aj eterm/patches/patch-aj --- eterm.orig/patches/patch-aj Sun May 9 00:21:57 1999 +++ eterm/patches/patch-aj Mon May 3 12:01:08 1999 @@ -1,8 +1,8 @@ ---- doc/Eterm.1.in.orig Fri Jan 29 23:11:14 1999 -+++ doc/Eterm.1.in Fri Jan 29 23:13:02 1999 -@@ -407,6 +407,15 @@ - specify /dev/null or a non-existent file as - .IR file . +--- doc/Eterm.1.in.orig Wed Apr 21 23:54:57 1999 ++++ doc/Eterm.1.in Mon May 3 11:59:03 1999 +@@ -454,6 +454,15 @@ + Instead, use the boolean option + .B \-\-menubar off .TP +.BI \-\-input-method " name" +Set the name of using input method. If environment variable XMODIFIERS @@ -16,3 +16,22 @@ .BI \-\-term-name " TERM" Use .I TERM +@@ -1149,6 +1158,18 @@ + as + .I file + will work too, though it may produce an error message. ++.RE ++ ++.BI input-method " name" ++.RS 5 ++Set the name of using input method. If environment variable ++XMODIFIERS is set, you don't need to use this option. ++.RE ++ ++.BI preedit-type " style" ++.RS 5 ++Set the style of input. Available styles are "OverTheSpot", "OffTheSpot" ++and "Root". "OverTheSpot" style is the default. + .RE + + .BI term_name " name" diff -urN eterm.orig/patches/patch-al eterm/patches/patch-al --- eterm.orig/patches/patch-al Sun May 9 00:21:57 1999 +++ eterm/patches/patch-al Thu Jan 1 09:00:00 1970 @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Sat Jan 30 00:41:47 1999 -+++ ltmain.sh Sat Jan 30 00:42:15 1999 -@@ -967,6 +967,12 @@ - versuffix="$current.$revision" - ;; - -+ freebsd) -+ version_vars="$version_vars major versuffix" -+ major="$current" -+ versuffix="$current" -+ ;; -+ - *) - $echo "$modename: unknown library version type \`$version_type'" 1>&2 - echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 diff -urN eterm.orig/patches/patch-an eterm/patches/patch-an --- eterm.orig/patches/patch-an Sun May 9 00:21:57 1999 +++ eterm/patches/patch-an Thu Jan 1 09:00:00 1970 @@ -1,28 +0,0 @@ ---- ltconfig.orig Wed Jan 13 03:49:37 1999 -+++ ltconfig Mon Feb 8 23:58:29 1999 -@@ -777,7 +777,7 @@ - ;; - - # FreeBSD 3, at last, uses gcc -shared to do shared libraries. -- freebsd3*) -+ freebsd3* | freebsd4*) - archive_cmds='$CC -shared -o $lib$libobjs' - hardcode_libdir_flag_spec='-R$libdir' - hardcode_direct=yes -@@ -1123,8 +1123,15 @@ - finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done' - ;; - --freebsd2* | freebsd3*) -+freebsd2*) - version_type=sunos -+ library_names_spec='${libname}${release}.so.$versuffix $libname.so' -+ finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ ;; -+ -+freebsd3* | freebsd4*) -+ version_type=freebsd - library_names_spec='${libname}${release}.so.$versuffix $libname.so' - finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir' - shlibpath_var=LD_LIBRARY_PATH diff -urN eterm.orig/patches/patch-ao eterm/patches/patch-ao --- eterm.orig/patches/patch-ao Thu Jan 1 09:00:00 1970 +++ eterm/patches/patch-ao Mon May 3 12:40:42 1999 @@ -0,0 +1,11 @@ +--- utils/Makefile.in.orig Mon May 3 12:39:18 1999 ++++ utils/Makefile.in Mon May 3 12:39:36 1999 +@@ -225,7 +225,7 @@ + + Etbg: $(Etbg_OBJECTS) $(Etbg_DEPENDENCIES) + @rm -f Etbg +- $(LINK) $(Etbg_LDFLAGS) $(Etbg_OBJECTS) $(Etbg_LDADD) $(LIBS) ++ $(LINK) $(Etbg_LDFLAGS) $(Etbg_OBJECTS) $(Etbg_LDADD) $(GRLIBS) $(LIBS) + + install-binSCRIPTS: $(bin_SCRIPTS) + @$(NORMAL_INSTALL) diff -urN eterm.orig/pkg/DESCR eterm/pkg/DESCR --- eterm.orig/pkg/DESCR Sun May 9 00:21:57 1999 +++ eterm/pkg/DESCR Fri Apr 30 22:09:20 1999 @@ -9,5 +9,5 @@ Further information about this port is available at http://www.nobutaka.com/programs/Eterm.html . -WWW: http://www.tcserv.com/Eterm/ -FAQ: http://www.tcserv.com/Eterm/FAQ.html +Eterm Main Web Site -- +Eterm FAQ -- diff -urN eterm.orig/pkg/PLIST eterm/pkg/PLIST --- eterm.orig/pkg/PLIST Sun May 9 00:21:57 1999 +++ eterm/pkg/PLIST Mon May 3 13:24:29 1999 @@ -1,13 +1,16 @@ bin/Esetroot +bin/Etbg +bin/Etcolors.sh bin/Eterm -lib/libmej.a -lib/libmej.la -lib/libmej.so -lib/libmej.so.8.7 +bin/Etmenu.sh lib/libEterm.a lib/libEterm.la lib/libEterm.so -lib/libEterm.so.8.7 +lib/libEterm.so.8 +lib/libmej.a +lib/libmej.la +lib/libmej.so +lib/libmej.so.8 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B share/Eterm/pix/014.png @@ -41,14 +44,11 @@ share/Eterm/themes/trans/MAIN share/Eterm/themes/trans/trans.menu share/Eterm/themes/trans/pixmaps.list -share/Eterm/Eterm.help -share/Eterm/Eterm.ref -share/Eterm/Eterm.tcap -share/Eterm/Eterm.ti -share/Eterm/FAQ.html -share/Eterm/ReleaseNotes -share/Eterm/colortest.sh -share/Eterm/menu_cmd +share/doc/Eterm/Eterm_reference.html +share/doc/Eterm/Eterm.tcap +share/doc/Eterm/Eterm.ti +share/doc/Eterm/FAQ.html +share/doc/Eterm/ReleaseNotes @dirrm share/Eterm/themes/trans @dirrm share/Eterm/themes/tn3270 @dirrm share/Eterm/themes/mutt @@ -58,4 +58,4 @@ @dirrm share/Eterm/themes/Eterm @dirrm share/Eterm/themes @dirrm share/Eterm/pix -@dirrm share/Eterm +@dirrm share/doc/Eterm >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 9:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 300B115677 for ; Sat, 8 May 1999 09:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA05619; Sat, 8 May 1999 09:40:02 -0700 (PDT) (envelope-from gnats@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 E86581568B for ; Sat, 8 May 1999 09:34:22 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 0B7FE1472; Sat, 8 May 1999 09:34:18 -0700 (PDT) Message-Id: <19990508163418.0B7FE1472@norn.ca.eu.org> Date: Sat, 8 May 1999 09:34:18 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11588: Update: editors/gnotepad+ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11588 >Category: ports >Synopsis: Update: editors/gnotepad+ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 8 09:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 1.1.4. Files removed: patch-aa >How-To-Repeat: >Fix: Index: gnotepad+/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/editors/gnotepad+/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/04/30 08:33:54 1.1.1.1 +++ Makefile 1999/05/08 15:35:14 @@ -1,14 +1,14 @@ # New ports collection makefile for: gnotepad+ -# Version required: 1.1.1 +# Version required: 1.1.4 # Date created: 08-March-1999 # Whom: brett@peloton.physics.montana.edu # # $Id: Makefile,v 1.1.1.1 1999/04/30 08:33:54 taoka Exp $ # -DISTNAME= gnotepad+-1.1.1 +DISTNAME= gnotepad+-1.1.4 CATEGORIES= editors www -MASTER_SITES= http://members.xoom.com/ackahn/gnp/ +MASTER_SITES= http://ack.netpedia.net/gnp/ MAINTAINER= brett@peloton.physics.montana.edu Index: gnotepad+/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/editors/gnotepad+/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/04/30 08:33:54 1.1.1.1 +++ md5 1999/05/08 15:36:06 @@ -1 +1 @@ -MD5 (gnotepad+-1.1.1.tar.gz) = 75e5cc4082b8e5345109e6b4756a250a +MD5 (gnotepad+-1.1.4.tar.gz) = f4a3856991d1833c8654e50555636577 Index: gnotepad+/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/editors/gnotepad+/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1999/04/30 08:33:54 1.1.1.1 +++ PLIST 1999/05/08 15:45:41 @@ -49,5 +49,6 @@ share/gnotepad+/xpm/tb_unordered.xpm share/gnotepad+/xpm/tb_winclose.xpm share/gnotepad+/xpm/tb_winnew.xpm +share/gnome/apps/Applications/gnotepad+.desktop @dirrm share/gnotepad+/xpm @dirrm share/gnotepad+ -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 11:20: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E51B1514B for ; Sat, 8 May 1999 11:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA27157; Sat, 8 May 1999 11:20:01 -0700 (PDT) (envelope-from gnats@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 DB5BA1503A for ; Sat, 8 May 1999 11:17:29 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 68E1514A4; Sat, 8 May 1999 11:17:23 -0700 (PDT) Message-Id: <19990508181723.68E1514A4@norn.ca.eu.org> Date: Sat, 8 May 1999 11:17:23 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11590: Unbreak vtcl port. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11590 >Category: ports >Synopsis: Unbreak vtcl port. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 8 11:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: This port was marked broken because the MASTER_SITE's disappeared, but it appears to be back. There are a few changes other than that, though: * grab vtcl-1.2.0.tar.gz rather than current.tar.gz * don't bother with DIST_SUBDIR -- there's only one distfile. * make the do-install section *MUCH* more manageable. Instead of installing every file by name, do it by suffix. >How-To-Repeat: >Fix: Index: vtcl/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/devel/vtcl/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 1999/05/06 21:06:08 1.15 +++ Makefile 1999/05/08 18:10:26 @@ -6,20 +6,16 @@ # $Id: Makefile,v 1.15 1999/05/06 21:06:08 billf Exp $ # -DISTNAME= current -PKGNAME= vtcl-1.20 +DISTNAME= vtcl-1.2.0 CATEGORIES= devel tk80 -MASTER_SITES= http://www.neuron.com/stewart/vtcl/dload/ \ - ftp://ftp.neuron.com/pub/ +MASTER_SITES= ftp://ftp.neuron.com/pub/vtcl/development/1.2/ MAINTAINER= vanilla@FreeBSD.ORG RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 -BROKEN= "the MASTER_SITES have disappeared." WRKSRC= ${WRKDIR}/${PKGNAME} NO_BUILD= yes -DIST_SUBDIR= ${PKGNAME} do-install: @ ${MKDIR} ${PREFIX}/lib/vtcl/images @@ -29,20 +25,18 @@ @ ${INSTALL_SCRIPT} ${WRKSRC}/vtcl ${PREFIX}/bin @ ${INSTALL_DATA} ${WRKSRC}/doc/tutorial.txt ${PREFIX}/share/doc/vtcl -.for data in Announce ChangeLog LICENSE README vt.tcl +.for data in Announce ChangeLog README vt.tcl @ ${INSTALL_DATA} ${WRKSRC}/${data} ${PREFIX}/lib/vtcl .endfor -.for image in anchor.gif anchor_c.ppm anchor_e.ppm anchor_n.ppm anchor_ne.ppm anchor_nw.ppm anchor_s.ppm anchor_se.ppm anchor_sw.ppm anchor_w.ppm bg.gif border.gif curse.xbm down.xbm ellipses.gif fg.gif fontbase.gif fontsize.gif fontstyle.gif icon_button.gif icon_canvas.gif icon_checkbutton.gif icon_entry.gif icon_frame.gif icon_graph.gif icon_hierbox.gif icon_label.gif icon_listbox.gif icon_menu.gif icon_menubutton.gif icon_message.gif icon_radiobutton.gif icon_scale_h.gif icon_scale_v.gif icon_scrollbar_h.gif icon_scrollbar_v.gif icon_stripchart.gif icon_text.gif icon_tixComboBox.gif icon_tixFileEntry.gif icon_tixLabelEntry.gif icon_tixLabelFrame.gif icon_tixMeter.gif icon_tixNoteBook.gif icon_tixOptionMenu.gif icon_tixPanedWindow.gif icon_tixScrolledHList.gif icon_tixScrolledListBox.gif icon_tixSelect.gif icon_tixTree.gif icon_tix_unknown.gif icon_toplevel.gif justify.gif mgr_grid.gif mgr_pack.gif mgr_place.gif mini-vtcl.xpm ofg.gif rel_groove.gif rel_raised.gif rel_ridge.gif rel_sunken.gif relief.gif title.gif unknown.gif - @ ${INSTALL_DATA} ${WRKSRC}/images/${image} ${PREFIX}/lib/vtcl/images +.for sufx in ppm gif xpm xbm + @ ${INSTALL_DATA} ${WRKSRC}/images/*.${sufx} ${PREFIX}/lib/vtcl/images .endfor -.for eimage in copy.gif cut.gif icons.gif new.gif open.gif paste.gif save.gif search.gif srchbak.gif srchfwd.gif - @ ${INSTALL_DATA} ${WRKSRC}/images/edit/${eimage} ${PREFIX}/lib/vtcl/images/edit -.endfor + @ ${INSTALL_DATA} ${WRKSRC}/images/edit/* ${PREFIX}/lib/vtcl/images/edit -.for lib in about.tcl attrbar.tcl balloon.tcl bind.tcl color.tcl command.tcl compound.tcl compounds.tcl console.tcl do.tcl dragsize.tcl dump.tcl edit.tcl editor.tcl file.tcl globals.tcl handle.tcl help.tcl input.tcl lib_blt.tcl lib_core.tcl lib_itcl.tcl lib_tix.tcl menu.tcl misc.tcl name.tcl prefs.tcl proc.tcl propmgr.tcl remove.sh tabpanel.tcl tclet.tcl toolbar.tcl tops.tcl tree.tcl var.tcl vtclib.tcl widget.tcl - @ ${INSTALL_DATA} ${WRKSRC}/lib/${lib} ${PREFIX}/lib/vtcl/lib +.for libsufx in tcl sh + @ ${INSTALL_DATA} ${WRKSRC}/lib/*.${libsufx} ${PREFIX}/lib/vtcl/lib .endfor .include Index: vtcl/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/devel/vtcl/files/md5,v retrieving revision 1.6 diff -u -r1.6 md5 --- md5 1998/12/09 10:43:09 1.6 +++ md5 1999/05/08 17:45:15 @@ -1 +1 @@ -MD5 (vtcl/current.tar.gz) = bc01190f815a5aeb67f87c3ee72b64cd +MD5 (vtcl-1.2.0.tar.gz) = bc01190f815a5aeb67f87c3ee72b64cd Index: vtcl/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/devel/vtcl/pkg/PLIST,v retrieving revision 1.5 diff -u -r1.5 PLIST --- PLIST 1998/12/09 10:43:09 1.5 +++ PLIST 1999/05/08 18:10:30 @@ -1,7 +1,6 @@ bin/vtcl lib/vtcl/Announce lib/vtcl/ChangeLog -lib/vtcl/LICENSE lib/vtcl/README lib/vtcl/vt.tcl lib/vtcl/images/anchor.gif -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 11:50: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D2E2C15DC3 for ; Sat, 8 May 1999 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 LAA28907; Sat, 8 May 1999 11:50:01 -0700 (PDT) (envelope-from gnats@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 CA23A14C31 for ; Sat, 8 May 1999 11:43:45 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 6AA6D14A5; Sat, 8 May 1999 11:43:41 -0700 (PDT) Message-Id: <19990508184341.6AA6D14A5@norn.ca.eu.org> Date: Sat, 8 May 1999 11:43:41 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11591: Update: security/gnupg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11591 >Category: ports >Synopsis: Update: security/gnupg >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 8 11:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 0.9.6 >How-To-Repeat: >Fix: Index: gnupg/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/security/gnupg/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 1999/04/17 04:51:20 1.9 +++ Makefile 1999/05/08 18:39:48 @@ -1,12 +1,12 @@ # New ports collection makefile for: gnupg -# Version required: 0.9.5 +# Version required: 0.9.6 # Date created: Sep 30, 1998 # Whom: kuriyama@FreeBSD.ORG # # $Id: Makefile,v 1.9 1999/04/17 04:51:20 kuriyama Exp $ # -DISTNAME= gnupg-0.9.5 +DISTNAME= gnupg-0.9.6 CATEGORIES= security MASTER_SITES= ftp://ftp.guug.de/pub/gcrypt/ \ ftp://pgp.iijlab.net/pub/gnupg/ \ Index: gnupg/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/security/gnupg/files/md5,v retrieving revision 1.7 diff -u -r1.7 md5 --- md5 1999/03/21 07:44:48 1.7 +++ md5 1999/05/08 18:22:52 @@ -1 +1 @@ -MD5 (gnupg-0.9.5.tar.gz) = 4dfbebbf3d1bcf18fbaa6446918432fe +MD5 (gnupg-0.9.6.tar.gz) = cbf8c63e21ededfac5ea6b5fc68626c8 Index: gnupg/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/security/gnupg/pkg/PLIST,v retrieving revision 1.6 diff -u -r1.6 PLIST --- PLIST 1999/04/17 04:51:20 1.6 +++ PLIST 1999/05/08 18:39:00 @@ -1,27 +1,15 @@ bin/gpg -bin/gpgm lib/gnupg/rndegd lib/gnupg/rndunix lib/gnupg/tiger -lib/gnupg/twofish -@dirrm lib/gnupg share/gnupg/options.skel -@dirrm share/gnupg share/locale/de/LC_MESSAGES/gnupg.mo share/locale/es_ES/LC_MESSAGES/gnupg.mo -@dirrm share/locale/es_ES/LC_MESSAGES -@dirrm share/locale/es_ES share/locale/fr/LC_MESSAGES/gnupg.mo share/locale/it/LC_MESSAGES/gnupg.mo -@dirrm share/locale/it/LC_MESSAGES -@dirrm share/locale/it share/locale/pl/LC_MESSAGES/gnupg.mo share/locale/pt_BR/LC_MESSAGES/gnupg.mo -@dirrm share/locale/pt_BR/LC_MESSAGES -@dirrm share/locale/pt_BR share/locale/ru/LC_MESSAGES/gnupg.mo -@dirrm share/locale/ru/LC_MESSAGES -@dirrm share/locale/ru share/doc/gnupg/README share/doc/gnupg/DETAILS share/doc/gnupg/FAQ @@ -37,4 +25,18 @@ share/doc/gnupg/THANKS share/doc/gnupg/TODO share/doc/gnupg/VERSION +@dirrm lib/gnupg +@dirrm share/gnupg +@dirrm share/locale/de/LC_MESSAGES +@dirrm share/locale/de +@dirrm share/locale/es_ES/LC_MESSAGES +@dirrm share/locale/es_ES +@dirrm share/locale/fr/LC_MESSAGES +@dirrm share/locale/fr +@dirrm share/locale/pl/LC_MESSAGES +@dirrm share/locale/pl +@dirrm share/locale/pt_BR/LC_MESSAGES +@dirrm share/locale/pt_BR +@dirrm share/locale/ru/LC_MESSAGES +@dirrm share/locale/ru @dirrm share/doc/gnupg -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 8 12:10: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 400251556A for ; Sat, 8 May 1999 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA30175; Sat, 8 May 1999 12:10:01 -0700 (PDT) (envelope-from gnats@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 66AB414C31 for ; Sat, 8 May 1999 12:05:30 -0700 (PDT) (envelope-from root@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 0) id 9AFF9149A; Sat, 8 May 1999 12:05:26 -0700 (PDT) Message-Id: <19990508190526.9AFF9149A@norn.ca.eu.org> Date: Sat, 8 May 1999 12:05:26 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11592: Update: graphics/ImageMagick Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11592 >Category: ports >Synopsis: Update: graphics/ImageMagick >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 8 12:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 4.2.4 Files added: patch-ab patch-ab is a workaround to make the configure script not exit when it checks all the host and targets. >How-To-Repeat: >Fix: Index: ImageMagick/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/graphics/ImageMagick/Makefile,v retrieving revision 1.67 diff -u -r1.67 Makefile --- Makefile 1999/04/19 17:33:37 1.67 +++ Makefile 1999/05/08 19:03:09 @@ -1,17 +1,17 @@ # New ports collection makefile for: ImageMagick -# Version required: 4.2.2 +# Version required: 4.2.4 # Date created: 15 November 1994 # Whom: torstenb # # $Id: Makefile,v 1.67 1999/04/19 17:33:37 jseger Exp $ # -DISTNAME= ImageMagick-4.2.2 +DISTNAME= ImageMagick-4.2.4 CATEGORIES= graphics perl5 MASTER_SITES= http://www.freebsd.org/~jseger/ \ ftp://ftp.wizards.dupont.com/pub/ImageMagick/ \ - ftp://ftp.cci.fr/pub/unix/gfx/ImageMagick/ \ ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick/ \ + ftp://ftp.yggdrasil.com/mirrors/site/ftp.wizards.dupont.com/pub/ImageMagick/ \ ftp://ftp.fifi.org/pub/ImageMagick/ \ ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/ \ ftp://ftp.ms.mff.cuni.cz/MIRRORS/ftp.wizards.dupont.com/pub/ImageMagick/ \ Index: ImageMagick/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/graphics/ImageMagick/files/md5,v retrieving revision 1.37 diff -u -r1.37 md5 --- md5 1999/04/19 17:33:37 1.37 +++ md5 1999/05/08 17:25:32 @@ -1 +1 @@ -MD5 (ImageMagick-4.2.2.tar.gz) = d7b9000956a562f97ff006165d80deb1 +MD5 (ImageMagick-4.2.4.tar.gz) = 4c2ef066ed96c634fb3f88d315b594c7 Index: ImageMagick/patches/patch-ab =================================================================== RCS file: patch-ab diff -N patch-ab --- /dev/null Sat May 8 11:59:42 1999 +++ patch-ab Sat May 8 11:30:34 1999 @@ -0,0 +1,18 @@ +--- configure.orig Sat May 8 11:30:17 1999 ++++ configure Sat May 8 11:30:26 1999 +@@ -442,7 +442,6 @@ + echo "configure: warning: $ac_option: invalid host type" 1>&2 + fi + if test "x$nonopt" != xNONE; then +- { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } + fi + nonopt="$ac_option" + ;; +@@ -743,7 +742,6 @@ + # will get canonicalized. + case $host---$target---$nonopt in + NONE---*---* | *---NONE---* | *---*---NONE) ;; +-*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;; + esac + + test "$host_alias" != "$target_alias" && -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message

This is the one-line description for this port: Index: ports/cons/files/md5 diff -c ports/cons/files/md5:1.1.1.1 ports/cons/files/md5:1.2 *** ports/cons/files/md5:1.1.1.1 Tue Apr 20 09:56:01 1999 --- ports/cons/files/md5 Tue Apr 20 18:24:06 1999 *************** *** 1 **** ! MD5 (cons-1.5.tgz) = 36fd614a8e8463ba7c622f74ab8f90b2 --- 1 ---- ! MD5 (cons-1.6a1.tgz) = 71f1569efd6aa11b423c120711de183f Index: ports/cons/pkg/DESCR diff -c ports/cons/pkg/DESCR:1.1.1.1 ports/cons/pkg/DESCR:1.2 *** ports/cons/pkg/DESCR:1.1.1.1 Tue Apr 20 09:56:01 1999 --- ports/cons/pkg/DESCR Tue Apr 20 18:24:06 1999 *************** *** 1,22 **** This is a Perl-based make replacement, but does not provide make ! compatibility. It has a number of powerful capabilities not found in other ! software construction systems, including make. - You will need Perl 5.002 or better and the Perl MD5 Extension - (MD5-1.6.tar.gz or greater), available from CPAN. - - This program is known to work on a variety of platforms: it's in production - use on versions of FreeBSD, Linux, SunOS, Solaris, HPUX, AIX, IRIX and NT. - - Documentation is supplied in POD format (thanks to Ulrich Pfiefer). - - A cons discussion group, cons-discuss@eng.fore.com, has been created. If - you wish to subscribe, send mail to cons-discuss-request@eng.fore.com with - the word "subscribe" in the BODY of the message. Please send all comments, - requests, complaints, etc. to the mailing list. - - Cons is maintained by members of the cons-discuss mailing list. - The official cons web site is http://www.dsmit.com/cons/ ! An article about Cons appeared in The Perl Journal, issue #9, Spring 1998. --- 1,35 ---- This is a Perl-based make replacement, but does not provide make ! compatibility. It has a number of powerful capabilities not found ! in other software construction systems, including make. The official cons web site is http://www.dsmit.com/cons/ ! Cons is a system for constructing, primarily, software, but is ! quite different from previous software construction systems. Cons ! was designed from the ground up to deal easily with the construction ! of software spread over multiple source directories. Cons makes it ! easy to create build scripts that are simple, understandable and ! maintainable. Cons ensures that complex software is easily and ! accurately reproducible. ! ! `Cons' uses a number of techniques to accomplish all of this. ! Construction scripts are just Perl scripts, making them both easy ! to comprehend and very flexible. Global scoping of variables is ! replaced with an import/export mechanism for sharing information ! between scripts, significantly improving the readability and ! maintainability of each script. `Construction environments' are ! introduced: these are Perl objects that capture the information ! required for controlling the build process. Multiple environments ! are used when different semantics are required for generating ! products in the build tree. Cons implements automatic dependency ! analysis and uses this to globally sequence the entire build. ! Variant builds are easily produced from a single source tree. ! Intelligent build subsetting is possible, when working on localized ! changes. Overrides can be setup to easily override build instructions ! without modifying any scripts. MD5 cryptographic `signatures' are ! associated with derived files, and are used to accurately determine ! whether a given file needs to be rebuilt. ! ! While offering all of the above, and more, Cons remains simple and ! easy to use. This will, hopefully, become clear as you read the ! remainder of the man page. >Release-Note: >Audit-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 20 15:34:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from maild.telia.com (maild.telia.com [194.22.190.3]) by hub.freebsd.org (Postfix) with ESMTP id C73AF150DE; Tue, 20 Apr 1999 15:33:56 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from d1o62.telia.com (root@d1o62.telia.com [195.198.198.241]) by maild.telia.com (8.8.8/8.8.8) with ESMTP id AAA09802; Wed, 21 Apr 1999 00:31:26 +0200 (CEST) Received: from stordatan.telia.com (t2o62p9.telia.com [195.198.198.69]) by d1o62.telia.com (8.8.5/8.8.5) with ESMTP id AAA09835; Wed, 21 Apr 1999 00:31:25 +0200 (CEST) Received: from partitur.se (localhost [127.0.0.1]) by stordatan.telia.com (8.9.2/8.9.1) with ESMTP id AAA13571; Wed, 21 Apr 1999 00:31:04 +0200 (CEST) (envelope-from girgen@partitur.se) Message-ID: <371D0027.BF01036@partitur.se> Date: Wed, 21 Apr 1999 00:31:03 +0200 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.1-STABLE i386) X-Accept-Language: sv,en MIME-Version: 1.0 To: "Dr. Reiner Kallenborn" Cc: msmith@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: wordperfect-8.0 References: <19990419145830Z110617-224+338@tuminfo2.informatik.tu-muenchen.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Dr. Reiner Kallenborn" wrote: > > Hallo, > > unfortunately I am not very professional in installing ports, so I have a problem im installing First: Is your ports tree fresh? (i.e. did you cvsup?) > wordperfect for FreeBSD: > > I work with freebsd 2.2.7 I'm not sure it works with 2.2.7, but you're *probably* OK. > I have loaded and installed the necessary linux-libraries > I have fetched wordperfect.tar and put it in /usr/ports/distfiles? And make sure it's still gzipped, and end with GZ in capital letters. This iw what the port expects. > put the upgrade-kit in the right place (I hope) You should use pkg_add to add this kit kit. Did you? > I have fetched the sources from www.download.com Should be ok, I guess. > > When I run make for WordPerfect, I get questions concerning files to patch > Could you please specify, preferrably by using the script command, or cut 'n paste, exactly what happens? This would help us help you. One thing you could try is cd into /usr/ports/editors/worperfect, make clean before make all. This might (but probably won't) help. So, please supply more info and we will be more able to help. Regards, Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 20 16:12:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D32BD14CCE for ; Tue, 20 Apr 1999 16:12:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA41260; Tue, 20 Apr 1999 16:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 20 Apr 1999 16:10:02 -0700 (PDT) Message-Id: <199904202310.QAA41260@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Michael Haro Subject: Re: ports/11242: Port update: lang/dylan version 2.2.0 Reply-To: Michael Haro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11242; it has been noted by GNATS. From: Michael Haro To: housel@acm.org Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/11242: Port update: lang/dylan version 2.2.0 Date: Tue, 20 Apr 1999 16:04:44 -0700 > >Fix: > Contact me for updated files consider yourself contacted :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 20 16:32:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF66714D44 for ; Tue, 20 Apr 1999 16:32:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA43065; Tue, 20 Apr 1999 16:30:00 -0700 (PDT) (envelope-from gnats@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 1833214D4E for ; Tue, 20 Apr 1999 16:29:19 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 7E72F1701; Tue, 20 Apr 1999 16:26:52 -0700 (PDT) Message-Id: <19990420232652.7E72F1701@norn.ca.eu.org> Date: Tue, 20 Apr 1999 16:26:52 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11246: Update: games/freeciv Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11246 >Category: ports >Synopsis: Update: games/freeciv >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 20 16:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 1.8.0 >How-To-Repeat: >Fix: Index: freeciv/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/games/freeciv/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 1999/02/08 18:07:44 1.19 +++ Makefile 1997/01/21 00:09:05 @@ -1,12 +1,12 @@ # New ports collection makefile for: freeciv -# Version required: 1.7.2 +# Version required: 1.8.0 # Date created: Jun 20 1997 # Whom: ada@bsd.org # # $Id: Makefile,v 1.19 1999/02/08 18:07:44 dirk Exp $ # -DISTNAME= freeciv-1.7.2 +DISTNAME= freeciv-1.8.0 CATEGORIES= games MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/ \ ftp://ftp.pvv.ntnu.no/pub/freeciv/ \ Index: freeciv/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/games/freeciv/files/md5,v retrieving revision 1.11 diff -u -r1.11 md5 --- md5 1999/01/30 17:48:46 1.11 +++ md5 1997/01/21 00:10:53 @@ -1 +1 @@ -MD5 (freeciv-1.7.2.tar.bz2) = 88d5ab3a0482df864fcb53fd387d3239 +MD5 (freeciv-1.8.0.tar.bz2) = df82a4f525e2f486e1ae78138783fab8 Index: freeciv/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/games/freeciv/pkg/PLIST,v retrieving revision 1.5 diff -u -r1.5 PLIST --- PLIST 1999/01/18 03:24:29 1.5 +++ PLIST 1999/04/20 23:23:10 @@ -1,14 +1,35 @@ bin/civserver bin/civclient share/freeciv/Freeciv -share/freeciv/helpdata.txt +share/freeciv/civ1/buildings.ruleset +share/freeciv/civ1/tech.ruleset +share/freeciv/civ1/units.ruleset +share/freeciv/civ1.serv +share/freeciv/classic/flags.xpm +share/freeciv/classic/roads.xpm +share/freeciv/classic/tiles.xpm +share/freeciv/classic/units.xpm +share/freeciv/default/buildings.ruleset +share/freeciv/default/frags.xpm +share/freeciv/default/roads.xpm +share/freeciv/default/small.xpm +share/freeciv/default/space.xpm +share/freeciv/default/techs.ruleset +share/freeciv/default/tiles.xpm +share/freeciv/default/treaty.xpm +share/freeciv/default/units.ruleset +share/freeciv/default/units.xpm share/freeciv/earth-80x50.sav share/freeciv/earth-160x90.sav share/freeciv/europe.sav +share/freeciv/helpdata.txt share/freeciv/intro.xpm share/freeciv/radar.xpm share/freeciv/small.xpm share/freeciv/tiles.xpm share/freeciv/treaty.xpm share/freeciv/units.xpm +@dirrm share/freeciv/civ1 +@dirrm share/freeciv/classic +@dirrm share/freeciv/default @dirrm share/freeciv -Chris >Release-Note: >Audit-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 20 17:22:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AFA81150DE for ; Tue, 20 Apr 1999 17:22:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA47015; Tue, 20 Apr 1999 17:20:01 -0700 (PDT) (envelope-from gnats@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 AA4C4150CE for ; Tue, 20 Apr 1999 17:17:16 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 7CB5616FC; Tue, 20 Apr 1999 17:14:49 -0700 (PDT) Message-Id: <19990421001449.7CB5616FC@norn.ca.eu.org> Date: Tue, 20 Apr 1999 17:14:49 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11249: Update: net/ninja Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11249 >Category: ports >Synopsis: Update: net/ninja >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 20 17:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 1.0.8 I am the maintainer of this port. >How-To-Repeat: >Fix: Index: ninja/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/ninja/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/04/15 03:20:01 1.1.1.1 +++ Makefile 1999/04/20 23:55:45 @@ -1,5 +1,5 @@ # New ports collection makefile for: Ninja-irc -# Version required: 1.0.7 +# Version required: 1.0.8 # Date created: 10 April 1999 # Whom: Chris Piazza # @@ -7,7 +7,7 @@ # DISTNAME= ninja-src -PKGNAME= ninja-1.0.7 +PKGNAME= ninja-1.0.8 CATEGORIES= net MASTER_SITES= http://ninja.pimped.org/ Index: ninja/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/net/ninja/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/04/15 03:20:01 1.1.1.1 +++ md5 1999/04/20 23:56:25 @@ -1 +1 @@ -MD5 (ninja-src.tar.gz) = 1e578cdfe033fd26e7d30594e9e847f7 +MD5 (ninja-src.tar.gz) = 7c33c33f1af4ca7c3f6ea1ec16cb685a -Chris >Release-Note: >Audit-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 20 17:36:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 420A115341; Tue, 20 Apr 1999 17:36:17 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA49151; Tue, 20 Apr 1999 17:33:50 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Tue, 20 Apr 1999 17:33:50 -0700 (PDT) From: Message-Id: <199904210033.RAA49151@freefall.freebsd.org> To: cpiazza@home.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11249: Update: net/ninja Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/ninja State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Tue Apr 20 17:33:44 PDT 1999 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 20 17:45: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hub.lovett.com (hub.lovett.com [38.155.241.2]) by hub.freebsd.org (Postfix) with ESMTP id A0B4114D9A for ; Tue, 20 Apr 1999 17:44:55 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by hub.lovett.com with local (Exim 2.12 #1) id 10Zl5t-000NvO-00; Tue, 20 Apr 1999 19:42:25 -0500 Date: Tue, 20 Apr 1999 19:42:25 -0500 From: Ade Lovett To: Bill Fumerola Cc: ports@freebsd.org Subject: Re: gtk versions Message-ID: <19990420194225.E90842@remarq.com> References: <19990420124051.B55954@area51.fremont.ca.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Bill Fumerola on Tue, Apr 20, 1999 at 12:54:32PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Apr 20, 1999 at 12:54:32PM -0400, Bill Fumerola wrote: > > Lots of ports only work with certain versions, though I've been heard > making threats to remove gtk10, gtk11-devel and BROKEN every port that > doesn't work with what's left. Do it. Please. Along with all the kde stuff (given that kde11) is there. IMHO, given that multiple instances of gtk/glib occasionally interact badly with ports and non-ports software, and that the 1.2.1 versions of both are relatively stable (for some weird definition of stable), it seems to make much more sense to temporarily lose a few ports in the interests of keep a system sane. -aDe -- Ade Lovett, RemarQ Communities, Inc., San Jose, CA. mailto:ade@remarq.com http://www.remarq.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 20 17:52:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4595614F7F for ; Tue, 20 Apr 1999 17:52:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA50583; Tue, 20 Apr 1999 17:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id 45997150B7 for ; Tue, 20 Apr 1999 17:45:14 -0700 (PDT) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.1) id RAA21924; Tue, 20 Apr 1999 17:40:28 -0700 (PDT) (envelope-from kargl) Message-Id: <199904210040.RAA21924@troutmask.apl.washington.edu> Date: Tue, 20 Apr 1999 17:40:28 -0700 (PDT) From: "Steven G. Kargl" Reply-To: kargl@troutmask.apl.washington.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11250: PORTS: upgrade lesstif to 0.88.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11250 >Category: ports >Synopsis: PORTS: upgrade lesstif to 0.88.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 20 17:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Steven G. Kargl >Release: FreeBSD 4.0-CURRENT i386 >Organization: apl-uw >Environment: Freebsd-current. >Description: Upgrade the lesstif port from 0.87.1 to 0.88.1. This is a uuencode tarball of the lesstif directory. >How-To-Repeat: >Fix: begin 644 lesstif.tgz M'XL(`(47'3<``^V<:W/:2!:&\Q7]BB['6YM,PD5<3.RL9XP!>ZBQP0,X9JJF MBA)2`QI+:K8E#.SL_/?ME@3FTJW3F8V]53LZ502KSZ/3+?7]582#?3^PQ_DW M+VBH7*A6*N@-XE;8^XX/T$FU4"WJI5))1T@OG)3*;U#E)0NUMKD?&!2A-Y20 M((E;3#%V7J-`KVM.7/]CF_WU0JU`N?YUU@*J55;_>K523.O_-6RW_EWK)>ZY M7BB_B1I`MY#Y]RNDY M=D-RDW^]1^>H;%6*IY].1\7Q::E8JA0^%<=CG?7.4;&(QY4*UO[7Q4_MO[1U M_Y\9@3E]H1G@*\;_4K'`Q_]BL9J._Z]B^_4??F<-XUOF`8W_Y:*^J7_]A(__ MI6JYE([_KV'9;!:9Q!O;DSG%.4+M2:8_QZ@VHZA80'KYK/SIK*(C_?3T5/OP MX<,SNX^=GNG5"+NX0%DV@^L?J^A#_'UQH;%ZKE_=U*Y[YT?'ACGTC2<\C!*. M-(0=>XP"[`>(^\RGX8R2R=`TAQ,V":VP_QD%4^SQ&&ONZ/BZ7C_:\6;15A[9 M"-C#>WBH6-L_]5FM'7_OS4>,5\#OD0>0/]G>[[-_J]0 M+A7Y^%\ZJ:;]_S7L+6KC!9H1&OBL;SL.-@.;>,B-FP,:$WJ6B1N)]A9]P=3G M?HK_.;Y.`>#ELS;6W##]N66=HW2H_/B$]5SP-0^4+>EX_ M07J!#3AGQ2JR;/J(FLL9.F;G:8U6K]^NW3;/,[N+6JU>ZS>O.]U6LW>>6>IZ M-B#$>;0#7[NM]?K-[K#7ZG/7.)B=Y?/LWUQ\/AL3)_G9?)2?SKT)7>77'<:G MIF7[01ZA7[7,UFD1EC.)FWC6[DGC>7:$J6-[.0OGYYZ]S`]T/3^9V]")"W8* MH;G?9F%F_"37]LV#LS1VE:UVGWV:W?-,6-L75Q3CRUZ#7Q]WM^]K-\.[6OVG MVG5S>'G?NFF<9RR"/!*@A>$%*"#(]EA?<1QDS2FK+'888&JP]O*$T6AN.Y:F MW?>:P\'PKMN\:@W.,VQHUJ[;]\-ZIWW5NK[O-L\1'ZZUS?&PUKWN?3C/9+.L ME,;(P5D+C^9LY,[.**OWY?GQ[U&L/U@2]D*"%2&PS:WCJ<':H:;EV,Q@L9,\ M;+W[L?:E.;SM]%M7[[56;\BNO-FMU?NM+\VH4"QZ%B\#7O@S+7-Q_'NS_F/G M#W3TW9^WHYTX2&@/R$`4>+P3MN3ASGVUQ7UD-'+9]-MJQ,Y/$']&Z5]]@N\?Q[Q*EWK.M;R/#8 M=,S:*$*FX6.T/#H^9DE'K)!1*D++U7?_7O[RW?OU,3>*@SGU4.'S=N+GS=$N MO+FLSJ.Q^HA::$&\OP>;UFD'X7(@Q^SHL_"\=XWPA`6A=(6,$1N(^!ELJ',< MLN`M^U=^QU"34D+9H&AAI/]ZY+_?C18761<6&?N&^5[+8<]BHZ8V(WZ0C8O' MVMOQ[S=M=C/],=HT[_P-Z[!]/@WS&F5#7=ZQ1_PS<',^R>E;Y+;CJV,9PD#& MU\6YI;)"19ZOCR8H5IBL9?+^R/;RCA4M.U'6W24UWN\]TYFS.OK'R+=RO*OD MW,?O_VK+N#]MF_W?X^3%G@%\Q?Z_6@WW?WHYU?]?Q[;K_^Z&+9Y>((_D]7^I M4JU4U^M_O5`L1^O_5/]]%5L/R[7[_H^=;D];'U_>7V>[S;M.M]]J7V]2ZYV[ M7P3'N9O6Y7-:M]EH]9\C7=5^WOS=:O?ZM9N;S?%/[2'/9A+^JG7'\'TH MW.6<[3`#VX.N=,-!`>N&.<4PY)N&A:%,UQAT@S><:KX@1US7\"PU"@PV#^X, M/[EE;F%0N`;V'P,R`S';<,BDIT8U%:/!F#]SC)4:!0:CQJ2NPJ@$:E`R4\!: M;%FKB*GDVF&[0[`*UIQ"P(4*P_9+-45,)1PX-$00'(K,>O#`M<94PO4IV\BJ M]`]B2`P%&%[*A@!PU##A4:7D($"71O6!(,WX,88 MX<2)>\U`PW8$*64'0K8?*"!0F%O#]AY4&#B09TPPV(IOL3?O3;$#WMJ#;&T%0AFRQY]I:!S<O",Q[D6 MV(8YU9F#\Q['5!C%#.Z5)@D)3W(#'K06+.`U'&Q5Q!18$3 M8$(%3L!)%#@1*53@MD&N=)DF'TSZ(!;P;/FC9Q`5:GI"Z&#`$5,';4N(@918 MT]NCY)K>/BC3]&0<%+#>$\V`^Y!0^#N`Q,*?!(-J02[\24"0(^Z(7)*E(J80 M3J0CBBDXF!>PO2>&VLF&@[J#3)B48%#Y9,+D/B86)L74X50HYF!,*$R**3"8 M2)@4,2J!1,*D`!,)DQ),)5>A,"GC%`(>"I,"1B1,2C"5<.#X)A$F#RBQ,"G! M5,()A4D9!P64"Y-[H%B8%$)@*($P*4#`,")A4L1`@2)A4@D"0U%C))3<9!P4 MD'<&*-5H*!X<0:[1[5-I[L"1=BH#IODP"/"'E4Q*#2B;5A(02& M6FO#JAP<4*(ARS@PH$A#%C%03Y=HR"(*@F0:\CXFUI#W*9F&+..@;(4:\CXC MTI!%#!Q(I"$+(8508@U9QJD%#"=-J(=*Y689!^8MDYME'!Q0(C?+.-6`X.V6 MRLW[H%ANWJ=F\&8[9*!`4MU:S,$8N&L7ZM8B1B4OH6XMX`2ZM8`2Z=8"3(51 M+)=8M]X'Q;JUF():ME2W%G,@1@T;OB%\US$&ET=K3"F<4"O?`Z5:^3XGULK% M%-@W95KY/B;1RB48%$ZLE>]!AUKY`2#0R@\8.!N)5G[`";1RSLBU\CWOOF"] MY]Y7K`_`XQK$./[5EX>9CLV-ZC(([#=G^"9-?F+_0('#/'",:$N@(798L+P\?9&7%L M!1X-9?5BNVQ;YL?O&^8F]ECD=7#T M3B3%AN.[!NON`*@"2=V!/V?U.2$"8/)\]F^SB<`I/=[<&6N MI3MB#4KL+>7Y8RK;#-^FBS;B)3%7)^Z,^':`Y8#G!VR*9.U?2E#IV7%BB[]D MZ;':DG&16B?ULL9$;0LG7DDW(4#BB7TRN\%/V$F&^(QMLU$@D;KWVFR38;&K MD1'QU)H4Y,%-=+,)+GQ`%O4@%2A6`J7HYID6,:@EQ];/@X",=S`HZ[ICST9` MMNO'2TE$^,1("L1/61*`Z(E(\FW?@IK+A&M:/S>1`_PY!V%=(C'*^@%&(A$^ M:P"*'3\>8*-E,N1!-1O*^6RH6$N%B>!FQ2RE0ED]WO9ZB14<2NMR;ZB82]U0 M$WP6MZ5(*$4#82(E.MD-QN":L-0;RKALR">+)`:HFF=E-@&)Q-&D&MDHF5(B MTAV!XC[+C@E()!`F$%RJ`YKN,P/5P;,,)T6XL);@#26U!'6*8AZ>WUJ)V5Z[[D05N'K3&KF*MJ%Q;87 M+MK9^.V]#0@R`Q"1^OG+\!*?,'U[-RXKVNZ.'4*D?EG1F&\_G=_9@YT-_]LB M2Q$;[33$GHDP/:XW/<%72O`=U'/L$R3O)6G;=WOKKFXK#CL2PH[:L".*[(H< MNXK(!5YB$QW^;,+?&F$]'+S_&^^BPO>_ZYW;VV;[V[\!#O[^9Z6$T$GQI**7 MBI5B^/M/Y6KZ_O>K6.VNA4RVDV7[W9&#D>D0#R,R#G\0)>RE*/ZAI%SZDQK_ MC[;=_QO-7KW[`GE`_;]8*#W__D,E[/_%8GM]$Z?C2FJII99::JFE BEEIJJ:666FJII99::JFEEEIJJ:66VC>U_P`A,PJR`'@``*?C ` 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 20 18: 2:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 860BE15001 for ; Tue, 20 Apr 1999 18:02:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA51253; Tue, 20 Apr 1999 18:00:01 -0700 (PDT) (envelope-from gnats@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 38395150B7 for ; Tue, 20 Apr 1999 17:52:31 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 8FBA716FC; Tue, 20 Apr 1999 17:50:04 -0700 (PDT) Message-Id: <19990421005004.8FBA716FC@norn.ca.eu.org> Date: Tue, 20 Apr 1999 17:50:04 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11251: Update: net/greed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11251 >Category: ports >Synopsis: Update: net/greed >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 20 18:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Youch, another update for today. BTW I talked with the author of this software and versions starting from .7 on will not have a generic filename, which should stop some of this rapid-fire updating. Update patch-aa to rmove -fomit-frame-pointer, which was causing greed not to download any files for me! Files removed: patch-ab patch-ac I am the maintainer of this port. >How-To-Repeat: >Fix: Index: greed/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/greed/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/04/20 05:19:37 1.2 +++ Makefile 1999/04/21 00:38:34 @@ -1,5 +1,5 @@ # New ports collection makefile for: greed -# Version required: 0.652 +# Version required: 0.666 # Date created: 13 April 1999 # Whom: Chris Piazza # @@ -7,7 +7,7 @@ # DISTNAME= greed -PKGNAME= greed-0.665 +PKGNAME= greed-0.666 CATEGORIES= net MASTER_SITES= http://www.public.asu.edu/~arturner/ Index: greed/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/net/greed/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/04/20 05:19:39 1.2 +++ md5 1999/04/21 00:38:47 @@ -1 +1 @@ -MD5 (greed.tar.gz) = 72fb138949c676e8e6d9220df0a6b241 +MD5 (greed.tar.gz) = eef646427013e34c3288a0efe87ac638 Index: greed/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/net/greed/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- patch-aa 1999/04/14 05:27:27 1.1.1.1 +++ patch-aa 1999/04/21 00:49:25 @@ -1,10 +1,10 @@ ---- Makefile.orig Sat Apr 10 03:11:33 1999 -+++ Makefile Tue Apr 13 17:38:53 1999 +--- Makefile.orig Wed Apr 21 07:09:00 1999 ++++ Makefile Tue Apr 20 17:49:19 1999 @@ -4,10 +4,10 @@ # Where to install binary and manpage on "make install": --PREFIX=/usr/local +-PREFIX=/usr BINDIR=$(PREFIX)/bin MANDIR=$(PREFIX)/man SECTION=1 @@ -12,7 +12,7 @@ ################################################### ###### ###### -@@ -52,11 +52,11 @@ +@@ -52,11 +52,10 @@ #CFLAGS='-DI386_ASSEM -DREAL_IS_FLOAT -DLINUX -Wall -O2 -m486 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2' freebsd: @@ -22,9 +22,8 @@ - CFLAGS='-Wall -ansi -pedantic -O4 -m486 -fomit-frame-pointer \ - -funroll-all-loops -ffast-math -DROT_I386 \ - -DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP' \ -+ CFLAGS='-fomit-frame-pointer \ -+ -funroll-all-loops -ffast-math \ -+ -DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \ ++ CFLAGS='-funroll-all-loops -ffast-math \ ++ -DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \ greed solaris: -Chris >Release-Note: >Audit-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 20 20:25:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D08014C0D; Tue, 20 Apr 1999 20:25:10 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA61378; Tue, 20 Apr 1999 20:22:43 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Date: Tue, 20 Apr 1999 20:22:43 -0700 (PDT) From: Message-Id: <199904210322.UAA61378@freefall.freebsd.org> To: girgen@partitur.se, jkoshy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10141: korganizer update to 1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: korganizer update to 1.1 State-Changed-From-To: open->closed State-Changed-By: jkoshy State-Changed-When: Tue Apr 20 20:22:01 PDT 1999 State-Changed-Why: Patch applied, 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 20 21:42:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9446E1529D for ; Tue, 20 Apr 1999 21:42:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA66357; Tue, 20 Apr 1999 21:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail2.lig.bellsouth.net (mail2.lig.bellsouth.net [205.152.0.56]) by hub.freebsd.org (Postfix) with ESMTP id B5A9315083 for ; Tue, 20 Apr 1999 21:34:39 -0700 (PDT) (envelope-from gljohns@bellsouth.net) Received: from gforce.johnson.home (host-209-214-151-41.msy.bellsouth.net [209.214.151.41]) by mail2.lig.bellsouth.net (8.8.8-spamdog/8.8.5) with ESMTP id AAA18687 for ; Wed, 21 Apr 1999 00:31:04 -0400 (EDT) Received: (from glenn@localhost) by gforce.johnson.home (8.9.3/8.9.3) id XAA38758; Tue, 20 Apr 1999 23:32:01 -0500 (CDT) (envelope-from glenn) Message-Id: <199904210432.XAA38758@gforce.johnson.home> Date: Tue, 20 Apr 1999 23:32:01 -0500 (CDT) From: Glenn Johnson To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11254: Update of tkstep port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11254 >Category: ports >Synopsis: Update of tkstep port from 8.0p2 to 8.0.4 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 20 21:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Glenn Johnson >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: Update tkstep from 8.0p2 to 8.0.4. The previous version of this port installed into "${PREFIX}/share/tkstep8.0". However, versions of tk after patch level 2 use the tcl_findLibrary function to find "tk.tcl" at initialization. This dictates that either a symlink to tk.tcl is installed into "${PREFIX}/lib" or it is installed into "${PREFIX}/lib/tkstep8.0". I chose the latter method as it is consistent with the tk8.0 port which installs into "${PREFIX}/lib/tk8.0". >How-To-Repeat: >Fix: Apply the enclosed diff to ${PORTSDIR}/x11-toolkits/tkstep80. diff -ruN tkstep80.old/Makefile tkstep80/Makefile --- tkstep80.old/Makefile Sat Apr 17 23:26:00 1999 +++ tkstep80/Makefile Tue Apr 20 22:22:03 1999 @@ -6,14 +6,13 @@ # $Id: Makefile,v 1.19 1998/12/01 03:06:49 asami Exp $ # -DISTNAME= tk8.0p2 -PKGNAME= tkstep-8.0p2 +DISTNAME= tk8.0.4 +PKGNAME= tkstep-8.0.4 CATEGORIES= x11-toolkits tk80 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ -PATCH_SITES= http://rhein-zeitung.de/~ograf/files/ \ - http://www.uni-koblenz.de/~ograf/files/ -PATCHFILES= tk8.0p2-to-TkStep8.0p2-1.patch.gz +PATCH_SITES= ftp://touchwood.ee.uts.edu.au/pub/TkSTEP/ +PATCHFILES= tk8.0.4-to-tkstep8.0.4-2.patch.tar.gz MAINTAINER= tg@FreeBSD.ORG @@ -24,21 +23,22 @@ FILE_DEPENDS= ${PORTSDIR}/x11-toolkits/tk80 FETCH_BEFORE_ARGS= -b -PATCH_DIST_ARGS= -p1 -d ${WRKDIR}/tk8.0 -E --quiet -WRKSRC= ${WRKDIR}/tk8.0/unix +PATCH_DIST_ARGS= -p1 -d ${WRKDIR}/tk8.0.4 -E --quiet +WRKSRC= ${WRKDIR}/tk8.0.4/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-xpm --enable-step --enable-dnd \ --enable-tiff --with-optimize="${CFLAGS} -I${PREFIX}/include" CONFIGURE_ENV= PORTSDIR=${PORTSDIR} post-install: - @${RM} ${PREFIX}/share/tkstep8.0/demos/*.orig + @${RM} ${PREFIX}/lib/tkstep8.0/demos/*.orig strip ${PREFIX}/bin/wishstep8.0 .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/tkstep - ${INSTALL_DATA} ${WRKDIR}/tk8.0/README.TkStep \ + ${INSTALL_DATA} ${WRKDIR}/tk8.0.4/README.TkStep \ ${PREFIX}/share/doc/tkstep .endif + ${LN} -sf ${PREFIX}/lib/libtkstep80.so.1 ${PREFIX}/lib/libtkstep80.so ${LDCONFIG} -m ${PREFIX}/lib .if exists(${PORTSDIR}/x11-toolkits/tk80/pkg/INSTALL.wish) ${SH} ${PORTSDIR}/x11-toolkits/tk80/pkg/INSTALL.wish diff -ruN tkstep80.old/files/md5 tkstep80/files/md5 --- tkstep80.old/files/md5 Sat Apr 17 23:25:59 1999 +++ tkstep80/files/md5 Tue Apr 20 22:22:02 1999 @@ -1,2 +1,2 @@ -MD5 (tk8.0p2.tar.gz) = e7711ce7e584bf1c0388cdbb86ffe7cc -MD5 (tk8.0p2-to-TkStep8.0p2-1.patch.gz) = bd5a8c0ba72dcf2828615c09265c33e3 +MD5 (tk8.0.4.tar.gz) = 8e4c6a20f11cdff76adb5d26423e4ea5 +MD5 (tk8.0.4-to-tkstep8.0.4-2.patch.tar.gz) = d7d18874be888d70c9fddcc4bc5dadae diff -ruN tkstep80.old/patches/patch-aa tkstep80/patches/patch-aa --- tkstep80.old/patches/patch-aa Sat Apr 17 23:26:00 1999 +++ tkstep80/patches/patch-aa Tue Apr 20 22:22:03 1999 @@ -1,53 +1,78 @@ ---- configure.orig Sun Oct 4 13:14:37 1998 -+++ configure Sun Oct 4 13:26:21 1998 -@@ -877,14 +877,14 @@ - withval="$with_tcl" - TCL_BIN_DIR=$withval - else -- TCL_BIN_DIR=`cd ../../tcl8.0/unix; pwd` -+ TCL_BIN_DIR=${prefix}/lib/tcl8.0 - fi - - if test ! -d $TCL_BIN_DIR; then - { echo "configure: error: Tcl directory $TCL_BIN_DIR doesn't exist" 1>&2; exit 1; } - fi --if test ! -f $TCL_BIN_DIR/Makefile; then -- { echo "configure: error: There's no Makefile in $TCL_BIN_DIR; perhaps you didn't specify the Tcl *build* directory (not the toplevel Tcl directory) or you forgot to configure Tcl?" 1>&2; exit 1; } -+if test ! -f $TCL_BIN_DIR/tclConfig.sh; then -+ { echo "configure: error: There's no tclConfig.sh in $TCL_BIN_DIR; perhaps you didn't specify the Tcl *build* directory (not the toplevel Tcl directory) or you forgot to configure Tcl?" 1>&2; exit 1; } - fi - - #-------------------------------------------------------------------- -@@ -903,6 +903,8 @@ - DL_LIBS=$TCL_DL_LIBS - LD_FLAGS=$TCL_LD_FLAGS - -+TCL_SRC_DIR=${prefix}/include/tcl${TCL_VERSION} -+ - LIB_RUNTIME_DIR='${LIB_RUNTIME_DIR}' - - # If Tcl and Tk are installed in different places, adjust the library -@@ -2428,8 +2430,13 @@ - if test "$ok" = "yes" -a "${SHLIB_SUFFIX}" != ""; then - TK_SHARED_BUILD=1 - TK_SHLIB_CFLAGS="${SHLIB_CFLAGS}" -- eval "TK_LIB_FILE=libtkstep${TCL_SHARED_LIB_SUFFIX}" -- MAKE_LIB="\${SHLIB_LD} -o ${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${SHLIB_LD_LIBS}" -+ if [ "$PORTOBJFORMAT" = "elf" ]; then -+ eval "TK_LIB_FILE=libtkstep`echo ${VERSION} | tr -d .`.so.1" -+ MAKE_LIB="\${SHLIB_LD} -soname ${TK_LIB_FILE} -o ${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${SHLIB_LD_LIBS}" -+ else -+ eval "TK_LIB_FILE=libtkstep`echo ${VERSION} | tr -d .`.so.1.2" -+ MAKE_LIB="\${SHLIB_LD} -o ${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${SHLIB_LD_LIBS}" -+ fi - RANLIB=":" - else - TK_SHARED_BUILD=0 -@@ -2736,6 +2743,7 @@ - s%@SHLIB_VERSION@%$SHLIB_VERSION%g - s%@TCL_BIN_DIR@%$TCL_BIN_DIR%g - s%@TCL_BUILD_LIB_SPEC@%$TCL_BUILD_LIB_SPEC%g -+s%@TCL_LIB_SPEC@%$TCL_LIB_SPEC%g - s%@TCL_SRC_DIR@%$TCL_SRC_DIR%g - s%@TCL_VERSION@%$TCL_VERSION%g - s%@TK_BUILD_LIB_SPEC@%$TK_BUILD_LIB_SPEC%g +*** configure.orig Mon Apr 19 21:28:50 1999 +--- configure Mon Apr 19 21:30:27 1999 +*************** +*** 891,904 **** + withval="$with_tcl" + TCL_BIN_DIR=$withval + else +! TCL_BIN_DIR=`cd ../../tcl8.0$TK_PATCH_LEVEL/unix; pwd` + fi + + if test ! -d $TCL_BIN_DIR; then + { echo "configure: error: Tcl directory $TCL_BIN_DIR doesn't exist" 1>&2; exit 1; } + fi +! if test ! -f $TCL_BIN_DIR/Makefile; then +! { echo "configure: error: There's no Makefile in $TCL_BIN_DIR; perhaps you didn't specify the Tcl *build* directory (not the toplevel Tcl directory) or you forgot to configure Tcl?" 1>&2; exit 1; } + fi + + #-------------------------------------------------------------------- +--- 891,904 ---- + withval="$with_tcl" + TCL_BIN_DIR=$withval + else +! TCL_BIN_DIR=${prefix}/lib/tcl8.0 + fi + + if test ! -d $TCL_BIN_DIR; then + { echo "configure: error: Tcl directory $TCL_BIN_DIR doesn't exist" 1>&2; exit 1; } + fi +! if test ! -f $TCL_BIN_DIR/tclConfig.sh; then +! { echo "configure: error: There's no tclConfig.sh in $TCL_BIN_DIR; perhaps you didn't specify the Tcl *build* directory (not the toplevel Tcl directory) or you forgot to configure Tcl?" 1>&2; exit 1; } + fi + + #-------------------------------------------------------------------- +*************** +*** 936,943 **** + DL_LIBS=$TCL_DL_LIBS + LD_FLAGS=$TCL_LD_FLAGS + CFLAGS_DEBUG=$TCL_CFLAGS_DEBUG +! CFLAGS_OPTIMIZE=$TCL_CFLAGS_OPTIMIZE + EXTRA_CFLAGS=$TCL_EXTRA_CFLAGS + + LIB_RUNTIME_DIR='${LIB_RUNTIME_DIR}' + +--- 936,944 ---- + DL_LIBS=$TCL_DL_LIBS + LD_FLAGS=$TCL_LD_FLAGS + CFLAGS_DEBUG=$TCL_CFLAGS_DEBUG +! CFLAGS_OPTIMIZE=$CFLAGS + EXTRA_CFLAGS=$TCL_EXTRA_CFLAGS ++ TCL_SRC_DIR=${prefix}/include/tcl${TCL_VERSION} + + LIB_RUNTIME_DIR='${LIB_RUNTIME_DIR}' + +*************** +*** 2480,2487 **** + if test "$ok" = "yes" -a "${SHLIB_SUFFIX}" != ""; then + TK_SHARED_BUILD=1 + TK_SHLIB_CFLAGS="${SHLIB_CFLAGS}" +! eval "TK_LIB_FILE=libtk${STEP}${TCL_SHARED_LIB_SUFFIX}" +! MAKE_LIB="\${SHLIB_LD} -o \${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${SHLIB_LD_LIBS}" + RANLIB=":" + else + TK_SHARED_BUILD=0 +--- 2481,2494 ---- + if test "$ok" = "yes" -a "${SHLIB_SUFFIX}" != ""; then + TK_SHARED_BUILD=1 + TK_SHLIB_CFLAGS="${SHLIB_CFLAGS}" +! if [ "$PORTOBJFORMAT" = "elf" ]; then +! eval "TK_LIB_FILE=libtkstep`echo ${VERSION} | tr -d .`.so.1" +! MAKE_LIB="\${SHLIB_LD} -soname ${TK_LIB_FILE} -o ${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${SHLIB_LD_LIBS}" +! else +! eval "TK_LIB_FILE=libtkstep`echo ${VERSION} | tr -d .`.so.1.4" +! MAKE_LIB="\${SHLIB_LD} -o ${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${SHLIB_LD_LIBS}" +! fi +! + RANLIB=":" + else + TK_SHARED_BUILD=0 diff -ruN tkstep80.old/patches/patch-ab tkstep80/patches/patch-ab --- tkstep80.old/patches/patch-ab Sat Apr 17 23:26:00 1999 +++ tkstep80/patches/patch-ab Tue Apr 20 22:22:03 1999 @@ -1,148 +1,258 @@ ---- Makefile.in.orig Sun Oct 4 13:14:37 1998 -+++ Makefile.in Sun Oct 4 13:23:30 1998 -@@ -38,7 +38,7 @@ - # Directory from which applications will reference the library of Tcl - # scripts (note: you can set the TK_LIBRARY environment variable at - # run-time to override the compiled-in location): --TK_LIBRARY = $(prefix)/lib/tkstep$(VERSION) -+TK_LIBRARY = $(prefix)/share/tkstep$(VERSION) - - # Path name to use when installing library scripts: - SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TK_LIBRARY) -@@ -56,7 +56,9 @@ - BIN_DIR = $(exec_prefix)/bin - - # Directory in which to install the include file tk.h: --INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include -+INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include/tkstep$(VERSION) -+GENERIC_INCLUDE_INSTALL_DIR = $(INCLUDE_INSTALL_DIR)/generic -+UNIX_INCLUDE_INSTALL_DIR = $(INCLUDE_INSTALL_DIR)/unix - - # Top-level directory for manual entries: - MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man -@@ -94,7 +96,7 @@ - - # Libraries to use when linking. This definition is determined by the - # configure script. --LIBS = @TCL_BUILD_LIB_SPEC@ @LIBS@ $(X11_LIB_SWITCHES) @DL_LIBS@ @MATH_LIBS@ @EXTRA_LIBS@ -+LIBS = @TCL_LIB_SPEC@ @LIBS@ $(X11_LIB_SWITCHES) @DL_LIBS@ @MATH_LIBS@ @EXTRA_LIBS@ - - # To change the compiler switches, for example to change from -O - # to -g, change the following line: -@@ -134,7 +136,7 @@ - # "install" around; better to use the install-sh script that comes - # with the distribution, which is slower but guaranteed to work. - --INSTALL = @srcdir@/install-sh -c -+INSTALL = install -c - INSTALL_PROGRAM = ${INSTALL} - INSTALL_DATA = ${INSTALL} -m 644 - -@@ -292,8 +294,14 @@ - @TK_LIB_FILE@: ${OBJS} - rm -f @TK_LIB_FILE@ - @MAKE_LIB@ -+ ln -sf @TK_LIB_FILE@ libtkstep80.so - $(RANLIB) @TK_LIB_FILE@ - -+libtkstep80.a: ${OBJS} -+ rm -f libtkstep80.a -+ ar cr libtkstep80.a ${OBJS} -+ $(RANLIB) libtkstep80.a -+ - # Make target which outputs the list of the .o contained in the Tk lib - # usefull to build a single big shared library containing Tcl/Tk and other - # extensions. used for the Tcl Plugin. -- dl -@@ -344,7 +352,7 @@ - # some ranlibs write to current directory, and this might not always be - # possible (e.g. if installing as root). - --install-binaries: $(TK_LIB_FILE) wishstep -+install-binaries: $(TK_LIB_FILE) libtkstep80.a wishstep - @for i in $(LIB_INSTALL_DIR) $(BIN_INSTALL_DIR) ; \ - do \ - if [ ! -d $$i ] ; then \ -@@ -356,15 +364,22 @@ - done; - @echo "Installing $(TK_LIB_FILE)" - @$(INSTALL_DATA) $(TK_LIB_FILE) $(LIB_INSTALL_DIR)/$(TK_LIB_FILE) -+ @ln -sf $(TK_LIB_FILE) $(LIB_INSTALL_DIR)/libtkstep80.so - @(cd $(LIB_INSTALL_DIR); $(RANLIB) $(TK_LIB_FILE)) - @chmod 555 $(LIB_INSTALL_DIR)/$(TK_LIB_FILE) -+ @echo "Installing libtkstep80.a" -+ @$(INSTALL_DATA) libtkstep80.a $(LIB_INSTALL_DIR)/libtkstep80.a -+ @(cd $(LIB_INSTALL_DIR); $(RANLIB) libtkstep80.a) -+ @chmod 555 $(LIB_INSTALL_DIR)/libtkstep80.a - @echo "Installing wishstep" - @$(INSTALL_PROGRAM) wishstep $(BIN_INSTALL_DIR)/wishstep$(VERSION) - @echo "Installing tkStepConfig.sh" -- @$(INSTALL_DATA) tkConfig.sh $(LIB_INSTALL_DIR)/tkStepConfig.sh -+ @mkdir -p $(TK_LIBRARY) -+ @$(INSTALL_DATA) tkConfig.sh $(TK_LIBRARY)/tkStepConfig.sh - - install-libraries: - @for i in $(INSTALL_ROOT)$(prefix)/lib $(INCLUDE_INSTALL_DIR) \ -+ $(GENERIC_INCLUDE_INSTALL_DIR) $(UNIX_INCLUDE_INSTALL_DIR) \ - $(SCRIPT_INSTALL_DIR) $(SCRIPT_INSTALL_DIR)/images; \ - do \ - if [ ! -d $$i ] ; then \ -@@ -374,8 +389,19 @@ - else true; \ - fi; \ - done; -- @echo "Installing tkstep.h" -- @$(INSTALL_DATA) $(GENERIC_DIR)/tk.h $(INCLUDE_INSTALL_DIR)/tkstep.h -+ @echo "Installing headers" -+ @for i in $(GENERIC_DIR)/*.h ; \ -+ do \ -+ echo "Installing $$i"; \ -+ $(INSTALL_DATA) $$i $(GENERIC_INCLUDE_INSTALL_DIR); \ -+ done; -+ @for i in $(UNIX_DIR)/*.h ; \ -+ do \ -+ echo "Installing $$i"; \ -+ $(INSTALL_DATA) $$i $(UNIX_INCLUDE_INSTALL_DIR); \ -+ done; -+ @ln -sf $(GENERIC_INCLUDE_INSTALL_DIR)/tk.h $(INCLUDE_INSTALL_DIR)/tk.h -+ @ln -sf $(GENERIC_INCLUDE_INSTALL_DIR)/tk.h $(INCLUDE_INSTALL_DIR)/tkstep.h - for i in $(SRC_DIR)/library/*.tcl $(SRC_DIR)/library/*.xbm $(SRC_DIR)/library/tclIndex $(SRC_DIR)/library/prolog.ps $(UNIX_DIR)/tkAppInit.c; \ - do \ - echo "Installing $$i"; \ -@@ -434,28 +460,28 @@ - @cd $(SRC_DIR)/doc; for i in *.1; \ - do \ - echo "Installing doc/$$i"; \ -- rm -f $(MAN1_INSTALL_DIR)/$$i; \ -+ rm -f $(MAN1_INSTALL_DIR)/$$i $(MAN1_INSTALL_DIR)/$$i.gz; \ - sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ -- $$i > $(MAN1_INSTALL_DIR)/$$i; \ -- chmod 444 $(MAN1_INSTALL_DIR)/$$i; \ -+ $$i | gzip -c > $(MAN1_INSTALL_DIR)/$$i.gz; \ -+ chmod 444 $(MAN1_INSTALL_DIR)/$$i.gz; \ - done; - $(UNIX_DIR)/mkLinks $(MAN1_INSTALL_DIR) - @cd $(SRC_DIR)/doc; for i in *.3; \ - do \ - echo "Installing doc/$$i"; \ -- rm -f $(MAN3_INSTALL_DIR)/$$i; \ -+ rm -f $(MAN3_INSTALL_DIR)/$$i $(MAN3_INSTALL_DIR)/$$i.gz; \ - sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ -- $$i > $(MAN3_INSTALL_DIR)/$$i; \ -- chmod 444 $(MAN3_INSTALL_DIR)/$$i; \ -+ $$i | gzip -c > $(MAN3_INSTALL_DIR)/$$i.gz; \ -+ chmod 444 $(MAN3_INSTALL_DIR)/$$i.gz; \ - done; - $(UNIX_DIR)/mkLinks $(MAN3_INSTALL_DIR) - @cd $(SRC_DIR)/doc; for i in *.n; \ - do \ - echo "Installing doc/$$i"; \ -- rm -f $(MANN_INSTALL_DIR)/$$i; \ -+ rm -f $(MANN_INSTALL_DIR)/$$i $(MANN_INSTALL_DIR)/$$i.gz; \ - sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ -- $$i > $(MANN_INSTALL_DIR)/$$i; \ -- chmod 444 $(MANN_INSTALL_DIR)/$$i; \ -+ $$i | gzip -c > $(MANN_INSTALL_DIR)/$$i.gz; \ -+ chmod 444 $(MANN_INSTALL_DIR)/$$i.gz; \ - done; - $(UNIX_DIR)/mkLinks $(MANN_INSTALL_DIR) - +*** Makefile.in.orig Tue Apr 20 22:09:37 1999 +--- Makefile.in Tue Apr 20 22:09:38 1999 +*************** +*** 56,62 **** + BIN_DIR = $(exec_prefix)/bin + + # Directory in which to install the include file tk.h: +! INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include + + # Top-level directory for manual entries: + MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man +--- 56,64 ---- + BIN_DIR = $(exec_prefix)/bin + + # Directory in which to install the include file tk.h: +! INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include/tkstep$(VERSION) +! GENERIC_INCLUDE_INSTALL_DIR = $(INCLUDE_INSTALL_DIR)/generic +! UNIX_INCLUDE_INSTALL_DIR = $(INCLUDE_INSTALL_DIR)/unix + + # Top-level directory for manual entries: + MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man +*************** +*** 113,119 **** + + # Libraries to use when linking. This definition is determined by the + # configure script. +! LIBS = @TCL_BUILD_LIB_SPEC@ @LIBS@ $(X11_LIB_SWITCHES) @DL_LIBS@ @MATH_LIBS@ @EXTRA_LIBS@ + + # To turn off the security checks that disallow incoming sends when + # the X server appears to be insecure, reverse the comments on the +--- 115,121 ---- + + # Libraries to use when linking. This definition is determined by the + # configure script. +! LIBS = -L${PREFIX}/lib -ltcl80 @LIBS@ $(X11_LIB_SWITCHES) @DL_LIBS@ @MATH_LIBS@ @EXTRA_LIBS@ + + # To turn off the security checks that disallow incoming sends when + # the X server appears to be insecure, reverse the comments on the +*************** +*** 149,155 **** + # "install" around; better to use the install-sh script that comes + # with the distribution, which is slower but guaranteed to work. + +! INSTALL = @srcdir@/install-sh -c + INSTALL_PROGRAM = ${INSTALL} + INSTALL_DATA = ${INSTALL} -m 644 + +--- 151,157 ---- + # "install" around; better to use the install-sh script that comes + # with the distribution, which is slower but guaranteed to work. + +! INSTALL = install -c + INSTALL_PROGRAM = ${INSTALL} + INSTALL_DATA = ${INSTALL} -m 644 + +*************** +*** 206,217 **** + + CC = @CC@ + CC_SWITCHES = ${CFLAGS} ${CFLAGS_WARNING} ${TK_SHLIB_CFLAGS} \ +! -I${UNIX_DIR} -I${GENERIC_DIR} \ + -I${BMAP_DIR} -I${TCL_GENERIC_DIR} ${X11_INCLUDES} ${AC_FLAGS} ${PROTO_FLAGS} \ + ${SECURITY_FLAGS} ${MEM_DEBUG_FLAGS} ${KEYSYM_FLAGS} + + DEPEND_SWITCHES = ${CFLAGS} -I${UNIX_DIR} -I${GENERIC_DIR} \ +! -I${BMAP_DIR} \ + -I${TCL_GENERIC_DIR} ${X11_INCLUDES} \ + ${AC_FLAGS} ${PROTO_FLAGS} ${SECURITY_FLAGS} ${MEM_DEBUG_FLAGS} \ + ${KEYSYM_FLAGS} +--- 208,219 ---- + + CC = @CC@ + CC_SWITCHES = ${CFLAGS} ${CFLAGS_WARNING} ${TK_SHLIB_CFLAGS} \ +! -I${UNIX_DIR} -I${GENERIC_DIR} -I${LOCALBASE}/include \ + -I${BMAP_DIR} -I${TCL_GENERIC_DIR} ${X11_INCLUDES} ${AC_FLAGS} ${PROTO_FLAGS} \ + ${SECURITY_FLAGS} ${MEM_DEBUG_FLAGS} ${KEYSYM_FLAGS} + + DEPEND_SWITCHES = ${CFLAGS} -I${UNIX_DIR} -I${GENERIC_DIR} \ +! -I${BMAP_DIR} -I${LOCALBASE}/include \ + -I${TCL_GENERIC_DIR} ${X11_INCLUDES} \ + ${AC_FLAGS} ${PROTO_FLAGS} ${SECURITY_FLAGS} ${MEM_DEBUG_FLAGS} \ + ${KEYSYM_FLAGS} +*************** +*** 314,321 **** +--- 316,330 ---- + ${TK_LIB_FILE}: ${OBJS} + rm -f ${TK_LIB_FILE} + @MAKE_LIB@ ++ ln -sf @TK_LIB_FILE@ libtkstep80.so + $(RANLIB) ${TK_LIB_FILE} + ++ libtkstep80.a: ${OBJS} ++ rm -f libtkstep80.a ++ ar cr libtkstep80.a ${OBJS} ++ ranlib libtkstep80.a ++ ++ + # Make target which outputs the list of the .o contained in the Tk lib + # usefull to build a single big shared library containing Tcl/Tk and other + # extensions. used for the Tcl Plugin. -- dl +*************** +*** 331,337 **** + $(TK_CC_SEARCH_FLAGS) -o wish@STEP@ + + tktest: $(TKTEST_OBJS) $(TK_LIB_FILE) +! ${CC} @LD_FLAGS@ $(TKTEST_OBJS) @TK_BUILD_LIB_SPEC@ $(LIBS) \ + $(TK_CC_SEARCH_FLAGS) -o tktest + + xttest: test.o tkTest.o tkSquare.o $(TK_LIB_FILE) +--- 340,346 ---- + $(TK_CC_SEARCH_FLAGS) -o wish@STEP@ + + tktest: $(TKTEST_OBJS) $(TK_LIB_FILE) +! ${CC} @LD_FLAGS@ $(TKTEST_OBJS) $(TK_LIB_FILE) $(LIBS) \ + $(TK_CC_SEARCH_FLAGS) -o tktest + + xttest: test.o tkTest.o tkSquare.o $(TK_LIB_FILE) +*************** +*** 370,376 **** + # some ranlibs write to current directory, and this might not always be + # possible (e.g. if installing as root). + +! install-binaries: $(TK_LIB_FILE) wish@STEP@ + @for i in $(LIB_INSTALL_DIR) $(BIN_INSTALL_DIR) ; \ + do \ + if [ ! -d $$i ] ; then \ +--- 379,385 ---- + # some ranlibs write to current directory, and this might not always be + # possible (e.g. if installing as root). + +! install-binaries: $(TK_LIB_FILE) libtkstep80.a wishstep + @for i in $(LIB_INSTALL_DIR) $(BIN_INSTALL_DIR) ; \ + do \ + if [ ! -d $$i ] ; then \ +*************** +*** 384,396 **** + @$(INSTALL_DATA) $(TK_LIB_FILE) $(LIB_INSTALL_DIR)/$(TK_LIB_FILE) + @(cd $(LIB_INSTALL_DIR); $(RANLIB) $(TK_LIB_FILE)) + @chmod 555 $(LIB_INSTALL_DIR)/$(TK_LIB_FILE) + @echo "Installing wish@STEP@" + @$(INSTALL_PROGRAM) wish@STEP@ $(BIN_INSTALL_DIR)/wish@STEP@$(VERSION) + @echo "Installing tk@STEP@Config.sh" +! @$(INSTALL_DATA) tk@STEP@Config.sh $(LIB_INSTALL_DIR)/tk@STEP@Config.sh + + install-libraries: + @for i in $(INSTALL_ROOT)$(prefix)/lib $(INCLUDE_INSTALL_DIR) \ + $(SCRIPT_INSTALL_DIR) $(SCRIPT_INSTALL_DIR)/images; \ + do \ + if [ ! -d $$i ] ; then \ +--- 393,411 ---- + @$(INSTALL_DATA) $(TK_LIB_FILE) $(LIB_INSTALL_DIR)/$(TK_LIB_FILE) + @(cd $(LIB_INSTALL_DIR); $(RANLIB) $(TK_LIB_FILE)) + @chmod 555 $(LIB_INSTALL_DIR)/$(TK_LIB_FILE) ++ @echo "Installing libtkstep80.a" ++ @$(INSTALL_DATA) libtkstep80.a $(LIB_INSTALL_DIR)/libtkstep80.a ++ @(cd $(LIB_INSTALL_DIR); $(RANLIB) libtkstep80.a) ++ @chmod 555 $(LIB_INSTALL_DIR)/libtkstep80.a + @echo "Installing wish@STEP@" + @$(INSTALL_PROGRAM) wish@STEP@ $(BIN_INSTALL_DIR)/wish@STEP@$(VERSION) + @echo "Installing tk@STEP@Config.sh" +! @mkdir -p $(TK_LIBRARY) +! @$(INSTALL_DATA) tk@STEP@Config.sh $(TK_LIBRARY)/tkStepConfig.sh + + install-libraries: + @for i in $(INSTALL_ROOT)$(prefix)/lib $(INCLUDE_INSTALL_DIR) \ ++ $(GENERIC_INCLUDE_INSTALL_DIR) $(UNIX_INCLUDE_INSTALL_DIR) \ + $(SCRIPT_INSTALL_DIR) $(SCRIPT_INSTALL_DIR)/images; \ + do \ + if [ ! -d $$i ] ; then \ +*************** +*** 400,407 **** + else true; \ + fi; \ + done; +! @echo "Installing tk@STEP@.h" +! @$(INSTALL_DATA) $(GENERIC_DIR)/tk.h $(INCLUDE_INSTALL_DIR)/tk@STEP@.h + for i in $(SRC_DIR)/library/*.tcl $(SRC_DIR)/library/*.xbm $(SRC_DIR)/library/tclIndex $(SRC_DIR)/library/prolog.ps $(UNIX_DIR)/tkAppInit.c; \ + do \ + echo "Installing $$i"; \ +--- 415,433 ---- + else true; \ + fi; \ + done; +! @echo "Installing headers" +! @for i in $(GENERIC_DIR)/*.h ; \ +! do \ +! echo "Installing $$i"; \ +! $(INSTALL_DATA) $$i $(GENERIC_INCLUDE_INSTALL_DIR); \ +! done; +! @for i in $(UNIX_DIR)/*.h ; \ +! do \ +! echo "Installing $$i"; \ +! $(INSTALL_DATA) $$i $(UNIX_INCLUDE_INSTALL_DIR); \ +! done; +! @ln -sf $(GENERIC_INCLUDE_INSTALL_DIR)/tk.h $(INCLUDE_INSTALL_DIR)/tk.h +! @ln -sf $(GENERIC_INCLUDE_INSTALL_DIR)/tk.h $(INCLUDE_INSTALL_DIR)/tkstep.h + for i in $(SRC_DIR)/library/*.tcl $(SRC_DIR)/library/*.xbm $(SRC_DIR)/library/tclIndex $(SRC_DIR)/library/prolog.ps $(UNIX_DIR)/tkAppInit.c; \ + do \ + echo "Installing $$i"; \ +*************** +*** 460,487 **** + @cd $(SRC_DIR)/doc; for i in *.1; \ + do \ + echo "Installing doc/$$i"; \ +! rm -f $(MAN1_INSTALL_DIR)/$$i; \ + sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ +! $$i > $(MAN1_INSTALL_DIR)/$$i; \ +! chmod 444 $(MAN1_INSTALL_DIR)/$$i; \ + done; + $(UNIX_DIR)/mkLinks $(MAN1_INSTALL_DIR) + @cd $(SRC_DIR)/doc; for i in *.3; \ + do \ + echo "Installing doc/$$i"; \ +! rm -f $(MAN3_INSTALL_DIR)/$$i; \ + sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ +! $$i > $(MAN3_INSTALL_DIR)/$$i; \ +! chmod 444 $(MAN3_INSTALL_DIR)/$$i; \ + done; + $(UNIX_DIR)/mkLinks $(MAN3_INSTALL_DIR) + @cd $(SRC_DIR)/doc; for i in *.n; \ + do \ + echo "Installing doc/$$i"; \ +! rm -f $(MANN_INSTALL_DIR)/$$i; \ + sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ +! $$i > $(MANN_INSTALL_DIR)/$$i; \ +! chmod 444 $(MANN_INSTALL_DIR)/$$i; \ + done; + $(UNIX_DIR)/mkLinks $(MANN_INSTALL_DIR) + +--- 486,513 ---- + @cd $(SRC_DIR)/doc; for i in *.1; \ + do \ + echo "Installing doc/$$i"; \ +! rm -f $(MAN1_INSTALL_DIR)/$$i $(MAN1_INSTALL_DIR)/$$i.gz; \ + sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ +! $$i | gzip -c > $(MAN1_INSTALL_DIR)/$$i.gz; \ +! chmod 444 $(MAN1_INSTALL_DIR)/$$i.gz; \ + done; + $(UNIX_DIR)/mkLinks $(MAN1_INSTALL_DIR) + @cd $(SRC_DIR)/doc; for i in *.3; \ + do \ + echo "Installing doc/$$i"; \ +! rm -f $(MAN3_INSTALL_DIR)/$$i $(MAN3_INSTALL_DIR)/$$i.gz; \ + sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ +! $$i | gzip -c > $(MAN3_INSTALL_DIR)/$$i.gz; \ +! chmod 444 $(MAN3_INSTALL_DIR)/$$i.gz; \ + done; + $(UNIX_DIR)/mkLinks $(MAN3_INSTALL_DIR) + @cd $(SRC_DIR)/doc; for i in *.n; \ + do \ + echo "Installing doc/$$i"; \ +! rm -f $(MANN_INSTALL_DIR)/$$i $(MANN_INSTALL_DIR)/$$i.gz; \ + sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ +! $$i | gzip -c > $(MANN_INSTALL_DIR)/$$i.gz; \ +! chmod 444 $(MANN_INSTALL_DIR)/$$i.gz; \ + done; + $(UNIX_DIR)/mkLinks $(MANN_INSTALL_DIR) + diff -ruN tkstep80.old/pkg/PLIST tkstep80/pkg/PLIST --- tkstep80.old/pkg/PLIST Sat Apr 17 23:26:00 1999 +++ tkstep80/pkg/PLIST Tue Apr 20 22:22:03 1999 @@ -149,119 +149,119 @@ man/mann/winfo.n.gz man/mann/wm.n.gz share/doc/tkstep/README.TkStep -share/tkstep8.0/FontChooser.tcl -share/tkstep8.0/bgerror.tcl -share/tkstep8.0/button.tcl -share/tkstep8.0/clrpick.tcl -share/tkstep8.0/comdlg.tcl -share/tkstep8.0/console.tcl -share/tkstep8.0/demos/README -share/tkstep8.0/demos/arrow.tcl -share/tkstep8.0/demos/bind.tcl -share/tkstep8.0/demos/bitmap.tcl -share/tkstep8.0/demos/browse -share/tkstep8.0/demos/button.tcl -share/tkstep8.0/demos/check.tcl -share/tkstep8.0/demos/clrpick.tcl -share/tkstep8.0/demos/colors.tcl -share/tkstep8.0/demos/cscroll.tcl -share/tkstep8.0/demos/ctext.tcl -share/tkstep8.0/demos/dialog1.tcl -share/tkstep8.0/demos/dialog2.tcl -share/tkstep8.0/demos/dragtest -share/tkstep8.0/demos/droptest -share/tkstep8.0/demos/entry1.tcl -share/tkstep8.0/demos/entry2.tcl -share/tkstep8.0/demos/filebox.tcl -share/tkstep8.0/demos/floor.tcl -share/tkstep8.0/demos/form.tcl -share/tkstep8.0/demos/hello -share/tkstep8.0/demos/hscale.tcl -share/tkstep8.0/demos/icon.tcl -share/tkstep8.0/demos/image1.tcl -share/tkstep8.0/demos/image2.tcl -share/tkstep8.0/demos/imagedrop -share/tkstep8.0/demos/images/earth.gif -share/tkstep8.0/demos/images/earthris.gif -share/tkstep8.0/demos/images/face.bmp -share/tkstep8.0/demos/images/flagdown.bmp -share/tkstep8.0/demos/images/flagup.bmp -share/tkstep8.0/demos/images/gray25.bmp -share/tkstep8.0/demos/images/letters.bmp -share/tkstep8.0/demos/images/noletter.bmp -share/tkstep8.0/demos/images/pattern.bmp -share/tkstep8.0/demos/images/tcllogo.gif -share/tkstep8.0/demos/images/teapot.ppm -share/tkstep8.0/demos/items.tcl -share/tkstep8.0/demos/ixset -share/tkstep8.0/demos/label.tcl -share/tkstep8.0/demos/license.terms -share/tkstep8.0/demos/menu.tcl -share/tkstep8.0/demos/menubu.tcl -share/tkstep8.0/demos/msgbox.tcl -share/tkstep8.0/demos/plot.tcl -share/tkstep8.0/demos/puzzle.tcl -share/tkstep8.0/demos/radio.tcl -share/tkstep8.0/demos/rmt -share/tkstep8.0/demos/rolodex -share/tkstep8.0/demos/ruler.tcl -share/tkstep8.0/demos/sayings.tcl -share/tkstep8.0/demos/search.tcl -share/tkstep8.0/demos/square -share/tkstep8.0/demos/states.tcl -share/tkstep8.0/demos/style.tcl -share/tkstep8.0/demos/tclIndex -share/tkstep8.0/demos/tcolor -share/tkstep8.0/demos/tcolor2 -share/tkstep8.0/demos/text.tcl -share/tkstep8.0/demos/tfontsel -share/tkstep8.0/demos/timer -share/tkstep8.0/demos/twind.tcl -share/tkstep8.0/demos/vscale.tcl -share/tkstep8.0/demos/widget -share/tkstep8.0/dialog.tcl -share/tkstep8.0/entry.tcl -share/tkstep8.0/focus.tcl -share/tkstep8.0/images/README -share/tkstep8.0/images/logo100.gif -share/tkstep8.0/images/logo64.gif -share/tkstep8.0/images/logoLarge.gif -share/tkstep8.0/images/logoMed.gif -share/tkstep8.0/images/pwrdLogo100.gif -share/tkstep8.0/images/pwrdLogo150.gif -share/tkstep8.0/images/pwrdLogo175.gif -share/tkstep8.0/images/pwrdLogo200.gif -share/tkstep8.0/images/pwrdLogo75.gif -share/tkstep8.0/listbox.tcl -share/tkstep8.0/menu.tcl -share/tkstep8.0/msgbox.tcl -share/tkstep8.0/obsolete.tcl -share/tkstep8.0/optMenu.tcl -share/tkstep8.0/palette.tcl -share/tkstep8.0/paint.xbm -share/tkstep8.0/paintm.xbm -share/tkstep8.0/prolog.ps -share/tkstep8.0/safetk.tcl -share/tkstep8.0/scale.tcl -share/tkstep8.0/scrlbar.tcl -share/tkstep8.0/tclIndex -share/tkstep8.0/tearoff.tcl -share/tkstep8.0/text.tcl -share/tkstep8.0/tk.tcl -share/tkstep8.0/tkAppInit.c -share/tkstep8.0/tkStepConfig.sh -share/tkstep8.0/tkfbox.tcl -share/tkstep8.0/tkstep.tcl -share/tkstep8.0/xmfbox.tcl +lib/tkstep8.0/FontChooser.tcl +lib/tkstep8.0/bgerror.tcl +lib/tkstep8.0/button.tcl +lib/tkstep8.0/clrpick.tcl +lib/tkstep8.0/comdlg.tcl +lib/tkstep8.0/console.tcl +lib/tkstep8.0/demos/README +lib/tkstep8.0/demos/arrow.tcl +lib/tkstep8.0/demos/bind.tcl +lib/tkstep8.0/demos/bitmap.tcl +lib/tkstep8.0/demos/browse +lib/tkstep8.0/demos/button.tcl +lib/tkstep8.0/demos/check.tcl +lib/tkstep8.0/demos/clrpick.tcl +lib/tkstep8.0/demos/colors.tcl +lib/tkstep8.0/demos/cscroll.tcl +lib/tkstep8.0/demos/ctext.tcl +lib/tkstep8.0/demos/dialog1.tcl +lib/tkstep8.0/demos/dialog2.tcl +lib/tkstep8.0/demos/dragtest +lib/tkstep8.0/demos/droptest +lib/tkstep8.0/demos/entry1.tcl +lib/tkstep8.0/demos/entry2.tcl +lib/tkstep8.0/demos/filebox.tcl +lib/tkstep8.0/demos/floor.tcl +lib/tkstep8.0/demos/form.tcl +lib/tkstep8.0/demos/hello +lib/tkstep8.0/demos/hscale.tcl +lib/tkstep8.0/demos/icon.tcl +lib/tkstep8.0/demos/image1.tcl +lib/tkstep8.0/demos/image2.tcl +lib/tkstep8.0/demos/imagedrop +lib/tkstep8.0/demos/images/earth.gif +lib/tkstep8.0/demos/images/earthris.gif +lib/tkstep8.0/demos/images/face.bmp +lib/tkstep8.0/demos/images/flagdown.bmp +lib/tkstep8.0/demos/images/flagup.bmp +lib/tkstep8.0/demos/images/gray25.bmp +lib/tkstep8.0/demos/images/letters.bmp +lib/tkstep8.0/demos/images/noletter.bmp +lib/tkstep8.0/demos/images/pattern.bmp +lib/tkstep8.0/demos/images/tcllogo.gif +lib/tkstep8.0/demos/images/teapot.ppm +lib/tkstep8.0/demos/items.tcl +lib/tkstep8.0/demos/ixset +lib/tkstep8.0/demos/label.tcl +lib/tkstep8.0/demos/license.terms +lib/tkstep8.0/demos/menu.tcl +lib/tkstep8.0/demos/menubu.tcl +lib/tkstep8.0/demos/msgbox.tcl +lib/tkstep8.0/demos/plot.tcl +lib/tkstep8.0/demos/puzzle.tcl +lib/tkstep8.0/demos/radio.tcl +lib/tkstep8.0/demos/rmt +lib/tkstep8.0/demos/rolodex +lib/tkstep8.0/demos/ruler.tcl +lib/tkstep8.0/demos/sayings.tcl +lib/tkstep8.0/demos/search.tcl +lib/tkstep8.0/demos/square +lib/tkstep8.0/demos/states.tcl +lib/tkstep8.0/demos/style.tcl +lib/tkstep8.0/demos/tclIndex +lib/tkstep8.0/demos/tcolor +lib/tkstep8.0/demos/tcolor2 +lib/tkstep8.0/demos/text.tcl +lib/tkstep8.0/demos/tfontsel +lib/tkstep8.0/demos/timer +lib/tkstep8.0/demos/twind.tcl +lib/tkstep8.0/demos/vscale.tcl +lib/tkstep8.0/demos/widget +lib/tkstep8.0/dialog.tcl +lib/tkstep8.0/entry.tcl +lib/tkstep8.0/focus.tcl +lib/tkstep8.0/images/README +lib/tkstep8.0/images/logo100.gif +lib/tkstep8.0/images/logo64.gif +lib/tkstep8.0/images/logoLarge.gif +lib/tkstep8.0/images/logoMed.gif +lib/tkstep8.0/images/pwrdLogo100.gif +lib/tkstep8.0/images/pwrdLogo150.gif +lib/tkstep8.0/images/pwrdLogo175.gif +lib/tkstep8.0/images/pwrdLogo200.gif +lib/tkstep8.0/images/pwrdLogo75.gif +lib/tkstep8.0/listbox.tcl +lib/tkstep8.0/menu.tcl +lib/tkstep8.0/msgbox.tcl +lib/tkstep8.0/obsolete.tcl +lib/tkstep8.0/optMenu.tcl +lib/tkstep8.0/palette.tcl +lib/tkstep8.0/paint.xbm +lib/tkstep8.0/paintm.xbm +lib/tkstep8.0/prolog.ps +lib/tkstep8.0/safetk.tcl +lib/tkstep8.0/scale.tcl +lib/tkstep8.0/scrlbar.tcl +lib/tkstep8.0/tclIndex +lib/tkstep8.0/tearoff.tcl +lib/tkstep8.0/text.tcl +lib/tkstep8.0/tk.tcl +lib/tkstep8.0/tkAppInit.c +lib/tkstep8.0/tkStepConfig.sh +lib/tkstep8.0/tkfbox.tcl +lib/tkstep8.0/tkstep.tcl +lib/tkstep8.0/xmfbox.tcl lib/libtkstep80.a -lib/libtkstep80.so.1.2 +lib/libtkstep80.so.1.4 @exec /sbin/ldconfig -m %B @unexec /sbin/ldconfig -R @dirrm share/doc/tkstep -@dirrm share/tkstep8.0/demos/images -@dirrm share/tkstep8.0/demos -@dirrm share/tkstep8.0/images -@dirrm share/tkstep8.0 +@dirrm lib/tkstep8.0/demos/images +@dirrm lib/tkstep8.0/demos +@dirrm lib/tkstep8.0/images +@dirrm lib/tkstep8.0 @dirrm include/tkstep8.0/unix @dirrm include/tkstep8.0/generic @dirrm include/tkstep8.0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 20 23:30:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from scotty.masternet.it (scotty.masternet.it [194.184.65.2]) by hub.freebsd.org (Postfix) with ESMTP id 1A0F71511D; Tue, 20 Apr 1999 23:30:13 -0700 (PDT) (envelope-from gmarco@scotty.masternet.it) Received: from suzy (modem12.masternet.it [194.184.65.22]) by scotty.masternet.it (8.9.3/8.9.2) with SMTP id IAA25426; Wed, 21 Apr 1999 08:27:40 +0200 (CEST) (envelope-from gmarco@scotty.masternet.it) Message-Id: <4.1.19990421082254.00974c70@194.184.65.4> X-Sender: gmarco@scotty.masternet.it X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Wed, 21 Apr 1999 08:24:09 +0200 To: From: Gianmarco Giovannelli Subject: Re: ports/11229: /usr/local/sbin/mtr does not work on 3.1-RELEASE Cc: ports@FreeBSD.ORG In-Reply-To: <199904202034.NAA29091@freefall.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 At 13.34 20/04/99 -0700, you wrote: >Synopsis: /usr/local/sbin/mtr does not work on 3.1-RELEASE > >State-Changed-From-To: open->analyzed >State-Changed-By: billf >State-Changed-When: Tue Apr 20 13:33:17 PDT 1999 >State-Changed-Why: >This port works for half of the world, and doesn't for the other half. >I'm looking into it. > I am in the lucky half, but if you have to dig into it, please find why it consider FreeBSD a broken system. :-) And eventually remove that silly print :-) Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 20 23:34:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from scotty.masternet.it (scotty.masternet.it [194.184.65.2]) by hub.freebsd.org (Postfix) with ESMTP id 52FE21511D; Tue, 20 Apr 1999 23:34:04 -0700 (PDT) (envelope-from gmarco@scotty.masternet.it) Received: from suzy (modem12.masternet.it [194.184.65.22]) by scotty.masternet.it (8.9.3/8.9.2) with SMTP id IAA25462; Wed, 21 Apr 1999 08:30:57 +0200 (CEST) (envelope-from gmarco@scotty.masternet.it) Message-Id: <4.1.19990421082430.00bda8e0@194.184.65.4> X-Sender: gmarco@scotty.masternet.it X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Wed, 21 Apr 1999 08:26:52 +0200 To: Bill Fumerola , Michael Haro From: Gianmarco Giovannelli Subject: Re: gtk versions Cc: vanilla@FreeBSD.ORG, ports@FreeBSD.ORG In-Reply-To: References: <19990420124051.B55954@area51.fremont.ca.us> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 12.54 20/04/99 -0400, Bill Fumerola wrote: >On Tue, 20 Apr 1999, Michael Haro wrote: > >> What is the difference between gtk10, gtk11, gtk11-devel and gtk12? >> >> Are they just so different that other ports can only link against the >> version of gtk they were created for? > >Lots of ports only work with certain versions, though I've been heard >making threats to remove gtk10, gtk11-devel and BROKEN every port that >doesn't work with what's left. Recently I installed wxftp which want gtk1.0. But I have only gtk1.2 installed and I don't want to populate my libs with multiple version of the same framework so I changed every reference of gtk1.0 in gtk1.2 and it compiles and works like a charm. Just an example... Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 20 23:54:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB9F4151E4; Tue, 20 Apr 1999 23:54:53 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA79164; Tue, 20 Apr 1999 23:52:26 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Tue, 20 Apr 1999 23:52:26 -0700 (PDT) From: Message-Id: <199904210652.XAA79164@freefall.freebsd.org> To: housel@acm.org, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11242: Port update: lang/dylan version 2.2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port update: lang/dylan version 2.2.0 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Tue Apr 20 23:51:54 PDT 1999 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 21 0: 4: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 1355215022 for ; Wed, 21 Apr 1999 00:04:02 -0700 (PDT) (envelope-from mharo@area51.fremont.ca.us) Received: (from mharo@localhost) by area51.fremont.ca.us (8.9.2/8.9.2) id AAA73992; Wed, 21 Apr 1999 00:00:47 -0700 (PDT) (envelope-from mharo) Date: Wed, 21 Apr 1999 00:00:47 -0700 From: Michael Haro To: Gianmarco Giovannelli Cc: ports@FreeBSD.ORG Subject: Re: gtk versions Message-ID: <19990421000046.A69928@area51.fremont.ca.us> References: <19990420124051.B55954@area51.fremont.ca.us> <4.1.19990421082430.00bda8e0@194.184.65.4> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <4.1.19990421082430.00bda8e0@194.184.65.4>; from Gianmarco Giovannelli on Wed, Apr 21, 1999 at 08:26:52AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks, I've updated the port. If you find any others let me know. I had started looking, but the first two ports I picked either took over what seemed like 30 minutes to compile and then died or didn't work by just changing the 10 to 12 and it discouraged me. Michael On Wed, Apr 21, 1999 at 08:26:52AM +0200, Gianmarco Giovannelli wrote: > At 12.54 20/04/99 -0400, Bill Fumerola wrote: > >On Tue, 20 Apr 1999, Michael Haro wrote: > > > >> What is the difference between gtk10, gtk11, gtk11-devel and gtk12? > >> > >> Are they just so different that other ports can only link against the > >> version of gtk they were created for? > > > >Lots of ports only work with certain versions, though I've been heard > >making threats to remove gtk10, gtk11-devel and BROKEN every port that > >doesn't work with what's left. > > Recently I installed wxftp which want gtk1.0. But I have only gtk1.2 > installed and I don't want to populate my libs with multiple version of the > same framework so I changed every reference of gtk1.0 in gtk1.2 and it > compiles and works like a charm. > > Just an example... > > > > > > Best Regards, > Gianmarco Giovannelli , "Unix expert since yesterday" > http://www.giovannelli.it/~gmarco > http://www2.masternet.it > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 21 0:36:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from finch-post-10.mail.demon.net (finch-post-10.mail.demon.net [194.217.242.38]) by hub.freebsd.org (Postfix) with ESMTP id 110C314E7E for ; Wed, 21 Apr 1999 00:36:43 -0700 (PDT) (envelope-from marko@uk.radan.com) Received: from [158.152.75.22] (helo=uk.radan.com) by finch-post-10.mail.demon.net with smtp (Exim 2.12 #1) id 10ZrWM-0000pR-0A for ports@freebsd.org; Wed, 21 Apr 1999 07:34:12 +0000 Organisation: Radan Computational Ltd., Bath, UK. Phone: +44-1225-320320 Fax: +44-1225-320311 Received: from support-3.uk.radan.com (support-3 [193.114.228.220]) by uk.radan.com (8.6.10/8.6.10) with ESMTP id IAA02115 for ; Wed, 21 Apr 1999 08:33:40 +0100 Received: from uk.radan.com by support-3.uk.radan.com (SMI-8.6/SMI-SVR4) id IAA01494; Wed, 21 Apr 1999 08:33:37 +0100 Message-ID: <371D7F1A.81C73410@uk.radan.com> Date: Wed, 21 Apr 1999 08:32:42 +0100 From: Mark Ovens Organization: Radan Computational Ltd X-Mailer: Mozilla 4.5 [en] (X11; I; SunOS 4.1.3_U1 sun4m) X-Accept-Language: en-GB MIME-Version: 1.0 To: ports@freebsd.org Subject: Problem with X (olvwm & shelltool) after u/g to 3.1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I originally posted this to -questions but got no response, except for a suggestion to try -ports, so here goes. After u/g 2.2.8 -> 3.1 (from the CD) I had a problem with shelltool(1) in olvwm. After starting shelltool I could run a few commands OK (sometimes just a single ``ls'') and then it would hang at the prompt with the cursor flickering and not responding to the kbd although I could quit from the frame menu. On the console (Ctrl-Alt-F1) there is an endless stream of: TTYSW: pty write failure: bad file descriptor I put this down to a hybrid aout/ELF system (olvwm and shelltool were the old binaries), but I have now added another HD and done a complete clean install so the system is all ELF (and olvwm is now v4.2 instead of 4.1) but the problem persists. Xterm works OK. Anyone have any ideas as to the cause? If not an exact cause, then do you know where the message is coming from, shelltool, X, or the kernel, so I can try and debug it myself. I'd appreciate it if any replies are CC:'d to me as I'm not subscribed to -ports. Thanks. -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 21 3:59:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mailf.telia.com (mailf.telia.com [194.22.194.25]) by hub.freebsd.org (Postfix) with ESMTP id E3D6314D56 for ; Wed, 21 Apr 1999 03:59:27 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from d1o62.telia.com (root@d1o62.telia.com [195.198.198.241]) by mailf.telia.com (8.8.8/8.8.8) with ESMTP id MAA24762 for ; Wed, 21 Apr 1999 12:56:57 +0200 (CEST) Received: from stordatan.telia.com (t1o62p20.telia.com [195.198.198.20]) by d1o62.telia.com (8.8.5/8.8.5) with ESMTP id MAA00881 for ; Wed, 21 Apr 1999 12:56:55 +0200 (CEST) Received: from partitur.se (localhost [127.0.0.1]) by stordatan.telia.com (8.9.2/8.9.1) with ESMTP id MAA00799 for ; Wed, 21 Apr 1999 12:56:33 +0200 (CEST) (envelope-from girgen@partitur.se) Message-ID: <371DAEE1.DE743872@partitur.se> Date: Wed, 21 Apr 1999 12:56:33 +0200 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.1-STABLE i386) X-Accept-Language: sv,en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: setting makevars to output from program, HOW? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! I am trying to set make variables to output from programs (using backticks). It seems that the values are not substituted, but instead the whole backtick string is inserted. This gives me problem, since I can't get PLIST_SUB to work if it isn't evalled first. bsd.port.mk complains that it gets erroneous lines, and it seems they're not enough quoted. Anyway, here's an example to make it clearer: BUILD_DEPENDS= ${APXS_SBIN}/apxs:${PORTSDIR}/www/apache-13 RUN_DEPENDS= ${APXS_HTTPD}:${PORTSDIR}/www/apache-13 ... APXS_SBIN= "`${DIR}/apxs -q SBINDIR`" APXS_HTTPD= "`${DIR}/apxs -q TARGET`" APXS_LIBEXEC= "`${DIR}/apxs -q LIBEXECDIR`" PLIST_SUB= APXS_LIBEXEC=${__APXS_LIBEXEC:S,${PREFIX},,} Now, what happens is make will puke on PLIST_SUB, since the variable will be used for something in bsd.port.mk, and it still contains the backticks etc... It's not evaluated. It will work until post-install, when PLIST_SUB is used: :/usr/ports/www/apache-13: not found php-3.0.7: "/usr/local/sbin/apxs" non-existent -- dependency list incomplete php-3.0.7: "-q" non-existent -- dependency list incomplete php-3.0.7: "TARGET" non-existent -- dependency list incomplete :/usr/ports/www/apache-13: not found and as I try make clean, the line for BUILD_DEPENDS (APXS_SBIN), also fails. /apxs:/usr/ports/www/apache-13 :/usr/ports/www/apache-13: not found So, there must be a way to read and evaluate make variables, right? What am I missing? /Palle PS. As you might see, I'd like to obtain info on where apache is installed, so I can use this to install shared modules as separate ports. Do you think this is a good idea? DS. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 21 4: 8:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 05D96153B6 for ; Wed, 21 Apr 1999 04:08:08 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-251.ix.netcom.com [209.109.233.251]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id EAA29262; Wed, 21 Apr 1999 04:06:14 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id EAA94009; Wed, 21 Apr 1999 04:05:34 -0700 (PDT) Date: Wed, 21 Apr 1999 04:05:34 -0700 (PDT) Message-Id: <199904211105.EAA94009@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: girgen@partitur.se Cc: freebsd-ports@freebsd.org In-reply-to: <371DAEE1.DE743872@partitur.se> (message from Palle Girgensohn on Wed, 21 Apr 1999 12:56:33 +0200) Subject: Re: setting makevars to output from program, HOW? From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <371DAEE1.DE743872@partitur.se> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Palle Girgensohn * I am trying to set make variables to output from programs (using * backticks). It seems that the values are not substituted, but instead * the whole backtick string is inserted. This gives me problem, since I * can't get PLIST_SUB to work if it isn't evalled first. bsd.port.mk * complains that it gets erroneous lines, and it seems they're not enough * quoted. You need to use the "!=" construct for command substitutions in make. :) * APXS_SBIN= "`${DIR}/apxs -q SBINDIR`" APXS_SBIN!= ${DIR}/apxs -q SBINBIR * PS. As you might see, I'd like to obtain info on where apache is * installed, so I can use this to install shared modules as separate * ports. Do you think this is a good idea? DS. However, it is generally not a good idea to use a command outside of the system since there are lots of stuff that don't check the dependencies. Just think "make index", etc. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 21 4:55:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from maile.telia.com (maile.telia.com [194.22.190.16]) by hub.freebsd.org (Postfix) with ESMTP id 0D9C7152F1; Wed, 21 Apr 1999 04:55:20 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from d1o62.telia.com (root@d1o62.telia.com [195.198.198.241]) by maile.telia.com (8.8.5/8.8.8) with ESMTP id NAA23097; Wed, 21 Apr 1999 13:52:49 +0200 (CEST) Received: from stordatan.telia.com (t1o62p5.telia.com [195.198.198.5]) by d1o62.telia.com (8.8.5/8.8.5) with ESMTP id NAA21886; Wed, 21 Apr 1999 13:52:47 +0200 (CEST) Received: from partitur.se (localhost [127.0.0.1]) by stordatan.telia.com (8.9.2/8.9.1) with ESMTP id NAA34608; Wed, 21 Apr 1999 13:52:20 +0200 (CEST) (envelope-from girgen@partitur.se) Message-ID: <371DBBF4.582EC700@partitur.se> Date: Wed, 21 Apr 1999 13:52:20 +0200 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.1-STABLE i386) X-Accept-Language: sv,en MIME-Version: 1.0 To: Satoshi - Ports Wraith - Asami Cc: freebsd-ports@freebsd.org Subject: Re: setting makevars to output from program, HOW? References: <371DAEE1.DE743872@partitur.se> <199904211105.EAA94009@silvia.hip.berkeley.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! Thanks! I realize that make describe will probably fail, but what if I use a ?= to set some defaults? If the prog (apxs in this case) isn't found the defaults will used, I guess? Will this be OK? : BUILD_DEPENDS= ${APXS_SBIN}/apxs:${PORTSDIR}/${APACHE_PORT} RUN_DEPENDS= ${APXS_HTTPD}:${PORTSDIR}/${APACHE_PORT} ... userpath= "${PREFIX}/sbin ${PATH:S^:^ ^g}" .for DIR in ${userpath} .if exists (${DIR}/apxs) __APXS_SBIN!= ${DIR}/apxs -q SBINDIR __APXS_HTTPD!= ${DIR}/apxs -q TARGET __APXS_LIBEXEC!= ${DIR}/apxs -q LIBEXECDIR .endif .endfor APXS_SBIN?= ${PREFIX}/sbin APXS_HTTPD?= ${APXS_SBIN}/sbin/httpd APACHE_PORT?= www/apache13 PLIST_SUB?= APXS_LIBEXEC=libexec/apache APACHE_PORT?= www/apache13 # keeps make clean from going berzerk ... /Palle Satoshi - Ports Wraith - Asami wrote: > > * From: Palle Girgensohn > > * I am trying to set make variables to output from programs (using > * backticks). It seems that the values are not substituted, but instead > * the whole backtick string is inserted. This gives me problem, since I > * can't get PLIST_SUB to work if it isn't evalled first. bsd.port.mk > * complains that it gets erroneous lines, and it seems they're not enough > * quoted. > > You need to use the "!=" construct for command substitutions in > make. :) > > * APXS_SBIN= "`${DIR}/apxs -q SBINDIR`" > > APXS_SBIN!= ${DIR}/apxs -q SBINBIR > > * PS. As you might see, I'd like to obtain info on where apache is > * installed, so I can use this to install shared modules as separate > * ports. Do you think this is a good idea? DS. > > However, it is generally not a good idea to use a command outside of > the system since there are lots of stuff that don't check the > dependencies. Just think "make index", etc. > > -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 21 10: 3:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6052F1580A for ; Wed, 21 Apr 1999 10:02:34 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA91885 for ports@freebsd.org; Wed, 21 Apr 1999 10:00:06 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Date: Wed, 21 Apr 1999 10:00:06 -0700 (PDT) From: Message-Id: <199904211700.KAA91885@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://www.freebsd.org/~fenner/portsurvey/ . In particular, the list of ports with no MAINTAINER with distfile problems is http://www.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. 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 Wed Apr 21 11:13:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2957615832 for ; Wed, 21 Apr 1999 11:12:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA96931; Wed, 21 Apr 1999 11:10:01 -0700 (PDT) (envelope-from gnats@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 36DB61575E for ; Wed, 21 Apr 1999 11:10:22 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id D2D4316BF; Wed, 21 Apr 1999 11:07:42 -0700 (PDT) Message-Id: <19990421180742.D2D4316BF@norn.ca.eu.org> Date: Wed, 21 Apr 1999 11:07:42 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11261: Change gtimer to use gtk12 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11261 >Category: ports >Synopsis: Change gtimer to use gtk12 >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 21 11:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Just change it to use (and it works fine) gtk12 instead of 11d >How-To-Repeat: >Fix: Index: gtimer/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/deskutils/gtimer/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/04/08 17:50:35 1.1.1.1 +++ Makefile 1999/04/21 18:03:33 @@ -12,7 +12,7 @@ MAINTAINER= cpiazza@home.net -LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 USE_BZIP2= YES MAN1= gtimer.1 Index: gtimer/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/deskutils/gtimer/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- patch-aa 1999/04/08 17:50:35 1.1.1.1 +++ patch-aa 1999/04/21 18:04:07 @@ -5,15 +5,15 @@ #CFLAGS = -O2 -Wall -CFLAGS = `gtk-config --cflags` -+CFLAGS += `gtk11d-config --cflags` ++CFLAGS += `gtk12-config --cflags` LIBS = -# determine LDFLAGS using "gtk-config --libs" -STATIC_LDFLAGS = -static `gtk-config --libs` -LDFLAGS = `gtk-config --libs` -+# determine LDFLAGS using "gtk11d-config --libs" -+STATIC_LDFLAGS = -static `gtk11d-config --libs` -+LDFLAGS = `gtk11d-config --libs` ++# determine LDFLAGS using "gtk12-config --libs" ++STATIC_LDFLAGS = -static `gtk12-config --libs` ++LDFLAGS = `gtk12-config --libs` VERSION = unknown DIR = gtimer-$(VERSION) -DESTDIR = /usr/X11R6/bin @@ -22,17 +22,17 @@ # default default: - make "CFLAGS=`gtk-config --cflags`" "LDFLAGS=`gtk-config --libs`" "LIBS=" gtimer -+ make "CFLAGS=`gtk11d-config --cflags`" "LDFLAGS=`gtk11d-config --libs`" "LIBS=" gtimer ++ make "CFLAGS=`gtk12-config --cflags`" "LDFLAGS=`gtk12-config --libs`" "LIBS=" gtimer # to build this, you need the memdebug library I wrote. debug: - make "CFLAGS=`gtk-config --cflags` -g -Wall -DGTIMER_MEMDEBUG" "LIBS=memdebug/libmd.a" gtimer -+ make "CFLAGS=`gtk11d-config --cflags` -g -Wall -DGTIMER_MEMDEBUG" "LIBS=memdebug/libmd.a" gtimer ++ make "CFLAGS=`gtk12-config --cflags` -g -Wall -DGTIMER_MEMDEBUG" "LIBS=memdebug/libmd.a" gtimer # build a static version static: - make "CFLAGS=`gtk-config --cflags` -g -Wall -DGTIMER_MEMDEBUG" "LDFLAGS=$(STATIC_LDFLAGS)" gtimer -+ make "CFLAGS=`gtk11d-config --cflags` -g -Wall -DGTIMER_MEMDEBUG" "LDFLAGS=$(STATIC_LDFLAGS)" gtimer ++ make "CFLAGS=`gtk12-config --cflags` -g -Wall -DGTIMER_MEMDEBUG" "LDFLAGS=$(STATIC_LDFLAGS)" gtimer strip gtimer -Chris >Release-Note: >Audit-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 21 11:14: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F55415839 for ; Wed, 21 Apr 1999 11:12:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA96942; Wed, 21 Apr 1999 11:10:01 -0700 (PDT) (envelope-from gnats@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 E5F8B1583A for ; Wed, 21 Apr 1999 11:10:39 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 1446916CA; Wed, 21 Apr 1999 11:08:00 -0700 (PDT) Message-Id: <19990421180800.1446916CA@norn.ca.eu.org> Date: Wed, 21 Apr 1999 11:08:00 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11262: Update: editors/lpe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11262 >Category: ports >Synopsis: Update: editors/lpe >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 21 11:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Yet another port that should stabilize(I hope!) soon. Update to 1.1.9. I am the maintainer. >How-To-Repeat: >Fix: Index: lpe/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/editors/lpe/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/04/19 04:06:52 1.2 +++ Makefile 1999/04/21 05:23:23 @@ -1,12 +1,12 @@ # New ports collection makefile for: lpe -# Version required: 1.1.8 +# Version required: 1.1.9 # Date created: 12 April 1999 # Whom: Chris Piazza # # $Id: Makefile,v 1.2 1999/04/19 04:06:52 steve Exp $ # -DISTNAME= lpe-1.1.8 +DISTNAME= lpe-1.1.9 CATEGORIES= editors MASTER_SITES= http://cdsmith.twu.net/lpe/ Index: lpe/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/editors/lpe/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/04/19 04:06:54 1.2 +++ md5 1999/04/21 05:18:03 @@ -1 +1 @@ -MD5 (lpe-1.1.8.tar.gz) = 64fd9f61ee7549241a5ae665405a36e5 +MD5 (lpe-1.1.9.tar.gz) = 1414c340a77d53ff63f8ddb9e335787a Index: lpe/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/editors/lpe/patches/patch-aa,v retrieving revision 1.2 diff -u -r1.2 patch-aa --- patch-aa 1999/04/19 04:06:55 1.2 +++ patch-aa 1999/04/21 05:22:17 @@ -1,5 +1,5 @@ ---- Config.make.orig Sun Apr 18 16:10:37 1999 -+++ Config.make Sun Apr 18 16:13:53 1999 +--- Config.make.orig Tue Apr 20 22:20:08 1999 ++++ Config.make Tue Apr 20 22:22:09 1999 @@ -5,7 +5,7 @@ # Base directory in which to install lpe. The binary and man page will be @@ -26,8 +26,8 @@ +LD_SH = ${CC} -shared # OpenBSD: ld -Bshareable # OSF: ld -shared - # Cygwin: /bin/true -@@ -32,14 +32,14 @@ + +@@ -31,7 +31,7 @@ # OpenBSD: -I/usr/local/include -DSLANG_H="" -DLIMITS_H="" # The flags to pass to the compiler proper @@ -36,21 +36,12 @@ # OSF: -pipe -g3 -O2 # The flags to pass to the linker - LDFLAGS = -L/usr/local/lib +@@ -40,7 +40,7 @@ + # Cygwin: -L/usr/local/lib # The libraries, in linker option format, against which to link -LOADLIBES = -lslang -ldl -+LOADLIBES = -lslang -ltermcap - # OSF -lslang -lc ++LOADLIBES = -lslang -ltermcap + # OSF: -lslang -lc # Cygwin: -lslang -ltermcap # FreeBSD: -lslang -ldl -ltermcap -@@ -49,9 +49,6 @@ - INSTALL = /usr/bin/install -c - # OSF: ./install-sh - --INSTALL_PROGRAM = $(INSTALL) --INSTALL_PROGRAM_S = $(INSTALL_PROGRAM) -s --INSTALL_DATA = $(INSTALL) -m 644 - INSTALL_SO = $(INSTALL_DATA) - # Cygwin: /bin/true - -Chris >Release-Note: >Audit-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 21 11:22:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C0FD15838 for ; Wed, 21 Apr 1999 11:22:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA97390; Wed, 21 Apr 1999 11:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id 7F41515838; Wed, 21 Apr 1999 11:15:28 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.2/8.9.1) id OAA56364; Wed, 21 Apr 1999 14:13:00 -0400 (EDT) (envelope-from mi) Message-Id: <199904211813.OAA56364@misha.cisco.com> Date: Wed, 21 Apr 1999 14:13:00 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org Cc: chuckr@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11263: lister.lo listed twice in a2ps-4.12's lib/Makefile.in Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11263 >Category: ports >Synopsis: lister.lo listed twice in a2ps-4.12's lib/Makefile.in >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 21 11:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.1-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: FreeBSD 3.1-STABLE as of Wed Mar 31 12:36:47 EST 1999 >Description: The lister.lo file is listed twice in the list of liba2ps' objects. I guess, some linkers do not care, but on my FreeBSD box, linker complained about symbols being "multiply defined". >How-To-Repeat: On FreeBSD-3.1: cd /usr/port/print/a2ps-letter make >Fix: The following patch, places into patches/patch-ae make things build properly: --- lib/Makefile.in.orig Thu Feb 18 10:24:42 1999 +++ lib/Makefile.in Wed Apr 21 14:00:30 1999 @@ -202,7 +202,7 @@ signame$U.lo strverscmp$U.lo xmalloc$U.lo xstrdup$U.lo xstrtol$U.lo \ message$U.lo xstrrpl$U.lo getshline$U.lo pathwalk$U.lo darray$U.lo \ dstring$U.lo printlen$U.lo pair_ht$U.lo filtdir$U.lo str_ht$U.lo \ -title$U.lo xbackupfile$U.lo getnum$U.lo tterm$U.lo lister$U.lo \ +title$U.lo xbackupfile$U.lo getnum$U.lo tterm$U.lo \ addext$U.lo basename$U.lo getopt1$U.lo isdir$U.lo xgetcwd$U.lo \ xgethostname$U.lo LEXLIB = @LEXLIB@ >Release-Note: >Audit-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 21 11:33:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 871C0158C6 for ; Wed, 21 Apr 1999 11:32:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA97822; Wed, 21 Apr 1999 11:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id 25607158A0; Wed, 21 Apr 1999 11:26:30 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.2/8.9.1) id OAA56543; Wed, 21 Apr 1999 14:24:02 -0400 (EDT) (envelope-from mi) Message-Id: <199904211824.OAA56543@misha.cisco.com> Date: Wed, 21 Apr 1999 14:24:02 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org Cc: chuckr@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11264: a2ps-letter port installs non-listed liba2ps.so1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11264 >Category: ports >Synopsis: a2ps-letter port installs non-listed liba2ps.so1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 21 11:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.1-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: >How-To-Repeat: Upon installing the latest (cvsup-ed today) a2ps-letter port, I have /usr/local/bin/a2ps: liba2ps.so1 => /usr/local/lib/liba2ps.so1 (0x28080000) libm.so.2 => /usr/lib/libm.so.2 (0x280d4000) libc.so.3 => /usr/lib/libc.so.3 (0x280ee000) The name liba2ps.so1 is wrong, I guess, and should be liba2ps.so.1. The library is NOT listed on pkg/PLIST, prevents me from using `make package' to create useable package. >Fix: Add the strangely named file to the PLIST and remake the package. Wait for maintainer to make the library name look right. >Release-Note: >Audit-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 21 11:51:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 8D3851580A; Wed, 21 Apr 1999 11:51:47 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id OAA28478; Wed, 21 Apr 1999 14:49:54 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Wed, 21 Apr 1999 14:49:54 -0400 (EDT) From: Bill Fumerola To: Gianmarco Giovannelli Cc: billf@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: ports/11229: /usr/local/sbin/mtr does not work on 3.1-RELEASE In-Reply-To: <4.1.19990421082254.00974c70@194.184.65.4> 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, 21 Apr 1999, Gianmarco Giovannelli wrote: > I am in the lucky half, but if you have to dig into it, please find why it > consider FreeBSD a broken system. :-) And eventually remove that silly > print :-) The code is wierd, and the logic is flawed. I'm working on trying to get it to work, and I will patch that bogus statement out of the code whenever I come up with the magic touch to make this work for me. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 21 12:10:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BEB0D15896; Wed, 21 Apr 1999 12:10:09 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA01978; Wed, 21 Apr 1999 12:07:42 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 21 Apr 1999 12:07:42 -0700 (PDT) From: Message-Id: <199904211907.MAA01978@freefall.freebsd.org> To: cpiazza@home.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11261: Change gtimer to use gtk12 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Change gtimer to use gtk12 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Wed Apr 21 12:05:24 PDT 1999 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 21 12:12:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C632158F8; Wed, 21 Apr 1999 12:11:32 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA02084; Wed, 21 Apr 1999 12:09:04 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 21 Apr 1999 12:09:04 -0700 (PDT) From: Message-Id: <199904211909.MAA02084@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, chuckr@FreeBSD.org Subject: Re: ports/11264: a2ps-letter port installs non-listed liba2ps.so1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: a2ps-letter port installs non-listed liba2ps.so1 Responsible-Changed-From-To: freebsd-ports->chuckr Responsible-Changed-By: mharo Responsible-Changed-When: Wed Apr 21 12:08:46 PDT 1999 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 Wed Apr 21 12:15:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BDDFA1588E; Wed, 21 Apr 1999 12:15:35 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA02374; Wed, 21 Apr 1999 12:13:08 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 21 Apr 1999 12:13:08 -0700 (PDT) From: Message-Id: <199904211913.MAA02374@freefall.freebsd.org> To: cpiazza@home.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11251: Update: net/greed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/greed State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Wed Apr 21 12:12:42 PDT 1999 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 21 12:22:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 93B03158E7; Wed, 21 Apr 1999 12:22:15 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA02717; Wed, 21 Apr 1999 12:19:47 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Wed, 21 Apr 1999 12:19:47 -0700 (PDT) From: Message-Id: <199904211919.MAA02717@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, mharo@FreeBSD.org Subject: Re: ports/11082: Update: audio/mikmod (3.1.2 -> 3.1.5) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: audio/mikmod (3.1.2 -> 3.1.5) Responsible-Changed-From-To: freebsd-ports->mharo Responsible-Changed-By: billf Responsible-Changed-When: Wed Apr 21 12:19:23 PDT 1999 Responsible-Changed-Why: Submitter is now a committer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 21 12:24:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3267315907; Wed, 21 Apr 1999 12:22:51 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA02819; Wed, 21 Apr 1999 12:20:23 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Wed, 21 Apr 1999 12:20:23 -0700 (PDT) From: Message-Id: <199904211920.MAA02819@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, mharo@FreeBSD.org Subject: Re: ports/11083: New Port: audio/libmikmod Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port: audio/libmikmod Responsible-Changed-From-To: freebsd-ports->mharo Responsible-Changed-By: billf Responsible-Changed-When: Wed Apr 21 12:19:53 PDT 1999 Responsible-Changed-Why: Submitter is now a committer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 21 13:23:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 560B315828 for ; Wed, 21 Apr 1999 13:22:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA08981; Wed, 21 Apr 1999 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 064121589C; Wed, 21 Apr 1999 13:15:49 -0700 (PDT) Message-Id: <19990421201549.064121589C@hub.freebsd.org> Date: Wed, 21 Apr 1999 13:15:49 -0700 (PDT) From: lennox@cs.columbia.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11265: Shared libraries don't work when built with egcs port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11265 >Category: ports >Synopsis: Shared libraries don't work when built with egcs port >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 21 13:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jonathan Lennox >Release: 3.1-STABLE >Organization: Columbia University >Environment: FreeBSD conrail.cs.columbia.edu 3.1-STABLE FreeBSD 3.1-STABLE #1: Wed Mar 3 23:45:27 EST 1999 lennox@conrail.cs.columbia.edu:/usr/cvsrc/RELENG_3/src/sys/compile/CONRAIL i386 >Description: I pulled down the egcs-1.1.2 port in late March. When I build a shared library with it, the resulting .so has undefined symbols in it that aren't pulled in from anyplace. This isn't a problem when I link, but when I try to run an executable linked with the .so, I get errors from /usr/libexec/ld-elf.so of the form /usr/libexec/ld-elf.so.1: ./libbaz.so: Undefined symbol "__deregister_frame_info" This only seems to happen if both the shared library and the executable use only C code; if anything uses C++ the missing symbols seem to get pulled in from somewhere. This symbol seems to be coming in from the two files /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/crtbeginS.o /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/crtendS.o >How-To-Repeat: bash-2.02$ cat bar.c extern void baz(void); int main() { baz(); exit(0); } bash-2.02$ cat baz.c #include void baz(void) { printf("baz: hello world!\n"); } bash-2.02$ egcc -Wall -c -fPIC baz.c bash-2.02$ egcc -shared -Wl,-h -Wl,libbaz.so -o libbaz.so baz.o bash-2.02$ egcc -Wall -c bar.c bash-2.02$ egcc -o bar -L. bar.o -lbaz bash-2.02$ LD_LIBRARY_PATH=. ./bar /usr/libexec/ld-elf.so.1: ./libbaz.so: Undefined symbol "__deregister_frame_info" bash-2.02$ egcc -v Reading specs from /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release) (Note: this is a (very) simplified version of a part of the Mozilla build system, which is where I noticed the problem.) >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 21 14:32:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A936B158F4 for ; Wed, 21 Apr 1999 14:32:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA18304; Wed, 21 Apr 1999 14:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from leap.innerx.net (leap.innerx.net [38.179.176.25]) by hub.freebsd.org (Postfix) with ESMTP id 35A101593D for ; Wed, 21 Apr 1999 14:31:31 -0700 (PDT) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org (ip82.houston2.tx.pub-ip.psi.net [38.11.201.82]) by leap.innerx.net (Postfix) with ESMTP id 8DFBA37013 for ; Wed, 21 Apr 1999 17:29:00 -0400 (EDT) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id QAA00897; Wed, 21 Apr 1999 16:29:24 -0500 (CDT) (envelope-from chris) Message-Id: <199904212129.QAA00897@holly.dyndns.org> Date: Wed, 21 Apr 1999 16:29:24 -0500 (CDT) From: Chris Costello Reply-To: chris@calldei.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11267: [New port] textproc/fconv (the return) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11267 >Category: ports >Synopsis: [New port] textproc/fconv (the return) >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 21 14:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Costello >Release: FreeBSD 4.0-CURRENT i386 >Organization: None, whatsoever. >Environment: (null) >Description: pkg/DESCR: As well as being a work-alike for the BSDI utility mentioned in the doscmd man page, dos2bsd (and bsd2dos), fconv supports conversion to and from Macintosh type files (which use only '\r'). >How-To-Repeat: Not applicable. NOTE: I don't have an "appropriate" (as in "pipe big enough") server to host this on, so I'd like to be contacted for a distfile should my port be accepted. >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: # # fconv-0.1 # fconv-0.1/Makefile # fconv-0.1/fconv.c # echo c - fconv-0.1 mkdir -p fconv-0.1 > /dev/null 2>&1 echo x - fconv-0.1/Makefile sed 's/^X//' >fconv-0.1/Makefile << 'END-of-fconv-0.1/Makefile' X# X# Copyright (c) 1999 Chris Costello X# All rights reserved. X# X# Redistribution and use in source and binary forms, with or without X# modification, are permitted provided that the following conditions X# are met: X# 1. Redistributions of source code must retain the above copyright X# notice, this list of conditions and the following disclaimer. X# 2. Redistributions in binary form must reproduce the above copyright X# notice, this list of conditions and the following disclaimer in the X# documentation and/or other materials provided with the distribution. X# X# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND X# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE X# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE X# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE X# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL X# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS X# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) X# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT X# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY X# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF X# SUCH DAMAGE. X XLINKS = dos2bsd XLINKS += bsd2dos XLINKS += mac2bsd XLINKS += bsd2mac X Xall: fconv links X Xfconv: fconv.c X Xlinks: dos2bsd bsd2dos mac2bsd bsd2mac X X.for LINK in $(LINKS) X$(LINK): X ln fconv $(LINK) X.endfor X Xinstall: all fconv links X.for PRG in $(LINKS) X ${INSTALL} -c -o root -g wheel -m 0755 $(PRG) /usr/local/bin X.endfor X Xclean: X rm -f $(LINKS) fconv END-of-fconv-0.1/Makefile echo x - fconv-0.1/fconv.c sed 's/^X//' >fconv-0.1/fconv.c << 'END-of-fconv-0.1/fconv.c' X/*- X * Copyright (c) 1999 Chris Costello X * All rights reserved. X * X * Redistribution and use in source and binary forms, with or without X * modification, are permitted provided that the following conditions X * are met: X * 1. Redistributions of source code must retain the above copyright X * notice, this list of conditions and the following disclaimer. X * 2. Redistributions in binary form must reproduce the above copyright X * notice, this list of conditions and the following disclaimer in the X * documentation and/or other materials provided with the distribution. X * X * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND X * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE X * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE X * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE X * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL X * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS X * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) X * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT X * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY X * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF X * SUCH DAMAGE. X */ X X#include X#include X#include X#include X#include X X#define TEST(s1, s2, s3, s4) \ X{ \ X if (!strcmp(prg, #s1)) \ X mode = s1; \ X else if (!strcmp(prg, #s2)) \ X mode = s2; \ X else if (!strcmp(prg, #s3)) \ X mode = s3; \ X else if (!strcmp(prg, #s4)) \ X mode = s4; \ X else \ X mode = -1; \ X} X Xvoid usage(void); Xvoid noprg(void); X Xchar *prg; X Xint Xmain(argc, argv) X int argc; X char **argv; X{ X char ch, *src, *dst, *tprg; X int mode = -1; X int dos2bsd = 1, bsd2dos = 2, mac2bsd = 3, bsd2mac = 4; X X /* X * Default the input and output filenames to stdin and stdout X * respectively, this is what BSDI's dos2bsd/bsd2dos does. X */ X src = "/dev/stdin"; X dst = "/dev/stdout"; X X /* prg is a pointer to the original argv[0] */ X prg = argv[0]; X X /* X * $ dos2bsd -a -b -c X * dos2bsd: illegal option -- a X * usage: dos2bsd [input [output]] X * -------------------------------- X * It looks like it uses getopt, but doesn't allow any opts (the X * manual page also doesn't mention any options). X */ X X while ((ch = getopt(argc, argv, "?")) != -1) X switch(ch) { X case '?': X default: X usage(); X /* NOTREACHED */ X } X X argc -= optind; X argv += optind; X X /* X * Now we see how many args we have, and set the source/destination X * as necessary. X */ X X switch (argc) { X case 2: X if (freopen(dst = argv[1], "w", stdout) == NULL) X err(1, "%s", argv[1]); X /* FALLTHROUGH */ X case 1: X if (freopen(dst = argv[0], "r", stdin) == NULL) X err(1, "%s", argv[0]); X /* FALLTHROUGH */ X case 0: X break; X default: X usage(); X /* NOTREACHED */ X } X X /* Now determine the program to use */ X tprg = strchr(prg, '/'); X X if (tprg != NULL) { X if ((tprg += 1) != NULL) { X prg = tprg; X TEST(dos2bsd, bsd2dos, mac2bsd, bsd2mac); X if (mode == -1) X usage(); X } X } X X switch (mode) { X case 1: X while ((ch = getchar()) != EOF) { X if (ch != '\r') X putchar(ch); X } X break; X case 2: X while ((ch = getchar()) != EOF) { X if (ch == '\n') X putchar('\r'); X putchar(ch); X } X break; X case 3: X while ((ch = getchar()) != EOF) { X if (ch == '\r') X putchar('\n'); X else X putchar(ch); X } X break; X case 4: X while ((ch = getchar()) != EOF) { X if (ch == '\n') X putchar('\r'); X else X putchar(ch); X } X break; X default: X noprg(); X /* NOTREACHED */ X } X X if (ferror(stdin)) X err(1, "%s", src); X if (ferror(stdout)) X err(1, "%s", dst); X X fclose(stdin); X fclose(stdout); X X exit(0); X} X Xvoid Xnoprg() X{ X errx(1, "This can only be run as dos2bsd, bsd2dos, mac2bsd, or bsd2mac"); X /* NOTREACHED */ X} X Xvoid Xusage() X{ X fprintf(stderr, "usage: %s [input [output]]\n", prg); X exit(1); X} X END-of-fconv-0.1/fconv.c exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 21 16:43:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kogge.Hanse.DE (kogge.hanse.de [192.76.134.17]) by hub.freebsd.org (Postfix) with ESMTP id 75218158D5; Wed, 21 Apr 1999 16:42:38 -0700 (PDT) (envelope-from stefan.bethke@hanse.de) Received: from transit.hanse.de (transit-a.Hanse.DE [193.174.9.161]) by kogge.Hanse.DE (8.9.1/8.9.1) with ESMTP id BAA91885; Thu, 22 Apr 1999 01:40:09 +0200 (CEST) (envelope-from stefan.bethke@hanse.de) Received: from monster.transit-a.hanse.de (monster [193.174.9.163]) by transit.hanse.de (8.8.8/8.8.8) with ESMTP id BAA06845; Thu, 22 Apr 1999 01:40:07 +0200 (CEST) (envelope-from stefan.bethke@hanse.de) Date: Thu, 22 Apr 1999 01:46:12 +0200 From: Stefan Bethke To: Satoshi - Ports Wraith - Asami Cc: freebsd-ports@FreeBSD.org Subject: Does an interactive install count as IS_INTERACTIVE? Message-ID: <213410.3133734372@monster.transit-a.hanse.de> Originator-Info: login-id=stb; server=transit.transit-a.hanse.de X-Mailer: Mulberry (MacOS) [1.4.0, s/n U-301178] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've just made a port for SETIA@home, and added an install script to automatically register with or log in to SETI@home. Now, does this pkg/INSTALL script (called at POST-INSTALL) count as IS_INTERACTIVE? bsd.port.mk says "during a build", which suggest to me that this is for build only, not for install. If install also counts, do I need to set IS_INTERACTIVE, or just /not/ call pkg/INSTALL on a BATCH build (which would result in a complete package, but the local installation would require manual action)? Thanks for the advice, Stefan -- Stefan Bethke Muehlendamm 12 Phone: +49-40-256848, +49-177-3504009 D-22087 Hamburg Hamburg, Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 21 17:18:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id BF4EF158F6 for ; Wed, 21 Apr 1999 17:18:08 -0700 (PDT) (envelope-from dirk.meyer@dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.1/8.9.1) with UUCP id CAA09061 for freebsd-ports@FreeBSD.ORG; Thu, 22 Apr 1999 02:17:39 +0200 (CEST) Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.9.1/8.9.1) with BSMTP id VAA02544 for ; Wed, 21 Apr 1999 21:05:03 +0200 (CEST) To: freebsd-ports@FreeBSD.ORG Message-ID: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: setting makevars to output from program, HOW? Date: Wed, 21 Apr 1999 21:01:35 +0200 X-Mailer: Dinoex 1.70 References: <371DAEE1.DE743872@partitur.se><199904211105.EAA94009@silvia.hip.berkeley.edu><371DBBF4.582EC700@partitur.se> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect v0.77-m5] X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Copyright: (C) Copyright 1999 by Dirk Meyer -- All rights reserved. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 19990421000000S+2@dinoex.sub.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Palle Girgensohn wrote: > I realize that make describe will probably fail, but what if I use a ?= > to set some defaults? If the prog (apxs in this case) isn't found the > defaults will used, I guess? Will this be OK? : > > [...] > > userpath= "${PREFIX}/sbin ${PATH:S^:^ ^g}" > .for DIR in ${userpath} > .if exists (${DIR}/apxs) > __APXS_SBIN!= ${DIR}/apxs -q SBINDIR > __APXS_HTTPD!= ${DIR}/apxs -q TARGET > __APXS_LIBEXEC!= ${DIR}/apxs -q LIBEXECDIR > .endif > .endfor No, At the time the Makefile is read, the Variable Prefix might not be set. In this case your Makefile never uses the lines you wrote. I made a bad hack in my own Makefiles PREFIX!= /usr/local To give the default form bsd.port.mk to extend the build/install process. kind regards Dirk -- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany -- Tel. +49-5606-6512 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 21 17:26:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CCD03158E8; Wed, 21 Apr 1999 17:26:08 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA72484; Wed, 21 Apr 1999 17:23:40 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Wed, 21 Apr 1999 17:23:40 -0700 (PDT) From: Message-Id: <199904220023.RAA72484@freefall.freebsd.org> To: taoka@FreeBSD.org, freebsd-ports@FreeBSD.org, tg@FreeBSD.org Subject: Re: ports/11254: Update of tkstep port from 8.0p2 to 8.0.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update of tkstep port from 8.0p2 to 8.0.4 Responsible-Changed-From-To: freebsd-ports->tg Responsible-Changed-By: taoka Responsible-Changed-When: Wed Apr 21 17:23:15 PDT 1999 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 Wed Apr 21 18:15:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from aries.postnet.com (aries.postnet.com [209.96.9.249]) by hub.freebsd.org (Postfix) with ESMTP id 7110915870 for ; Wed, 21 Apr 1999 18:15:04 -0700 (PDT) (envelope-from aries@aries.postnet.com) Received: from localhost (aries@localhost) by aries.postnet.com (8.9.3/8.8.8) with ESMTP id UAA02332 for ; Wed, 21 Apr 1999 20:12:49 -0500 (CDT) (envelope-from aries@aries.postnet.com) Date: Wed, 21 Apr 1999 20:12:49 -0500 (CDT) From: Danny To: freebsd-ports@freebsd.org Subject: Lotus Notes? 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'm sure this has been asked 100 times, but now I'm making it 101. :) Are there any plans of porting Lotus Notes to FreeBSD? I tried using Wine, but it crashes. :) Thanks. Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 21 18:22:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C5511582C for ; Wed, 21 Apr 1999 18:22:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA89184; Wed, 21 Apr 1999 18:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from test2.gsoft.com.au (test2.gsoft.com.au [203.38.152.117]) by hub.freebsd.org (Postfix) with ESMTP id D298A15558 for ; Wed, 21 Apr 1999 18:13:16 -0700 (PDT) (envelope-from doconnor@test2.gsoft.com.au) Received: (from doconnor@localhost) by test2.gsoft.com.au (8.9.3/8.9.2) id KAA60978; Thu, 22 Apr 1999 10:40:47 +0930 (CST) (envelope-from doconnor) Message-Id: <199904220110.KAA60978@test2.gsoft.com.au> Date: Thu, 22 Apr 1999 10:40:47 +0930 (CST) From: "Daniel O'Connor" Reply-To: doconnor@test2.gsoft.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11269: Update for games/xqf port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11269 >Category: ports >Synopsis: Update for games/xqf 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: Wed Apr 21 18:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Daniel O'Connor >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: -CURRENT box >Description: New port for xqf, and Gamespy like tool for looking for Quake 1 & 2 servers. >How-To-Repeat: >Fix: Get ftp://ftp.gsoft.com.au/pub/xqf-port.tgz >Release-Note: >Audit-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 21 18:32:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1467A1569A for ; Wed, 21 Apr 1999 18:32:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA90227; Wed, 21 Apr 1999 18:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 0E65815348; Wed, 21 Apr 1999 18:29:34 -0700 (PDT) Message-Id: <19990422012934.0E65815348@hub.freebsd.org> Date: Wed, 21 Apr 1999 18:29:34 -0700 (PDT) From: pfgiffun@bachue.usc.unal.edu.co To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11270: Update to the rexx-imc port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11270 >Category: ports >Synopsis: Update to the rexx-imc 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: Wed Apr 21 18:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Pedro F Giffuni >Release: 3.1R >Organization: Universidad Nacional de Colombia >Environment: >Description: I had some contact with the rexx-imc author and he states that most patches in the previous distribution can be removed in his new version. BTW, this was also tested with egcs, so it should give no problems in -current >How-To-Repeat: While I did a simple update of the previous port, I was to lazy completely change the build procedure so there will be no man pages in this update but it should work better than the previous one. >Fix: diff -rNu rexx-imc.old/Makefile rexx-imc/Makefile --- rexx-imc.old/Makefile Tue Nov 24 18:22:26 1998 +++ rexx-imc/Makefile Wed Apr 21 19:20:39 1999 @@ -6,32 +6,22 @@ # $Id: Makefile,v 1.6 1998/11/24 18:46:06 nectar Exp $ # -DISTNAME= rexx-imc-1.6d +DISTNAME= rexx-imc-1.7 CATEGORIES= lang -MASTER_SITES= http://www.comlab.ox.ac.uk/oucl/users/ian.collier/distribution/ +MASTER_SITES= http://ruby.comlab.ox.ac.uk/imc/distribution/ -MAINTAINER= jfitz@FreeBSD.ORG +PATCH_SITES= http://ruby.comlab.ox.ac.uk/imc/distribution/ +PATCHFILES= rexx-imc-1.7-19990331.patch +PATCH_DIST_STRIP= -p1 -NO_WRKSUBDIR= YES +MAINTAINER= jfitz@FreeBSD.ORG MAKE_ENV= MKDIR="${MKDIR}" -# we must patch these files until the author correct misuse of -# errno in struct fileinfo -UGLY_PATCH= rexx.c rxfn.c util.c - .include -post-patch: -.for c in ${UGLY_PATCH} - @${ECHO_MSG} "Changing struct fileinfo member errno to ferrno in ${c}" - @mv ${WRKSRC}/${c} ${WRKSRC}/${c}.old - @${SED} 's/->errno/->ferrno/g;' ${WRKSRC}/${c}.old > ${WRKSRC}/${c} - @${RM} ${WRKSRC}/${c}.old -.endfor - pre-build: - @ ${CP} ${FILESDIR}/Makefile ${WRKDIR} + @ ${CP} ${FILESDIR}/Makefile ${WRKSRC} post-install: .if ${PORTOBJFORMAT} == "aout" diff -rNu rexx-imc.old/files/Makefile rexx-imc/files/Makefile --- rexx-imc.old/files/Makefile Tue Nov 24 18:22:26 1998 +++ rexx-imc/files/Makefile Wed Apr 21 19:21:30 1999 @@ -1,12 +1,12 @@ -# Makefile for REXX/imc +# Makefile for REXX/imc-1.6? # # Based upon the original by the author # Heavily hacked by jfitz@FreeBSD.ORG # -CC= gcc +CC?= gcc PIC= -fPIC -CCFLAGS= -DHAS_TTYCOM -D_REQUIRED -c ${PIC} +CCFLAGS= -DHAS_TTYCOM -D_REQUIRED -DRENAME_UNDELETE -c ${PIC} OPTFLAGS= -O2 @@ -16,8 +16,8 @@ RXYEAR= 96 DATE= -DDAY=${RXDAY} -DMONTH=${RXMONTH} -DYEAR=${RXYEAR} -REXXDOCS= README README.avail README.bugreport README.docs \ - README.files README.make README.news README.versions \ +REXXDOCS= README README.bugreport README.docs \ + README.files README.make README.news README.platforms \ rexx.info rexx.ref rexx.summary rexx.tech # Shared Library Version @@ -84,6 +84,8 @@ .for f in ${REXXDOCS} ${BSD_INSTALL_DATA} ${f} ${PREFIX}/share/doc/rexx-imc/ .endfor + ${BSD_INSTALL_DATA} rexx.man ${PREFIX}/man/man + .endif .c.o: diff -rNu rexx-imc.old/files/md5 rexx-imc/files/md5 --- rexx-imc.old/files/md5 Fri Feb 12 18:31:50 1999 +++ rexx-imc/files/md5 Wed Apr 21 18:42:41 1999 @@ -1 +1,2 @@ -MD5 (rexx-imc-1.6d.tar.gz) = 59e96d3401aed4df9a513fb32f34ce29 +MD5 (rexx-imc-1.7.tar.gz) = 2b55cbe521819e1edf43139125ced03a +MD5 (rexx-imc-1.7-19990331.patch) = 17f6401cb20fda7facafdaca79080748 diff -rNu rexx-imc.old/patches/patch-aa rexx-imc/patches/patch-aa --- rexx-imc.old/patches/patch-aa Sun Apr 27 12:47:06 1997 +++ rexx-imc/patches/patch-aa Wed Dec 31 19:00:00 1969 @@ -1,11 +0,0 @@ ---- functions.h.orig Sun Apr 27 13:41:36 1997 -+++ functions.h Sun Apr 27 13:42:39 1997 -@@ -197,7 +197,7 @@ - /* in rxfn.c */ - int rxfn Args((char *name,int argc)); /* Try to call a builtin function */ - int rxseterr Args((struct fileinfo *f)); /* Set rc to indicate a file's status */ --char *undelete Args((int *l)); /* Get last value without deleting it */ -+char *rx_undelete Args((int *l)); /* Get last value without deleting it */ - - /* in shell.c */ - int shell Args((char *command)); /* Interpret a shell command */ diff -rNu rexx-imc.old/patches/patch-ab rexx-imc/patches/patch-ab --- rexx-imc.old/patches/patch-ab Sun Apr 27 12:47:06 1997 +++ rexx-imc/patches/patch-ab Wed Dec 31 19:00:00 1969 @@ -1,11 +0,0 @@ ---- rexx.c.orig Sun Apr 27 13:41:41 1997 -+++ rexx.c Sun Apr 27 13:42:22 1997 -@@ -481,7 +481,7 @@ - scanning(lineptr,&tmpchr,&len); - lineptr+=tmpchr; - unplus(OPplus); /* do "name = expri + 0" */ -- istart=undelete(&len)-cstackptr; -+ istart=rx_undelete(&len)-cstackptr; - sllen= -1, /* limit=default (=null) (length -1) */ - sslen= -1, /* step=default (=1) */ - fr= -1; /* for=default (=null) */ diff -rNu rexx-imc.old/patches/patch-ac rexx-imc/patches/patch-ac --- rexx-imc.old/patches/patch-ac Sun Apr 27 12:47:06 1997 +++ rexx-imc/patches/patch-ac Wed Dec 31 19:00:00 1969 @@ -1,29 +0,0 @@ ---- rxfn.c.orig Sun Apr 27 13:41:46 1997 -+++ rxfn.c Sun Apr 27 13:42:35 1997 -@@ -243,7 +243,7 @@ - return strcmp(((struct fnlist*)s1)->name,((struct fnlist *)s2)->name); - } - --char *undelete(l) /* A utility function like delete(l) except that */ -+char *rx_undelete(l) /* A utility function like delete(l) except that */ - int *l; /* the value isn't deleted from the stack */ - { - char *ptr=cstackptr+ecstackptr-four; -@@ -1532,7 +1532,7 @@ - int i,l,l2; - char c; - if(argc!=1)die(Ecall); -- s=undelete(&l); -+ s=rx_undelete(&l); - l2=l--/2; - for(i=0;iRelease-Note: >Audit-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 21 19:44:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gershwin.tera.com (unknown [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 32D27150FB for ; Wed, 21 Apr 1999 19:43:57 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id TAA05385; Wed, 21 Apr 1999 19:41:25 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id TAA10287; Wed, 21 Apr 1999 19:41:13 -0700 (PDT) From: Gary Kline Message-Id: <199904220241.TAA10287@tao.thought.org> Subject: Re: Lotus Notes? In-Reply-To: from Danny at "Apr 21, 99 08:12:49 pm" To: aries@aries.postnet.com (Danny) Date: Wed, 21 Apr 1999 19:41:13 -0700 (PDT) Cc: freebsd-ports@freebsd.org Organization: <> thought.org: public service Unix since 1986... <> X-Mailer: ELM [version 2.4ME+ PL32 (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 According to Danny: > I'm sure this has been asked 100 times, but now I'm making it 101. :) > Are there any plans of porting Lotus Notes to FreeBSD? I tried using > Wine, but it crashes. :) > Point me at the source code and I'll have a look. gary > -- Gary D. Kline kline@tao.thought.org Public service uNix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 21 20:13:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.enteract.com (thor.enteract.com [207.229.143.11]) by hub.freebsd.org (Postfix) with SMTP id 346841581B for ; Wed, 21 Apr 1999 20:13:39 -0700 (PDT) (envelope-from jrs@enteract.com) Received: (qmail 10849 invoked from network); 22 Apr 1999 03:11:09 -0000 Received: from adam.enteract.com (jrs@206.54.252.1) by thor.enteract.com with SMTP; 22 Apr 1999 03:11:09 -0000 Date: Wed, 21 Apr 1999 22:11:09 -0500 (CDT) From: John Sconiers To: Danny Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Lotus Notes? 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 sorry I was referring to the client. JOHN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 21 20:13:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.enteract.com (thor.enteract.com [207.229.143.11]) by hub.freebsd.org (Postfix) with SMTP id B8F7A15439 for ; Wed, 21 Apr 1999 20:13:13 -0700 (PDT) (envelope-from jrs@enteract.com) Received: (qmail 10786 invoked from network); 22 Apr 1999 03:10:43 -0000 Received: from adam.enteract.com (jrs@206.54.252.1) by thor.enteract.com with SMTP; 22 Apr 1999 03:10:43 -0000 Date: Wed, 21 Apr 1999 22:10:42 -0500 (CDT) From: John Sconiers To: Danny Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Lotus Notes? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I'm sure this has been asked 100 times, but now I'm making it 101. :) > Are there any plans of porting Lotus Notes to FreeBSD? I tried using > Wine, but it crashes. :) server or client???? Me and a friend got it working in 3.0-current but it crashed often. JOHN > Thanks. > Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 21 20:23:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B2E9E152B8; Wed, 21 Apr 1999 20:23:17 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA04494; Wed, 21 Apr 1999 20:20:50 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 21 Apr 1999 20:20:50 -0700 (PDT) From: Message-Id: <199904220320.UAA04494@freefall.freebsd.org> To: doconnor@test2.gsoft.com.au, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11269: Update for games/xqf port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update for games/xqf port State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Wed Apr 21 20:18:56 PDT 1999 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 21 20:26:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E277A154CC; Wed, 21 Apr 1999 20:26:12 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA04769; Wed, 21 Apr 1999 20:23:45 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 21 Apr 1999 20:23:45 -0700 (PDT) From: Message-Id: <199904220323.UAA04769@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/11270: Update to the rexx-imc port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update to the rexx-imc port Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: mharo Responsible-Changed-When: Wed Apr 21 20:23:17 PDT 1999 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 Wed Apr 21 20:31: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 578AD154CC; Wed, 21 Apr 1999 20:30:28 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA05189; Wed, 21 Apr 1999 20:28:01 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 21 Apr 1999 20:28:01 -0700 (PDT) From: Message-Id: <199904220328.UAA05189@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, chuckr@FreeBSD.org Subject: Re: ports/11263: lister.lo listed twice in a2ps-4.12's lib/Makefile.in Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: lister.lo listed twice in a2ps-4.12's lib/Makefile.in Responsible-Changed-From-To: freebsd-ports->chuckr Responsible-Changed-By: mharo Responsible-Changed-When: Wed Apr 21 20:27:21 PDT 1999 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 Wed Apr 21 21:12:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 639F2158D3 for ; Wed, 21 Apr 1999 21:12:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA09597; Wed, 21 Apr 1999 21:10:00 -0700 (PDT) (envelope-from gnats@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 BEEB914D1E for ; Wed, 21 Apr 1999 21:03:14 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 8CDB116D4; Wed, 21 Apr 1999 21:00:34 -0700 (PDT) Message-Id: <19990422040034.8CDB116D4@norn.ca.eu.org> Date: Wed, 21 Apr 1999 21:00:34 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11272: Changes to astro/setiathome port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11272 >Category: ports >Synopsis: Changes to astro/setiathome 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: Wed Apr 21 21:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: I've cleaned up the Makefile a bit. Changes include: * EXTRACT_CMD stuff wasn't needed * move ONLY_FOR_ARCHS down.. * instead of using uname -r to get the release version, which actually skipped anyone who was using 3.0/4.0, use ${OSVERSION} and check >=. Also, because of above changes, used . Files removed: stray seti-port.tar.gz >How-To-Repeat: >Fix: Index: setiathome/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/astro/setiathome/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/04/22 02:00:16 1.3 +++ Makefile 1999/04/22 03:48:06 @@ -10,30 +10,25 @@ CATEGORIES= astro MASTER_SITES= http://setiathome.ssl.berkeley.edu/software/ \ http://www.freebsd.org/~stb/mirror/setiathome.ssl.berkeley.edu/software/ -ONLY_FOR_ARCHS= i386 MAINTAINER= stb@freebsd.org -EXTRACT_CMD= tar -EXTRACT_BEFORE_ARGS= -xf -EXTRACT_AFTER_ARGS= +ONLY_FOR_ARCHS=i386 -.if !defined(OSRELEASE) -OSRELEASE!= uname -r | sed -e 's/^\(^[^-]*\)-.*/\1/' -.endif +.include -.if (${OSRELEASE} == 2.2.6) -DISTFILES= setiathome-0.46.i386-unknown-freebsd2.2.6.tar -WRKSRC= setiathome-0.46.i386-unknown-freebsd2.2.6 -.elif (${OSRELEASE} == 2.2.7) -DISTFILES= setiathome-0.46.i386-unknown-freebsd2.2.7.tar -WRKSRC= setiathome-0.46.i386-unknown-freebsd2.2.7 -.elif (${OSRELEASE} == 2.2.8) -DISTFILES= setiathome-0.46.i386-unknown-freebsd2.2.8.tar -WRKSRC= setiathome-0.46.i386-unknown-freebsd2.2.8 -.elif (${OSRELEASE} == 3.1) -DISTFILES= setiathome-0.46.i386-unknown-freebsd3.1.tar -WRKSRC= setiathome-0.46.i386-unknown-freebsd3.1 +.if ${OSVERSION} >= 310000 +DISTFILES= setiathome-0.46.i386-unknown-freebsd3.1.tar +WRKSRC= setiathome-0.46.i386-unknown-freebsd3.1 +.elif ${OSVERSION} >= 228000 +DISTFILES= setiathome-0.46.i386-unknown-freebsd2.2.8.tar +WRKSRC= setiathome-0.46.i386-unknown-freebsd2.2.8 +.elif ${OSVERSION} >= 227000 +DISTFILES= setiathome-0.46.i386-unknown-freebsd2.2.7.tar +WRKSRC= setiathome-0.46.i386-unknown-freebsd2.2.7 +.elif ${OSVERSION} >= 226000 +DISTFILES= setiathome-0.46.i386-unknown-freebsd2.2.6.tar +WRKSRC= setiathome-0.46.i386-unknown-freebsd2.2.6 .else DISTFILES= .endif @@ -52,7 +47,7 @@ pre-fetch: @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.5 and above,"; \ + ${ECHO} "supported. SETI@home currently supports only FreeBSD 2.2.6 and above,"; \ ${ECHO} "and FreeBSD 3.1."; \ ${ECHO} \ exit 72; \ @@ -65,4 +60,4 @@ post-install: @PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL -.include +.include -Chris >Release-Note: >Audit-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 21 22:52:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8905A15179 for ; Wed, 21 Apr 1999 22:52:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA02364; Wed, 21 Apr 1999 22:50:01 -0700 (PDT) (envelope-from gnats@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 4129615179 for ; Wed, 21 Apr 1999 22:52:10 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id E3BA716D4; Wed, 21 Apr 1999 22:49:30 -0700 (PDT) Message-Id: <19990422054930.E3BA716D4@norn.ca.eu.org> Date: Wed, 21 Apr 1999 22:49:30 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11273: Update: net/pavuk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11273 >Category: ports >Synopsis: Update: net/pavuk >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 21 22:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to pl9, and now use gtk12(! ;) patch-ab now includes a patch from the authors. MASTER_SITES was changed around, SUNSITE first since according to the pavuk web page: FTP is prefered, because we only have 28,8Kb line oh, and don't install COPYING ;) >How-To-Repeat: >Fix: Index: pavuk/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/pavuk/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/03/15 01:50:13 1.3 +++ Makefile 1999/04/22 05:45:39 @@ -1,26 +1,24 @@ # New ports collection makefile for: pavuk -# Version required: 0.9pl3 +# Version required: 0.9pl9 # Date created: 19 March 1998 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.3 1999/03/15 01:50:13 steve Exp $ # -DISTNAME= pavuk-0.9pl5 -PKGNAME= pavuk-0.9.5 +DISTNAME= pavuk-0.9pl9 +PKGNAME= pavuk-0.9.9 CATEGORIES= net www -MASTER_SITES= ftp://ftp.idata.sk/pub/unix/www/ \ - ftp://ftp.max.irk.ru/pub/unix/net/www/wget/ \ - ${MASTER_SITE_SUNSITE} +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + ftp://ftp.idata.sk/pub/unix/www/ MASTER_SITE_SUBDIR= apps/www/mirroring EXTRACT_SUFX= .tgz MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 + gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 -USE_XLIB= yes GNU_CONFIGURE= yes USE_GMAKE= yes @@ -34,7 +32,7 @@ @ ${INSTALL_DATA} ${WRKSRC}/pavuk_authinfo.sample ${PREFIX}/etc .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/pavuk -.for file in AUTHORS COPYING ChangeLog README THANK_TO TODO +.for file in AUTHORS ChangeLog README THANK_TO TODO @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/pavuk .endfor .endif Index: pavuk/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/net/pavuk/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/03/15 01:50:17 1.2 +++ md5 1999/04/22 05:15:59 @@ -1 +1 @@ -MD5 (pavuk-0.9pl5.tgz) = 27cb8ed2df6e8535e09d4736a47f430c +MD5 (pavuk-0.9pl9.tgz) = db4c870fe1fd99fbf86d60a1e582b98a Index: pavuk/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/net/pavuk/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- patch-aa 1998/12/16 22:37:40 1.1.1.1 +++ patch-aa 1999/04/22 05:17:21 @@ -1,6 +1,6 @@ ---- configure Thu Feb 26 19:21:56 1998 -+++ /home/andy/tmp/wrk/configure Fri Mar 20 21:53:43 1998 -@@ -3110,7 +3110,7 @@ +--- configure.orig Wed Apr 21 22:17:02 1999 ++++ configure Wed Apr 21 22:17:13 1999 +@@ -3666,7 +3666,7 @@ Index: pavuk/patches/patch-ab =================================================================== RCS file: /cvs/FreeBSD/ports/net/pavuk/patches/patch-ab,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-ab --- patch-ab 1998/12/16 22:37:40 1.1.1.1 +++ patch-ab 1999/04/22 05:44:47 @@ -1,22 +1,36 @@ ---- src/net.c Sun Feb 1 10:53:47 1998 -+++ /home/andy/tmp/wrk/src/net.c Fri Mar 20 22:00:21 1998 -@@ -129,7 +129,9 @@ - - } - +--- src/net.c.orig Sun Apr 18 06:53:46 1999 ++++ src/net.c Wed Apr 21 22:44:24 1999 +@@ -101,9 +101,9 @@ + { + return -1; + } +- +#ifndef __FreeBSD__ - fcntl(sock , F_SETFL , O_SYNC); + fcntl(sock , F_SETFL , O_NONBLOCK); +- +#endif - if ((connect(sock, (struct sockaddr*)&addr, sizeof(addr)) == -1) && - (errno && (errno != EISCONN))) - { -@@ -259,7 +261,9 @@ - } - } + rv = connect(sock, (struct sockaddr*)&addr, sizeof(addr)); + if (rv && (errno != EINPROGRESS) && (errno != EISCONN)) + { +@@ -121,8 +121,8 @@ + #endif + + #ifdef GTK_FACE +- cfg.gtk.inid = gtk_timeout_add(cfg.ctimeout * 60000 , +- (GtkFunction)TOut , NULL); ++ cfg.gtk.inid = cfg.ctimeout ? gtk_timeout_add(cfg.ctimeout * 60000 , ++ (GtkFunction)TOut , NULL) : 0; + #endif + +@@ -261,8 +261,9 @@ + #ifdef I_FACE + if (cfg.xi_face) + { +#ifndef __FreeBSD__ - fcntl(sock , F_SETFL , O_SYNC); + fcntl(sock , F_SETFL , O_NONBLOCK); +- +#endif - } - #endif - if ((rsock < 0) && ((rsock = accept(sock, (struct sockaddr*)&caller, &p)) == -1)) + rsock = accept(sock, (struct sockaddr*)&caller, &p); + if ((rsock < 0) && (errno != EWOULDBLOCK)) + { Index: pavuk/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/net/pavuk/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1998/12/16 22:37:40 1.1.1.1 +++ PLIST 1999/04/22 05:35:04 @@ -2,7 +2,6 @@ etc/pavukrc.sample etc/pavuk_authinfo.sample share/doc/pavuk/AUTHORS -share/doc/pavuk/COPYING share/doc/pavuk/ChangeLog share/doc/pavuk/README share/doc/pavuk/THANK_TO -Chris >Release-Note: >Audit-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 22 1: 5: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E362F14BD3; Thu, 22 Apr 1999 01:05:05 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA13376; Thu, 22 Apr 1999 01:02:37 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 22 Apr 1999 01:02:37 -0700 (PDT) From: Message-Id: <199904220802.BAA13376@freefall.freebsd.org> To: cpiazza@home.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11273: Update: net/pavuk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/pavuk State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu Apr 22 01:00:15 PDT 1999 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 22 1:17:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id ADA6B15978 for ; Thu, 22 Apr 1999 01:16:59 -0700 (PDT) (envelope-from mharo@area51.fremont.ca.us) Received: (from mharo@localhost) by area51.fremont.ca.us (8.9.2/8.9.2) id BAA22615 for ports@freebsd.org; Thu, 22 Apr 1999 01:14:31 -0700 (PDT) (envelope-from mharo) Date: Thu, 22 Apr 1999 01:14:30 -0700 From: Michael Haro To: ports@freebsd.org Subject: Re: gtk versions Message-ID: <19990422011430.A18361@area51.fremont.ca.us> References: <19990420124051.B55954@area51.fremont.ca.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Steve Price on Tue, Apr 20, 1999 at 03:16:53PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Apr 20, 1999 at 03:16:53PM -0500, Steve Price wrote: > On Tue, 20 Apr 1999, Michael Haro wrote: > > In the beginning gtk was a very fast moving target. Things seem > to have calmed down now however. It would be nice to consolidate > things to use gtk12 and get rid of the rest of them. Here's what > I see: > > bonsai[/usr/ports]$ grep toolkits/gtk10 */*/Makefile | wc -l > 10 > bonsai[/usr/ports]$ grep toolkits/gtk11 */*/Makefile | wc -l > 20 > bonsai[/usr/ports]$ grep toolkits/gtk12 */*/Makefile | wc -l > 18 > > Surely we could get rid of at least the gtk10 ports. Actually it looks more like gtk11 can go and 10 will need to stay, if we want all the ports to work. There shouldn't be many left now. How about we just mark all non gtk12 ports as broken? I'm basicly done with pass one of the gtk ports. If you code gtk stuff, feel free to update some of the ports which are still not gtk12 as of now. Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 22 3:22:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 67A021521C for ; Thu, 22 Apr 1999 03:22:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA42473; Thu, 22 Apr 1999 03:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 4B9E1151AA for ; Thu, 22 Apr 1999 03:15:20 -0700 (PDT) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id OAA13274; Thu, 22 Apr 1999 14:13:23 +0400 (MSD) Message-Id: <199904221013.OAA13274@netserv1.chg.ru> Date: Thu, 22 Apr 1999 14:13:23 +0400 (MSD) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11276: Update net/mrtg to the latest version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11276 >Category: ports >Synopsis: Update net/mrtg to the latest version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 22 03:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -Nur mrtg.old/Makefile mrtg/Makefile --- mrtg.old/Makefile Thu Apr 22 13:59:45 1999 +++ mrtg/Makefile Thu Apr 22 14:00:15 1999 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.12 1999/03/29 17:09:03 jfitz Exp $ # -DISTNAME= mrtg-2.7.2 +DISTNAME= mrtg-2.7.3b CATEGORIES= net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ diff -Nur mrtg.old/files/md5 mrtg/files/md5 --- mrtg.old/files/md5 Thu Apr 22 13:59:44 1999 +++ mrtg/files/md5 Thu Apr 22 14:00:22 1999 @@ -1 +1 @@ -MD5 (mrtg-2.4.1.tar.gz) = 2886a0280b476a62570b5496cdbc5d57 +MD5 (mrtg-2.7.3b.tar.gz) = d5a342c28347f231a70054347bd5fc42 >Release-Note: >Audit-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 22 3:34:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 9CF31151C4 for ; Thu, 22 Apr 1999 03:34:42 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-251.ix.netcom.com [209.109.233.251]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id DAA01473; Thu, 22 Apr 1999 03:32:49 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id DAA98944; Thu, 22 Apr 1999 03:32:09 -0700 (PDT) Date: Thu, 22 Apr 1999 03:32:09 -0700 (PDT) Message-Id: <199904221032.DAA98944@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: mharo@area51.fremont.ca.us Cc: ports@freebsd.org In-reply-to: <19990422011430.A18361@area51.fremont.ca.us> (message from Michael Haro on Thu, 22 Apr 1999 01:14:30 -0700) Subject: Re: gtk versions From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <19990420124051.B55954@area51.fremont.ca.us> <19990422011430.A18361@area51.fremont.ca.us> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Michael Haro * > bonsai[/usr/ports]$ grep toolkits/gtk10 */*/Makefile | wc -l * > 10 * > bonsai[/usr/ports]$ grep toolkits/gtk11 */*/Makefile | wc -l * > 20 * > bonsai[/usr/ports]$ grep toolkits/gtk12 */*/Makefile | wc -l * > 18 * Actually it looks more like gtk11 can go and 10 will need to stay, * if we want all the ports to work. There shouldn't be many left now. Great. Thanks for doing this, Michael! * How about we just mark all non gtk12 ports as broken? I don't think that is necessary. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 22 3:39:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 7884D15998 for ; Thu, 22 Apr 1999 03:39:13 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-251.ix.netcom.com [209.109.233.251]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id DAA01485; Thu, 22 Apr 1999 03:37:20 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id DAA98968; Thu, 22 Apr 1999 03:36:39 -0700 (PDT) Date: Thu, 22 Apr 1999 03:36:39 -0700 (PDT) Message-Id: <199904221036.DAA98968@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: stefan.bethke@hanse.de Cc: freebsd-ports@FreeBSD.org In-reply-to: <213410.3133734372@monster.transit-a.hanse.de> (message from Stefan Bethke on Thu, 22 Apr 1999 01:46:12 +0200) Subject: Re: Does an interactive install count as IS_INTERACTIVE? From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: <213410.3133734372@monster.transit-a.hanse.de> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Stefan Bethke * I've just made a port for SETIA@home, and added an install script to * automatically register with or log in to SETI@home. * * Now, does this pkg/INSTALL script (called at POST-INSTALL) count as * IS_INTERACTIVE? bsd.port.mk says "during a build", which suggest to me * that this is for build only, not for install. No, I meant "any time during a package build". ;) * If install also counts, do I need to set IS_INTERACTIVE, or just /not/ call * pkg/INSTALL on a BATCH build (which would result in a complete package, but * the local installation would require manual action)? Well, if you just set it to IS_INTERACTIVE, you're pretty much guaranteeing that the package will never show up on any CD. :> Since you have the necessary stuff in INSTALL, how about something like .if !defined(PACKAGE_BUILDING) IS_INTERACTIVE= yes post-install: @PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .endif so that it will just go ahead and build the package if it's done here and will call ${PKGDIR}/INSTALL if a user does it. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 22 3:39:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 022A2159A3; Thu, 22 Apr 1999 03:39:22 -0700 (PDT) (envelope-from stb@FreeBSD.org) Received: (from stb@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA45904; Thu, 22 Apr 1999 03:36:54 -0700 (PDT) (envelope-from stb@FreeBSD.org) Date: Thu, 22 Apr 1999 03:36:54 -0700 (PDT) From: Message-Id: <199904221036.DAA45904@freefall.freebsd.org> To: cpiazza@home.net, stb@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11272: Changes to astro/setiathome port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Changes to astro/setiathome port State-Changed-From-To: open->closed State-Changed-By: stb State-Changed-When: Thu Apr 22 03:35:44 PDT 1999 State-Changed-Why: Applied. Thanks, Chris! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 22 3:42:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 344541534C for ; Thu, 22 Apr 1999 03:42:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA46834; Thu, 22 Apr 1999 03:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from martini.ics.es.osaka-u.ac.jp (martini.ics.es.osaka-u.ac.jp [133.1.12.88]) by hub.freebsd.org (Postfix) with ESMTP id DD0B91599F for ; Thu, 22 Apr 1999 03:24:33 -0700 (PDT) (envelope-from matusita@jp.FreeBSD.ORG) Received: from localhost (localhost [127.0.0.1]) by martini.ics.es.osaka-u.ac.jp (8.9.3/3.6W/ICS-2.2.2v7-44BSD) with ESMTP id TAA33650; Thu, 22 Apr 1999 19:21:59 +0900 (JST) Message-Id: <19990422192157J.matusita@jp.FreeBSD.ORG> Date: Thu, 22 Apr 1999 19:21:57 +0900 From: Makoto MATSUSHITA To: FreeBSD-gnats-submit@freebsd.org Cc: kkennawa@physics.adelaide.edu.au, arensb@cfar.umd.edu, aron@cs.rice.edu X-Send-Pr-Version: 3.2 Subject: ports/11277: Update ports: x11-wm/fvwm2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11277 >Category: ports >Synopsis: Update ports: x11-wm/fvwm2 >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 22 03:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Makoto MATSUSHITA >Release: FreeBSD 4.0-CURRENT i386 >Organization: Japan FreeBSD Users' Group >Environment: FreeBSD 4.0-CURRENT / FreeBSD 3.1-STABLE (as of Apr/1999) >Description: Here is a long-awaited patch of x11-wm/fvwm2, for fvwm version 2.2. >How-To-Repeat: Apply attached patch to ports/x11-wm/fvwm2. I'll send the whole x11-wm/fvwm2 ports if requested. >Fix: diff -crN fvwm2-2.0.46/Makefile fvwm2/Makefile *** fvwm2-2.0.46/Makefile Thu Sep 17 20:08:51 1998 --- fvwm2/Makefile Tue Apr 20 21:11:08 1999 *************** *** 1,47 **** # New ports collection makefile for: Internationalized fvwm2 ! # Version required: 2.0.46 # Date created: 20 Jan 1996 # Whom: peter # # $Id: Makefile,v 1.15 1998/09/17 00:32:57 asami Exp $ # ! DISTNAME= fvwm-2.0.46 CATEGORIES= x11-wm ! MASTER_SITES= ftp://ftp.ics.es.osaka-u.ac.jp/pub/CFAN/sources/2.0.x/ \ ! ftp://ftp.ics.es.osaka-u.ac.jp/pub/CFAN/fvwm-users-jp/kits/ \ ! ftp://ftp.TokyoNet.AD.JP/pub/X/fvwm/sources/2.0.x/ \ ! ftp://ftp.TokyoNet.AD.JP/pub/X/fvwm/fvwm-users-jp/kits/ \ ! ftp://ftp.hpc.uh.edu/pub/fvwm/version-2/ ! DISTFILES= ${DISTNAME}${EXTRACT_SUFX} fvwm-users-jp-kits.97Oct04.tar.gz MAINTAINER= matusita@jp.freebsd.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm ! USE_IMAKE= yes ! MAN1= FvwmAudio.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 \ ! FvwmButtons.1 FvwmCascade.1 FvwmCpp.1 FvwmForm.1 \ ! FvwmIconBox.1 FvwmIconMan.1 FvwmIdent.1 FvwmM4.1 FvwmPager.1 \ ! FvwmSave.1 FvwmSaveDesk.1 FvwmScroll.1 FvwmTalk.1 FvwmTile.1 \ ! FvwmWinList.1 fvwm2.1 xpmroot.1 ! MANCOMPRESSED= yes ! ! # filenames. ! PATCH_FIXIT= kits/patch/fix-2.0.46 ! PATCH_I18N= kits/patch/PATCH.I18N ! USE_PATCHFILES= ${PATCH_FIXIT} ${PATCH_I18N} ! ! pre-patch: ! @for i in ${USE_PATCHFILES}; do \ ! ${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/$$i; \ ! done; post-install: ! @${MKDIR} ${PREFIX}/lib/X11/fvwm2/pixmaps ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${WRKSRC}/icons/*.xbm \ ${WRKSRC}/icons/*.bitmap ${WRKSRC}/icons/*.icon \ ! ${PREFIX}/lib/X11/fvwm2/pixmaps ! @${CAT} ${PKGDIR}/MESSAGE ! .include --- 1,70 ---- # New ports collection makefile for: Internationalized fvwm2 ! # Version required: 2.2 # Date created: 20 Jan 1996 # Whom: peter # # $Id: Makefile,v 1.15 1998/09/17 00:32:57 asami Exp $ # ! DISTNAME= fvwm-${FVWM_DISTVER} CATEGORIES= x11-wm ! MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ ! ! PATCH_SITES= ftp://ftp.ics.es.osaka-u.ac.jp/pub/CFAN/fvwm-users-jp/I18N_MB ! PATCHFILES= fvwm-${FVWM_DISTVER}-I18N_MB-${FVWM_PATCHVER}.patch MAINTAINER= matusita@jp.freebsd.org + .if !defined(USE_XPM) || ${USE_XPM} != NO LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + .endif ! GNU_CONFIGURE= yes ! USE_X_PREFIX= yes ! MAN1= fvwm2.1 xpmroot.1 FvwmAnimate.1 FvwmAudio.1 FvwmAuto.1 \ ! FvwmBacker.1 FvwmBanner.1 FvwmButtons.1 FvwmCommand.1 \ ! FvwmConfig.1 FvwmConsole.1 FvwmConsoleC.pl.1 FvwmCpp.1 \ ! FvwmDebug.1 FvwmEvent.1 FvwmForm.1 FvwmGoodStuff.1 \ ! FvwmIconBox.1 FvwmIconMan.1 FvwmIdent.1 FvwmM4.1 \ ! FvwmPager.1 FvwmRearrange.1 FvwmSave.1 FvwmSaveDesk.1 \ ! FvwmScript.1 FvwmScroll.1 FvwmTalk.1 FvwmTaskBar.1 \ ! FvwmWharf.1 FvwmWinList.1 ! MANCOMPRESSED= no ! ! FVWM_DISTVER= 2.2 ! FVWM_PATCHVER= 1999042001 ! FVWM_DIR= lib/X11/fvwm2 ! RC_FILES= decor_examples new-features system.fvwm2rc \ ! system.fvwm2rc-sample-1 system.fvwm2rc-sample-2 ! ! PLIST_SUB= FVWM_DISTVER=${FVWM_DISTVER} FVWM_DIR=${FVWM_DIR} ! ! CONFIGURE_ARGS+= --enable-extras --enable-kanji ! CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/${FVWM_DIR}/${FVWM_DISTVER} ! CONFIGURE_ARGS+= --with-iconpath=${PREFIX}/${FVWM_DIR}/pixmaps:/usr/include/X11/bitmaps:/usr/include/X11/pixmaps ! ! pre-configure: ! @${TOUCH} ${WRKSRC}/aclocal.m4 ! @${TOUCH} ${WRKSRC}/stamp-h.in ! @find ${WRKSRC} -name Makefile.in -exec ${TOUCH} \{} \; post-install: ! @${MKDIR} ${PREFIX}/${FVWM_DIR}/${FVWM_DISTVER} ! @for i in ${RC_FILES}; do \ ! ${INSTALL_DATA} ${WRKSRC}/sample.fvwmrc/$$i \ ! ${PREFIX}/${FVWM_DIR}/${FVWM_DISTVER}/$$i; \ ! done ! @${MKDIR} ${PREFIX}/${FVWM_DIR}/pixmaps ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${WRKSRC}/icons/*.xbm \ ${WRKSRC}/icons/*.bitmap ${WRKSRC}/icons/*.icon \ ! ${PREFIX}/${FVWM_DIR}/pixmaps ! ! .include ! ! .if defined(USE_RPLAY) && ${USE_RPLAY} == YES || \ ! exists(${LOCALBASE}/lib/librplay.a) && \ ! (!defined(USE_RPLAY) || ${USE_RPLAY} != NO) ! BUILD_DEPENDS= rplay:${PORTSDIR}/audio/rplay ! .endif ! .include diff -crN fvwm2-2.0.46/files/md5 fvwm2/files/md5 *** fvwm2-2.0.46/files/md5 Sat Oct 11 11:01:48 1997 --- fvwm2/files/md5 Tue Apr 20 20:38:00 1999 *************** *** 1,2 **** ! MD5 (fvwm-2.0.46.tar.gz) = da4a7d4c4e81e5de3ecdc02026fa1fa9 ! MD5 (fvwm-users-jp-kits.97Oct04.tar.gz) = 7e4b5da259634142a76d0eb9e681a6ea --- 1,2 ---- ! MD5 (fvwm-2.2.tar.gz) = 6f2f57d60895c8c01057be6d0be3b21a ! MD5 (fvwm-2.2-I18N_MB-1999042001.patch) = dbedc4b524eea6523dc6cb3394752f78 diff -crN fvwm2-2.0.46/patches/patch-aa fvwm2/patches/patch-aa *** fvwm2-2.0.46/patches/patch-aa Sat Oct 11 11:01:49 1997 --- fvwm2/patches/patch-aa Tue Apr 20 18:24:13 1999 *************** *** 1,51 **** ! --- Fvwm.tmpl.dist Wed Jan 22 22:38:49 1997 ! +++ Fvwm.tmpl Thu Jan 30 15:27:41 1997 ! @@ -97,7 +97,7 @@ ! * Set this to YES if you would like the programs in the utils directory ! * installed. ! *************************************************************************/ ! -#define InstallUtils NO ! +#define InstallUtils YES ! ! ! /************************************************************************** ! @@ -268,6 +268,9 @@ ! /* Or if you prefer a more minimal setup, you could try something like: */ ! /* OPTION_DEFINES = -DSHAPE -DVECTOR_BUTTONS */ ! ! +/* FreeBSD ports -- Assumes += notation is allowed */ ! +OPTION_DEFINES += -DENABLE_REMOTE_CHANGEDESKS ! +/* FreeBSD ports */ ! ! /*************************************************************************** ! * The following section only needs to be changed if you do not want ! @@ -388,7 +391,7 @@ ! #endif ! ! #ifndef FvwmIconPath ! -#define FvwmIconPath $(INCDIR)/bitmaps\:$(INCDIR)/pixmaps ! +#define FvwmIconPath $(FVWMDIR)/pixmaps\:$(INCDIR)/bitmaps\:$(INCDIR)/pixmaps ! #endif ! ! ICONPATH = FvwmIconPath ! --- sample.fvwmrc/Imakefile.dist Thu Apr 25 23:23:35 1996 ! +++ sample.fvwmrc/Imakefile Thu Jan 30 15:47:29 1997 ! @@ -8,5 +8,12 @@ ! NullMake() ! ! #if InstallSample ! +/* FreeBSD ports -- maybe a bug(typo?). reported. */ ! InstallNonExecFile(system$(FVWMRC),$(FVWMDIR)) ! +/* FreeBSD ports */ ! +/* FreeBSD ports -- More informations are welcomed :-) */ ! +InstallNonExecFile(decor_examples,$(FVWMDIR)) ! +InstallNonExecFile(system.fvwm2rc-sample-1,$(FVWMDIR)) ! +InstallNonExecFile(system.fvwm2rc-sample-2,$(FVWMDIR)) ! +/* FreeBSD ports */ ! #endif ! --- sample.fvwmrc/system.fvwm2rc.dist Thu Jan 16 05:29:42 1997 ! +++ sample.fvwmrc/system.fvwm2rc Thu Jan 30 15:58:20 1997 ! @@ -13,12 +13,12 @@ ClickTime 750 # make sure these fonts exist on your system: --- 1,6 ---- ! --- sample.fvwmrc/system.fvwm2rc.dist Mon Nov 2 03:08:40 1998 ! +++ sample.fvwmrc/system.fvwm2rc Tue Apr 20 18:06:09 1999 ! @@ -8,12 +8,12 @@ ClickTime 750 # make sure these fonts exist on your system: *************** *** 61,67 **** ColormapFocus FollowsMouse ! @@ -289,12 +289,12 @@ # Just choose colors and a fonts *FvwmIdentBack MidnightBlue *FvwmIdentFore Yellow --- 16,44 ---- ColormapFocus FollowsMouse ! @@ -282,18 +282,18 @@ ! *FvwmIconMan*Resolution page ! *FvwmIconMan*background bisque3 ! *FvwmIconMan*foreground black ! -*FvwmIconMan*font 7x13bold ! +*FvwmIconMan*font 7x13bold,-*-fixed-medium-r-normal-*-12-*-*-*-*-*-*-*,-*-gothic-medium-r-normal-*-12-*-*-*-*-*-*-*,-*-mincho-medium-r-normal-*-12-*-*-*-*-*-*-*,-*-*-medium-r-normal-*-12-*-*-*-*-*-*-* ! *FvwmIconMan*format "%t" ! *FvwmIconMan*action Mouse 1 N sendcommand Focus, sendcommand "Iconify" ! *FvwmIconMan*action Mouse 2 N sendcommand "Iconify 1" ! *FvwmIconMan*action Mouse 3 N sendcommand "FvwmIdent" ! *FvwmIconMan*followfocus true ! -*FvwmIconMan*sort false ! +*FvwmIconMan*sort none ! *FvwmIconMan*plainbutton up black bisque3 ! *FvwmIconMan*selectbutton down black bisque3 ! *FvwmIconMan*focusbutton up yellow firebrick ! *FvwmIconMan*focusandselectButton down yellow firebrick ! -*FvwmIconMan*dontshow icon=Untitled name=Untitled ! +*FvwmIconMan*dontshow icon=Untitled title=Untitled ! #*FvwmIconMan*drawicons true ! *FvwmIconMan*buttongeometry 300x0 ! *FvwmIconMan*managergeometry 1x5 ! @@ -302,12 +302,12 @@ # Just choose colors and a fonts *FvwmIdentBack MidnightBlue *FvwmIdentFore Yellow *************** *** 71,82 **** ########################### Pager ######################################### *FvwmPagerBack #908090 *FvwmPagerFore #484048 ! -*FvwmPagerFont -adobe-helvetica-bold-r-*-*-10-*-*-*-*-*-*-* +*FvwmPagerFont -adobe-helvetica-bold-r-*-*-10-*-*-*-*-*-*-*,-*-fixed-medium-r-normal-*-10-*-*-*-*-*-*-*,-*-gothic-medium-r-normal-*-10-*-*-*-*-*-*-*,-*-mincho-medium-r-normal-*-10-*-*-*-*-*-*-*,-*-*-medium-r-normal-*-10-*-*-*-*-*-*-* *FvwmPagerHilight #cab3ca ! *FvwmPagerGeometry -1-1 ! *FvwmPagerLabel 0 Misc ! @@ -306,7 +306,7 @@ ##########################FvwmWinList################################## *FvwmWinListBack #908090 *FvwmWinListFore Black --- 48,59 ---- ########################### Pager ######################################### *FvwmPagerBack #908090 *FvwmPagerFore #484048 ! -#*FvwmPagerFont -adobe-helvetica-bold-r-*-*-10-*-*-*-*-*-*-* +*FvwmPagerFont -adobe-helvetica-bold-r-*-*-10-*-*-*-*-*-*-*,-*-fixed-medium-r-normal-*-10-*-*-*-*-*-*-*,-*-gothic-medium-r-normal-*-10-*-*-*-*-*-*-*,-*-mincho-medium-r-normal-*-10-*-*-*-*-*-*-*,-*-*-medium-r-normal-*-10-*-*-*-*-*-*-* + # turn off desktop names for swallowing in above button bar example: + *FvwmPagerFont none *FvwmPagerHilight #cab3ca ! @@ -328,7 +328,7 @@ ##########################FvwmWinList################################## *FvwmWinListBack #908090 *FvwmWinListFore Black *************** *** 85,91 **** *FvwmWinListAction Click1 Iconify -1,Focus *FvwmWinListAction Click2 Iconify *FvwmWinListAction Click3 Module "FvwmIdent" FvwmIdent ! @@ -334,7 +334,7 @@ #*FvwmIconBoxFore blue *FvwmIconBoxGeometry 5x1+0+0 *FvwmIconBoxMaxIconSize 64x38 --- 62,68 ---- *FvwmWinListAction Click1 Iconify -1,Focus *FvwmWinListAction Click2 Iconify *FvwmWinListAction Click3 Module "FvwmIdent" FvwmIdent ! @@ -356,7 +356,7 @@ #*FvwmIconBoxFore blue *FvwmIconBoxGeometry 5x1+0+0 *FvwmIconBoxMaxIconSize 64x38 diff -crN fvwm2-2.0.46/patches/patch-ab fvwm2/patches/patch-ab *** fvwm2-2.0.46/patches/patch-ab Sat Oct 11 11:01:52 1997 --- fvwm2/patches/patch-ab Thu Jan 1 09:00:00 1970 *************** *** 1,22 **** - --- Fvwm.tmpl.dist Wed Jan 22 22:38:49 1997 - +++ Fvwm.tmpl Thu Jan 30 15:24:10 1997 - @@ -408,8 +408,19 @@ - #else - #ifdef i386SVR4Architecture - KLUDGE_LIBS = -lnsl -lsocket - +#else - +#if defined(FreeBSDArchitecture) - +KLUDGE_LIBS = -lxpg4 - +#ifdef notdef /* Hmm, I think it should be processed in FreeBSD.cf... */ - +#if OSMajorVersion < 2 || (OSMajorVersion == 2 && OSMinorVersion < 2) - +KLUDGE_LIBS = - +#else - +KLUDGE_LIBS = -lxpg4 - +#endif /* FreeBSD 2.2 */ - +#endif /* notdef */ - #else /* all other systems shouldn't need anything */ - KLUDGE_LIBS = - +#endif /* FreeBSDArchitecture */ - #endif /* i386SVR4Architecture */ - #endif /* HPArchitecture */ - #endif /* AlphaArchitecture */ --- 0 ---- diff -crN fvwm2-2.0.46/patches/patch-ac fvwm2/patches/patch-ac *** fvwm2-2.0.46/patches/patch-ac Tue Mar 4 16:08:09 1997 --- fvwm2/patches/patch-ac Thu Jan 1 09:00:00 1970 *************** *** 1,23 **** - *** sample.fvwmrc/system.fvwm2rc.dist Thu Jan 16 05:29:42 1997 - --- sample.fvwmrc/system.fvwm2rc Mon Mar 3 21:42:11 1997 - *************** - *** 4,12 **** - # fvwm web page (see the FAQ). - - # be sure to customize these paths for your installation: - ! ModulePath /usr/lib/X11/fvwm2 - ! PixmapPath /usr/include/X11/pixmaps - ! IconPath /usr/include/X11/bitmaps - - EdgeResistance 250 10 - EdgeScroll 100 100 - --- 4,12 ---- - # fvwm web page (see the FAQ). - - # be sure to customize these paths for your installation: - ! #ModulePath /usr/lib/X11/fvwm2 - ! #PixmapPath /usr/include/X11/pixmaps - ! #IconPath /usr/include/X11/bitmaps - - EdgeResistance 250 10 - EdgeScroll 100 100 --- 0 ---- diff -crN fvwm2-2.0.46/pkg/DESCR fvwm2/pkg/DESCR *** fvwm2-2.0.46/pkg/DESCR Tue Mar 4 18:38:56 1997 --- fvwm2/pkg/DESCR Mon Apr 19 15:47:01 1999 *************** *** 4,11 **** button-bar can be used to provide convenient access to frequently used functions or programs. ! This package uses fvwm-users-jp-kits also, to add internationalized ! feature (based on X itself) to fvwm and its modules. ! With this package, you may use fonts of your own language, display ! characters in everywhere in fvwm, and have fun ;-) --- 4,10 ---- button-bar can be used to provide convenient access to frequently used functions or programs. ! See http://www.fvwm.org/, the official FVWM home page. ! This packages also employs I18N_MB patch, to add internationalized features; ! use multibyte characters in titlebar, icon name, etc. diff -crN fvwm2-2.0.46/pkg/MESSAGE fvwm2/pkg/MESSAGE *** fvwm2-2.0.46/pkg/MESSAGE Sat Oct 11 11:02:54 1997 --- fvwm2/pkg/MESSAGE Thu Jan 1 09:00:00 1970 *************** *** 1,23 **** - - Notes for XFree86 3.3/3.3.1 and LANG=ja_JP.EUC: - - There are some bug (?) in already released XFree86 based on X11R6.3, i.e., - XFree86 3.3 and XFree86 3.3.1, when X client runs under LANG=ja_JP.EUC. - - If you wanna use this fvwm2 with LANG=ja_JP.EUC (which means "run fvwm2, - with environment variable 'LANG' is set to 'ja_JP.EUC' to enable to display - Japanese Kanji/Hiragana/Katakana characters"), apply following patch to - /usr/X11R6/lib/X11/locale/ja/XLC_LOCALE (or equivalent). - - *** lib/X11/locale/ja/XLC_LOCALE.dist Mon Aug 4 16:44:48 1997 - --- lib/X11/locale/ja/XLC_LOCALE Wed Oct 8 01:28:00 1997 - *************** - *** 35,40 **** - --- 35,41 ---- - } - font { - primary JISX0201.1976-0:GR - + substitute JISX0201.1976-0:GR - vertical_rotate all - } - } --- 0 ---- diff -crN fvwm2-2.0.46/pkg/PLIST fvwm2/pkg/PLIST *** fvwm2-2.0.46/pkg/PLIST Thu Aug 20 20:15:17 1998 --- fvwm2/pkg/PLIST Tue Apr 20 21:38:04 1999 *************** *** 1,155 **** bin/fvwm2 bin/xpmroot ! lib/X11/fvwm2/FvwmAudio ! lib/X11/fvwm2/FvwmAuto ! lib/X11/fvwm2/FvwmBacker ! lib/X11/fvwm2/FvwmBanner ! lib/X11/fvwm2/FvwmButtons ! lib/X11/fvwm2/FvwmCascade ! lib/X11/fvwm2/FvwmCpp ! lib/X11/fvwm2/FvwmForm ! lib/X11/fvwm2/FvwmIconBox ! lib/X11/fvwm2/FvwmIconMan ! lib/X11/fvwm2/FvwmIdent ! lib/X11/fvwm2/FvwmM4 ! lib/X11/fvwm2/FvwmPager ! lib/X11/fvwm2/FvwmSave ! lib/X11/fvwm2/FvwmSaveDesk ! lib/X11/fvwm2/FvwmScroll ! lib/X11/fvwm2/FvwmTalk ! lib/X11/fvwm2/FvwmTile ! lib/X11/fvwm2/FvwmWinList ! lib/X11/fvwm2/fvwmrc_convert ! lib/X11/fvwm2/quantize_pixmaps ! lib/X11/fvwm2/decor_examples ! lib/X11/fvwm2/system.fvwm2rc ! lib/X11/fvwm2/system.fvwm2rc-sample-1 ! lib/X11/fvwm2/system.fvwm2rc-sample-2 ! lib/X11/fvwm2/pixmaps/Jlock.xpm ! lib/X11/fvwm2/pixmaps/Jnews.xpm ! lib/X11/fvwm2/pixmaps/Jrecycle.xpm ! lib/X11/fvwm2/pixmaps/Jxlock.xpm ! lib/X11/fvwm2/pixmaps/Mosaic.xpm ! lib/X11/fvwm2/pixmaps/arrdown2.xpm ! lib/X11/fvwm2/pixmaps/arrows2.xpm ! lib/X11/fvwm2/pixmaps/arrup2.xpm ! lib/X11/fvwm2/pixmaps/bomb.xpm ! lib/X11/fvwm2/pixmaps/ccode.icon ! lib/X11/fvwm2/pixmaps/clamp.xpm ! lib/X11/fvwm2/pixmaps/colormap.xpm ! lib/X11/fvwm2/pixmaps/datebook.xpm ! lib/X11/fvwm2/pixmaps/default.xbm ! lib/X11/fvwm2/pixmaps/desk.xpm ! lib/X11/fvwm2/pixmaps/dialog_box.xpm ! lib/X11/fvwm2/pixmaps/doomface.xpm ! lib/X11/fvwm2/pixmaps/editres.xpm ! lib/X11/fvwm2/pixmaps/eps.xpm ! lib/X11/fvwm2/pixmaps/exit.xpm ! lib/X11/fvwm2/pixmaps/flow_chart.xpm ! lib/X11/fvwm2/pixmaps/folder2.xpm ! lib/X11/fvwm2/pixmaps/folders.xpm ! lib/X11/fvwm2/pixmaps/fvwm.bitmap ! lib/X11/fvwm2/pixmaps/fvwm.xpm ! lib/X11/fvwm2/pixmaps/fvwm2.xpm ! lib/X11/fvwm2/pixmaps/fvwm2_big.xpm ! lib/X11/fvwm2/pixmaps/fvwm3.xpm ! lib/X11/fvwm2/pixmaps/gnu-animal.xpm ! lib/X11/fvwm2/pixmaps/graphs.xpm ! lib/X11/fvwm2/pixmaps/hcode.icon ! lib/X11/fvwm2/pixmaps/jball.xpm ! lib/X11/fvwm2/pixmaps/jbomb.xpm ! lib/X11/fvwm2/pixmaps/jbook1.xpm ! lib/X11/fvwm2/pixmaps/jbook2.xpm ! lib/X11/fvwm2/pixmaps/jcalc.xpm ! lib/X11/fvwm2/pixmaps/jclock.xpm ! lib/X11/fvwm2/pixmaps/jf.xpm ! lib/X11/fvwm2/pixmaps/jgraph.xpm ! lib/X11/fvwm2/pixmaps/jline.xpm ! lib/X11/fvwm2/pixmaps/jlower.xpm ! lib/X11/fvwm2/pixmaps/jmag.xpm ! lib/X11/fvwm2/pixmaps/jmail.xpm ! lib/X11/fvwm2/pixmaps/jmove.xpm ! lib/X11/fvwm2/pixmaps/jpaint.xpm ! lib/X11/fvwm2/pixmaps/jraise.xpm ! lib/X11/fvwm2/pixmaps/jresize.xpm ! lib/X11/fvwm2/pixmaps/jterm.xpm ! lib/X11/fvwm2/pixmaps/jwindow.xpm ! lib/X11/fvwm2/pixmaps/jx.xpm ! lib/X11/fvwm2/pixmaps/mag_glass.xpm ! lib/X11/fvwm2/pixmaps/mail1.xpm ! lib/X11/fvwm2/pixmaps/mail2.xpm ! lib/X11/fvwm2/pixmaps/map.xpm ! lib/X11/fvwm2/pixmaps/math4.xpm ! lib/X11/fvwm2/pixmaps/mini.audiovol.xpm ! lib/X11/fvwm2/pixmaps/mini.blah.xpm ! lib/X11/fvwm2/pixmaps/mini.bomb.xpm ! lib/X11/fvwm2/pixmaps/mini.checkmark.xpm ! lib/X11/fvwm2/pixmaps/mini.cut.xpm ! lib/X11/fvwm2/pixmaps/mini.destroy.xpm ! lib/X11/fvwm2/pixmaps/mini.excl.xpm ! lib/X11/fvwm2/pixmaps/mini.exit.xpm ! lib/X11/fvwm2/pixmaps/mini.eye.xpm ! lib/X11/fvwm2/pixmaps/mini.fvwm.xpm ! lib/X11/fvwm2/pixmaps/mini.iconify.xpm ! lib/X11/fvwm2/pixmaps/mini.letter.xpm ! lib/X11/fvwm2/pixmaps/mini.lower.xpm ! lib/X11/fvwm2/pixmaps/mini.maximize-horiz.xpm ! lib/X11/fvwm2/pixmaps/mini.maximize-vert.xpm ! lib/X11/fvwm2/pixmaps/mini.maximize.xpm ! lib/X11/fvwm2/pixmaps/mini.maximize2.xpm ! lib/X11/fvwm2/pixmaps/mini.move.xpm ! lib/X11/fvwm2/pixmaps/mini.netscape.xpm ! lib/X11/fvwm2/pixmaps/mini.rainbow.xpm ! lib/X11/fvwm2/pixmaps/mini.raise.xpm ! lib/X11/fvwm2/pixmaps/mini.refresh.xpm ! lib/X11/fvwm2/pixmaps/mini.resize.xpm ! lib/X11/fvwm2/pixmaps/mini.resize2.xpm ! lib/X11/fvwm2/pixmaps/mini.stick.xpm ! lib/X11/fvwm2/pixmaps/mini.stick2.xpm ! lib/X11/fvwm2/pixmaps/mini.stickpressed.xpm ! lib/X11/fvwm2/pixmaps/mini.winXX-close.xpm ! lib/X11/fvwm2/pixmaps/mini.winXX-maximize.xpm ! lib/X11/fvwm2/pixmaps/mini.winXX-minimize.xpm ! lib/X11/fvwm2/pixmaps/mini.xarchie.xpm ! lib/X11/fvwm2/pixmaps/mini.xbiff.xpm ! lib/X11/fvwm2/pixmaps/mini.xboing.xpm ! lib/X11/fvwm2/pixmaps/mini.xlock.xpm ! lib/X11/fvwm2/pixmaps/mini.xmag.xpm ! lib/X11/fvwm2/pixmaps/mini.xman.xpm ! lib/X11/fvwm2/pixmaps/mini.xpaint.xpm ! lib/X11/fvwm2/pixmaps/mini.xpm ! lib/X11/fvwm2/pixmaps/mini.xterm.xpm ! lib/X11/fvwm2/pixmaps/mini.zircon.xpm ! lib/X11/fvwm2/pixmaps/ocode.icon ! lib/X11/fvwm2/pixmaps/page.xpm ! lib/X11/fvwm2/pixmaps/page2.xpm ! lib/X11/fvwm2/pixmaps/prog.icon ! lib/X11/fvwm2/pixmaps/ps.xpm ! lib/X11/fvwm2/pixmaps/question.xpm ! lib/X11/fvwm2/pixmaps/rbomb.xpm ! lib/X11/fvwm2/pixmaps/rcalc.xpm ! lib/X11/fvwm2/pixmaps/rterm.xpm ! lib/X11/fvwm2/pixmaps/term.xpm ! lib/X11/fvwm2/pixmaps/tiff2.xpm ! lib/X11/fvwm2/pixmaps/toolbox.xpm ! lib/X11/fvwm2/pixmaps/unknown1.xpm ! lib/X11/fvwm2/pixmaps/wierd_page3.xpm ! lib/X11/fvwm2/pixmaps/word_processor.xpm ! lib/X11/fvwm2/pixmaps/world.xpm ! lib/X11/fvwm2/pixmaps/xcalc.xpm ! lib/X11/fvwm2/pixmaps/xemacs.xpm ! lib/X11/fvwm2/pixmaps/xlock.xpm ! lib/X11/fvwm2/pixmaps/xman.xpm ! lib/X11/fvwm2/pixmaps/xpaint.xpm ! lib/X11/fvwm2/pixmaps/xterm-axp.xpm ! lib/X11/fvwm2/pixmaps/xterm-blank.xpm ! lib/X11/fvwm2/pixmaps/xterm-dec.xpm ! lib/X11/fvwm2/pixmaps/xterm-linux.xpm ! lib/X11/fvwm2/pixmaps/xterm-sgi.xpm ! lib/X11/fvwm2/pixmaps/xterm-sol.xpm ! lib/X11/fvwm2/pixmaps/xterm-sun.xpm ! lib/X11/fvwm2/pixmaps/xterm.xpm ! lib/X11/fvwm2/pixmaps/xv.xpm ! lib/X11/fvwm2/pixmaps/xv2.xpm ! @dirrm lib/X11/fvwm2/pixmaps ! @dirrm lib/X11/fvwm2 --- 1,184 ---- bin/fvwm2 bin/xpmroot ! bin/FvwmCommand ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmAnimate ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmAudio ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmAuto ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmBacker ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmBanner ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmButtons ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmCpp ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmEvent ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmForm ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmIconBox ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmIconMan ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmIdent ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmM4 ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmPager ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmRearrange ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmCascade ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmTile ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmSave ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmSaveDesk ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmScroll ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmTalk ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmWinList ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmCommandS ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmConfig ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmConsole ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmConsoleC ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmConsoleC.pl ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmDebug ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmGoodStuff ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmPipe ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmScript ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmTaskBar ! libexec/fvwm/%%FVWM_DISTVER%%/FvwmWharf ! %%FVWM_DIR%%/%%FVWM_DISTVER%%/decor_examples ! %%FVWM_DIR%%/%%FVWM_DISTVER%%/new-features ! %%FVWM_DIR%%/%%FVWM_DISTVER%%/system.fvwm2rc ! %%FVWM_DIR%%/%%FVWM_DISTVER%%/system.fvwm2rc-sample-1 ! %%FVWM_DIR%%/%%FVWM_DISTVER%%/system.fvwm2rc-sample-2 ! %%FVWM_DIR%%/pixmaps/Jlock.xpm ! %%FVWM_DIR%%/pixmaps/Jnews.xpm ! %%FVWM_DIR%%/pixmaps/Jrecycle.xpm ! %%FVWM_DIR%%/pixmaps/Jxlock.xpm ! %%FVWM_DIR%%/pixmaps/Monitor.xpm ! %%FVWM_DIR%%/pixmaps/Mosaic.xpm ! %%FVWM_DIR%%/pixmaps/arrdown2.xpm ! %%FVWM_DIR%%/pixmaps/arrows2.xpm ! %%FVWM_DIR%%/pixmaps/arrup2.xpm ! %%FVWM_DIR%%/pixmaps/bomb.xpm ! %%FVWM_DIR%%/pixmaps/button-close.xpm ! %%FVWM_DIR%%/pixmaps/button-horiz.xpm ! %%FVWM_DIR%%/pixmaps/button-max.xpm ! %%FVWM_DIR%%/pixmaps/button-vert.xpm ! %%FVWM_DIR%%/pixmaps/button.xpm ! %%FVWM_DIR%%/pixmaps/ccode.icon ! %%FVWM_DIR%%/pixmaps/clamp.xpm ! %%FVWM_DIR%%/pixmaps/colormap.xpm ! %%FVWM_DIR%%/pixmaps/datebook.xpm ! %%FVWM_DIR%%/pixmaps/default.xbm ! %%FVWM_DIR%%/pixmaps/desk.xpm ! %%FVWM_DIR%%/pixmaps/dialog_box.xpm ! %%FVWM_DIR%%/pixmaps/doomface.xpm ! %%FVWM_DIR%%/pixmaps/editres.xpm ! %%FVWM_DIR%%/pixmaps/eps.xpm ! %%FVWM_DIR%%/pixmaps/exit.xpm ! %%FVWM_DIR%%/pixmaps/flow_chart.xpm ! %%FVWM_DIR%%/pixmaps/folder2.xpm ! %%FVWM_DIR%%/pixmaps/folders.xpm ! %%FVWM_DIR%%/pixmaps/fvwm.bitmap ! %%FVWM_DIR%%/pixmaps/fvwm.xpm ! %%FVWM_DIR%%/pixmaps/fvwm2.xpm ! %%FVWM_DIR%%/pixmaps/fvwm2_big.xpm ! %%FVWM_DIR%%/pixmaps/fvwm3.xpm ! %%FVWM_DIR%%/pixmaps/gnu-animal.xpm ! %%FVWM_DIR%%/pixmaps/graphs.xpm ! %%FVWM_DIR%%/pixmaps/hcode.icon ! %%FVWM_DIR%%/pixmaps/jball.xpm ! %%FVWM_DIR%%/pixmaps/jbomb.xpm ! %%FVWM_DIR%%/pixmaps/jbook1.xpm ! %%FVWM_DIR%%/pixmaps/jbook2.xpm ! %%FVWM_DIR%%/pixmaps/jcalc.xpm ! %%FVWM_DIR%%/pixmaps/jclock.xpm ! %%FVWM_DIR%%/pixmaps/jf.xpm ! %%FVWM_DIR%%/pixmaps/jgraph.xpm ! %%FVWM_DIR%%/pixmaps/jline.xpm ! %%FVWM_DIR%%/pixmaps/jlower.xpm ! %%FVWM_DIR%%/pixmaps/jmag.xpm ! %%FVWM_DIR%%/pixmaps/jmail.xpm ! %%FVWM_DIR%%/pixmaps/jmove.xpm ! %%FVWM_DIR%%/pixmaps/jpaint.xpm ! %%FVWM_DIR%%/pixmaps/jraise.xpm ! %%FVWM_DIR%%/pixmaps/jresize.xpm ! %%FVWM_DIR%%/pixmaps/jterm.xpm ! %%FVWM_DIR%%/pixmaps/jwindow.xpm ! %%FVWM_DIR%%/pixmaps/jx.xpm ! %%FVWM_DIR%%/pixmaps/mag_glass.xpm ! %%FVWM_DIR%%/pixmaps/mail1.xpm ! %%FVWM_DIR%%/pixmaps/mail2.xpm ! %%FVWM_DIR%%/pixmaps/map.xpm ! %%FVWM_DIR%%/pixmaps/math4.xpm ! %%FVWM_DIR%%/pixmaps/mini.audiovol.xpm ! %%FVWM_DIR%%/pixmaps/mini.blah.xpm ! %%FVWM_DIR%%/pixmaps/mini.bomb.xpm ! %%FVWM_DIR%%/pixmaps/mini.checkmark.xpm ! %%FVWM_DIR%%/pixmaps/mini.cut.xpm ! %%FVWM_DIR%%/pixmaps/mini.destroy.xpm ! %%FVWM_DIR%%/pixmaps/mini.directory.xpm ! %%FVWM_DIR%%/pixmaps/mini.dirlink.xpm ! %%FVWM_DIR%%/pixmaps/mini.excl.xpm ! %%FVWM_DIR%%/pixmaps/mini.exit.xpm ! %%FVWM_DIR%%/pixmaps/mini.eye.xpm ! %%FVWM_DIR%%/pixmaps/mini.file.xpm ! %%FVWM_DIR%%/pixmaps/mini.filelink.xpm ! %%FVWM_DIR%%/pixmaps/mini.fvwm.xpm ! %%FVWM_DIR%%/pixmaps/mini.iconify.xpm ! %%FVWM_DIR%%/pixmaps/mini.letter.xpm ! %%FVWM_DIR%%/pixmaps/mini.lower.xpm ! %%FVWM_DIR%%/pixmaps/mini.maximize-horiz.xpm ! %%FVWM_DIR%%/pixmaps/mini.maximize-vert.xpm ! %%FVWM_DIR%%/pixmaps/mini.maximize.xpm ! %%FVWM_DIR%%/pixmaps/mini.maximize2.xpm ! %%FVWM_DIR%%/pixmaps/mini.move.xpm ! %%FVWM_DIR%%/pixmaps/mini.netscape.xpm ! %%FVWM_DIR%%/pixmaps/mini.rainbow.xpm ! %%FVWM_DIR%%/pixmaps/mini.raise.xpm ! %%FVWM_DIR%%/pixmaps/mini.refresh.xpm ! %%FVWM_DIR%%/pixmaps/mini.resize.xpm ! %%FVWM_DIR%%/pixmaps/mini.resize2.xpm ! %%FVWM_DIR%%/pixmaps/mini.stick.xpm ! %%FVWM_DIR%%/pixmaps/mini.stick2.xpm ! %%FVWM_DIR%%/pixmaps/mini.stickpressed.xpm ! %%FVWM_DIR%%/pixmaps/mini.winXX-close.xpm ! %%FVWM_DIR%%/pixmaps/mini.winXX-maximize.xpm ! %%FVWM_DIR%%/pixmaps/mini.winXX-minimize.xpm ! %%FVWM_DIR%%/pixmaps/mini.xarchie.xpm ! %%FVWM_DIR%%/pixmaps/mini.xbiff.xpm ! %%FVWM_DIR%%/pixmaps/mini.xboing.xpm ! %%FVWM_DIR%%/pixmaps/mini.xlock.xpm ! %%FVWM_DIR%%/pixmaps/mini.xmag.xpm ! %%FVWM_DIR%%/pixmaps/mini.xman.xpm ! %%FVWM_DIR%%/pixmaps/mini.xpaint.xpm ! %%FVWM_DIR%%/pixmaps/mini.xpm ! %%FVWM_DIR%%/pixmaps/mini.xterm.xpm ! %%FVWM_DIR%%/pixmaps/mini.zircon.xpm ! %%FVWM_DIR%%/pixmaps/ocode.icon ! %%FVWM_DIR%%/pixmaps/page.xpm ! %%FVWM_DIR%%/pixmaps/page2.xpm ! %%FVWM_DIR%%/pixmaps/prog.icon ! %%FVWM_DIR%%/pixmaps/ps.xpm ! %%FVWM_DIR%%/pixmaps/question.xpm ! %%FVWM_DIR%%/pixmaps/rbomb.xpm ! %%FVWM_DIR%%/pixmaps/rcalc.xpm ! %%FVWM_DIR%%/pixmaps/rterm.xpm ! %%FVWM_DIR%%/pixmaps/side.fvwm2.xpm ! %%FVWM_DIR%%/pixmaps/term.xpm ! %%FVWM_DIR%%/pixmaps/tiff2.xpm ! %%FVWM_DIR%%/pixmaps/toolbox.xpm ! %%FVWM_DIR%%/pixmaps/unknown1.xpm ! %%FVWM_DIR%%/pixmaps/wierd_page3.xpm ! %%FVWM_DIR%%/pixmaps/word_processor.xpm ! %%FVWM_DIR%%/pixmaps/world.xpm ! %%FVWM_DIR%%/pixmaps/xcalc.xpm ! %%FVWM_DIR%%/pixmaps/xemacs.xpm ! %%FVWM_DIR%%/pixmaps/xlock.xpm ! %%FVWM_DIR%%/pixmaps/xman.xpm ! %%FVWM_DIR%%/pixmaps/xpaint.xpm ! %%FVWM_DIR%%/pixmaps/xterm-axp.xpm ! %%FVWM_DIR%%/pixmaps/xterm-blank.xpm ! %%FVWM_DIR%%/pixmaps/xterm-bsd.xpm ! %%FVWM_DIR%%/pixmaps/xterm-dec.xpm ! %%FVWM_DIR%%/pixmaps/xterm-linux.xpm ! %%FVWM_DIR%%/pixmaps/xterm-sgi.xpm ! %%FVWM_DIR%%/pixmaps/xterm-sol.xpm ! %%FVWM_DIR%%/pixmaps/xterm-sun.xpm ! %%FVWM_DIR%%/pixmaps/xterm.xpm ! %%FVWM_DIR%%/pixmaps/xv.xpm ! %%FVWM_DIR%%/pixmaps/xv2.xpm ! @dirrm libexec/fvwm/%%FVWM_DISTVER%% ! @dirrm libexec/fvwm ! @dirrm %%FVWM_DIR%%/%%FVWM_DISTVER%% ! @dirrm %%FVWM_DIR%%/pixmaps ! @dirrm %%FVWM_DIR%% >Release-Note: >Audit-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 22 4:23: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9112815119 for ; Thu, 22 Apr 1999 04:22:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA54420; Thu, 22 Apr 1999 04:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 22 Apr 1999 04:20:02 -0700 (PDT) Message-Id: <199904221120.EAA54420@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jim Mock Subject: Re: ports/11140: update port: ascd-0.10.1 to 0.11 Reply-To: Jim Mock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11140; it has been noted by GNATS. From: Jim Mock To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/11140: update port: ascd-0.10.1 to 0.11 Date: Thu, 22 Apr 1999 21:19:42 +1000 On Thu, 15 Apr 1999 at 10:16:44 +1000, jim@phrantic.phear.net wrote: > >Number: 11140 > >Category: ports > >Synopsis: update port: ascd-0.10.1 to 0.11 > >Confidential: no > >Severity: non-critical > >Priority: medium > >Responsible: freebsd-ports > >State: open [snip..] > >Description: > > Patch updates the ascd port from 0.10.1 to 0.11. The new version is a > major update with a new interface and more. The update also uses > 'USE_INTERACTIVE' because the configure script asks questions. Please close this PR. The author has just released 0.12.0 and I'll be submitting a patch to upgrade 0.10.1 to it shortly. Thanks, -- Jim Mock System Administrator jim@blues.ghis.net ,-._|\ FreeBSD work: Global Hosting Inet Svcs http://www.ghis.net/ / \ The personal: http://www.ghis.net/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 22 4:52:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D6EE1503A for ; Thu, 22 Apr 1999 04:52:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA56676; Thu, 22 Apr 1999 04:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (slwag2p10.ozemail.com.au [203.108.157.58]) by hub.freebsd.org (Postfix) with ESMTP id DC414159C9 for ; Thu, 22 Apr 1999 04:42:36 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id VAA77589; Thu, 22 Apr 1999 21:40:10 +1000 (EST) Message-Id: <199904221140.VAA77589@blues.ghis.net> Date: Thu, 22 Apr 1999 21:40:10 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11279: update port: ascd-0.10.1 to 0.12.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11279 >Category: ports >Synopsis: update port: ascd-0.10.1 to 0.12.0 >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 22 04:50:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: Patch updates the ascd port from to 0.12.0. This PR replaces ports/11140, which should be closed (see my previous message). Please review and commit ASAP.. the current ascd port is unfetchable due to the new release. >How-To-Repeat: >Fix: Apply the following patch.. diff -ruN /usr/ports/audio/ascd/Makefile ascd-0.12.0/Makefile --- /usr/ports/audio/ascd/Makefile Thu Apr 1 11:14:54 1999 +++ ascd-0.12.0/Makefile Thu Apr 22 21:31:09 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: ascd -# Version required: 0.10.1 +# Version required: 0.12.0 # Date created: 29 November 1998 # Whom: Jim Mock # # $Id: Makefile,v 1.7 1999/03/31 15:27:13 steve Exp $ # -DISTNAME= ascd-0.10.1+lib -PKGNAME= ascd-0.10.1 +DISTNAME= ascd-0.12.0+lib-src +PKGNAME= ascd-0.12 CATEGORIES= audio afterstep windowmaker MASTER_SITES= http://worldserver.oleane.com/rsn/Archives/ EXTRACT_SUFX= .tgz @@ -17,6 +17,9 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_IMAKE= yes +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= default + MAN1= ascd.1 .include diff -ruN /usr/ports/audio/ascd/files/md5 ascd-0.12.0/files/md5 --- /usr/ports/audio/ascd/files/md5 Thu Apr 1 11:14:54 1999 +++ ascd-0.12.0/files/md5 Thu Apr 22 20:05:25 1999 @@ -1 +1 @@ -MD5 (ascd-0.10.1+lib.tgz) = 3b1984002cb5c9a76b7ead45b8692fdd +MD5 (ascd-0.12.0+lib-src.tgz) = 8651120eb4d9c0008f7b941fb3435043 diff -ruN /usr/ports/audio/ascd/patches/patch-aa ascd-0.12.0/patches/patch-aa --- /usr/ports/audio/ascd/patches/patch-aa Thu Jan 1 10:00:00 1970 +++ ascd-0.12.0/patches/patch-aa Thu Apr 22 20:23:21 1999 @@ -0,0 +1,10 @@ +--- ascd/misc/config.h.default.orig Thu Apr 22 20:21:56 1999 ++++ ascd/misc/config.h.default Thu Apr 22 20:22:21 1999 +@@ -1,5 +1,5 @@ + #define PACKAGE "ascd" + #define DEFAULT_COLOR "#2FAFAF" + #define DEFAULT_BGCOLOR "#000000" +-#define DEFAULTDEVICE "/dev/cdrom" +-#define THDIR "/usr/local/share/AScd" ++#define DEFAULTDEVICE "/dev/wcd0c" ++#define THDIR "/usr/X11R6/share/ascd" diff -ruN /usr/ports/audio/ascd/patches/patch-ab ascd-0.12.0/patches/patch-ab --- /usr/ports/audio/ascd/patches/patch-ab Thu Jan 1 10:00:00 1970 +++ ascd-0.12.0/patches/patch-ab Thu Apr 22 20:23:39 1999 @@ -0,0 +1,9 @@ +--- ascd/misc/dirs.h.default.orig Thu Apr 22 20:22:02 1999 ++++ ascd/misc/dirs.h.default Thu Apr 22 20:22:47 1999 +@@ -1,3 +1,3 @@ +-#define CBINDIR /usr/local/bin +-#define CMANDIR /usr/local/man/man1 +-#define CTHDIR /usr/local/share/AScd ++#define CBINDIR /usr/X11R6/bin ++#define CMANDIR /usr/X11R6/man/man1 ++#define CTHDIR /usr/X11R6/share/ascd diff -ruN /usr/ports/audio/ascd/patches/patch-ac ascd-0.12.0/patches/patch-ac --- /usr/ports/audio/ascd/patches/patch-ac Thu Jan 1 10:00:00 1970 +++ ascd-0.12.0/patches/patch-ac Thu Apr 22 20:35:49 1999 @@ -0,0 +1,11 @@ +--- libworkman/wm_helpers.c.orig Thu Apr 15 08:51:52 1999 ++++ libworkman/wm_helpers.c Thu Apr 15 08:53:09 1999 +@@ -30,7 +30,7 @@ + + #include + #include +-#include ++#include + #include + #include + #include diff -ruN /usr/ports/audio/ascd/patches/patch-ad ascd-0.12.0/patches/patch-ad --- /usr/ports/audio/ascd/patches/patch-ad Thu Jan 1 10:00:00 1970 +++ ascd-0.12.0/patches/patch-ad Thu Apr 22 20:27:18 1999 @@ -0,0 +1,16 @@ +--- libworkman/Config.orig Thu Apr 22 20:24:45 1999 ++++ libworkman/Config Thu Apr 22 20:26:34 1999 +@@ -38,11 +38,11 @@ + XCOMM ------------------------------------------------------------------- + XCOMM LibWorkMan include file target relative to DSTDIR + XCOMM ------------------------------------------------------------------- +-WMINCDIR=/usr/local/include/workman ++WMINCDIR=/usr/X11R6/include/workman + + + + XCOMM ------------------------------------------------------------------- + #define SHARED_LIBWORKMAN +-LIBDIR=/usr/local/lib ++LIBDIR=/usr/X11R6/lib + diff -ruN /usr/ports/audio/ascd/patches/patch-ae ascd-0.12.0/patches/patch-ae --- /usr/ports/audio/ascd/patches/patch-ae Thu Jan 1 10:00:00 1970 +++ ascd-0.12.0/patches/patch-ae Thu Apr 22 20:54:39 1999 @@ -0,0 +1,20 @@ +--- ascd/Imakefile.orig Thu Apr 22 20:53:46 1999 ++++ ascd/Imakefile Thu Apr 22 20:54:09 1999 +@@ -5,7 +5,7 @@ + BINDIR = CBINDIR + MANDIR = CMANDIR + THEMESDIR = CTHDIR +-MOREFLAGS = -I/usr/local/include -I. ++MOREFLAGS = -I/usr/X11R6/include -I. + CCOPTIONS = $(MOREFLAGS) + SYS_LIBRARIES = $(XLIB) -lXpm + +@@ -15,7 +15,7 @@ + WM_LIB = + #endif + +-LOCAL_LIBRARIES = -L../libworkman -lworkman -L/usr/local/lib ++LOCAL_LIBRARIES = -L../libworkman -lworkman -L/usr/X11R6/lib + + SRCS = cdcontrol.c ascd.c + OBJS = cdcontrol.o ascd.o diff -ruN /usr/ports/audio/ascd/patches/patch-af ascd-0.12.0/patches/patch-af --- /usr/ports/audio/ascd/patches/patch-af Thu Jan 1 10:00:00 1970 +++ ascd-0.12.0/patches/patch-af Thu Apr 22 20:56:01 1999 @@ -0,0 +1,11 @@ +--- libworkman/Imakefile.orig Thu Apr 22 20:54:55 1999 ++++ libworkman/Imakefile Thu Apr 22 20:55:23 1999 +@@ -31,7 +31,7 @@ + + #include "include/wm_version.h" + +-WM_LIBVER=WM_LIBVER_MAJOR.WM_LIBVER_MINOR.WM_LIBVER_PL ++WM_LIBVER=WM_LIBVER_MAJOR.WM_LIBVER_MINOR + + SRCS = cdrom.c cdinfo.c plat_freebsd.c plat_sun.c plat_hpux.c \ + plat_ultrix.c plat_news.c plat_bsd386.c plat_osf1.c plat_linux.c \ diff -ruN /usr/ports/audio/ascd/pkg/PLIST ascd-0.12.0/pkg/PLIST --- /usr/ports/audio/ascd/pkg/PLIST Thu Apr 1 11:14:54 1999 +++ ascd-0.12.0/pkg/PLIST Thu Apr 22 21:21:37 1999 @@ -14,4 +14,94 @@ include/workman/wm_version.h include/workman/workman.h include/workman/workman_defs.h +share/ascd/clean/Theme +share/ascd/clean/background.xpm +share/ascd/clean/bar.xpm +share/ascd/clean/digits.xpm +share/ascd/clean/eject.xpm +share/ascd/clean/fade.xpm +share/ascd/clean/fwd.xpm +share/ascd/clean/intro.xpm +share/ascd/clean/intro_on.xpm +share/ascd/clean/lend.xpm +share/ascd/clean/lgo.xpm +share/ascd/clean/lgo_on.xpm +share/ascd/clean/lstart.xpm +share/ascd/clean/pause.xpm +share/ascd/clean/pause_on.xpm +share/ascd/clean/play.xpm +share/ascd/clean/play_on.xpm +share/ascd/clean/quit.xpm +share/ascd/clean/rdigits.xpm +share/ascd/clean/rew.xpm +share/ascd/clean/stop.xpm +share/ascd/default/Theme +share/ascd/default/background.xpm +share/ascd/default/bar.xpm +share/ascd/default/digits.xpm +share/ascd/default/eject.xpm +share/ascd/default/fade.xpm +share/ascd/default/fwd.xpm +share/ascd/default/intro.xpm +share/ascd/default/intro_on.xpm +share/ascd/default/lend.xpm +share/ascd/default/lgo.xpm +share/ascd/default/lgo_on.xpm +share/ascd/default/lstart.xpm +share/ascd/default/pause.xpm +share/ascd/default/pause_on.xpm +share/ascd/default/play.xpm +share/ascd/default/play_on.xpm +share/ascd/default/quit.xpm +share/ascd/default/rdigits.xpm +share/ascd/default/rew.xpm +share/ascd/default/stop.xpm +share/ascd/sands/Theme +share/ascd/sands/background.xpm +share/ascd/sands/bar.xpm +share/ascd/sands/digits.xpm +share/ascd/sands/eject.xpm +share/ascd/sands/fade.xpm +share/ascd/sands/fwd.xpm +share/ascd/sands/intro.xpm +share/ascd/sands/intro_on.xpm +share/ascd/sands/lend.xpm +share/ascd/sands/lgo.xpm +share/ascd/sands/lgo_on.xpm +share/ascd/sands/lstart.xpm +share/ascd/sands/pause.xpm +share/ascd/sands/pause_on.xpm +share/ascd/sands/play.xpm +share/ascd/sands/play_on.xpm +share/ascd/sands/quit.xpm +share/ascd/sands/rdigits.xpm +share/ascd/sands/rew.xpm +share/ascd/sands/stop.xpm +share/ascd/vintage/Theme +share/ascd/vintage/background.xpm +share/ascd/vintage/bar.xpm +share/ascd/vintage/digits.xpm +share/ascd/vintage/eject.xpm +share/ascd/vintage/fade.xpm +share/ascd/vintage/fwd.xpm +share/ascd/vintage/intro.xpm +share/ascd/vintage/intro_on.xpm +share/ascd/vintage/lend.xpm +share/ascd/vintage/lgo.xpm +share/ascd/vintage/lgo_on.xpm +share/ascd/vintage/lstart.xpm +share/ascd/vintage/pause.xpm +share/ascd/vintage/pause_on.xpm +share/ascd/vintage/play.xpm +share/ascd/vintage/play_on.xpm +share/ascd/vintage/quit.xpm +share/ascd/vintage/rdigits.xpm +share/ascd/vintage/rew.xpm +share/ascd/vintage/stop.xpm +share/ascd/.dir @dirrm include/workman +@dirrm share/ascd/clean +@dirrm share/ascd/default +@dirrm share/ascd/sands +@dirrm share/ascd/vintage +@dirrm share/ascd >Release-Note: >Audit-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 22 5: 6:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.promo.de (mail.Promo.DE [194.45.188.65]) by hub.freebsd.org (Postfix) with ESMTP id 3F4AA159CD; Thu, 22 Apr 1999 05:05:42 -0700 (PDT) (envelope-from stefan.bethke@hanse.de) Received: from d225.promo.de (d225.Promo.DE [194.45.188.225]) by mail.promo.de (8.8.8/8.8.8) with ESMTP id OAA14620; Thu, 22 Apr 1999 14:03:11 +0200 (CEST) Date: Thu, 22 Apr 1999 14:02:59 +0200 From: Stefan Bethke To: Satoshi - Ports Wraith - Asami Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Does an interactive install count as IS_INTERACTIVE? Message-ID: <683368.3133778579@d225.promo.de> In-Reply-To: <199904221036.DAA98968@silvia.hip.berkeley.edu> Originator-Info: login-id=stefan; server=mail X-Mailer: Mulberry (MacOS) [1.4.2, s/n U-301178] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi - Ports Wraith - Asami wrote: > * Now, does this pkg/INSTALL script (called at POST-INSTALL) count as > * IS_INTERACTIVE? bsd.port.mk says "during a build", which suggest to = me > * that this is for build only, not for install. > > No, I meant "any time during a package build". ;) > > * If install also counts, do I need to set IS_INTERACTIVE, or just = /not/ > call * pkg/INSTALL on a BATCH build (which would result in a complete > package, but * the local installation would require manual action)? > > Well, if you just set it to IS_INTERACTIVE, you're pretty much > guaranteeing that the package will never show up on any CD. :> > > Since you have the necessary stuff in INSTALL, how about something > like > > .if !defined(PACKAGE_BUILDING) > IS_INTERACTIVE=3D yes > post-install: > @PKG_PREFIX=3D${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL > .endif This is exactly what I meant by the above. Thanks, Stefan -- M=FChlendamm 12 | Voice +49-40-256848, +49-177-3504009 D-22089 Hamburg | e-mail: stefan.bethke@hanse.de Germany | stb@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 22 5:31:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C63A15166; Thu, 22 Apr 1999 05:31:20 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA59377; Thu, 22 Apr 1999 05:28:51 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Thu, 22 Apr 1999 05:28:51 -0700 (PDT) From: Message-Id: <199904221228.FAA59377@freefall.freebsd.org> To: jim@blues.ghis.net, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11279: update port: ascd-0.10.1 to 0.12.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: ascd-0.10.1 to 0.12.0 State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Thu Apr 22 05:27:30 PDT 1999 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 22 5:32:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E0E915A43; Thu, 22 Apr 1999 05:31:42 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA59445; Thu, 22 Apr 1999 05:29:13 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Thu, 22 Apr 1999 05:29:13 -0700 (PDT) From: Message-Id: <199904221229.FAA59445@freefall.freebsd.org> To: jim@corp.au.triax.com, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11140: update port: ascd-0.10.1 to 0.11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: ascd-0.10.1 to 0.11 State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Thu Apr 22 05:28:59 PDT 1999 State-Changed-Why: Superceded by ports/11279 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 22 8:37:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id D407415355 for ; Thu, 22 Apr 1999 08:37:08 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id KAA26777; Thu, 22 Apr 1999 10:34:37 -0500 (CDT) Date: Thu, 22 Apr 1999 10:34:37 -0500 (CDT) From: Steve Price To: freebsd-ports@freebsd.org Cc: bmcgover@cisco.com Subject: Re: Issue with 3.1 making package Index... (fwd) 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 Dang! It would help if I could spell ports right. :/ ---------- Forwarded message ---------- Date: Thu, 22 Apr 1999 10:30:52 -0500 (CDT) From: Steve Price To: Brian McGovern Cc: portss@FreeBSD.ORG Subject: Re: Issue with 3.1 making package Index... [redirected to -ports] On Thu, 22 Apr 1999, Brian McGovern wrote: # Up until using 3.1, when I made a custom distribution, I also made packages # from the ports tree with "make package". I was also able to generate a somewhat # messy INDEX file for it with "make describe". A little cleanup, and I was # all set. # # Unforutnately, it seems that 3.1 softened the "make describe" target, so that # it would list the path to the dependancy, but not the dependancy itself. # Therefore, when installing, the packages that depended on the target would # complain it wasn't installed. To wit: [examples elided] # Now it appears with the full path. # # So, the questions are) 1.) Am I doing something wrong to generate the # index. 2.) Is the ports collection with 3.1 broken? 3.) If I cvsup to something # newer, will it fix it, and more importantly, will it not break anyting else? You are stumbling on a change made to speedup the generation of the INDEX file. What 'make describe' produces is scrubbed by ports/Tools/make_index before it makes it into the INDEX file. I think if you built a full INDEX (which is alot faster now :) with 'make index', built your packages, and then did something like this: bsd[/usr/ports]$ cat > myindex.pl #!/usr/bin/perl $pkgdir='/usr/ports/packages/All'; while (<>) { @f = split('\|'); print if (-f "$pkgdir/$f[0].tgz"); } ^D bsd[/usr/ports]$ perl myindex.pl INDEX > MYINDEX MYINDEX would contain only the INDEX lines for the packages you made. I don't think this directly answered any of your questions, but hopefully it gives you an example of a pretty simple workaround. :) -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 22 10:43:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from aries.postnet.com (aries.postnet.com [209.96.9.249]) by hub.freebsd.org (Postfix) with ESMTP id 3CCBF14F0C for ; Thu, 22 Apr 1999 10:43:47 -0700 (PDT) (envelope-from aries@aries.postnet.com) Received: from localhost (aries@localhost) by aries.postnet.com (8.9.3/8.8.8) with ESMTP id MAA10116; Thu, 22 Apr 1999 12:41:30 -0500 (CDT) (envelope-from aries@aries.postnet.com) Date: Thu, 22 Apr 1999 12:41:30 -0500 (CDT) From: Danny To: John Sconiers Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Lotus Notes? 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 All I need is client. How'd you get it working? On Wed, 21 Apr 1999, John Sconiers wrote: > > I'm sure this has been asked 100 times, but now I'm making it 101. :) > > Are there any plans of porting Lotus Notes to FreeBSD? I tried using > > Wine, but it crashes. :) > > server or client???? Me and a friend got it working in 3.0-current but it > crashed often. > > > JOHN > > > > Thanks. > > Dan > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 22 11:42:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7036F159EF for ; Thu, 22 Apr 1999 11:42:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA92042; Thu, 22 Apr 1999 11:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from postal.metaip.checkpoint.com (metaip.checkpoint.com [204.29.28.25]) by hub.freebsd.org (Postfix) with ESMTP id A1DF5151FD for ; Thu, 22 Apr 1999 11:35:08 -0700 (PDT) (envelope-from marka@metaip.checkpoint.com) Received: from cartman.metainfo.com (cartman.metainfo.com [204.29.28.145]) by postal.metaip.checkpoint.com (8.8.7/8.8.7) with ESMTP id KAA02861 for ; Thu, 22 Apr 1999 10:50:09 -0700 Received: from moby.dev.metainfo.com (sneakers.metainfo.com [204.29.28.213]) by cartman.metainfo.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id 25DWP15Z; Thu, 22 Apr 1999 11:14:20 -0700 Message-Id: Date: Thu, 22 Apr 1999 11:32:39 -0700 (PDT) From: Mark Atkinson Reply-To: marka@metaip.checkpoint.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11282: isc-dhcp2 client port incorrectly reports lease time Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11282 >Category: ports >Synopsis: isc-dhcp2 client port incorrectly reports lease time >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 22 11:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mark Atkinson >Release: FreeBSD 3.0-19981226-SNAP i386 >Organization: Checkpoint Technologies >Environment: FreeBSD 3.0-19981226-SNAP #0: Thu Feb 18 08:17:12 PST 1999 gcc --version > 2.7.2.1 dhcp-2.0b1pl18 >Description: in client/dchlient.c during the ack sequence of events, the lease time is converted from the packet structure to the new lease structure by calling getULong() (in convert.c) getULong() takes the string value from the packet passed to it, and uses memcpy to copy the bytes from the string into a unsigned long integer. the unsigned long integer is then passed to ntohl() to get the correct network byte order. Unfortunately this is a time value in seconds, not a network number. The call to ntohl() completely mangles the intended value of the lease time on freebsd. although this is the primary problem, either the value from the memcpy() (unlikely since all the rest of the network address calls of 4 bytes work) or the actual value read from the packet in packet option[51] is wrong earlier on. ie the value in ibuf after the memcpy in getULong() is not the same as the one being served and correctly sent by the server (If i remember right it seems shifted). >How-To-Repeat: - Use a dhcp server with a known lease time - compile dhclient - run dhclient - observe the lease time from the console output and the lease time calculated in /var/db/dhclient.leases >Fix: (partial) - use a straight memcpy in dhcpack() to set ip -> client -> new -> expiry instead of calling getULong(). >Release-Note: >Audit-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 22 12: 8:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 22A4614E43; Thu, 22 Apr 1999 12:07:09 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA93592; Thu, 22 Apr 1999 12:04:40 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 22 Apr 1999 12:04:40 -0700 (PDT) From: Message-Id: <199904221904.MAA93592@freefall.freebsd.org> To: ijliao@Terry.Dorm10.NCTU.edu.tw, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11212: fix ports/news/nn broken by update md5 checksum Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix ports/news/nn broken by update md5 checksum State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu Apr 22 12:04:05 PDT 1999 State-Changed-Why: Change was already committed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 22 12:33: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.enteract.com (thor.enteract.com [207.229.143.11]) by hub.freebsd.org (Postfix) with SMTP id 53BB91500C for ; Thu, 22 Apr 1999 12:32:48 -0700 (PDT) (envelope-from jrs@enteract.com) Received: (qmail 18057 invoked from network); 22 Apr 1999 19:30:16 -0000 Received: from adam.enteract.com (jrs@206.54.252.1) by thor.enteract.com with SMTP; 22 Apr 1999 19:30:16 -0000 Date: Thu, 22 Apr 1999 14:30:08 -0500 (CDT) From: John Sconiers To: Danny Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Lotus Notes? 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 > All I need is client. How'd you get it working? I go the client working through Solaris Emulation. The Notes Client was version 4.6.4. JOHN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 22 12:42:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 91E2415174 for ; Thu, 22 Apr 1999 12:42:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA96479; Thu, 22 Apr 1999 12:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from henoch.cc.fh-lippe.de (henoch.cc.fh-lippe.de [193.16.112.72]) by hub.freebsd.org (Postfix) with ESMTP id EC02215565 for ; Thu, 22 Apr 1999 12:37:07 -0700 (PDT) (envelope-from lkoeller@cc.fh-lippe.de) Received: from spock.cc.fh-lippe.de([193.16.118.120]) (1397 bytes) by henoch.cc.fh-lippe.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Thu, 22 Apr 1999 21:34:37 +0200 (MET DST) (Smail-3.2.0.101 1997-Dec-17 #3 built 1998-Feb-3) Received: from cc.fh-lippe.de by spock.cc.fh-lippe.de with smtp (Smail3.1.29.1 #2) id m10aPF4-00070lC; Thu, 22 Apr 99 21:34 MET DST Received: (from lkoeller@localhost) by cc.fh-lippe.de (8.9.2/8.9.1) id VAA54932; Thu, 22 Apr 1999 21:13:49 +0200 (CEST) (envelope-from lkoeller) Message-Id: <199904221913.VAA54932@cc.fh-lippe.de> Date: Thu, 22 Apr 1999 21:13:49 +0200 (CEST) From: lkoeller@cc.fh-lippe.de Reply-To: lkoeller@cc.fh-lippe.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11284: pilot-link Upgrade to 0.9.2 from 0.9.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11284 >Category: ports >Synopsis: pilot-link Upgrade to 0.9.2 from 0.9.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 22 12:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Lars Koeller >Release: FreeBSD 3.1-RELEASE i386 >Organization: Fachhochschule Lippe, Lemgo, Germany >Environment: FreeBSD-3.1 RELEASE i386 >Description: Upgrade of pilot-link port from 0.9.1 to 0.9.2 >How-To-Repeat: - >Fix: Trivial: Change in Makefile the two lines DISTNAME= pilot-link.0.9.1 PKGNAME= pilot-link-0.9.1 to DISTNAME= pilot-link.0.9.2 PKGNAME= pilot-link-0.9.2 >Release-Note: >Audit-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 22 13:24: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id C2D8914E7A for ; Thu, 22 Apr 1999 13:23:56 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA258067190; Thu, 22 Apr 1999 12:06:30 -0400 Date: Thu, 22 Apr 1999 12:06:30 -0400 (EDT) From: Bill Fumerola To: John Sconiers Cc: Danny , freebsd-ports@FreeBSD.ORG Subject: Re: Lotus Notes? In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 22 Apr 1999, John Sconiers wrote: > I go the client working through Solaris Emulation. The Notes Client was > version 4.6.4. The srv4 emulation? Hmmm, I just might take a look at that. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 22 13:30:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.enteract.com (thor.enteract.com [207.229.143.11]) by hub.freebsd.org (Postfix) with SMTP id 54CDE14C33 for ; Thu, 22 Apr 1999 13:30:41 -0700 (PDT) (envelope-from jrs@enteract.com) Received: (qmail 922 invoked from network); 22 Apr 1999 20:28:12 -0000 Received: from adam.enteract.com (jrs@206.54.252.1) by thor.enteract.com with SMTP; 22 Apr 1999 20:28:11 -0000 Date: Thu, 22 Apr 1999 15:28:07 -0500 (CDT) From: John Sconiers To: Bill Fumerola Cc: Danny , freebsd-ports@FreeBSD.ORG Subject: Re: Lotus Notes? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I go the client working through Solaris Emulation. The Notes Client was > > version 4.6.4. > The srv4 emulation? Hmmm, I just might take a look at that. The BSD version might work however I didn't try it. What client version are you trying to install. JOHN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 22 13:36: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id C4A8414EBA for ; Thu, 22 Apr 1999 13:36:00 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA261687955; Thu, 22 Apr 1999 12:19:15 -0400 Date: Thu, 22 Apr 1999 12:19:15 -0400 (EDT) From: Bill Fumerola To: John Sconiers Cc: Danny , freebsd-ports@FreeBSD.ORG Subject: Re: Lotus Notes? In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 22 Apr 1999, John Sconiers wrote: > > > I go the client working through Solaris Emulation. The Notes Client was > > > version 4.6.4. > > The srv4 emulation? Hmmm, I just might take a look at that. > > The BSD version might work however I didn't try it. What client version > are you trying to install. None, I never tried until you gave me the idea. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 22 13:40:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 75CDC14EBA for ; Thu, 22 Apr 1999 13:40:52 -0700 (PDT) (envelope-from mharo@area51.fremont.ca.us) Received: (from mharo@localhost) by area51.fremont.ca.us (8.9.2/8.9.2) id NAA41136 for ports@freebsd.org; Thu, 22 Apr 1999 13:38:23 -0700 (PDT) (envelope-from mharo) Date: Thu, 22 Apr 1999 13:38:22 -0700 From: Michael Haro To: ports@freebsd.org Subject: removing gtk11 Message-ID: <19990422133822.A40962@area51.fremont.ca.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In case any of you need something to do for fun, here is the list of ports which still use either gtk11 or gtk11-devel. gtk11: devel/glade graphics/gtkfig net/yagirc x11-toolkits/p5-Gtk gtk11-devel: cad/geda devel/gide net/gtksamba net/xwhois print/ggv x11-toolkits/gtk-- Thanks, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 22 14: 4:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BA2E15A33; Thu, 22 Apr 1999 14:04:30 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA02305; Thu, 22 Apr 1999 14:02:01 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 22 Apr 1999 14:02:01 -0700 (PDT) From: Message-Id: <199904222102.OAA02305@freefall.freebsd.org> To: lkoeller@cc.fh-lippe.de, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11284: pilot-link Upgrade to 0.9.2 from 0.9.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pilot-link Upgrade to 0.9.2 from 0.9.1 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu Apr 22 14:01:49 PDT 1999 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 22 14:17:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dns.webwizard.net.mx (webwizard.net.mx [148.245.50.27]) by hub.freebsd.org (Postfix) with ESMTP id C248215A8E for ; Thu, 22 Apr 1999 14:17:28 -0700 (PDT) (envelope-from eculp@MexComUSA.net) Received: from MexComUSA.net (sj-dsl-9-161-066.dspeed.net [209.249.161.66]) by dns.webwizard.net.mx (8.9.3/8.9.3) with ESMTP id QAA19875 for ; Thu, 22 Apr 1999 16:15:00 -0500 (CDT) (envelope-from eculp@MexComUSA.net) Message-ID: <371F9141.F6E532ED@MexComUSA.net> Date: Thu, 22 Apr 1999 14:14:41 -0700 From: Edwin Culp Organization: Mexico Communicates X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: mysql322 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org While I compile mysql3.22.21 from ports with NATIVE_THREADS=yes on current as of this morning, I get: -DDATADIR="\"/var/db/mysql\"" -DSHAREDIR="\"/usr/local/share/mysql\"" -DHAVE_CONFIG_H -I./../include -I./../regex -I. -I../include -I.. -I. -O -pipe -fno-implicit-templates -DDBUG_OFF -c sql_yacc.cc /my/gnu/lib/bison/bison.simple: In function `int yyparse()': /my/gnu/lib/bison/bison.simple:692: Internal compiler error. /my/gnu/lib/bison/bison.simple:692: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'. /my/gnu/lib/bison/bison.simple:692: See for details. *** Error code 1 Stop. Any suggestions? This is far from critical, I have a working mysql without threads, but . .. Thanks ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 22 16:12:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BADA159A2 for ; Thu, 22 Apr 1999 16:12:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA05976; Thu, 22 Apr 1999 16:10:01 -0700 (PDT) (envelope-from gnats@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 4F01714FEE for ; Thu, 22 Apr 1999 16:04:43 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 7337D16F3; Thu, 22 Apr 1999 16:02:01 -0700 (PDT) Message-Id: <19990422230201.7337D16F3@norn.ca.eu.org> Date: Thu, 22 Apr 1999 16:02:01 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11288: Update: astro/wmmoonclock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11288 >Category: ports >Synopsis: Update: astro/wmmoonclock >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 22 16:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 1.26 >How-To-Repeat: >Fix: Index: wmmoonclock/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/astro/wmmoonclock/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/04/21 16:08:34 1.3 +++ Makefile 1999/04/22 22:58:46 @@ -1,12 +1,12 @@ # New ports collection makefile for: wmMoonClock -# Version required: 1.25 +# Version required: 1.26 # Date created: 14 March 1999 # Whom: Kris Kennaway # # $Id: Makefile,v 1.3 1999/04/21 16:08:34 mharo Exp $ # -DISTNAME= wmMoonClock-1.25 +DISTNAME= wmMoonClock-1.26 CATEGORIES= astro windowmaker MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ Index: wmmoonclock/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/astro/wmmoonclock/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/04/19 13:56:47 1.2 +++ md5 1999/04/22 22:59:03 @@ -1 +1 @@ -MD5 (wmMoonClock-1.25.tar.gz) = 2a4de8faed46eaed03d6208a18602807 +MD5 (wmMoonClock-1.26.tar.gz) = bf50aa6621bb6fdeb823ad9126f66cf8 -Chris >Release-Note: >Audit-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 22 16:13:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A913A15B10; Thu, 22 Apr 1999 16:13:46 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA06198; Thu, 22 Apr 1999 16:11:17 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 22 Apr 1999 16:11:17 -0700 (PDT) From: Message-Id: <199904222311.QAA06198@freefall.freebsd.org> To: cpiazza@home.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11262: Update: editors/lpe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: editors/lpe State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu Apr 22 16:09:00 PDT 1999 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 22 20: 2:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (Postfix) with ESMTP id 7EE1615A29 for ; Thu, 22 Apr 1999 20:02:38 -0700 (PDT) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: from localhost (localhost.pis [127.0.0.1]) by pis.toba-cmt.ac.jp (8.9.3/8.8.8) with ESMTP id MAA51751 for ; Fri, 23 Apr 1999 12:01:02 +0900 (JST) (envelope-from kiri@pis.toba-cmt.ac.jp) To: freebsd-ports@FreeBSD.org Subject: checksum strange of editors/nvi-m17n/files/md5 X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990423120101Y.kiri@pis.toba-cmt.ac.jp> Date: Fri, 23 Apr 1999 12:01:01 +0900 From: KIRIYAMA Kazuhiko X-Dispatcher: imput version 980905(IM100) Lines: 16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Checksum of editors/nvi-m17n/files/md5 is strange! >> nvi-1.79.m17n-19990331.diff.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/. Receiving nvi-1.79.m17n-19990331.diff.gz (156905 bytes) 156905 bytes transfered in 11.2 seconds (13.68 Kbytes/s) ===> Extracting for ja-nvi-eucjp-1.79.19981119 >> Checksum OK for nvi-1.79.tar.gz. >> No checksum recorded for nvi-1.79.m17n-19990331.diff.gz. Make sure the Makefile and md5 file (/usr/ports/ja-env/japanese/nvi-euc-jp/../../editors/nvi-m17n/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 --- KIRIYAMA Kazuhiko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 22 20:31:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id EFD16159C7 for ; Thu, 22 Apr 1999 20:30:58 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id XAA50347; Thu, 22 Apr 1999 23:26:11 -0400 (EDT) Date: Thu, 22 Apr 1999 23:26:11 -0400 (EDT) From: Chuck Robey To: W Gerald Hicks Cc: Steve Kargl , freebsd-ports@FreeBSD.ORG, wghicks@wghicks.bellsouth.net Subject: Re: revisiting Motif policy in ports In-Reply-To: <199904230145.VAA74106@bellsouth.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 Thu, 22 Apr 1999, W Gerald Hicks wrote: [moved to ports, because hackers was obviously wrong for this] > How about a new DEPENDS_MOTIF (supplied by a port) which might > build lesstif if HAVE_MOTIF is not set? > > I agree that lesstif has become useful. (former skeptic) I would suggest that, if HAVE_MOTIF is not set, you want to prompt the user that Motif was not detected, and then go ahead and build lesstif automatically. You don't want to look down your noses at Motif (it's not free, but that doesn't mean it has cooties). The prompt ought to say something like: Motif libraries not detected (HAVE_MOTIF not defined). Building lesstif as non-commercial substitute. I think that's pretty even handed. The idea is NOT to discourage Motif sales, while offering an acceptable workaround for those who won't buy Motif. We WANT commercial vendors, so we don't want to go around insulting them. ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 22 20:42:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 80CCF159EF for ; Thu, 22 Apr 1999 20:42:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA24291; Thu, 22 Apr 1999 20:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 22 Apr 1999 20:40:03 -0700 (PDT) Message-Id: <199904230340.UAA24291@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Jasper O'Malley" Subject: Re: ports/11282: isc-dhcp2 client port incorrectly reports lease time Reply-To: "Jasper O'Malley" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11282; it has been noted by GNATS. From: "Jasper O'Malley" To: Mark Atkinson Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/11282: isc-dhcp2 client port incorrectly reports lease time Date: Thu, 22 Apr 1999 22:37:49 -0500 (CDT) I'd suggest sending a bug report to the author of the software, Ted Lemon . Cheers, Mick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 22 20:58:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail3.lig.bellsouth.net (mail3.lig.bellsouth.net [205.152.0.51]) by hub.freebsd.org (Postfix) with ESMTP id 8404214F57 for ; Thu, 22 Apr 1999 20:58:18 -0700 (PDT) (envelope-from gljohns@bellsouth.net) Received: from gforce.johnson.home (host-209-214-148-59.msy.bellsouth.net [209.214.148.59]) by mail3.lig.bellsouth.net (8.8.8-spamdog/8.8.5) with ESMTP id XAA21652 for ; Thu, 22 Apr 1999 23:54:22 -0400 (EDT) Received: (from glenn@localhost) by gforce.johnson.home (8.9.3/8.9.3) id WAA28961 for ports@freebsd.org; Thu, 22 Apr 1999 22:53:46 -0500 (CDT) (envelope-from glenn) From: Glenn Johnson Date: Thu, 22 Apr 1999 22:53:45 -0500 To: ports@freebsd.org Subject: port category naming Message-ID: <19990422225345.A10552@gforce.johnson.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org A few weeks ago there was some discussion about the 'biology' port category and the inappropriate placing of mopac and psi88 into the 'misc' category. It seems that nothing has happened with this so I felt I needed to bring it up [ducks]. With the exception of hmmer and seaview, all of the ports (including mopac and psi88) are molecular modeling related. Hmmer and seaview are for genetic analysis, which is molecular but not modeling. It seems that 'chemistry' or 'science' would be a more appropriate title. Actually, I don't care too much about the title (biology, chemistry, science, molecular modeling, whatever), I just want to see 'mopac' and 'psi88' moved to a more appropriate category than 'misc'. I'll stop now. Thanks. -- Glenn Johnson gljohns@bellsouth.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 22 22: 5:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EB6315A4C; Thu, 22 Apr 1999 22:05:43 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA01645; Thu, 22 Apr 1999 22:03:13 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 22 Apr 1999 22:03:13 -0700 (PDT) From: Message-Id: <199904230503.WAA01645@freefall.freebsd.org> To: cpiazza@home.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11288: Update: astro/wmmoonclock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: astro/wmmoonclock State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu Apr 22 22:03:01 PDT 1999 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 22 22:38:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id 526B614FFB for ; Thu, 22 Apr 1999 22:38:10 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.1) id WAA64192; Thu, 22 Apr 1999 22:32:16 -0700 (PDT) (envelope-from sgk) From: Steve Kargl Message-Id: <199904230532.WAA64192@troutmask.apl.washington.edu> Subject: Re: revisiting Motif policy in ports In-Reply-To: from Chuck Robey at "Apr 22, 1999 11:26:11 pm" To: chuckr@picnic.mat.net (Chuck Robey) Date: Thu, 22 Apr 1999 22:32:16 -0700 (PDT) Cc: wghicks@bellsouth.net (W Gerald Hicks), freebsd-ports@FreeBSD.ORG, wghicks@wghicks.bellsouth.net X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Chuck Robey wrote: > On Thu, 22 Apr 1999, W Gerald Hicks wrote: > > How about a new DEPENDS_MOTIF (supplied by a port) which might > > build lesstif if HAVE_MOTIF is not set? > > > > I agree that lesstif has become useful. (former skeptic) > > I would suggest that, if HAVE_MOTIF is not set, you want to prompt the > user that Motif was not detected, and then go ahead and build lesstif > automatically. You don't want to look down your noses at Motif (it's > not free, but that doesn't mean it has cooties). The prompt ought to > say something like: > > Motif libraries not detected (HAVE_MOTIF not defined). > Building lesstif as non-commercial substitute. > > I think that's pretty even handed. The idea is NOT to discourage Motif > sales, while offering an acceptable workaround for those who won't buy > Motif. We WANT commercial vendors, so we don't want to go around > insulting them. > Yes, exactly my thoughts. Nedit, ddd, and few other ports are very useful, and LessTif makes them functional. I brought this up for discussion because one needs to be careful to not blow away a valid Motif installation where a sys admin may have forgotten to set HAVE_MOTIF. I think we need (in some pseudo-make syntax), .if !defined(HAVE_MOTIF) .if !exists(${PREFIX}/lib/libXm.a) build LessTif echo 'LessTif is known to contain some difference from Motif' echo 'See http://www.lesstif.org' .endif .endif -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 22 22:52:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 687E114FF1 for ; Thu, 22 Apr 1999 22:52:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA07343; Thu, 22 Apr 1999 22:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nhj.nlc.net.au (nhj.nlc.net.au [203.24.133.1]) by hub.freebsd.org (Postfix) with SMTP id 5C48014EF5 for ; Thu, 22 Apr 1999 22:47:48 -0700 (PDT) (envelope-from root@nlc.net.au) Received: (qmail 7622 invoked from network); 23 Apr 1999 15:45:17 +1000 Received: from grunt.nlc.net.au (203.24.133.5) by nhj.nlc.net.au with SMTP; 23 Apr 1999 15:45:17 +1000 Received: (qmail 74082 invoked by uid 0); 23 Apr 1999 15:45:02 +1000 Message-Id: <19990423054502.74081.qmail@grunt.nlc.net.au> Date: 23 Apr 1999 15:45:02 +1000 From: john@nlc.net.au Reply-To: john@nlc.net.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11290: Update radiusd-cistron port to beta16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11290 >Category: ports >Synopsis: Update radiusd-cistron port to beta16 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 22 22:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: John Saunders >Release: FreeBSD 3.1-STABLE i386 >Organization: NORTHLINK COMMUNICATIONS >Environment: N/A >Description: Update port to beta16 version. This version includes a Y2K statement to say that it is compliant. The entire port directory is tarred up in the following uuencoded file. >How-To-Repeat: N/A >Fix: begin 644 radiusd-cistron.tgz M'XL(`+X'(#<``^U;>W/:2!+/O^A3M+%K-P[6$P0.>VR9`'&X\"H@FTM=KE)" M&H/.0M+J8<>;\G>_'CU`R&`V7"IMGG]1K*3FOR3(Y1<@[+$/&^EO/O_=I@PO4XN`%3F9*W%%=D(\12QS M^("XZ1^G4`-14,])<2*65%$N5EY/SE6M4IY4-%'&*9NAH,&R];?_KZ(AWJ7S$`?^! MGW[:V,C>T5:BSBQ@3?@Y5OLSZB6NHF;.XR^@M/W;U].]QP!/PW_E]V6[WQWNZQS?]#I9*:_Y(H2YG_/P3585AOMC^,6-7" MC5Y73`\<,K<\`HKOS8CIZ:KBZ98)BJF!HJJ6[^GF%%SBW!"'RUSV_SNML_]F M:]08[O$>V^R_5`[Q'W7[@E2B_K\B9?9_$!K/=!?P@[8.C7`-1!X!-`4=@#!#GX#1`K/>83CD=Y^XGKOT'&;@.JXL)[Z#:N@HX'(PGA$F MNH"Y<@<3`AYQYKJI&)&K<<^@1[Q;R[F&NJH2UX516`^HSL(;.TRD-.+G&*;7 M'[>J$(R0UM!.65>06O%T6+H);UKC^ADHAC>S_.D,=`\4VR:*XS*>!<%M'8+N M<6+<_5A.;YW]#SKMT?YV_ZWV+PER>7'^6RH+@?V7L_.?@U`4GQF*ZS%1V2/+ MLN^2N'@[L^+B'XK-!)&=.B/J-58PR3AO<7&K>.J,(9Y*+[0)'UEXHD;35>HK M%.=N;26GN"HQM?5MN&)5:T,38AG%6]]FZ#?HA3"^-=>W>[YI$F-]F^\ZB8:9 MOCJ8&3JXJ6/Y=K+25%P#36NUQE9<]S8Y+(S'/LC[.C6IZ1C31_A:?=&XWJGP_4[S4>XAJUZL]O: MRL!]DMYO9PJG>RN;KVLP5S1<_-POE3.2UQ?L9<:+KC MS&$QM7'%1K7,A6^2KT0%9&*O@+]1'-ZPIA$;A\5U'(Z_L#_.UK4%2W#:DN\0 MA<[\"JOOS>VS%?6W6!/LULE*W+EQ+S0LDW#Y'VKGRXC2@_V?^NP]9P"?>/XC M"W)1$@4QQ/]9_O<@M&G^@U]64?9QCVWQ7T4J)N:?XC^Y6*ED^.\0Q+(LN([* M=Y5K0ON/WM6;_8\,VVG&S;J`NRT72=ZR9.DV%4&387%8&=`T45 M:,5Q?O'D960JIXM0=`,[QK*`[!'W)BX$]D_@PF#X42ZD.$SF;"/9R47TO$XF M"LH3F@NYDV_H:K]$P=>7P;!_.:QW[Q\;?UIFU!BV!^/[[5W:*(B3XZJ.;GON M(L1/W3@,^S")O:E8?8TU-[6.LJ?F%'RL(VN+_U7W<8YO_%XKR M`_\O9N=_!Z'8_ZN6><7-0N]/?3K%0M^G;H*7/BPBN>HJ9C#>&D2:+DP!>TMEPN MSR\.3A"[K>,($1&L,$*"L=YHC&-=J6.-5<9._S+%EX_A7RF`?Z48_JWVXMV' MWOARV/\P&.7RRR/`_`.^8:O>Z8Y0?7C8ET\-^<.X.\BE.DF/:%:'O<*5.,A9 MO=W'-;IN0ZX'W1JTFRE]\1E2=MSS-Z"T_X^#NGW>8XO_+Y>#^#_,_\BB$+S_ M*V7Q_T'H&'KD%FS+\5Q0+<,@0;(#YM$RH-G::BY]0GT,OT7Y5)KDU1VB57-Q M.C4&H]$[Q/`R?(GX%(70]1-0T?UY5""'LUZW';ICO,;&CS-KCI6Y_UHS\\(T M5,XD'J?XS#&VG;2U*L0K\^P&=4N!&"^(O'@.0K$J"E54YWKDAD#KJPTG*,7S[*QS3JX]9E?]ANC6HY[!?3K8_&K>&747M,:ZX\ MN\KS^,U%XHW6P M-\D#%H;Y.'P_&C9J.82J6,2=ZIX_^1;U_)Z*]41LC-`U)\;@.2PAW@T+B)'# M`L):3J12,DK%B7@9&R!*6047E.$\5!ML"^<0`WSNG&$TBPVBN"J34S'\^!9V M\9Y'C$#?]#SY-FJ-6[W?[K%$1_4E4;ZG46!8I(.]#Y0MHKQGJXL#1B9W@;7! MTPIB*T27^-`"R'"_1`QKN-)8@<'''D<'S?JX?I_HWTIV<[W^;<++).-SY:.< MZ;/5!/FVYVL),K'/5K-,VCY;59C??;8:WW5VTQ%DC7<47:#+W>0CP]Y9.$Q; M[R8>@M[=9(,$ZUI13K^"HQ#/:B][_4%_.&[V&Z/3I$$OY3:G7!_IPH-,^_X4 M=M:MZIUT4O9%WGX?RA()_GVH"S/E^]-$7QG8H[:TKWNN/EN9[U,;?5MAC_J" MUQKVJ&_Q_L.3='*X.>E72=4(,=*:ERB&[NF]6.M<,>F?N%TZ0CX[2H=H:4?A M$&'M*!R@LIV$5R#<.@7R%@5)V+>3@B5&7"=]_H0G%^+*#>*,;;E>`B)>4#S8 M1,!&(._6EO]S5%NLPMHTC[HH'AP%<'GY5D[P7VWPF_6-"3UPP!N/FU[]FIRX999111AEEE%%& 4&66444899931?NE_^H_DN`!0``#> ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 22 23: 3:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from fosburgh.dyndns.org (Dorm-36314.RH.UH.EDU [129.7.141.218]) by hub.freebsd.org (Postfix) with ESMTP id 863F614FF1 for ; Thu, 22 Apr 1999 23:03:36 -0700 (PDT) (envelope-from wotan@fosburgh.dyndns.org) Received: from localhost (wotan@localhost) by fosburgh.dyndns.org (8.9.2/8.9.2) with ESMTP id AAA49156; Fri, 23 Apr 1999 00:55:56 -0500 (CDT) (envelope-from wotan@fosburgh.dyndns.org) Date: Fri, 23 Apr 1999 00:55:46 -0500 (CDT) From: Jonathan Fosburgh Reply-To: jef53313@bayou.uh.edu To: Steve Kargl Cc: Chuck Robey , W Gerald Hicks , freebsd-ports@FreeBSD.ORG, wghicks@wghicks.bellsouth.net Subject: Re: revisiting Motif policy in ports In-Reply-To: <199904230532.WAA64192@troutmask.apl.washington.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, 22 Apr 1999, Steve Kargl wrote: > Chuck Robey wrote: > > On Thu, 22 Apr 1999, W Gerald Hicks wrote: > > > How about a new DEPENDS_MOTIF (supplied by a port) which might > > > build lesstif if HAVE_MOTIF is not set? > > > > > > I agree that lesstif has become useful. (former skeptic) > > > > I would suggest that, if HAVE_MOTIF is not set, you want to prompt the > > user that Motif was not detected, and then go ahead and build lesstif > > automatically. You don't want to look down your noses at Motif (it's > > not free, but that doesn't mean it has cooties). The prompt ought to > > say something like: > > > > Motif libraries not detected (HAVE_MOTIF not defined). > > Building lesstif as non-commercial substitute. > > > > I think that's pretty even handed. The idea is NOT to discourage Motif > > sales, while offering an acceptable workaround for those who won't buy > > Motif. We WANT commercial vendors, so we don't want to go around > > insulting them. > > > > Yes, exactly my thoughts. Nedit, ddd, and few other ports are very > useful, and LessTif makes them functional. I brought this up > for discussion because one needs to be careful to not blow away > a valid Motif installation where a sys admin may have forgotten to > set HAVE_MOTIF. > > I think we need (in some pseudo-make syntax), > > .if !defined(HAVE_MOTIF) > .if !exists(${PREFIX}/lib/libXm.a) > build LessTif > echo 'LessTif is known to contain some difference from Motif' > echo 'See http://www.lesstif.org' > .endif > .endif > > -- > Steve > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > > Rather than automatically build lesstif I would have the echo be along the lines of: Could not detect Motif (HAVE_MOTIF not defined). Set the environment variable USE_LESSTIF to build lesstif. Hence: make USE_LESSTIF=yes will force the makefile to look for a dependency like the above. This way if whoever is installing the port turns away for awhile before this message comes up (which may take a few seconds depending on load, etc) won't come back to a Motif installation that has been clobbered. I imagine more people would rather have to retype the make command than have to reinstall Motif. -- Jonathan Fosburgh Geotechnician Snyder Oil Corporation Houston, TX Home Page: http://www.geocities.com/vienna/1498 Manager, FreeBSD Webring: http://www.geocities.com/vienna/1498/computer/freebsdring.html ICQ: 32742908 AIM: Namthorien To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 23 0:42:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3119114EE9 for ; Fri, 23 Apr 1999 00:42:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA17367; Fri, 23 Apr 1999 00:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 23 Apr 1999 00:40:01 -0700 (PDT) Message-Id: <199904230740.AAA17367@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: ports/11265: Shared libraries don't work when built with egcs port Reply-To: Kris Kennaway Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11265; it has been noted by GNATS. From: Kris Kennaway To: lennox@cs.columbia.edu Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/11265: Shared libraries don't work when built with egcs port Date: Fri, 23 Apr 1999 17:05:50 +0930 (CST) On Wed, 21 Apr 1999 lennox@cs.columbia.edu wrote: > aren't pulled in from anyplace. This isn't a problem when I link, but > when I try to run an executable linked with the .so, I get errors from > /usr/libexec/ld-elf.so of the form > /usr/libexec/ld-elf.so.1: ./libbaz.so: Undefined symbol "__deregister_frame_info" This was fixed in -STABLE a while back. Either cvsup and make world, or fetch the newest rtld sources and recompile that. Kris ----- The Feynman problem-solving algorithm: 1. Write down the problem 2. Think real hard 3. Write down the solution To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 23 5: 9:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.12.203]) by hub.freebsd.org (Postfix) with ESMTP id EFF4415270 for ; Fri, 23 Apr 1999 05:09:55 -0700 (PDT) (envelope-from mi@aldan.algebra.com) Received: from rtfm.newton (rtfm [10.10.0.1]) by kot.ne.mediaone.net (8.9.1a/8.9.1) with ESMTP id IAA25536; Fri, 23 Apr 1999 08:06:49 -0400 (EDT) From: Mikhail Teterin X-Relay-IP: 10.10.0.1 Received: (from root@localhost) by rtfm.newton (8.9.2/8.9.1) id IAA53585; Fri, 23 Apr 1999 08:07:12 -0400 (EDT) Message-Id: <199904231207.IAA53585@rtfm.newton> Subject: libslang port to FreeBSD To: xaa@xaa.iae.nl Date: Fri, 23 Apr 1999 08:07:12 -0400 (EDT) Cc: ports@freebsd.org Reply-To: mi@kot.ne.mediaone.net X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It appears, the libslang as installed by devel/libslang does not have the termcap dependency built into it. The applications using slang have to add -ltermcap explicitly, even if they do not make direct calls to the termcap library... Yours, -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 23 9: 0:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 96EF614D02; Fri, 23 Apr 1999 09:00:43 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA27552; Fri, 23 Apr 1999 08:58:13 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Fri, 23 Apr 1999 08:58:13 -0700 (PDT) From: Message-Id: <199904231558.IAA27552@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/11276: Update net/mrtg to the latest version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update net/mrtg to the latest version Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: mharo Responsible-Changed-When: Fri Apr 23 08:57:41 PDT 1999 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 Fri Apr 23 9:10:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9611115ABA; Fri, 23 Apr 1999 09:10:09 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA28446; Fri, 23 Apr 1999 09:07:39 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Fri, 23 Apr 1999 09:07:39 -0700 (PDT) From: Message-Id: <199904231607.JAA28446@freefall.freebsd.org> To: cpiazza@home.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11224: Update: deskutils/wmpinboard Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: deskutils/wmpinboard State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Fri Apr 23 09:05:21 PDT 1999 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 23 10:33:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bachue.usc.unal.edu.co (bachue.usc.unal.edu.co [168.176.3.20]) by hub.freebsd.org (Postfix) with ESMTP id A1F9914D40 for ; Fri, 23 Apr 1999 10:33:03 -0700 (PDT) (envelope-from pfgiffun@bachue.usc.unal.edu.co) Received: from bachue.usc.unal.edu.co ([168.176.3.50]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.0) with ESMTP id AAA2362 for ; Fri, 23 Apr 1999 12:30:00 -0400 Message-ID: <3720AE3C.1910736C@bachue.usc.unal.edu.co> Date: Fri, 23 Apr 1999 12:30:37 -0500 From: "Pedro F. Giffuni" Organization: U. Nacional de Colombia X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.1-RELEASE i386) MIME-Version: 1.0 To: ports@FreeBSD.org Subject: Problems with imake Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi again; I have been trying to fix the unified xview port that was rejected because it doesn't build under current. I redid the building process by hand, and I noticed that imake, for some unknown reason, ignores the IMAKEINCLUDE environment variable that is documented. Up till now, the guilt of my broken port was XFree86's fault, but there is also the fact that USE_IMAKE doesn't set the CONFIGURE_ENV before calling xmkmf. My 2.2.7 port used both features and it worked fine, I don't understand why these were changed in 3.1R. My port still doesn't work, but I'm working on it (of course, if someone has any hints on how to make this port work again, they are welcome). cheers, Pedro. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 23 12: 2:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EE8F154CB for ; Fri, 23 Apr 1999 12:02:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA10389; Fri, 23 Apr 1999 12:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from voyager.fisicc-ufm.edu (ip-46-094.guate.net [200.12.46.94]) by hub.freebsd.org (Postfix) with ESMTP id E092214FE2 for ; Fri, 23 Apr 1999 11:57:53 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from root@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.2) id NAA15478; Fri, 23 Apr 1999 13:00:42 -0600 (CST) (envelope-from obonilla) Message-Id: <199904231900.NAA15478@voyager.fisicc-ufm.edu> Date: Fri, 23 Apr 1999 13:00:42 -0600 (CST) From: obonilla@fisicc-ufm.edu Reply-To: obonilla@fisicc-ufm.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11295: New port for otcl (MIT Object Tcl) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11295 >Category: ports >Synopsis: New port for MIT's Object Tcl >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 23 12:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oscar Bonilla >Release: FreeBSD 3.1-STABLE i386 >Organization: Universidad Francisco Marroquin - FISICC >Environment: >Description: # 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: # # otcl # otcl/Makefile # otcl/pkg # otcl/pkg/COMMENT # otcl/pkg/DESCR # otcl/pkg/PLIST # otcl/files # otcl/files/md5 # echo c - otcl mkdir -p otcl > /dev/null 2>&1 echo x - otcl/Makefile sed 's/^X//' >otcl/Makefile << 'END-of-otcl/Makefile' X# New ports collection makefile for: otcl X# Version required: 1.0a4 X# Date created: 23 April 1999 X# Whom: obonilla X# X# $Id$ X# X XDISTNAME= otcl-1.0a4 XCATEGORIES= lang XMASTER_SITES= http://www-mash.cs.berkeley.edu/dist/ X XMAINTAINER= obonilla@fisicc-ufm.edu X XLIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --includedir=${PREFIX}/include/tcl8.0/generic X.include END-of-otcl/Makefile echo c - otcl/pkg mkdir -p otcl/pkg > /dev/null 2>&1 echo x - otcl/pkg/COMMENT sed 's/^X//' >otcl/pkg/COMMENT << 'END-of-otcl/pkg/COMMENT' XMIT Object Tcl END-of-otcl/pkg/COMMENT echo x - otcl/pkg/DESCR sed 's/^X//' >otcl/pkg/DESCR << 'END-of-otcl/pkg/DESCR' XFrom the README: X X OTcl, short for MIT Object Tcl, is an extension to Tcl/Tk for X object-oriented programming. It shouldn't be confused with the IXI X Object Tcl extension by Dean Sheenan. (Sorry, but we both like the X name and have been using it for a while.) X X Some of OTcl's features as compared to alternatives are: X * designed to be dynamically extensible, like Tcl, from the ground X up X * builds on Tcl syntax and concepts rather than importing another X language X * compact yet powerful object programming system (draws on CLOS, X Smalltalk, and Self) X * fairly portable implementation (2000 lines of C, without core X hacks) X X OTcl was presented at the Tcl/Tk Workshop '95. It constitutes a X standalone release of a system that has been in use, embedded in the X VuSystem, for two years. We made the release public (with free use, X distribution and modification under the MIT license) to meet the X demand for object-oriented programming in Tcl. X X-Oscar END-of-otcl/pkg/DESCR echo x - otcl/pkg/PLIST sed 's/^X//' >otcl/pkg/PLIST << 'END-of-otcl/pkg/PLIST' Xbin/otclsh Xbin/owish Xinclude/otcl.h Xlib/libotcl.a Xlib/libotcl.so END-of-otcl/pkg/PLIST echo c - otcl/files mkdir -p otcl/files > /dev/null 2>&1 echo x - otcl/files/md5 sed 's/^X//' >otcl/files/md5 << 'END-of-otcl/files/md5' XMD5 (otcl-1.0a4.tar.gz) = 1aafd63973857991b90d08b9dcf29e03 END-of-otcl/files/md5 exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 23 13:52:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CBF5315511 for ; Fri, 23 Apr 1999 13:52:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA17256; Fri, 23 Apr 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 23 Apr 1999 13:50:01 -0700 (PDT) Message-Id: <199904232050.NAA17256@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Steven G. Kargl" Subject: Re: ports/11250: PORTS: upgrade lesstif to 0.88.1 Reply-To: "Steven G. Kargl" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11250; it has been noted by GNATS. From: "Steven G. Kargl" To: freebsd-gnats-submit@freebsd.org, kargl@troutmask.apl.washington.edu Cc: Subject: Re: ports/11250: PORTS: upgrade lesstif to 0.88.1 Date: Fri, 23 Apr 1999 13:41:39 -0700 This is a multi-part message in MIME format. --------------AFD8A9500CD850777C8F711F Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I was requested to produce a diff. Here it is in all its glory. --------------AFD8A9500CD850777C8F711F Content-Type: text/plain; charset=iso-8859-1; name="lesstif.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; filename="lesstif.diff" diff -u -r -N lesstif_old/Makefile lesstif/Makefile --- lesstif_old/Makefile Fri Apr 23 13:32:18 1999 +++ lesstif/Makefile Fri Apr 23 13:32:55 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: lesstif -# Version required: 0.87.1 -# Date created: December 10, 1996 -# Whom: 1wardd@airmail.net +# Version required: 0.88.1 +# Date created: April 20, 1999 +# Whom: kargl@troutmask.apl.washington.edu # # $Id: Makefile,v 1.29 1999/01/16 10:17:27 dirk Exp $ # = -DISTNAME=3D lesstif-0.87.1 +DISTNAME=3D lesstif-0.88.1 CATEGORIES=3D x11-toolkits MASTER_SITES=3D ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/ \ ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ \ @@ -15,43 +15,35 @@ = MAINTAINER=3D ports@FreeBSD.org = -# see below for shared lib version information - MANUAL_PACKAGE_BUILD=3D do not want to install during interactive build -GNU_CONFIGURE=3D yes -# comment this and remove the strip statement in post-install for debugg= ing -CONFIGURE_ARGS=3D --disable-debug -# I don't want to change the shared lib major version number right now. -CONFIGURE_ARGS+=3D --enable-back-compat --enable-static --enable-shared= + USE_X_PREFIX=3D yes +GNU_CONFIGURE=3D yes +CONFIGURE_ARGS+=3D --enable-static --enable-shared --enable-production = --with-xdnd \ + --disable-debug = -MAN1=3D mwm.1 xmbind.1 lesstif.1 -MAN3=3D XmClipboard.3 LessTifInternals.3 \ - XmArrowButton.3 XmArrowButtonGadget.3 XmBulletinBoard.3 \ - XmCascadeButton.3 XmCascadeButtonGadget.3 \ - XmComboBox.3 XmCommand.3 XmDesktop.3 \ - XmDialogShell.3 XmDialogShellExt.3 XmDisplay.3 \ - XmDragContext.3 XmDragIcon.3 XmDragOverShell.3 \ - XmDrawingArea.3 XmDrawnButton.3 XmDropSiteManager.3 \ - XmDropTransfer.3 XmFileSelectionBox.3 XmForm.3 \ - XmFrame.3 XmGadget.3 XmGrabShell.3 \ - XmIconGadget.3 XmLabel.3 \ - XmLabelGadget.3 XmList.3 \ - XmMainWindow.3 XmManager.3 XmMenuShell.3 \ - XmMessageBox.3 XmNotebook.3 XmPanedWindow.3 \ - XmPrimitive.3 XmProtocol.3 XmPushButton.3 \ - XmPushButtonGadget.3 XmRowColumn.3 \ - XmSash.3 XmScale.3 XmScreen.3 \ - XmScrollBar.3 XmScrolledWindow.3 XmSelectionBox.3 \ - XmSeparator.3 XmSeparatorGadget.3 \ - XmSpinBox.3 XmTearOffButton.3 XmText.3 \ - XmTextField.3 XmToggleButton.3 \ - XmToggleButtonGadget.3 XmVendorShellExt.3 XmWorld.3 \ - ApplicationShell.3 Composite.3 Constraint.3 Core.3 Object.3 \ - OverrideShell.3 Rect.3 Shell.3 TopLevelShell.3 \ - TransientShell.3 UnNamedObj.3 WmShell.3 XtConfigureObject.3 \ - XtDestroyWidget.3 XtManageChild.3 XtUnmanageChild.3 -MAN5=3D mwmrc.5 +MAN1 =3D lesstif.1 mwm.1 xmbind.1 + +MAN3 =3D ApplicationShell.3 Composite.3 Constraint.3 Core.3 LessTifInter= nals.3 \ + Object.3 OverrideShell.3 Rect.3 Shell.3 TopLevelShell.3 \ + TransientShell.3 UnNamedObj.3 VendorShell.3 WmShell.3 XmArrowButton.3 \= + XmArrowButtonGadget.3 XmBulletinBoard.3 XmCascadeButton.3 \ + XmCascadeButtonGadget.3 XmClipboard.3 XmComboBox.3 XmCommand.3 \ + XmDesktop.3 XmDialogShell.3 XmDialogShellExt.3 XmDisplay.3 \ + XmDragContext.3 XmDragIcon.3 XmDragOverShell.3 XmDrawingArea.3 \ + XmDrawnButton.3 XmDropSiteManager.3 XmDropTransfer.3 \ + XmFileSelectionBox.3 XmForm.3 XmFrame.3 XmGadget.3 XmGrabShell.3 \ + XmIconGadget.3 XmLabel.3 XmLabelGadget.3 XmList.3 XmMainWindow.3 \ + XmManager.3 XmMenuShell.3 XmMessageBox.3 XmNotebook.3 \ + XmPanedWindow.3 XmPrimitive.3 XmProtocol.3 XmPushButton.3 \ + XmPushButtonGadget.3 XmRowColumn.3 XmSash.3 XmScale.3 XmScreen.3 \ + XmScrollBar.3 XmScrolledWindow.3 XmSelectionBox.3 XmSeparator.3 \ + XmSeparatorGadget.3 XmSpinBox.3 XmTearOffButton.3 XmText.3 \ + XmTextField.3 XmToggleButton.3 XmToggleButtonGadget.3 XmVendorShell.3 \= + XmWorld.3 XtConfigureObject.3 XtDestroyWidget.3 XtManageChild.3 \ + XtUnmanageChild.3 + +MAN5 =3D mwmrc.5 = .if defined(HAVE_MOTIF) IS_INTERACTIVE=3D yes @@ -75,20 +67,13 @@ .endif = post-install: - ${MKDIR} ${PREFIX}/lib/X11/mwm ${PREFIX}/lib/X11/app-defaults - ${INSTALL_DATA} ${WRKSRC}/clients/Motif-1.2/mwm/system.mwmrc \ - ${PREFIX}/lib/X11/mwm - ${INSTALL_DATA} ${WRKSRC}/clients/Motif-1.2/mwm/alt.map ${PREFIX}/lib/X= 11/mwm - ${INSTALL_DATA} ${WRKSRC}/clients/Motif-1.2/mwm/Mwm \ - ${PREFIX}/lib/X11/app-defaults/Mwm - ${SETENV} OBJFORMAT=3D${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + ${RM} -rf ${PREFIX}/LessTif/doc/man + ${LN} -sf ${PREFIX}/LessTif/Motif1.2/lib/libXm.so.1 ${PREFIX}/lib/libXm= =2Eso.1 + ${LN} -sf ${PREFIX}/lib/libXm.so.1 ${PREFIX}/lib/libXm.so + ${LN} -sf ${PREFIX}/LessTif/Motif1.2/lib/libXm.a ${PREFIX}/lib/libXm.a + ${LN} -sf ${PREFIX}/LessTif/Motif1.2/lib/libMrm.so.1 ${PREFIX}/lib/libM= rm.so.1 + ${LN} -sf ${PREFIX}/lib/libMrm.so.1 ${PREFIX}/lib/libMrm.so + ${LN} -sf ${PREFIX}/LessTif/Motif1.2/lib/libMrm.a ${PREFIX}/lib/libMrm.= a + /sbin/ldconfig -m ${PREFIX}/lib = .include - -# Shared lib versions -# dist version BSD shared lib version -# ------------ ---------------------- -# 0.78 0.0 -# 0.79 0.1 -# 0.80 0.1 -# 0.83 1.2 diff -u -r -N lesstif_old/files/md5 lesstif/files/md5 --- lesstif_old/files/md5 Fri Apr 23 13:32:18 1999 +++ lesstif/files/md5 Fri Apr 23 13:32:55 1999 @@ -1 +1 @@ -MD5 (lesstif-0.87.1.tar.gz) =3D 2cb5e1ffd87fea5af00c77161c1d64f4 +MD5 (lesstif-0.88.1.tar.gz) =3D 4d52989b2f93235082ff1117b22ef55e diff -u -r -N lesstif_old/patches/patch-aa lesstif/patches/patch-aa --- lesstif_old/patches/patch-aa Wed Dec 31 16:00:00 1969 +++ lesstif/patches/patch-aa Fri Apr 23 13:32:55 1999 @@ -0,0 +1,11 @@ +--- configure.orig Tue Apr 20 14:48:51 1999 ++++ configure Tue Apr 20 14:49:17 1999 +@@ -1241,7 +1241,7 @@ + CFLAGS=3D"$ac_save_CFLAGS" + elif test $ac_cv_prog_cc_g =3D yes; then + if test "$GCC" =3D yes; then +- CFLAGS=3D"-g -O2" ++ CFLAGS=3D"-O2" + else + CFLAGS=3D"-g" + fi diff -u -r -N lesstif_old/patches/patch-ab lesstif/patches/patch-ab --- lesstif_old/patches/patch-ab Fri Apr 23 13:32:18 1999 +++ lesstif/patches/patch-ab Fri Apr 23 13:32:55 1999 @@ -1,11 +1,17 @@ ---- lib/config/Makefile.in.orig Mon Jan 11 18:34:07 1999 -+++ lib/config/Makefile.in Sat Jan 16 00:44:00 1999 -@@ -108,7 +108,7 @@ - MAINTAINERCLEANFILES=3DMakefile.in - bin_SCRIPTS=3D mxmkmf +--- doc/lessdox/clients/Makefile.in.orig Fri Apr 23 11:18:23 1999 ++++ doc/lessdox/clients/Makefile.in Fri Apr 23 11:20:18 1999 +@@ -114,10 +114,10 @@ + EXTRA_DIST =3D $(man1_DATA) $(man3_DATA) $(man5_DATA) + SUFFIXES =3D .1 .3 .5 .html = --configdir=3D $(libdir)/X11/config -+configdir=3D $(libdir)/X11/lesstif - config_DATA=3D Imake.tmpl Motif.rules Motif.tmpl - mkinstalldirs =3D $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER =3D ../../include/LTconfig.h +-mandir =3D $(exec_prefix)/LessTif/doc/man +-man1dir =3D $(exec_prefix)/LessTif/doc/man/man1 +-man3dir =3D $(exec_prefix)/LessTif/doc/man/man3 +-man5dir =3D $(exec_prefix)/LessTif/doc/man/man5 ++mandir =3D @mandir@ ++man1dir =3D $(mandir)/man1 ++man3dir =3D $(mandir)/man3 ++man5dir =3D $(mandir)/man5 + = + man1_DATA =3D mwm.1 xmbind.1 lesstif.1 + man3_DATA =3D = diff -u -r -N lesstif_old/patches/patch-ac lesstif/patches/patch-ac --- lesstif_old/patches/patch-ac Fri Apr 23 13:32:18 1999 +++ lesstif/patches/patch-ac Fri Apr 23 13:32:55 1999 @@ -1,8 +1,17 @@ ---- lib/config/mxmkmf.in.orig Wed Feb 19 20:53:22 1997 -+++ lib/config/mxmkmf.in Tue Feb 25 11:24:59 1997 -@@ -5,4 +5,4 @@ - # Make sure to read the LessTif configuration first, to pick up - # that version of Imake.tmpl - # --imake -DUseInstalled -I@prefix@/lib/config -I@x_lib_path@/X11/config -+imake -DUseInstalled -I@prefix@/lib/X11/lesstif -I@x_lib_path@/X11/conf= ig +--- doc/lessdox/widgets/Makefile.in.orig Fri Apr 23 11:20:30 1999 ++++ doc/lessdox/widgets/Makefile.in Fri Apr 23 11:21:18 1999 +@@ -114,10 +114,10 @@ + EXTRA_DIST =3D $(man1_DATA) $(man3_DATA) $(man5_DATA) + SUFFIXES =3D .1 .3 .5 .html + = +-mandir =3D $(prefix)/LessTif/doc/man +-man1dir =3D $(prefix)/LessTif/doc/man/man1 +-man3dir =3D $(prefix)/LessTif/doc/man/man3 +-man5dir =3D $(prefix)/LessTif/doc/man/man5 ++mandir =3D @mandir@ ++man1dir =3D $(mandir)/man1 ++man3dir =3D $(mandir)/man3 ++man5dir =3D $(mandir)/man5 + = + man1_DATA =3D = + man3_DATA =3D XmClipboard.3 LessTifInternals.3 XmArrowButton.3 XmArr= owButtonGadget.3 XmBulletinBoard.3 XmCascadeButton.3 XmCascadeButtonGadg= et.3 XmComboBox.3 XmCommand.3 XmDesktop.3 XmDialogShell.3 XmDialogShell= Ext.3 XmDisplay.3 XmDragContext.3 XmDragIcon.3 XmDragOverShell.3 XmDraw= ingArea.3 XmDrawnButton.3 XmDropSiteManager.3 XmDropTransfer.3 XmFileSel= ectionBox.3 XmForm.3 XmFrame.3 XmGadget.3 XmGrabShell.3 XmIconGadget.3 = XmLabel.3 XmLabelGadget.3 XmList.3 XmMainWindow.3 XmManager.3 XmMenuShe= ll.3 XmMessageBox.3 XmNotebook.3 XmPanedWindow.3 XmPrimitive.3 XmProtoc= ol.3 XmPushButton.3 XmPushButtonGadget.3 XmRowColumn.3 XmSash.3 XmScale= =2E3 XmScreen.3 XmScrollBar.3 XmScrolledWindow.3 XmSelectionBox.3 XmSep= arator.3 XmSeparatorGadget.3 XmSpinBox.3 XmTearOffButton.3 XmText.3 XmT= extField.3 XmToggleButton.3 XmToggleButtonGadget.3 XmVendorShell.3 XmWor= ld.3 ApplicationShell.3 Composite.3 Core.3 Object.3 OverrideShell.3 Sh= ell.3 TopLevelShell.3 TransientShell.3 WmShell.3 Rect.3 UnNamedObj.3 Con= straint.3 VendorShell.3 diff -u -r -N lesstif_old/patches/patch-ad lesstif/patches/patch-ad --- lesstif_old/patches/patch-ad Wed Dec 31 16:00:00 1969 +++ lesstif/patches/patch-ad Fri Apr 23 13:32:55 1999 @@ -0,0 +1,17 @@ +--- doc/lessdox/functions/Makefile.in.orig Fri Apr 23 11:54:57 1999 ++++ doc/lessdox/functions/Makefile.in Fri Apr 23 11:55:34 1999 +@@ -114,10 +114,10 @@ + EXTRA_DIST =3D $(man1_DATA) $(man3_DATA) $(man5_DATA) + SUFFIXES =3D .1 .3 .5 .html + = +-mandir =3D $(exec_prefix)/LessTif/doc/man +-man1dir =3D $(exec_prefix)/LessTif/doc/man/man1 +-man3dir =3D $(exec_prefix)/LessTif/doc/man/man3 +-man5dir =3D $(exec_prefix)/LessTif/doc/man/man5 ++mandir =3D @mandir@ ++man1dir =3D $(mandir)/man1 ++man3dir =3D $(mandir)/man3 ++man5dir =3D $(mandir)/man5 + = + man1_DATA =3D = + man3_DATA =3D XtConfigureObject.3 XtDestroyWidget.3 XtManageC= hild.3 XtUnmanageChild.3 diff -u -r -N lesstif_old/patches/patch-af lesstif/patches/patch-af --- lesstif_old/patches/patch-af Fri Apr 23 13:32:18 1999 +++ lesstif/patches/patch-af Wed Dec 31 16:00:00 1969 @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Jan 11 18:34:06 1999 -+++ Makefile.in Sat Jan 16 00:45:59 1999 -@@ -114,7 +114,7 @@ - # Lets put the informational stuff in a sub directory to avoid = - # poluting /usr/local for default installs. - # --rootdir=3D $(exec_prefix)/LessTif -+rootdir=3D $(datadir)/doc/LessTif - root_DATA=3D AUTHORS BUG-REPORTING COPYING COPYING.LIB CREDITS \ - INSTALL KNOWN_BUGS NEWS README RELEASE-POLICY TODO - = diff -u -r -N lesstif_old/patches/patch-ag lesstif/patches/patch-ag --- lesstif_old/patches/patch-ag Fri Apr 23 13:32:18 1999 +++ lesstif/patches/patch-ag Wed Dec 31 16:00:00 1969 @@ -1,11 +0,0 @@ ---- doc/www.lesstif.org/images/Makefile.in.orig Fri Oct 30 07:35:09 1998= -+++ doc/www.lesstif.org/images/Makefile.in Sun Nov 8 21:49:25 1998 -@@ -114,7 +114,7 @@ - # Lets put the informational stuff in a sub directory to avoid = - # poluting /usr/local for default installs. - # --rootdir=3D $(exec_prefix)/LessTif/doc/images -+rootdir=3D $(datadir)/doc/LessTif/images - root_DATA=3D hungry.gif \ - lesstif-realsmall.gif lesstif-small.gif lesstif.gif \ - ltsunlogo.gif diff -u -r -N lesstif_old/patches/patch-ah lesstif/patches/patch-ah --- lesstif_old/patches/patch-ah Fri Apr 23 13:32:18 1999 +++ lesstif/patches/patch-ah Wed Dec 31 16:00:00 1969 @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig Fri Oct 30 07:35:08 1998 -+++ doc/Makefile.in Sun Nov 8 21:33:35 1998 -@@ -110,7 +110,7 @@ - = - SUBDIRS =3D www.lesstif.org lessdox - = --rootdir=3D $(exec_prefix)/LessTif/doc -+rootdir=3D $(datadir)/doc/LessTif - root_DATA=3D INSTALL.html - mkinstalldirs =3D $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER =3D ../include/LTconfig.h diff -u -r -N lesstif_old/patches/patch-ai lesstif/patches/patch-ai --- lesstif_old/patches/patch-ai Fri Apr 23 13:32:18 1999 +++ lesstif/patches/patch-ai Wed Dec 31 16:00:00 1969 @@ -1,26 +0,0 @@ ---- doc/lessdox/clients/Makefile.in.orig Fri Oct 30 07:35:10 1998 -+++ doc/lessdox/clients/Makefile.in Sun Nov 8 21:54:44 1998 -@@ -108,10 +108,10 @@ - EXTRA_DIST =3D $(man1_DATA) $(man3_DATA) $(man5_DATA) - SUFFIXES=3D .1 .3 .5 .html - = --mandir=3D $(exec_prefix)/LessTif/doc/man --man1dir=3D $(exec_prefix)/LessTif/doc/man/man1 --man3dir=3D $(exec_prefix)/LessTif/doc/man/man3 --man5dir=3D $(exec_prefix)/LessTif/doc/man/man5 -+mandir=3D $(prefix)/man -+man1dir=3D $(mandir)/man1 -+man3dir=3D $(mandir)/man3 -+man5dir=3D $(mandir)/man5 - = - man1_DATA=3D mwm.1 xmbind.1 lesstif.1 - man3_DATA=3D -@@ -126,7 +126,7 @@ - # build them. - # - = --htmldir=3D $(exec_prefix)/LessTif/doc/html -+htmldir=3D $(datadir)/doc/LessTif - = - @HaveMan2html_TRUE@html_DATA=3D mwm.html mwmrc.html xmbind.html lesstif= =2Ehtml - = diff -u -r -N lesstif_old/patches/patch-aj lesstif/patches/patch-aj --- lesstif_old/patches/patch-aj Fri Apr 23 13:32:18 1999 +++ lesstif/patches/patch-aj Wed Dec 31 16:00:00 1969 @@ -1,14 +0,0 @@ ---- doc/www.lesstif.org/Makefile.in.orig Fri Oct 30 07:35:09 1998 -+++ doc/www.lesstif.org/Makefile.in Sun Nov 8 21:34:24 1998 -@@ -113,9 +113,9 @@ - # Install some information files - # - # Lets put the informational stuff in a sub directory to avoid = --# poluting /usr/local for default installs. -+# polluting /usr/local for default installs. - # --rootdir=3D $(exec_prefix)/LessTif/doc -+rootdir=3D $(datadir)/doc/LessTif - root_DATA=3D COPYING.LIB.html FAQ.html apps.html bug-reporting.html \ - bugs.html button.html cdrom.html core.html current.html \ - cvs.html download.html index.html links.html lists.html \ diff -u -r -N lesstif_old/patches/patch-ak lesstif/patches/patch-ak --- lesstif_old/patches/patch-ak Fri Apr 23 13:32:18 1999 +++ lesstif/patches/patch-ak Wed Dec 31 16:00:00 1969 @@ -1,35 +0,0 @@ ---- doc/lessdox/widgets/Makefile.in.orig Fri Oct 30 07:35:11 1998 -+++ doc/lessdox/widgets/Makefile.in Sun Nov 8 21:45:00 1998 -@@ -107,10 +107,10 @@ - MAINTAINERCLEANFILES=3DMakefile.in - SUFFIXES=3D .1 .3 .5 .html - = --mandir=3D $(exec_prefix)/LessTif/doc/man --man1dir=3D $(exec_prefix)/LessTif/doc/man/man1 --man3dir=3D $(exec_prefix)/LessTif/doc/man/man3 --man5dir=3D $(exec_prefix)/LessTif/doc/man/man5 -+mandir=3D $(prefix)/man -+man1dir=3D $(mandir)/man1 -+man3dir=3D $(mandir)/man3 -+man5dir=3D $(mandir)/man5 - = - man1_DATA=3D = - man3_DATA=3D \ -@@ -150,7 +150,7 @@ - # build them. - # - = --htmldir=3D $(exec_prefix)/LessTif/doc/html -+htmldir=3D $(datadir)/doc/LessTif - = - @HaveMan2html_TRUE@html_DATA=3D ${man1_DATA:.1=3D.html} ${man3_DATA:.3=3D= =2Ehtml} \ - @HaveMan2html_TRUE@ ${man5_DATA:.5=3D.html} -@@ -344,7 +344,7 @@ - # in both the http://www.lesstif.org and the locally installed case. - # - install-data-hook: -- if [ ! -h $(exec_prefix)/LessTif/doc/Lessdox ]; then ln -s $(htmldir) = $(exec_prefix)/LessTif/doc/Lessdox; fi -+ if [ ! -h $(exec_prefix)/LessTif/doc/Lessdox ]; then echo ln -s $(html= dir) $(exec_prefix)/LessTif/doc/Lessdox; fi - = - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. diff -u -r -N lesstif_old/patches/patch-al lesstif/patches/patch-al --- lesstif_old/patches/patch-al Fri Apr 23 13:32:18 1999 +++ lesstif/patches/patch-al Wed Dec 31 16:00:00 1969 @@ -1,14 +0,0 @@ ---- doc/www.lesstif.org/imgs/Makefile.in.orig Fri Oct 30 07:35:09 1998 -+++ doc/www.lesstif.org/imgs/Makefile.in Sun Nov 8 21:49:45 1998 -@@ -112,9 +112,9 @@ - # Install some information files - # - # Lets put the informational stuff in a sub directory to avoid = --# poluting /usr/local for default installs. -+# polluting /usr/local for default installs. - # --rootdir=3D $(exec_prefix)/LessTif/doc/imgs -+rootdir=3D $(datadir)/doc/LessTif/images - root_DATA=3D lesstif.jpg ltsunlogo.gif - mkinstalldirs =3D $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER =3D ../../../include/LTconfig.h diff -u -r -N lesstif_old/patches/patch-am lesstif/patches/patch-am --- lesstif_old/patches/patch-am Fri Apr 23 13:32:18 1999 +++ lesstif/patches/patch-am Wed Dec 31 16:00:00 1969 @@ -1,15 +0,0 @@ ---- lib/Makefile.in.orig Mon Jan 11 18:34:07 1999 -+++ lib/Makefile.in Sat Jan 16 00:47:47 1999 -@@ -108,9 +108,9 @@ - MAINTAINERCLEANFILES=3DMakefile.in - SUBDIRS=3D config \ - Xm Mrm Uil \ -- Xm-2.0 Mrm-2.0 Uil-2.0 \ -- Xm-2.1 Mrm-2.1 \ -- Xm-CDE Mrm-CDE = -+# Xm-2.0 Mrm-2.0 Uil-2.0 \ -+# Xm-2.1 Mrm-2.1 \ -+# Xm-CDE Mrm-CDE = - mkinstalldirs =3D $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER =3D ../include/LTconfig.h - CONFIG_CLEAN_FILES =3D = diff -u -r -N lesstif_old/patches/patch-ao lesstif/patches/patch-ao --- lesstif_old/patches/patch-ao Fri Apr 23 13:32:18 1999 +++ lesstif/patches/patch-ao Wed Dec 31 16:00:00 1969 @@ -1,26 +0,0 @@ ---- doc/lessdox/functions/Makefile.in.orig Fri Oct 30 07:35:11 1998 -+++ doc/lessdox/functions/Makefile.in Sun Nov 8 22:21:00 1998 -@@ -107,10 +107,10 @@ - MAINTAINERCLEANFILES=3DMakefile.in - SUFFIXES=3D .1 .3 .5 .html - = --mandir=3D $(exec_prefix)/LessTif/doc/man --man1dir=3D $(exec_prefix)/LessTif/doc/man/man1 --man3dir=3D $(exec_prefix)/LessTif/doc/man/man3 --man5dir=3D $(exec_prefix)/LessTif/doc/man/man5 -+mandir=3D $(prefix)/man -+man1dir=3D $(mandir)/man1 -+man3dir=3D $(mandir)/man3 -+man5dir=3D $(mandir)/man5 - = - man1_DATA=3D = - man3_DATA=3D \ -@@ -127,7 +127,7 @@ - # build them. - # - = --htmldir=3D $(exec_prefix)/LessTif/doc/html -+htmldir=3D $(datadir)/doc/LessTif - = - @HaveMan2html_TRUE@html_DATA=3D ${man1_DATA:.1=3D.html} ${man3_DATA:.3=3D= =2Ehtml} \ - @HaveMan2html_TRUE@ ${man5_DATA:.5=3D.html} diff -u -r -N lesstif_old/patches/patch-ap lesstif/patches/patch-ap --- lesstif_old/patches/patch-ap Fri Apr 23 13:32:18 1999 +++ lesstif/patches/patch-ap Wed Dec 31 16:00:00 1969 @@ -1,20 +0,0 @@ ---- ltconfig.orig Sat Feb 13 17:14:03 1999 -+++ ltconfig Sat Feb 13 17:15:13 1999 -@@ -782,7 +782,7 @@ - ;; - = - # FreeBSD 3, at last, uses gcc -shared to do shared libraries. -- freebsd3*) -+ freebsd*) - archive_cmds=3D'$CC -shared -o $lib$libobjs' - hardcode_libdir_flag_spec=3D'-R$libdir' - hardcode_direct=3Dyes -@@ -1143,7 +1143,7 @@ - shlibpath_var=3DLD_LIBRARY_PATH - ;; - = --freebsd3*) -+freebsd*) - version_type=3Dfreebsd - library_names_spec=3D'${libname}${release}.so.$versuffix $libname.so'= - if [ $PORTOBJFORMAT =3D elf ]; then diff -u -r -N lesstif_old/pkg/DESCR lesstif/pkg/DESCR --- lesstif_old/pkg/DESCR Fri Apr 23 13:32:18 1999 +++ lesstif/pkg/DESCR Fri Apr 23 13:32:55 1999 @@ -1,3 +1,11 @@ LessTif is a API compatible clone of the Motif toolkit. Currently LessTif is partially implemented with most of the API in place. -Saying this a lot of the internal functionality is still missing. +Both Motif 1.2 and Motif 2.0 libraries are built and installed. +By default, the 1.2 library is used becuase it is a more complete +implementation of the Motif 1.2 API. + +http://www.lesstif.org + +-- +Steve +kargl@troutmask.apl.washington.edu diff -u -r -N lesstif_old/pkg/PLIST lesstif/pkg/PLIST --- lesstif_old/pkg/PLIST Fri Apr 23 13:32:18 1999 +++ lesstif/pkg/PLIST Fri Apr 23 13:32:55 1999 @@ -1,190 +1,359 @@ -bin/mwm -bin/mxmkmf -bin/uil -bin/xmbind -include/Mrm/MrmAppl.h -include/Mrm/MrmDecls.h -include/Mrm/MrmPrivate.h -include/Mrm/MrmPublic.h -include/Xm/ArrowB.h -include/Xm/ArrowBG.h -include/Xm/ArrowBGP.h -include/Xm/ArrowBP.h -include/Xm/AtomMgr.h -include/Xm/BaseClassP.h -include/Xm/BulletinB.h -include/Xm/BulletinBP.h -include/Xm/CacheP.h -include/Xm/CascadeB.h -include/Xm/CascadeBG.h -include/Xm/CascadeBGP.h -include/Xm/CascadeBP.h -include/Xm/Command.h -include/Xm/CommandP.h -include/Xm/CutPaste.h -include/Xm/CutPasteP.h -include/Xm/DesktopP.h -include/Xm/DialogS.h -include/Xm/DialogSEP.h -include/Xm/DialogSP.h -include/Xm/Display.h -include/Xm/DisplayP.h -include/Xm/DragC.h -include/Xm/DragCP.h -include/Xm/DragDrop.h -include/Xm/DragIcon.h -include/Xm/DragIconP.h -include/Xm/DragOverS.h -include/Xm/DragOverSP.h -include/Xm/DrawP.h -include/Xm/DrawingA.h -include/Xm/DrawingAP.h -include/Xm/DrawnB.h -include/Xm/DrawnBP.h -include/Xm/DropSMgr.h -include/Xm/DropSMgrP.h -include/Xm/DropTrans.h -include/Xm/DropTransP.h -include/Xm/ExtObjectP.h -include/Xm/FileSB.h -include/Xm/FileSBP.h -include/Xm/Form.h -include/Xm/FormP.h -include/Xm/Frame.h -include/Xm/FrameP.h -include/Xm/GadgetP.h -include/Xm/Label.h -include/Xm/LabelG.h -include/Xm/LabelGP.h -include/Xm/LabelP.h -include/Xm/List.h -include/Xm/ListP.h -include/Xm/MainW.h -include/Xm/MainWP.h -include/Xm/ManagerP.h -include/Xm/MenuShell.h -include/Xm/MenuShellP.h -include/Xm/MenuUtilP.h -include/Xm/MessageB.h -include/Xm/MessageBP.h -include/Xm/MwmUtil.h -include/Xm/PanedW.h -include/Xm/PanedWP.h -include/Xm/PrimitiveP.h -include/Xm/Protocols.h -include/Xm/ProtocolsP.h -include/Xm/PushB.h -include/Xm/PushBG.h -include/Xm/PushBGP.h -include/Xm/PushBP.h -include/Xm/RCUtilsP.h -include/Xm/RepType.h -include/Xm/RowColumn.h -include/Xm/RowColumnP.h -include/Xm/SashP.h -include/Xm/Scale.h -include/Xm/ScaleP.h -include/Xm/Screen.h -include/Xm/ScreenP.h -include/Xm/ScrollBar.h -include/Xm/ScrollBarP.h -include/Xm/ScrolledW.h -include/Xm/ScrolledWP.h -include/Xm/SelectioB.h -include/Xm/SelectioBP.h -include/Xm/SeparatoG.h -include/Xm/SeparatoGP.h -include/Xm/Separator.h -include/Xm/SeparatorP.h -include/Xm/ShellEP.h -include/Xm/TearOffBP.h -include/Xm/TearOffP.h -include/Xm/Text.h -include/Xm/TextF.h -include/Xm/TextFP.h -include/Xm/TextFSelP.h -include/Xm/TextInP.h -include/Xm/TextOutP.h -include/Xm/TextP.h -include/Xm/TextSelP.h -include/Xm/TextStrSoP.h -include/Xm/ToggleB.h -include/Xm/ToggleBG.h -include/Xm/ToggleBGP.h -include/Xm/ToggleBP.h -include/Xm/TransltnsP.h -include/Xm/VaSimpleP.h -include/Xm/VendorS.h -include/Xm/VendorSEP.h -include/Xm/VendorSP.h -include/Xm/VirtKeys.h -include/Xm/VirtKeysP.h -include/Xm/WorldP.h -include/Xm/Xm.h -include/Xm/XmAll.h -include/Xm/XmP.h -include/Xm/XmStrDefs.h -include/Xm/XmosP.h +LessTif/AUTHORS +LessTif/BUG-REPORTING +LessTif/COPYING +LessTif/COPYING.LIB +LessTif/CREDITS +LessTif/FAQ +LessTif/INSTALL +LessTif/KNOWN_BUGS +LessTif/NEWS +LessTif/README +LessTif/RELEASE-POLICY +LessTif/TODO +LessTif/Motif1.2/include/Mrm/MrmAppl.h +LessTif/Motif1.2/include/Mrm/MrmDecls.h +LessTif/Motif1.2/include/Mrm/MrmPrivate.h +LessTif/Motif1.2/include/Mrm/MrmPublic.h +LessTif/Motif1.2/include/Xm/ArrowB.h +LessTif/Motif1.2/include/Xm/ArrowBG.h +LessTif/Motif1.2/include/Xm/ArrowBGP.h +LessTif/Motif1.2/include/Xm/ArrowBP.h +LessTif/Motif1.2/include/Xm/AtomMgr.h +LessTif/Motif1.2/include/Xm/BaseClassP.h +LessTif/Motif1.2/include/Xm/BulletinB.h +LessTif/Motif1.2/include/Xm/BulletinBP.h +LessTif/Motif1.2/include/Xm/CacheP.h +LessTif/Motif1.2/include/Xm/CascadeB.h +LessTif/Motif1.2/include/Xm/CascadeBG.h +LessTif/Motif1.2/include/Xm/CascadeBGP.h +LessTif/Motif1.2/include/Xm/CascadeBP.h +LessTif/Motif1.2/include/Xm/Command.h +LessTif/Motif1.2/include/Xm/CommandP.h +LessTif/Motif1.2/include/Xm/CutPaste.h +LessTif/Motif1.2/include/Xm/CutPasteP.h +LessTif/Motif1.2/include/Xm/DesktopP.h +LessTif/Motif1.2/include/Xm/DialogS.h +LessTif/Motif1.2/include/Xm/DialogSEP.h +LessTif/Motif1.2/include/Xm/DialogSP.h +LessTif/Motif1.2/include/Xm/Display.h +LessTif/Motif1.2/include/Xm/DisplayP.h +LessTif/Motif1.2/include/Xm/DragC.h +LessTif/Motif1.2/include/Xm/DragCP.h +LessTif/Motif1.2/include/Xm/DragDrop.h +LessTif/Motif1.2/include/Xm/DragIcon.h +LessTif/Motif1.2/include/Xm/DragIconP.h +LessTif/Motif1.2/include/Xm/DragOverS.h +LessTif/Motif1.2/include/Xm/DragOverSP.h +LessTif/Motif1.2/include/Xm/DrawP.h +LessTif/Motif1.2/include/Xm/DrawingA.h +LessTif/Motif1.2/include/Xm/DrawingAP.h +LessTif/Motif1.2/include/Xm/DrawnB.h +LessTif/Motif1.2/include/Xm/DrawnBP.h +LessTif/Motif1.2/include/Xm/DropSMgr.h +LessTif/Motif1.2/include/Xm/DropSMgrP.h +LessTif/Motif1.2/include/Xm/DropTrans.h +LessTif/Motif1.2/include/Xm/DropTransP.h +LessTif/Motif1.2/include/Xm/ExtObjectP.h +LessTif/Motif1.2/include/Xm/FileSB.h +LessTif/Motif1.2/include/Xm/FileSBP.h +LessTif/Motif1.2/include/Xm/Form.h +LessTif/Motif1.2/include/Xm/FormP.h +LessTif/Motif1.2/include/Xm/Frame.h +LessTif/Motif1.2/include/Xm/FrameP.h +LessTif/Motif1.2/include/Xm/GadgetP.h +LessTif/Motif1.2/include/Xm/Label.h +LessTif/Motif1.2/include/Xm/LabelG.h +LessTif/Motif1.2/include/Xm/LabelGP.h +LessTif/Motif1.2/include/Xm/LabelP.h +LessTif/Motif1.2/include/Xm/List.h +LessTif/Motif1.2/include/Xm/ListP.h +LessTif/Motif1.2/include/Xm/MainW.h +LessTif/Motif1.2/include/Xm/MainWP.h +LessTif/Motif1.2/include/Xm/ManagerP.h +LessTif/Motif1.2/include/Xm/MenuShell.h +LessTif/Motif1.2/include/Xm/MenuShellP.h +LessTif/Motif1.2/include/Xm/MenuUtilP.h +LessTif/Motif1.2/include/Xm/MessageB.h +LessTif/Motif1.2/include/Xm/MessageBP.h +LessTif/Motif1.2/include/Xm/MwmUtil.h +LessTif/Motif1.2/include/Xm/PanedW.h +LessTif/Motif1.2/include/Xm/PanedWP.h +LessTif/Motif1.2/include/Xm/PrimitiveP.h +LessTif/Motif1.2/include/Xm/Protocols.h +LessTif/Motif1.2/include/Xm/ProtocolsP.h +LessTif/Motif1.2/include/Xm/PushB.h +LessTif/Motif1.2/include/Xm/PushBG.h +LessTif/Motif1.2/include/Xm/PushBGP.h +LessTif/Motif1.2/include/Xm/PushBP.h +LessTif/Motif1.2/include/Xm/RCUtilsP.h +LessTif/Motif1.2/include/Xm/RepType.h +LessTif/Motif1.2/include/Xm/RowColumn.h +LessTif/Motif1.2/include/Xm/RowColumnP.h +LessTif/Motif1.2/include/Xm/SashP.h +LessTif/Motif1.2/include/Xm/Scale.h +LessTif/Motif1.2/include/Xm/ScaleP.h +LessTif/Motif1.2/include/Xm/Screen.h +LessTif/Motif1.2/include/Xm/ScreenP.h +LessTif/Motif1.2/include/Xm/ScrollBar.h +LessTif/Motif1.2/include/Xm/ScrollBarP.h +LessTif/Motif1.2/include/Xm/ScrolledW.h +LessTif/Motif1.2/include/Xm/ScrolledWP.h +LessTif/Motif1.2/include/Xm/SelectioB.h +LessTif/Motif1.2/include/Xm/SelectioBP.h +LessTif/Motif1.2/include/Xm/SeparatoG.h +LessTif/Motif1.2/include/Xm/SeparatoGP.h +LessTif/Motif1.2/include/Xm/Separator.h +LessTif/Motif1.2/include/Xm/SeparatorP.h +LessTif/Motif1.2/include/Xm/ShellEP.h +LessTif/Motif1.2/include/Xm/TearOffBP.h +LessTif/Motif1.2/include/Xm/TearOffP.h +LessTif/Motif1.2/include/Xm/Text.h +LessTif/Motif1.2/include/Xm/TextF.h +LessTif/Motif1.2/include/Xm/TextFP.h +LessTif/Motif1.2/include/Xm/TextFSelP.h +LessTif/Motif1.2/include/Xm/TextInP.h +LessTif/Motif1.2/include/Xm/TextOutP.h +LessTif/Motif1.2/include/Xm/TextP.h +LessTif/Motif1.2/include/Xm/TextSelP.h +LessTif/Motif1.2/include/Xm/TextStrSoP.h +LessTif/Motif1.2/include/Xm/ToggleB.h +LessTif/Motif1.2/include/Xm/ToggleBG.h +LessTif/Motif1.2/include/Xm/ToggleBGP.h +LessTif/Motif1.2/include/Xm/ToggleBP.h +LessTif/Motif1.2/include/Xm/TransltnsP.h +LessTif/Motif1.2/include/Xm/VaSimpleP.h +LessTif/Motif1.2/include/Xm/VendorS.h +LessTif/Motif1.2/include/Xm/VendorSEP.h +LessTif/Motif1.2/include/Xm/VendorSP.h +LessTif/Motif1.2/include/Xm/VirtKeys.h +LessTif/Motif1.2/include/Xm/VirtKeysP.h +LessTif/Motif1.2/include/Xm/WorldP.h +LessTif/Motif1.2/include/Xm/Xm.h +LessTif/Motif1.2/include/Xm/XmAll.h +LessTif/Motif1.2/include/Xm/XmP.h +LessTif/Motif1.2/include/Xm/XmStrDefs.h +LessTif/Motif1.2/include/Xm/XmosP.h +LessTif/Motif1.2/lib/libMrm.a +LessTif/Motif1.2/lib/libMrm.la +LessTif/Motif1.2/lib/libMrm.so +LessTif/Motif1.2/lib/libMrm.so.1 +LessTif/Motif1.2/lib/libXm.a +LessTif/Motif1.2/lib/libXm.la +LessTif/Motif1.2/lib/libXm.so +LessTif/Motif1.2/lib/libXm.so.1 +LessTif/Motif2.0/include/Mrm/MrmAppl.h +LessTif/Motif2.0/include/Mrm/MrmDecls.h +LessTif/Motif2.0/include/Mrm/MrmPrivate.h +LessTif/Motif2.0/include/Mrm/MrmPublic.h +LessTif/Motif2.0/include/Xm/AccTextT.h +LessTif/Motif2.0/include/Xm/ActivatableT.h +LessTif/Motif2.0/include/Xm/ArrowB.h +LessTif/Motif2.0/include/Xm/ArrowBG.h +LessTif/Motif2.0/include/Xm/ArrowBGP.h +LessTif/Motif2.0/include/Xm/ArrowBP.h +LessTif/Motif2.0/include/Xm/AtomMgr.h +LessTif/Motif2.0/include/Xm/BaseClassP.h +LessTif/Motif2.0/include/Xm/BulletinB.h +LessTif/Motif2.0/include/Xm/BulletinBP.h +LessTif/Motif2.0/include/Xm/CSText.h +LessTif/Motif2.0/include/Xm/CacheP.h +LessTif/Motif2.0/include/Xm/CascadeB.h +LessTif/Motif2.0/include/Xm/CascadeBG.h +LessTif/Motif2.0/include/Xm/CascadeBGP.h +LessTif/Motif2.0/include/Xm/CascadeBP.h +LessTif/Motif2.0/include/Xm/ComboBox.h +LessTif/Motif2.0/include/Xm/ComboBoxP.h +LessTif/Motif2.0/include/Xm/Command.h +LessTif/Motif2.0/include/Xm/CommandP.h +LessTif/Motif2.0/include/Xm/Container.h +LessTif/Motif2.0/include/Xm/ContainerT.h +LessTif/Motif2.0/include/Xm/CutPaste.h +LessTif/Motif2.0/include/Xm/CutPasteP.h +LessTif/Motif2.0/include/Xm/DesktopP.h +LessTif/Motif2.0/include/Xm/DialogS.h +LessTif/Motif2.0/include/Xm/DialogSEP.h +LessTif/Motif2.0/include/Xm/DialogSP.h +LessTif/Motif2.0/include/Xm/Display.h +LessTif/Motif2.0/include/Xm/DisplayP.h +LessTif/Motif2.0/include/Xm/DragC.h +LessTif/Motif2.0/include/Xm/DragCP.h +LessTif/Motif2.0/include/Xm/DragDrop.h +LessTif/Motif2.0/include/Xm/DragIcon.h +LessTif/Motif2.0/include/Xm/DragIconP.h +LessTif/Motif2.0/include/Xm/DragOverS.h +LessTif/Motif2.0/include/Xm/DragOverSP.h +LessTif/Motif2.0/include/Xm/DrawP.h +LessTif/Motif2.0/include/Xm/DrawingA.h +LessTif/Motif2.0/include/Xm/DrawingAP.h +LessTif/Motif2.0/include/Xm/DrawnB.h +LessTif/Motif2.0/include/Xm/DrawnBP.h +LessTif/Motif2.0/include/Xm/DropSMgr.h +LessTif/Motif2.0/include/Xm/DropSMgrP.h +LessTif/Motif2.0/include/Xm/DropTrans.h +LessTif/Motif2.0/include/Xm/DropTransP.h +LessTif/Motif2.0/include/Xm/ExtObjectP.h +LessTif/Motif2.0/include/Xm/FileSB.h +LessTif/Motif2.0/include/Xm/FileSBP.h +LessTif/Motif2.0/include/Xm/Form.h +LessTif/Motif2.0/include/Xm/FormP.h +LessTif/Motif2.0/include/Xm/Frame.h +LessTif/Motif2.0/include/Xm/FrameP.h +LessTif/Motif2.0/include/Xm/Gadget.h +LessTif/Motif2.0/include/Xm/GadgetP.h +LessTif/Motif2.0/include/Xm/GrabShell.h +LessTif/Motif2.0/include/Xm/GrabShellP.h +LessTif/Motif2.0/include/Xm/IconG.h +LessTif/Motif2.0/include/Xm/IconGP.h +LessTif/Motif2.0/include/Xm/Label.h +LessTif/Motif2.0/include/Xm/LabelG.h +LessTif/Motif2.0/include/Xm/LabelGP.h +LessTif/Motif2.0/include/Xm/LabelP.h +LessTif/Motif2.0/include/Xm/LayoutT.h +LessTif/Motif2.0/include/Xm/List.h +LessTif/Motif2.0/include/Xm/ListP.h +LessTif/Motif2.0/include/Xm/MainW.h +LessTif/Motif2.0/include/Xm/MainWP.h +LessTif/Motif2.0/include/Xm/Manager.h +LessTif/Motif2.0/include/Xm/ManagerP.h +LessTif/Motif2.0/include/Xm/MenuShell.h +LessTif/Motif2.0/include/Xm/MenuShellP.h +LessTif/Motif2.0/include/Xm/MenuUtilP.h +LessTif/Motif2.0/include/Xm/MessageB.h +LessTif/Motif2.0/include/Xm/MessageBP.h +LessTif/Motif2.0/include/Xm/MwmUtil.h +LessTif/Motif2.0/include/Xm/NavigatorT.h +LessTif/Motif2.0/include/Xm/Notebook.h +LessTif/Motif2.0/include/Xm/NotebookP.h +LessTif/Motif2.0/include/Xm/PanedW.h +LessTif/Motif2.0/include/Xm/PanedWP.h +LessTif/Motif2.0/include/Xm/Primitive.h +LessTif/Motif2.0/include/Xm/PrimitiveP.h +LessTif/Motif2.0/include/Xm/Protocols.h +LessTif/Motif2.0/include/Xm/ProtocolsP.h +LessTif/Motif2.0/include/Xm/PushB.h +LessTif/Motif2.0/include/Xm/PushBG.h +LessTif/Motif2.0/include/Xm/PushBGP.h +LessTif/Motif2.0/include/Xm/PushBP.h +LessTif/Motif2.0/include/Xm/RCUtilsP.h +LessTif/Motif2.0/include/Xm/RepType.h +LessTif/Motif2.0/include/Xm/RowColumn.h +LessTif/Motif2.0/include/Xm/RowColumnP.h +LessTif/Motif2.0/include/Xm/SashP.h +LessTif/Motif2.0/include/Xm/Scale.h +LessTif/Motif2.0/include/Xm/ScaleP.h +LessTif/Motif2.0/include/Xm/Screen.h +LessTif/Motif2.0/include/Xm/ScreenP.h +LessTif/Motif2.0/include/Xm/ScrollBar.h +LessTif/Motif2.0/include/Xm/ScrollBarP.h +LessTif/Motif2.0/include/Xm/ScrollFrameT.h +LessTif/Motif2.0/include/Xm/ScrolledW.h +LessTif/Motif2.0/include/Xm/ScrolledWP.h +LessTif/Motif2.0/include/Xm/SelectioB.h +LessTif/Motif2.0/include/Xm/SelectioBP.h +LessTif/Motif2.0/include/Xm/SeparatoG.h +LessTif/Motif2.0/include/Xm/SeparatoGP.h +LessTif/Motif2.0/include/Xm/Separator.h +LessTif/Motif2.0/include/Xm/SeparatorP.h +LessTif/Motif2.0/include/Xm/ShellEP.h +LessTif/Motif2.0/include/Xm/SpinB.h +LessTif/Motif2.0/include/Xm/SpinBP.h +LessTif/Motif2.0/include/Xm/TearOffBP.h +LessTif/Motif2.0/include/Xm/TearOffP.h +LessTif/Motif2.0/include/Xm/Text.h +LessTif/Motif2.0/include/Xm/TextF.h +LessTif/Motif2.0/include/Xm/TextFP.h +LessTif/Motif2.0/include/Xm/TextFSelP.h +LessTif/Motif2.0/include/Xm/TextInP.h +LessTif/Motif2.0/include/Xm/TextOutP.h +LessTif/Motif2.0/include/Xm/TextP.h +LessTif/Motif2.0/include/Xm/TextSelP.h +LessTif/Motif2.0/include/Xm/TextStrSoP.h +LessTif/Motif2.0/include/Xm/ToggleB.h +LessTif/Motif2.0/include/Xm/ToggleBG.h +LessTif/Motif2.0/include/Xm/ToggleBGP.h +LessTif/Motif2.0/include/Xm/ToggleBP.h +LessTif/Motif2.0/include/Xm/TraitP.h +LessTif/Motif2.0/include/Xm/Transfer.h +LessTif/Motif2.0/include/Xm/TransferP.h +LessTif/Motif2.0/include/Xm/TransltnsP.h +LessTif/Motif2.0/include/Xm/VaSimpleP.h +LessTif/Motif2.0/include/Xm/VendorS.h +LessTif/Motif2.0/include/Xm/VendorSEP.h +LessTif/Motif2.0/include/Xm/VendorSP.h +LessTif/Motif2.0/include/Xm/VirtKeys.h +LessTif/Motif2.0/include/Xm/VirtKeysP.h +LessTif/Motif2.0/include/Xm/WorldP.h +LessTif/Motif2.0/include/Xm/Xm.h +LessTif/Motif2.0/include/Xm/XmAll.h +LessTif/Motif2.0/include/Xm/XmP.h +LessTif/Motif2.0/include/Xm/XmStrDefs.h +LessTif/Motif2.0/include/Xm/XmosP.h +LessTif/Motif2.0/lib/libMrm.a +LessTif/Motif2.0/lib/libMrm.la +LessTif/Motif2.0/lib/libMrm.so +LessTif/Motif2.0/lib/libMrm.so.2 +LessTif/Motif2.0/lib/libXm.a +LessTif/Motif2.0/lib/libXm.la +LessTif/Motif2.0/lib/libXm.so +LessTif/Motif2.0/lib/libXm.so.2 +LessTif/doc/COPYING.LIB.html +LessTif/doc/FAQ.html +LessTif/doc/INSTALL.html +LessTif/doc/apps.html +LessTif/doc/bug-reporting.html +LessTif/doc/bugs.html +LessTif/doc/button.html +LessTif/doc/cdrom.html +LessTif/doc/core.html +LessTif/doc/current.html +LessTif/doc/cvs.html +LessTif/doc/download.html +LessTif/doc/index.html +LessTif/doc/links.html +LessTif/doc/lists.html +LessTif/doc/mirrors.html +LessTif/doc/platforms.html +LessTif/doc/release-policy.html +LessTif/doc/test_policy.html +LessTif/doc/test_summary.html +LessTif/doc/testers.html +LessTif/doc/versions.html +LessTif/doc/web_button.html +LessTif/doc/images/hungry.gif +LessTif/doc/images/lesstif-realsmall.gif +LessTif/doc/images/lesstif-small.gif +LessTif/doc/images/lesstif.gif +LessTif/doc/images/ltsunlogo.gif +LessTif/doc/imgs/lesstif.jpg +LessTif/doc/imgs/ltsunlogo.gif +@dirrm LessTif/Motif1.2/include/Mrm +@dirrm LessTif/Motif1.2/include/Xm +@dirrm LessTif/Motif1.2/include +@dirrm LessTif/Motif1.2/lib +@dirrm LessTif/Motif1.2 +@dirrm LessTif/Motif2.0/include/Mrm +@dirrm LessTif/Motif2.0/include/Xm +@dirrm LessTif/Motif2.0/include +@dirrm LessTif/Motif2.0/lib +@dirrm LessTif/Motif2.0 +@dirrm LessTif/doc/html +LessTif/doc/Lessdox +@dirrm LessTif/doc/images +@dirrm LessTif/doc/imgs +@dirrm LessTif/doc +@dirrm LessTif +include/Mrm +include/Xm +lib/libXm.a +lib/libXm.so +lib/libXm.so.1 +lib/libXm.la +lib/libMrm.a +lib/libMrm.so.1 +lib/libMrm.la lib/X11/app-defaults/Mwm -lib/X11/lesstif/Imake.tmpl -lib/X11/lesstif/Motif.rules -lib/X11/lesstif/Motif.tmpl lib/X11/mwm/README lib/X11/mwm/alt.map lib/X11/mwm/system.mwmrc -lib/libMrm.la -lib/libMrm.a -lib/libMrm.so -lib/libMrm.so.1.2 -lib/libXm.la -lib/libXm.a -lib/libXm.so -lib/libXm.so.1.2 -@exec /usr/bin/env OBJFORMAT=3D%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=3D%%PORTOBJFORMAT%% /sbin/ldconfig -R -share/doc/LessTif/AUTHORS -share/doc/LessTif/BUG-REPORTING -share/doc/LessTif/COPYING -share/doc/LessTif/COPYING.LIB -share/doc/LessTif/COPYING.LIB.html -share/doc/LessTif/CREDITS -share/doc/LessTif/FAQ.html -share/doc/LessTif/INSTALL -share/doc/LessTif/INSTALL.html -share/doc/LessTif/KNOWN_BUGS -share/doc/LessTif/NEWS -share/doc/LessTif/README -share/doc/LessTif/RELEASE-POLICY -share/doc/LessTif/TODO -share/doc/LessTif/apps.html -share/doc/LessTif/bug-reporting.html -share/doc/LessTif/bugs.html -share/doc/LessTif/button.html -share/doc/LessTif/cdrom.html -share/doc/LessTif/core.html -share/doc/LessTif/current.html -share/doc/LessTif/cvs.html -share/doc/LessTif/download.html -share/doc/LessTif/images/hungry.gif -share/doc/LessTif/images/lesstif-realsmall.gif -share/doc/LessTif/images/lesstif-small.gif -share/doc/LessTif/images/lesstif.gif -share/doc/LessTif/images/lesstif.jpg -share/doc/LessTif/images/ltsunlogo.gif -share/doc/LessTif/index.html -share/doc/LessTif/links.html -share/doc/LessTif/lists.html -share/doc/LessTif/mirrors.html -share/doc/LessTif/platforms.html -share/doc/LessTif/release-policy.html -share/doc/LessTif/test_policy.html -share/doc/LessTif/test_summary.html -share/doc/LessTif/testers.html -share/doc/LessTif/versions.html -share/doc/LessTif/web_button.html @dirrm lib/X11/mwm -@dirrm lib/X11/lesstif -@dirrm include/Xm -@dirrm include/Mrm -@dirrm share/doc/LessTif/images -@dirrm share/doc/LessTif +@exec /sbin/ldconfig -m %D/lib --------------AFD8A9500CD850777C8F711F-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 23 17:42:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7345714E42 for ; Fri, 23 Apr 1999 17:42:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA30302; Fri, 23 Apr 1999 17:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (slwag2p12.ozemail.com.au [203.108.157.60]) by hub.freebsd.org (Postfix) with ESMTP id CBD1F14D5D for ; Fri, 23 Apr 1999 17:35:40 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id KAA23871; Sat, 24 Apr 1999 10:33:11 +1000 (EST) Message-Id: <199904240033.KAA23871@blues.ghis.net> Date: Sat, 24 Apr 1999 10:33:11 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11297: new port: wmtz-0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11297 >Category: ports >Synopsis: new port: wmtz-0.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 23 17:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: New port of wmtz, a dockapp that shows the time in different time zones which are set in the config file. >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: # # wmtz # wmtz/patches # wmtz/patches/patch-aa # wmtz/Makefile # wmtz/files # wmtz/files/md5 # wmtz/pkg # wmtz/pkg/COMMENT # wmtz/pkg/DESCR # wmtz/pkg/PLIST # echo c - wmtz mkdir -p wmtz > /dev/null 2>&1 echo c - wmtz/patches mkdir -p wmtz/patches > /dev/null 2>&1 echo x - wmtz/patches/patch-aa sed 's/^X//' >wmtz/patches/patch-aa << 'END-of-wmtz/patches/patch-aa' X--- Makefile.orig Sat Apr 24 09:24:32 1999 X+++ Makefile Sat Apr 24 09:26:34 1999 X@@ -1,7 +1,7 @@ X CC = gcc X LIBDIR = -L/usr/X11R6/lib X LIBS = -lXpm -lXext -lX11 -lm X-FLAGS = -O2 X+CFLAGS = -Wall -O2 X OBJS = wmtz.o \ X ../wmgeneral/wmgeneral.o \ X ../wmgeneral/misc.o \ X@@ -9,10 +9,10 @@ X X X .c.o: X- $(CC) -I/usr/X11R6/share/include $(FLAGS) -c -Wall $< -o $*.o X+ $(CC) -I/usr/X11R6/share/include $(CFLAGS) -c $< -o $*.o X X wmtz: $(OBJS) X- $(CC) $(FLAGS) -o wmtz $^ -lXext $(LIBDIR) $(LIBS) X+ $(CC) $(CFLAGS) -o wmtz $^ -lXext $(LIBDIR) $(LIBS) X X all:: wmtz X X@@ -24,18 +24,11 @@ X rm -f *~ X X install:: wmtz X- cp -f wmtz /usr/local/bin/ X- chmod 755 /usr/local/bin/wmtz X- chown root:root /usr/local/bin/wmtz X- cp wmtzrc $(HOME)/.wmtzrc X- chmod 600 $(HOME)/.wmtzrc X- cp wmtzrc /etc/wmtzrc X- chmod 644 /etc/wmtzrc X+ cp -f wmtz /usr/X11R6/bin/ X+ chmod 755 /usr/X11R6/bin/wmtz X+ chown root.wheel /usr/X11R6/bin/wmtz X @echo "wmtz: Installation finished..." X X uninstall:: X- rm -i /usr/local/bin/wmtz X- rm -i /etc/wmtzrc X- chmod 666 $(HOME)/.wmtzrc X- rm -i $(HOME)/.wmtzrc X+ rm -i /usr/X11R6/bin/wmtz X @echo "wmtz: Uninstall completed..." END-of-wmtz/patches/patch-aa echo x - wmtz/Makefile sed 's/^X//' >wmtz/Makefile << 'END-of-wmtz/Makefile' X# New ports collection makefile for: wmtz X# Version required: 0.2 X# Date created: 24 Apr 1999 X# Whom: Jim Mock X# X# $Id$ X# X XDISTNAME= wmtz-0.2 XCATEGORIES= misc windowmaker afterstep XMASTER_SITES= http://www.algonet.se/~jlin/ X XMAINTAINER= jim@phrantic.phear.net X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XUSE_GMAKE= yes XWRKSRC= ${WRKDIR}/${DISTNAME}/wmtz XUSE_X_PREFIX= yes X Xpost-install: X @${ECHO} " " X @${ECHO} "-----------------------------------------------------------" X @${ECHO} "===> Installing wmtzrc in ${PREFIX}/share/examples/wmtz" X @${ECHO} "===> Modify to your config and copy to ~/.wmtzrc" X @${ECHO} "-----------------------------------------------------------" X @${ECHO} " " X @${MKDIR} ${PREFIX}/share/examples/wmtz && chmod a+rx ${PREFIX}/share/examples/wmtz X ${INSTALL_DATA} ${WRKSRC}/wmtzrc ${PREFIX}/share/examples/wmtz X @${ECHO} " " X @${ECHO} "-----------------------------------------------------------" X @${ECHO} "===> Run wmtz --help for usage instructions" X @${ECHO} "-----------------------------------------------------------" X @${ECHO} " " X X.include END-of-wmtz/Makefile echo c - wmtz/files mkdir -p wmtz/files > /dev/null 2>&1 echo x - wmtz/files/md5 sed 's/^X//' >wmtz/files/md5 << 'END-of-wmtz/files/md5' XMD5 (wmtz-0.2.tar.gz) = 966b00f5867801e7b21fde307f5aaf7a END-of-wmtz/files/md5 echo c - wmtz/pkg mkdir -p wmtz/pkg > /dev/null 2>&1 echo x - wmtz/pkg/COMMENT sed 's/^X//' >wmtz/pkg/COMMENT << 'END-of-wmtz/pkg/COMMENT' Xwmtz is a dockapp that displays the time in different time zones. END-of-wmtz/pkg/COMMENT echo x - wmtz/pkg/DESCR sed 's/^X//' >wmtz/pkg/DESCR << 'END-of-wmtz/pkg/DESCR' Xwmtz is a dockapp for the Window Maker that displays the time in Xdifferent time zones as defined in it's configuration file. It can Xalso display the current Julian Day Number. X XWWW Homepage: http://www.algonet.se/~jlin/wmtz.html X X- Jim END-of-wmtz/pkg/DESCR echo x - wmtz/pkg/PLIST sed 's/^X//' >wmtz/pkg/PLIST << 'END-of-wmtz/pkg/PLIST' Xbin/wmtz Xshare/examples/wmtz/wmtzrc X@dirrm share/examples/wmtz X END-of-wmtz/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 23 19:42: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from v-com.com (mail.v-com.com [204.153.195.188]) by hub.freebsd.org (Postfix) with SMTP id BD26614D01 for ; Fri, 23 Apr 1999 19:42:04 -0700 (PDT) (envelope-from tim@v-com.com) Received: from timothy.v-com.com [204.153.195.186] by v-com.com [204.153.195.188] with SMTP () for ; Fri, 23 Apr 1999 19:32:07 -0700 Message-Id: <2.2.32.19990424022909.007128e8@mail.v-com.com> X-Sender: tim@mail.v-com.com X-Mailer: Windows Eudora Pro Version 2.2 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Fri, 23 Apr 1999 19:29:09 -0700 To: freebsd-ports@FreeBSD.ORG From: "Timothy T. Smith" Subject: using sysinstall to add ports? X-MDaemon-Deliver-To: freebsd-ports@FreeBSD.ORG X-Return-Path: tim@v-com.com Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org First let me say, that I usually just run the make in the skeleton of the port I'm interested and normally that's about it. But, I decided to use Sysintsall this time round. Hmmm. Bad choice? Well, I go through to try to install a port (via FTP) and it certainly looks like it's downloading something and doing a pkg_add and all, but after all is said and done I have nada. Looking at the ports menu, there is an X that marks the port. So, something thinks it's installed. But I certainly can't find it. No tarball to be found. Running make, it wants to download the tarball again. Maybe I don't understand what's supposed to be happening when I use Sysinstall to install a port. I tried pouring through the site, but couldn't find anything to really describe the process. Just a lot about using pkg_add, which I haven't needed to use...yet. So, in reagard to Sysinstall to install a port.... 1. What's it really do? 2. How can I verify that it really did it? 3. What am I expected to do afterwards? 4. How can I tell what ports are REALLY installed? Thanks, Tim. ========================================================================== Timothy T. Smith V Communications Inc. 2290 North First Street Manager suite #101 IT Dept. San Jose CA 95131 main:(408)-965-4000 tim@v-com.com fax:(408)-965-4014 "You know Hobbes, some days even my lucky rocketship underpants don't help." -- Calvin and Hobbs =========================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 23 19:52:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blues.ghis.net (slwag2p12.ozemail.com.au [203.108.157.60]) by hub.freebsd.org (Postfix) with ESMTP id 91FC614D68 for ; Fri, 23 Apr 1999 19:52:07 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id MAA24524; Sat, 24 Apr 1999 12:49:33 +1000 (EST) Date: Sat, 24 Apr 1999 12:49:33 +1000 From: Jim Mock To: "Timothy T. Smith" Cc: freebsd-ports@FreeBSD.ORG Subject: Re: using sysinstall to add ports? Message-ID: <19990424124932.A24494@blues.ghis.net> Reply-To: jim@blues.ghis.net References: <2.2.32.19990424022909.007128e8@mail.v-com.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.2i In-Reply-To: <2.2.32.19990424022909.007128e8@mail.v-com.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 23 Apr 1999 at 19:29:09 -0700, Timothy T. Smith wrote: > First let me say, that I usually just run the make in the skeleton > of the port I'm interested and normally that's about it. > > But, I decided to use Sysintsall this time round. > > Hmmm. Bad choice? > > Well, I go through to try to install a port (via FTP) and it > certainly looks like it's downloading something and doing a pkg_add > and all, but after all is said and done I have nada. > > Looking at the ports menu, there is an X that marks the port. So, > something thinks it's installed. But I certainly can't find it. No > tarball to be found. Running make, it wants to download the tarball > again. Correct, it's a _package_ being installed, not a port.. two separate animals =) > Maybe I don't understand what's supposed to be happening when I use > Sysinstall to install a port. I tried pouring through the site, but > couldn't find anything to really describe the process. Just a lot > about using pkg_add, which I haven't needed to use...yet. You're not installing ports through sysinstall, you're installing a package. It's doing everything it's supposed to do, just not what you're expecting =) > So, in reagard to Sysinstall to install a port.... > > 1. What's it really do? Installs the binary package, not a port. > 2. How can I verify that it really did it? Run what you installed. > 3. What am I expected to do afterwards? Run what you installed. > 4. How can I tell what ports are REALLY installed? ls /var/db/pkg -- Jim Mock System Administrator jim@blues.ghis.net ,-._|\ FreeBSD work: Global Hosting Inet Svcs http://www.ghis.net/ / \ The personal: http://www.ghis.net/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 23 22:22:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5485F14DFA for ; Fri, 23 Apr 1999 22:22:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA45492; Fri, 23 Apr 1999 22:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bradenton.cisco.com (bradenton.cisco.com [161.44.105.162]) by hub.freebsd.org (Postfix) with ESMTP id 9439B14E4A for ; Fri, 23 Apr 1999 22:21:36 -0700 (PDT) (envelope-from marcus@bradenton.cisco.com) Received: (from marcus@localhost) by bradenton.cisco.com (8.9.2/8.9.2) id BAA90009; Sat, 24 Apr 1999 01:19:02 -0400 (EDT) (envelope-from marcus) Message-Id: <199904240519.BAA90009@bradenton.cisco.com> Date: Sat, 24 Apr 1999 01:19:02 -0400 (EDT) From: marcus@bradenton.cisco.com Reply-To: jclarke@cisco.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11300: gftp 1.13 echos ftp passwords in clear-text Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11300 >Category: ports >Synopsis: gftp 1.13 echos ftp passwords in clear-text >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 23 22:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Joe "Marcus" Clarke >Release: FreeBSD 3.1-RELEASE i386 >Organization: Cisco Systems, Inc. >Environment: FreeBSD 3.1-RELEASE on i586 >Description: Using the latest gftp compiled from ports (version 1.13) I noticed that ftp passwors are echoed in the logging window in clear-text. This can be a security problem is people are looking over your shoulder. >How-To-Repeat: Compile gftp and connect to a remote host. >Fix: Apply this patch to gnome-ftp.c. It corrects the problem by echoing "******" instead of the password. --- gnome-ftp.c Wed Mar 31 00:43:08 1999 +++ /home/marcus/gnome-ftp.c Sat Apr 24 01:07:01 1999 @@ -791,6 +791,7 @@ int gftp_send_command (gftp_request *request, const char *command) { struct timeval tv; fd_set rset; + char *print_command; g_return_val_if_fail (request != NULL, -2); g_return_val_if_fail (command != NULL, -2); @@ -800,8 +801,16 @@ FD_SET (request->sockfd, &rset); tv.tv_sec = 10; tv.tv_usec = 0; + if (!strncmp(command, "PASS", 4)) { + print_command = (char *)malloc(sizeof("PASS ******\r\n")); + print_command = "PASS ******\r\n"; + } + else { + print_command = (char *)malloc(sizeof(command)); + (void)strcpy(print_command,command); + } if (request->logging) { - request->logging_function (gftp_logging_send, request->user_data, command); + request->logging_function (gftp_logging_send, request->user_data, print_command); } if (select (request->sockfd+1, NULL, &rset, NULL, &tv) == 0) { >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 23 23:32:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE5F314D7D for ; Fri, 23 Apr 1999 23:32:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA49561; Fri, 23 Apr 1999 23:30:01 -0700 (PDT) (envelope-from gnats@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 BCF7914EB8 for ; Fri, 23 Apr 1999 23:22:53 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id D0D4E16EA; Fri, 23 Apr 1999 23:20:22 -0700 (PDT) Message-Id: <19990424062022.D0D4E16EA@norn.ca.eu.org> Date: Fri, 23 Apr 1999 23:20:22 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11301: Update: net/greed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11301 >Category: ports >Synopsis: Update: net/greed >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 23 23:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 0.7. Files removed: patch-ab, patch-ac (not needed any more, it seems) Files added: patch-ad >How-To-Repeat: >Fix: Index: greed/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/greed/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/04/21 19:13:01 1.3 +++ Makefile 1999/04/24 06:07:49 @@ -1,13 +1,12 @@ # New ports collection makefile for: greed -# Version required: 0.666 +# Version required: 0.7 # Date created: 13 April 1999 # Whom: Chris Piazza # # $Id: Makefile,v 1.3 1999/04/21 19:13:01 mharo Exp $ # -DISTNAME= greed -PKGNAME= greed-0.666 +DISTNAME= greed-0.7 CATEGORIES= net MASTER_SITES= http://www.public.asu.edu/~arturner/ @@ -16,6 +15,7 @@ MAN1= greed.1 ALL_TARGET= freebsd +WRKSRC= ${WRKDIR}/greed post-extract: @${GUNZIP_CMD} ${WRKSRC}/greed.1.gz Index: greed/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/net/greed/files/md5,v retrieving revision 1.3 diff -u -r1.3 md5 --- md5 1999/04/21 19:13:01 1.3 +++ md5 1999/04/24 06:06:53 @@ -1 +1 @@ -MD5 (greed.tar.gz) = eef646427013e34c3288a0efe87ac638 +MD5 (greed-0.7.tar.gz) = 5bc0ee1ef8df8010000a4e1838b56112 Index: greed/patches/patch-ad =================================================================== RCS file: patch-ad diff -N patch-ad --- /dev/null Fri Apr 23 23:15:18 1999 +++ patch-ad Fri Apr 23 23:15:06 1999 @@ -0,0 +1,11 @@ +--- main.h.orig Fri Apr 23 23:14:39 1999 ++++ main.h Fri Apr 23 23:14:47 1999 +@@ -48,7 +48,7 @@ + #include + #include + #include +-#include ++#include + #include + #include + -Chris >Release-Note: >Audit-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 23 23:42:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CEBDF14D17 for ; Fri, 23 Apr 1999 23:42:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA50509; Fri, 23 Apr 1999 23:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 23 Apr 1999 23:40:02 -0700 (PDT) Message-Id: <199904240640.XAA50509@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: RE: ports/11301: Update: net/greed Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11301; it has been noted by GNATS. From: Chris Piazza To: cpiazza@home.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: RE: ports/11301: Update: net/greed Date: Fri, 23 Apr 1999 23:34:46 -0700 (PDT) Oops, that was a brain-o. Please use this instead of the above. patch-ab and -ac were removed, patch-ad is different now. Index: greed/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/greed/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/04/21 19:13:01 1.3 +++ Makefile 1999/04/24 06:07:49 @@ -1,13 +1,12 @@ # New ports collection makefile for: greed -# Version required: 0.666 +# Version required: 0.7 # Date created: 13 April 1999 # Whom: Chris Piazza # # $Id: Makefile,v 1.3 1999/04/21 19:13:01 mharo Exp $ # -DISTNAME= greed -PKGNAME= greed-0.666 +DISTNAME= greed-0.7 CATEGORIES= net MASTER_SITES= http://www.public.asu.edu/~arturner/ @@ -16,6 +15,7 @@ MAN1= greed.1 ALL_TARGET= freebsd +WRKSRC= ${WRKDIR}/greed post-extract: @${GUNZIP_CMD} ${WRKSRC}/greed.1.gz Index: greed/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/net/greed/files/md5,v retrieving revision 1.3 diff -u -r1.3 md5 --- md5 1999/04/21 19:13:01 1.3 +++ md5 1999/04/24 06:06:53 @@ -1 +1 @@ -MD5 (greed.tar.gz) = eef646427013e34c3288a0efe87ac638 +MD5 (greed-0.7.tar.gz) = 5bc0ee1ef8df8010000a4e1838b56112 Index: greed/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/net/greed/patches/patch-aa,v retrieving revision 1.2 diff -u -r1.2 patch-aa --- patch-aa 1999/04/21 19:13:01 1.2 +++ patch-aa 1999/04/24 06:28:32 @@ -1,5 +1,5 @@ --- Makefile.orig Wed Apr 21 07:09:00 1999 -+++ Makefile Tue Apr 20 17:49:19 1999 ++++ Makefile Fri Apr 23 23:28:02 1999 @@ -4,10 +4,10 @@ # Where to install binary and manpage on "make install": @@ -22,8 +22,8 @@ - CFLAGS='-Wall -ansi -pedantic -O4 -m486 -fomit-frame-pointer \ - -funroll-all-loops -ffast-math -DROT_I386 \ - -DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP' \ -+ CFLAGS='-funroll-all-loops -ffast-math \ -+ -DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \ ++ CFLAGS='-fomit-frame-pointer -funroll-all-loops -ffast-math \ ++ -DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \ greed solaris: Index: greed/patches/patch-ad =================================================================== RCS file: patch-ad diff -N patch-ad --- /dev/null Fri Apr 23 23:33:05 1999 +++ patch-ad Fri Apr 23 23:32:49 1999 @@ -0,0 +1,10 @@ +--- main.h.orig Fri Apr 23 23:32:36 1999 ++++ main.h Fri Apr 23 23:32:41 1999 +@@ -48,7 +48,6 @@ + #include + #include + #include +-#include + #include + #include + --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 24 4:33:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ns.nexos.com.br (ns.nexos.com.br [200.223.94.67]) by hub.freebsd.org (Postfix) with ESMTP id 3DA3E14EF1 for ; Sat, 24 Apr 1999 04:33:28 -0700 (PDT) (envelope-from gorgonio@nexos.com.br) Received: from nexos.com.br (ubu.nexos.com.br [200.223.94.75]) by ns.nexos.com.br (8.9.2/8.8.8) with ESMTP id IAA03923; Sat, 24 Apr 1999 08:33:14 -0300 (BSC) (envelope-from gorgonio@nexos.com.br) Message-ID: <3721AB43.CE15CCD4@nexos.com.br> Date: Sat, 24 Apr 1999 08:30:11 -0300 From: Gorgonio Araujo Organization: Nexos X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: brett@peloton.physics.montana.edu Cc: freebsd-ports@freebsd.org, suporte@nexos.com.br Subject: Checksum mismatch for asWedit-4.0-i386.linux.tar.gz Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello brett! Is aswedit md5 file updated in current port? I'm trying to install it under FreeBSD-3.1 with out success: # make install ===> Extracting for asWedit-4.0 >> Checksum mismatch for asWedit-4.0-i386.linux.tar.gz. Make sure the Makefile and md5 file (/usr/ports/www/aswedit/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop. ... Thanks, -- Gorgonio Araújo Nexos - http://www.nexos.com.br/ tel/fax: +55 71 341-4072 -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 24 7:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9427614F0B for ; Sat, 24 Apr 1999 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA36018; Sat, 24 Apr 1999 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from henoch.cc.fh-lippe.de (henoch.cc.fh-lippe.de [193.16.112.72]) by hub.freebsd.org (Postfix) with ESMTP id 8A96714CB9 for ; Sat, 24 Apr 1999 07:42:14 -0700 (PDT) (envelope-from lkoeller@cc.fh-lippe.de) Received: from spock.cc.fh-lippe.de([193.16.118.120]) (1442 bytes) by henoch.cc.fh-lippe.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Sat, 24 Apr 1999 16:42:13 +0200 (MET DST) (Smail-3.2.0.101 1997-Dec-17 #3 built 1998-Feb-3) Received: from cc.fh-lippe.de by spock.cc.fh-lippe.de with smtp (Smail3.1.29.1 #2) id m10b3d6-00070iC; Sat, 24 Apr 99 16:42 MET DST Received: (from lkoeller@localhost) by cc.fh-lippe.de (8.9.2/8.9.1) id QAA31310; Sat, 24 Apr 1999 16:37:03 +0200 (CEST) (envelope-from lkoeller) Message-Id: <199904241437.QAA31310@cc.fh-lippe.de> Date: Sat, 24 Apr 1999 16:37:03 +0200 (CEST) From: lkoeller@cc.fh-lippe.de Reply-To: lkoeller@cc.fh-lippe.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11304: New Port (syncal) for Sync of Ical and Palm Pilot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11304 >Category: ports >Synopsis: New port syncal-0.5, syncing of ical and PalmPilot >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 24 07:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Lars Koeller >Release: FreeBSD 3.1-RELEASE i386 >Organization: Fachhochschule Lippe, Lemgo, Germany >Environment: FreeBSD 3.1-RELEASE i386 >Description: New port syncal-0.5 a tool for synchronize the ical calendar/todo application with the PalmPilot. >How-To-Repeat: Fetch the port from ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/syncal-0.5-port.tar.gz >Fix: Commit it, and find a smarter solution for the ical patch problem ;-) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 24 8:50:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E4E41501A for ; Sat, 24 Apr 1999 08:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA79840; Sat, 24 Apr 1999 08:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8768F14F74; Sat, 24 Apr 1999 08:42:18 -0700 (PDT) Message-Id: <19990424154218.8768F14F74@hub.freebsd.org> Date: Sat, 24 Apr 1999 08:42:18 -0700 (PDT) From: pfgiffun@bachue.usc.unal.edu.co To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11305: Unified XView port (fixed) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11305 >Category: ports >Synopsis: Unified XView port (fixed) >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 24 08:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 3.1-R >Organization: Universidad Nacional de Colombia >Environment: >Description: This is the merged version of xview-config and xview-lib. They are made from tarball, and in the same process, so it didn't make much sense to have them split. This is also required for ports/9700, and the slingshot fix. >How-To-Repeat: For some reason, environment variables were not being passed by the port, I had to make my own script to do this, but it works now. >Fix: begin 644 xview3.tar.gz M'XL(``\_(3<``^Q=>W/;.)*??ZU/@:ED*G'6DD4];=]Y+XZM9#7QJR3G<557 MQ:)(4.*8)#@`*]^#9"2*+%!3NW&GMT:LRJ6V+_&J]'H!T@AR[E'%X<_ M/.I%.LU^MTM^(,3H=PWY24BKDWZF5Y.07M]HMMJ]?K<-;,U>L_L#Z3YNM](K M$;'%"?DAH@YG)7S`YKI/T:&GO99J_EW/I^+1M."/S7^O:_2-;J?9`3:CW^P] MS_]37/GY#YS'D;C1;/8Z'?W\MYKY^>\!&Q@"6/_-1^G-SO47G_^KBRYYK92@ MW6A%1OVK88QZ#1!)8_K;/CDEQTZ[V3FV>_2H;1@=HW-D';M=PVGWC%:_=63T M:IL*ZJJ&1J?A>*Z[*MXZ/FXZS;YM=:S^4:O3G1S;W6/;F3B]2<_M6[4_>_Q_ M]2M=_U?6/94VX'':J%C_1K?97_O_3KNOUG^G\[S^G^)Z0:[I@D2,QX+8S/>I M'7LL)$&F$,1E_&3OZV=0DMH+\IER(5%.?TT\3IV3O9S1`/S"BBFQ.84/P/9: M+7+-YC284$Z,X^,.<'R9L0"0/?\71EXS[DWW:R^`_'+HG)#!,B(OX;9V,1S? M79]=#4[W=@U3[?;CAQPB+4[#J)V?W0T^W(R&@S'0#:,>,^;?>[&H79V-[P8C M7GRX&IZ_JP\:A MS4+7FY+Z\#`1_%"-YQ#JD]\R[%7MTWA@JI*G>P]4#N#CP!Q_Y MVV^UKU*3H,,0%!:FTX'V7OX.3;P[&P^^[;1'-MVJG5U> MFG=GHP^#N].]+XS[CASAM0&U!F+J!G'#(,LIC6.Z5%^E^$'T,'D1$W$=J-RR MXY/:B[VW]BQ@T.R(3-G?^%?R\O<[)S40^?A\-+R]D_1# M1:S55$5>VN^36L-SR8\.*&%(G=?7-[UH\'[X5Z]G_/\7UE7SQ0HD"@XFCFV2)MLF9%D>_9:86$)V'HA5.2A`ZD$/&,DE4_2=K/ M!B'I`"+.YIY#9?N"QH2YM8A3%6W&![L]8I-?(,L1T!U[1BQ(>ZQP#FV+`R)L M#BG0Q.+P'8:8P(<5.C6(D&,`2&2%U!?0YAWT!#I*+6Z%4"'P$#<)5>9D^5[\ M`.W+WHI-6R[4RQ8U.82;V\$UN;RY^4@^I$.W?`(!.R?#=0]??_@TW"4,!!P$E+\2^0;.;J&! M>&;!9(B:@-C=F\YBF-"%Q1TU'FJ)!SEG/@PR;-3N9C"WD67?6U/(\$`>%@37 M!()K-2MI"I'P;-K4;B()*76@3U)+$BD)5XT^'<0ZC5)MY>>\4=.T)0NOBQV0 M&;5`)]+R*[U2[=9":E,A+*ZZKU*+K-&=9L8LX2"*:Q9#H7KN2CLPSW+=="JS M*D1:QF8<9B!BH2-D(TJ.F08Z9.'%L]I-1,-44\4Z:X9DE;B]T.L_[/T]Y3;SP,$WP:_+K M*L6O96GNX<2+`RL2A\;2*-!:RU:!-O%AX1:I;`F+;)<*EL].?"MFO`B!Q36C M6`\$HM@*6&\AS`6UYK2`.5X0^;0XAI3>+M)940:@(!$XA[X.."H`5-@SRN]# MI#+7MZ:P0$,42"*$[(''<4PPYP\%4$LL#EA2B\.=^5Y(17$Z4WJ1WP.[7"#> MTX<)`P=B]`J03]T8G<\5@,VG+W61%_7&E\X*%T1@@0\(HK@$P5J2H)OXOA9` M"]$08HW`@C@!PQ*CB9.+4E;DHM`DN:A3(=/)A8'9Q_0VHU]9R"`BW_*<`I4K M"6/SM48PB7#&8LWZ$[#8$1,@O&A2)()%1HGH"$0,"\,OM@C\8,R*9,H##\*T M(N!1TY6CH\7&XV7L(&LR)0=8KS*(<:1C"F*Z,NR^I$(`-54&MPQA?=;L:H%A%<:[5IX5%\J!#L[+:K>@L'2+5"7 MKF.BQFWILRDSBO8TI1<7KZ*WBP-7]%YG3?<""'/%X>W8879CJ^4,L29V(^)% MJHCO=70SB3#(ISPV)Q`YMEM:^-?`XO#1#QHH3AF MH0D6SL9Z(L,DF46C?8'DU?6HCTLDS6Q-AP9,@W-GHA,,1"Y"-&R?E>'Z?LV8 M9U/3:)G,=;%!;?"P!.Y4%.^4%^]5%.^5%S^N*'Y<6KQ5T?E6>>?;%:)KEXM. MJTT>MT&O=8#9U$.MKA[KEI3KEY1+%Z86EA$%ANJU4B&0".-HX.@U-L5,Z>(T M#'QB=+#>!)SC``LB2,SQV@#CM+$2`_J`KR5G MLM3JF4,MW%H[U+42/R[#S,@+399@4Y-Q".IXFBH8KFLR"34MSMD"JU6"F7\R ML"6^Q8"%#5L,V"+98CC&&+BUP'L.@&[F(%;6J`H@>CU5&:*9*2)6+_TUL?!Y ME;N/P10OY?J9A)%X!C`Y"!QQF>]`3S`P,/564((EI@[@,@T%V&5R0UFC28!+ MOC4NLQ.1&:B\"E..;0:D`FU./MRU#J%*I<(MP*M M$7'G*'EJ^1!ZQJC*9QC7@$$`GA^MT]7/ZM2WA,Y\3KET[EH,G+L6ZY>44]Y; MA]('B%%H:'L^'CQ,N><@Y!GU?68NY!M*Z#!G9>/T)M32>559F6X*2]4=\A$* M>I/97Y3EER2(#"W2TB)M+=+1(ETMTD.1>P.1\CUFRN_;&!&SZ?=8Q*=U[WK' M[7LN[K3E[@'&#P91V)Q2?'E(JZ0%=',O,:&O\3>\@T&JAGI('V<&+!%4A7#F MS`JQ-;##8`I:&BSD&O-WR<#'/ M42P?6DGL^0D^>R'3:E$(1D+3()[)H?D;=(VKMRNQ)B++T[LH!7KA5#?=ZOEU M%FI5P-J`,&6"W-^^-]-,LX()'_D6A[XS62Y;7D?*4EH)DVINA9AV;_$PU*JD M+*L0O$)^+BC.3(NJ-5LN6[GK7S:<*/%]&3.7,N@2N)0CW<0O[X98>+&M'XAZ M#Q@!*7<#J@N>9?;BH1W7IC61;AU&#)0=*\#5$W*\3/+;;YH]/;7OJ5F\OR8> MJ&FYK>,T\A_0FCGS\>21BXA"T*@7EWQXB`W*YEV^J.49-O`BM2,P8'I!5RC7BD(.+&:6:\I#C M<7PG+(,,=+0IANZ291@:Z&88NDN684POJ\'&IU?X5_* M\7%%^7%%>6UXL,)U$8)(PG83G[TDU.X8`*:5VK311C]4S$OTF?P['K/X* MUNV3Y_"RXKI-_AQ>5ERWR9_#2XIK-_ES>$EQ[29_#D>+E^R/Q-PS-0&"A#1[ MPQ+210T20Q\IRA)BV.J]_(7 M@"6P9G`29CA=[;2@"+BED$XY2U"9`H.F,6X)^1ZRYV/U@F&+8"HP9&YLRSE] M=56]ME"DQC'"&LO7N`MD^>)Y@9@^.B^2`Y2F7D;#D8"%#`7X=(+1.<0G$\C+ M"E#JH7?)3K&2]4YD`>#6U-D6[AI8R)>)"P!=0K;GA%90A.3\0=HLBEU2B.^) MXJSL+(>,R-'JY=L4Z4[>+J1>DP;?MTN?84U*PXP239]93@$)62RW-#"R^U`@ MRQ?K9+J.`@NOV+#*G1%J/"L2O25:P_T4HT'2/_$1F>R8F0T1G1^-P-=I7!&A MOBE755'7)"(?<5M(*W*/`AF&I(MY<0Q`3W^5CB$8D<\ITM4X-4A(5Q.DDCE7 M[KT`R*!:%%>GV@[!B!AO7-0DH"&@`>8X?4Z15;906R]1@B,:_9:0 M1B<4%/,$4:^%^N6!AKSMV3)$/C;=)2[GIFW&#Q$M\@-$.4>,(0"><53L+-"S MGW-@T*XO7@%R#Q:EFO"W4-,Z2)/K83=(V^90KP)"2J;#[9F%:]\6!SXQ&Q9P M,:6]L,-Y%0>XG'(.)W3*<7`LY3503P\59GX#%50_!Y4WZ$J?5<'B^7'1@N3@ M<$JY&4]*:I#FM:*1H`('7UG!(1VGB44O.RP035=PS*A?B`HV+!5*`/ZXBB'& M[.,:GUEBYNHU>58I2[GH*SBDQR_G8-*>RQK-!=2+>XMS3M2+^(TP#, M+>2"6PSW]"&P])8X#:%*>R)C*=.A=C$Z6K/(R(KYY0P.G22%"#W/@.4/>5PM MU6P#X*WC<1Z0%:_3$)3GSA;ZZ:>MLX5^^HF`@0`NWUF= MOQ20G][5WB;AOU;+2'6MH;;SU4E,0CU%WE#%@MO9G4PTLAN4?XL]SRUCA%5* M(Q4Y1U3)RS8M%=*:MCESZE#]DKIANSA='K*$`FSR"P[P1/ZP#(5B6"DX$G$V MK0F(HB%&9786W(/*NXP'!3I$N:85>0TP`P5,*6XE&(D"%ED1Q)A!$5`YM:;" MQ3[_Z2FN M[?E7GW7+^KYM5)S_TFJUN]GO_V':>P:PM?OMYO/O_Y_B>O/F#1FN3GMLR!,9 M]\963'Y.0M+JDE;SI-,_:;72XQOK]?J&=^^*A>1G2[$9K9-F_\1H2K;CVIOM M2]Z3SH%A$'5'R.&;-X7,2>SX&M+2L]`9I2=6K$N] M??UB?],%H]$GQF'_\+A%QE=#8*K]2,[/R2FQ;?GM_>79AS'^]94'0J2=ER="O($'?^?4S+-=_UOJN]U M5R:FX32>U3F%)BA0(MNNI]MO0(L3'OYS(\2FRF@?&,>KN4:!P>800<1BQR"M5?1;J"7F^(TF?P:I38+(?V!(7AAPW0(CYZ_QF M-)`'0T+?H<%5L561P!,VD<&J%)7GDNSP3'F,RB5C]^]9&`NR+0WR_N;Z;@Q5 M0HURJT9)F?HPXU)K4AEF:O,7DV%V&M#W$.6?;1S_`A?F_^W)]VVCPO]WFKU^ MZO];G5:[WU/^O_OL_Y_DDA9_)S'+H@"(`%04T",MXZ1Y?`(&;1T%[)38NYLE M:2Q@P!2?=(ZRD`&/!8RF<6`T^VL7\V8O3L]3XPP2=WF$]-SR$]I0V&%J1T)P M8.3KYPLJX@N/@V%:>;0UC:Q.51 M`-RV/*],'>2U-KB-U(YG75U9\N_3&=@.^Z9I21US3A=*`R9[X'/VIS"!M(AD7(^\H0W2K8&E_G?5`";>?NW%<#_ M#L;?60"H1AQW#UK-=0C^@D!CMYR..F/UM%R1LAY?>A/5RH6Z%:1^<3L:F*.. M.3P_/[]2G,HY_UA6Y/VGRTMSU)6'C[^6!QY^&5[_X^9JL'^811[`,OYT?3/N M0'!]L5X)9+44\FM"S6?6_6P^OU?WR9,,`)N/5O?XH-7+K]#TA$AYVN7<`M,B MC_:#R07M:*C`?MN\9.ISYOM#%87E%&X7@A6&&9E,O2`F#%E,+%^^$?]`9I`U M*#U+]_E(NCFHSL+<4C(U*:LQ;!;9HXTAOTB^WR"PB6GWF@?M7F\S,3)"V8,U MEAU%+P\,K=\.SPO#N67"DR^I#.%.GK=%P_B<.53F6;F1E7"MJEV/W_/9__^217+O[? MV0:\2VB:`!R39O/$:&<)0#N?`&QVM/(90.^D?7S2+=D-/#HP^MN[@5GXM=ZY MT.Z;'9/6D>J6[,IF\^SKY_?#RX'6'R`9#SOSAP=&61;UQBX2#CQ2_)^^ZOJ16H)`5Y) MYK[HS#BHU4MU57=UU])=1+(8D>[6N6PUNFJ MC`GR-:HY&P;>9.CBUI[JU!2^Q&BPBV3UJ)J\H827>@LVGY4>U?&IO#K&>KA;5$ M`P32G)YB8B`P4>W#VE&]1=E!-W!&`V_B;=._6.E5_L&?(O'S(*,*-D=?*@W#B$).04R"OH#ZVT?_!=C2+W::<_& M-V1)P$4JX4OWI%:M5QKLG6N[-UOC0$`)295&(V)MW4XUSM>H8$LQ,6\H^*Z8 MV%D[*M(&2=[2"H8DAU%7,EG"(5UT@!B$C6PRO0"S>KUS_!X(?NVS?Z$Y@:6U MQM-K9QB6PN6L1R\)5EY^:=0/6/2S;]K++]UVI_81?L2['.LE?.R^JW1J0"5< M9:@OQD"E,(0Z@!@TAP`^A^8?!+]0,YR$(9:SBT$?!)"5T8#FNG`';:H%[,!" MJLC(UW`+0/^P\81(,R4Y\2Y(^P%PQE"V2;X#UE+WIWE-CY1E`G$"IA-ZU.8= M"T`A()9'^R8Y0.MU6L= MQ",68;/%1M5E^J8HM2&YE"JKOY;#>/KQ`5"R0O>'<[Z<*FG3Z':X`!0QQ,!^ M5HID[]!1H3[^[H2Y'[#/0Y_4%3YG:KJQ>`HQ!\W[4XPM7Q2%G?K<\%R.PJ@L M]">]M,RY.5)20$W"NF+J0E-W1GF\?_,89QU<.0L?UN1\0=%H.`_UG`5T73P1 MGY:NV8<3-?N,%)5F_[II&YO+ST+E[RV0_'S6^J3*_X.G;6.5_K=@Y(7\;^EZ MGLG_/^-_KN69D_^IKNZ^&@!:**$#,(KEO+E8!V`6"AJ0.;1(QZV",8&C-::L M?R/T8\PLR:4,O3.\L$";NC<:+!2!FH'G[=L_9@'JNG,LM\`#$,C+W-\PR M70`6<_]=)L]'VCWZ8#19XDS',PSJ>8W11;$9$.T#%N;R9#I&?0ZS(:&U*Z;9 M^N"[H5M5PG69D'`73?;(P7@V';E=O$F<''BC0V^ZYDSGG@TFB^?IIS*I>B8>3C<968CVK\$]F) M$!,.M[F'"=W4%IRH.71A,O2"9AC2K'DR")\`P-3]:1XV0I&'GM!TT+#3'ZUD M(]T_NA_M:J->:_5LV%/@H2,8"L$0_AF@N3Q#6#?8L_3=O%.52_J:2I5B[IFEB3W MOIVH_ZRK4JH$B!H2@$YS9J*4 M(G[CPL#PJ=O>,9B2GQ MEH5YL@8[V)DS-"N7&'"/`(M\_8H[FMKP_`A-IL$3@)F*36M7LPKR2L\7-#E* M/5I#SV$W$IY/O78P-G:TSM(=4V)',W)=#%]/]S-G;M_!'1]L\?![M(^C6]F+ M?A^WB-MTA#F$WS=)\+H_:&R:A2^9X0Q>W@[&9\Y%UAMMG[E36#.R`]S*8:]G M%*'5?O5:TA^P=W9X5R1Q^5A\$63B??Y54C_MQX1L^J&'>VW< M#T/<(V!_`.#/+_^ER?_#]?K_6H8E]+]6P329_)\O_I3_U_'`J#LGV],^R69W MQL,!.SP'S&>B;]-3+6'W8^C;*F.]<04RSK97VWG+[:5R4.\U*R=+ MW1^D&I-&.MFVMB,J@[I4OM-!\,36FX'W2/CFO``>!-S*H8!7S.9YTN\N)KU>!#%8D#[F*5*LFY<<")^/)#*,V=*O5;F_JNLHEY!``J:0#1(#-(A/N*/:$_$)6E?()A)'CQ_(*.+P/8)/1,"M'`9H`1&7MLMC(35]Z8!(+3$_*LQ= M>52D%TH,C5W.<]*'!FX52V)@,$1%TJCP(F%-""^2%/<4[MR*_A[UTTZMVDN, MDX5%#'9J(3ZFXAQ@GEZBC9A'"-WXTL[P8?0,GM2?9!W?C>V^2_H.?U/W_ M>N__*.;1Y@?[?P-D\GR.W_]1^+G_7\>#[$ZZ"1/XL`APV&=6P*.IQ\QZ!A[L M0R<0?K`#>]B`+C/9)_D5/(; M$:]E>-6BO+=2WMMXWMMD7D51@-L-G3,7)&R5T!_J]OXG;Q!<0E'ZK_J;K$.[ MXT-+EF.UQRO7<-]&@5`N78RTA%"R7P#D`0MF](Z^*WB+HTJVB:'AG4^!J[[! M'GRC+H+HK*C05/**M!O'IW:C6@C0[B0_'(>:0-`; M9I]!(N1#N>2'(0)S!WD8;L,T;"^U08[]?3)7"(J%I$EMEY?`<4*SWX&"FXPH MST3%U*F5SVM&04],K>>@U'UGRQJF"W\XNCDRI9LK2HG!_C=&RZ-&.F_YKL/] MKJ-]$0%25AQOY`5BO4DX'9;*1BG:W:>6BZTV1;RJRB@L\3S1=&[4I;XHL;IRE&#F`?F+7`MKN]PZIMQVI`QY!QGV<, MG=,CK;"N[YSR)J3T%U+@MQ>Q#RR2W(O4GA9V=[5B3NIL,6=HQ:B_E/"G73?` M2_DH!;?W!Y-;C;"?%WT;9()_4M:$9[J.JW]A(IL$E+`L']ZR@M?V;>^?>P-* M=^@;JWSG-:G=N"-D=9O!Y=1U[8%&I`KM3NTC=2`9_8+V!_3)<*;>\):XGST_ MT*`>UM!KXH_))WXKHN^R&Q"Q30VK]@):1Y;4X5^LZ6HT_H0?`F;>D*K!",:D?^F,+H`;0UVP?6%ESKW/Z/\!"1=DZF),`7<@U3(>@1P59#'`X)47 M^%EVU[64X=J9!MYHV\B>S?I7;_U@AE>J9&A]%M'E.R04H8S*&I5'YJ MY+5=4Y=8J@4)^9)\J)GVD2AMY&+BU@9<+_C&A][_6>NI;,<3\^)90F)Z\YZ? M1=C)7MJ@0X)S[*72_.Z3=7ZN/L%4O\+>T9=@_6[P( M[RYW/]"-9T@>1@ICA]S2_'R19+%G`O[?,+S^I^I_UWO]!"@4]M/_F M+7[_TT_[[UH>:4*SH4!#P]#H<9.S83^%(>A66<_SHSWFQM;6UO+R[#IY8`UD M%_W"32.\)_[M6[)MZ@5MEVSA/Y#\]NT&70+@J6+X.F!HF3YQ_S]Q,AC+%-\P[I8*Q^)P;#%9#LV7X[SVB2)]4XDPO M?+Y<+"C"VP$Q'+8XV#Z*.3,$+`>?6-%FY7W-KGQLU+L]!6O4"*^?%V8!XHF" M$0)5T5$0Y1V0CFCWZJ>U1AD_P*H_&_G>!=[M-QR/+EC3`_?SFZ=F'JGS?ZWG M_W3+-`VF_S6+>8O&_[!RN9_W/Z_ED;8!;"C0Z#WXQZ97P:5H@4ME,U_6]3DM M<'KY9-%2J$!.W1J4-,.*^5R+I75AQ+]]9@H53E>'M:/*AP8:D!HG>,](K=IK M=_X@+^B=RR(\T0O)<:M9.;6;[4Z-E:@V#XENE%CKP%5X@R@F3LGKSS<8)#`8 M7RDJ4YLR>-,4"$\";V0&?3*HYPB.H1%9F.146EMZ.5]<0&NI:*)4/E>V2DL. M?UHF=4#GA,8'V'8V\.W/-L+@C3ACE3_=RI\RT3<;@ZE"XG'U:#RE`C0;T3#"\#*OW3^NGF`X\R9613-[PV$WN!VZ]*T'0[D;>)/3-H/@ M:XIF+\KU!\LEP#^M4A7#<549>/YDZ(!,AD*7@%PCK^`G89J32"PXZ=BM=L]N MGG281@_MLZC00W1O[WM]^WHR54%DHNM(YK!3^;URT$!3_U';;E:JG;9"E'!5 MC!?3B#_MT]65M8I+9K8_]"8"DQ@4UQLH^$:S4=TUS>5#]R:`E#"/J"G,$E&C MR_,B`JM0.^*6-G<_A%`)&9N;CB?05.!.1\Y0(6%1@(*5#[MX< MD"WR6>/''DSY;.L/..K^D\<9O7<1%3!B#%%M'H#PR657-CL\E@BM@XG;E/8T M'.$DN(S&&IX"T'$'!3E6#DN1!Y8C$%;IE-XC.+W;%&0^2@=A1HFP,1[`,])\ MD@DGA"Z$;!Y>&=3`NR^<2.[5X&$N&3;6H@B5K;0^-!I4H9K)U#J==L?N]CKU MUC%+PA,?=K-[K+Q`U)=A1XIJ5!A-`Z@<8SCC5=X^&9\3=/YQIZA&H5U\H8H* MMJAW46%^R4P4S?P.._S*9`H[8Y(SRD:AG._?V;.Q,!TUG,O%&%R%J6^,N/=BH MY;17HA1;,3)X]D.A(@EEC$PZ(;]&E;.4K2VAU./ZZ84%>9O;^U?N+=0!`IX[ MQ7BH_?'`C55&KP.CB#"D6PH>CPA,"8!OL3"LV*Q&WYW/(1@,88<,TO!H30T+-)N]I MW8I[I;$:@5]N[A$Q^%1F5L!R=1^R3IP!_*55<(TQMV%R/2]D!`"IHOS,=4=D MZI[A8IQ%RF^*O%3Q&DR=D8^.K]BCB(Q8LT;1VV\/[$9$A76`*N'$XZ6_,:ONH.Q7SB\OL,Z,MG?2F`6B,CH!0F*%[ M,%Y8;3AZOO!U0AR!LV_])`"Z3WMTW0HC),/\E M_(8S&7D$O(U6(TSC_6.+(1L^6-'0'?&2*ON&EQ1GQ(EGL;',A>BF?@8"XVL> M804<887831K?^+]Q.,.[;1G9BCC!BP69;,O+D8T-,[NQ,;\%I3&W\2]L$";0 M3;$+%5:[0EDOQN[K6E&:%79&1"^@FCXOCEBE;T3SN9R&GKH16"A&ED-Q[:.IZQYT#VU;?1:`%Q"S[UW;OO<_0N=*R!P] M=6LI/:,*>'MH>D&QQ,BC&3=OEBUJQBVFTE3/%S0]NI#M2UQ-,,1[QNT),UQ$ M>HS^.9X74JKO*AU4&DC9V!H=O@-'01'T36+48]7T&,^2:E$90;/0&NG/);7! M#'^,USSX7HW M7#\/JI\,TT^/Z,?A^7M;5OX>3ZK];[WWOYEF,2_.?Q1UW6#G/\R?]K]U/'-K M$<9QWKEP`_0CRE[.6X1VR[`]R.476(3BI9,%\WQ'LL#VITE!H6A4H[`B6-^S MNDYVS9U<80>$NFZS'CD*)0QIA^UFI=[*O.#74KQ(L;4=U%N']=:Q9!0PJ^T04'\&TM M<,%)%$]XX.!U"\7(`T?/:06R!7^+U/U&>*]S\S6OQ+[DP6@.-\)N+N\RI>JA,E]B?#F8__Q]+[=IA,.V18V"$C+QR*-DCM MM%?KM.RC#ZUJK]YNQ7Q_2'\\N;5O'-S'.S<:4>`G3;]Q\!\MY@_$_A%I\,<[ MFP4NP5\ZW>=@S\^9\[\SG%PZM@TI_'+<5MNN5KH]^V.EUZY\A'0^D#:$@)3( M$"*:>10!>JL-,M?T#8@BSNT_*[T>FG0JK<-*Y]!&_=I?;PCY_ MH3WOCEZ:TL21F]KBPCZ[@"<)B,!GXG,,'LP@`_2]%]\?X$G=_SWQ/F?%_L\H M6$9T_T^A2/=_Q9_QW];RS"WVHW'@G=_NP!P*[.%X/!&*)7IY@D%R5MG*E0T] MN@EX1>E8X3QU'2LNOGF!:NVEQ5[7S"CJ]P+?JI$W"I*.V(D<`\^''#CUC\93 M@J\V6BYPM,."HVV>MD(6%TA^ MFHQ9^B)B01[[O#\*ADBLYIA?VTQMT7J)XSME7S9?.D:L8MDJ<8W1@AM4HC!^ M(I9=/NT"QQ\+LTRO2C,NPR?&$D]%9V[1-G>N<`R;)=RRZ?K_4VSZ[A"]*E*' MYQWP*8HG,&KD^"7C?U^,\B,\*9.>JJTA_7GY?^KZ?_&T;:R*_P)/N/Y;^1S3 M__Q<_]?RT#N3LCO.D`782%W(SP4O$^)^D?+!T@+Q>ABC+*"J*,LJ`2IIHX;#[#HS7WY()Y;DL M>PIL#E2/1N6)WJS9>UFLW*Z8U<@1B8:W'/"_4C1CC!C88V4_9G.3$ MLYELCW6\P=U3:W9]YDZI(Z#K_U][7][?-HXD.O_*GP+)OLE(#NWHEH]-9A1; M3NNU8_M92N+>[OYQ98JR.)%(C4CYV.E\]U=5`$B0!"51<8[9"7_=L4B@]='2?^=QZUA*_ZO52J59X_>_K6:K5JN1_6?M1_S' MK_*LY,&6@$&G2/=1B$/R MH<+UP+=3[GTS4M='@SA<&@GJY4PD2(#F0H%:RZB'?L,+TN)IUZ/HD63/=;VX MB5YG@[E/J4_H%0<8WIA()8.K78]C#[I7?OD;-S^D2J1:_X:5+*EC@_G#?W;' MVI'D23EGC@-IIJVZ?-H$7*XY:\8WS!NLZI";ZM1TEYUS?$:!FC=>7KW$%-MMCR88C&H,7E69%,*Q%`'R9:P MM/CZA!,6WD*B($T$6PH\!JJ_0;AW`P#AK;*:BLS\2$,1TB?J M[/-8UV,NL++':XT1BNY79,&B>?C*RO'[DB\VE*F+*HF??%?5^T"+;V++P!/^ M2&ME$88BVQE:,^8,K=+Z+&=HVL$2[I*T_LHT?LR6."_1]F$OO+47$>/8.]>Y M%P29T;BPV\' MKO975RLWR5^='`G/154UZ@G_G1B2B&U8,7;*"ELVB"+MT</3.FSZ+ M?A@XP8DW;UL?4TE=_WVU/9N%4XIS3Y1%F-[!6)D^%&\.Y]ZLB&_"3]L&,^]# MK_53SU/RS3V'T4S^WM+)%V#Y!`K[H1,K03LBO0.QRQ*_FB3LG!!'W%^DDY!! MZ+="ZS1\T$*-%?IH_'CD>?.ASV=)69[P\P.@DW=70"MKV"[-P)N9$PRL6LQP MT5NM-RDN0-B;:KT%'UJJ"2-_@"06T77&&;HF>(6_2FAU*HY>=W-T8X>'D]VD MT]JI/9UZMS8!&^Q9LA"#D;3"&Q4O\55XIY6*%^NY_2PP=HV"D:*F=%YMHHJ8 M1V4.&@=<`A=G8`0SQ$L2UJZ*PQQJQ&'.U8&G6],:>YYOS[-E,/I+A[I1+F41_3+GW.)C'Q&ECD9/'B+(/$9VNY"M#W9Y[`%:K]5/U1JYUFR8'4$A)@I MU7]+U"L[;D7IU%S^3EVUI"@KZB/_%'5.>:=>661F]LC)Z967TRN)=.NV^ M[K5?!MN M)DH)FNTD^YXGLY#TAK)$T;;>K`,[7E'.JP473KLB_@G?J!FZ"-YF@G':>85\ MMVN.%JY5*K*3(_/BW>O3[E%1I)>BH"PT>Q**6(18$B^'?V?*]Z/STUZQ6HI_ MC)6S.S=Y`)@=?6;T$\6[P*/^B4Y&1]9'[N2S);U\]E6Z^3FH'A&`Y3@6Y=L4 MU:,2-*C>7!/5E4)RH3HZ%%+":\#K:G,*3I,B7[59^2(#P\C>,JDYK9Y=YO:- M?9^^Q.#"E"OA^]&G2QL94?YF\C`;^UF1)S"PI2(YJ]>-1G@M$!U9"P7>(?J' MZR7Q2=XHGO]B'IUVVF?O+H1'+]@TT7,##,"H&"WN<%2%SUE]+AHTW'-) MS%$ZS-3(7PIO>=,9'HB4@]QS%0+S!$4\KM(OMEU:7H`,QY'1,R^`_X07&-$[ M\CNI]IU\7Y0DW>6NSI@U@>6-B*3)JI^C2J55-RJ5O5#:JLAF"GY@"\E,%+U% MFCJ25"^VFJFGLU"0L)7T=,/12XR$P&;93B8]W+!LQ),NJ/`A%)1%72]&O[YM M7UVT^S^==LZ>5WX_5'-MH_0(1D!^)+6V@+F+J2D\6W$Q^5X5QF&_E5[P:XS# M*B./:&A2M.I+C%$6CC_ZR.DQ:K]E5*KEJJH!4\9/U9A[L3776VI+5]/)WRM= M9ILN^74QHM:%L&)M7+TW7Q^=7_Q25#IO9!0<+R9:\OB$:UPI!QK"[]2+0GPC M,G$)CJ1S,0#N8:;T3QD-B(V@*6XP`FHX!!)LL*='Z!(/G>91R>1]772;>QK[ MS7T:%H^,H!,4=RKAET\L:B_"+>VVH(\&*X?P2>*VDK:%D)ES)7WY*"U1R"'I M'WT2JT*/6=5R`]"HHII@5:M-^%2+>4`3V.L?/L9ZD>X(D03X6?BB01*">D*Y M;&OUZ!D,"B\;A!1R&D)*\4FR-8_XY%7/BO&/L6-L2B5@25::Q\^M3VA^N^B& MK%HY*$LO,/65?&^RG%RGO`1W6%&N8+9B_CE4RH;.VPK_=$9%^@4,C4@4[X?D M\K`D_4U]^J1<82=7(&5D:EF0$BL+7S!B9T;1LIT)]Q5$'VG!\TLVGQ,B@Q5/ MYH.I#:7"OP;MA`O?-D>>%Z";PS@7>'S>Y_^5F(ADD9R%@)\[X(_N0KR)%^+R MWBRE_I\`#]UC8W2P&H`=U,J*ZO\^NIAXCG^JPF&'O+P4#_JGM`=3%PH#]\'TQ_9D8D[M8,!;*XOC`X+G8H;,FU3R,\5W.DX5 M':#KN`KP>E5X-"G7T)G)\VJYGHB2E(P*[`@:RMTY1IA569$AZ?9,9Y&;^B1O0Z>J1^X\^"6EH:)66GHSMI`8' M1KRC?S*T-QK99ML**%$8TMRHDQ_WO8-:-5MSH]DR6@K7A*_AOJ:+P4)1%M$T M&`C<=(CN^E(7=)J\11E25>%P>2KL63-3')7]U$TMY2%=`1P\NJS7YT%U&=." M=0''7U0:]E/:Q4-[XDP=P-#--(6)(+T83?'"42-OB:7FV'!B<$G92E-$&=/+ M5N*@Z6VENN1NMQQ3.\77YF?JG5IT*[I4U@)M72V008WB[&PO8$.]M4ES?P26"X`1LOBEL*=I*H7X<%4GE92H+4NR2@3L0 M&IS/5J)-`>=#^II1K64@/17XKX/U<;+&1;J81@N`!-[Z!;!9-_]E5T#6,&VV M&(!C08XC>_\.,^1?#B%H>CV4LU7STM#Y%L1>N"!V1""_1L;5R(O9P+57[JI) M)FTQHQL%P:"9,\>EF*%VR%Y=1`:WQ"R'2D$H6"2,%5T3KOJ*`HU)H2Z,+2H. M)OSL%SUJWMSJ17QDJ02]A5`Z1^Y95V`W(8,J^*/M_F3'\[^##BYA!#;JY0\R M&&(=K,KE*X(R;+8@"'3C]<"A'VTY(/GY7[\:-NGDC\40HAS&I5V^&GB.S98# MA]WD<*^"/]J"H+#&_^M7Q$:]S%@2_S9KPJ$P,/9@RF\PX/?43S/+^ESKKPT] M?-JH80G;G%%$[C6B\LZT9!2/"=+)C1V<='O':#@D1+@HV<1:*?JE:`>W+-JF M?U_2)IKL2C$N0LZO_IW(AN&9F:9^+S#?@F'I? M,9K)N\RD@!ZEOMS(ZE/&=3Q&AFFJE_'-LE&)[)T3PWNN'5YO$:P[ONFL,,#P M\3-'6-.")4.P%X_GJ5:SFVF05J_":59PM`,TH(KV*:X^RBH\T M:(8W5I8WQ9/( ML)@9;#+P`TS[3#2$/ZNQ4,FT"1(JX!H>?ZRG:2^9U0:JAUBHTI;BWY\SW7C MN\9&DIGSL_:1[/JSQWB=7>1S!CG?&D8CD&S;O'CJ^JLV#I<^&%6S&;\$:*YU M6MW#H#OB4!0S1V*LX$T=X9C(FTH_`]P<#=[G,/KV7'I'@@\HJ@USWZ@OJ%HU M@'>NJKZGA/G9K,;U*]Q@9J.*4H0YF4XCJ,VAAE-2G4;LD8Y,/2O&5@PZ$4P) MXS-4EGF;V$/].]7?!'[85_7QKF[-'DFU"P4NW5:61P&_!0$N-R'8CB<",V+; MYI"<.!EOW/?@X"-AH$2SFZ(K@ M%K4P'<^E:W@<--,?>W?LSD,ES61!M'%C1=CJ79Y4F`[FT-6=ZN[UPOKX-S^` MX.2:N<>I0:@+!=1#MP2*D!-W-O,8/-8.0)LX!LW!!H;65@ M1Z.\`CLD?!(_]D2W<`@!^'NFR(=B8/=_^2&A_[IM]::^5]HU91MM9:I0P?PE44VHYK.J&V/52E MY0\LBU48QT)TXSK*RT:I1-O?\C;(LH2VH2S6=LGO-UILS,AH@0^,\AF*V%9S M::+:)NE@1MBX:C-#,2L)G\!D6@=+*!T:2K3V5>82/NS%=-K1:E_=[_WQ`)`% M^Q.C:I1$1B^'&8`+'PX%'-5H.`YQ+KD=VTM69B]?,8&'KA<`>CJR)E4G4XWVW]ZY] M6@H-)ABIMR*)F>Z\DOD^=,_,H_/3\TNS>W9R;C"Y2B.:\CGCJ8P?TH&=5YIE M6E,(7AW44TOPQZH M5FX"X:FHE*ANU"(5B()@*+>*AOUUIX:91X:>,S/;%@74DCBF.*5#AU(\)'SV67` MXP?V@-QMW=QVO[%/+D\?VL"AA^? M?XB:R9W'<'N`O991WX_9-G[_8_OL2P[NLT<:WO.;6*O<_7*M9I*.=$``Q6FRTG MB:7F0($87!H':MEBS01H/CD)G`N:,7JM?9`UJ.RYN]QO5U:4UC`O]TNR1::K MYW@/TMO%1N[6"B_9__GGD?KEX,^[ULL_[WJ?$EGKJ:SU*"LAZ$]J,5'U+Q-) M=36)AT7&C;NKW:-KL(W(&7_3Z:.H:O>H4'@9'>^H$S+I MO$`-"W,F9^'XLL?=;KRD2JVI#X?IP0.J(>/OJ>=Z_.=\X+C7WIWX/K^YAE_^ MPH5_=8,KSB9C+,>^G\&^A@8A\*+ZC":?\1[J^`^OJ1S:**F#8GXWZ6!LU+^K M[NGFL]%2W&,7AO;4FT-IWE1(#8&/G'C`X0^E@%&IC4L@^0?A5HF$GN39PO\H M`,8#?SQRQO6#<0^1A*O?"N4$+5_'SA1J9!!][?""EG] MU\>+#5@:M6HMBZ%FR,G8J*`:WB9;.2X-G9/'+<,$-&.>(N##GKK]2UFLZN*D M.(-#N?5KF=N%IB.NKN>2GPC]&)G$XMW`"8K%A8MNOO$WFHX^$S*Z$@H:9E!W MPANG$GXU69(.-JZ,M@$"J,BHG0D>=;" MQ^\IEUHB$]ZXQ7,]U^3ZQV(`QTQ9X59D>;SL(-SKM_O=H]Z*8_4&R"!BUZ:U MFF.)^5`@!$O._MY!)3LV3APRU\1K5FHK,F\B`EPX.^[TTS%MDI^SU^OZ_I>5 M`IP;=Q"/C1W9FF]K'W9L!^0ZC)UZWHR$;GY&5C$`<-"P\0K89[XW11$O0L!6 M@7*]H2QL`H4=;(X>YLAR@XF>6"2R;(0J$CB-,)Q`KT*8$#XOVM1"@?,2@NP& M7$EZ20Y"VD18\W#RU:^\H:K=KC;N/$ICTD'GR:E9Y#(_508J_&'YQ='0@*,D M_#.8WY2VHCO:K%15$1V?Y(6;"J&Z.AN1R5Z4#QC,+/6BN>TK4E9T4@:`HR&" M1!<')\?F?W4NSXO/X*MPU0*3U&AHM]U-)VFM+?F+S-YZ%.1)G+6`(<>RGNAB M6>3%@/6)&"^%_&8,N7\=*@T=*BK^XG5U97B%S\G[+L=`I8Y-4?$YRS$:LA2L MG$GG9;<#\MO%T)^F'QQ&7S'(9E#DGZG5H?LQ@&U&/!\]B9TND= MW&^=D<-5J6C37#=\WB:L_`:T2]?!:A6Z!,<@L9%QA034R)A,I*^W.R<88YS, M3O>L?PFG0=ME`\9)G+A%]L49L7NF%.';$[H@0T6.\S/6_ZG#/K1_083U1%II M-\K^0G$V*<@1I;BC(893QHC4@\FDV/NE9XJ"MZ0"112LV6#/'$!A'_YZXJ]- M?RDO*T*C'=^>SH*'XC-""?C@HQJ*C5?AI1+[*T-[ISD[8#Q]YDTFJ,$7W(H- MI5IMP'!58TH#WVJXQ)[P1)(@'#:B06O1R>]M=#!IHM-80G0:2&4BH@.O%87H((8(DT,,3$M7\,YP"`CEC4C_XG.(SF;L M:C*'@Y>LJ+QZ`L<'BHO.59G(.VC_!/T@=SMG?9-L$:VQ;7W,!UE)./"F*ZMEQ5@6E(%%N8:>:RM:46LMGQ@;A:40(T,N2%WN M7G5+\@NP*B"O9"1&PPR#F&WR&JIG.ESAEC92Z%?J?\[KE^P622FVJ272KZUH MD(;Q254TM">#!]D,,68\9AN3SC]-RT-MW8Z,%+F`W$@HJX+F6^O[>OK&_ MWXCQQBEGUG_V<1->N!]=[\YE0ZAF[CV(B?K-?4IGS@I7Y$?X&P_XN0X25/J$ MRACD`K_HHMHF;S$P1AB]AA=5Y#N6(>]=Z.+E[+S?A5WT_&<12(!(.>JUZ4(. M_-0Y^KE[]@;0BS-J#*L*RY#9WG?ZYYWCDBBP(%O"@R8\%:^B34\%-RP'2.6& MO_4`&;)CW;=O.\?==K_SW0R9EK2V]C".;12F`!]Y,TC'=7?(/'?R0':R3/`S M=.D05YG=IF^P-R_@7XR+\(J5L64P?.*"432(7UBX/+(GO#;3;%+^LT?Z9!&ZC9L[WARVW?^QYTG53^T! MII!I8*OP4?9@;HV7\U!987X(4=Z'@8[)D@4((9[!7&31T0&W/1_@!4O1MVW. M7E@>5(+RHU+6@:A9-IJ*6]UFU6C&M`IHF0C#DY/X(D\A\`P7TZD\G>U&QS;Q MZS#*B%/OP.H363)&J54S6OL:]5+9/=%CI=Q/X2I_(J6EQ$,I\+3P$2%@[@)G MCMZ*?85`T>Z'LQFV7AF/0_$B_V+?X`Q'WL6%&E==HQNZ7GOYH?")G`BD9$_B M]C=?J2M:2E`N&Y5RS!-TPZA4*FIOPT.R(AQ@V_&YET=]-0>&EXIRK4+0)'X^ MRT9'RAZ5SK2"BS@$AR)&)01[R52B"PN4#2( M$A^R)"Y3\^)-@^-'*":)%CU=+2<.7 M7!(H>\8#9HC.T_E.17UI3[GQ2E%Z#5S^Q`YL"6$(L9KGR9_D.F">B`^&C]I7 MUQO:Q2*-[MGY<0<&J,1BTZ.FR:1P`-!(WI6!Z:)18F-'Y1\3FV)Z,O.*M+R9 M[=XY[@OOSL3W-`>7RK`^_Y8"U>A"92LWI*%S\6[U/:.AJ$+A:U(5*GQ$5=R` M$RN+Z3>ELE'?O<8#=SBQY\EX'B/G'@_^M+;]M7Q#RTY(M]#T MKO<*?4&-P`R""$99-YO7F7D=N%F3*A+SSJ@`TTQGMA`L#IEO+LLUHUH.V6@2 MPZ!S[NC0IE3+OZ)]O(GQ0SX,"2.,)Z7!T+RKX'SR#?UMYVS=Z)%I9+2<+0ZY_[& MV1\OV?GIFROSM/VZ^9%]^IM^T)<_8K1D'OUUQR-8HC5I>]L9#9;&M;8 M%5&Z_%A./_M21R MRL8F4N_-F\$L*_%!)L:V1.)N>8Y4VM0;TNUG5BINMC/;(EVK MB#!`1!W-MO5M$[FH]>ELX1*4?1@J#:/@9O'`IWQ'\68^P_]?AF=%OMW)I>9_:;-$-YSKEK'AJ_@7'X=(1NY?H1R1`",`-T(<"9O&G-:24TW+:"AZ_O@:BB%@V9UZUF#"1@O7XI[0"$^2 M%&(V`"K'JU]*0I!XI,\L=N`YH>'&HU.)#:3(4T2?W9G\\QP,=[#DC)XA-()\0D3X=S&^D*<]6 MY!WT;?O*/.N\:?>[[SMF[R=@J'Z&3I3+2A;^U7S;OGS3/1-G2>H8TPX(1FL. M[L-8C10?%OUZX=G_H%H7!FP:YW:I`I*PTGQ-[Q.L56X9K4I-L6\H\+,9GO.+ M[!F_FRN1]RX?+\-([\]@U][-PD_>W!&W"T35F>V\XA=+)2&^DT]Q6TECQ6Z_ M\];DUN\`5#)X@:JC%7Q>)&3[[R[,[EG["`>?C2:#&[)JL0.\=,$SH&1*H"E< MY"ZZ&!U.OVD7GSUV'[73"EQ$*]+V_=9]UG:9ME\`@P.K.'P\8\?G'\["CI?B M0R)6YF`1>'Q]`Y0W`ZX,=4V+=)"7D7ME][_K*?]"_<\D,23DR?`XV%!(=C:P M2EHP;#6"+G$W6`^U6],4FJ++ZL.'Q6FWQK#U'G=="MNQ?K%9C-=6+-@LG4IP MJ%'BA^O,];BI9E':&9&9`*&5KLO5AE%3I/Z`A9'.8(*)$-L,68RZ(H9S(ER: MY4T64Q2E>E-S<.W#&W`<]ZF0M7.T)XWE>0@WK&5"LZ@%0FK&/R3%9KI^-LK[ M1J/25,@+/B)V+KGZ*UZ=P%N/*]1%@HF;R<-L3#TVV,GY69\<%\8\=H6%[+R: MH4_Z\6`N%#\&P+#A=TL,Z^M&0]'@ MA]=F)2$:NY`DAY1F;Q1&)O,,QMOR&8>PV$Z M>DU`OI@.*)PB9QK?ACOC!\ M$];IW,>]Y^/U$&,'^D*P2M]_K?\>.K!@8BT)ZS!^*:B*7X3^/>=H(9E=M,\Z MIV:_^[9SB0NS;`#G@0_YY.4_/XE+FY9R__@XO8X1#IZX<*4"DW(3#6,C;CN_ MGR'9B!(I0L0,ZJ#DR$V3%-@-KJECX+FHTWYHV!OY68I*,P55420WVD0%^&O$ M+)3N2U.D1A`U4LI'Q=NX_Y)-.O:O%;ESU<#D0WSD'.@?JJ#)=L&ZJW[6!]_4#TQ[>1%&ZI2NB(V\Z@^,F M]R'C8`Q,2Q@9D5/GP&/%>X,]E';1$SG_B6(LQV7;1/ALYF%[H:!\D^\#6?%1H'*C59N9UL&M/?+-F-/>S;D:YN3<,%R\;+S7E M'4B,N6X','_H-M``'0`S-$U3KL_@+.1S/2$I80IE!VP![Y/7@K!>(31GV0S1/A_F^?N`@_JT%0T_Z[]2Y^''BZW5. MX030@`ZXV4M[,$2%_SYLS!&;](4&0#?;/.)*0S69WER8Z2\6Q:J+<)`Z^J]^;;WIOBTC:B!79P,,=S1W)Y- M'MC@&N-\#!@>4IZ63<-,3-8)@:!]7LDUP2-B>W%,EL@@`:"@#/J@LTXOM M]N6;WKM>YYBH34)XP66IC;23TB_1(`7ZZI8G8$Y[^%Z*:9]H:CCSW->3CQ(= M=3ET%JU29&<`Q=LPO/^E%U5]UC_,`[2_7!ER(N M5&@86;GT.*)P(3_;YBG39=A?I3 M;'.9YTUM`;G68;5F5/>4ZU1XU1X!T+#I+7#9#E*]E"XMC/G;06"-TPM!SD9P M/:&E(++]HW\]T5#<"9JC*H4DT%/PVKC3HIP.$9$B#$U,ZS8P[_$[,OPBOKS7+%:)9#5P&%.;5IYQ7G65]RWO5034'#S%"IG$DK^:L>'&../#>` MU"(;SAX,*:.\]+S@`[>/@<\E@TH\"NX-O%PCL[BB-1@.YR9>+/)*2J)"LG[C MGY*6:=**-3:P)3D.4)Z)-I.04A0%&((-%]?KS7(5^AV%:OLF_;ZZ0'D";,U? MI=O;R7L#'O!3_`GUP1090NV@41,.LNOIFX,$.(?$NX,ZK)^#F!EZ0@:91=]L;8MB`Q`+#5M`YFAM(Q,_5\54,H\];;3XX]F1H MDBJ[8VMLP@HB(ICI6V-[N)@H^X=R_,:3:Z&PC5F#>>")ENFW$#)=#KW\)J\Z MZ`S,2QK;DPD>VJ>S(!+BWTR\:UCR4I8O8K?2_94-B.1SUT#)4L.@PM@;>BX13%_(6FYVO?:-"]*;_] MJ\!0AF3ZRPRE$!2L&$$EUY*!DW->EV)F(57S9/%=.;\;0B5 MW^PZ[LZU/9\XKH@L&`WM MX>`]6M!A(9PL%G*5+4)%1'(=LM!>!H(_QIK?0_3'*!*:3+P[5%$A/R_HR\J:.]>V+]SE<]H$3633 MP6P&^7R2(I%A%9"'T""VGM9/WZAO&U\O/UZ7\IU.D._R[U[8CHF_TB>39/KZ MIY(D9%J_J99]KY8"3I]&*LM"_522H7[P0Q1#0@KBXE?W4)L_&X07`?`*$TN6 MY_4SQ- M:$T8&V*`3W@:BB(I'0B]+/?/NMUS9-W M9T?FQ>5Y_QR7L$_!9D/_-QU?:)1!REAXS(^HO\A-2>@'7C5@UQ)-MD)8"SDP1,\)_8V%0%CE;^?7WPR@K7.8G;0$\V4&W5MAGNH(V]>#^BG9,F/@0JP!@FS-:%T\/GH M5]IG1S-QO._X1=&FVLKTF@Z.;]LGYX6H4#['GB@ M>:E`#\4J)+=F80KL;^5#%KW^)^-E^SNOJ-6SR<(WT3UXE.?YW MKUD(%*;GQIX04H,ZV7:7*>`TWE27*)94C:9"O>`U)1:"54@#QV;(J`#_@-X' M#'P#/A-9D>AKXIJ"GAG?6-)&,*2L82WFP'P#<-;H"%RIQ_)4=N#%!@-3B0 MK=VO`<^%!=TZ[;[O]SF7AZ6^_/=7OY'L8 MQ%[=R??0(DP-%7,2GK309#/P)K;+E>)@7MNG%S^UX5`E/2?/#3::!@HOQ7K= MXX[9.3GI'/4/Q.GMJM_[(+RVF">7G4YQ%LQ1X,H[12IU0E1*:D/!&#[`<2*` M?DD=AFP'J#%M!"[D>M^^Q#NX:I;+S1I:N:EF;C5"!97O%*H(Z'P22HZT*,@4 M![XJK>#->[$-F\S,F?.0.L'@HQPT,5:PD"A?#!7@12"#&-"0!0V18#LV5H9@ M8[9IT$64JG_*2$VH.*$J0R$0Z4I%D9W4AQ_'E)!,Y$-//H/YC2_31$&[)AKR M(EDQS=Z'2_8'_H5Y366[QO\'/KH3"K_-5"\_JU!"6R(J=:DEWL%+#&SGU71P M;P*ZW@1CMA.OY+1S]J;_4T8U[]N0K7W9+V*G":/#)'%F?!,H.[2TZSL&TW5+7.SWC*:D7,_OB(3:SW3KZJZHRX]18:=\ZV! MN\YR#'.DUJ6N5ZTRWDA\IUCK4)B))F9X,T$4"9>7T1P M./Z5"34_,9JO#(*X[@3HZ.&7)(=+*.+E\6<2PM?MWD:$$,\&ZQ.["`R/J"\E M`J22%]=AV_GE=")]HD]?AY::IG\[XC/\6<14,V#9Q%1'`04:,L:6$D&6HA\" M2_'RGKO5FSAP8H?#)=&TTN9<-_(?PN3CO1MEH M*#PGO$:6M9*#[5Q>GE\6=BIQOA8=U>!"[A7J986ZP^>+=O\G0'3E,!U]+%3* MU;JZ_4DXX)(OVSUT(ZC6''XL/!4RZ6`^\*FG3V,*JE&C``.QGFJC&?^.FU&A M4"UG7=2W]HP]Y0P"W/B>:B"?%*%%3:-1.&N_[9@_=WZ)'RH&[H.XC)[:P4#K M;Y0OB0AQ\5`J>HD2)W<;V\:0*,YD\E>@X.R#S8,4!O,'DJ0!>K/1 MP!_#U@;G@SN\8%(=FXAH&O)($DQG%,F%$'CWS_Y3$?.//[*OAC*PH6,,.!C5 M(\V=M?L2/Y!\'QW:F/PLE5E'&38B/5E2Z_K>.H0G4VR]C.Q4XF2GHI"=I%@8 M5L3=L"BNL-.'OZ\HVXY$VVN*L.-RZJ3ML%CQ`.S>V.;0F5.H](>T,(.X/"G( MD+>W1N(+F0T+KV+^QA)J,:&!SG6$)LNFZ!;H'4BL%C/&X-,H5UNN>:TP^/A: M2^YTEYV+4XSOU/ZEP,JI[[W.V7&!55)RQ&`P$>[>L%TIE3**QAQ+Y`>DF3T? M>?,IFC8>2.4D:V"-*08G(/V0KM.1I>0N(-*H'N4P"?!P8Z$R#BM)TI;.NLBQ MT:0+V$VY&PF>;\KA9*JX:\37NDZL2"RMLL90D.U83B"N>\RAYP0J`\Y$Y*^0]UXZO!&8^G,\0P;31P'UG@F*A.0OU.;?72& M_F[L3D^60M0R+"5N/W#L#H^X/24:&6A5LJ.;:#'WMC_FSOYG`W>).)HNH'QO M^1#\`T*#0FP8I5)+8Y"88&XP(;JA7`%#\1P%'2*I>DR6O>+:Q M$*%`+IJJV,"NV]2OTL:-BOQ5Q*\%P$9+]A5,K* M7D_O.B,G>O""IO?!O#B_>'=!1SC:G7&ED+;?&+J+5RYP)I!FG(-KH&I;490? M1KF1V_=#::>JE(!J^KAWNZ&?[]CNP4:62$;+\E@R@?MC#_<6SFG[I+05'243 M,2?0]@JU]>17_U=Y3C>Y>Q?T(-DC[8HDZ,0;##>#%"J(ZP#KIJM2@_FI5U0B M<()*VV&_@DK[32R4:X:C7(LB!V%^,:Q,^^<83`^ M3'T>V\[-.(B-+)]J_",1J6\B?-ZE9PL`EBJRXF=R+(9M1/`&G9II>9@##X7O:M6#%5Y%%_W MEHBNZ(2<5H=0;LJEEZKDWJ[1X,&5HJKO)`^YO$::7=./&Y3FXC(VGG*HE#Q= M+!EUF66C*9?`&COB6J8=L18^UY37T6`QFO*Z/H1\Z*HN\^)2"BE=FX MW=/R?%!GW$-R8E=FU\AMC;A=%&UQK36"_C[*0'V3,7B^WNRL&*A-%A:VX@;^ MR5I647K>115!II=4=8D*:A(XWX*JA[[X^)T!.IN)-*?Z6'ADZX?7C7.'C*FG M-JY@QY^B4S'8I!@:*3DNI$`KF/`GZV/B#%I%I2UW*;H6_JF>9U:'@L:K"_(E M`X,S]8#1#ACLE>SJ/3EY=%Q^[-`-2PWV!6588LY&9(1KY&H+5^_-=[T.\*27 M;[OG/=G!$7NRVC=J4M,1/=XXGE\((X5!BZ412.'UY<_=L_X?W:/+L],_NE?G M9W]TWYQ=M"__Z,*!X77GU"!F&CO,HZ)S8&IIX?SBO-?_X_SL].C2D$<$`7N&ZWH1NGH0^>RW>L86-A[_EM4>71Z!EPX=\K[GGX+K8_H$B") M"#!)TG*.KW#MZ+#TZ#QGA7[_E^/.B=D].6V_,1B=0Q/#$&4Z5S(E1D!PV%'> M(R6OY;G!W)OHBCQ5LDTHEHV:28%%8C2PI-$LI/V3'77.3Q`4_I[&_]+0,CG& M[.CG[BFD'%UV+BX!%0P$A\-WKWMEOC_N]MJO3S$3I%S"G__WKMN'4HYZ[WH7 M^/>8_S@B10;Z>T[?^31A44=0QE'[\A@2WW;/X%_T9TI%]-O]=SV#)>IBGPQE M!'H7G0Z`JF_1).":$R/MSVQ[*#K_Z5",MGK70[B!0Q9?6()X;$JP]:[`DNF; M$&R],["6,,Y<0;"SO(%]!L&F98)4V)XN)EQUDWO3FMAT/D89P!`]-=X`V?7S MTN6EE!;I/DXUT'M$^)%SLQ#*H^1:)?)*IB.<6EZ=W%;'#FAP0HL\9T)WVQ;: MX2FAHP2YCU::XP,143JJKWXC?]8P2HYG!2F&)$S@`9@#D2YN-&BGANUQ<.T7 M@U*A4(1_=UX)\K9KF1[%EGG&SJ_Z[=>]4J@F%U,B6;<0I8R$QH@O_)F% M912+<#HIL61)EO7K>Z(>O].6E0"WO9$E&I`)#00N`W:R!NPIPFZ\[EU'=S.7 M2-]HW1.D9MTON8E-`C\^HX8%.X.)\S\#'JJZI3J"RD>!/:JQG[M;0`)M(2".:N-1,7_9I$D99;<6&5 MI=U20[JD?#343K"MC^0&UURX0T_QIB49&^`W^.4I3IT)`^[;J!B8&68S%>H4 MJ"&:,&8+K+!D]//DVT(B8<]O'PTB0YJ6QZ M;0.QLU'MPYO8A[@?7'.[0?$ID\&L[!F-JJ)`UJC6C4:MJMX7"06BX6)6+5*; M@$Q0TP*,$%4-XZB(?-;$\^U41FFWLBZA5PHD8EXL`W_3/3_J'0&78Y"(/(X( M-"I0]C;,XBU[J:AMDF/(/_[`8;6FL^+3'>NIP2A;"?-)YZ@P9L(Y&VJ-,M+6 MY>QTPW%2S9;]:-_5;L^DW,[B*8SN[I`_Z*W=(KN68#W[\; M`E[S'[8;'.8YXI"PBZ-EO$!43YK=+9RANN*>:VH.,S+3O"@6X8<9E#0CGQBB M4=;]!:"">QAO64A#,`T5!S.78+EE5,HQ.ES&Z+?EZ'18*(3.;8>TMG_]Q]S_ M_=?RSNAW/`R_L`.+=@)2=-O]S7U:BGFS(E5RWKA/><>9G).,X$SDS6RW^)2J MPJD%9*N42MRZ@LY+ZF#'@4Q4-S7?]=]>I&'$8`M_7H(6C@Q61/((VS?V:N(% M0&U@/T+E&F]4Q.I+)8/Q7DE0,OTC4+E"GBU(*S`&I4+P)3V*QD8)(22RC$(3 MKB%L-Q2\Y$'->UB,+_RI1H(C84'I.\1&\KF4C?A'6:9MA)5E>)C17@ M7*Q3JV'LJ28J\!I:24JRP366T$1Z8H\"TO50"6)"X,]W;.$$A#;YU.5T/,]@ M^/>%ORK3U)-W/$LR?;0?KKW!?)B\6N@+%2S5>)-;B6?QU^_RW=M@ MWMTUD`7+8D!I)6=':N\IN9NZJ/A^G>84R93"3A,RY"_^+F-]5-MSN),L"ZVU MO!&,Z*T-;8^*0L$+6JO+TQ4LAX_L`7I6A'6!X>$8WF,,D2,;>LP),*VTJT60 M:AF.VJJ)8[6\!Q]4CZCQ,0E1`3V"4S/1/2=>C'@R3(J"&D(U2DB()^0.+'CX M@F@A:C)G-TM9PBC;\AG5\X@ON/7,-CN9+/PQ\Q9S84-++OVCV2%YX6".0@O: M@N$=YOBU9*%P=D1!I*WYNG-R?MD1.&)@,)H[^R^3"1M1+6)PIS,,*3'%D;P> M6!^YR2BDZ6>WVC*JM5;,X(="#T`GK>G0)"5T>R@9@E@Z=-_T[FQ?*B^'F3ZA M+4T!AE%.G=BM4('`O.C_TBOA:5`F^@NWI/"QFCF8`OE@!KV>HDB50(VO8$VEL1EJ*#+HI`ZPFM=C?*= MBB6-[I>!'_(U`:X*&/B;FRR07V[B1E-V(=A(8]O9-5"P[OG`E1ZI\TT: M\$_X?Y8E4")Y_0E+`,9SITL&N/5F-IJ'*$/&UFJ4&_L8.7B^" MP'.5N";)/-B0`(;7GZ"3N9\O3.YO-96Y$&6"'*D5?D^!?9$TV+$8*G$!(RHF M<=DI5HOZD\,!:B'%K@V4.&7DWQQ=E^/5!M0V):^??_KQ?#\/1^D9.BVS??YW M9_+WQZVC4BXWZW7V)P8GP$8%_S+TT/\G22E:Y3)CS6:CTJHW&PWX7:FUZN4_ ML?+C-D/_+)#%8NQ/,WLX]Y;D@VRCT==HT-=]=I(NKC'D._V#ZUL3R[E2QXAL M9:$U]_SY\Z7@H8MLMH\1&6J-@T:%N\C^V]_83KUFM-AS^'>?_>UO?`NY.@'8 M'I$;#&=@AA'HT89!263;)4S:>:5D$0?%*W09.?C'0EIKW(KOJ:L>X)70(0>R M*]ST@'/09"W0QL3!;>C71?R$1B@I)=7SE1X"$GGRV_;/';/]_K3;D^Y.1!G0 MNBVM)0=%_:,^DG[)RY?LY/RL;_9_N>@(2PTX&G[N_&O7_\?'P*SH6;G^@(Y1I\I$"(1#I4*A<#O@BTA>CI_Q,G&U%[9Y!6A4==[O'G7,B\ON^W:_4Q05 MSQ;7$\*67/2];7?C$)MTYL.A8$:=W7DT\ZV,8\&/U_&O7_^1Q<6S%^F^4 MFZUP_3>K?/]OU7ZL_Z_QI-:_B$!/"S!SZ4LW+*FE'X<.XS'!NBY7#NJM,$`& MKOI*M;:/^[_XBPL_O()5$)L-9SNOK+'GP^`"EFC@5K6 MWV)($(&>(%0"6T0G*)0(.:G%:H>>[>,%D'TO%(_X2.P)]-]+HG\T$O[BVL>P ME!BB'@J*C4G6D!R==CO`)QZW^^WO"4>LB4/1RM&"?262[+?XT-!?'!JMJ7-Z M;7!??Q^.>K!1"MG7UQJ!9`L)1:B0)]SLN\3[5JM4J6_\+_5-Z\SS/?4:3V:K.]T0<]V0]ZQ] MU.^^[WQ77=P%"."U!U;@W-HK.ULO\T7+_\H#_:>L'@/A[ISUNN=GWQVEX@X" MUB%4M1:GX>(OGV!\`*GOT&N!C)#Z%Y^1MT\@_U.,W0K$T/JX@XG>`N6JOK>8 M6U',-L,[4`;L/E%=^(D5&3"0^#Q; ME8WQ;$(B#)^*]+,D$JCSWYIM_?$\TJ,]_TT?MXY5\I]&)9+_-.O-'_*?K_AD MGO^FJ%(0W&>=`5L'Y<:*,V!40N()AO(_R\Y&>"R0OB7MX=KG M0"E@26PLI%@3)FHV%U+M*HC2RP=Q/A_;@[T]C+)4#OX%R:)V_;N/6\M;)_4&\*/XN:\*@J;!(, M_JLO"8[:-&JA;VAI"'7UYN@]AOKT!:+<6!CZ4ZH#AK&YA0T9I&)(;N"6WAR= M0A,^T(W.'^*M%SQ,;-1#(GJ14%`9#OPQWE.KKJ?49V92D`*F!9Z1?YHY79Y+ M'1G1_EOS>#ZX0T->?H6US6^I2/&+.BPN_K]9AQ,.R;YPOW6X=G\+#.@L`]5@ MDUF":A(T$8:W4CYHM+(QC920]\LQM43N8`SEZ>+7*U8L7G!'++AA^'.K!,SV MG*(I[#Z4V%])MWY9'C@Y1&[+,%(RC>^(% MQ#`%P!'N#\0XS$TX1A@G(#A`:$*4K"YP-FU7WUG:'&@!YJ"FA`T3C9&#+UJ5 M-9ROEDS!ND.;:UC30RK2D[U@L?:3NGD!ZN>*D[A\N9?W`J.SJ9"!&8K&?5R] M]&LA.YGC\@YYJ'X.`W]GDSXY&[!K)Y@.9E@.CW&?7A[AT*J('E*B=:8CGGF= M.8E!J,B5,3-)S,J]N.--7+8\5G0F6A^9?=`MD`U1*T7(?0LU[*\'\Q?^M3ZJ M>J4JG)?IHJK'H).`M0-4RLLBY_6:4=]7/#-'D=%)$:V`BFJH@>9ZYLBS%C[? MI91<;^:#V=BQ?'&G?']+/@1,;W)S_UBQUC_[(3\".&R\MY$*\./W=N/HZX_3 MR6_-#O_;/>$*=&:!_^++U,'JY5:CD2W_80SU_UJ5?_^N%,QD^>AUHW+]L_AN-NIS_5J5*Y__:#_V/K_/\QY,7UX[[ MPA]O_4=H_S<`+LWZB.']`C3@N_/F'_U=2A>L',8A"CQ&V,*NW@,&D57L@%U< M=DZZ5\P+QO8<33-=]F+ASU^0`KX!)6`N^WZ`-FH\!5TCW&$\2(<<&MI#)Q`> MKEY0N;O6B"S9R$8-_3I`(='X\/YX?SX_G .Q_/-GO\/QT5:J0!8`@#H ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 24 9:10:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 05EE5151C2 for ; Sat, 24 Apr 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA81266; Sat, 24 Apr 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from Terry.Dorm10.NCTU.edu.tw (Terry.Dorm10.NCTU.edu.tw [140.113.122.99]) by hub.freebsd.org (Postfix) with ESMTP id BDC2F14CB9 for ; Sat, 24 Apr 1999 09:02:43 -0700 (PDT) (envelope-from ijliao@Terry.Dorm10.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm10.NCTU.edu.tw (8.9.3/8.9.3) id AAA21293; Sun, 25 Apr 1999 00:02:39 +0800 (CST) (envelope-from ijliao) Message-Id: <199904241602.AAA21293@Terry.Dorm10.NCTU.edu.tw> Date: Sun, 25 Apr 1999 00:02:39 +0800 (CST) From: Ying-Chieh Liao Reply-To: ijliao@Terry.Dorm10.NCTU.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11306: New Port : games/bnetd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11306 >Category: ports >Synopsis: New Port : games/bnetd >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 24 09:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.0-CURRENT i386 >Organization: NCTU CSIE >Environment: FreeBSD Terry.Dorm10.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #16: Sun Mar 21 12:54:31 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: Bnetd is a program that will eventually emulate a Blizzard Entertainment's Battle.net(r) server. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # bnetd # bnetd/Makefile # bnetd/files # bnetd/files/md5 # bnetd/pkg # bnetd/pkg/DESCR # bnetd/pkg/COMMENT # bnetd/pkg/PLIST # echo c - bnetd mkdir -p bnetd > /dev/null 2>&1 echo x - bnetd/Makefile sed 's/^X//' >bnetd/Makefile << 'END-of-bnetd/Makefile' X# New ports collection makefile for: bnetd X# Version required: 0.4.6 X# Date created: 24 April 1999 X# Whom: Ying-Chieh Liao X# X# $Id$ X# X XDISTNAME= bnetd-0.4.6 XCATEGORIES= net game XMASTER_SITES= http://www.bnetd.org/files/ X XMAINTAINER= ijliao@csie.nctu.edu.tw X XMAN1= bnclient.1 bnetd.1 bnpass.1 XMAN4= bnetd.conf.4 bntext.4 XMLINKS= bntext.4 bnmotd.txt.4 bntext.4 bnnews.txt.4 X Xdo-build: X @(cd ${WRKSRC}/src; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS}) X Xdo-install: X cd ${WRKSRC}/bin; ${INSTALL_PROGRAM} bnclient bnpass ${PREFIX}/bin X cd ${WRKSRC}/sbin; ${INSTALL_PROGRAM} bnetd ${PREFIX}/sbin X cd ${WRKSRC}/man; ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1; ${INSTALL_MAN} ${MAN4} ${MAN4PREFIX}/man/man4 X ${MKDIR} ${PREFIX}/bnetd; ${CP} -R ${WRKSRC}/files ${WRKSRC}/users ${WRKSRC}/conf ${PREFIX}/bnetd X Xpost-install: X @if [ ! -f ${PREFIX}/etc/rc.d/bnetd.sh ]; then \ X ${ECHO} "Installing ${PREFIX}/etc/rc.d/bnetd.sh startup file."; \ X ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/bnetd.sh; \ X ${ECHO} "cd ${PREFIX}; [ -x sbin/bnetd -a -f bnetd/conf/bnetd.conf ] && sbin/bnetd -c bnetd/conf/bnetd.conf > /dev/null && echo -n ' bnetd'" >> ${PREFIX}/etc/rc.d/bnetd.sh; \ X chmod 751 ${PREFIX}/etc/rc.d/bnetd.sh; \ X fi X X.include END-of-bnetd/Makefile echo c - bnetd/files mkdir -p bnetd/files > /dev/null 2>&1 echo x - bnetd/files/md5 sed 's/^X//' >bnetd/files/md5 << 'END-of-bnetd/files/md5' XMD5 (bnetd-0.4.6.tar.gz) = 29e0025babc4f6d7f1eafa86697a6c79 END-of-bnetd/files/md5 echo c - bnetd/pkg mkdir -p bnetd/pkg > /dev/null 2>&1 echo x - bnetd/pkg/DESCR sed 's/^X//' >bnetd/pkg/DESCR << 'END-of-bnetd/pkg/DESCR' XBnetd is a program that will eventually emulate a Blizzard Entertainment's XBattle.net(r) server. It started on the linux platform, but has since been Xreported to work on *BSD, Solaris, AIX and HP-UX. It should compile and run Xon any standards-based *nix. X XBnetd on WWW : http://www.bnetd.org/ X XYing-Chieh Liao Xijliao@csie.nctu.edu.tw END-of-bnetd/pkg/DESCR echo x - bnetd/pkg/COMMENT sed 's/^X//' >bnetd/pkg/COMMENT << 'END-of-bnetd/pkg/COMMENT' XA game server for StarCraft END-of-bnetd/pkg/COMMENT echo x - bnetd/pkg/PLIST sed 's/^X//' >bnetd/pkg/PLIST << 'END-of-bnetd/pkg/PLIST' Xbin/bnclient Xbin/bnpass Xsbin/bnetd Xetc/rc.d/bnetd.sh X@unexec rm -rf %D/bnetd 2>/dev/null || true END-of-bnetd/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 24 11:10: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 897CC14C95 for ; Sat, 24 Apr 1999 11:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA90748; Sat, 24 Apr 1999 11:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 24 Apr 1999 11:10:02 -0700 (PDT) Message-Id: <199904241810.LAA90748@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Costello Subject: Re: ports/11267 Reply-To: Chris Costello Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11267; it has been noted by GNATS. From: Chris Costello To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/11267 Date: Sat, 24 Apr 1999 13:01:47 -0500 --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable I have the new .shar for the port. Ask me for the distfile should this port be committed. # 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: # # fconv # fconv/Makefile # fconv/pkg # fconv/pkg/COMMENT # fconv/pkg/DESCR # fconv/pkg/PLIST # fconv/files # fconv/files/md5 # echo c - fconv mkdir -p fconv > /dev/null 2>&1 echo x - fconv/Makefile sed 's/^X//' >fconv/Makefile << 'END-of-fconv/Makefile' X# New ports collection makefile for: fconv X# Version required: 0.1 X# Date created: 21 April 1999 X# Whom: Chris Costello X# X# $Id$ X# X XDISTNAME=3D fconv-0.1 XCATEGORIES=3D textproc X XMAINTAINER=3D ports@FreeBSD.ORG X Xpost-install: X strip ${PREFIX}/bin/dos2bsd X strip ${PREFIX}/bin/bsd2dos X strip ${PREFIX}/bin/mac2bsd X strip ${PREFIX}/bin/bsd2mac X X.include END-of-fconv/Makefile echo c - fconv/pkg mkdir -p fconv/pkg > /dev/null 2>&1 echo x - fconv/pkg/COMMENT sed 's/^X//' >fconv/pkg/COMMENT << 'END-of-fconv/pkg/COMMENT' XConverts DOS or Mac-style files to Unix format, and vice-versa. END-of-fconv/pkg/COMMENT echo x - fconv/pkg/DESCR sed 's/^X//' >fconv/pkg/DESCR << 'END-of-fconv/pkg/DESCR' X As well as being a work-alike for the BSDI utility mentioned in the Xdoscmd man page, dos2bsd (and bsd2dos), fconv supports conversion to Xand from Macintosh type files (which use only '\r').=20 END-of-fconv/pkg/DESCR echo x - fconv/pkg/PLIST sed 's/^X//' >fconv/pkg/PLIST << 'END-of-fconv/pkg/PLIST' Xbin/dos2bsd Xbin/bsd2dos Xbin/mac2bsd Xbin/bsd2mac END-of-fconv/pkg/PLIST echo c - fconv/files mkdir -p fconv/files > /dev/null 2>&1 echo x - fconv/files/md5 sed 's/^X//' >fconv/files/md5 << 'END-of-fconv/files/md5' XMD5 (fconv-0.1.tar.gz) =3D 8389e101a37987853a85433e38cc1fd7 END-of-fconv/files/md5 exit --7JfCtLOvnd9MIVvH Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQB1AwUBNyIHB7fyXY/Dmk2NAQGl0AMAqKVnHEyePSlxiXRZY9IQfKLky0mAdXFC eLNWOIInWQzm5QsZjINuWGLHpU8F/Y/EkoQTSBUP4zXozdM7wYubbRnWyAvLDvC9 CGzPrgXkPaybnpYvvrzBCvurv2h6Hqrx =Z0Nk -----END PGP SIGNATURE----- --7JfCtLOvnd9MIVvH-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 24 13: 0: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A883414FB6 for ; Sat, 24 Apr 1999 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA97704; Sat, 24 Apr 1999 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id D067F14FB6 for ; Sat, 24 Apr 1999 12:59:34 -0700 (PDT) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id AAA07638; Sun, 25 Apr 1999 00:00:06 +0400 (MSD) Message-Id: <199904242000.AAA07638@netserv1.chg.ru> Date: Sun, 25 Apr 1999 00:00:06 +0400 (MSD) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11308: Update sysutils/ascpu to 1.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11308 >Category: ports >Synopsis: Update sysutils/ascpu to 1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 24 13:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -Nur ascpu.old/Makefile ascpu/Makefile --- ascpu.old/Makefile Sat Apr 24 23:45:53 1999 +++ ascpu/Makefile Sat Apr 24 23:47:15 1999 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.1.1.1 1999/02/28 04:30:59 billf Exp $ # -DISTNAME= ascpu-1.3 +DISTNAME= ascpu-1.4 CATEGORIES= sysutils afterstep MASTER_SITES= http://bewoner.dma.be/Albert/software/ \ http://www.tigr.net/afterstep/as-apps/download/ascpu/ \ diff -Nur ascpu.old/files/md5 ascpu/files/md5 --- ascpu.old/files/md5 Sat Apr 24 23:45:53 1999 +++ ascpu/files/md5 Sat Apr 24 23:47:21 1999 @@ -1 +1 @@ -MD5 (ascpu-1.3.tar.gz) = bf133ac05ebba5a2e2dd261dc1f1a321 +MD5 (ascpu-1.4.tar.gz) = 610108debda0458c2eebc2232a0f1e9a >Release-Note: >Audit-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 24 13:10:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 647F614D68 for ; Sat, 24 Apr 1999 13:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA98348; Sat, 24 Apr 1999 13:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 52F2814E4E for ; Sat, 24 Apr 1999 13:00:56 -0700 (PDT) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id AAA07770; Sun, 25 Apr 1999 00:01:28 +0400 (MSD) Message-Id: <199904242001.AAA07770@netserv1.chg.ru> Date: Sun, 25 Apr 1999 00:01:28 +0400 (MSD) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11309: Update misc/quotes to 1.4.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11309 >Category: ports >Synopsis: Update misc/quotes to 1.4.0 >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 24 13:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -Nur quotes.old/Makefile quotes/Makefile --- quotes.old/Makefile Sat Apr 24 23:48:53 1999 +++ quotes/Makefile Sat Apr 24 23:55:28 1999 @@ -6,15 +6,15 @@ # $Id: Makefile,v 1.1.1.1 1999/02/22 01:34:12 billf Exp $ # -DISTNAME= quotes-1.3-0 -PKGNAME= quotes-1.3.0 +DISTNAME= quotes-1.4-0 +PKGNAME= quotes-1.4.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.iae.nl/pub/users/grimaldo/ \ - http://www.FreeBSD.org/~billf/distfiles/ +MASTER_SITES= ftp://ftp.iae.nl/pub/users/grimaldo/ +# http://www.FreeBSD.org/~billf/distfiles/ MAINTAINER= dima@Chg.RU -WRKSRC= ${WRKDIR}/Quotes-1.3-0 +WRKSRC= ${WRKDIR}/quotes-1.4-0 NO_BUILD= yes USE_PERL5= yes @@ -24,6 +24,9 @@ @ ${MV} ${WRKSRC}/quotes ${WRKSRC}/quotes.pre_sed @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/quotes.pre_sed \ > ${WRKSRC}/quotes + @ ${MV} ${WRKSRC}/quotesmailer ${WRKSRC}/quotesmailer.pre_sed + @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/quotesmailer.pre_sed \ + > ${WRKSRC}/quotesmailer @ ${MV} ${WRKSRC}/QuExample.pm ${WRKSRC}/QuExample.pm.pre_sed @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/QuExample.pm.pre_sed \ > ${WRKSRC}/QuExample.pm @@ -31,7 +34,8 @@ do-install: @ ${INSTALL_SCRIPT} ${WRKSRC}/quotes ${PREFIX}/bin - @ ${INSTALL_DATA} ${WRKSRC}/sample.quotesrc ${PREFIX}/etc + @ ${INSTALL_SCRIPT} ${WRKSRC}/quotesmailer ${PREFIX}/bin + @ ${INSTALL_DATA} ${WRKSRC}/sample.quotesrc ${PREFIX}/etc/quotesrc.sample .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/quotes @ ${INSTALL_DATA} ${WRKSRC}/quotes.txt ${PREFIX}/share/doc/quotes diff -Nur quotes.old/files/md5 quotes/files/md5 --- quotes.old/files/md5 Sat Apr 24 23:48:53 1999 +++ quotes/files/md5 Sat Apr 24 23:50:18 1999 @@ -1 +1 @@ -MD5 (quotes-1.3-0.tar.gz) = 2a817d162f40ee5c74cd82c720920de5 +MD5 (quotes-1.4-0.tar.gz) = d4cd38e3393d3b041deea7a292b3d182 diff -Nur quotes.old/pkg/PLIST quotes/pkg/PLIST --- quotes.old/pkg/PLIST Sat Apr 24 23:48:53 1999 +++ quotes/pkg/PLIST Sat Apr 24 23:54:15 1999 @@ -1,5 +1,6 @@ bin/quotes -etc/sample.quotesrc +bin/quotesmailer +etc/quotesrc.sample share/doc/quotes/quotes.txt share/doc/quotes/QuExample.pm @dirrm share/doc/quotes >Release-Note: >Audit-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 24 13:40:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CCA114F1B for ; Sat, 24 Apr 1999 13:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA99886; Sat, 24 Apr 1999 13:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from stade.demon.co.uk (stade.demon.co.uk [158.152.29.164]) by hub.freebsd.org (Postfix) with ESMTP id 6263514F1B for ; Sat, 24 Apr 1999 13:39:10 -0700 (PDT) (envelope-from aw1@stade.co.uk) Received: (from aw1@localhost) by stade.demon.co.uk (8.9.3/8.9.3) id IAA02431; Sat, 24 Apr 1999 08:57:51 +0100 (BST) (envelope-from aw1) Message-Id: <199904240757.IAA02431@stade.demon.co.uk> Date: Sat, 24 Apr 1999 08:57:51 +0100 (BST) From: Adrian Wontroba Reply-To: aw1@stade.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11310: Port upgrade: Hylafax - allow to compile with egcs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11310 >Category: ports >Synopsis: Port upgrade: Hylafax - allow to compile with egcs >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 24 13:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Adrian Wontroba >Release: FreeBSD 4.0-CURRENT i386 >Organization: Yes, some would be nice! >Environment: 4.0-CURRENT with system egcs >Description: Hylafax will not compile without applying a distribution patch. >How-To-Repeat: cd /usr/ports/comms/hylafax; make install >Fix: Apply the following patch, which for a 4.0-CURRENT system applies a distribution patch. It also quietens portlint a little, moving Y2K further down the makefile. Changed files hylafax/Makefile hylafax/files/md5 diff -ruN --exclude cvs ../comms/hylafax/Makefile hylafax/Makefile --- ../comms/hylafax/Makefile Wed Apr 14 08:22:05 1999 +++ hylafax/Makefile Sat Apr 24 07:33:26 1999 @@ -14,9 +14,15 @@ ftp://ftp.sisis.de/pub/hylafax/source/ EXTRACT_SUFX= -tar.gz -MAINTAINER= ports@freebsd.org +# need a patch if using egcs +.include +.if ${OSVERSION} >= 400002 +PATCH_SITES= http://www.hylafax.org/patches/ +PATCHFILES= gcc-2.8.x.patch +PATCH_DIST_STRIP= -p1 +.endif -Y2K= http://www.hylafax.org/HylaFAQ/Q189.html +MAINTAINER= ports@freebsd.org BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ ${PREFIX}/lib/afm/Courier:${PORTSDIR}/print/afm @@ -26,6 +32,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 \ jpeg.9:${PORTSDIR}/graphics/jpeg +Y2K= http://www.hylafax.org/HylaFAQ/Q189.html USE_GMAKE= yes CONFIGURE_ARGS= --with-INSTALL="" \ --with-MAKE=gmake --with-CC=/usr/bin/cc \ @@ -52,8 +59,8 @@ chown uucp ${SUID_EXES} chmod 4555 ${SUID_EXES} @if [ ! -f ${PREFIX}/etc/rc.d/hylafax.sh.sample ]; then \ - cp ${FILESDIR}/hylafax.sh.sample ${PREFIX}/etc/rc.d; \ + ${CP} ${FILESDIR}/hylafax.sh.sample ${PREFIX}/etc/rc.d; \ fi ${CAT} ${PKGDIR}/MESSAGE -.include +.include diff -ruN --exclude cvs ../comms/hylafax/files/md5 hylafax/files/md5 --- ../comms/hylafax/files/md5 Sun Apr 12 04:10:49 1998 +++ hylafax/files/md5 Sat Apr 24 07:35:12 1999 @@ -1 +1,2 @@ MD5 (hylafax-v4.0pl2-tar.gz) = 59966e41f769770134b2c80c84245874 +MD5 (gcc-2.8.x.patch) = 87175988e93d94c01325a8ea77cf24e2 >Release-Note: >Audit-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 24 14: 5:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail-gw3.pacbell.net (mail-gw3.pacbell.net [206.13.28.55]) by hub.freebsd.org (Postfix) with ESMTP id F2E9A152E7 for ; Sat, 24 Apr 1999 14:05:17 -0700 (PDT) (envelope-from shamrock@netcom.com) Received: from lucky (adsl-216-101-108-53.dsl.snfc21.pacbell.net [216.101.108.53]) by mail-gw3.pacbell.net (8.8.8/8.7.1+antispam) with SMTP id OAA19738 for ; Sat, 24 Apr 1999 14:03:13 -0700 (PDT) From: "Lucky Green" To: Subject: tix-4.1.0.006 package errors Date: Sat, 24 Apr 1999 14:06:13 -0700 Message-ID: <000c01be8e96$4af71d20$0200a8c0@cypherpunks.to> 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.2212 (4.71.2419.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 Using the makefile from 19990412, I get the following error: su-2.02# make ===> Building for tix-4.1.0.006 cc tixAppInit.o -L/usr/ports/x11-toolkits/tix/work/Tix4.1.0/unix/tk8.0 -ltix418 0 -L/usr/local/lib -ltk80 -L/usr/local/lib -ltcl80 -L/usr/X11R6/lib -lX11 -lm -o tixwish /usr/libexec/elf/ld: cannot open -ltix4180: No such file or directory *** Error code 1 I get the same result after first performing a make clean. What to do? Thanks, --Lucky Green PGP 5.x encrypted email preferred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 24 19:36:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from istari.home.net (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (Postfix) with ESMTP id 1B12C14D61 for ; Sat, 24 Apr 1999 19:36:11 -0700 (PDT) (envelope-from sjr@home.net) Received: (from sjr@localhost) by istari.home.net (8.9.3/8.9.3) id WAA87397 for ports@FreeBSD.ORG; Sat, 24 Apr 1999 22:36:02 -0400 (EDT) (envelope-from sjr) Date: Sat, 24 Apr 1999 22:36:02 -0400 (EDT) From: "Stephen J. Roznowski" Message-Id: <199904250236.WAA87397@istari.home.net> To: ports@FreeBSD.ORG Subject: Comments on addition of local distfile repository Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm wondering if there is any interest in adding a "local distfile" repository to the bsd.port.mk file. I would envision using this to maintain the "hand transferred" distfiles, as well as a convenient place to hold distfiles that are "under development". [I imagine this to be 'expert friendly'] If this were added, you could safely delete /usr/ports/distfiles (to reclaim diskspace) without having to retransfer the restricted ones... Comments? -SR P.S. Proposed patch attached. --- /usr/ports/Mk/bsd.port.mk Sat Apr 24 14:52:33 1999 +++ bsd.port.mk Sat Apr 24 22:13:48 1999 @@ -957,6 +957,13 @@ .endif .endif +# Allow for additional local storage of distfiles +LOCAL_MASTER_SITES?= /usr/local/distfiles +.if exists(${LOCAL_MASTER_SITES}) +MASTER_SITES+= file:${LOCAL_MASTER_SITES} +PATCH_SITES+= file:${LOCAL_MASTER_SITES} +.endif + # Derived names so that they're easily overridable. DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} PKGNAME?= ${DISTNAME} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 24 21:40: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B4E8414E8E for ; Sat, 24 Apr 1999 21:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA20749; Sat, 24 Apr 1999 21:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 24 Apr 1999 21:40:02 -0700 (PDT) Message-Id: <199904250440.VAA20749@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Christian Weisgerber Subject: Re: ports/10233: misc/buffer has been removed, let's revive it! Reply-To: Christian Weisgerber Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10233; it has been noted by GNATS. From: Christian Weisgerber To: freebsd-gnats-submit@freebsd.org Cc: jonny@jonny.eng.br Subject: Re: ports/10233: misc/buffer has been removed, let's revive it! Date: Sun, 25 Apr 1999 04:52:17 +0200 Here's the unified port of "buffer". This should close PRs #10233 and #10549. ---------------- # 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: # # buffer # buffer/files # buffer/files/md5 # buffer/patches # buffer/patches/patch-aa # buffer/patches/patch-ab # buffer/patches/patch-ac # buffer/pkg # buffer/pkg/COMMENT # buffer/pkg/DESCR # buffer/pkg/PLIST # buffer/Makefile # echo c - buffer mkdir -p buffer > /dev/null 2>&1 echo c - buffer/files mkdir -p buffer/files > /dev/null 2>&1 echo x - buffer/files/md5 sed 's/^X//' >buffer/files/md5 << 'END-of-buffer/files/md5' XMD5 (buffer-1.17.tar.gz) = 6c5236ed99f4df0832623f4c0498c681 END-of-buffer/files/md5 echo c - buffer/patches mkdir -p buffer/patches > /dev/null 2>&1 echo x - buffer/patches/patch-aa sed 's/^X//' >buffer/patches/patch-aa << 'END-of-buffer/patches/patch-aa' X--- Makefile.orig Wed Jul 14 17:59:17 1993 X+++ Makefile Thu Mar 11 23:01:56 1999 X@@ -4,13 +4,13 @@ X # You should also add -DSYS5 for Ultrix, AIX, and Solarix. X # Add -DDEF_SHMEM=n if you can only have n bytes of shared memory X # (eg: -DDEF_SHMEM=524288 if you can only have half a meg.) X-CFLAGS= X+CFLAGS+= X X # Where to install buffer and its manual pages X-INSTBIN=/usr/local/bin X-INSTMAN=/usr/man/manl X+INSTBIN=${PREFIX}/bin X+INSTMAN=${PREFIX}/man/man1 X # The manual page section (normally l or 1) X-S=l X+S=1 X X RM=/bin/rm X ALL=README buffer.man Makefile buffer.c sem.c COPYING X@@ -18,18 +18,14 @@ X all: buffer X X buffer: buffer.o sem.o X- $(CC) -o buffer $(CFLAGS) buffer.o sem.o X+ $(CC) -o buffer buffer.o sem.o X X clean: X $(RM) -f *.o core buffer .merrs X X install: buffer X- rm -f $(INSTBIN)/buffer X- cp buffer $(INSTBIN)/buffer X- chmod 111 $(INSTBIN)/buffer X- rm -f $(INSTMAN)/buffer.$S X- cp buffer.man $(INSTMAN)/buffer.$S X- chmod 444 $(INSTMAN)/buffer.$S X+ ${BSD_INSTALL_PROGRAM} buffer $(INSTBIN)/buffer X+ ${BSD_INSTALL_MAN} buffer.man $(INSTMAN)/buffer.$S X X buffer.tar: $(ALL) X $(RM) -f buffer.tar END-of-buffer/patches/patch-aa echo x - buffer/patches/patch-ab sed 's/^X//' >buffer/patches/patch-ab << 'END-of-buffer/patches/patch-ab' X--- buffer.c.orig Wed Jul 14 17:59:17 1993 X+++ buffer.c Thu Mar 11 02:55:42 1999 X@@ -384,6 +384,7 @@ X } X X /* The interrupt handler */ X+void X shutdown() X { X static int shutting; X@@ -400,6 +401,7 @@ X } X X /* Shutdown because the child has ended */ X+void X child_shutdown() X { X /* Find out which child has died. (They may not be my END-of-buffer/patches/patch-ab echo x - buffer/patches/patch-ac sed 's/^X//' >buffer/patches/patch-ac << 'END-of-buffer/patches/patch-ac' X--- buffer.man.orig Wed Jul 14 17:59:16 1993 X+++ buffer.man Thu Mar 11 03:36:46 1999 X@@ -37,7 +37,7 @@ X Use the given file as the output file. The default is stdout. X .TP X .B \-S size X-After every chunk this size has been writen print out how much been writen so far. X+After every chunk this size has been written, print out how much been written so far. X By default this is not set. X .TP X .B \-s size X@@ -71,9 +71,9 @@ X throughput on some drives.) X .TP X .B \-B X-Force each block writen to be padded out to the blocksize. This is needed by some tape X+Force each block written to be padded out to the blocksize. This is needed by some tape X and cartridge drives. Defaults to unpadded. This only affects the X-last block writen. X+last block written. X .TP X .B \-t X On exiting print to stderr a brief message showing the total number of X@@ -82,7 +82,7 @@ X .B \-Z X If reading/writing directly to a character device (like a tape drive) X then after each gigabyte perform an lseek to the start of the file. X-Use this flag with extreme care. If can only be used on devices where X+Use this flag with extreme care. It can only be used on devices where X an lseek does not rewind the tape but does reset the kernels position X flags. It is used to allow more than 2 gigabytes to be written. X .PP END-of-buffer/patches/patch-ac echo c - buffer/pkg mkdir -p buffer/pkg > /dev/null 2>&1 echo x - buffer/pkg/COMMENT sed 's/^X//' >buffer/pkg/COMMENT << 'END-of-buffer/pkg/COMMENT' XBuffer sporadic I/O for faster tape and pipe throughput. END-of-buffer/pkg/COMMENT echo x - buffer/pkg/DESCR sed 's/^X//' >buffer/pkg/DESCR << 'END-of-buffer/pkg/DESCR' XThis is a program designed initially to speed up writing tapes on remote Xtape drives, but may be used as a general pipe buffering utility. X XNote: You *must* have a kernel with X options SYSVSHM Xcompiled in. X XThe program splits itself into two processes. The first process reads X(and reblocks) from stdin into a shared memory buffer. The second Xwrites from the shared memory buffer to stdout. Doing it this way Xmeans that the writing side effectly sits in a tight write loop and Xdoesn't have to wait for input. Similarly for the input side. It is Xthis waiting that slows down other reblocking processes, like dd. END-of-buffer/pkg/DESCR echo x - buffer/pkg/PLIST sed 's/^X//' >buffer/pkg/PLIST << 'END-of-buffer/pkg/PLIST' Xbin/buffer END-of-buffer/pkg/PLIST echo x - buffer/Makefile sed 's/^X//' >buffer/Makefile << 'END-of-buffer/Makefile' X# New ports collection makefile for: buffer X# Version required: 1.17 X# Date created: 17 Nov 1995 X# Whom: markm X# X# $Id$ X# X XDISTNAME= buffer-1.17 XCATEGORIES= misc XMASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/distfiles/ \ X ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/ X XMAINTAINER= naddy@mips.rhein-neckar.de X XNO_WRKSUBDIR= yes XMAN1= buffer.1 X X.include END-of-buffer/Makefile exit -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de carpe librum: books 'n' reviews To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 25 2:20: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9314214DC1 for ; Sun, 25 Apr 1999 02:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA39010; Sun, 25 Apr 1999 02:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 6C0F514C85 for ; Sun, 25 Apr 1999 02:17:44 -0700 (PDT) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id NAA09491; Sun, 25 Apr 1999 13:18:14 +0400 (MSD) Message-Id: <199904250918.NAA09491@netserv1.chg.ru> Date: Sun, 25 Apr 1999 13:18:14 +0400 (MSD) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11311: Update net/p5-New-RawIP to 0.06b Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11311 >Category: ports >Synopsis: Update net/p5-New-RawIP to 0.06b >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 25 02:20:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -Nur p5-Net-RawIP.old/Makefile p5-Net-RawIP/Makefile --- p5-Net-RawIP.old/Makefile Sun Apr 25 00:02:40 1999 +++ p5-Net-RawIP/Makefile Sun Apr 25 00:12:11 1999 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.1.1.1 1999/03/06 18:18:19 billf Exp $ # -DISTNAME= Net-RawIP-0.06 -PKGNAME= p5-Net-RawIP-0.06 +DISTNAME= Net-RawIP-0.06b +PKGNAME= p5-Net-RawIP-0.06b CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://quake.skif.net/RawIP/files/ \ @@ -17,7 +17,7 @@ MAINTAINER= dima@chg.ru USE_PERL5= yes -MAN3= Net::RawIP.3 +MAN3= Net::RawIP.3 Net::RawIP::libpcap.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: diff -Nur p5-Net-RawIP.old/files/md5 p5-Net-RawIP/files/md5 --- p5-Net-RawIP.old/files/md5 Sun Apr 25 00:02:40 1999 +++ p5-Net-RawIP/files/md5 Sun Apr 25 00:04:08 1999 @@ -1 +1 @@ -MD5 (Net-RawIP-0.06.tar.gz) = 6ae674f531196cb3ba43a596d1518c9f +MD5 (Net-RawIP-0.06b.tar.gz) = 69c21e876cb2dd828a2de7f4b8733b01 diff -Nur p5-Net-RawIP.old/patches/patch-aa p5-Net-RawIP/patches/patch-aa --- p5-Net-RawIP.old/patches/patch-aa Sun Apr 25 00:02:40 1999 +++ p5-Net-RawIP/patches/patch-aa Thu Jan 1 03:00:00 1970 @@ -1,11 +0,0 @@ ---- Makefile.PL.orig Fri Feb 19 00:27:52 1999 -+++ Makefile.PL Fri Feb 19 00:28:12 1999 -@@ -8,7 +8,7 @@ - print "5) FreeBSD\n"; - print "6) BSDI\n"; - print "7) Other\n-> "; --chomp($system =); -+$system = 5; - - if($system == 1) - { diff -Nur p5-Net-RawIP.old/pkg/PLIST p5-Net-RawIP/pkg/PLIST --- p5-Net-RawIP.old/pkg/PLIST Sun Apr 25 00:02:40 1999 +++ p5-Net-RawIP/pkg/PLIST Sun Apr 25 00:11:44 1999 @@ -1,6 +1,7 @@ lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/RawIP/RawIP.so lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/RawIP/RawIP.bs lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Net/RawIP.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Net/RawIP/libpcap.pod lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/RawIP/autosplit.ix lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/RawIP/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/RawIP >Release-Note: >Audit-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 25 3:24:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by hub.freebsd.org (Postfix) with ESMTP id 383A314BDC for ; Sun, 25 Apr 1999 03:24:42 -0700 (PDT) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id MAA09407 for ; Sun, 25 Apr 1999 12:24:40 +0200 (MET DST) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.2/8.6.9) id KAA12645 for freebsd-ports@freebsd.org; Sun, 25 Apr 1999 10:24:43 GMT Date: Sun, 25 Apr 1999 10:24:43 GMT From: Christoph Kukulies Message-Id: <199904251024.KAA12645@gil.physik.rwth-aachen.de> To: freebsd-ports@freebsd.org Subject: teTeX ports - psnup missing Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org My professor recently claimed that hist TeX installation lost quality compared to former ones when I moved his machine to 3.1. I know it is dangerous to touch a well esteblished TeX installation but I didn't have anything harmful in mind when I did a pkg_add of the TeX installation (maybe I even did a port build - not sure anymore) Anyway, he says formerly there was a utility psnup which isn't there anymore. And as always Linux (S.u.S.e.) is the comparison measure: Look, under linux it works, he said. Also virtual fonts don't work anymore - I have to track this down though, it maybe well, that I messed with the MakeTeXpk files. -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 25 3:32:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picalon.gun.de (picalon.gun.de [194.77.0.18]) by hub.freebsd.org (Postfix) with ESMTP id A7F5B14BDC for ; Sun, 25 Apr 1999 03:32:28 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: from klemm.gtn.com (pppak04.gtn.com [194.231.123.169]) by picalon.gun.de (8.8.6/8.8.6) with ESMTP id MAA15841; Sun, 25 Apr 1999 12:32:24 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.9.3/8.9.2) id MAA07484; Sun, 25 Apr 1999 12:32:11 +0200 (CEST) (envelope-from andreas) Date: Sun, 25 Apr 1999 12:32:11 +0200 From: Andreas Klemm To: Aaron Granick , Alex Zepeda Cc: ports@FreeBSD.ORG Subject: Re: nasty problem to compile kirc-0.9.5-04 under FreeBSD 3.1-STABLE Message-ID: <19990425123211.B86837@titan.klemm.gtn.com> References: <19990424125248.A22812@titan.klemm.gtn.com> <000601be8e3d$6f27a150$d19b1e18@penguin.san.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <000601be8e3d$6f27a150$d19b1e18@penguin.san.rr.com>; from Aaron Granick on Sat, Apr 24, 1999 at 03:30:11AM -0700 X-Operating-System: FreeBSD 3.1-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Apr 24, 1999 at 03:30:11AM -0700, Aaron Granick wrote: > I believe this is a problem because the KDE API has changed since kIRC was > released...they moved the kdedir() function from public to protected status. > Unfortunately, I haven't worked with KDE in some time so I don't know how to > fix this error. You could replace the call with a hardcoded location for > the KDE directory, or look it up as a shell variable, but there is probably > a new 'official' way of retrieving the KDE directory path, but I dont' know > what it is. > > Aaron On Sat, Apr 24, 1999 at 03:23:28PM -0700, Alex Zepeda wrote: > Aaron has for quite a while now wished to not receive mail concerning > kIRC, and for that matter I'm no longer maintaining kIRC. It's no longer > supported, and to compile it would require pre KDE 1.0 libs, and Qt 1.33. Hi folks, finally I got around this little failure, so that kirc compiles. A script substitutes !!PREFIX!! just before compilation, so that kirc port is fully location independent (just for the case that a user wants a different installation path than /usr/local). Additionally there was a '}' missing in DCC.cpp. Wonder how this version could have been released, since kdcc was in fact not compileable ;-) --- kirc/defs.h.orig Sun Apr 25 11:43:46 1999 +++ kirc/defs.h Sun Apr 25 11:52:34 1999 @@ -5,6 +5,7 @@ #define IRC_CONFIG_H #define APPNAME "kIRC" +#define KDEDIR "!!PREFIX!!" #define IRCDIR "share/apps/kirc" #define ICONDIR "share/apps/kirc/icons" #define IRCHOMEDIR ".kde/share/apps/kirc" --- kirc/irc.cpp.orig Sun Apr 25 11:45:13 1999 +++ kirc/irc.cpp Sun Apr 25 11:47:56 1999 @@ -138,7 +138,7 @@ { ParseArguments(argc, argv); Settings::fileDir.sprintf("%s/%s", QDir::homeDirPath().data(), IRCHOMEDIR); - Settings::sysFileDir.sprintf("%s/%s", KApplication::kdedir().data(), IRCDIR); + Settings::sysFileDir.sprintf("%s/%s", KDEDIR, IRCDIR); app = new IrcApp( argc, argv, "kirc"); //signal (SIGSEGV, HandleSegFault); // redirect our segfaults app->Go(); --- kdcc/DCC.cpp.orig Sun Apr 25 12:09:14 1999 +++ kdcc/DCC.cpp Sun Apr 25 12:09:33 1999 @@ -210,6 +210,7 @@ if (Settings::mode == "CHAT") { debug(">connect %s %u", Settings::nick.data(), fd); + } return fd; } But now after installation other (unexpected) problems arise. andreas@titan{95} $ kirc QPopupMenu: (unnamed) Popup has invalid menu item QPopupMenu: (unnamed) Popup has invalid menu item QPopupMenu: (unnamed) Popup has invalid menu item QPopupMenu: (unnamed) Popup has invalid menu item QPopupMenu: (unnamed) Popup has invalid menu item QPopupMenu: (unnamed) Popup has invalid menu item X Error: BadWindow (invalid Window parameter) 3 Major opcode: 2 Abbruch (core dumped) Exit 134 Perhaps this is the result of what you said, Alex, that kirc perhaps really needs an older KDE version and an older QT lib. Unfortunately we dropped the older QT version in the FreeBSD ports collection, since no application seemed to use/need it. During that time (when the decision has been made), kirc already was flagged BROKEN, because of the compilation errors .... Now for me the question arises, if we should bring back qt1.33 and try it again to compile kirc ... or if not. Sad but true ... as far as I see kirc seems to be a little so to say -> unmaintained ... Well, what's the status now ... I saw in your signal handler code, that in case of an error the user sees a messages, send me a bug report, etc .... Just in case, we would bring kirc to run, is it wanted by the author, to receive mails with bugreports ? Or does the author not want to receive any messages about kirc, so that it's really unmaintained ??? I'm not sure, but would it be perhaps a wise decision, to drop perhaps kirc from the ports collection, since nobody maintains it, and you know how users are, if things are not working well .... To sum it up ... what do _YOU_ think would be a good decision for kirc in the FreeBSD ports collection ??? Or is there any taker, who could perhaps bring kirc to libqt 1.42 and KDE 1.1 ? [ Cc'd to ports ] Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 25 5:20:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.ucsd.edu (smtp.ucsd.edu [132.239.1.49]) by hub.freebsd.org (Postfix) with ESMTP id D31FC14C4B for ; Sun, 25 Apr 1999 05:20:48 -0700 (PDT) (envelope-from agranick@ucsd.edu) Received: from penguin (dt064nd1.san.rr.com [24.30.155.209]) by smtp.ucsd.edu (8.9.1a/8.6.9) with SMTP id FAA03742; Sun, 25 Apr 1999 05:20:43 -0700 (PDT) Message-ID: <000801be8f16$e8c9e2f0$d19b1e18@penguin.san.rr.com> From: "Aaron Granick" To: "Andreas Klemm" , "Alex Zepeda" Cc: Subject: Re: nasty problem to compile kirc-0.9.5-04 under FreeBSD 3.1-STABLE Date: Sun, 25 Apr 1999 05:26:55 -0700 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 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You have my full blessings to remove it from the port directory. Since kIRC was released there have been better IRC clients using KDE libraries released, and I will likely never revisit the kIRC code. kIRC was a learning experience for me, and took a great deal of my time, but I don't have any desire to work with it any further. If I was going to work on an IRC client for Unix again (which i probably won't), I would use kIRC as a source of ideas and write a new app completely from scratch. There are some bugs in kIRC which no man could fix because the design is fundamentally flawed. I never want to see another bug report on it. =) If someone wants to take over the code and thinks there is something worth salvaging, they have my full blessing, but I want nothing more to do with it. Thanks, Aaron -----Original Message----- From: Andreas Klemm To: Aaron Granick ; Alex Zepeda Cc: ports@FreeBSD.ORG Date: Sunday, April 25, 1999 3:32 AM Subject: Re: nasty problem to compile kirc-0.9.5-04 under FreeBSD 3.1-STABLE |On Sat, Apr 24, 1999 at 03:30:11AM -0700, Aaron Granick wrote: |> I believe this is a problem because the KDE API has changed since kIRC was |> released...they moved the kdedir() function from public to protected status. |> Unfortunately, I haven't worked with KDE in some time so I don't know how to |> fix this error. You could replace the call with a hardcoded location for |> the KDE directory, or look it up as a shell variable, but there is probably |> a new 'official' way of retrieving the KDE directory path, but I dont' know |> what it is. |> |> Aaron | |On Sat, Apr 24, 1999 at 03:23:28PM -0700, Alex Zepeda wrote: |> Aaron has for quite a while now wished to not receive mail concerning |> kIRC, and for that matter I'm no longer maintaining kIRC. It's no longer |> supported, and to compile it would require pre KDE 1.0 libs, and Qt 1.33. | |Hi folks, | |finally I got around this little failure, so that kirc compiles. |A script substitutes !!PREFIX!! just before compilation, so that |kirc port is fully location independent (just for the case that |a user wants a different installation path than /usr/local). | |Additionally there was a '}' missing in DCC.cpp. Wonder how this |version could have been released, since kdcc was in fact not |compileable ;-) | |--- kirc/defs.h.orig Sun Apr 25 11:43:46 1999 |+++ kirc/defs.h Sun Apr 25 11:52:34 1999 |@@ -5,6 +5,7 @@ | #define IRC_CONFIG_H | | #define APPNAME "kIRC" |+#define KDEDIR "!!PREFIX!!" | #define IRCDIR "share/apps/kirc" | #define ICONDIR "share/apps/kirc/icons" | #define IRCHOMEDIR ".kde/share/apps/kirc" |--- kirc/irc.cpp.orig Sun Apr 25 11:45:13 1999 |+++ kirc/irc.cpp Sun Apr 25 11:47:56 1999 |@@ -138,7 +138,7 @@ | { | ParseArguments(argc, argv); | Settings::fileDir.sprintf("%s/%s", QDir::homeDirPath().data(), IRCHOMEDIR); |- Settings::sysFileDir.sprintf("%s/%s", KApplication::kdedir().data(), IRCDIR); |+ Settings::sysFileDir.sprintf("%s/%s", KDEDIR, IRCDIR); | app = new IrcApp( argc, argv, "kirc"); | //signal (SIGSEGV, HandleSegFault); // redirect our segfaults | app->Go(); |--- kdcc/DCC.cpp.orig Sun Apr 25 12:09:14 1999 |+++ kdcc/DCC.cpp Sun Apr 25 12:09:33 1999 |@@ -210,6 +210,7 @@ | | if (Settings::mode == "CHAT") { | debug(">connect %s %u", Settings::nick.data(), fd); |+ } | return fd; | } | |But now after installation other (unexpected) problems arise. | |andreas@titan{95} $ kirc |QPopupMenu: (unnamed) Popup has invalid menu item |QPopupMenu: (unnamed) Popup has invalid menu item |QPopupMenu: (unnamed) Popup has invalid menu item |QPopupMenu: (unnamed) Popup has invalid menu item |QPopupMenu: (unnamed) Popup has invalid menu item |QPopupMenu: (unnamed) Popup has invalid menu item |X Error: BadWindow (invalid Window parameter) 3 | Major opcode: 2 |Abbruch (core dumped) |Exit 134 | |Perhaps this is the result of what you said, Alex, that |kirc perhaps really needs an older KDE version and an |older QT lib. Unfortunately we dropped the older QT version |in the FreeBSD ports collection, since no application seemed |to use/need it. During that time (when the decision has been |made), kirc already was flagged BROKEN, because of the compilation |errors .... | |Now for me the question arises, if we should bring back qt1.33 |and try it again to compile kirc ... or if not. | |Sad but true ... as far as I see kirc seems to be a little |so to say -> unmaintained ... | |Well, what's the status now ... |I saw in your signal handler code, that in case of an error the |user sees a messages, send me a bug report, etc .... | |Just in case, we would bring kirc to run, is it wanted by the |author, to receive mails with bugreports ? | |Or does the author not want to receive any messages about kirc, |so that it's really unmaintained ??? | |I'm not sure, but would it be perhaps a wise decision, to drop |perhaps kirc from the ports collection, since nobody maintains |it, and you know how users are, if things are not working |well .... | |To sum it up ... what do _YOU_ think would be a good decision |for kirc in the FreeBSD ports collection ??? | |Or is there any taker, who could perhaps bring kirc to libqt 1.42 |and KDE 1.1 ? [ Cc'd to ports ] | | Andreas /// | |-- |Andreas Klemm http://www.FreeBSD.ORG/~andreas | http://www.freebsd.org/~fsmp/SMP/SMP.html | powered by Symmetric MultiProcessor FreeBSD | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 25 9:48:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id A202814C2E for ; Sun, 25 Apr 1999 09:48:14 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id LAA28577 for ; Sun, 25 Apr 1999 11:48:13 -0500 (CDT) Date: Sun, 25 Apr 1999 11:48:13 -0500 (CDT) From: Steve Price To: freebsd-ports@freebsd.org Subject: FreeeBSD/Alpha ports collection (fwd) 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 just realized that this might also be useful information to those on the ports lists too. For those that are also on the alpha mailing list, please forgive the duplicate post. -steve ---------- Forwarded message ---------- Date: Thu, 22 Apr 1999 08:00:45 -0500 (CDT) From: Steve Price To: freebsd-alpha@FreeBSD.ORG Subject: FreeeBSD/Alpha ports collection I've finally made good on a promise that I made many moons ago. Anyone interested in using pre-packaged ports on their FreeBSD/ Alpha can now obtain them here: ftp://ftp.freebsd.org/pub/FreeBSD/ports/alpha/packages What's there now is my first full build. It is a meager showing with only about half of the 2200 ports present. I've fixed a few little problems in my build script and am currently running another build. It is nearing the end of ports/lang and it has already packaged 900+ ports so there should be quite a few more there the next time. Some of them are still pretty rough and may not actually run since I couldn't really test all of them thoroughly. I welcome any and all comments/suggestions/flames. You can send them to me (steve@freebsd.org) or this list as appropriate. To start with and hardware/time permitting I'm going to try and get out a new set about once a week. I'm also making a concerted effort to cleanup the build scripts so that others may use them for similar endeavors. A special thanks to Jordan, Mike Smith, and the rest of the WC gang for building, setting up, and sending me a killer piece of hardware for doing the builds. An honorable mention also goes to Satoshi Asami for populating the ftp site with the packages that I sent to him. Enjoy! -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 25 10:30: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B775515004 for ; Sun, 25 Apr 1999 10:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA14629; Sun, 25 Apr 1999 10:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pop16.odn.ne.jp (TKYca-0415p17.ppp.odn.ad.jp [143.90.173.17]) by hub.freebsd.org (Postfix) with ESMTP id 8565214C0F for ; Sun, 25 Apr 1999 10:28:31 -0700 (PDT) (envelope-from shuna@pop16.odn.ne.jp) Received: (from shuna@localhost) by pop16.odn.ne.jp (8.8.7/8.8.7) id CAA00519; Mon, 26 Apr 1999 02:34:55 +0900 (JST) (envelope-from shuna) Message-Id: <199904251734.CAA00519@pop16.odn.ne.jp> Date: Mon, 26 Apr 1999 02:34:55 +0900 (JST) From: shuna@pop16.odn.ne.jp Reply-To: shuna@pop16.odn.ne.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11314: Update: japanese/slrn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11314 >Category: ports >Synopsis: Update: japanese/slrn >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 25 10:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: IWASHITA Yoji >Release: FreeBSD 2.2.5-RELEASE i386 >Organization: ODN >Environment: FreeBSD 2.2.5-RELEASE >Description: Update port: japanese/slrn slrn(Ver 0.9.5.4) with japanese/libslang (Ver 1.2.2.j055) New file: patches/patch-ab, patches/patch-ac >How-To-Repeat: >Fix: diff -cNr slrn.old/Makefile slrn/Makefile *** slrn.old/Makefile Fri Apr 2 12:55:14 1999 --- slrn/Makefile Sun Apr 18 23:57:48 1999 *************** *** 1,9 **** # New ports collection makefile for: ja-slrn ! # Version required: 0.9.5.2 ! # Date created: 26 Jun 1998 ! # Whom: Takashi Mega # - # $Id: Makefile,v 1.5 1999/04/02 03:55:14 taoka Exp $ DISTNAME= slrn0.9.5.4 PKGNAME= ja-slrn-0.9.5.4 --- 1,10 ---- # New ports collection makefile for: ja-slrn ! # Version required: 0.9.5.4 ! # Date created: 19 April 1999 ! # Whom: shuna@pop16.odn.ne.jp ! # ! # $Id$ # DISTNAME= slrn0.9.5.4 PKGNAME= ja-slrn-0.9.5.4 *************** *** 18,24 **** MAINTAINER= mega@minz.org ! LIB_DEPENDS= slang.1:${PORTSDIR}/japanese/libslang WRKSRC= ${WRKDIR}/slrn JDOCSRC= ${WRKDIR}/slrn-doc-j0.9.5.3-0 --- 19,25 ---- MAINTAINER= mega@minz.org ! LIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang WRKSRC= ${WRKDIR}/slrn JDOCSRC= ${WRKDIR}/slrn-doc-j0.9.5.3-0 diff -cNr slrn.old/patches/patch-ab slrn/patches/patch-ab *** slrn.old/patches/patch-ab Thu Jan 1 09:00:00 1970 --- slrn/patches/patch-ab Sun Apr 18 22:04:42 1999 *************** *** 0 **** --- 1,12 ---- + *** configure.org Sun Apr 18 21:51:14 1999 + --- configure Sun Apr 18 22:04:15 1999 + *************** + *** 2486,2491 **** + --- 2486,2492 ---- + # version. + + JD_Search_Dirs="$JD_Search_Dirs \ + + /usr/local/include/slang,/usr/local/lib \ + /usr/local/include,/usr/local/lib \ + /usr/include,/usr/lib \ + /usr/include/slang,/usr/lib \ diff -cNr slrn.old/patches/patch-ac slrn/patches/patch-ac *** slrn.old/patches/patch-ac Thu Jan 1 09:00:00 1970 --- slrn/patches/patch-ac Sun Apr 18 22:07:08 1999 *************** *** 0 **** --- 1,21 ---- + *** src/slrnfeat.h.orig Sun Apr 18 21:51:20 1999 + --- src/slrnfeat.h Sun Apr 18 22:05:53 1999 + *************** + *** 215,222 **** + #define SLRN_TZ_TM_ZONE 2 /* timezone set in tm_zone of struct tm */ + #define SLRN_TZ_TIMEZONE 3 /* timezone() */ + /* choose one from listed above */ + ! #define SLRN_TZ_TYPE SLRN_TZ_TZNAME + ! /* #define SLRN_TZ_TYPE SLRN_TZ_TM_ZONE */ + #ifndef SLRNPULL_CODE + #define KANJI + #endif + --- 215,222 ---- + #define SLRN_TZ_TM_ZONE 2 /* timezone set in tm_zone of struct tm */ + #define SLRN_TZ_TIMEZONE 3 /* timezone() */ + /* choose one from listed above */ + ! /* #define SLRN_TZ_TYPE SLRN_TZ_TZNAME */ + ! #define SLRN_TZ_TYPE SLRN_TZ_TM_ZONE + #ifndef SLRNPULL_CODE + #define KANJI + #endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 25 10:30:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E46514C0F for ; Sun, 25 Apr 1999 10:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA14620; Sun, 25 Apr 1999 10:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pop16.odn.ne.jp (TKYca-0515p141.ppp.odn.ad.jp [210.231.26.141]) by hub.freebsd.org (Postfix) with ESMTP id 931BB14BDD for ; Sun, 25 Apr 1999 10:21:31 -0700 (PDT) (envelope-from shuna@pop16.odn.ne.jp) Received: (from shuna@localhost) by pop16.odn.ne.jp (8.8.7/8.8.7) id CAA00308; Mon, 26 Apr 1999 02:27:55 +0900 (JST) (envelope-from shuna) Message-Id: <199904251727.CAA00308@pop16.odn.ne.jp> Date: Mon, 26 Apr 1999 02:27:55 +0900 (JST) From: shuna@pop16.odn.ne.jp Reply-To: shuna@pop16.odn.ne.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11313: Update: japanese/libslang Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11313 >Category: ports >Synopsis: Update: japanese/libslang >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 25 10:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: IWASHITA Yoji shuna@pop16.odn.ne.jp >Release: FreeBSD 2.2.5-RELEASE i386 >Organization: ODN >Environment: FreeBSD 2.2.5-RELEASE >Description: Update ports: japanese/libslang Ver1.2.2 -> Ver1.2.2.j055 Newfile: patches/patch-ab, patches/patch-ac ELF and aout >How-To-Repeat: >Fix: diff -cNr libslang.old/Makefile libslang/Makefile *** libslang.old/Makefile Fri Apr 2 12:48:47 1999 --- libslang/Makefile Thu Apr 22 03:50:12 1999 *************** *** 1,32 **** # New ports collection makefile for: ja-S-lang library ! # Version required: 1.2.2 ! # Date created: 26 Jun 1998 ! # Whom: Takashi Mega # - # $Id: Makefile,v 1.3 1999/04/02 03:48:47 taoka Exp $ ! DISTNAME= slang1.2.2 ! PKGNAME= ja-libslang-1.2.2 CATEGORIES= japanese devel ! MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/ ! ! PATCH_SITES= http://home.sprintmail.com/~kikutani/slang/ ! PATCHFILES= slang1.2.2jp0.pat.gz ! PATCH_DIST_STRIP= -p1 MAINTAINER= mega@minz.org GNU_CONFIGURE= yes ALL_TARGET= all elf INSTALL_TARGET= install install-elf ! WRKSRC= ${WRKDIR}/slang post-install: ! ${ECHO} "installing documents in ${PREFIX}/share/doc/slang" @mkdir -p ${PREFIX}/share/doc/slang ${CP} -R ${WRKSRC}/doc/* ${PREFIX}/share/doc/slang ! ! post-install: ! ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include --- 1,29 ---- # New ports collection makefile for: ja-S-lang library ! # Version required: 1.2.2_j055 ! # Date created: 22 April 1999 ! # Whom: IWASHITA Yoji ! # ! # $Id$ # ! DISTNAME= slang1.2.2_j055 ! PKGNAME= ja-libslang-1.2.2.j055 CATEGORIES= japanese devel ! MASTER_SITES= http://home.sprintmail.com/~kikutani/slang/ MAINTAINER= mega@minz.org GNU_CONFIGURE= yes + CONFIGURE_ARGS= --includedir=${PREFIX}/include/slang ALL_TARGET= all elf INSTALL_TARGET= install install-elf ! WRKSRC= ${WRKDIR}/slang post-install: ! ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib ! ${ECHO} "===> Installing documents in ${PREFIX}/share/doc/slang" @mkdir -p ${PREFIX}/share/doc/slang ${CP} -R ${WRKSRC}/doc/* ${PREFIX}/share/doc/slang ! ${CP} ${WRKSRC}/slang-j.doc ${PREFIX}/share/doc/slang .include diff -cNr libslang.old/files/md5 libslang/files/md5 *** libslang.old/files/md5 Mon Jul 20 00:24:12 1998 --- libslang/files/md5 Mon Mar 22 13:52:14 1999 *************** *** 1,2 **** ! MD5 (slang1.2.2.tar.gz) = f0b71a8f9c6f2ccef07eaaa4068b3d1e ! MD5 (slang1.2.2jp0.pat.gz) = e2199af1eb806a4f202f3a8b4dffd715 --- 1 ---- ! MD5 (slang1.2.2_j055.tar.gz) = 0e80f4200b920d0cf07d9d03d58f76bf diff -cNr libslang.old/patches/patch-aa libslang/patches/patch-aa *** libslang.old/patches/patch-aa Fri Apr 2 12:48:47 1999 --- libslang/patches/patch-aa Wed Apr 21 11:06:05 1999 *************** *** 1,11 **** ! --- src/sltermin.c.orig Sun Jul 26 15:57:36 1998 ! +++ src/sltermin.c Sun Jul 26 15:58:06 1998 ! @@ -273,7 +273,7 @@ ! { ! tidir = Terminfo_Dirs[i]; ! if ((tidir != NULL) ! - && (sizeof (file) > strlen (tidir) + 2 + strlen (term))) ! + && (sizeof (file) > strlen (tidir) + 3 + strlen (term))) ! { ! sprintf (file, "%s/%c/%s", tidir, *term, term); ! if (NULL != (fp = open_terminfo (file, ti))) --- 1,78 ---- ! *** configure.orig Mon Apr 13 12:57:32 1998 ! --- configure Wed Apr 21 11:05:02 1999 ! *************** ! *** 1489,1519 **** ! ! echo $ac_n "checking SLANG_VERSION""... $ac_c" 1>&6 ! echo "configure:1492: checking SLANG_VERSION" >&5 ! ! slang_version=`grep "^#define *SLANG_VERSION " $srcdir/src/slang.h | ! ! awk '{ print $3 }'` ! ! slang_major_version=`echo $slang_version | ! ! awk '{ print int($1/10000) }'` ! ! slang_minor_version=`echo $slang_version $slang_major_version | ! ! awk '{ print int(($1 - $2*10000)/100) }'` ! ! slang_mminor_version=`echo $slang_version $slang_major_version $slang_minor_version | ! ! awk '{ print ($1 - $2*10000 - $3*100) }'` ! ! ! ! slang_minor_version=$slang_minor_version.$slang_mminor_version ! echo "$ac_t""$slang_major_version.$slang_minor_version" 1>&6 ! ! ! ! ! ! ! if test "$GCC" = yes; then ! ! ELF_CC="gcc" ! ! ELF_CFLAGS="-O2 -fno-strength-reduce -fPIC" ! ! ELF_LINK="gcc -shared -Wl,-soname#" ! ! ELF_LINK_CMD="\$(ELF_LINK),\$(ELFLIB_MAJOR)" ! else ! ! ELF_CC="cc" ! ! ELF_CFLAGS="-K pic" ! ! ELF_LINK="ld -G -z text" ! ELF_LINK_CMD="\$(ELF_LINK)" ! fi ! ! --- 1489,1511 ---- ! ! echo $ac_n "checking SLANG_VERSION""... $ac_c" 1>&6 ! echo "configure:1492: checking SLANG_VERSION" >&5 ! ! slang_major_version=2 ! ! slang_minor_version=0 ! echo "$ac_t""$slang_major_version.$slang_minor_version" 1>&6 ! ! ! ! ! ! ! if [ "$PORTOBJFORMAT" = elf ]; then ! ! ELF_CC="\$(CC)" ! ! ELF_CFLAGS="\$(CFLAGS) -fPIC" ! ! ELF_LINK="\$(CC) -shared -Wl,-soname,\$(ELFLIB_MAJOR)" ! ! ELF_LINK_CMD="\$(ELF_LINK)" ! else ! ! ELF_CC="\$(CC)" ! ! ELF_CFLAGS="\$(CFLAGS) -fPIC" ! ! ELF_LINK="ld -Bshareable -x" ! ELF_LINK_CMD="\$(ELF_LINK)" ! fi ! ! *************** ! *** 2033,2048 **** ! ! ! echo "" ! - echo "Configuration complete. You may need to edit src/Makefile." ! - echo "You are compiling SLANG with the following compiler configuration:" ! - echo " CC =" "$CC" ! - echo " CFLAGS =" "$CFLAGS" ! - echo " LDFLAGS =" "$LDFLAGS" ! - echo "" ! - echo " ELF_CC =" "$ELF_CC" ! - echo " ELF_LINK =" "$ELF_LINK" ! - echo "ELF_CFLAGS=" "$ELF_CFLAGS" ! - echo "" ! - echo "See also src/sl-feat.h for various features." ! - echo "Type 'make' to build normal library." ! - echo "On ELF systems, type 'make elf' to create ELF shared library." ! --- 2025,2027 ---- diff -cNr libslang.old/patches/patch-ab libslang/patches/patch-ab *** libslang.old/patches/patch-ab Thu Jan 1 09:00:00 1970 --- libslang/patches/patch-ab Sun Apr 18 15:29:53 1999 *************** *** 0 **** --- 1,19 ---- + *** src/sltermin.c.orig Mon Apr 13 12:57:43 1998 + --- src/sltermin.c Sun Apr 18 15:29:06 1999 + *************** + *** 273,279 **** + { + tidir = Terminfo_Dirs[i]; + if ((tidir != NULL) + ! && (sizeof (file) > strlen (tidir) + 2 + strlen (term))) + { + sprintf (file, "%s/%c/%s", tidir, *term, term); + if (NULL != (fp = open_terminfo (file, ti))) + --- 273,279 ---- + { + tidir = Terminfo_Dirs[i]; + if ((tidir != NULL) + ! && (sizeof (file) > strlen (tidir) + 3 + strlen (term))) + { + sprintf (file, "%s/%c/%s", tidir, *term, term); + if (NULL != (fp = open_terminfo (file, ti))) diff -cNr libslang.old/patches/patch-ac libslang/patches/patch-ac *** libslang.old/patches/patch-ac Thu Jan 1 09:00:00 1970 --- libslang/patches/patch-ac Thu Apr 22 03:35:11 1999 *************** *** 0 **** --- 1,30 ---- + *** autoconf/Makefile.in.orig Mon Apr 13 12:57:32 1998 + --- autoconf/Makefile.in Thu Apr 22 03:32:46 1999 + *************** + *** 10,16 **** + cd src; $(MAKE) all + elf: + cd src; $(MAKE) elf + - @echo Use make install-elf to install it. + demos: + cd demo; $(MAKE) + clean: + --- 10,15 ---- + *************** + *** 21,35 **** + cd src; $(MAKE) install + install-elf: + cd src; $(MAKE) install-elf + - @echo "" + - @echo "Although not required, consider doing 'make install-links' to extra links" + - @echo "You will also have to run ldconfig." + - @echo "" + install-links: + cd src; $(MAKE) install-links + - @echo "" + - @echo "Make sure that you remember to run ldconfig to complete the installation." + - @echo "" + # + distclean: + /bin/rm -f *~ Makefile config.status config.log config.cache files.pck + --- 20,27 ---- diff -cNr libslang.old/patches/patch-ad libslang/patches/patch-ad *** libslang.old/patches/patch-ad Fri Apr 2 13:20:05 1999 --- libslang/patches/patch-ad Thu Apr 22 03:05:27 1999 *************** *** 1,63 **** ! --- configure.orig Fri Apr 24 01:16:57 1998 ! +++ configure Tue Sep 22 16:11:04 1998 ! @@ -1489,35 +1489,25 @@ ! ! echo $ac_n "checking SLANG_VERSION""... $ac_c" 1>&6 ! echo "configure:1492: checking SLANG_VERSION" >&5 ! -slang_version=`grep "^#define *SLANG_VERSION " $srcdir/src/slang.h | ! - awk '{ print $3 }'` ! -slang_major_version=`echo $slang_version | ! - awk '{ print int($1/10000) }'` ! -slang_minor_version=`echo $slang_version $slang_major_version | ! - awk '{ print int(($1 - $2*10000)/100) }'` ! -slang_mminor_version=`echo $slang_version $slang_major_version $slang_minor_version | ! - awk '{ print ($1 - $2*10000 - $3*100) }'` ! - ! -slang_minor_version=$slang_minor_version.$slang_mminor_version ! +slang_major_version=1 ! +slang_minor_version=3 ! echo "$ac_t""$slang_major_version.$slang_minor_version" 1>&6 ! ! ! ! ! ! -if test "$GCC" = yes; then ! - ELF_CC="gcc" ! - ELF_CFLAGS="-O2 -fno-strength-reduce -fPIC" ! - ELF_LINK="gcc -shared -Wl,-soname#" ! - ELF_LINK_CMD="\$(ELF_LINK),\$(ELFLIB_MAJOR)" ! +if [ $PORTOBJFORMAT = elf ]; then ! +ELF_CC="\$(CC)" ! +ELF_CFLAGS="\$(CFLAGS) -fPIC" ! +ELF_LINK="\$(CC) -shared -Wl,-soname,\$(ELFLIB_MAJOR)" ! +ELF_LINK_CMD="\$(ELF_LINK)" ! else ! - ELF_CC="cc" ! - ELF_CFLAGS="-K pic" ! - ELF_LINK="ld -G -z text" ! - ELF_LINK_CMD="\$(ELF_LINK)" ! +ELF_CC="\$(CC)" ! +ELF_CFLAGS="\$(CFLAGS) -fPIC" ! +ELF_LINK="ld -Bshareable -x" ! +ELF_LINK_CMD="\$(ELF_LINK)" ! fi ! - ! - ! ! ! ! --- src/Makefile.in Fri Apr 24 01:17:04 1998 ! +++ /tmp/Makefile.in Tue Sep 22 15:45:26 1998 ! @@ -68,7 +68,11 @@ ! ! ELFLIB = lib$(THIS_LIB).so# ! ELFLIB_MAJOR = $(ELFLIB).$(ELF_MAJOR_VERSION)# ! +.if ${PORTOBJFORMAT} == elf ! +ELFLIB_MAJOR_MINOR = $(ELFLIB).$(ELF_MAJOR_VERSION)# ! +.else ! ELFLIB_MAJOR_MINOR = $(ELFLIB).$(ELF_MAJOR_VERSION).$(ELF_MINOR_VERSION)# ! +.endif ! ! ELFDIR_ELF_LIB = $(ELFDIR)/$(ELFLIB_MAJOR_MINOR)# ! --- 1,40 ---- ! *** src/Makefile.in.orig Wed Nov 25 23:02:20 1998 ! --- src/Makefile.in Thu Apr 22 03:04:38 1999 ! *************** ! *** 68,74 **** ! --- 68,78 ---- ! ! ELFLIB = lib$(THIS_LIB).so# ! ELFLIB_MAJOR = $(ELFLIB).$(ELF_MAJOR_VERSION)# ! + .if ( ${PORTOBJFORMAT} == "aout" ) ! ELFLIB_MAJOR_MINOR = $(ELFLIB).$(ELF_MAJOR_VERSION).$(ELF_MINOR_VERSION)# ! + .else ! + ELFLIB_MAJOR_MINOR = $(ELFLIB).$(ELF_MAJOR_VERSION)# ! + .endif ! ! ELFDIR_ELF_LIB = $(ELFDIR)/$(ELFLIB_MAJOR_MINOR)# ! ! *************** ! *** 126,136 **** ! $(MKINSDIR) $(install_include_dir) ! $(install_lib_dir): ! $(MKINSDIR) $(install_lib_dir) ! ! install-elf: install elf $(install_lib_dir) $(install_include_dir) $(ELFDIR_ELF_LIB) ! $(INSTALL_DATA) $(SRCDIR)/slang.h $(install_include_dir) ! $(INSTALL_DATA) $(SRCDIR)/slcurses.h $(install_include_dir) ! ! -$(RM) $(install_lib_dir)/$(ELFLIB) ! ! -$(RM) $(install_lib_dir)/$(ELFLIB_MAJOR) ! @echo installing $(ELFLIB_MAJOR_MINOR) in $(install_lib_dir) ! $(INSTALL_DATA) $(ELFDIR_ELF_LIB) $(install_lib_dir) ! @echo creating symbolic links to $(ELFLIB_MAJOR_MINOR) ! --- 130,139 ---- ! $(MKINSDIR) $(install_include_dir) ! $(install_lib_dir): ! $(MKINSDIR) $(install_lib_dir) ! ! install-elf: elf $(install_lib_dir) $(install_include_dir) $(ELFDIR_ELF_LIB) ! $(INSTALL_DATA) $(SRCDIR)/slang.h $(install_include_dir) ! $(INSTALL_DATA) $(SRCDIR)/slcurses.h $(install_include_dir) ! ! $(INSTALL_DATA) $(SRCDIR)/slkanji.h $(install_include_dir) ! @echo installing $(ELFLIB_MAJOR_MINOR) in $(install_lib_dir) ! $(INSTALL_DATA) $(ELFDIR_ELF_LIB) $(install_lib_dir) ! @echo creating symbolic links to $(ELFLIB_MAJOR_MINOR) diff -cNr libslang.old/pkg/PLIST libslang/pkg/PLIST *** libslang.old/pkg/PLIST Fri Apr 2 12:48:47 1999 --- libslang/pkg/PLIST Sun Apr 18 18:49:13 1999 *************** *** 1,11 **** lib/libslang.a @exec ranlib %D/%F lib/libslang.so ! lib/libslang.so.1.3 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R ! include/slang.h ! include/slcurses.h share/doc/slang/README share/doc/slang/OLD/help/README share/doc/slang/OLD/help/makefile.djg --- 1,14 ---- lib/libslang.a @exec ranlib %D/%F lib/libslang.so ! lib/libslang.so.2 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R ! include/slang/slang.h ! include/slang/slcurses.h ! include/slang/slkanji.h ! @dirrm include/slang ! share/doc/slang/slang-j.doc share/doc/slang/README share/doc/slang/OLD/help/README share/doc/slang/OLD/help/makefile.djg *************** *** 15,38 **** share/doc/slang/OLD/help/slhelp.c @dirrm share/doc/slang/OLD/help @dirrm share/doc/slang/OLD ! share/doc/slang/text/cslang.txt share/doc/slang/text/cref.txt share/doc/slang/text/slang.txt share/doc/slang/text/slangfun.txt @dirrm share/doc/slang/text ! share/doc/slang/tm/slangfun.tm share/doc/slang/tm/cref.tm share/doc/slang/tm/cslang.tm - share/doc/slang/tm/slang.tm - share/doc/slang/tm/copyright.tm - share/doc/slang/tm/preface.tm share/doc/slang/tm/fixtex.sl ! share/doc/slang/tm/Makefile ! share/doc/slang/tm/tools/tm2txt.c ! share/doc/slang/tm/tools/sl2tm.c ! share/doc/slang/tm/tools/Makefile ! @dirrm share/doc/slang/tm/tools @dirrm share/doc/slang/tm - share/doc/slang/internal/rpn.txt - @dirrm share/doc/slang/internal @dirrm share/doc/slang --- 18,41 ---- share/doc/slang/OLD/help/slhelp.c @dirrm share/doc/slang/OLD/help @dirrm share/doc/slang/OLD ! share/doc/slang/internal/rpn.txt ! @dirrm share/doc/slang/internal share/doc/slang/text/cref.txt + share/doc/slang/text/cslang.txt share/doc/slang/text/slang.txt share/doc/slang/text/slangfun.txt @dirrm share/doc/slang/text ! share/doc/slang/tm/tools/Makefile ! share/doc/slang/tm/tools/sl2tm.c ! share/doc/slang/tm/tools/tm2txt.c ! @dirrm share/doc/slang/tm/tools ! share/doc/slang/tm/Makefile ! share/doc/slang/tm/copyright.tm share/doc/slang/tm/cref.tm share/doc/slang/tm/cslang.tm share/doc/slang/tm/fixtex.sl ! share/doc/slang/tm/preface.tm ! share/doc/slang/tm/slang.tm ! share/doc/slang/tm/slangfun.tm @dirrm share/doc/slang/tm @dirrm share/doc/slang >Release-Note: >Audit-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 25 10:51:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AFB9B150F8; Sun, 25 Apr 1999 10:51:52 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA15594; Sun, 25 Apr 1999 10:51:52 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sun, 25 Apr 1999 10:51:52 -0700 (PDT) From: Message-Id: <199904251751.KAA15594@freefall.freebsd.org> To: cpiazza@home.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11301: Update: net/greed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: net/greed State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sun Apr 25 10:51:41 PDT 1999 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 25 11:23:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 6238714EFF; Sun, 25 Apr 1999 11:23:40 -0700 (PDT) (envelope-from mharo@area51.fremont.ca.us) Received: (from mharo@localhost) by area51.fremont.ca.us (8.9.2/8.9.2) id LAA29509; Sun, 25 Apr 1999 11:23:39 -0700 (PDT) (envelope-from mharo) Date: Sun, 25 Apr 1999 11:23:36 -0700 From: Michael Haro To: ports@freebsd.org, asami@freebsd.org Subject: Ok to remove gtk11-devel? Message-ID: <19990425112336.A29492@area51.fremont.ca.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org As of right now there is only 1 port who's makefile contains gtk11d, that port is the gtk11-devel port. Unless you know of a reason it should stay, I'll remove it later this week. Michael P.S. 1 down 2 to go. =) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 25 11:33:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F55614EFF; Sun, 25 Apr 1999 11:33:47 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA17814; Sun, 25 Apr 1999 11:33:47 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sun, 25 Apr 1999 11:33:47 -0700 (PDT) From: Message-Id: <199904251833.LAA17814@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, dburr@FreeBSD.org Subject: Re: ports/11232: Unbreak www/htmlpp and upgrade to 4.2a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Unbreak www/htmlpp and upgrade to 4.2a Responsible-Changed-From-To: freebsd-ports->dburr Responsible-Changed-By: mharo Responsible-Changed-When: Sun Apr 25 11:32:58 PDT 1999 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 25 11:52:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from sakaki.communique.net (sakaki.communique.net [204.27.64.202]) by hub.freebsd.org (Postfix) with ESMTP id C302D1550C; Sun, 25 Apr 1999 11:52:26 -0700 (PDT) (envelope-from nectar@nectar.com) Received: from cerebus.nectar.com (nectar-gw.nectar.com [204.0.249.101]) by sakaki.communique.net (8.8.8/8.8.8) with ESMTP id NAA24125; Sun, 25 Apr 1999 13:52:22 -0500 (CDT) Received: from spawn.nectar.com (spawn.nectar.com [10.0.0.101]) by cerebus.nectar.com (Postfix) with ESMTP id 8817222; Sun, 25 Apr 1999 13:52:16 -0500 (CDT) Received: from spawn.nectar.com (localhost [127.0.0.1]) by spawn.nectar.com (Postfix) with ESMTP id 7E5CB1E48; Sun, 25 Apr 1999 13:50:56 -0500 (CDT) X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-rsa.txt X-PGP-DSSfprint: AB2F 8D71 A4F4 467D 352E 8A41 5D79 22E4 71A2 8C73 X-PGP-DHfprint: 2D50 12E5 AB38 60BA AF4B 0778 7242 4460 1C32 F6B1 X-PGP-DH-DSSkey: http://www.nectar.com/nectar-dh-dss.txt From: Jacques Vidrine In-reply-to: <19990425112336.A29492@area51.fremont.ca.us> References: <19990425112336.A29492@area51.fremont.ca.us> Subject: Re: Ok to remove gtk11-devel? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: Michael Haro Cc: ports@FreeBSD.ORG, asami@FreeBSD.ORG Date: Sun, 25 Apr 1999 13:50:56 -0500 Message-Id: <19990425185056.7E5CB1E48@spawn.nectar.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Good job -- I see no reason to wait. Jacques Vidrine / n@nectar.com / nectar@FreeBSD.org On 25 April 1999 at 11:23, Michael Haro wrote: > As of right now there is only 1 port who's makefile contains > gtk11d, that port is the gtk11-devel port. > > Unless you know of a reason it should stay, I'll remove it later > this week. > > Michael > > P.S. 1 down 2 to go. =) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 25 12:10: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1647915568 for ; Sun, 25 Apr 1999 12:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA19684; Sun, 25 Apr 1999 12:10:01 -0700 (PDT) (envelope-from gnats@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 E3E5F1555B for ; Sun, 25 Apr 1999 12:03:51 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id AD5521705; Sun, 25 Apr 1999 12:03:50 -0700 (PDT) Message-Id: <19990425190350.AD5521705@norn.ca.eu.org> Date: Sun, 25 Apr 1999 12:03:50 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11317: Update: www/lynx-current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11317 >Category: ports >Synopsis: Update: www/lynx-current >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 25 12:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to dev.24 >How-To-Repeat: >Fix: Index: lynx-current/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/www/lynx-current/Makefile,v retrieving revision 1.98 diff -u -r1.98 Makefile --- Makefile 1999/04/16 16:55:34 1.98 +++ Makefile 1999/04/25 18:53:02 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.98 1999/04/16 16:55:34 mharo Exp $ # -DISTNAME= lynx2.8.2dev.22 -PKGNAME= lynx-2.8.2dev.22 +DISTNAME= lynx2.8.2dev.24 +PKGNAME= lynx-2.8.2dev.24 CATEGORIES= www MASTER_SITES= http://sol.slcc.edu/lynx/current/ Index: lynx-current/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/www/lynx-current/files/md5,v retrieving revision 1.137 diff -u -r1.137 md5 --- md5 1999/04/16 16:55:34 1.137 +++ md5 1999/04/25 18:52:54 @@ -1 +1 @@ -MD5 (lynx2.8.2dev.22.tar.bz2) = 886411bbf35a0cc8529635977d90f265 +MD5 (lynx2.8.2dev.24.tar.bz2) = 43c447160298ff1342039c682ba11926 -Chris >Release-Note: >Audit-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 25 12:12:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mom.hooked.net (mom.hooked.net [206.80.6.10]) by hub.freebsd.org (Postfix) with ESMTP id 0DABF15572 for ; Sun, 25 Apr 1999 12:12:23 -0700 (PDT) (envelope-from garbanzo@hooked.net) Received: from fish.hooked.net (garbanzo@fish.hooked.net [206.80.6.48]) by mom.hooked.net (8.8.6/8.8.5) with SMTP id MAA24774; Sun, 25 Apr 1999 12:12:19 -0700 (PDT) Date: Sun, 25 Apr 1999 12:12:18 -0700 (PDT) From: Alex Zepeda To: Andreas Klemm Cc: Aaron Granick , ports@FreeBSD.ORG Subject: Re: nasty problem to compile kirc-0.9.5-04 under FreeBSD 3.1-STABLE In-Reply-To: <19990425123211.B86837@titan.klemm.gtn.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 > Perhaps this is the result of what you said, Alex, that > kirc perhaps really needs an older KDE version and an > older QT lib. Unfortunately we dropped the older QT version > in the FreeBSD ports collection, since no application seemed > to use/need it. During that time (when the decision has been > made), kirc already was flagged BROKEN, because of the compilation > errors .... Yes, this is pretty much where I gave up and began working on other KDE related tasks (namely the kioslaves). For whatever reason it does need Qt 1.33, or else. If you go earlier than that, you run into problems with the QSocketNotifiers, later, and it won't start up. > Now for me the question arises, if we should bring back qt1.33 > and try it again to compile kirc ... or if not. > > Sad but true ... as far as I see kirc seems to be a little > so to say -> unmaintained ... Personally, while I'll happily field any bugreports and patches and soon, I think there are better clients out there. kvirc and keirc both have somewhat similar interfaces. And yes, there is ksirc, but uh, personally, I wouldn't recommend it, but it's worth looking at. > To sum it up ... what do _YOU_ think would be a good decision > for kirc in the FreeBSD ports collection ??? > > Or is there any taker, who could perhaps bring kirc to libqt 1.42 > and KDE 1.1 ? [ Cc'd to ports ] I'd say delete it, remove it, be done with it. But, if someone really wants to invest all that energy in fixing it to work with KDE 1.1 (actually KDE and Qt 2.0 might be a better goal), more power to them. I can't speak for Aaron, but if anyone has a set of patches that will let kIRC run, I'd be more than happy to try them out and organize them. But if they have that much time, I'd be suprised if they didn't want to maintain/organize kIRC themselves. - alex You better believe that marijuana can cause castration. Just suppose your girlfriend gets the munchies! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 25 12:29:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from catastrophe.gelemna.ft-wayne.in.us (fw-line-125.fwi.com [209.84.172.130]) by hub.freebsd.org (Postfix) with ESMTP id C2AA41555B; Sun, 25 Apr 1999 12:29:46 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from emerson.gelemna.ft-wayne.in.us (emerson.gelemna.ft-wayne.in.us [10.23.42.2]) by catastrophe.gelemna.ft-wayne.in.us (8.8.8/8.8.8) with ESMTP id OAA16376; Sun, 25 Apr 1999 14:28:28 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.9.3/8.9.2) id OAA89663; Sun, 25 Apr 1999 14:29:44 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) To: , ports@FreeBSD.ORG Subject: Re: ports/11232: Unbreak www/htmlpp and upgrade to 4.2a References: <199904251833.LAA17814@freefall.freebsd.org> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Don Croyle Date: 25 Apr 1999 14:29:43 -0500 Organization: Minimal at best In-Reply-To: 's message of "Sun, 25 Apr 1999 11:33:47 -0700 (PDT)" Message-ID: <86676kqz14.fsf@emerson.gelemna.ft-wayne.in.us> Lines: 16 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org writes: > Synopsis: Unbreak www/htmlpp and upgrade to 4.2a > > Responsible-Changed-From-To: freebsd-ports->dburr > Responsible-Changed-By: mharo > Responsible-Changed-When: Sun Apr 25 11:32:58 PDT 1999 > Responsible-Changed-Why: > Over to maintainer If you aren't willing to commit it, at least move it back to ports please. If the maintainer had been responsive, I wouldn't have had to file a PR. -- I've always wanted to be a dilettante, but I've never quite been ready to make the commitment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 25 12:30:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 279741555B; Sun, 25 Apr 1999 12:30:13 -0700 (PDT) (envelope-from mharo@area51.fremont.ca.us) Received: (from mharo@localhost) by area51.fremont.ca.us (8.9.2/8.9.2) id MAA32377; Sun, 25 Apr 1999 12:30:13 -0700 (PDT) (envelope-from mharo) Date: Sun, 25 Apr 1999 12:30:12 -0700 From: Michael Haro To: ports@FreeBSD.ORG, asami@FreeBSD.ORG Subject: Re: Ok to remove gtk11-devel? Message-ID: <19990425123012.A32328@area51.fremont.ca.us> References: <19990425112336.A29492@area51.fremont.ca.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990425112336.A29492@area51.fremont.ca.us>; from Michael Haro on Sun, Apr 25, 1999 at 11:23:36AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I spoke too soon. I did the grep test in my test ports tree where I had changed all the references to gtk11d to gtk12. As a result there are still a few ports which use gtk11-devel. That number is shrinking though, but not small enough. Michael On Sun, Apr 25, 1999 at 11:23:36AM -0700, Michael Haro wrote: > As of right now there is only 1 port who's makefile contains > gtk11d, that port is the gtk11-devel port. > > Unless you know of a reason it should stay, I'll remove it later > this week. > > Michael > > P.S. 1 down 2 to go. =) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 25 13:20: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA1D414E60 for ; Sun, 25 Apr 1999 13:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA29425; Sun, 25 Apr 1999 13:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nwhn-sh4-port197.snet.net (nwhn-sh4-port197.snet.net [204.60.14.197]) by hub.freebsd.org (Postfix) with SMTP id A12B614C94 for ; Sun, 25 Apr 1999 13:16:40 -0700 (PDT) (envelope-from saken@hotel.rmta.org) Received: (qmail 96849 invoked by uid 1001); 25 Apr 1999 20:16:39 -0000 Message-Id: <19990425201639.96848.qmail@hotel.rmta.org> Date: 25 Apr 1999 20:16:39 -0000 From: saken@hotel.rmta.org Reply-To: saken@hotel.rmta.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11318: port update: www/tidy to tidy15apr99 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11318 >Category: ports >Synopsis: port update: www/tidy to tidy15apr99 >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 25 13:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Scott A. Kenney >Release: FreeBSD 4.0-CURRENT i386 >Organization: Agents of Fortune, LTD >Environment: FreeBSD nwhn-sh4-port197.snet.net 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Apr 13 18:37:50 EDT 1999 root@chardos.connix.com:/usr/src/sys/compile/CHARDOS i386 >Description: update ports/www/tidy to version tidy15apr99. I am maintainer of this port. >How-To-Repeat: N/A >Fix: apply the following patch ( patch -p0 ) to /usr/ports/www/tidy : diff -ruN tidy/Makefile tidy.new/Makefile --- tidy/Makefile Mon Feb 22 03:07:16 1999 +++ tidy.new/Makefile Sun Apr 25 14:43:48 1999 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.6 1999/02/22 04:37:23 steve Exp $ # -DISTNAME= tidy22jan99 -PKGNAME= tidy-0.1.99.1 +DISTNAME= tidy15apr99 +PKGNAME= tidy-0.4.99.2 CATEGORIES= www MASTER_SITES= http://www.w3.org/People/Raggett/ EXTRACT_SUFX= .tgz @@ -16,7 +16,7 @@ ALL_TARGET= tidy -DOCFILES= Overview.html tidy.gif +DOCFILES= Overview.html tidy.gif release-notes.html grid.gif config.txt do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tidy ${PREFIX}/bin/tidy diff -ruN tidy/files/md5 tidy.new/files/md5 --- tidy/files/md5 Mon Feb 22 03:07:17 1999 +++ tidy.new/files/md5 Sun Apr 25 10:17:14 1999 @@ -1 +1 @@ -MD5 (tidy22jan99.tgz) = f6c27f3f11ca548553e2e590fd668374 +MD5 (tidy15apr99.tgz) = 0896d889e34884343b0748f694c15b17 diff -ruN tidy/pkg/PLIST tidy.new/pkg/PLIST --- tidy/pkg/PLIST Sun Nov 8 20:26:20 1998 +++ tidy.new/pkg/PLIST Sun Apr 25 14:44:48 1999 @@ -1,4 +1,7 @@ bin/tidy share/doc/tidy/Overview.html +share/doc/tidy/config.txt +share/doc/tidy/grid.gif +share/doc/tidy/release-notes.html share/doc/tidy/tidy.gif @dirrm share/doc/tidy >Release-Note: >Audit-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 25 13:50: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F93214FED for ; Sun, 25 Apr 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA30868; Sun, 25 Apr 1999 13:50:01 -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 D180E14D15 for ; Sun, 25 Apr 1999 13:44:08 -0700 (PDT) (envelope-from handy@lambic.physics.montana.edu) Received: (from handy@localhost) by lambic.physics.montana.edu (8.8.8/8.8.7) id OAA00501; Sun, 25 Apr 1999 14:44:08 -0600 (MDT) (envelope-from handy) Message-Id: <199904252044.OAA00501@lambic.physics.montana.edu> Date: Sun, 25 Apr 1999 14:44:08 -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/11319: netscape4 fortify fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11319 >Category: ports >Synopsis: Netscape4-navigator wasn't FORTIFY'ing >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 25 13:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brian Handy >Release: FreeBSD 2.2.8-STABLE i386 >Organization: MSU - Physics >Environment: >Description: I went to install Netscape4-navigator on my box with the FORTIFY 128 bit encryption. It installed and gave no errors, but much to my chagrin it wasn't fortified. My bank gave me the two thumbs down, so I found the bug in the Netscape4-communicator Makefile. While I was here, I turned off the USA_RESIDENT=no nonsense so this is synched up with Netscape 4.5. >How-To-Repeat: >Fix: --- netscape4-communicator/Makefile.orig Sun Apr 25 14:38:01 1999 +++ netscape4-communicator/Makefile Sun Apr 25 07:34:56 1999 @@ -25,8 +25,8 @@ BROWSER?= communicator BROWSER_VER= 4.08 -NSUBDIR= lib/netscape NDIR= ${PREFIX}/${NSUBDIR} +NSUBDIR= lib/netscape BINDIR= ${PREFIX}/bin INFILE_HEAD?= 'Communicator,4.08.0.98306' WRAPPER_TEMPLATE= ${MASTERDIR}/files/netscape.sh @@ -80,7 +80,7 @@ .if (${BROWSER} == "communicator") tar zxf ${DISTDIR}/${AUTOADMIN} -C ${NDIR} .endif -.if defined(USE_128BIT) +.if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO cd ${WRKDIR}/Fortify-1.4.1-unix-x86 && \ (${ECHO} yes ; ${ECHO} no ; ${ECHO} no) \ | ./Fortify.sh ${NDIR}/${BROWSER}-${BROWSER_VER}.bin >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 25 16: 0: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D6FCD14E78 for ; Sun, 25 Apr 1999 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA38168; Sun, 25 Apr 1999 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from souffle.respo.or.jp (host9108.respo.or.jp [210.152.229.108]) by hub.freebsd.org (Postfix) with ESMTP id BAE1714C59 for ; Sun, 25 Apr 1999 15:56:01 -0700 (PDT) (envelope-from k5@respo.or.jp) Received: (from k5@localhost) by souffle.respo.or.jp (8.9.3/3.7W) id IAA12315; Sun, 25 Apr 1999 08:42:42 +0900 (JST) Message-Id: <199904242342.IAA12315@souffle.respo.or.jp> Date: Sun, 25 Apr 1999 08:42:42 +0900 (JST) From: k5@respo.or.jp Reply-To: k5@respo.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11320: Update port: emulators/xsystem35 (1.0.5 -> 1.0.6) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11320 >Category: ports >Synopsis: Update port: emulators/xsystem35 (1.0.5 -> 1.0.6) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 25 16:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: FUJISHIMA Satsuki >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: update to 1.0.6. PKGNAME changed, same as DISTNAME. This is rather correct. >How-To-Repeat: >Fix: Index: ports/emulators/xsystem35/Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/xsystem35/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 1999/04/05 16:33:46 1.14 +++ Makefile 1999/04/24 23:38:39 @@ -6,8 +6,7 @@ # $Id: Makefile,v 1.14 1999/04/05 16:33:46 flathill Exp $ # -DISTNAME= xsystem35-1.0.5 -PKGNAME= xsystem-3.5-1.0.5 +DISTNAME= xsystem35-1.0.6 CATEGORIES= emulators MASTER_SITES= http://www.aist-nara.ac.jp/~masaki-c/private/unitbase/xsys35/down/ Index: ports/emulators/xsystem35/files/md5 =================================================================== RCS file: /home/ncvs/ports/emulators/xsystem35/files/md5,v retrieving revision 1.9 diff -u -r1.9 md5 --- md5 1999/04/05 16:33:48 1.9 +++ md5 1999/04/24 23:38:58 @@ -1 +1 @@ -MD5 (xsystem35-1.0.5.tar.gz) = f632985dd5c6710be6970184de10a50c +MD5 (xsystem35-1.0.6.tar.gz) = 5eaf4b1195b971867a8918ea33930abc >Release-Note: >Audit-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 25 17: 0: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A5AB14C2D for ; Sun, 25 Apr 1999 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA40231; Sun, 25 Apr 1999 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C4CC714F1F; Sun, 25 Apr 1999 16:49:48 -0700 (PDT) Message-Id: <19990425234948.C4CC714F1F@hub.freebsd.org> Date: Sun, 25 Apr 1999 16:49:48 -0700 (PDT) From: davidyu@ken.csie.ntu.edu.tw To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11321: [new port] zh-aterm-0.3.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11321 >Category: ports >Synopsis: [new port] zh-aterm-0.3.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: Sun Apr 25 17:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chia-Hsing Yu >Release: FreeBSD 4.0-Current >Organization: NTU CSIE >Environment: FreeBSD oio.cx 4.0-CURRENT FreeBSD 4.0-CURRENT #2: Thu Mar 25 12:01:59 CST 1999 root@oio.cx:/usr/src/sys/compile/DAVIDYU i386 >Description: This is a fancy virtual terminal in X Window. This port supports Chinese Big5 input (using XCIN) and output. >How-To-Repeat: >Fix: Please fetch this port from http://ken.csie.ntu.edu.tw/~davidyu/zh-aterm-0.3.4-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 Sun Apr 25 19:20:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (Postfix) with ESMTP id C619914C59 for ; Sun, 25 Apr 1999 19:20:29 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from d1o62.telia.com (root@d1o62.telia.com [195.198.198.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id EAA15008; Mon, 26 Apr 1999 04:20:15 +0200 (CEST) Received: from stordatan.telia.com (t1o62p45.telia.com [195.198.198.45]) by d1o62.telia.com (8.8.5/8.8.5) with ESMTP id EAA03075; Mon, 26 Apr 1999 04:20:13 +0200 (CEST) Received: from partitur.se (localhost [127.0.0.1]) by stordatan.telia.com (8.9.2/8.9.1) with ESMTP id EAA22105; Mon, 26 Apr 1999 04:19:47 +0200 (CEST) (envelope-from girgen@partitur.se) Message-ID: <3723CD43.E1AA45D1@partitur.se> Date: Mon, 26 Apr 1999 04:19:47 +0200 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.1-STABLE i386) X-Accept-Language: sv,en MIME-Version: 1.0 To: jim@blues.ghis.net Cc: "Timothy T. Smith" , freebsd-ports@FreeBSD.ORG Subject: Re: using sysinstall to add ports? References: <2.2.32.19990424022909.007128e8@mail.v-com.com> <19990424124932.A24494@blues.ghis.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jim Mock wrote: > > On Fri, 23 Apr 1999 at 19:29:09 -0700, Timothy T. Smith wrote: > > First let me say, that I usually just run the make in the skeleton > > of the port I'm interested and normally that's about it. > > > > But, I decided to use Sysintsall this time round. > > > > Hmmm. Bad choice? > > > > Well, I go through to try to install a port (via FTP) and it > > certainly looks like it's downloading something and doing a pkg_add > > and all, but after all is said and done I have nada. > > > > Looking at the ports menu, there is an X that marks the port. So, > > something thinks it's installed. But I certainly can't find it. No > > tarball to be found. Running make, it wants to download the tarball > > again. > > Correct, it's a _package_ being installed, not a port.. two separate > animals =) > > > Maybe I don't understand what's supposed to be happening when I use > > Sysinstall to install a port. I tried pouring through the site, but > > couldn't find anything to really describe the process. Just a lot > > about using pkg_add, which I haven't needed to use...yet. > > You're not installing ports through sysinstall, you're installing a > package. It's doing everything it's supposed to do, just not what > you're expecting =) > > > So, in reagard to Sysinstall to install a port.... > > > > 1. What's it really do? > > Installs the binary package, not a port. > > > 2. How can I verify that it really did it? > > Run what you installed. > > > 3. What am I expected to do afterwards? > > Run what you installed. > > > 4. How can I tell what ports are REALLY installed? > > ls /var/db/pkg or pkg_info -Ia Also, check man pages for pkg_info(1) and pkg_add(1). Cheers! /Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 25 19:34:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 49A271506A; Sun, 25 Apr 1999 19:34:10 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA50127; Sun, 25 Apr 1999 19:34:10 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sun, 25 Apr 1999 19:34:10 -0700 (PDT) From: Message-Id: <199904260234.TAA50127@freefall.freebsd.org> To: k5@respo.or.jp, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11320: Update port: emulators/xsystem35 (1.0.5 -> 1.0.6) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: emulators/xsystem35 (1.0.5 -> 1.0.6) State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sun Apr 25 19:34:04 PDT 1999 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 25 19:41:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8ADA315037; Sun, 25 Apr 1999 19:40:19 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA53940; Sun, 25 Apr 1999 19:40:19 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sun, 25 Apr 1999 19:40:19 -0700 (PDT) From: Message-Id: <199904260240.TAA53940@freefall.freebsd.org> To: dima@Chg.RU, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11311: Update net/p5-New-RawIP to 0.06b Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update net/p5-New-RawIP to 0.06b State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sun Apr 25 19:40:06 PDT 1999 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 25 19:46:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69DDF15507; Sun, 25 Apr 1999 19:46:30 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA54723; Sun, 25 Apr 1999 19:46:30 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sun, 25 Apr 1999 19:46:30 -0700 (PDT) From: Message-Id: <199904260246.TAA54723@freefall.freebsd.org> To: dima@Chg.RU, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11309: Update misc/quotes to 1.4.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update misc/quotes to 1.4.0 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sun Apr 25 19:46:21 PDT 1999 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 25 19:50: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BC6414F37 for ; Sun, 25 Apr 1999 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 TAA54938; Sun, 25 Apr 1999 19:50:01 -0700 (PDT) (envelope-from gnats@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 E3DA614C29 for ; Sun, 25 Apr 1999 19:44:10 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 2D1CF16A8; Sun, 25 Apr 1999 19:44:08 -0700 (PDT) Message-Id: <19990426024408.2D1CF16A8@norn.ca.eu.org> Date: Sun, 25 Apr 1999 19:44:08 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11322: Update: audio/wmsound Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11322 >Category: ports >Synopsis: Update: audio/wmsound >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 25 19:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 0.9.4 and add a master site >How-To-Repeat: >Fix: Index: wmsound/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/audio/wmsound/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 1999/04/11 21:39:23 1.4 +++ Makefile 1999/04/26 02:40:55 @@ -1,19 +1,20 @@ # New ports collection makefile for: wmsound -# Version required: 0.9.0 +# Version required: 0.9.4 # Date created: 9 December 1998 # Whom: gljohns@bellsouth.net # # $Id: Makefile,v 1.4 1999/04/11 21:39:23 jseger Exp $ # -DISTNAME= wmsound-0.9.3 +DISTNAME= wmsound-0.9.4 CATEGORIES= audio windowmaker -MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/ +MASTER_SITES= http://www.frontiernet.net/~southgat/wmsound/download/ \ + ftp://shadowmere.student.utwente.nl/pub/WindowMaker/ MAINTAINER= gljohns@bellsouth.net -BUILD_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker LIB_DEPENDS= PropList.1:${PORTSDIR}/devel/libPropList +RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker USE_IMAKE= yes NO_INSTALL_MANPAGES= yes Index: wmsound/files/configure =================================================================== RCS file: /cvs/FreeBSD/ports/audio/wmsound/files/configure,v retrieving revision 1.2 diff -u -r1.2 configure --- configure 1999/01/26 02:10:41 1.2 +++ configure 1999/04/26 02:24:07 @@ -4,7 +4,7 @@ # (C) Copyright 1998, Anthony Quinn & Pascal Hofstee # Modified for FreeBSD port installation by Glenn Johnson -VERSION="0.9.2" +VERSION="0.9.4" DEVICE="/dev/dsp" (echo "{";\ Index: wmsound/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/audio/wmsound/files/md5,v retrieving revision 1.3 diff -u -r1.3 md5 --- md5 1999/04/11 21:39:24 1.3 +++ md5 1999/04/26 02:19:25 @@ -1 +1 @@ -MD5 (wmsound-0.9.3.tar.gz) = dcb6acbd293d9ecf0b8a4fdfd6c12189 +MD5 (wmsound-0.9.4.tar.gz) = 97de40c947a559b215502399cc02c06a Index: wmsound/patches/patch-ac =================================================================== RCS file: /cvs/FreeBSD/ports/audio/wmsound/patches/patch-ac,v retrieving revision 1.3 diff -u -r1.3 patch-ac --- patch-ac 1999/04/11 21:39:24 1.3 +++ patch-ac 1999/04/26 02:21:38 @@ -1,5 +1,5 @@ ---- src/Imakefile.orig Fri Mar 5 00:26:19 1999 -+++ src/Imakefile Sun Apr 4 15:49:56 1999 +--- src/Imakefile.orig Sun Apr 25 19:20:20 1999 ++++ src/Imakefile Sun Apr 25 19:21:21 1999 @@ -1,4 +1,4 @@ -CC = gcc +XCOMM CC = gcc @@ -10,8 +10,8 @@ STD_INCLUDES = -I/usr/local/include -I/usr/X11R6/include DEPLIBS = $(DEPXLIB) --LOCAL_LIBRARIES += -lPropList $(WMSOUNDLIB) $(XLIB) $(EFENCELIB) -+LOCAL_LIBRARIES += -lPropList -L${LOCALBASE}/lib $(WMSOUNDLIB) $(XLIB) $(EFENCELIB) +-LOCAL_LIBRARIES += $(WMSOUNDLIB) $(XLIB) $(EFENCELIB) ++LOCAL_LIBRARIES += $(WMSOUNDLIB) -L${LOCALBASE}/lib $(XLIB) $(EFENCELIB) LINTLIBS = $(LINTXLIB) Index: wmsound/patches/patch-ad =================================================================== RCS file: /cvs/FreeBSD/ports/audio/wmsound/patches/patch-ad,v retrieving revision 1.3 diff -u -r1.3 patch-ad --- patch-ad 1999/04/11 21:39:24 1.3 +++ patch-ad 1999/04/26 02:23:00 @@ -1,5 +1,5 @@ ---- utils/Imakefile.orig Fri Mar 5 00:30:04 1999 -+++ utils/Imakefile Sun Apr 4 15:51:43 1999 +--- utils/Imakefile.orig Sun Apr 25 19:22:07 1999 ++++ utils/Imakefile Sun Apr 25 19:22:49 1999 @@ -1,4 +1,4 @@ -CC = gcc +XCOMM CC = gcc @@ -10,8 +10,8 @@ STD_INCLUDES = -I/usr/local/include -I/usr/X11R6/include DEPLIBS = $(DEPXLIB) --LOCAL_LIBRARIES += -lPropList $(XLIB) $(WMSOUNDLIB) $(EFENCELIB) -+LOCAL_LIBRARIES += -lPropList -L${LOCALBASE}/lib $(XLIB) $(WMSOUNDLIB) $(EFENCELIB) +-LOCAL_LIBRARIES += $(XLIB) $(WMSOUNDLIB) $(EFENCELIB) ++LOCAL_LIBRARIES += -L${LOCALBASE}/lib $(XLIB) $(WMSOUNDLIB) $(EFENCELIB) LINTLIBS = $(LINTXLIB) -Chris >Release-Note: >Audit-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 25 21:40: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CA70314FC2 for ; Sun, 25 Apr 1999 21:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA61710; Sun, 25 Apr 1999 21:40:01 -0700 (PDT) (envelope-from gnats@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 ED9A215052 for ; Sun, 25 Apr 1999 21:31:59 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id C898416A8; Sun, 25 Apr 1999 21:31:57 -0700 (PDT) Message-Id: <19990426043157.C898416A8@norn.ca.eu.org> Date: Sun, 25 Apr 1999 21:31:57 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11323: Update: net/licq Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11323 >Category: ports >Synopsis: Update: net/licq >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 25 21:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 0.61. Update MASTER_SITES to actually exist. Files removed: all of patches/ >How-To-Repeat: >Fix: Index: licq/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/licq/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 1998/11/02 04:04:40 1.5 +++ Makefile 1999/04/26 04:27:54 @@ -1,14 +1,19 @@ # New ports collection makefile for: licq -# Version required: 0.34 +# Version required: 0.61 # Date created: 2 July 1998 # Whom: Brian Feldman # # $Id: Makefile,v 1.5 1998/11/02 04:04:40 steve Exp $ # -DISTNAME= licq-0.44 +DISTNAME= licq-0.61 CATEGORIES= net -MASTER_SITES= http://pages.infinit.net/fairoff/licq/ +MASTER_SITES= http://licq.wibble.net/ \ + ftp://ftp.wibble.net/pub/licq/srcs/ \ + ftp://licq.darkorb.net/srcs/ \ + ftp://ftp.fanfic.org/pub/licq/srcs/ \ + ftp://ftp.inter-i.uni-mainz.de/pub/licq/srcs/ \ + ftp://licq.albertahost.com/srcs/ MAINTAINER= green@unixhelp.org Index: licq/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/net/licq/files/md5,v retrieving revision 1.3 diff -u -r1.3 md5 --- md5 1998/11/02 04:04:43 1.3 +++ md5 1999/04/26 04:03:03 @@ -1 +1 @@ -MD5 (licq-0.44.tar.gz) = d98f04a8e788516f4f2d7fe467880577 +MD5 (licq-0.61.tar.gz) = 5abfb71ab1dcd45ca6f349d5e0dd26a1 Index: licq/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/net/licq/pkg/PLIST,v retrieving revision 1.3 diff -u -r1.3 PLIST --- PLIST 1998/11/02 04:04:44 1.3 +++ PLIST 1999/04/26 04:26:35 @@ -1,60 +1,2 @@ bin/licq -bin/licq.javaconvert -bin/licq.micqconvert -bin/licq.winconvert -share/Licq/conf/licq.conf -share/Licq/conf/sample.uin -share/Licq/conf/users.conf -share/Licq/data/away.ppm -share/Licq/data/bg.ppm -share/Licq/data/chat.wav -share/Licq/data/dnd.ppm -share/Licq/data/file.wav -share/Licq/data/message-orig.wav -share/Licq/data/message.ppm -share/Licq/data/message.wav -share/Licq/data/na.ppm -share/Licq/data/notify.wav -share/Licq/data/occupied.ppm -share/Licq/data/offline.ppm -share/Licq/data/online.ppm -share/Licq/data/private.ppm -share/Licq/data/status-icq.tar.gz -share/Licq/data/url.wav -share/Licq/translations/ASCII -share/Licq/translations/CP437 -share/Licq/translations/CP850 -share/Licq/translations/DANISH -share/Licq/translations/DEC_MCS -share/Licq/translations/DG_MCS -share/Licq/translations/DUTCH -share/Licq/translations/FINNISH -share/Licq/translations/FRENCH -share/Licq/translations/FRENCH_CANADIAN -share/Licq/translations/GERMAN -share/Licq/translations/HP_MCS -share/Licq/translations/IRV -share/Licq/translations/ITALIAN -share/Licq/translations/JIS -share/Licq/translations/MACINTOSH -share/Licq/translations/NEXT -share/Licq/translations/NORWEGIAN_1 -share/Licq/translations/NORWEGIAN_2 -share/Licq/translations/POLISH -share/Licq/translations/POLISH_NOPL -share/Licq/translations/PORTUGUESE -share/Licq/translations/PORTUGUESE_COM -share/Licq/translations/RUSSIAN -share/Licq/translations/RUSSIAN_ALT -share/Licq/translations/RUSSIAN_WIN -share/Licq/translations/SPANISH -share/Licq/translations/SWEDISH -share/Licq/translations/SWEDISH_NAMES -share/Licq/translations/SWEDISH_NAMES_COM -share/Licq/translations/SWISS -share/Licq/translations/UNITED_KINGDOM -share/Licq/translations/UNITED_KINGDOM_COM -@dirrm share/Licq/conf -@dirrm share/Licq/data -@dirrm share/Licq/translations -@dirrm share/Licq +share/licq-base.tar.gz -Chris >Release-Note: >Audit-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 26 0:24:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E76314F1F; Mon, 26 Apr 1999 00:24:43 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA72853; Mon, 26 Apr 1999 00:24:43 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 26 Apr 1999 00:24:43 -0700 (PDT) From: Message-Id: <199904260724.AAA72853@freefall.freebsd.org> To: saken@hotel.rmta.org, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11318: port update: www/tidy to tidy15apr99 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port update: www/tidy to tidy15apr99 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Apr 26 00:24:34 PDT 1999 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 26 0:37:35 1999 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 F0AE5150B0 for ; Mon, 26 Apr 1999 00:37:32 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.2/8.9.1) with ESMTP id AAA62484 for ; Mon, 26 Apr 1999 00:37:32 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id HAA53861 for ports@FreeBSD.ORG; Mon, 26 Apr 1999 07:37:32 GMT (envelope-from obrien) Date: Mon, 26 Apr 1999 00:37:32 -0700 From: "David O'Brien" To: ports@FreeBSD.ORG Subject: Re: Comments on addition of local distfile repository Message-ID: <19990426003732.B53806@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <199904250236.WAA87397@istari.home.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199904250236.WAA87397@istari.home.net>; from Stephen J. Roznowski on Sat, Apr 24, 1999 at 10:36:02PM -0400 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 > I'm wondering if there is any interest in adding a "local distfile" > repository to the bsd.port.mk file. I would envision using this to > maintain the "hand transferred" distfiles, as well as a convenient This could be quite useful. -- -- David (obrien@NUXI.com -or- obrien@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 26 1:20:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id E23B414A2F for ; Mon, 26 Apr 1999 01:20:36 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 28097 invoked by uid 1003); 26 Apr 1999 10:22:11 -0000 Date: Mon, 26 Apr 1999 10:22:11 +0000 From: Neil Blakey-Milner To: David O'Brien Cc: ports@FreeBSD.ORG Subject: Re: Comments on addition of local distfile repository Message-ID: <19990426102211.A26678@rucus.ru.ac.za> References: <199904250236.WAA87397@istari.home.net> <19990426003732.B53806@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <19990426003732.B53806@dragon.nuxi.com>; from David O'Brien on Mon, Apr 26, 1999 at 12:37:32AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon 1999-04-26 (00:37), David O'Brien wrote: > > I'm wondering if there is any interest in adding a "local distfile" > > repository to the bsd.port.mk file. I would envision using this to > > maintain the "hand transferred" distfiles, as well as a convenient > This could be quite useful. Hi, I have patches doing a similar thing at home, except I mangled DISTDIR to allow multiple directories. Of course, this way may seem easier, but I have two nits. Firstly, the file is copied from the local distfile repository into /usr/ports/distfiles, which uses space. (which is not necessarily a bad way to do it - also see 'blow away distfiles' below) Secondly, some people use wget or similar to fetch files, and wget for one doesn't seem to understand file:/. While I'm at it, is there any need for an option to blow away distfiles once they're extracted? (or, perhaps I should ask if that option exists already) This would be useful in a large environment with many FreeBSD boxen where you'd like to maintain a central distfiles server, which "caches" your hits via a web script (which I've sort-of got working). The script fetches the file if it's not on disk, saves it to disk, and returns it to the client. There are some slight timing problems with this atm, though. (this could be achieved via NFS, of course, but that isn't always an option, and would require r/w access) Or, of course, if you have bandwidth to burn, and local space is a problem. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 1:26:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.42.68.2]) by hub.freebsd.org (Postfix) with ESMTP id DCC7614A2F for ; Mon, 26 Apr 1999 01:26:04 -0700 (PDT) (envelope-from sobomax@altavista.net) Received: from vega. (async3-56.iptelecom.net.ua [212.42.68.246] (may be forged)) by ipt2.iptelecom.net.ua (8.8.8/8.8.8) with ESMTP id LAA10565 for ; Mon, 26 Apr 1999 11:25:58 +0300 (EEST) (envelope-from sobomax@altavista.net) Received: from altavista.net (big_brother [192.168.1.1]) by vega. (8.9.2/8.9.2) with ESMTP id LAA04892 for ; Mon, 26 Apr 1999 11:25:29 +0300 (EEST) (envelope-from sobomax@altavista.net) Message-ID: <37241D4B.C9DC6FD2@altavista.net> Date: Mon, 26 Apr 1999 11:01:15 +0300 From: Maxim Sobolev Reply-To: sobomax@altavista.net Organization: Vega International Capital X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: ru,en MIME-Version: 1.0 To: ports@freebsd.org Subject: Usefull script to clean /usr/ports/distfiles. Testers neded Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi FreeBSD'ers, I wrote small script to automate removing of "crap" from /usr/ports/distfiles directory (i.e. remove distfiles which doesn't have corresponding md5 entries in /usr/ports). It can be downloaded from  http://homepages.go.com/~sobomax/distclean/distclean-0.1.tar.gz . All patches, ideas, comments and suggestions are highly appreciated. Sincerely, Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 1:30:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 689A715023 for ; Mon, 26 Apr 1999 01:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA80673; Mon, 26 Apr 1999 01:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 1C07414FC2 for ; Mon, 26 Apr 1999 01:23:49 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id MAA64648; Mon, 26 Apr 1999 12:23:45 +0400 (MSD) (envelope-from andy) Message-Id: <199904260823.MAA64648@icc.surw.chel.su> Date: Mon, 26 Apr 1999 12:23:45 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11326: Update port: x11-fm/dfm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11326 >Category: ports >Synopsis: Update port: x11-fm/dfm >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 26 01:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update x11-fm/dfm port. diff -Nru dfm/Makefile dfm-0.99.1/Makefile --- dfm/Makefile Thu Jan 7 14:35:21 1999 +++ dfm-0.99.1/Makefile Mon Apr 26 11:54:52 1999 @@ -6,14 +6,21 @@ # $Id: Makefile,v 1.10 1999/01/07 08:19:53 simokawa Exp $ # -DISTNAME= dfm-0.9.10 +DISTNAME= dfm-0.99.1 CATEGORIES= x11-fm MASTER_SITES= http://www-c.informatik.uni-hannover.de/~kaiser/dfm/ MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - xforms.0:${PORTSDIR}/x11-toolkits/xforms + intl.1:${PORTSDIR}/devel/gettext \ + gmodule12.1:${PORTSDIR}/devel/glib12 \ + glib12.1:${PORTSDIR}/devel/glib12 \ + gdk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ + gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${X11BASE}/include" GTK_CONFIG="${X11BASE}/bin/gtk12-config" # depends on xforms ONLY_FOR_ARCHS= i386 @@ -24,28 +31,15 @@ MAN1= dfm.1 -do-configure: - @ cd ${WRKSRC}; ./config - -do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/dfm ${PREFIX}/bin - @ ${INSTALL_MAN} ${WRKSRC}/dfm.1x ${PREFIX}/man/man1/dfm.1 - @ ${MKDIR} ${PREFIX}/share/dfm - @ ${MKDIR} ${PREFIX}/share/dfm/backgrounds - @ ${INSTALL_DATA} ${WRKSRC}/share/backgrounds/*.xpm ${PREFIX}/share/dfm/backgrounds - @ ${MKDIR} ${PREFIX}/share/dfm/icons - @ ${INSTALL_DATA} ${WRKSRC}/share/icons/*.xpm ${PREFIX}/share/dfm/icons - @ ${MKDIR} ${PREFIX}/share/dfm/icons/Appicons - @ ${INSTALL_DATA} ${WRKSRC}/share/icons/Appicons/*.xpm ${PREFIX}/share/dfm/icons/Appicons - @ ${MKDIR} ${PREFIX}/share/dfm/icons/Moreicons - @ ${INSTALL_DATA} ${WRKSRC}/share/icons/Moreicons/*.xpm ${PREFIX}/share/dfm/icons/Moreicons +post-install: + @ ${MV} ${PREFIX}/man/man1/dfm.1x ${PREFIX}/man/man1/dfm.1 @ ${MKDIR} ${PREFIX}/share/examples/dfm - @ ${INSTALL_DATA} ${WRKSRC}/extensions/dfmext_local ${PREFIX}/share/examples/dfm/dfmext.sample.local - @ ${INSTALL_DATA} ${WRKSRC}/extensions/dfmext_normal ${PREFIX}/share/examples/dfm/dfmext.sample.normal - @ ${INSTALL_DATA} ${WRKSRC}/extensions/dfmext_user ${PREFIX}/share/examples/dfm/dfmext.sample.user + @ ${INSTALL_DATA} ${WRKSRC}/dfmext-samples/dfmext_local ${PREFIX}/share/examples/dfm/dfmext.sample.local + @ ${INSTALL_DATA} ${WRKSRC}/dfmext-samples/dfmext_normal ${PREFIX}/share/examples/dfm/dfmext.sample.normal + @ ${INSTALL_DATA} ${WRKSRC}/dfmext-samples/dfmext_user ${PREFIX}/share/examples/dfm/dfmext.sample.user .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/dfm -.for file in ANNOUNCE BUGS COPYING COPYRIGHT CREDITS HELP.ERROR NO_WARRANTY README START TESTED TODO +.for file in ANNOUNCE BUGS COPYING COPYRIGHT CREDITS ChangeLog DOWNLOAD HELP.ERROR NO_WARRANTY README START TESTED TODO @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/dfm .endfor .endif diff -Nru dfm/files/md5 dfm-0.99.1/files/md5 --- dfm/files/md5 Sun Aug 9 14:30:19 1998 +++ dfm-0.99.1/files/md5 Sat Apr 24 18:13:08 1999 @@ -1 +1 @@ -MD5 (dfm-0.9.10.tar.gz) = 56c89293b2c5e9c6019a30d5a117955c +MD5 (dfm-0.99.1.tar.gz) = 69107be951265fc35db868cd2272304f diff -Nru dfm/patches/patch-aa dfm-0.99.1/patches/patch-aa --- dfm/patches/patch-aa Thu Jun 11 07:41:58 1998 +++ dfm-0.99.1/patches/patch-aa Thu Jan 1 03:00:00 1970 @@ -1,32 +0,0 @@ ---- config.orig Sat May 2 09:45:37 1998 -+++ config Wed Jun 10 23:27:18 1998 -@@ -4,6 +4,7 @@ - mname=`uname -m` - - case $name in -+ *FreeBSD) echo "SYSTEM = -DFREEBSD" > src/Makefile;; - *Linux) echo "SYSTEM = -DLINUX" > src/Makefile;; - *SunOS) echo "SYSTEM = -DSUNOS" > src/Makefile;; - *IRIX) echo "SYSTEM = -DIRIX" > src/Makefile;; -@@ -16,12 +17,6 @@ - **) mnamed="";; - esac - --if type gcc; then -- echo "CC = gcc -O2 -Wall -pedantic "$mnamed >> src/Makefile --else -- echo "CC = cc -O2" >> src/Makefile --fi -- - if [ -f /usr/include/zlib.h ] || [ -f /usr/local/include/zlib.h ]; then - if [ -f /usr/lib/libz.so ] || [ -f /usr/local/lib/libz.so ]; then - echo "LIBGZIP = -lz" >> src/Makefile -@@ -47,7 +42,7 @@ - make clean - - echo --if [ $name = "Linux" ] || [ $name = "SunOS" ] || [ $name = "IRIX" ]; then -+if [ $name = "Linux" ] || [ $name = "SunOS" ] || [ $name = "FreeBSD" ] || [ $name = "IRIX" ]; then - echo "'$name' has been successfully configured." - echo "Now type 'make'. If it won't work try to edit the" - echo "Makefile in src/ and mail me." diff -Nru dfm/patches/patch-ab dfm-0.99.1/patches/patch-ab --- dfm/patches/patch-ab Thu Jun 11 07:41:58 1998 +++ dfm-0.99.1/patches/patch-ab Thu Jan 1 03:00:00 1970 @@ -1,18 +0,0 @@ ---- src/Makefile.in.orig Mon Jun 1 07:02:58 1998 -+++ src/Makefile.in Wed Jun 10 23:22:30 1998 -@@ -1,5 +1,5 @@ - INCLUDEPATHS = -I. -I/usr/include/X11 -I/usr/local/include\ ---I/usr/openwin/include -I/usr/openwin/include/X11 -I/usr/X11R6/include\ -+-I/usr/openwin/include -I/usr/X11R6/include/X11 -I/usr/X11R6/include\ - -I/usr/X11R6/include/X11 - LIBRARYPATHS = -L/usr/lib -L/usr/local/lib -L/usr/X11/lib -L/usr/X11R6/lib - -@@ -14,7 +14,7 @@ - positionarrange.o arcwindow.o fnmatch.o gui.o options.o\ - selectcolor.o shellgui.o ClientWin.o handler.o rubwindow.o - --LIBRARYS = -lforms -lXpm -lX11 -lm -lXext $(LIBGZIP) -+LIBRARYS = -lxforms -lXpm -lX11 -lm -lXext $(LIBGZIP) - - all:../dfm - diff -Nru dfm/patches/patch-ac dfm-0.99.1/patches/patch-ac --- dfm/patches/patch-ac Sun Aug 9 14:30:20 1998 +++ dfm-0.99.1/patches/patch-ac Thu Jan 1 03:00:00 1970 @@ -1,38 +0,0 @@ ---- src/extension.c Mon Jan 26 20:16:26 1998 -+++ /home/andy/tmp/wrk/src/extension.c Fri May 29 22:38:43 1998 -@@ -32,7 +32,7 @@ - - /* search dfmext */ - if ((pfext=fopen("./.dfmext", "r")) == NULL) -- if ((pfext=fopen("/usr/etc/dfmext", "r")) == NULL) -+ if ((pfext=fopen("/usr/X11R6/share/dfm/dfmext", "r")) == NULL) - if ((pfext=fopen("/usr/share/dfm/dfmext", "r")) == NULL) - if ((pfext=fopen("/usr/local/share/dfm/dfmext", "r")) == NULL) - if ((pfext=fopen("/usr/local/etc/dfmext", "r")) == NULL) -@@ -124,20 +124,20 @@ - } - if (*icon==NULL || *start==NULL) { - if (filename[strlen(filename)-1]=='/') { -- *icon=malloc(strlen("/usr/X11/lib/X11/dfm/icons/icon_folder.xpm")+1); -- strcpy(*icon,"/usr/X11/lib/X11/dfm/icons/icon_folder.xpm"); -+ *icon=malloc(strlen("/usr/X11R6/share/dfm/icons/icon_folder.xpm")+1); -+ strcpy(*icon,"/usr/X11R6/share/dfm/icons/icon_folder.xpm"); - *start=malloc(strlen("dfm !0!")+1); - strcpy(*start,"dfm !0!"); - } else { - lstat(fullname2,&info); - if ((info.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))!=0) { -- *icon=malloc(strlen("/usr/X11/lib/X11/dfm/icons/icon_binary.xpm")+1); -- strcpy(*icon,"/usr/X11/lib/X11/dfm/icons/icon_binary.xpm"); -+ *icon=malloc(strlen("/usr/X11R6/share/dfm/icons/icon_binary.xpm")+1); -+ strcpy(*icon,"/usr/X11R6/share/dfm/icons/icon_binary.xpm"); - *start=malloc(strlen("!0!")+1); - strcpy(*start,"!0!"); - } else { -- *icon=malloc(strlen("/usr/X11/lib/X11/dfm/icons/icon_file.xpm")+1); -- strcpy(*icon,"/usr/X11/lib/X11/dfm/icons/icon_file.xpm"); -+ *icon=malloc(strlen("/usr/X11R6/share/dfm/icons/icon_file.xpm")+1); -+ strcpy(*icon,"/usr/X11R6/share/dfm/icons/icon_file.xpm"); - *start=malloc(strlen("xedit !0!")+1); - strcpy(*start,"xedit !0!"); - } diff -Nru dfm/patches/patch-ad dfm-0.99.1/patches/patch-ad --- dfm/patches/patch-ad Sun Aug 9 14:30:20 1998 +++ dfm-0.99.1/patches/patch-ad Thu Jan 1 03:00:00 1970 @@ -1,11 +0,0 @@ ---- src/filemanager.c Mon Aug 3 20:33:39 1998 -+++ /home/andy/tmp/wrk/src/filemanager.c Sat Aug 8 16:58:22 1998 -@@ -327,7 +327,7 @@ - texta=GenerateBackslashName(addfolder); - textf=GenerateBackslashName(filename); - if (status!=0 || move==False) { --#ifdef LINUX -+#if (defined(LINUX) || defined(__FreeBSD__)) - text=malloc(strlen("cp -rpdf ")+strlen(textf)+strlen(textp)+ - strlen(texta)+2); - strcpy(text,"cp -rpdf "); diff -Nru dfm/patches/patch-ae dfm-0.99.1/patches/patch-ae --- dfm/patches/patch-ae Sun Aug 9 05:00:32 1998 +++ dfm-0.99.1/patches/patch-ae Thu Jan 1 03:00:00 1970 @@ -1,9 +0,0 @@ ---- utils/Makefile.in.orig Sat May 2 09:45:36 1998 -+++ utils/Makefile.in Wed Jun 10 23:25:08 1998 -@@ -1,5 +1,5 @@ - INCLUDEPATHS = -I. -I/usr/include/X11 -I/usr/local/include\ ---I/usr/openwin/include -I/usr/openwin/include/X11 -I/usr/X11R6/include\ -+-I/usr/openwin/include -I/usr/X11R6/include/X11 -I/usr/X11R6/include\ - -I/usr/X11R6/include/X11 - LIBRARYPATHS = -L/usr/lib -L/usr/local/lib -L/usr/X11/lib -L/usr/X11R6/lib - diff -Nru dfm/pkg/PLIST dfm-0.99.1/pkg/PLIST --- dfm/pkg/PLIST Thu Aug 20 14:27:08 1998 +++ dfm-0.99.1/pkg/PLIST Mon Apr 26 12:12:07 1999 @@ -1,4 +1,5 @@ bin/dfm +share/dfm/dfmext share/dfm/backgrounds/background2.xpm share/dfm/backgrounds/blues.xpm share/dfm/backgrounds/flock.xpm @@ -10,13 +11,17 @@ share/dfm/icons/icon_binary.xpm share/dfm/icons/icon_binary_ms.xpm share/dfm/icons/icon_bitmap.xpm +share/dfm/icons/icon_blitz.xpm share/dfm/icons/icon_c.xpm share/dfm/icons/icon_cc.xpm share/dfm/icons/icon_core.xpm share/dfm/icons/icon_document.xpm share/dfm/icons/icon_document_tex.xpm +share/dfm/icons/icon_document_lout.xpm share/dfm/icons/icon_document_lyx.xpm share/dfm/icons/icon_document_print.xpm +share/dfm/icons/icon_document_spreadsheet.xpm +share/dfm/icons/icon_document_spreadsheet2.xpm share/dfm/icons/icon_editor.xpm share/dfm/icons/icon_file.xpm share/dfm/icons/icon_fig.xpm @@ -31,6 +36,7 @@ share/dfm/icons/icon_o.xpm share/dfm/icons/icon_pdf.xpm share/dfm/icons/icon_phone.xpm +share/dfm/icons/icon_php3.xpm share/dfm/icons/icon_picture.xpm share/dfm/icons/icon_printer.xpm share/dfm/icons/icon_ps.xpm @@ -45,6 +51,22 @@ share/dfm/icons/Appicons/x11amp-icon3.xpm share/dfm/icons/Appicons/xcalc.xpm share/dfm/icons/Appicons/xv.xpm +share/dfm/icons/FileManagerIcons/file.bak.xpm +share/dfm/icons/FileManagerIcons/file.c.xpm +share/dfm/icons/FileManagerIcons/file.cc.xpm +share/dfm/icons/FileManagerIcons/file.gimp5.xpm +share/dfm/icons/FileManagerIcons/file.gz.xpm +share/dfm/icons/FileManagerIcons/file.html3.xpm +share/dfm/icons/FileManagerIcons/file.o.xpm +share/dfm/icons/FileManagerIcons/file.picture.xpm +share/dfm/icons/FileManagerIcons/file.picture2.xpm +share/dfm/icons/FileManagerIcons/file.ps.xpm +share/dfm/icons/FileManagerIcons/file.tar.xpm +share/dfm/icons/FileManagerIcons/file.text.xpm +share/dfm/icons/FileManagerIcons/file.tgz.xpm +share/dfm/icons/FileManagerIcons/file.xpm +share/dfm/icons/FileManagerIcons/folder.xpm +share/dfm/icons/FileManagerIcons/trash.empty.xpm share/dfm/icons/Moreicons/ColoredCompactDisc.xpm share/dfm/icons/Moreicons/DiskFloppy.xpm share/dfm/icons/Moreicons/FilingCabinet.xpm @@ -86,6 +108,8 @@ share/doc/dfm/COPYING share/doc/dfm/COPYRIGHT share/doc/dfm/CREDITS +share/doc/dfm/ChangeLog +share/doc/dfm/DOWNLOAD share/doc/dfm/HELP.ERROR share/doc/dfm/NO_WARRANTY share/doc/dfm/README @@ -97,6 +121,7 @@ share/examples/dfm/dfmext.sample.user @dirrm share/dfm/backgrounds @dirrm share/dfm/icons/Appicons +@dirrm share/dfm/icons/FileManagerIcons @dirrm share/dfm/icons/Moreicons @dirrm share/dfm/icons @dirrm share/dfm >How-To-Repeat: >Fix: Please, check and apply this patch. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 1:53:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 6C5331505B for ; Mon, 26 Apr 1999 01:53:32 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 31356 invoked by uid 1003); 26 Apr 1999 10:55:09 -0000 Date: Mon, 26 Apr 1999 10:55:08 +0000 From: Neil Blakey-Milner To: Maxim Sobolev Cc: ports@FreeBSD.ORG Subject: Re: Usefull script to clean /usr/ports/distfiles. Testers neded Message-ID: <19990426105508.A30028@rucus.ru.ac.za> References: <37241D4B.C9DC6FD2@altavista.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95.1i In-Reply-To: <37241D4B.C9DC6FD2@altavista.net>; from Maxim Sobolev on Mon, Apr 26, 1999 at 11:01:15AM +0300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon 1999-04-26 (11:01), Maxim Sobolev wrote: > I wrote small script to automate removing of "crap" from > /usr/ports/distfiles directory (i.e. remove distfiles which doesn't have > corresponding md5 entries in /usr/ports). It can be downloaded from  > http://homepages.go.com/~sobomax/distclean/distclean-0.1.tar.gz . All > patches, ideas, comments and suggestions are highly appreciated. Nice idea and work, but (as always), I have a few nits. Your use of temporary files may be a problem - if someone went and ln -s'd them to /etc/passwd, you'd have a slight problem. Also, I think using perl might be a better idea - if you don't mind, I'll convert your idea to perl and send it back to you - this way you don't have to deal with temporary files and or spawn off find, sed, &c for various function that are pretty much built into perl. In any case, good work. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 2: 8:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.42.68.2]) by hub.freebsd.org (Postfix) with ESMTP id D376E1504E for ; Mon, 26 Apr 1999 02:08:44 -0700 (PDT) (envelope-from sobomax@altavista.net) Received: from vega. (async2-27.iptelecom.net.ua [212.42.68.155]) by ipt2.iptelecom.net.ua (8.8.8/8.8.8) with ESMTP id MAA12852; Mon, 26 Apr 1999 12:08:53 +0300 (EEST) (envelope-from sobomax@altavista.net) Received: from altavista.net (big_brother [192.168.1.1]) by vega. (8.9.2/8.9.2) with ESMTP id MAA05158; Mon, 26 Apr 1999 12:08:39 +0300 (EEST) (envelope-from sobomax@altavista.net) Message-ID: <37242D15.77938D17@altavista.net> Date: Mon, 26 Apr 1999 12:08:38 +0300 From: Maxim Sobolev Reply-To: sobomax@altavista.net Organization: Vega International Capital X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: ru,en MIME-Version: 1.0 To: Neil Blakey-Milner Cc: ports@FreeBSD.ORG Subject: Re: Usefull script to clean /usr/ports/distfiles. Testers neded References: <37241D4B.C9DC6FD2@altavista.net> <19990426105508.A30028@rucus.ru.ac.za> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Nice idea and work, but (as always), I have a few nits. > Also, I think using perl might be a better idea - if you don't mind, I'll > convert your idea to perl and send it back to you - this way you don't have > to deal with temporary files and or spawn off find, sed, &c for various > function that are pretty much built into perl. It would be great, because I'm not very proof in perl programming ;(.š Maybe after some fining we should make some sort of port like mergemaster! > š > > In any case, good work. Thank you! Looking forward to hear from you. Sincerely, Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 2:10: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D92E1510E for ; Mon, 26 Apr 1999 02:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA86584; Mon, 26 Apr 1999 02:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 14EFA1504E for ; Mon, 26 Apr 1999 02:06:20 -0700 (PDT) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id NAA12269; Mon, 26 Apr 1999 13:06:56 +0400 (MSD) Message-Id: <199904260906.NAA12269@netserv1.chg.ru> Date: Mon, 26 Apr 1999 13:06:56 +0400 (MSD) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11327: Update benchmarks/polygraph Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11327 >Category: ports >Synopsis: Update benchmarks/polygraph >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 26 02:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -Nur polygraph.old/Makefile polygraph/Makefile --- polygraph.old/Makefile Mon Apr 26 12:04:19 1999 +++ polygraph/Makefile Mon Apr 26 12:51:45 1999 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.1.1.1 1999/04/14 20:31:57 billf Exp $ # -DISTNAME= polygraph-1.0p6-src -PKGNAME= polygraph-1.0p6 +DISTNAME= polygraph-1.1p0-src +PKGNAME= polygraph-1.1p0 CATEGORIES= benchmarks www MASTER_SITES= http://polygraph.ircache.net/sources/ \ http://www.chg.ru/~dima/ @@ -16,10 +16,28 @@ WRKSRC= ${WRKDIR}/polygraph/src +post-patch: + @ ${MV} ${WRKSRC}/exprep.pl ${WRKSRC}/exprep.pl.pre_sed + @ ${SED} -e 's#/usr/local/bin/perl#${PERL5}#' \ + ${WRKSRC}/exprep.pl.pre_sed > ${WRKSRC}/exprep.pl + @ ${MV} ${WRKSRC}/../tools/BB/bb.pl ${WRKSRC}/../tools/BB/bb.pl.pre_sed1 + @ ${SED} -e 's#/usr/local/bin/perl#${PERL5}#' \ + ${WRKSRC}/../tools/BB/bb.pl.pre_sed1> ${WRKSRC}/../tools/BB/bb.pl.pre_sed + @ ${SED} -e 's#/usr/people/bakeoff/BB#${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph#' \ + ${WRKSRC}/../tools/BB/bb.pl.pre_sed> ${WRKSRC}/../tools/BB/bb.pl + do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/polyclt ${PREFIX}/bin @ ${INSTALL_PROGRAM} ${WRKSRC}/polysrv ${PREFIX}/bin @ ${INSTALL_PROGRAM} ${WRKSRC}/lr ${PREFIX}/bin + @ ${INSTALL_PROGRAM} ${WRKSRC}/lx ${PREFIX}/bin + @ ${INSTALL_SCRIPT} ${WRKSRC}/exprep.pl ${PREFIX}/bin/exprep + @ ${INSTALL_SCRIPT} ${WRKSRC}/../tools/BB/bb.pl ${PREFIX}/bin + @ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph +.for file in Blob.pm Executer.pm Tools.pm Command.pm Logger.pm + @ ${INSTALL_SCRIPT} ${WRKSRC}/../tools/BB/$(file) \ + ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph +.endfor .include diff -Nur polygraph.old/files/md5 polygraph/files/md5 --- polygraph.old/files/md5 Mon Apr 26 12:04:19 1999 +++ polygraph/files/md5 Mon Apr 26 12:06:10 1999 @@ -1 +1 @@ -MD5 (polygraph-1.0p6-src.tar.gz) = 164b19c808c644e9c51c86089ebb3380 +MD5 (polygraph-1.1p0-src.tar.gz) = 920d8e9394cb9a2c9182c41d2250977b diff -Nur polygraph.old/pkg/PLIST polygraph/pkg/PLIST --- polygraph.old/pkg/PLIST Mon Apr 26 12:04:19 1999 +++ polygraph/pkg/PLIST Mon Apr 26 12:56:08 1999 @@ -1,3 +1,12 @@ bin/polyclt bin/polysrv bin/lr +bin/lx +bin/exprep +bin/bb.pl +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/polygraph/Blob.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/polygraph/Executer.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/polygraph/Tools.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/polygraph/Command.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/polygraph/Logger.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/polygraph >Release-Note: >Audit-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 26 4:10: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E6E69150DF for ; Mon, 26 Apr 1999 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 EAA00947; Mon, 26 Apr 1999 04:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 29379150E0 for ; Mon, 26 Apr 1999 04:01:11 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id PAA69660; Mon, 26 Apr 1999 15:01:03 +0400 (MSD) (envelope-from andy) Message-Id: <199904261101.PAA69660@icc.surw.chel.su> Date: Mon, 26 Apr 1999 15:01:03 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11329: Update port: editors/le Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11329 >Category: ports >Synopsis: Update port: editors/le >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 26 04:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update editors/le port. diff -Nru le/Makefile le-1.5.1/Makefile --- le/Makefile Mon Aug 31 02:29:49 1998 +++ le-1.5.1/Makefile Mon Apr 26 14:48:53 1999 @@ -1,27 +1,26 @@ # New ports collection makefile for: le -# Version required: 1.4.2 +# Version required: 1.5.1 # Date created: 16 October 1997 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.3 1998/08/30 16:00:13 steve Exp $ # -DISTNAME= le-1.4.2 -CATEGORIES= editors -MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/ +DISTNAME= le-1.5.1 +CATEGORIES= editors +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/ +MASTER_SITE_SUBDIR= apps/editors/terminal -MAINTAINER= andy@icc.surw.chel.su +MAINTAINER= andy@icc.surw.chel.su -GNU_CONFIGURE= yes -MAN1= le.1 +GNU_CONFIGURE= yes +MAN1= le.1 post-install: -.for file in colors1 colors2 colors3 - @ ${INSTALL_DATA} ${WRKSRC}/misc/${file} ${PREFIX}/share/le -.endfor .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/le -.for file in FEATURES HISTORY NEWS README +.for file in COPYING FEATURES HISTORY NEWS README TODO @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/le .endfor .endif diff -Nru le/files/md5 le-1.5.1/files/md5 --- le/files/md5 Mon Mar 16 17:08:18 1998 +++ le-1.5.1/files/md5 Mon Apr 26 14:33:51 1999 @@ -1 +1 @@ -MD5 (le-1.4.2.tar.gz) = 998f478d7a3c008174b5d63ebe69d5f0 +MD5 (le-1.5.1.tar.gz) = 7f3a93f5a5726b43a14999a15f083013 diff -Nru le/patches/patch-aa le-1.5.1/patches/patch-aa --- le/patches/patch-aa Sun Aug 30 20:00:17 1998 +++ le-1.5.1/patches/patch-aa Thu Jan 1 03:00:00 1970 @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Sat Aug 29 14:47:00 1998 -+++ src/Makefile.in Sat Aug 29 14:47:17 1998 -@@ -78,7 +78,7 @@ - window.h highli.cc highli.h clipbrd.cc clipbrd.h keynames.h keynames.cc\ - mouse.h mouse.cc getch.h format.h - --le_LDADD = $(top_builddir)/lib/liblib.a $(CURSES_LIBS) -+le_LDADD = $(top_builddir)/lib/liblib.a $(CURSES_LIBS) -lmytinfo - - INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include $(CURSES_INCLUDES) - CPPFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" diff -Nru le/pkg/PLIST le-1.5.1/pkg/PLIST --- le/pkg/PLIST Mon Aug 17 14:15:18 1998 +++ le-1.5.1/pkg/PLIST Mon Apr 26 14:42:26 1999 @@ -1,11 +1,15 @@ bin/le +share/doc/le/COPYING share/doc/le/FEATURES share/doc/le/HISTORY share/doc/le/NEWS share/doc/le/README -share/le/colors1 -share/le/colors2 -share/le/colors3 +share/doc/le/TODO +share/le/colors-black +share/le/colors-blue +share/le/colors-defbg +share/le/colors-green +share/le/colors-white share/le/syntax @dirrm share/doc/le @dirrm share/le >How-To-Repeat: >Fix: Please, check and apply this patch. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 4:10:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C7EE1150B0 for ; Mon, 26 Apr 1999 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 EAA00938; Mon, 26 Apr 1999 04:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 68D1614E2D for ; Mon, 26 Apr 1999 03:06:24 -0700 (PDT) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id OAA12536; Mon, 26 Apr 1999 14:07:02 +0400 (MSD) Message-Id: <199904261007.OAA12536@netserv1.chg.ru> Date: Mon, 26 Apr 1999 14:07:02 +0400 (MSD) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11328: Upgrade x11-toolkits/fltk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11328 >Category: ports >Synopsis: Upgrade x11-toolkits/fltk >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 26 04:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -Nur fltk.old/Makefile fltk/Makefile --- fltk.old/Makefile Mon Apr 26 13:13:13 1999 +++ fltk/Makefile Mon Apr 26 13:53:58 1999 @@ -6,11 +6,11 @@ # $Id: Makefile,v 1.4 1999/04/16 06:15:09 taoka Exp $ # -DISTNAME= fltk-1.0.1-source -PKGNAME= fltk-1.0.1 +DISTNAME= fltk-1.0.2-source +PKGNAME= fltk-1.0.2 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.fltk.org/pub/fltk/${VERSION}/ \ - ftp://ftp.easysw.com/pub/fltk/${VERSION}/ \ + ftp://ftp.chg.ru/pub/X11/fltk/${VERSION}/ \ ftp://ftp2.easysw.com/pub/fltk/${VERSION}/ \ ftp://ftp.northamerica.net/pub/ESP/fltk/${VERSION}/ \ ftp://ftp.funet.fi/mirrors/ftp.easysw.com/pub/fltk/${VERSION}/ \ @@ -20,23 +20,22 @@ LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 -USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PKGNAME} USE_X_PREFIX= yes -MAN1= fluid.1 -VERSION= 1.0.1 +MAN1= fluid.1 +VERSION= 1.0.2 -.if defined(NOPORTDOCS) -PLIST= ${PKGDIR}/PLIST.nodocs +.if OBJFORMAT=="elf" +BROKEN= Due to ELF library format .endif post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - ${INSTALL_MAN} ${WRKSRC}/documentation/fluid.1 \ - ${PREFIX}/man/man1 + @ ${LDCONFIG} -m ${PREFIX}/lib + @ ${INSTALL_MAN} ${WRKSRC}/documentation/fluid.1 \ + ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/fltk @ ${INSTALL_DATA} ${WRKSRC}/documentation/*.html \ diff -Nur fltk.old/files/md5 fltk/files/md5 --- fltk.old/files/md5 Mon Apr 26 13:13:12 1999 +++ fltk/files/md5 Mon Apr 26 13:32:00 1999 @@ -1 +1 @@ -MD5 (fltk-1.0.1-source.tar.bz2) = 0604cf4e6c53802dda52035ccc97c631 +MD5 (fltk-1.0.2-source.tar.gz) = f75ab4a250b541ad889838f957c04416 diff -Nur fltk.old/pkg/PLIST fltk/pkg/PLIST --- fltk.old/pkg/PLIST Mon Apr 26 13:13:12 1999 +++ fltk/pkg/PLIST Mon Apr 26 13:57:18 1999 @@ -189,8 +189,8 @@ lib/libfltk.a lib/libfltk.so lib/libfltk.so.1 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +@exec /sbin/ldconfig -m %D/lib +@unexec /sbin/ldconfig -R share/doc/fltk/FL.gif share/doc/fltk/Fl_Adjuster.html share/doc/fltk/Fl_Box.html @@ -322,5 +322,5 @@ share/doc/fltk/value_slider.gif share/doc/fltk/widgets.html @dirrm include/FL -@unexec rmdir %D/include/Fl 2>/dev/null || true +include/Fl @dirrm share/doc/fltk diff -Nur fltk.old/pkg/PLIST.nodocs fltk/pkg/PLIST.nodocs --- fltk.old/pkg/PLIST.nodocs Mon Apr 26 13:13:12 1999 +++ fltk/pkg/PLIST.nodocs Thu Jan 1 03:00:00 1970 @@ -1,195 +0,0 @@ -bin/fluid -include/FL/Enumerations.H -include/FL/Enumerations.h -include/FL/Fl.H -include/FL/Fl.h -include/FL/Fl_Adjuster.H -include/FL/Fl_Adjuster.h -include/FL/Fl_Bitmap.H -include/FL/Fl_Bitmap.h -include/FL/Fl_Box.H -include/FL/Fl_Box.h -include/FL/Fl_Browser.H -include/FL/Fl_Browser.h -include/FL/Fl_Browser_.H -include/FL/Fl_Browser_.h -include/FL/Fl_Button.H -include/FL/Fl_Button.h -include/FL/Fl_Chart.H -include/FL/Fl_Chart.h -include/FL/Fl_Check_Button.H -include/FL/Fl_Check_Button.h -include/FL/Fl_Choice.H -include/FL/Fl_Choice.h -include/FL/Fl_Clock.H -include/FL/Fl_Clock.h -include/FL/Fl_Color_Chooser.H -include/FL/Fl_Color_Chooser.h -include/FL/Fl_Counter.H -include/FL/Fl_Counter.h -include/FL/Fl_Dial.H -include/FL/Fl_Dial.h -include/FL/Fl_Double_Window.H -include/FL/Fl_Double_Window.h -include/FL/Fl_Fill_Dial.H -include/FL/Fl_Fill_Dial.h -include/FL/Fl_Fill_Slider.H -include/FL/Fl_Fill_Slider.h -include/FL/Fl_Float_Input.H -include/FL/Fl_Float_Input.h -include/FL/Fl_FormsBitmap.H -include/FL/Fl_FormsBitmap.h -include/FL/Fl_FormsPixmap.H -include/FL/Fl_FormsPixmap.h -include/FL/Fl_Free.H -include/FL/Fl_Free.h -include/FL/Fl_Gl_Window.H -include/FL/Fl_Gl_Window.h -include/FL/Fl_Group.H -include/FL/Fl_Group.h -include/FL/Fl_Hold_Browser.H -include/FL/Fl_Hold_Browser.h -include/FL/Fl_Hor_Fill_Slider.H -include/FL/Fl_Hor_Fill_Slider.h -include/FL/Fl_Hor_Nice_Slider.H -include/FL/Fl_Hor_Nice_Slider.h -include/FL/Fl_Hor_Slider.H -include/FL/Fl_Hor_Slider.h -include/FL/Fl_Hor_Value_Slider.H -include/FL/Fl_Hor_Value_Slider.h -include/FL/Fl_Image.H -include/FL/Fl_Image.h -include/FL/Fl_Input.H -include/FL/Fl_Input.h -include/FL/Fl_Input_.H -include/FL/Fl_Input_.h -include/FL/Fl_Int_Input.H -include/FL/Fl_Int_Input.h -include/FL/Fl_Light_Button.H -include/FL/Fl_Light_Button.h -include/FL/Fl_Line_Dial.H -include/FL/Fl_Line_Dial.h -include/FL/Fl_Menu.H -include/FL/Fl_Menu.h -include/FL/Fl_Menu_.H -include/FL/Fl_Menu_.h -include/FL/Fl_Menu_Bar.H -include/FL/Fl_Menu_Bar.h -include/FL/Fl_Menu_Button.H -include/FL/Fl_Menu_Button.h -include/FL/Fl_Menu_Item.H -include/FL/Fl_Menu_Item.h -include/FL/Fl_Menu_Window.H -include/FL/Fl_Menu_Window.h -include/FL/Fl_Multi_Browser.H -include/FL/Fl_Multi_Browser.h -include/FL/Fl_Multi_Label.H -include/FL/Fl_Multi_Label.h -include/FL/Fl_Multiline_Input.H -include/FL/Fl_Multiline_Input.h -include/FL/Fl_Multiline_Output.H -include/FL/Fl_Multiline_Output.h -include/FL/Fl_Nice_Slider.H -include/FL/Fl_Nice_Slider.h -include/FL/Fl_Object.H -include/FL/Fl_Object.h -include/FL/Fl_Output.H -include/FL/Fl_Output.h -include/FL/Fl_Overlay_Window.H -include/FL/Fl_Overlay_Window.h -include/FL/Fl_Pack.H -include/FL/Fl_Pack.h -include/FL/Fl_Pixmap.H -include/FL/Fl_Pixmap.h -include/FL/Fl_Positioner.H -include/FL/Fl_Positioner.h -include/FL/Fl_Radio_Button.H -include/FL/Fl_Radio_Button.h -include/FL/Fl_Radio_Light_Button.H -include/FL/Fl_Radio_Light_Button.h -include/FL/Fl_Radio_Round_Button.H -include/FL/Fl_Radio_Round_Button.h -include/FL/Fl_Repeat_Button.H -include/FL/Fl_Repeat_Button.h -include/FL/Fl_Return_Button.H -include/FL/Fl_Return_Button.h -include/FL/Fl_Roller.H -include/FL/Fl_Roller.h -include/FL/Fl_Round_Button.H -include/FL/Fl_Round_Button.h -include/FL/Fl_Round_Clock.H -include/FL/Fl_Round_Clock.h -include/FL/Fl_Scroll.H -include/FL/Fl_Scroll.h -include/FL/Fl_Scrollbar.H -include/FL/Fl_Scrollbar.h -include/FL/Fl_Secret_Input.H -include/FL/Fl_Secret_Input.h -include/FL/Fl_Select_Browser.H -include/FL/Fl_Select_Browser.h -include/FL/Fl_Simple_Counter.H -include/FL/Fl_Simple_Counter.h -include/FL/Fl_Single_Window.H -include/FL/Fl_Single_Window.h -include/FL/Fl_Slider.H -include/FL/Fl_Slider.h -include/FL/Fl_Tabs.H -include/FL/Fl_Tabs.h -include/FL/Fl_Tile.H -include/FL/Fl_Tile.h -include/FL/Fl_Timer.H -include/FL/Fl_Timer.h -include/FL/Fl_Toggle_Button.H -include/FL/Fl_Toggle_Button.h -include/FL/Fl_Toggle_Light_Button.H -include/FL/Fl_Toggle_Light_Button.h -include/FL/Fl_Toggle_Round_Button.H -include/FL/Fl_Toggle_Round_Button.h -include/FL/Fl_Valuator.H -include/FL/Fl_Valuator.h -include/FL/Fl_Value_Input.H -include/FL/Fl_Value_Input.h -include/FL/Fl_Value_Output.H -include/FL/Fl_Value_Output.h -include/FL/Fl_Value_Slider.H -include/FL/Fl_Value_Slider.h -include/FL/Fl_Widget.H -include/FL/Fl_Widget.h -include/FL/Fl_Window.H -include/FL/Fl_Window.h -include/FL/dirent.h -include/FL/filename.H -include/FL/filename.h -include/FL/fl_ask.H -include/FL/fl_ask.h -include/FL/fl_draw.H -include/FL/fl_draw.h -include/FL/fl_file_chooser.H -include/FL/fl_file_chooser.h -include/FL/fl_message.H -include/FL/fl_message.h -include/FL/fl_show_colormap.H -include/FL/fl_show_colormap.h -include/FL/fl_show_input.H -include/FL/fl_show_input.h -include/FL/forms.H -include/FL/forms.h -include/FL/gl.h -include/FL/gl2opengl.h -include/FL/gl_draw.H -include/FL/gl_draw.h -include/FL/glut.H -include/FL/glut.h -include/FL/math.h -include/FL/menubar.h -include/FL/win32.H -include/FL/win32.h -include/FL/x.H -include/FL/x.h -lib/libfltk.a -lib/libfltk.so -lib/libfltk.so.1 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@dirrm include/FL -@unexec rmdir %D/include/Fl 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 5:31:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id B5CFE14C21 for ; Mon, 26 Apr 1999 05:31:21 -0700 (PDT) (envelope-from br@stiller.netland.inka.de) Received: from stiller.netland.inka.de by mail.inka.de with uucp (rmailwrap 0.4) id 10bkXh-0003wx-00; Mon, 26 Apr 1999 14:31:21 +0200 Received: by stiller.netland.inka.de (8.9.3/8.9.1) id OAA69517; Mon, 26 Apr 1999 14:29:19 +0200 (CEST) (envelope-from br) From: Bernd Rosauer To: kuku@gilberto.physik.RWTH-Aachen.DE Subject: Re: teTeX ports - psnup missing Date: Mon, 26 Apr 1999 14:20:27 +0200 X-Mailer: KMail [version 1.0.17] Content-Type: text/plain Cc: freebsd-ports@freebsd.org References: <199904261144.NAA67865@stiller.netland.inka.de> MIME-Version: 1.0 Message-Id: <99042614291800.67903@stiller.netland.inka.de> Content-Transfer-Encoding: 8bit X-KMail-Mark: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 25 Apr 1999, Christoph Kukulies wrote: > My professor recently claimed that hist TeX installation lost quality > compared to former ones when I moved his machine to 3.1. Unproofed claim? Professor of Theology? :-) > [...] > Anyway, he says formerly there was a utility psnup which isn't there anymore. > > And as always Linux (S.u.S.e.) is the comparison measure: Look, under > linux it works, he said. teTeX never contained psnup for any platform. Maybe, you would like to install ports/print/psutils-a4 for your prof? > Also virtual fonts don't work anymore - I have to track this > down though, it maybe well, that I messed with the MakeTeXpk files. That would be great. :-) -Bernd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 8:18:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from voyager.fisicc-ufm.edu (ip-46-094.guate.net [200.12.46.94]) by hub.freebsd.org (Postfix) with ESMTP id 6B3CB1514A for ; Mon, 26 Apr 1999 08:17:55 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from obonilla@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.2) id JAA25939 for freebsd-ports@freebsd.org; Mon, 26 Apr 1999 09:23:16 -0600 (CST) (envelope-from obonilla) Date: Mon, 26 Apr 1999 09:23:16 -0600 From: Oscar Bonilla To: freebsd-ports@freebsd.org Subject: Confused about Making a new port Message-ID: <19990426092316.A25923@fisicc-ufm.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm porting ns (network simulator) to freebsd, and am confused about the right way to patch the program for tcl... see, ns tries to do this /usr/local/bin/tclsh somefile.tcl but in freebsd tclsh is named tclsh8.0 i don't know where to patch this... the makefile seems like a bad idea since it's generated automatically by configure. I have a subdir named conf/ which has file of the form configure.in. where is tcl for one of the files, but I think this is pertinent only to autoconf. Any help would be appreciated :) regards, -oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 8:25: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from lambic.physics.montana.edu (lambic.physics.montana.edu [153.90.192.128]) by hub.freebsd.org (Postfix) with ESMTP id 18EE81514C for ; Mon, 26 Apr 1999 08:25:05 -0700 (PDT) (envelope-from handy@lambic.physics.montana.edu) Received: from localhost (handy@localhost) by lambic.physics.montana.edu (8.8.8/8.8.7) with ESMTP id JAA04056; Mon, 26 Apr 1999 09:24:52 -0600 (MDT) (envelope-from handy@lambic.physics.montana.edu) Date: Mon, 26 Apr 1999 09:24:52 -0600 (MDT) From: Brian Handy To: Oscar Bonilla Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Confused about Making a new port In-Reply-To: <19990426092316.A25923@fisicc-ufm.edu> Message-ID: X-files: The truth is out there MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hey Oscar! I'll take a stab, without actually looking at the file. :-) >see, ns tries to do this > >/usr/local/bin/tclsh somefile.tcl > >but in freebsd tclsh is named tclsh8.0 > >i don't know where to patch this... the makefile seems like a bad >idea since it's generated automatically by configure. I don't remember for sure, but one of those files in the top directory is going to be important during the 'configure' stage -- I'd start with the 'configure' program itself and search for tclsh. Try changing that, then do the configure. Usually when we patch something like this it's done to the configure files. Good luck and godspeed, Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 8:40: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from voyager.fisicc-ufm.edu (ip-46-094.guate.net [200.12.46.94]) by hub.freebsd.org (Postfix) with ESMTP id 801DC1524B for ; Mon, 26 Apr 1999 08:39:29 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from obonilla@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.2) id JAA30785 for freebsd-ports@FreeBSD.ORG; Mon, 26 Apr 1999 09:44:47 -0600 (CST) (envelope-from obonilla) Date: Mon, 26 Apr 1999 09:44:46 -0600 From: Oscar Bonilla To: freebsd-ports@FreeBSD.ORG Subject: Re: Confused about Making a new port Message-ID: <19990426094446.A29784@fisicc-ufm.edu> References: <19990426092316.A25923@fisicc-ufm.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Brian Handy on Mon, Apr 26, 1999 at 09:24:52AM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Apr 26, 1999 at 09:24:52AM -0600, Brian Handy wrote: > I don't remember for sure, but one of those files in the top directory is > going to be important during the 'configure' stage -- I'd start with the > 'configure' program itself and search for tclsh. Try changing that, then > do the configure. Usually when we patch something like this it's done to > the configure files. > what do you know... it worked!! thanks. One more question though, where should the port live? it's a network simulator so for me emulators seems the more appropiate. There's also a companion program called nam (network animator) which animates packets as they travel over the network. where should nam go? thanks again, -oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 9: 9:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id BB9B91520A for ; Mon, 26 Apr 1999 09:09:22 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-179.ix.netcom.com [209.111.208.179]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id JAA09903; Mon, 26 Apr 1999 09:09:48 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id JAA20401; Mon, 26 Apr 1999 09:08:10 -0700 (PDT) Date: Mon, 26 Apr 1999 09:08:10 -0700 (PDT) Message-Id: <199904261608.JAA20401@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: obonilla@fisicc-ufm.edu Cc: freebsd-ports@FreeBSD.ORG In-reply-to: <19990426094446.A29784@fisicc-ufm.edu> (message from Oscar Bonilla on Mon, 26 Apr 1999 09:44:46 -0600) Subject: Re: Confused about Making a new port From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <19990426092316.A25923@fisicc-ufm.edu> <19990426094446.A29784@fisicc-ufm.edu> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Oscar Bonilla * what do you know... it worked!! thanks. One more question though, * where should the port live? it's a network simulator so for me * emulators seems the more appropiate. There's also a companion program * called nam (network animator) which animates packets as they travel * over the network. where should nam go? Both in net please. Emulators is for emulators of other OSes (as you can see in ports/emulators/pkg/COMMENT). :) -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 10: 0: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D149E15030 for ; Mon, 26 Apr 1999 10:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA08168; Mon, 26 Apr 1999 10:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C026014F6C; Mon, 26 Apr 1999 09:52:35 -0700 (PDT) Message-Id: <19990426165235.C026014F6C@hub.freebsd.org> Date: Mon, 26 Apr 1999 09:52:35 -0700 (PDT) From: ixtl@utmc.or.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/11337: New port: japanese/latex2html Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11337 >Category: ports >Synopsis: New port: japanese/latex2html >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 26 10:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Sugimoto Sadahiro >Release: FreeBSD 2.2.8-RELEASE >Organization: >Environment: >Description: Japanese latex2html with latex2html-98.1jpatch-2.1 patch >How-To-Repeat: >Fix: begin 644 ja-latex2html-98.1j2.1.port0427.tar.gz M'XL(`.:5)#<``^U<>W/;-K;/O^*GP#:>29M$E$B]_&CN1+&55%O+=B5UVYW9 MN5J(A"C:),&2H!]WF_WL>\"'1$DD`7<=[]U6F+'%QP\'!^>%%P$',W*O+YGK M-%Y\J83:S5ZG@UX@I/4ZS?17X[]9:B+4[6F0]&Y7@]=:2VN^0)TOQE$N12'# M`4(O['OF5.-(\!S\/'-RUOI?V`X)OX052.J_V=4ZW6:O!Z_UMM[;Z_\YTH[^ M7?/)Q:XUF]UVNUS_NM9.]=_6>ET=7H/[MU^@YE,S4I3^X/H?G770UVLCJ!\= MJIJOJ2`3U?J_;]`[-&_K[0762+>%.PO26VA'K6X''S4[S5Y;UX]TI8C"M8^9 ML:SK:IZ2WB8:-O768;-E=''+[/1P4S\R6MU%2R?ZH:[\IV7Q1TP[_N]0`SNJ M[SYA&0+_US7>YF_$_[;6V?O_LZ27_VY27J+,9!1^<\YOT"GU%K85!9C9U$,+ M&J!S/"4_Z]]-1^,VJZ%C`V^>9Z#3Y/9^?`#Q*]7C2@, M$O]HA$L7/TTO9]-Q_V)RU1\/+J:SE*9'F#]W94B`FLX&?QF> M#G@V*#O`=W+9MC3+6;="60$.SP/K_?5A]&H_WTA M%W/7Q3=27'"K'%^6V((14!E;B+V)>&:%+RG:R;Z1__^53)V[]1?ZO=[5N)_%_912`Y-`_L!RQ(.W.AF M*4DX%89,_4+LA3>!S>3`MK=T0'E2X/&@?S8:2`I!AN"<>!9VY,SA!GL>A&HY M<:VJ)85.;%+6',`:9+5FDEL/6X$D.I.&%)BS;$A*(_,..3!V;4<.NO(D*7>. MZXQ!B>#72E:!IRJ[E&^7*(/XX[,DZL[PV'WZMR>5Z(< MV[LA]YIZ5XE:756BEHQ?EP3]'5AQ;=XS".HJE MFC(O*?UJJ2:RUPM1)C7"A@$=6XO,<="(?!/>J>R>B;'0O;87)&1RZ&8S(-AT M)6FOKE3;+-)R.1QZY8^`SZ.B[D4IW&02S#2;I]1CQ&,RG&"&'6K)"H7S$"[+ MD$L67Z=R3NX$V`J+S<.2GQ*/*P`6^UP,],-D`9C\@H/@@]91_5(QK:&>'&Y! M`U<"QP,;,0+[/H&^W'T5%3[-P,F(50RF+\2(J5A.D:N2>^SZ#FF$Q-!* MB&20@%2808Z.+H!4^(=M4"_DX0+T0&YM&H4SEX*SE$20-3RY*FEMU["Y$T$0 M')\9.*R`AKYLD+CE'H_+YHIVJF@21S"Q&1ID$1DB24M>FX,G7%/^`'U$Z'R<"`1E`F?@14Y*X#F5&3FGER!F?*2 M&5*!:47PGN%YY`A;((=Z5CIG+VXYRC",A`S:*<.I;249C@%2E9@@<.L\P!1CH"XA_PH.&GW/*EX]74'X76NF2Z!T*51K MUI1`M:50K9DFQ9<(!<]LKRL#:LN`.C(@D:QB4$L&)*J=K1UZ`DCD07-DEBRD MKU"I-U5BDH:Y<.5[9T-00>?="QETM>O)PO^?L&;ZZ7U2GC2SJS7)ZK`<7="$KJ]LEP-?A1T:Q&J M"KZ[?E:%=LS(]26QFZM'5(]7K=:2J&PVY:2]4&EBU2>2AOA\@[1`UM6-=.P:=:4='1\J; M-V\*\FSC.\>==H)__Q[5M;:34N=EM-X",+Y]D]QV MDSLPNU>F_>HDOK"M9C.YY'\OT<'0/,YQ]_86:6K[*&:HT6PUFCIJ'AYW6L=@ MRVL4&MS[Z$"I`X'X7W+"R2T.['@K6[I!+B0,)5_>.`^(!GR'&UL2E`Z,DJUM MR9ZUA`BCR*>VQ_@%!YX-QX/3Z>7XK^AN20(2/\OQ$'=#LK(6-/),5:G_"1V< M]Z>#Y/`5(/#N%?0X>*^NL:0N:=RX$:.-W/"#;_?+W>\<_5#";/87[Q_Z^@#: M_O";$Z7.%0A::'--UI4WR6TON2O5PALH\GI]8@Q*^QZ(;S_DVF[H#:WU1U%6 M3DO7=/[%-+7C0+&3]K2WO.0XPX6+BI+?"CNXYKZ!K7 M<\.WE^@O:3P.R"^1'1#SN+:Y1QP@9X#/#O8ZKM5:2=>`M]0OT4\0TN!936;' M-3\L#&+\07QQ1A8X?>"2& M=V^1";7Q"/IQ,ICQQU__G5<0U<_2!W__1E64L^%D>M$?#=[5MD*LKRE7WW^* M7Z':ABB2K?&\PJ<0M#]=CH>#R;M:-DV#`,;\@!K*J#^9#L:SR7#*WR\9\X\; MC;N[N[H9$E-U',]1+7J;GL"7[JF/IVWO&_D!/(T"`P#H;TJMMHAIP'_5]3W5 MH&[#C^8-S[ZA8;Z)<&$(3H/-K.OR54;]D$6F38$"B+OQSZ2=">F"W?%1^_;P MH'%T6-<:L:CXV5>3`EFE)SZ6'R"0`A20RO!B"G^#\;O:EMX59?SCQ>QL<#6X M.(-"#OYQ-1Y\'/[\.3Z3*J9\#,\NQ],)M)&?0630[";/XQINXN-IUP)\_+P` M;Q6!]==(\/VO:A_YDD&3"W@,(TW,WLF;KRHWD/"]%4>T%F&)FA_E*HC?O MT!9)H,9)6L4DL[>*RC\J7RC*3^/O)^-3+BRXBK$YGXU+'(S/.^]J#R14+BYG M'WX?)I]1 MG:)U^;GLZ-OBYWSD\'AJZ61CK((X?#B\FT_[Y^>RL/^WS=W'X2:P\/;!@(T-\YB3T;+G"T[EEM#&%C%8S MQ8C/SJ)T$A:MYEK1:DH5)3.G*)X@S<8B84Y_IU<@FG%BA^""7*"\Z!4_:\FF MC/$0SSG++2?MGJB'\LME*%TPKL_;46`O,=-NO$C,]*=?3&A2+;3=; MK"X(%Y[A1"9!W\Y#4XW7B]R;W^%9.?NT3_NT3_NT3_NT3_NT3_NT3_NT3_NT 63_NT3_NT3_NT3_\MZ5\.)RH``'@``/NT ` 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 Mon Apr 26 10:46: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from voyager.fisicc-ufm.edu (ip-46-094.guate.net [200.12.46.94]) by hub.freebsd.org (Postfix) with ESMTP id 74D6314ED3 for ; Mon, 26 Apr 1999 10:44:53 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from obonilla@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.2) id LAA60454 for freebsd-ports@freebsd.org; Mon, 26 Apr 1999 11:50:11 -0600 (CST) (envelope-from obonilla) Date: Mon, 26 Apr 1999 11:50:11 -0600 From: Oscar Bonilla To: freebsd-ports@freebsd.org Subject: How to "make" instead of "make all" Message-ID: <19990426115011.A55652@fisicc-ufm.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org still juggling with this ns stuff :) ns is compiled by issuing $ make not $ make all how do i prevent the ports subsystem from adding the "all" word regards -oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 11: 0:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B5B1150C5 for ; Mon, 26 Apr 1999 11:00:10 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA57428 for freebsd-ports@freebsd.org; Mon, 26 Apr 1999 11:00:09 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 26 Apr 1999 11:00:09 -0700 (PDT) Message-Id: <199904261800.LAA57428@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 Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/08/27] ports/7761 ports Update to recent port submission of nicet a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1998/10/30] ports/8502 ports GNAT 3.10 port uses clock_gettime which i o [1999/03/07] ports/10480ports tk81 will not *compile* with threaded app o [1999/03/15] ports/10600ports ssh2 port doesn't symlink /etc/ssh2 which f [1999/03/16] ports/10625ports XFree86 aout library support incorrect o [1999/03/18] ports/10665ports ports/graphics/sane needs access to /dev/ o [1999/03/19] ports/10681ports lessitf can't find X11 Revision 5 or high o [1999/03/25] ports/10787ports ports/www/apache13-fp configure failed on o [1999/04/04] ports/10943ports "ports/print/teTeX-beta# make install" fa o [1999/04/07] ports/11003ports wmcdplay is not capable of playing an AUD o [1999/04/20] ports/11237ports port security/stunnel broken (wants rsare o [1999/04/21] ports/11265ports Shared libraries don't work when built wi o [1999/04/23] ports/11300ports gftp 1.13 echos ftp passwords in clear-te o [1999/04/24] ports/11306ports New Port : games/bnetd o [1999/04/24] ports/11310ports Port upgrade: Hylafax - allow to compile 16 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/05/19] ports/6699 ports New port: the Generic NQS system o [1998/07/18] ports/7314 ports ncurses port doesn't support TERM=xterm-c o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac o [1998/11/11] ports/8651 ports I create a new ports about wget o [1998/11/29] ports/8899 ports New port: qmail-contrib o [1998/11/29] ports/8900 ports New port: mail/qmailanalog o [1999/01/07] docs/9375 ports Information on how to build PLIST automat a [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/01/25] ports/9686 ports Update of the nn-6.5.3 port o [1999/01/26] ports/9700 ports Reorganization the x11-toolkits/xview-cli o [1999/01/26] ports/9704 ports Minor fixes to olvwm o [1999/01/27] ports/9734 ports TclDP-4.0b2 port added o [1999/01/31] ports/9840 ports patch allows ports to fetch their sources o [1999/01/31] ports/9851 ports Port update: update R to 0.63.2 o [1999/02/01] ports/9864 ports make rblcheck use relay.orbs.org instead o [1999/02/01] ports/9866 ports port of unix2dos and dos2unix utilities o [1999/02/02] ports/9884 ports samba does not allow "joes" (username+pas o [1999/02/03] ports/9899 ports port submission for tdetect o [1999/02/03] ports/9901 ports New port net/libnet f [1999/02/04] ports/9911 ports slrn port Makefile broken (patch included o [1999/02/05] ports/9920 ports New port - xnc o [1999/02/06] ports/9939 ports NEW port for tkRunIt o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/14] ports/10093ports Upgrade GNAT to 3.11p and fix for ELF o [1999/02/15] ports/10103ports revision of port of plugger-3.0 o [1999/02/15] ports/10111ports Problem with the pgp262s port, Makefile w o [1999/02/16] ports/10123ports Update for t1utils port o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/02/17] ports/10134ports New port: lynx-ssl (Category: www) o [1999/02/17] ports/10137ports version update of RPM port to version 2.5 o [1999/02/19] ports/10161ports New port : mail/mailx o [1999/02/20] ports/10176ports [PATCH] upgrade of devel/doc++ port o [1999/02/25] ports/10268ports [new port] colortail o [1999/02/28] ports/10304ports unpost master site removed o [1999/02/28] ports/10309ports New port, id3ren, mpeg3 audio information o [1999/02/28] ports/10313ports New port - ripenc o [1999/03/01] ports/10329ports New Port of XMangekyou-2.0 o [1999/03/01] ports/10333ports New port: kmikmod o [1999/03/02] ports/10354ports New port of XBalloon-1.0 o [1999/03/02] ports/10367ports NS Communicator 4.5 fails o [1999/03/03] ports/10377ports `make' in ports does not honor {f,ht}tp_p o [1999/03/04] ports/10389ports Create new port mod_jserv and JSDK 2.0 o [1999/03/05] ports/10396ports SPIN is in the wrong category o [1999/03/05] ports/10410ports pkg_add: could not find package XFree86-3 o [1999/03/07] ports/10469ports new port: linux-netcape-communicator-4.51 o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/08] ports/10489ports new port of gnotepad+ o [1999/03/09] ports/10514ports New port - V.E.R.A. o [1999/03/10] ports/10532ports Port of GNU Pascal o [1999/03/11] ports/10543ports New port uploaded for xslj o [1999/03/14] ports/10592ports New ports: japanese/exmh2 (ja-exmh-2.0.2) o [1999/03/16] ports/10617ports New Port: archivers/pkzip-2.5 o [1999/03/16] ports/10634ports Update the hylafax port to do a client in o [1999/03/18] ports/10649ports NEW PORT: devel/icqlib o [1999/03/18] ports/10651ports NEW PORT: net/kicq o [1999/03/18] ports/10661ports TCL command line option parser port o [1999/03/19] ports/10677ports FVWM2 finally went to release status o [1999/03/19] ports/10682ports List mirror sites in MASTER_SITE_BACKUP - o [1999/03/20] ports/10696ports Lesstif updated to 0.88.0 f [1999/03/20] ports/10702ports Add NCD audio support for emiclock ports f [1999/03/21] ports/10707ports [ADD] port for doxygen o [1999/03/21] ports/10716ports new port, easy library for command entry o [1999/03/23] ports/10745ports NEW PORT: lang/jdk-tutorial o [1999/03/23] ports/10763ports nitpicking on the dict port o [1999/03/24] ports/10770ports New Port for kmp3 (a mp3 player for the K o [1999/03/26] ports/10813ports crossgo32 brokeness o [1999/03/28] ports/10839ports [new port] bison-1.27 f [1999/03/28] ports/10844ports New port: adagdb o [1999/03/28] ports/10846ports New port: THE text editor o [1999/03/28] ports/10849ports [PORT UPGRADE] crossm68k-devel (EGCS-1.1. o [1999/03/30] ports/10874ports [PATCH] html2ps doesn't handle `file:/... o [1999/03/30] ports/10885ports [new port] java2html-0.4 o [1999/04/01] ports/10907ports New port: x11-toolkits/rubytk o [1999/04/01] ports/10908ports New port: japanese/rubytk o [1999/04/02] ports/10916ports new port biology/molmol again o [1999/04/03] ports/10937ports Apache13-FP port upgrade to v1.3.6 o [1999/04/03] ports/10939ports update audio/dap to 2.0.2 (please test... o [1999/04/04] ports/10944ports ports/sysutils/mkhybrid12: version 1.12b5 o [1999/04/05] ports/10961ports gzipped manpages and .so macro in ports o [1999/04/07] ports/11017ports Fixed port: gnomelibs-1.0.5 o [1999/04/08] ports/11029ports Configure scripts for non ported applicat o [1999/04/08] ports/11030ports INN port gets confused about position of o [1999/04/08] ports/11034ports New ports of crazywwwboardle o [1999/04/09] ports/11045ports [PATCH] Update port: linux_lib some /comp o [1999/04/10] ports/11072ports Port of remote printing utilities added o [1999/04/11] ports/11081ports New port: games/tetrinet-x 1.13.16 o [1999/04/11] ports/11086ports Updating AStyle port o [1999/04/11] ports/11093ports remind user that he needs to be root to i o [1999/04/12] ports/11101ports New port cpbk o [1999/04/12] ports/11108ports new port: russian/rapache o [1999/04/13] ports/11120ports new port: irssi-0.7.8 o [1999/04/13] ports/11127ports New port: Giram o [1999/04/14] ports/11138ports New version of Xevil 2.01, I created a po o [1999/04/16] ports/11171ports New port: misc/wmmand o [1999/04/16] ports/11173ports New port: astro/wmspaceweather o [1999/04/16] ports/11174ports New port: astro/wmsun o [1999/04/16] ports/11181ports Update: x11/xscreensaver o [1999/04/17] ports/11183ports new port: x11/enlightenment-conf-0.15 o [1999/04/17] ports/11187ports new port (xlupe) o [1999/04/17] ports/11188ports new port for xtu o [1999/04/17] ports/11189ports New port: archivers/linux_rar o [1999/04/18] ports/11206ports Fix for slingshot port o [1999/04/19] ports/11214ports new port - evg o [1999/04/19] ports/11218ports windowmaker-0.52.0 needs a little patchin o [1999/04/20] ports/11245ports update of files ports/devel/cons o [1999/04/20] ports/11246ports Update: games/freeciv o [1999/04/20] ports/11250ports PORTS: upgrade lesstif to 0.88.1 o [1999/04/21] ports/11267ports [New port] textproc/fconv (the return) o [1999/04/22] ports/11277ports Update ports: x11-wm/fvwm2 o [1999/04/22] ports/11282ports isc-dhcp2 client port incorrectly reports o [1999/04/22] ports/11290ports Update radiusd-cistron port to beta16 o [1999/04/23] ports/11295ports New port for MIT's Object Tcl o [1999/04/23] ports/11297ports new port: wmtz-0.2 o [1999/04/24] ports/11304ports New port syncal-0.5, syncing of ical and o [1999/04/24] ports/11305ports Unified XView port (fixed) o [1999/04/24] ports/11308ports Update sysutils/ascpu to 1.4 o [1999/04/25] ports/11313ports Update: japanese/libslang o [1999/04/25] ports/11314ports Update: japanese/slrn o [1999/04/25] ports/11317ports Update: www/lynx-current o [1999/04/25] ports/11319ports Netscape4-navigator wasn't FORTIFY'ing o [1999/04/25] ports/11321ports [new port] zh-aterm-0.3.4 o [1999/04/25] ports/11322ports Update: audio/wmsound o [1999/04/25] ports/11323ports Update: net/licq o [1999/04/26] ports/11326ports Update port: x11-fm/dfm o [1999/04/26] ports/11327ports Update benchmarks/polygraph o [1999/04/26] ports/11337ports New port: japanese/latex2html 127 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 26 11:22: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 806C714C03; Mon, 26 Apr 1999 11:22:00 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA85714; Mon, 26 Apr 1999 11:22:00 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 26 Apr 1999 11:22:00 -0700 (PDT) From: Message-Id: <199904261822.LAA85714@freefall.freebsd.org> To: dima@Chg.RU, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11327: Update benchmarks/polygraph Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update benchmarks/polygraph State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Apr 26 11:21:17 PDT 1999 State-Changed-Why: committed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 12: 0:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EF471535E for ; Mon, 26 Apr 1999 12:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA88655; Mon, 26 Apr 1999 12:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from voyager.fisicc-ufm.edu (ip-46-094.guate.net [200.12.46.94]) by hub.freebsd.org (Postfix) with ESMTP id 3E5A315598 for ; Mon, 26 Apr 1999 11:58:10 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from root@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.2) id NAA91775; Mon, 26 Apr 1999 13:03:28 -0600 (CST) (envelope-from obonilla) Message-Id: <199904261903.NAA91775@voyager.fisicc-ufm.edu> Date: Mon, 26 Apr 1999 13:03:28 -0600 (CST) From: obonilla@fisicc-ufm.edu Reply-To: obonilla@fisicc-ufm.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11338: Port Modification: otcl (MIT's Object Tcl) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11338 >Category: ports >Synopsis: Port Modification: otcl (MIT's Object Tcl) >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 26 12:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oscar Bonilla >Release: FreeBSD 3.1-STABLE i386 >Organization: Universidad Francisco Marroquin - FISICC >Environment: >Description: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./pkg/PLIST~ # ./files # ./files/md5 # ./otcl.shar # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: otcl X# Version required: 1.0a4 X# Date created: 23 April 1999 X# Whom: obonilla X# X# $Id$ X# X XDISTNAME= otcl-1.0a4 XCATEGORIES= lang XMASTER_SITES= http://www-mash.cs.berkeley.edu/dist/ X XMAINTAINER= obonilla@fisicc-ufm.edu X XLIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --includedir=${PREFIX}/include/tcl8.0/generic X Xpost-install: X strip ${PREFIX}/bin/otclsh X strip ${PREFIX}/bin/owish X @ln -sf ${PREFIX}/lib/libotcl.so ${PREFIX}/lib/libotcl.so.1 X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/otcl X ${INSTALL_MAN} \ X ${WRKSRC}/doc/CHANGES.html \ X ${WRKSRC}/doc/autoload.html \ X ${WRKSRC}/doc/capi.html \ X ${WRKSRC}/doc/class.html \ X ${WRKSRC}/doc/object.html \ X ${WRKSRC}/doc/tutorial.html \ X ${PREFIX}/share/doc/otcl X ${INSTALL_MAN} \ X ${WRKSRC}/doc/otcl-paper.ps.gz \ X ${PREFIX}/share/doc/otcl X.endif X.include END-of-./Makefile echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XMIT Object Tcl END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XFrom the README: X X OTcl, short for MIT Object Tcl, is an extension to Tcl/Tk for X object-oriented programming. It shouldn't be confused with the IXI X Object Tcl extension by Dean Sheenan. (Sorry, but we both like the X name and have been using it for a while.) X X Some of OTcl's features as compared to alternatives are: X * designed to be dynamically extensible, like Tcl, from the ground X up X * builds on Tcl syntax and concepts rather than importing another X language X * compact yet powerful object programming system (draws on CLOS, X Smalltalk, and Self) X * fairly portable implementation (2000 lines of C, without core X hacks) X X OTcl was presented at the Tcl/Tk Workshop '95. It constitutes a X standalone release of a system that has been in use, embedded in the X VuSystem, for two years. We made the release public (with free use, X distribution and modification under the MIT license) to meet the X demand for object-oriented programming in Tcl. X X-Oscar END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/otclsh Xbin/owish Xinclude/otcl.h Xlib/libotcl.a Xlib/libotcl.so Xlib/libotcl.so.1 Xshare/doc/otcl/CHANGES.html Xshare/doc/otcl/autoload.html Xshare/doc/otcl/capi.html Xshare/doc/otcl/class.html Xshare/doc/otcl/object.html Xshare/doc/otcl/otcl-paper.ps.gz Xshare/doc/otcl/tutorial.html X@dirrm share/doc/otcl END-of-./pkg/PLIST echo x - ./pkg/PLIST~ sed 's/^X//' >./pkg/PLIST~ << 'END-of-./pkg/PLIST~' Xbin/otclsh Xbin/owish Xinclude/otcl.h Xlib/libotcl.a Xlib/libotcl.so Xlib/libotcl.so.1 Xshare/doc/otcl/ X@dirrm share/doc/otcl END-of-./pkg/PLIST~ echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (otcl-1.0a4.tar.gz) = 1aafd63973857991b90d08b9dcf29e03 END-of-./files/md5 echo x - ./otcl.shar sed 's/^X//' >./otcl.shar << 'END-of-./otcl.shar' X# This is a shell archive. Save it in a file, remove anything before X# this line, and then unpack it by entering "sh file". Note, it may X# create directories; files and directories will be owned by you and X# have default permissions. X# X# This archive contains: X# X# . X# ./Makefile X# ./pkg X# ./pkg/COMMENT X# ./pkg/DESCR X# ./pkg/PLIST X# ./pkg/PLIST~ X# ./files X# ./files/md5 X# ./otcl.shar X# Xecho c - . Xmkdir -p . > /dev/null 2>&1 Xecho x - ./Makefile Xsed 's/^X//' >./Makefile << 'END-of-./Makefile' XX# New ports collection makefile for: otcl XX# Version required: 1.0a4 XX# Date created: 23 April 1999 XX# Whom: obonilla XX# XX# $Id$ XX# XX XXDISTNAME= otcl-1.0a4 XXCATEGORIES= lang XXMASTER_SITES= http://www-mash.cs.berkeley.edu/dist/ XX XXMAINTAINER= obonilla@fisicc-ufm.edu XX XXLIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 XX XXGNU_CONFIGURE= yes XXCONFIGURE_ARGS= --includedir=${PREFIX}/include/tcl8.0/generic XX XXpost-install: XX strip ${PREFIX}/bin/otclsh XX strip ${PREFIX}/bin/owish XX @ln -sf ${PREFIX}/lib/libotcl.so ${PREFIX}/lib/libotcl.so.1 XX.if !defined(NOPORTDOCS) XX ${MKDIR} ${PREFIX}/share/doc/otcl XX ${INSTALL_MAN} \ XX ${WRKSRC}/doc/CHANGES.html \ XX ${WRKSRC}/doc/autoload.html \ XX ${WRKSRC}/doc/capi.html \ XX ${WRKSRC}/doc/class.html \ XX ${WRKSRC}/doc/object.html \ XX ${WRKSRC}/doc/tutorial.html \ XX ${PREFIX}/share/doc/otcl XX ${INSTALL_MAN} \ XX ${WRKSRC}/doc/otcl-paper.ps.gz \ XX ${PREFIX}/share/doc/otcl XX.endif XX.include XEND-of-./Makefile Xecho c - ./pkg Xmkdir -p ./pkg > /dev/null 2>&1 Xecho x - ./pkg/COMMENT Xsed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XXMIT Object Tcl XEND-of-./pkg/COMMENT Xecho x - ./pkg/DESCR Xsed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XXFrom the README: XX XX OTcl, short for MIT Object Tcl, is an extension to Tcl/Tk for XX object-oriented programming. It shouldn't be confused with the IXI XX Object Tcl extension by Dean Sheenan. (Sorry, but we both like the XX name and have been using it for a while.) XX XX Some of OTcl's features as compared to alternatives are: XX * designed to be dynamically extensible, like Tcl, from the ground XX up XX * builds on Tcl syntax and concepts rather than importing another XX language XX * compact yet powerful object programming system (draws on CLOS, XX Smalltalk, and Self) XX * fairly portable implementation (2000 lines of C, without core XX hacks) XX XX OTcl was presented at the Tcl/Tk Workshop '95. It constitutes a XX standalone release of a system that has been in use, embedded in the XX VuSystem, for two years. We made the release public (with free use, XX distribution and modification under the MIT license) to meet the XX demand for object-oriented programming in Tcl. XX XX-Oscar XEND-of-./pkg/DESCR Xecho x - ./pkg/PLIST Xsed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' XXbin/otclsh XXbin/owish XXinclude/otcl.h XXlib/libotcl.a XXlib/libotcl.so XXlib/libotcl.so.1 XXshare/doc/otcl/CHANGES.html XXshare/doc/otcl/autoload.html XXshare/doc/otcl/capi.html XXshare/doc/otcl/class.html XXshare/doc/otcl/object.html XXshare/doc/otcl/otcl-paper.ps.gz XXshare/doc/otcl/tutorial.html XX@dirrm share/doc/otcl XEND-of-./pkg/PLIST Xecho x - ./pkg/PLIST~ Xsed 's/^X//' >./pkg/PLIST~ << 'END-of-./pkg/PLIST~' XXbin/otclsh XXbin/owish XXinclude/otcl.h XXlib/libotcl.a XXlib/libotcl.so XXlib/libotcl.so.1 XXshare/doc/otcl/ XX@dirrm share/doc/otcl XEND-of-./pkg/PLIST~ Xecho c - ./files Xmkdir -p ./files > /dev/null 2>&1 Xecho x - ./files/md5 Xsed 's/^X//' >./files/md5 << 'END-of-./files/md5' XXMD5 (otcl-1.0a4.tar.gz) = 1aafd63973857991b90d08b9dcf29e03 XEND-of-./files/md5 Xecho x - ./otcl.shar Xsed 's/^X//' >./otcl.shar << 'END-of-./otcl.shar' END-of-./otcl.shar exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 12: 7:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cfcl.com (unknown [205.158.144.193]) by hub.freebsd.org (Postfix) with ESMTP id C0963153DE for ; Mon, 26 Apr 1999 12:07:49 -0700 (PDT) (envelope-from rdm@cfcl.com) X-Sent-To: Received: from Untitled (cerberus [205.158.144.205]) by cfcl.com (8.9.2/8.9.2) with ESMTP id MAA05493 for ; Mon, 26 Apr 1999 12:09:46 -0700 (PDT) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: Date: Mon, 26 Apr 1999 12:10:28 -0700 To: freebsd-ports@FreeBSD.ORG From: Rich Morin Subject: retrieving and unpacking archives Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I want to maintain a set of unpacked package directories, corresponding to the packages in the Ports Collection. I do NOT want to patch, build, or install the packages, just unpack them into specified places. I am mirroring and unpacking the Ports Collection and mirroring the distfiles directory, so most of the files I need should be on hand. If you are conversant with the Ports Collection Makefiles (and feeling helpful :-), please drop me a line and we can discuss specifics... Thanks, Rich -- Rich Morin: rdm@cfcl.com, +1 650-873-7841, http://www.ptf.com/~rdm Prime Time Freeware: info@ptf.com, +1 408-433-9662, http://www.ptf.com MacPerl: http://www.macperl.com, http://www.ptf.com/ptf/products/MPPE MkLinux: http://www.mklinux.apple.com, http://www.ptf.com/ptf/products/MKLP To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 12:10:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F1DDB153A3 for ; Mon, 26 Apr 1999 12:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA89750; Mon, 26 Apr 1999 12:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from voyager.fisicc-ufm.edu (ip-46-094.guate.net [200.12.46.94]) by hub.freebsd.org (Postfix) with ESMTP id D669A14BED for ; Mon, 26 Apr 1999 12:02:09 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from root@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.2) id NAA92077; Mon, 26 Apr 1999 13:07:30 -0600 (CST) (envelope-from obonilla) Message-Id: <199904261907.NAA92077@voyager.fisicc-ufm.edu> Date: Mon, 26 Apr 1999 13:07:30 -0600 (CST) From: obonilla@fisicc-ufm.edu Reply-To: obonilla@fisicc-ufm.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11340: New Port: NS (Network Simulator) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11340 >Category: ports >Synopsis: New Port: NS (Network Simulator) >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 26 12:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oscar Bonilla >Release: FreeBSD 3.1-STABLE i386 >Organization: Universidad Francisco Marroquin - FISICC >Environment: >Description: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./patches # ./patches/patch-aa # ./files # ./files/md5 # ./ns2.shar # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: ns-2 X# Version required: 2.1b5 X# Date created: 26 April 1999 X# Whom: obonilla X# X# $Id$ X# X XDISTNAME= ns-src-2.1b5 XPKGNAME= ns-2.1b5 XCATEGORIES= net XMASTER_SITES= http://www-mash.cs.berkeley.edu/dist/vint/ X XMAINTAINER= obonilla@fisicc-ufm.edu X XBUILD_DEPENDS= ${PREFIX}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl XRUN_DEPENDS= ${PREFIX}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 X XMAN1= ns.1 XMANCOMPRESSED= no X XWRKSRC= ${WRKDIR}/${PKGNAME} X XGNU_CONFIGURE= yes X XALL_TARGET= X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1 X ${MKDIR} ${PREFIX}/share/examples/ns2 X ${INSTALL_DATA} ${WRKSRC}/tcl/ex/*.tcl ${PREFIX}/share/examples/ns2 X.include END-of-./Makefile echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- configure.orig Mon Apr 26 09:36:25 1999 X+++ configure Mon Apr 26 09:36:48 1999 X@@ -1898,7 +1898,7 @@ X # $d/unix works if $d is the 8.0 distribution X # $d/bin is for the ns-allinone distribution (kind of hacky, isn't it?) X PATH=$PATH:$d/unix:$d/bin X-for ac_prog in tclsh$TCL_VERS tclsh tclsh$TCL_OLD_VERS X+for ac_prog in tclsh$TCL_VERS tclsh8.0 tclsh$TCL_OLD_VERS X do X # Extract the first word of "$ac_prog", so it can be a program name with args. X set dummy $ac_prog; ac_word=$2 END-of-./patches/patch-aa echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (ns-src-2.1b5.tar.gz) = 6aae46016418c0f5dc54b9b7398c4fc0 END-of-./files/md5 echo x - ./ns2.shar sed 's/^X//' >./ns2.shar << 'END-of-./ns2.shar' X# This is a shell archive. Save it in a file, remove anything before X# this line, and then unpack it by entering "sh file". Note, it may X# create directories; files and directories will be owned by you and X# have default permissions. X# X# This archive contains: X# X# . X# ./Makefile X# ./patches X# ./patches/patch-aa X# ./files X# ./files/md5 X# ./ns2.shar X# ./pkg X# ./pkg/COMMENT X# ./pkg/DESCR X# ./pkg/PLIST X# Xecho c - . Xmkdir -p . > /dev/null 2>&1 Xecho x - ./Makefile Xsed 's/^X//' >./Makefile << 'END-of-./Makefile' XX# New ports collection makefile for: ns-2 XX# Version required: 2.1b5 XX# Date created: 26 April 1999 XX# Whom: obonilla XX# XX# $Id$ XX# XX XXDISTNAME= ns-src-2.1b5 XXPKGNAME= ns-2.1b5 XXCATEGORIES= net XXMASTER_SITES= http://www-mash.cs.berkeley.edu/dist/vint/ XX XXMAINTAINER= obonilla@fisicc-ufm.edu XX XXBUILD_DEPENDS= ${PREFIX}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl XXRUN_DEPENDS= ${PREFIX}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 XX XXMAN1= ns.1 XXMANCOMPRESSED= no XX XXWRKSRC= ${WRKDIR}/${PKGNAME} XX XXGNU_CONFIGURE= yes XX XXALL_TARGET= XX XXdo-install: XX ${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin XX ${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1 XX ${MKDIR} ${PREFIX}/share/examples/ns2 XX ${INSTALL_DATA} ${WRKSRC}/tcl/ex/*.tcl ${PREFIX}/share/examples/ns2 XX.include XEND-of-./Makefile Xecho c - ./patches Xmkdir -p ./patches > /dev/null 2>&1 Xecho x - ./patches/patch-aa Xsed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' XX--- configure.orig Mon Apr 26 09:36:25 1999 XX+++ configure Mon Apr 26 09:36:48 1999 XX@@ -1898,7 +1898,7 @@ XX # $d/unix works if $d is the 8.0 distribution XX # $d/bin is for the ns-allinone distribution (kind of hacky, isn't it?) XX PATH=$PATH:$d/unix:$d/bin XX-for ac_prog in tclsh$TCL_VERS tclsh tclsh$TCL_OLD_VERS XX+for ac_prog in tclsh$TCL_VERS tclsh8.0 tclsh$TCL_OLD_VERS XX do XX # Extract the first word of "$ac_prog", so it can be a program name with args. XX set dummy $ac_prog; ac_word=$2 XEND-of-./patches/patch-aa Xecho c - ./files Xmkdir -p ./files > /dev/null 2>&1 Xecho x - ./files/md5 Xsed 's/^X//' >./files/md5 << 'END-of-./files/md5' XXMD5 (ns-src-2.1b5.tar.gz) = 6aae46016418c0f5dc54b9b7398c4fc0 XEND-of-./files/md5 Xecho x - ./ns2.shar Xsed 's/^X//' >./ns2.shar << 'END-of-./ns2.shar' END-of-./ns2.shar echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XThe UCB/LBNL Network Simulator Version 2 END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XNS is a discrete event simulator targeted at networking research. XNs provides substantial support for simulation of TCP, routing, and multicast Xprotocols. X XFor more information see http://www-mash.cs.berkeley.edu/ns/ X X-Oscar END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/ns Xshare/examples/ns2/agent-gen-script.tcl Xshare/examples/ns2/agent-gen.tcl Xshare/examples/ns2/callback_demo.tcl Xshare/examples/ns2/fq-cbr.tcl Xshare/examples/ns2/fq.tcl Xshare/examples/ns2/hier-rtg-10.tcl Xshare/examples/ns2/hier-rtg-100.tcl Xshare/examples/ns2/hts100-0.tcl Xshare/examples/ns2/lantest.tcl Xshare/examples/ns2/mac-test.tcl Xshare/examples/ns2/many_tcp.tcl Xshare/examples/ns2/manytcp_trmodel.tcl Xshare/examples/ns2/mcast.tcl Xshare/examples/ns2/nam-example.tcl Xshare/examples/ns2/nam-separate-trace.tcl Xshare/examples/ns2/nam-simplexlink.tcl Xshare/examples/ns2/ranvar.tcl Xshare/examples/ns2/rbp_demo.tcl Xshare/examples/ns2/rc.tcl Xshare/examples/ns2/shuttle-mcast.tcl Xshare/examples/ns2/shuttle.tcl Xshare/examples/ns2/simple-dyn.tcl Xshare/examples/ns2/simple-eqp.tcl Xshare/examples/ns2/simple-eqp1.tcl Xshare/examples/ns2/simple-heap.tcl Xshare/examples/ns2/simple-rtg.tcl Xshare/examples/ns2/simple-rtp.tcl Xshare/examples/ns2/simple-webcache-comp.tcl Xshare/examples/ns2/simple-webcache-trace.tcl Xshare/examples/ns2/simple-webcache.tcl Xshare/examples/ns2/simple.tcl Xshare/examples/ns2/srm-adapt-rep-session.tcl Xshare/examples/ns2/srm-adapt-rep.tcl Xshare/examples/ns2/srm-adapt-req-session.tcl Xshare/examples/ns2/srm-adapt-req.tcl Xshare/examples/ns2/srm-chain-session.tcl Xshare/examples/ns2/srm-chain.tcl Xshare/examples/ns2/srm-demo.tcl Xshare/examples/ns2/srm-session.tcl Xshare/examples/ns2/srm-star-session.tcl Xshare/examples/ns2/srm-star.tcl Xshare/examples/ns2/srm.tcl Xshare/examples/ns2/ss.tcl Xshare/examples/ns2/swp.tcl Xshare/examples/ns2/tcp-int.tcl Xshare/examples/ns2/tcpecn.tcl Xshare/examples/ns2/tcpsrm.tcl Xshare/examples/ns2/test-drr.tcl Xshare/examples/ns2/test-emulator.tcl Xshare/examples/ns2/test-rcvr.tcl Xshare/examples/ns2/test-rlm.tcl Xshare/examples/ns2/test-suite-intserv.tcl Xshare/examples/ns2/test-suite.tcl Xshare/examples/ns2/test-tbf.tcl Xshare/examples/ns2/tg.tcl Xshare/examples/ns2/topo-gen-script.tcl Xshare/examples/ns2/topo-gen.tcl Xshare/examples/ns2/topo-view.tcl Xshare/examples/ns2/virtual-classifier.tcl Xshare/examples/ns2/vlantest-flat.tcl Xshare/examples/ns2/vlantest-hier.tcl Xshare/examples/ns2/vlantest-mcst.tcl Xshare/examples/ns2/wireless.tcl X@dirrm share/examples/ns2 END-of-./pkg/PLIST exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 12:10:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A22321538C for ; Mon, 26 Apr 1999 12:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA89741; Mon, 26 Apr 1999 12:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from voyager.fisicc-ufm.edu (ip-46-094.guate.net [200.12.46.94]) by hub.freebsd.org (Postfix) with ESMTP id 37DA9156AA for ; Mon, 26 Apr 1999 12:00:33 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from root@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.2) id NAA91928; Mon, 26 Apr 1999 13:05:54 -0600 (CST) (envelope-from obonilla) Message-Id: <199904261905.NAA91928@voyager.fisicc-ufm.edu> Date: Mon, 26 Apr 1999 13:05:54 -0600 (CST) From: obonilla@fisicc-ufm.edu Reply-To: obonilla@fisicc-ufm.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11339: New Port: tclcl (Tcl/C++ library) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11339 >Category: ports >Synopsis: New Port: tclcl (Tcl/C++ library) >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 26 12:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oscar Bonilla >Release: FreeBSD 3.1-STABLE i386 >Organization: Universidad Francisco Marroquin - FISICC >Environment: >Description: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/tmp # ./pkg/PLIST # ./files # ./files/md5 # ./tclcl.shar # ./patches # ./patches/patch-aa # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: tclcl X# Version required: 1.0b8 X# Date created: 23 April 1999 X# Whom: obonilla X# X# $Id$ X# X XDISTNAME= tclcl-src-1.0b8 XPKGNAME= tclcl-1.0b8 XCATEGORIES= devel XMASTER_SITES= http://www-mash.cs.berkeley.edu/dist/ X XMAINTAINER= obonilla@fisicc-ufm.edu X XLIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 \ X otcl.1:${PORTSDIR}/lang/otcl X XWRKSRC= ${WRKDIR}/${PKGNAME} X XGNU_CONFIGURE= yes Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/tcl2c++ ${PREFIX}/bin X ${INSTALL_SCRIPT} ${WRKSRC}/otcldoc ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include X ${INSTALL_DATA} ${WRKSRC}/libtclcl.a ${PREFIX}/lib X @ln -sf ${PREFIX}/lib/libtclcl.a ${PREFIX}/lib/libTcl.a X.include END-of-./Makefile echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' Xtcl/C++ interface used by ns and nam END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' Xtcl/C++ interface used by ns and nam END-of-./pkg/DESCR echo x - ./pkg/tmp sed 's/^X//' >./pkg/tmp << 'END-of-./pkg/tmp' Xinclude/idlecallback.h Xinclude/iohandler.h Xinclude/rate-variable.h Xinclude/timer.h Xbin/tcl2c++ Xinclude/tclcl.h Xinclude/tclcl-config.h Xinclude/tclcl-mappings.h Xinclude/tracedvar.h Xinclude/Tcl.h Xlib/libTcl.a Xlib/libtclcl.a END-of-./pkg/tmp echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/tcl2c++ Xinclude/Tcl.h Xinclude/idlecallback.h Xinclude/iohandler.h Xinclude/rate-variable.h Xinclude/tclcl-config.h Xinclude/tclcl-mappings.h Xinclude/tclcl.h Xinclude/timer.h Xinclude/tracedvar.h Xlib/libTcl.a Xlib/libtclcl.a END-of-./pkg/PLIST echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (tclcl-src-1.0b8.tar.gz) = aadb4de88d19749123be156b06d79156 END-of-./files/md5 echo x - ./tclcl.shar sed 's/^X//' >./tclcl.shar << 'END-of-./tclcl.shar' X# This is a shell archive. Save it in a file, remove anything before X# this line, and then unpack it by entering "sh file". Note, it may X# create directories; files and directories will be owned by you and X# have default permissions. X# X# This archive contains: X# X# . X# ./Makefile X# ./pkg X# ./pkg/COMMENT X# ./pkg/DESCR X# ./pkg/tmp X# ./pkg/PLIST X# ./files X# ./files/md5 X# ./tclcl.shar X# ./patches X# ./patches/patch-aa X# Xecho c - . Xmkdir -p . > /dev/null 2>&1 Xecho x - ./Makefile Xsed 's/^X//' >./Makefile << 'END-of-./Makefile' XX# New ports collection makefile for: tclcl XX# Version required: 1.0b8 XX# Date created: 23 April 1999 XX# Whom: obonilla XX# XX# $Id$ XX# XX XXDISTNAME= tclcl-src-1.0b8 XXPKGNAME= tclcl-1.0b8 XXCATEGORIES= devel XXMASTER_SITES= http://www-mash.cs.berkeley.edu/dist/ XX XXMAINTAINER= obonilla@fisicc-ufm.edu XX XXLIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 \ XX otcl.1:${PORTSDIR}/lang/otcl XX XXWRKSRC= ${WRKDIR}/${PKGNAME} XX XXGNU_CONFIGURE= yes XXdo-install: XX ${INSTALL_PROGRAM} ${WRKSRC}/tcl2c++ ${PREFIX}/bin XX ${INSTALL_SCRIPT} ${WRKSRC}/otcldoc ${PREFIX}/bin XX ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include XX ${INSTALL_DATA} ${WRKSRC}/libtclcl.a ${PREFIX}/lib XX @ln -sf ${PREFIX}/lib/libtclcl.a ${PREFIX}/lib/libTcl.a XX.include XEND-of-./Makefile Xecho c - ./pkg Xmkdir -p ./pkg > /dev/null 2>&1 Xecho x - ./pkg/COMMENT Xsed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XXtcl/C++ interface used by ns and nam XEND-of-./pkg/COMMENT Xecho x - ./pkg/DESCR Xsed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XXtcl/C++ interface used by ns and nam XEND-of-./pkg/DESCR Xecho x - ./pkg/tmp Xsed 's/^X//' >./pkg/tmp << 'END-of-./pkg/tmp' XXinclude/idlecallback.h XXinclude/iohandler.h XXinclude/rate-variable.h XXinclude/timer.h XXbin/tcl2c++ XXinclude/tclcl.h XXinclude/tclcl-config.h XXinclude/tclcl-mappings.h XXinclude/tracedvar.h XXinclude/Tcl.h XXlib/libTcl.a XXlib/libtclcl.a XEND-of-./pkg/tmp Xecho x - ./pkg/PLIST Xsed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' XXbin/tcl2c++ XXinclude/Tcl.h XXinclude/idlecallback.h XXinclude/iohandler.h XXinclude/rate-variable.h XXinclude/tclcl-config.h XXinclude/tclcl-mappings.h XXinclude/tclcl.h XXinclude/timer.h XXinclude/tracedvar.h XXlib/libTcl.a XXlib/libtclcl.a XEND-of-./pkg/PLIST Xecho c - ./files Xmkdir -p ./files > /dev/null 2>&1 Xecho x - ./files/md5 Xsed 's/^X//' >./files/md5 << 'END-of-./files/md5' XXMD5 (tclcl-src-1.0b8.tar.gz) = aadb4de88d19749123be156b06d79156 XEND-of-./files/md5 Xecho x - ./tclcl.shar Xsed 's/^X//' >./tclcl.shar << 'END-of-./tclcl.shar' END-of-./tclcl.shar echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- tclcl-1.0b8/otcldoc.orig Mon Apr 26 10:53:34 1999 X+++ tclcl-1.0b8/otcldoc Mon Apr 26 10:53:43 1999 X@@ -1,7 +1,7 @@ X #!/bin/sh X # the exec restarts using tclsh which in turn ignores X # the command because of this backslash: \ X-exec tclsh "$0" "$@" X+exec tclsh8.0 "$0" "$@" X X # X # otcldoc - a simple script for translating otcl classes into END-of-./patches/patch-aa exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 12:10:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 61E89153FC for ; Mon, 26 Apr 1999 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA89759; Mon, 26 Apr 1999 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from voyager.fisicc-ufm.edu (ip-46-094.guate.net [200.12.46.94]) by hub.freebsd.org (Postfix) with ESMTP id 7EDCB153C6 for ; Mon, 26 Apr 1999 12:03:45 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from root@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.2) id NAA92222; Mon, 26 Apr 1999 13:09:05 -0600 (CST) (envelope-from obonilla) Message-Id: <199904261909.NAA92222@voyager.fisicc-ufm.edu> Date: Mon, 26 Apr 1999 13:09:05 -0600 (CST) From: obonilla@fisicc-ufm.edu Reply-To: obonilla@fisicc-ufm.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11341: New Port: NAM (Network Animator) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11341 >Category: ports >Synopsis: New Port: NAM (Network Animator) >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 26 12:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oscar Bonilla >Release: FreeBSD 3.1-STABLE i386 >Organization: Universidad Francisco Marroquin - FISICC >Environment: >Description: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./nam.shar # ./patches # ./patches/patch-aa # ./files # ./files/md5 # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: nam X# Version required: 1.0a7 X# Date created: 26 April 1999 X# Whom: obonilla X# X# $Id$ X# X XDISTNAME= nam-src-1.0a7 XPKGNAME= nam-1.0a7 XCATEGORIES= net XMASTER_SITES= http://www-mash.cs.berkeley.edu/dist/vint/ X XMAINTAINER= obonilla@fisicc-ufm.edu X XBUILD_DEPENDS= ${PREFIX}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl X XMAN1= nam.1 XMANCOMPRESSED= no X XWRKSRC= ${WRKDIR}/${PKGNAME} X XGNU_CONFIGURE= yes X XALL_TARGET= X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/nam ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/nam.1 ${PREFIX}/man/man1 X ${MKDIR} ${PREFIX}/share/examples/nam X ${INSTALL_DATA} ${WRKSRC}/ex/* ${PREFIX}/share/examples/nam X.include END-of-./Makefile echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XThe UCB/LBNL Network Animator END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XNam is a Tcl/TK based animation tool for viewing network simulation traces Xand real world packet traces. It supports topology layout, packet level Xanimation, and various data inspection tools. X XNam began at LBL. It has evolved substantially over the past few years. XThe nam development effort is now an ongoing collaboration with Xthe VINT project. X XFor more information see http://www-mash.cs.berkeley.edu/nam/ X X-Oscar END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/nam Xshare/examples/nam/README Xshare/examples/nam/adc.README Xshare/examples/nam/adc.nam.gz Xshare/examples/nam/dynamics-demo.nam Xshare/examples/nam/dynamics-demo.txt Xshare/examples/nam/lan.nam Xshare/examples/nam/lantest2.nam Xshare/examples/nam/losspatterns.README Xshare/examples/nam/losspatterns.nam Xshare/examples/nam/mobigen.nam Xshare/examples/nam/rbp_demo.README Xshare/examples/nam/rbp_demo.nam Xshare/examples/nam/rpm-vs-srm.nam Xshare/examples/nam/sample.nam.tcl Xshare/examples/nam/session.README Xshare/examples/nam/session.nam.gz Xshare/examples/nam/simple_mcast.nam Xshare/examples/nam/srm-example.nam Xshare/examples/nam/tcpecn.nam.gz Xshare/examples/nam/tcpsrm.nam.gz Xshare/examples/nam/test.nam.gz Xshare/examples/nam/ts100.nam.gz Xshare/examples/nam/ts20.nam.gz Xshare/examples/nam/webcache.nam X@dirrm share/examples/nam END-of-./pkg/PLIST echo x - ./nam.shar sed 's/^X//' >./nam.shar << 'END-of-./nam.shar' X# This is a shell archive. Save it in a file, remove anything before X# this line, and then unpack it by entering "sh file". Note, it may X# create directories; files and directories will be owned by you and X# have default permissions. X# X# This archive contains: X# X# . X# ./Makefile X# ./pkg X# ./pkg/COMMENT X# ./pkg/DESCR X# ./pkg/PLIST X# ./nam.shar X# ./patches X# ./patches/patch-aa X# ./files X# ./files/md5 X# Xecho c - . Xmkdir -p . > /dev/null 2>&1 Xecho x - ./Makefile Xsed 's/^X//' >./Makefile << 'END-of-./Makefile' XX# New ports collection makefile for: nam XX# Version required: 1.0a7 XX# Date created: 26 April 1999 XX# Whom: obonilla XX# XX# $Id$ XX# XX XXDISTNAME= nam-src-1.0a7 XXPKGNAME= nam-1.0a7 XXCATEGORIES= net XXMASTER_SITES= http://www-mash.cs.berkeley.edu/dist/vint/ XX XXMAINTAINER= obonilla@fisicc-ufm.edu XX XXBUILD_DEPENDS= ${PREFIX}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl XX XXMAN1= nam.1 XXMANCOMPRESSED= no XX XXWRKSRC= ${WRKDIR}/${PKGNAME} XX XXGNU_CONFIGURE= yes XX XXALL_TARGET= XX XXdo-install: XX ${INSTALL_PROGRAM} ${WRKSRC}/nam ${PREFIX}/bin XX ${INSTALL_MAN} ${WRKSRC}/nam.1 ${PREFIX}/man/man1 XX ${MKDIR} ${PREFIX}/share/examples/nam XX ${INSTALL_DATA} ${WRKSRC}/ex/* ${PREFIX}/share/examples/nam XX.include XEND-of-./Makefile Xecho c - ./pkg Xmkdir -p ./pkg > /dev/null 2>&1 Xecho x - ./pkg/COMMENT Xsed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XXThe UCB/LBNL Network Animator XEND-of-./pkg/COMMENT Xecho x - ./pkg/DESCR Xsed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XXNam is a Tcl/TK based animation tool for viewing network simulation traces XXand real world packet traces. It supports topology layout, packet level XXanimation, and various data inspection tools. XX XXNam began at LBL. It has evolved substantially over the past few years. XXThe nam development effort is now an ongoing collaboration with XXthe VINT project. XX XXFor more information see http://www-mash.cs.berkeley.edu/nam/ XX XX-Oscar XEND-of-./pkg/DESCR Xecho x - ./pkg/PLIST Xsed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' XXbin/nam XXshare/examples/nam/README XXshare/examples/nam/adc.README XXshare/examples/nam/adc.nam.gz XXshare/examples/nam/dynamics-demo.nam XXshare/examples/nam/dynamics-demo.txt XXshare/examples/nam/lan.nam XXshare/examples/nam/lantest2.nam XXshare/examples/nam/losspatterns.README XXshare/examples/nam/losspatterns.nam XXshare/examples/nam/mobigen.nam XXshare/examples/nam/rbp_demo.README XXshare/examples/nam/rbp_demo.nam XXshare/examples/nam/rpm-vs-srm.nam XXshare/examples/nam/sample.nam.tcl XXshare/examples/nam/session.README XXshare/examples/nam/session.nam.gz XXshare/examples/nam/simple_mcast.nam XXshare/examples/nam/srm-example.nam XXshare/examples/nam/tcpecn.nam.gz XXshare/examples/nam/tcpsrm.nam.gz XXshare/examples/nam/test.nam.gz XXshare/examples/nam/ts100.nam.gz XXshare/examples/nam/ts20.nam.gz XXshare/examples/nam/webcache.nam XX@dirrm share/examples/nam XEND-of-./pkg/PLIST Xecho x - ./nam.shar Xsed 's/^X//' >./nam.shar << 'END-of-./nam.shar' END-of-./nam.shar echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- configure.orig Mon Apr 26 12:37:04 1999 X+++ configure Mon Apr 26 12:37:17 1999 X@@ -2192,7 +2192,7 @@ X # $d/unix works if $d is the 8.0 distribution X # $d/bin is for the ns-allinone distribution (kind of hacky, isn't it?) X PATH=$PATH:$d/unix:$d/bin X-for ac_prog in tclsh$TCL_VERS tclsh tclsh$TCL_OLD_VERS X+for ac_prog in tclsh$TCL_VERS tclsh8.0 tclsh$TCL_OLD_VERS X do X # Extract the first word of "$ac_prog", so it can be a program name with args. X set dummy $ac_prog; ac_word=$2 END-of-./patches/patch-aa echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (nam-src-1.0a7.tar.gz) = 23efc9428038915d180b35c6f0cfe499 END-of-./files/md5 exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 12:18:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bachue.usc.unal.edu.co (bachue.usc.unal.edu.co [168.176.3.20]) by hub.freebsd.org (Postfix) with ESMTP id 2992B14C38 for ; Mon, 26 Apr 1999 12:18:47 -0700 (PDT) (envelope-from pfgiffun@bachue.usc.unal.edu.co) Received: from bachue.usc.unal.edu.co ([168.176.3.42]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.0) with ESMTP id AAA267; Mon, 26 Apr 1999 14:18:06 -0400 Message-ID: <3724BC56.951CB9F2@bachue.usc.unal.edu.co> Date: Mon, 26 Apr 1999 14:19:52 -0500 From: "Pedro F. Giffuni" Organization: U. Nacional de Colombia X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.1-RELEASE i386) MIME-Version: 1.0 To: Oscar Bonilla Cc: freebsd-ports@freebsd.org Subject: Re: How to "make" instead of "make all" References: <19990426115011.A55652@fisicc-ufm.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Try adding this to the port Makefile: ALL_TARGET= cheers, Pedro. Oscar Bonilla wrote: > still juggling with this ns stuff :) > > ns is compiled by issuing > > $ make > > not > > $ make all > > how do i prevent the ports subsystem from adding the "all" word > > regards > > -oscar > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 12:20:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 59D9514A09 for ; Mon, 26 Apr 1999 12:20:21 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id PAA79851; Mon, 26 Apr 1999 15:17:16 -0400 (EDT) Date: Mon, 26 Apr 1999 15:17:16 -0400 (EDT) From: Chuck Robey To: Oscar Bonilla Cc: freebsd-ports@FreeBSD.ORG Subject: Re: How to "make" instead of "make all" In-Reply-To: <19990426115011.A55652@fisicc-ufm.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 Mon, 26 Apr 1999, Oscar Bonilla wrote: > still juggling with this ns stuff :) > > ns is compiled by issuing > > $ make > > not > > $ make all > > how do i prevent the ports subsystem from adding the "all" word The variable ALL_TARGET, in bsd.port.mk, defaults to "all" but you can set it to anything your heart desires. Seriously, one of the nicer things that being a porter gives you is an incentive to read bsd.port.mk, which is the base structure of our ports system. IF you read that, and understand that one file, you will forevermore be an expert on make. I'm not joking. If you get stuck on any portion of it, ask, you'll get quick help (many experts on that file reside right here on freebsd-ports). bsd.port.mk is great not only for being the base of ports, it also shows examples of nearly every way you can twist the BSD make utility. Most of the ways are fairly clean ... there are some things I would not want in my own makefile, because they're messy, but sometimes messy is the only way to get where you're headed. ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 12:34:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 5FC181535E; Mon, 26 Apr 1999 12:34:08 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA099999978; Mon, 26 Apr 1999 11:19:38 -0400 Date: Mon, 26 Apr 1999 11:19:38 -0400 (EDT) From: Bill Fumerola To: Michael Haro Cc: ports@FreeBSD.ORG, asami@FreeBSD.ORG Subject: Re: Ok to remove gtk11-devel? In-Reply-To: <19990425112336.A29492@area51.fremont.ca.us> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 25 Apr 1999, Michael Haro wrote: > Unless you know of a reason it should stay, I'll remove it later > this week. Toast it. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 26 13:27:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 07C1C14C28 for ; Mon, 26 Apr 1999 13:27:45 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA119623198; Mon, 26 Apr 1999 12:13:18 -0400 Date: Mon, 26 Apr 1999 12:13:18 -0400 (EDT) From: Bill Fumerola To: Oscar Bonilla Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Confused about Making a new port In-Reply-To: <19990426094446.A29784@fisicc-ufm.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 Mon, 26 Apr 1999, Oscar Bonilla wrote: > what do you know... it worked!! thanks. One more question though, > where should the port live? it's a network simulator so for me > emulators seems the more appropiate. There's also a companion program > called nam (network animator) which animates packets as they travel > over the network. where should nam go? Probably in net, emulators is more for hardware emulation. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 26 13:31: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 3988A14C28 for ; Mon, 26 Apr 1999 13:30:55 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA121363384; Mon, 26 Apr 1999 12:16:24 -0400 Date: Mon, 26 Apr 1999 12:16:24 -0400 (EDT) From: Bill Fumerola To: Oscar Bonilla Cc: freebsd-ports@FreeBSD.ORG Subject: Re: How to "make" instead of "make all" In-Reply-To: <19990426115011.A55652@fisicc-ufm.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 Mon, 26 Apr 1999, Oscar Bonilla wrote: > how do i prevent the ports subsystem from adding the "all" word ALL_TARGET= - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 26 13:59:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (Postfix) with ESMTP id A2FF714FD6; Mon, 26 Apr 1999 13:59:12 -0700 (PDT) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id WAA09066; Mon, 26 Apr 1999 22:59:11 +0200 (CEST) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id WAA02885; Mon, 26 Apr 1999 22:23:04 +0200 (CEST) (envelope-from wosch) Message-ID: <19990426222304.18389@panke.de.freebsd.org> Date: Mon, 26 Apr 1999 22:23:04 +0200 From: Wolfram Schneider To: ports@freebsd.org Cc: jmb@freebsd.org, asami@freebsd.org Subject: Mailing list freebsd-port-announce Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Many users ask me if I can sent the 'New ports added/updated last two weeks' mail to a low volume mailing list. freebsd-announce is not the right mailing list - some users don't wants ports information or large mails. So I think we should setup a moderated freebsd-port-announce mailing list. -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 14:22: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 2251B153CE for ; Mon, 26 Apr 1999 14:22:04 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-179.ix.netcom.com [209.111.208.179]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id OAA10423; Mon, 26 Apr 1999 14:22:15 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id OAA21309; Mon, 26 Apr 1999 14:19:13 -0700 (PDT) Date: Mon, 26 Apr 1999 14:19:13 -0700 (PDT) Message-Id: <199904262119.OAA21309@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: billf@chc-chimes.com Cc: mharo@area51.fremont.ca.us, ports@FreeBSD.ORG In-reply-to: (message from Bill Fumerola on Mon, 26 Apr 1999 11:19:38 -0400 (EDT)) Subject: Re: Ok to remove gtk11-devel? From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Bill Fumerola * On Sun, 25 Apr 1999, Michael Haro wrote: * * > Unless you know of a reason it should stay, I'll remove it later * > this week. * * Toast it. I thought Michael already recanted this idea. :) -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 14:25:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 3BE8D153CE; Mon, 26 Apr 1999 14:25:12 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA138626661; Mon, 26 Apr 1999 13:11:02 -0400 Date: Mon, 26 Apr 1999 13:11:01 -0400 (EDT) From: Bill Fumerola To: Satoshi - Ports Wraith - Asami Cc: mharo@area51.fremont.ca.us, ports@FreeBSD.ORG Subject: Re: Ok to remove gtk11-devel? In-Reply-To: <199904262119.OAA21309@silvia.hip.berkeley.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 Mon, 26 Apr 1999, Satoshi - Ports Wraith - Asami wrote: > * > Unless you know of a reason it should stay, I'll remove it later > * > this week. > * > * Toast it. > > I thought Michael already recanted this idea. :) His recent commit to print/ggv recanted his recantation. :> - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 26 14:27: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 0686414E53; Mon, 26 Apr 1999 14:27:04 -0700 (PDT) (envelope-from mharo@area51.fremont.ca.us) Received: (from mharo@localhost) by area51.fremont.ca.us (8.9.2/8.9.2) id OAA34088; Mon, 26 Apr 1999 14:27:00 -0700 (PDT) (envelope-from mharo) Date: Mon, 26 Apr 1999 14:27:00 -0700 From: Michael Haro To: Satoshi - Ports Wraith - Asami Cc: ports@FreeBSD.ORG Subject: Re: Ok to remove gtk11-devel? Message-ID: <19990426142700.A34058@area51.fremont.ca.us> References: <199904262119.OAA21309@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199904262119.OAA21309@silvia.hip.berkeley.edu>; from Satoshi - Ports Wraith - Asami on Mon, Apr 26, 1999 at 02:19:13PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Apr 26, 1999 at 02:19:13PM -0700, Satoshi - Ports Wraith - Asami wrote: > * Toast it. > > I thought Michael already recanted this idea. :) And just when you thought it would be around forever... ITS GONE!!! Someone care to explain how removing all the gtk stuff and its dependencies *3 times* and reinstalling would make it so the other gtk11d ports magicly work with gtk12? Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 14:30:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 9EE3C1519C for ; Mon, 26 Apr 1999 14:30:41 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-179.ix.netcom.com [209.111.208.179]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id OAA10436; Mon, 26 Apr 1999 14:31:09 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id OAA21359; Mon, 26 Apr 1999 14:30:23 -0700 (PDT) Date: Mon, 26 Apr 1999 14:30:23 -0700 (PDT) Message-Id: <199904262130.OAA21359@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: billf@chc-chimes.com Cc: mharo@area51.fremont.ca.us, ports@FreeBSD.ORG In-reply-to: (message from Bill Fumerola on Mon, 26 Apr 1999 13:11:01 -0400 (EDT)) Subject: Re: Ok to remove gtk11-devel? From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Bill Fumerola * His recent commit to print/ggv recanted his recantation. :> Oh, ok. Your mail arrived before his, I don't know why. :) -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 14:33:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id E7FE114BEF for ; Mon, 26 Apr 1999 14:33:14 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-179.ix.netcom.com [209.111.208.179]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id OAA10441; Mon, 26 Apr 1999 14:33:56 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id OAA21377; Mon, 26 Apr 1999 14:33:04 -0700 (PDT) Date: Mon, 26 Apr 1999 14:33:04 -0700 (PDT) Message-Id: <199904262133.OAA21377@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: mharo@area51.fremont.ca.us Cc: ports@FreeBSD.ORG In-reply-to: <19990426142700.A34058@area51.fremont.ca.us> (message from Michael Haro on Mon, 26 Apr 1999 14:27:00 -0700) Subject: Re: Ok to remove gtk11-devel? From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <199904262119.OAA21309@silvia.hip.berkeley.edu> <19990426142700.A34058@area51.fremont.ca.us> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * And just when you thought it would be around forever... ITS GONE!!! Great. Thanks! * Someone care to explain how removing all the gtk stuff and its * dependencies *3 times* and reinstalling would make it so the other * gtk11d ports magicly work with gtk12? Sorry, don't understand what you are saying here. I thought Vanilla made gtk11d install gtk-config as gtk11d-config and libgtk.so as libgtk11d.so, you are saying after removing gtk11d there were some other ports still thinking it's there? -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 14:35:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 795B214BEF; Mon, 26 Apr 1999 14:35:37 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA143897287; Mon, 26 Apr 1999 13:21:27 -0400 Date: Mon, 26 Apr 1999 13:21:27 -0400 (EDT) From: Bill Fumerola To: Satoshi - Ports Wraith - Asami Cc: mharo@area51.fremont.ca.us, ports@FreeBSD.ORG Subject: Re: Ok to remove gtk11-devel? In-Reply-To: <199904262130.OAA21359@silvia.hip.berkeley.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 Mon, 26 Apr 1999, Satoshi - Ports Wraith - Asami wrote: > * His recent commit to print/ggv recanted his recantation. :> > > Oh, ok. Your mail arrived before his, I don't know why. :) Because I sent my mail, then he recanted, then you commented, then he made the last commit, then I made it seem as if I was wise this whole time. Honest, albiet sneaky. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 26 14:37:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 654AC14E63; Mon, 26 Apr 1999 14:37:15 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-179.ix.netcom.com [209.111.208.179]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id OAA10448; Mon, 26 Apr 1999 14:37:57 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id OAA21400; Mon, 26 Apr 1999 14:37:11 -0700 (PDT) Date: Mon, 26 Apr 1999 14:37:11 -0700 (PDT) Message-Id: <199904262137.OAA21400@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: wosch@panke.de.freebsd.org Cc: ports@freebsd.org, jmb@freebsd.org In-reply-to: <19990426222304.18389@panke.de.freebsd.org> (message from Wolfram Schneider on Mon, 26 Apr 1999 22:23:04 +0200) Subject: Re: Mailing list freebsd-port-announce From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <19990426222304.18389@panke.de.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Wolfram Schneider * Many users ask me if I can sent the 'New ports added/updated last two * weeks' mail to a low volume mailing list. * * freebsd-announce is not the right mailing list - some users * don't wants ports information or large mails. Well, there are many other messages sent to announce that are only relevant to 99% of the users, so I don't know what they are complaining about. As for the size, I don't remember the size of the last mail but I don't think it was *that* big. * So I think we should setup a moderated freebsd-port-announce * mailing list. (rolling eyes) Why don't you just post a URL to freebsd-announce and put the main thing on the web? You can even be cuter and make hyperlinks and stuff. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 15: 5:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id A6CC71543F for ; Mon, 26 Apr 1999 15:04:44 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-179.ix.netcom.com [209.111.208.179]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id PAA10492; Mon, 26 Apr 1999 15:05:26 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id PAA21482; Mon, 26 Apr 1999 15:04:39 -0700 (PDT) Date: Mon, 26 Apr 1999 15:04:39 -0700 (PDT) Message-Id: <199904262204.PAA21482@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: sjr@home.net Cc: ports@FreeBSD.ORG In-reply-to: <199904250236.WAA87397@istari.home.net> (sjr@home.net) Subject: Re: Comments on addition of local distfile repository From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <199904250236.WAA87397@istari.home.net> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "Stephen J. Roznowski" * * I'm wondering if there is any interest in adding a "local distfile" * repository to the bsd.port.mk file. I would envision using this to * maintain the "hand transferred" distfiles, as well as a convenient * place to hold distfiles that are "under development". [I imagine * this to be 'expert friendly'] Can't you just add it to MASTER_SITE_BACKUP or MASTER_SITE_OVERRIDE? -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 15:14:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (Postfix) with ESMTP id B1CE81543F; Mon, 26 Apr 1999 15:14:18 -0700 (PDT) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id AAA10760; Tue, 27 Apr 1999 00:14:17 +0200 (CEST) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id AAA08900; Tue, 27 Apr 1999 00:09:32 +0200 (CEST) (envelope-from wosch) Message-ID: <19990427000932.35187@panke.de.freebsd.org> Date: Tue, 27 Apr 1999 00:09:32 +0200 From: Wolfram Schneider To: Satoshi - Ports Wraith - Asami Cc: ports@freebsd.org, jmb@freebsd.org Subject: Re: Mailing list freebsd-port-announce References: <19990426222304.18389@panke.de.freebsd.org> <199904262137.OAA21400@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <199904262137.OAA21400@silvia.hip.berkeley.edu>; from Satoshi - Ports Wraith - Asami on Mon, Apr 26, 1999 at 02:37:11PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 1999-04-26 14:37:11 -0700, Satoshi - Ports Wraith - Asami wrote: > * From: Wolfram Schneider > > * Many users ask me if I can sent the 'New ports added/updated last two > * weeks' mail to a low volume mailing list. > * > * freebsd-announce is not the right mailing list - some users > * don't wants ports information or large mails. > > Well, there are many other messages sent to announce that are only > relevant to 99% of the users, so I don't know what they are I got complains. > complaining about. As for the size, I don't remember the size of the > last mail but I don't think it was *that* big. usually 40-50 KBytes, 1000-1400 lines per mail. > * So I think we should setup a moderated freebsd-port-announce > * mailing list. > > (rolling eyes) > > Why don't you just post a URL to freebsd-announce and put the main > thing on the web? You can even be cuter and make hyperlinks and > stuff. The mails is generated from the web site ;-) Many user still prefer mail instead the 'klick here often' ;-)) -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 16: 0: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A03C715225 for ; Mon, 26 Apr 1999 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA08243; Mon, 26 Apr 1999 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 26 Apr 1999 16:00:01 -0700 (PDT) Message-Id: <199904262300.QAA08243@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/11328: Upgrade x11-toolkits/fltk Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11328; it has been noted by GNATS. From: Chris Piazza To: freebsd-gnats-submit@freebsd.org, dima@Chg.RU Cc: Subject: Re: ports/11328: Upgrade x11-toolkits/fltk Date: Mon, 26 Apr 1999 15:53:01 -0700 (PDT) First off let me say that I recognize that Dima is the maintainer for this port, but I am somewhat puzzled by some changes. If I'm off base please let me know. First: @@ -20,23 +20,22 @@ LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 -USE_BZIP2= yes Now, isn't it policy to use BZIP2 where possible if it decreases the filesize? (from ftp.fltk.org) -r--r--r-- 1 root sys 964877 Apr 24 03:38 fltk-1.0.2-source.tar.bz2 -r--r--r-- 1 root sys 1092094 Apr 24 03:33 fltk-1.0.2-source.tar.gz Second: +.if OBJFORMAT=="elf" +BROKEN= Due to ELF library format .endif Erm... I tested this myself and this port does work on an ELF system (4.0-C). This was axed. Third: post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - ${INSTALL_MAN} ${WRKSRC}/documentation/fluid.1 \ - ${PREFIX}/man/man1 + @ ${LDCONFIG} -m ${PREFIX}/lib Besides the addition of many extra tabs in this makefile, this doesn't seem right. I quote from http://www.freebsd.org/handbook/porting.html: The ldconfig line in Makefiles should read: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m .... In PLIST it should read; @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m ... @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R I have changed all of these and attached the updated port below. NOTE: pkg/PLIST.nodocs was removed. --Cut-- Index: fltk/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/x11-toolkits/fltk/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 1999/04/16 06:15:09 1.4 +++ Makefile 1999/04/26 22:28:55 @@ -1,16 +1,16 @@ # New ports collection makefile for: fltk -# Version required: 1.0.1 +# Version required: 1.0.2 # Date created: 11 February 1999 # Whom: Dima Sivachenko # # $Id: Makefile,v 1.4 1999/04/16 06:15:09 taoka Exp $ # -DISTNAME= fltk-1.0.1-source -PKGNAME= fltk-1.0.1 +DISTNAME= fltk-1.0.2-source +PKGNAME= fltk-1.0.2 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.fltk.org/pub/fltk/${VERSION}/ \ - ftp://ftp.easysw.com/pub/fltk/${VERSION}/ \ + ftp://ftp.chg.ru/pub/X11/fltk/${VERSION}/ \ ftp://ftp2.easysw.com/pub/fltk/${VERSION}/ \ ftp://ftp.northamerica.net/pub/ESP/fltk/${VERSION}/ \ ftp://ftp.funet.fi/mirrors/ftp.easysw.com/pub/fltk/${VERSION}/ \ @@ -26,17 +26,13 @@ CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" WRKSRC= ${WRKDIR}/${PKGNAME} USE_X_PREFIX= yes -MAN1= fluid.1 -VERSION= 1.0.1 +MAN1= fluid.1 +VERSION= 1.0.2 -.if defined(NOPORTDOCS) -PLIST= ${PKGDIR}/PLIST.nodocs -.endif - post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - ${INSTALL_MAN} ${WRKSRC}/documentation/fluid.1 \ - ${PREFIX}/man/man1 + @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + @ ${INSTALL_MAN} ${WRKSRC}/documentation/fluid.1 \ + ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/fltk @ ${INSTALL_DATA} ${WRKSRC}/documentation/*.html \ Index: fltk/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/x11-toolkits/fltk/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/04/16 06:15:09 1.2 +++ md5 1999/04/26 22:35:19 @@ -1 +1 @@ -MD5 (fltk-1.0.1-source.tar.bz2) = 0604cf4e6c53802dda52035ccc97c631 +MD5 (fltk-1.0.2-source.tar.bz2) = da05fc3adbf0ecffcfe79a3ed3c2ec98 Index: fltk/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/x11-toolkits/fltk/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1999/04/16 06:15:10 1.2 +++ PLIST 1999/04/26 22:27:42 @@ -189,7 +189,7 @@ lib/libfltk.a lib/libfltk.so lib/libfltk.so.1 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/doc/fltk/FL.gif share/doc/fltk/Fl_Adjuster.html @@ -322,5 +322,5 @@ share/doc/fltk/value_slider.gif share/doc/fltk/widgets.html @dirrm include/FL -@unexec rmdir %D/include/Fl 2>/dev/null || true +include/Fl @dirrm share/doc/fltk --Cut-- --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 16:10: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BCC0114E63 for ; Mon, 26 Apr 1999 16:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA09075; Mon, 26 Apr 1999 16:10:01 -0700 (PDT) (envelope-from gnats@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 9F50714E63 for ; Mon, 26 Apr 1999 16:06:55 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id D17B616FA; Mon, 26 Apr 1999 16:06:54 -0700 (PDT) Message-Id: <19990426230654.D17B616FA@norn.ca.eu.org> Date: Mon, 26 Apr 1999 16:06:54 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11344: Update: x11-wm/flwm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11344 >Category: ports >Synopsis: Update: x11-wm/flwm >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 26 16:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 0.23 >How-To-Repeat: >Fix: Index: flwm/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/x11-wm/flwm/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/04/16 06:21:01 1.3 +++ Makefile 1999/04/26 22:54:33 @@ -1,12 +1,12 @@ # New ports collection makefile for: flwm -# Version required: 0.22 +# Version required: 0.23 # Date created: 12 February 1999 # Whom: Dima Sivachenko # # $Id: Makefile,v 1.3 1999/04/16 06:21:01 taoka Exp $ # -DISTNAME= flwm-0.22 +DISTNAME= flwm-0.23 CATEGORIES= x11-wm MASTER_SITES= http://www.cinenet.net/users/spitzak/flwm/ \ ftp://ftp.sai.msu.su/pub/X11/win_man/ Index: flwm/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/x11-wm/flwm/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/04/16 06:21:01 1.2 +++ md5 1999/04/26 22:54:52 @@ -1 +1 @@ -MD5 (flwm-0.22.tgz) = b1cf229d6e7b8907b153a04e47a14c0d +MD5 (flwm-0.23.tgz) = 04503d0d5ca612bb3ae1b16d1d70136b -Chris >Release-Note: >Audit-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 26 17: 1:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5619C1555B; Mon, 26 Apr 1999 17:01:30 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA12931; Mon, 26 Apr 1999 17:01:30 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 26 Apr 1999 17:01:30 -0700 (PDT) From: Message-Id: <199904270001.RAA12931@freefall.freebsd.org> To: cpiazza@home.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11322: Update: audio/wmsound Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: audio/wmsound State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Apr 26 17:01:00 PDT 1999 State-Changed-Why: Request by submitter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 17:10: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 09801155F1 for ; Mon, 26 Apr 1999 17:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA13525; Mon, 26 Apr 1999 17:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id 0126D1539B for ; Mon, 26 Apr 1999 17:02:34 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.2/8.9.1) id UAA16770; Mon, 26 Apr 1999 20:02:33 -0400 (EDT) (envelope-from mi) Message-Id: <199904270002.UAA16770@misha.cisco.com> Date: Mon, 26 Apr 1999 20:02:33 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11345: krb5 port's rsh incompatable with regular /usr/bin/rlogin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11345 >Category: ports >Synopsis: krb5 port's rsh incompatable with regular /usr/bin/rlogin >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 26 17:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.1-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: The other side does not have Kerberos installed. >Description: When doing the calling the krb5's /usr/local/bin/rsh the_other_side it duly fails to establish kerberos style session and warns about "trying normal rlogin (/usr/bin/rlogin)" Then, something goes wrong becaus /usr/bin/rlogin just reports its usage information. This may have something to do with rlogin(1) itself, and how detects its own argv[0]. >How-To-Repeat: See Description >Fix: Use krb5's /usr/local/bin/telnet to connect to non-Kerberos machines. >Release-Note: >Audit-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 26 17:11:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ixion.honeywell.com (ixion.honeywell.com [129.30.4.80]) by hub.freebsd.org (Postfix) with ESMTP id 273651539B for ; Mon, 26 Apr 1999 17:11:05 -0700 (PDT) (envelope-from sleas@ixion.honeywell.com) Received: by ixion.honeywell.com (1.40.112.8/16.2) id AA227051864; Mon, 26 Apr 1999 19:11:04 -0500 Date: Mon, 26 Apr 1999 19:11:04 -0500 From: Shawn Leas To: ports@freebsd.org Subject: Eterm 0.8.9 is out. Fixes major bugs Message-Id: <19990426191104.A21902@ixion.honeywell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm going to take a look at updating the port, but I've never worked in the ports framework before. I'll see what I can do, but who do I send a tarball to? -- Shawn <=========== America Held Hostage ===========> Day 2287 for the poor and the middle class. Day 2306 for the rich and the dead. 635 days remaining in the Raw Deal. <============================================> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 17:15:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 608) id 3677014DF3; Mon, 26 Apr 1999 17:15:35 -0700 (PDT) From: "Jonathan M. Bresler" To: wosch@panke.de.freebsd.org Cc: ports@freebsd.org, asami@freebsd.org In-reply-to: <19990426222304.18389@panke.de.freebsd.org> (message from Wolfram Schneider on Mon, 26 Apr 1999 22:23:04 +0200) Subject: Re: Mailing list freebsd-port-announce Message-Id: <19990427001535.3677014DF3@hub.freebsd.org> Date: Mon, 26 Apr 1999 17:15:35 -0700 (PDT) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Many users ask me if I can sent the 'New ports added/updated last two > weeks' mail to a low volume mailing list. > > freebsd-announce is not the right mailing list - some users > don't wants ports information or large mails. > > So I think we should setup a moderated freebsd-port-announce > mailing list. you may be right......or perhpas we can create a ports-announce web page which will contain each 'new ports' message as it is generated. not too much to ask for them to check one web page every two weeks. thoughts? jmb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 17:21:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cerberus.student.umd.edu (cerberus.student.umd.edu [129.2.178.155]) by hub.freebsd.org (Postfix) with ESMTP id 9212014CD0; Mon, 26 Apr 1999 17:21:28 -0700 (PDT) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (poseidon.student.umd.edu [129.2.179.31]) by cerberus.student.umd.edu (8.9.2/8.9.2) with ESMTP id UAA92280; Mon, 26 Apr 1999 20:21:27 -0400 (EDT) (envelope-from bfoz@glue.umd.edu) Message-ID: <3725028E.AE924BE8@glue.umd.edu> Date: Mon, 26 Apr 1999 20:19:26 -0400 From: Brandon Fosdick X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Jonathan M. Bresler" Cc: wosch@panke.de.freebsd.org, ports@FreeBSD.ORG, asami@FreeBSD.ORG Subject: Re: Mailing list freebsd-port-announce References: <19990427001535.3677014DF3@hub.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 "Jonathan M. Bresler" wrote: > > > Many users ask me if I can sent the 'New ports added/updated last two > > weeks' mail to a low volume mailing list. > > > > freebsd-announce is not the right mailing list - some users > > don't wants ports information or large mails. > > > > So I think we should setup a moderated freebsd-port-announce > > mailing list. > > you may be right......or perhpas we can create a > ports-announce web page which will contain each 'new ports' message > as it is generated. not too much to ask for them to check one web > page every two weeks. > > thoughts? Would it be feasible to dump the 'new ports' messages into a database and have the web page created dynamically? More initial setup, but less maintenance. -Brandon -- bfoz@starfleet.umd.edu "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 Mon Apr 26 17:40: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E06931542D for ; Mon, 26 Apr 1999 17:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA16208; Mon, 26 Apr 1999 17:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.dinoex.sub.org (unknown [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id 0170B153D1 for ; Mon, 26 Apr 1999 17:36:32 -0700 (PDT) (envelope-from dinoex@net2.dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.1/8.9.1) with UUCP id CAA01670 for FreeBSD-gnats-submit@freebsd.org; Tue, 27 Apr 1999 02:36:23 +0200 (CEST) Received: (from dinoex@localhost) by net2.dinoex.sub.org (8.9.1/8.9.1) id WAA16715; Mon, 26 Apr 1999 22:20:51 +0200 (CEST) Message-Id: <199904262020.WAA16715@net2.dinoex.sub.org> Date: Mon, 26 Apr 1999 22:20:51 +0200 (CEST) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11346: ports/emulators/frodo bugfix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11346 >Category: ports >Synopsis: ports/emulators/frodo bugfix >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 26 17:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: privat >Environment: X11, tcl/tk 8.0 >Description: emulates a Commodore 64 >How-To-Repeat: is /bin/whish is installed, the configuration Dialog is not called. >Fix: apply the patches diff frodo/patches/patch-C64_x.i frodo-4.1/patches/patch-C64_x.i --- frodo/patches/patch-C64_x.i Thu Jan 1 01:00:00 1970 +++ frodo-4.1/patches/patch-C64_x.i Mon Apr 26 21:52:47 1999 @@ -0,0 +1,11 @@ +--- C64_x.i.orig Wed Aug 6 20:56:25 1997 ++++ C64_x.i Mon Apr 26 21:50:36 1999 +@@ -100,7 +100,7 @@ + gui = 0; + #else + // try to start up Tk gui. +- gui = new CmdPipe("wish", "TkGui.tcl"); ++ gui = new CmdPipe("wish8.0", "TkGui.tcl"); + if (gui) { + if (gui->fail) { + delete gui; gui = 0; diff frodo/patches/patch-TkGui.tcl frodo-4.1/patches/patch-TkGui.tcl --- frodo/patches/patch-TkGui.tcl Sat Feb 21 22:24:41 1998 +++ frodo-4.1/patches/patch-TkGui.tcl Mon Apr 26 21:53:11 1999 @@ -1,23 +1,14 @@ -*** ../TkGui.tcl Wed Aug 6 20:56:34 1997 ---- ../TkGui.tcl.neu Thu Dec 4 00:38:15 1997 -*************** -*** 1,9 **** -! #!/usr/local/bin/X11/wish - - # Frodo Tk GUI by Lutz Vieweg - # requires Tk >= 4.1 - -! package require Tk 4.1 - - set prefname "$env(HOME)/.frodorc" - ---- 1,9 ---- -! #!/usr/local/bin/wish8.0 -f - - # Frodo Tk GUI by Lutz Vieweg - # requires Tk >= 4.1 - -! ## package require Tk 4.1 - - set prefname "$env(HOME)/.frodorc" - +--- ../TkGui.tcl.orig Wed Aug 6 20:56:34 1997 ++++ ../TkGui.tcl Mon Apr 26 21:49:18 1999 +@@ -1,9 +1,9 @@ +-#!/usr/local/bin/X11/wish ++#!/usr/local/bin/wish8.0 -f + + # Frodo Tk GUI by Lutz Vieweg + # requires Tk >= 4.1 + +-package require Tk 4.1 ++## package require Tk 4.1 + + set prefname "$env(HOME)/.frodorc" + >Release-Note: >Audit-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 26 17:43: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 29A42153D1; Mon, 26 Apr 1999 17:43:03 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA16431; Mon, 26 Apr 1999 17:43:03 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Mon, 26 Apr 1999 17:43:03 -0700 (PDT) From: Message-Id: <199904270043.RAA16431@freefall.freebsd.org> To: jclarke@cisco.com, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11300: gftp 1.13 echos ftp passwords in clear-text Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gftp 1.13 echos ftp passwords in clear-text State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Mon Apr 26 17:40:56 PDT 1999 State-Changed-Why: Committed, thank! Please contact the author to report this security problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 17:50: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AEC115629 for ; Mon, 26 Apr 1999 17:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA16893; Mon, 26 Apr 1999 17:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 26 Apr 1999 17:50:01 -0700 (PDT) Message-Id: <199904270050.RAA16893@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Subject: Re: ports/11328: Upgrade x11-toolkits/fltk Reply-To: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11328; it has been noted by GNATS. From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) To: cpiazza@home.net Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/11328: Upgrade x11-toolkits/fltk Date: Mon, 26 Apr 1999 17:44:16 -0700 (PDT) * Now, isn't it policy to use BZIP2 where possible if it decreases the * filesize? Yes, it is. At least it makes no sense going around *deleting* USE_BZIP2. * +.if OBJFORMAT=="elf" * +BROKEN= Due to ELF library format * .endif * * Erm... I tested this myself and this port does work on an ELF system (4.0-C). It should be BROKEN_ELF="reason" anyway. * Besides the addition of many extra tabs in this makefile, this doesn't seem * right. I quote from http://www.freebsd.org/handbook/porting.html: You are right. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 17:52:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 7FDFE15457 for ; Mon, 26 Apr 1999 17:52:50 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-179.ix.netcom.com [209.111.208.179]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA10649; Mon, 26 Apr 1999 17:53:20 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id RAA21908; Mon, 26 Apr 1999 17:51:27 -0700 (PDT) Date: Mon, 26 Apr 1999 17:51:27 -0700 (PDT) Message-Id: <199904270051.RAA21908@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: rdm@cfcl.com Cc: freebsd-ports@FreeBSD.ORG In-reply-to: (message from Rich Morin on Mon, 26 Apr 1999 12:10:28 -0700) Subject: Re: retrieving and unpacking archives From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Rich Morin * * I want to maintain a set of unpacked package directories, corresponding * to the packages in the Ports Collection. I do NOT want to patch, build, * or install the packages, just unpack them into specified places. Not sure what you mean, do you want to unpack the distfiles? And where are the "specified places" you are talking about? * I am mirroring and unpacking the Ports Collection and mirroring the * distfiles directory, so most of the files I need should be on hand. If * you are conversant with the Ports Collection Makefiles (and feeling * helpful :-), please drop me a line and we can discuss specifics... Well, I'm fairly conversant I think but I'm certainly not helpful. That said, a couple of hints: make NO_DEPENDS=t extract from /usr/ports should extract pretty much everything, and make NO_DEPENDS=t WRKDIRPREFIX=/someplace extract will put them all under /someplace/usr/ports/category/port/work -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 17:58:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 666CB153BB; Mon, 26 Apr 1999 17:58:08 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-179.ix.netcom.com [209.111.208.179]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA10664; Mon, 26 Apr 1999 17:58:49 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id RAA21933; Mon, 26 Apr 1999 17:58:01 -0700 (PDT) Date: Mon, 26 Apr 1999 17:58:01 -0700 (PDT) Message-Id: <199904270058.RAA21933@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: wosch@panke.de.freebsd.org Cc: ports@freebsd.org, jmb@freebsd.org In-reply-to: <19990427000932.35187@panke.de.freebsd.org> (message from Wolfram Schneider on Tue, 27 Apr 1999 00:09:32 +0200) Subject: Re: Mailing list freebsd-port-announce From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <19990426222304.18389@panke.de.freebsd.org> <199904262137.OAA21400@silvia.hip.berkeley.edu> <19990427000932.35187@panke.de.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Wolfram Schneider * usually 40-50 KBytes, 1000-1400 lines per mail. Ok, maybe that's a little big. ;) * > Why don't you just post a URL to freebsd-announce and put the main * > thing on the web? You can even be cuter and make hyperlinks and * > stuff. * * The mails is generated from the web site ;-) * * Many user still prefer mail instead the 'klick here often' ;-)) Actually I was wondering if you could change the script to post a condensed version ("35 new ports, 57 updated ports, click here for details") to -announce and leave the entire thing on the web. :) -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 18: 2:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 4F0FA152F4; Mon, 26 Apr 1999 18:02:31 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id SAA09485; Mon, 26 Apr 1999 18:02:25 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id SAA29476; Mon, 26 Apr 1999 18:02:13 -0700 (PDT) From: Gary Kline Message-Id: <199904270102.SAA29476@tao.thought.org> Subject: Re: Mailing list freebsd-port-announce In-Reply-To: <19990427001535.3677014DF3@hub.freebsd.org> from "Jonathan M. Bresler" at "Apr 26, 99 05:15:35 pm" To: jmb@hub.freebsd.org (Jonathan M. Bresler) Date: Mon, 26 Apr 1999 18:02:13 -0700 (PDT) Cc: wosch@panke.de.freebsd.org, ports@freebsd.org, asami@freebsd.org Organization: <> thought.org: public service Unix since 1986... <> X-Mailer: ELM [version 2.4ME+ PL32 (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 According to Jonathan M. Bresler: > > Many users ask me if I can sent the 'New ports added/updated last two > > weeks' mail to a low volume mailing list. > > > > freebsd-announce is not the right mailing list - some users > > don't wants ports information or large mails. > > > > So I think we should setup a moderated freebsd-port-announce > > mailing list. > > you may be right......or perhpas we can create a > ports-announce web page which will contain each 'new ports' message > as it is generated. not too much to ask for them to check one web > page every two weeks. > > thoughts? > For my sake I have no problem with the bi-weekly ports' update. Do we really-really need Yet Another Mailing List? Foo... gary > -- Gary D. Kline kline@tao.thought.org Public service uNix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 18:14:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A135E15376; Mon, 26 Apr 1999 18:14:19 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA01474; Mon, 26 Apr 1999 18:14:20 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Mon, 26 Apr 1999 18:14:20 -0700 (PDT) From: Message-Id: <199904270114.SAA01474@freefall.freebsd.org> To: ijliao@Terry.Dorm10.NCTU.edu.tw, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11306: New Port : games/bnetd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port : games/bnetd State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Mon Apr 26 18:13:50 PDT 1999 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 26 19:15:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 90D5D15381; Mon, 26 Apr 1999 19:15:16 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA05784; Mon, 26 Apr 1999 19:15:15 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Mon, 26 Apr 1999 19:15:15 -0700 (PDT) From: Message-Id: <199904270215.TAA05784@freefall.freebsd.org> To: mi@aldan.algebra.com, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9734: TclDP-4.0b2 port added Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: TclDP-4.0b2 port added State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Mon Apr 26 19:07:12 PDT 1999 State-Changed-Why: Please resubmit PR which TclDP40b2-port.tar.gz is attached to. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 19:45:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from istari.home.net (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (Postfix) with ESMTP id CADA314C0A; Mon, 26 Apr 1999 19:45:43 -0700 (PDT) (envelope-from sjr@home.net) Received: (from sjr@localhost) by istari.home.net (8.9.3/8.9.3) id WAA37885; Mon, 26 Apr 1999 22:45:40 -0400 (EDT) (envelope-from sjr) Message-Id: <199904270245.WAA37885@istari.home.net> Date: Mon, 26 Apr 1999 22:45:40 -0400 (EDT) From: "Stephen J. Roznowski" Subject: Re: Comments on addition of local distfile repository To: asami@FreeBSD.ORG Cc: ports@FreeBSD.ORG In-Reply-To: <199904262204.PAA21482@silvia.hip.berkeley.edu> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 26 Apr, Satoshi - Ports Wraith - Asami wrote: > * From: "Stephen J. Roznowski" > * > * I'm wondering if there is any interest in adding a "local distfile" > * repository to the bsd.port.mk file. I would envision using this to > * maintain the "hand transferred" distfiles, as well as a convenient > * place to hold distfiles that are "under development". [I imagine > * this to be 'expert friendly'] > > Can't you just add it to MASTER_SITE_BACKUP or MASTER_SITE_OVERRIDE Great, this is just what I was looking for. However, when I tried this in security/fwtk, I get the following error: ===> fwtk-2.1 'Please read ftp://ftp.tis.com/pub/firewalls/toolkit/README for details of how to obtain the FTWK source. Put the files fwtk2.1.tar.Z and fwtk-doc-only.tar.Z into the directory /usr/ports/distfiles and run make again.'. These files are in "/usr/local/distfiles", but don't seem to be found there.... This works fine in other directories... Thanks, -SR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 20:27:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D17FB14DC2; Mon, 26 Apr 1999 20:27:40 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA12485; Mon, 26 Apr 1999 20:27:40 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Mon, 26 Apr 1999 20:27:40 -0700 (PDT) From: Message-Id: <199904270327.UAA12485@freefall.freebsd.org> To: sfarrell@healthquiz.com, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9939: NEW port for tkRunIt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NEW port for tkRunIt State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Mon Apr 26 20:27:11 PDT 1999 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 26 20:35:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 03EF714E7C; Mon, 26 Apr 1999 20:35:25 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA13334; Mon, 26 Apr 1999 20:35:24 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 26 Apr 1999 20:35:24 -0700 (PDT) From: Message-Id: <199904270335.UAA13334@freefall.freebsd.org> To: cpiazza@home.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11344: Update: x11-wm/flwm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: x11-wm/flwm State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Apr 26 20:35:07 PDT 1999 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 26 21: 1:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 5265514E7C for ; Mon, 26 Apr 1999 21:01:14 -0700 (PDT) (envelope-from mharo@area51.fremont.ca.us) Received: (from mharo@localhost) by area51.fremont.ca.us (8.9.2/8.9.2) id VAA81561; Mon, 26 Apr 1999 21:00:41 -0700 (PDT) (envelope-from mharo) Date: Mon, 26 Apr 1999 21:00:41 -0700 From: Michael Haro To: Shawn Leas Cc: ports@freebsd.org Subject: Re: Eterm 0.8.9 is out. Fixes major bugs Message-ID: <19990426210041.B55915@area51.fremont.ca.us> References: <19990426191104.A21902@ixion.honeywell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990426191104.A21902@ixion.honeywell.com>; from Shawn Leas on Mon, Apr 26, 1999 at 07:11:04PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Apr 26, 1999 at 07:11:04PM -0500, Shawn Leas wrote: > I'm going to take a look at updating the port, but I've never > worked in the ports framework before. I'll see what I can do, > but who do I send a tarball to? What you do is you send a diff which compares the old and the new. An easy way to do this is to copy the eterm directory to eterm.old Then update the eterm port and send in the results of diff -urN -x CVS eterm.old eterm under the fix: part of send-pr. Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 22:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D3DD214DEB for ; Mon, 26 Apr 1999 22:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA22797; Mon, 26 Apr 1999 22:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 26 Apr 1999 22:50:01 -0700 (PDT) Message-Id: <199904270550.WAA22797@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Dima Sivachenko Subject: RE: ports/11328: Upgrade x11-toolkits/fltk Reply-To: Dima Sivachenko Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11328; it has been noted by GNATS. From: Dima Sivachenko To: freebsd-gnats-submit@freebsd.org Cc: cpiazza@home.net Subject: RE: ports/11328: Upgrade x11-toolkits/fltk Date: Tue, 27 Apr 1999 09:46:57 +0400 (MSD) > First off let me say that I recognize that Dima is the maintainer for this > port, but I am somewhat puzzled by some changes. > > If I'm off base please let me know. > > First: > > @@ -20,23 +20,22 @@ > > LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 > > -USE_BZIP2= yes > > Now, isn't it policy to use BZIP2 where possible if it decreases the > filesize? > (from ftp.fltk.org) > -r--r--r-- 1 root sys 964877 Apr 24 03:38 fltk-1.0.2-source.tar.bz2 > -r--r--r-- 1 root sys 1092094 Apr 24 03:33 fltk-1.0.2-source.tar.gz I see no reason to force user to install bzip. > > Second: > > +.if OBJFORMAT=="elf" > +BROKEN= Due to ELF library format > .endif Sorry. I meant OBJFORMAT == "aout". On 2.2.8 it doesnt builds. > > Erm... I tested this myself and this port does work on an ELF system (4.0-C). > This was axed. > > Third: > > post-install: > > - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib > - ${INSTALL_MAN} ${WRKSRC}/documentation/fluid.1 \ > - ${PREFIX}/man/man1 > + @ ${LDCONFIG} -m ${PREFIX}/lib > > Besides the addition of many extra tabs in this makefile, this doesn't seem > right. I quote from http://www.freebsd.org/handbook/porting.html: > > The ldconfig line in Makefiles should read: > > ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m .... As it is broken for aout, it's no need in it. > > In PLIST it should read; > > @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m ... > @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R > Here the same. > I have changed all of these and attached the updated port below. > NOTE: > pkg/PLIST.nodocs was removed. www.freebsd.org/handbook/porting.html states that "I shouldnt worry about NOPORTDOCS in PLIST". I think we should not make a port more complicated maintaining two copies of PLIST. NOTE: ftp.fltt.org and ftp.easysw.com have the same IP. I don't know why you again added it to the MASTER_SITE list! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 23: 2:36 1999 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 3EE5F14F54 for ; Mon, 26 Apr 1999 23:02:29 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 7A18B16CA; Mon, 26 Apr 1999 23:02:28 -0700 (PDT) Content-Length: 1355 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199904270550.WAA22797@freefall.freebsd.org> Date: Mon, 26 Apr 1999 23:02:28 -0700 (PDT) Reply-To: Chris Piazza From: Chris Piazza To: Dima Sivachenko Subject: RE: ports/11328: Upgrade x11-toolkits/fltk Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 27-Apr-99 Dima Sivachenko wrote: > Date: Tue, 27 Apr 1999 09:46:57 +0400 (MSD) > > -r--r--r-- 1 root sys 964877 Apr 24 03:38 > fltk-1.0.2-source.tar.bz2 > > -r--r--r-- 1 root sys 1092094 Apr 24 03:33 > fltk-1.0.2-source.tar.gz > > I see no reason to force user to install bzip. > the bzip2 distfile is 450k. the binary is 50k. If every port saves 150k on the distfile for using bzip2 that is a valid savings. > > > > > Second: > > > > +.if OBJFORMAT=="elf" > > +BROKEN= Due to ELF library format > > .endif > > Sorry. I meant OBJFORMAT == "aout". On 2.2.8 it doesnt builds. > With this in mind I agree with the other changes. > > > I have changed all of these and attached the updated port below. > > NOTE: > > pkg/PLIST.nodocs was removed. > > www.freebsd.org/handbook/porting.html states that "I shouldnt worry about > NOPORTDOCS in PLIST". I think we should not make a port more complicated > maintaining two copies of PLIST. > > NOTE: ftp.fltt.org and ftp.easysw.com have the same IP. I don't know why you > again added it to the MASTER_SITE list! > .nodocs: that's why it was removed. master_sites: I kept all of your changes in the new patch. --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 26 23:41:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ixion.honeywell.com (ixion.honeywell.com [129.30.4.80]) by hub.freebsd.org (Postfix) with ESMTP id 11EFC14D92 for ; Mon, 26 Apr 1999 23:41:08 -0700 (PDT) (envelope-from sleas@ixion.honeywell.com) Received: by ixion.honeywell.com (1.40.112.8/16.2) id AA273605213; Tue, 27 Apr 1999 01:40:13 -0500 Date: Tue, 27 Apr 1999 01:40:12 -0500 From: Shawn Leas To: Michael Haro Cc: ports@FreeBSD.ORG Subject: Re: Eterm 0.8.9 is out. Fixes major bugs Message-Id: <19990427014012.A25044@ixion.honeywell.com> References: <19990426191104.A21902@ixion.honeywell.com> <19990426210041.B55915@area51.fremont.ca.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <19990426210041.B55915@area51.fremont.ca.us>; from Michael Haro on Mon, Apr 26, 1999 at 09:00:41PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org What do you mean by "under the fix: part of send-pr."? Anyway, I've updated my local tree and have a diff, I'm just making sure the pkg stuff is kosher. Expect a diff in minutes. On Mon, Apr 26, 1999 at 09:00:41PM -0700, Michael Haro wrote: > On Mon, Apr 26, 1999 at 07:11:04PM -0500, Shawn Leas wrote: > > I'm going to take a look at updating the port, but I've never > > worked in the ports framework before. I'll see what I can do, > > but who do I send a tarball to? > > What you do is you send a diff which compares the old and the new. > An easy way to do this is to copy the eterm directory to eterm.old > Then update the eterm port and send in the results of > diff -urN -x CVS eterm.old eterm > under the fix: part of send-pr. -- Shawn <=========== America Held Hostage ===========> Day 2287 for the poor and the middle class. Day 2306 for the rich and the dead. 635 days remaining in the Raw Deal. <============================================> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 27 0: 5:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ixion.honeywell.com (ixion.honeywell.com [129.30.4.80]) by hub.freebsd.org (Postfix) with ESMTP id 52AF414FC4 for ; Tue, 27 Apr 1999 00:05:52 -0700 (PDT) (envelope-from sleas@ixion.honeywell.com) Received: by ixion.honeywell.com (1.40.112.8/16.2) id AA297416751; Tue, 27 Apr 1999 02:05:51 -0500 Date: Tue, 27 Apr 1999 02:05:51 -0500 From: Shawn Leas To: ports@freebsd.org Cc: Michael Haro Subject: PATCH for eterm-0.8.9 port (important bugfixes) Message-Id: <19990427020551.A29269@ixion.honeywell.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="kXdP64Ggrk/fb43R" X-Mailer: Mutt 0.95.3i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --kXdP64Ggrk/fb43R Content-Type: text/plain; charset=us-ascii Well, could someone check this patch out and check it into CVS if it looks good? I've built and verified the packing list is ok, etc... Lemme know! -- Shawn <=========== America Held Hostage ===========> Day 2288 for the poor and the middle class. Day 2307 for the rich and the dead. 634 days remaining in the Raw Deal. <============================================> --kXdP64Ggrk/fb43R Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ETERM-0.8.8-to-0.8.9.port.patch" diff -urN -x CVS eterm.old/Makefile eterm/Makefile --- eterm.old/Makefile Tue Apr 27 00:19:25 1999 +++ eterm/Makefile Tue Apr 27 01:32:37 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: eterm -# Version required: 0.8.8 -# Date created: 24 November 1997 +# Version required: 0.8.9 +# Date created: 27 April 1999 # Whom: Murray Stokely # # $Id: Makefile,v 1.16 1999/03/15 18:30:05 nectar Exp $ # -DISTNAME= Eterm-0.8.8 -PKGNAME= eterm-0.8.8 +DISTNAME= Eterm-0.8.9 +PKGNAME= eterm-0.8.9 CATEGORIES= x11 MASTER_SITES= ftp://ftp.eterm.org/pub/Eterm/ \ http://eterm.is.nontoxic.org/download/ \ @@ -38,16 +38,13 @@ post-install: chown root.wheel ${PREFIX}/bin/Eterm chmod 4755 ${PREFIX}/bin/Eterm - ${INSTALL_SCRIPT} ${WRKSRC}/doc/colortest.sh ${PREFIX}/share/Eterm .ifndef NOPORTDOCS ${MKDIR} ${PREFIX}/share/doc/Eterm ${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.help ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ref ${PREFIX}/share/doc/Eterm + ${INSTALL_DATA} ${WRKSRC}/doc/Eterm_reference.html ${PREFIX}/share/doc/Eterm ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.tcap ${PREFIX}/share/doc/Eterm ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/doc/Eterm ${INSTALL_DATA} ${WRKSRC}/doc/FAQ.html ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/doc/menu_cmd ${PREFIX}/share/doc/Eterm .endif .include diff -urN -x CVS eterm.old/files/md5 eterm/files/md5 --- eterm.old/files/md5 Tue Apr 27 00:19:25 1999 +++ eterm/files/md5 Tue Apr 27 01:21:11 1999 @@ -1 +1 @@ -MD5 (Eterm-0.8.8.tar.gz) = 19c0571f900757e5a90ac36baac3f79b +MD5 (Eterm-0.8.9.tar.gz) = 9e4945a6920f7d10cf28516266307519 diff -urN -x CVS eterm.old/patches/patch-aa eterm/patches/patch-aa --- eterm.old/patches/patch-aa Tue Apr 27 00:19:25 1999 +++ eterm/patches/patch-aa Tue Apr 27 01:21:11 1999 @@ -1,13 +1,13 @@ ---- configure Wed Jan 13 05:53:30 1999 -+++ configure~ Sun Feb 7 23:17:02 1999 -@@ -1559,8 +1559,8 @@ - # Actually configure libtool. ac_aux_dir is where install-sh is found. +--- configure Mon Apr 19 18:47:32 1999 ++++ configure~ Tue Apr 27 00:10:54 1999 +@@ -2135,8 +2135,8 @@ CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ + DLLTOOL="$DLLTOOL" AS="$AS" \ +-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ -$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ -+${CONFIG_SHELL-/bin/sh} ${LOCALBASE}/share/libtool/ltconfig \ ++${CONFIG_SHELL-/bin/sh} ${LOCALBASE}/share/libtool/ltconfig --no-reexec \ +$libtool_flags --no-verify ${LOCALBASE}/share/libtool/ltmain.sh $host \ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - + # Reload cache, that may have been modified by ltconfig diff -urN -x CVS eterm.old/patches/patch-ac eterm/patches/patch-ac --- eterm.old/patches/patch-ac Tue Apr 27 00:19:25 1999 +++ eterm/patches/patch-ac Tue Apr 27 01:21:11 1999 @@ -1,14 +1,12 @@ -*** src/Makefile.in Wed Jan 13 05:54:45 1999 ---- src/Makefile.in~ Sun Feb 7 23:00:35 1999 -*************** -*** 123,128 **** ---- 123,131 ---- - system.h threads.h graphics/Makefile.am graphics/Makefile.in \ - graphics/README graphics/data graphics/grxlib.c graphics/grxlib.h \ - graphics/qplot.c Eterm.xpm -+ ifeq ($(PORTOBJFORMAT),elf) -+ LDFLAGS+=-Wl,-rpath,$(X11BASE)/lib -+ endif - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = +--- src/Makefile.in Tue Apr 27 00:48:40 1999 ++++ src/Makefile.in~ Tue Apr 27 00:48:45 1999 +@@ -121,6 +121,9 @@ + + EXTRA_DIST = activeconfig.h activeeterm.h activetags.h command.h debug.h eterm_imlib.h feature.h.in graphics.h grkelot.h grx.h main.h menubar.h misc.h options.h pixmap.h profile.h screen.h scrollbar.h system.h threads.h graphics/Makefile.am graphics/Makefile.in graphics/README graphics/data graphics/grxlib.c graphics/grxlib.h graphics/qplot.c Eterm.xpm + ++ifeq ($(PORTOBJFORMAT),elf) ++LDFLAGS+=-Wl,-rpath,$(X11BASE)/lib ++endif + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = diff -urN -x CVS eterm.old/pkg/PLIST eterm/pkg/PLIST --- eterm.old/pkg/PLIST Mon Feb 22 05:31:59 1999 +++ eterm/pkg/PLIST Tue Apr 27 01:56:01 1999 @@ -1,32 +1,14 @@ -bin/Eterm -bin/Esetroot lib/libmej.so.8 -lib/libmej.so lib/libmej.la lib/libmej.a lib/libEterm.so.8 -lib/libEterm.so lib/libEterm.la lib/libEterm.a -share/doc/Eterm/ReleaseNotes -share/doc/Eterm/Eterm.help -share/doc/Eterm/Eterm.ref -share/doc/Eterm/Eterm.tcap -share/doc/Eterm/Eterm.ti -share/doc/Eterm/FAQ.html -share/doc/Eterm/menu_cmd -share/Eterm/pix/014.png -share/Eterm/pix/backwave.jpg -share/Eterm/pix/button1.jpg -share/Eterm/pix/button5.jpg -share/Eterm/pix/circuit.png -share/Eterm/pix/nebula.jpg -share/Eterm/pix/fourthday.jpg -share/Eterm/pix/gaia.jpg -share/Eterm/pix/galleon.jpg -share/Eterm/pix/night_of_the_dragon.jpg -share/Eterm/pix/pixmaps.list -share/Eterm/colortest.sh +bin/Eterm +bin/Esetroot +bin/Etbg +bin/Etcolors.sh +bin/Etmenu.sh share/Eterm/themes/Eterm/MAIN share/Eterm/themes/Eterm/Eterm.menu share/Eterm/themes/Eterm/pixmaps.list @@ -47,6 +29,22 @@ share/Eterm/themes/trans/trans.menu share/Eterm/themes/trans/MAIN share/Eterm/themes/trans/pixmaps.list +share/Eterm/pix/014.png +share/Eterm/pix/backwave.jpg +share/Eterm/pix/button1.jpg +share/Eterm/pix/button5.jpg +share/Eterm/pix/circuit.png +share/Eterm/pix/nebula.jpg +share/Eterm/pix/fourthday.jpg +share/Eterm/pix/gaia.jpg +share/Eterm/pix/galleon.jpg +share/Eterm/pix/night_of_the_dragon.jpg +share/Eterm/pix/pixmaps.list +share/doc/Eterm/ReleaseNotes +share/doc/Eterm/Eterm_reference.html +share/doc/Eterm/Eterm.tcap +share/doc/Eterm/Eterm.ti +share/doc/Eterm/FAQ.html @dirrm share/doc/Eterm @dirrm share/Eterm/themes/Eterm @dirrm share/Eterm/themes/chooser --kXdP64Ggrk/fb43R-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 27 0:20: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 484AA1519B for ; Tue, 27 Apr 1999 00:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA30353; Tue, 27 Apr 1999 00:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from whizkidtech.net (r38.bfm.org [208.18.213.134]) by hub.freebsd.org (Postfix) with ESMTP id E5B8C15094 for ; Tue, 27 Apr 1999 00:15:32 -0700 (PDT) (envelope-from adam@whizkidtech.net) Received: (from root@localhost) by whizkidtech.net (8.9.2/8.9.2) id CAA32365; Tue, 27 Apr 1999 02:15:28 -0500 (CDT) (envelope-from adam) Message-Id: <199904270715.CAA32365@whizkidtech.net> Date: Tue, 27 Apr 1999 02:15:28 -0500 (CDT) From: adam@whizkidtech.net Reply-To: adam@whizkidtech.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11350: new port 'fastcrc' Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11350 >Category: ports >Synopsis: Fast CRC routines >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 27 00:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: G. Adam Stanislav >Release: FreeBSD 3.1-RELEASE i386 >Organization: Whiz Kid Technomagic >Environment: >Description: # 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: # # fastcrc # fastcrc/Makefile # fastcrc/files # fastcrc/files/md5 # fastcrc/pkg # fastcrc/pkg/COMMENT # fastcrc/pkg/DESCR # fastcrc/pkg/PLIST # echo c - fastcrc mkdir -p fastcrc > /dev/null 2>&1 echo x - fastcrc/Makefile sed 's/^X//' >fastcrc/Makefile << 'END-of-fastcrc/Makefile' X# New ports collection makefile for: fastcrc X# Version required: 1.0 X# Date created: 27 April 1999 X# Whom: G. Adam Stanislav X# X# $Id$ X# X XDISTNAME= fastcrc-1.0 XCATEGORIES= devel XMASTER_SITES= http://www.whizkidtech.net/fports/ X XMAINTAINER= adam@whizkidtech.net X XBUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm:install X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/libfcrc.so.1 ${PREFIX}/lib X ln -fs ${PREFIX}/lib/libfcrc.so.1 ${PREFIX}/lib/libfcrc.so X ${INSTALL_DATA} ${WRKSRC}/fastcrc.h ${PREFIX}/include X ${MKDIR} ${PREFIX}/share/doc/fastcrc X ${INSTALL_MAN} ${WRKSRC}/index.html ${PREFIX}/share/doc/fastcrc X ${INSTALL_PROGRAM} ${WRKSRC}/fc ${PREFIX}/bin X Xpost-install: X ${SETENV} OBFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib X X.include END-of-fastcrc/Makefile echo c - fastcrc/files mkdir -p fastcrc/files > /dev/null 2>&1 echo x - fastcrc/files/md5 sed 's/^X//' >fastcrc/files/md5 << 'END-of-fastcrc/files/md5' XMD5 (fastcrc-1.0.tar.gz) = 14a12d063d88e2d54a89c491db011040 END-of-fastcrc/files/md5 echo c - fastcrc/pkg mkdir -p fastcrc/pkg > /dev/null 2>&1 echo x - fastcrc/pkg/COMMENT sed 's/^X//' >fastcrc/pkg/COMMENT << 'END-of-fastcrc/pkg/COMMENT' XFast CRC routines. END-of-fastcrc/pkg/COMMENT echo x - fastcrc/pkg/DESCR sed 's/^X//' >fastcrc/pkg/DESCR << 'END-of-fastcrc/pkg/DESCR' XFast CRC routines written in assembly language, callable using the C and Pascal Xcalling conventions, as well as directly from assembly language programs. X XThis Unix port contains routines for the calculation of traditional CRC-32 Xused by Zmodem, Opus, Ethernet, and many other protocols. X XIt also contains routines for the POSIX 1003.2 32-bit CRC calculation. X XSee ${PORTDIR}/share/doc/fastcrc/index.html for reference. X XThis port requires ELF. It creates libfcrc.so.1, and includes for XC programmers. X XDependencies: nasm X XG. Adam Stanislav Xadam@whizkidtech.net Xhttp://www.whizkidtech.net/ END-of-fastcrc/pkg/DESCR echo x - fastcrc/pkg/PLIST sed 's/^X//' >fastcrc/pkg/PLIST << 'END-of-fastcrc/pkg/PLIST' Xlib/libfcrc.so Xlib/libfcrc.so.1 X@exec /sbin/ldconfig -m %D/lib X@unexec /sbin/ldconfig -R Xbin/fc Xshare/doc/fastcrc/index.html X@dirrm share/doc/fastcrc END-of-fastcrc/pkg/PLIST exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 27 0:41:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ixion.honeywell.com (ixion.honeywell.com [129.30.4.80]) by hub.freebsd.org (Postfix) with ESMTP id 5EE361520D for ; Tue, 27 Apr 1999 00:41:10 -0700 (PDT) (envelope-from sleas@ixion.honeywell.com) Received: by ixion.honeywell.com (1.40.112.8/16.2) id AA027188870; Tue, 27 Apr 1999 02:41:10 -0500 Date: Tue, 27 Apr 1999 02:41:09 -0500 From: Shawn Leas To: ports@FreeBSD.ORG Cc: Michael Haro Subject: Re: PATCH for eterm-0.8.9 port (important bugfixes) OOPS!!! Message-Id: <19990427024109.A1808@ixion.honeywell.com> References: <19990427020551.A29269@ixion.honeywell.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=7AUc2qLy4jB3hD7Z X-Mailer: Mutt 0.95.3i In-Reply-To: <19990427020551.A29269@ixion.honeywell.com>; from Shawn Leas on Tue, Apr 27, 1999 at 02:05:51AM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Here's a fixed patch. I forgot to remove --no-reexec and --cache-file="./config.cache" or something or other... This one will work. On Tue, Apr 27, 1999 at 02:05:51AM -0500, Shawn Leas wrote: > Well, could someone check this patch out and check it into > CVS if it looks good? I've built and verified the packing list > is ok, etc... > > Lemme know! -- Shawn <=========== America Held Hostage ===========> Day 2288 for the poor and the middle class. Day 2307 for the rich and the dead. 634 days remaining in the Raw Deal. <============================================> --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ETERM-0.8.8-to-0.8.9.port.patch" diff -urN -x CVS eterm.old/Makefile eterm/Makefile --- eterm.old/Makefile Tue Apr 27 00:19:25 1999 +++ eterm/Makefile Tue Apr 27 01:32:37 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: eterm -# Version required: 0.8.8 -# Date created: 24 November 1997 +# Version required: 0.8.9 +# Date created: 27 April 1999 # Whom: Murray Stokely # # $Id: Makefile,v 1.16 1999/03/15 18:30:05 nectar Exp $ # -DISTNAME= Eterm-0.8.8 -PKGNAME= eterm-0.8.8 +DISTNAME= Eterm-0.8.9 +PKGNAME= eterm-0.8.9 CATEGORIES= x11 MASTER_SITES= ftp://ftp.eterm.org/pub/Eterm/ \ http://eterm.is.nontoxic.org/download/ \ @@ -38,16 +38,13 @@ post-install: chown root.wheel ${PREFIX}/bin/Eterm chmod 4755 ${PREFIX}/bin/Eterm - ${INSTALL_SCRIPT} ${WRKSRC}/doc/colortest.sh ${PREFIX}/share/Eterm .ifndef NOPORTDOCS ${MKDIR} ${PREFIX}/share/doc/Eterm ${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.help ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ref ${PREFIX}/share/doc/Eterm + ${INSTALL_DATA} ${WRKSRC}/doc/Eterm_reference.html ${PREFIX}/share/doc/Eterm ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.tcap ${PREFIX}/share/doc/Eterm ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/doc/Eterm ${INSTALL_DATA} ${WRKSRC}/doc/FAQ.html ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/doc/menu_cmd ${PREFIX}/share/doc/Eterm .endif .include diff -urN -x CVS eterm.old/files/md5 eterm/files/md5 --- eterm.old/files/md5 Tue Apr 27 00:19:25 1999 +++ eterm/files/md5 Tue Apr 27 01:21:11 1999 @@ -1 +1 @@ -MD5 (Eterm-0.8.8.tar.gz) = 19c0571f900757e5a90ac36baac3f79b +MD5 (Eterm-0.8.9.tar.gz) = 9e4945a6920f7d10cf28516266307519 diff -urN -x CVS eterm.old/patches/patch-aa eterm/patches/patch-aa --- eterm.old/patches/patch-aa Tue Apr 27 00:19:25 1999 +++ eterm/patches/patch-aa Tue Apr 27 01:21:11 1999 @@ -1,13 +1,13 @@ ---- configure Wed Jan 13 05:53:30 1999 -+++ configure~ Sun Feb 7 23:17:02 1999 -@@ -1559,8 +1559,8 @@ - # Actually configure libtool. ac_aux_dir is where install-sh is found. +--- configure Mon Apr 19 18:47:32 1999 ++++ configure~ Tue Apr 27 00:10:54 1999 +@@ -2135,8 +2135,8 @@ CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ + DLLTOOL="$DLLTOOL" AS="$AS" \ +-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ -$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ -+${CONFIG_SHELL-/bin/sh} ${LOCALBASE}/share/libtool/ltconfig \ ++${CONFIG_SHELL-/bin/sh} ${LOCALBASE}/share/libtool/ltconfig --no-reexec \ +$libtool_flags --no-verify ${LOCALBASE}/share/libtool/ltmain.sh $host \ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - + # Reload cache, that may have been modified by ltconfig diff -urN -x CVS eterm.old/patches/patch-ac eterm/patches/patch-ac --- eterm.old/patches/patch-ac Tue Apr 27 00:19:25 1999 +++ eterm/patches/patch-ac Tue Apr 27 01:21:11 1999 @@ -1,14 +1,12 @@ -*** src/Makefile.in Wed Jan 13 05:54:45 1999 ---- src/Makefile.in~ Sun Feb 7 23:00:35 1999 -*************** -*** 123,128 **** ---- 123,131 ---- - system.h threads.h graphics/Makefile.am graphics/Makefile.in \ - graphics/README graphics/data graphics/grxlib.c graphics/grxlib.h \ - graphics/qplot.c Eterm.xpm -+ ifeq ($(PORTOBJFORMAT),elf) -+ LDFLAGS+=-Wl,-rpath,$(X11BASE)/lib -+ endif - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = +--- src/Makefile.in Tue Apr 27 00:48:40 1999 ++++ src/Makefile.in~ Tue Apr 27 00:48:45 1999 +@@ -121,6 +121,9 @@ + + EXTRA_DIST = activeconfig.h activeeterm.h activetags.h command.h debug.h eterm_imlib.h feature.h.in graphics.h grkelot.h grx.h main.h menubar.h misc.h options.h pixmap.h profile.h screen.h scrollbar.h system.h threads.h graphics/Makefile.am graphics/Makefile.in graphics/README graphics/data graphics/grxlib.c graphics/grxlib.h graphics/qplot.c Eterm.xpm + ++ifeq ($(PORTOBJFORMAT),elf) ++LDFLAGS+=-Wl,-rpath,$(X11BASE)/lib ++endif + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = diff -urN -x CVS eterm.old/pkg/PLIST eterm/pkg/PLIST --- eterm.old/pkg/PLIST Mon Feb 22 05:31:59 1999 +++ eterm/pkg/PLIST Tue Apr 27 01:56:01 1999 @@ -1,32 +1,14 @@ -bin/Eterm -bin/Esetroot lib/libmej.so.8 -lib/libmej.so lib/libmej.la lib/libmej.a lib/libEterm.so.8 -lib/libEterm.so lib/libEterm.la lib/libEterm.a -share/doc/Eterm/ReleaseNotes -share/doc/Eterm/Eterm.help -share/doc/Eterm/Eterm.ref -share/doc/Eterm/Eterm.tcap -share/doc/Eterm/Eterm.ti -share/doc/Eterm/FAQ.html -share/doc/Eterm/menu_cmd -share/Eterm/pix/014.png -share/Eterm/pix/backwave.jpg -share/Eterm/pix/button1.jpg -share/Eterm/pix/button5.jpg -share/Eterm/pix/circuit.png -share/Eterm/pix/nebula.jpg -share/Eterm/pix/fourthday.jpg -share/Eterm/pix/gaia.jpg -share/Eterm/pix/galleon.jpg -share/Eterm/pix/night_of_the_dragon.jpg -share/Eterm/pix/pixmaps.list -share/Eterm/colortest.sh +bin/Eterm +bin/Esetroot +bin/Etbg +bin/Etcolors.sh +bin/Etmenu.sh share/Eterm/themes/Eterm/MAIN share/Eterm/themes/Eterm/Eterm.menu share/Eterm/themes/Eterm/pixmaps.list @@ -47,6 +29,22 @@ share/Eterm/themes/trans/trans.menu share/Eterm/themes/trans/MAIN share/Eterm/themes/trans/pixmaps.list +share/Eterm/pix/014.png +share/Eterm/pix/backwave.jpg +share/Eterm/pix/button1.jpg +share/Eterm/pix/button5.jpg +share/Eterm/pix/circuit.png +share/Eterm/pix/nebula.jpg +share/Eterm/pix/fourthday.jpg +share/Eterm/pix/gaia.jpg +share/Eterm/pix/galleon.jpg +share/Eterm/pix/night_of_the_dragon.jpg +share/Eterm/pix/pixmaps.list +share/doc/Eterm/ReleaseNotes +share/doc/Eterm/Eterm_reference.html +share/doc/Eterm/Eterm.tcap +share/doc/Eterm/Eterm.ti +share/doc/Eterm/FAQ.html @dirrm share/doc/Eterm @dirrm share/Eterm/themes/Eterm @dirrm share/Eterm/themes/chooser diff -urN -x CVS eterm.old/Makefile eterm/Makefile --- eterm.old/Makefile Tue Apr 27 00:19:25 1999 +++ eterm/Makefile Tue Apr 27 02:28:08 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: eterm -# Version required: 0.8.8 -# Date created: 24 November 1997 +# Version required: 0.8.9 +# Date created: 27 April 1999 # Whom: Murray Stokely # # $Id: Makefile,v 1.16 1999/03/15 18:30:05 nectar Exp $ # -DISTNAME= Eterm-0.8.8 -PKGNAME= eterm-0.8.8 +DISTNAME= Eterm-0.8.9 +PKGNAME= eterm-0.8.9 CATEGORIES= x11 MASTER_SITES= ftp://ftp.eterm.org/pub/Eterm/ \ http://eterm.is.nontoxic.org/download/ \ @@ -38,16 +38,13 @@ post-install: chown root.wheel ${PREFIX}/bin/Eterm chmod 4755 ${PREFIX}/bin/Eterm - ${INSTALL_SCRIPT} ${WRKSRC}/doc/colortest.sh ${PREFIX}/share/Eterm .ifndef NOPORTDOCS ${MKDIR} ${PREFIX}/share/doc/Eterm ${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.help ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ref ${PREFIX}/share/doc/Eterm + ${INSTALL_DATA} ${WRKSRC}/doc/Eterm_reference.html ${PREFIX}/share/doc/Eterm ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.tcap ${PREFIX}/share/doc/Eterm ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/doc/Eterm ${INSTALL_DATA} ${WRKSRC}/doc/FAQ.html ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/doc/menu_cmd ${PREFIX}/share/doc/Eterm .endif .include diff -urN -x CVS eterm.old/files/md5 eterm/files/md5 --- eterm.old/files/md5 Tue Apr 27 00:19:25 1999 +++ eterm/files/md5 Tue Apr 27 02:28:08 1999 @@ -1 +1 @@ -MD5 (Eterm-0.8.8.tar.gz) = 19c0571f900757e5a90ac36baac3f79b +MD5 (Eterm-0.8.9.tar.gz) = 9e4945a6920f7d10cf28516266307519 diff -urN -x CVS eterm.old/patches/patch-aa eterm/patches/patch-aa --- eterm.old/patches/patch-aa Tue Apr 27 00:19:25 1999 +++ eterm/patches/patch-aa Tue Apr 27 02:28:08 1999 @@ -1,13 +1,13 @@ ---- configure Wed Jan 13 05:53:30 1999 -+++ configure~ Sun Feb 7 23:17:02 1999 -@@ -1559,8 +1559,8 @@ - # Actually configure libtool. ac_aux_dir is where install-sh is found. +--- configure Mon Apr 19 18:47:32 1999 ++++ configure~ Tue Apr 27 00:10:54 1999 +@@ -2135,8 +2135,8 @@ CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ + DLLTOOL="$DLLTOOL" AS="$AS" \ +-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ -$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ -+${CONFIG_SHELL-/bin/sh} ${LOCALBASE}/share/libtool/ltconfig \ ++${CONFIG_SHELL-/bin/sh} ${LOCALBASE}/share/libtool/ltconfig --no-reexec \ +$libtool_flags --no-verify ${LOCALBASE}/share/libtool/ltmain.sh $host \ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - + # Reload cache, that may have been modified by ltconfig diff -urN -x CVS eterm.old/patches/patch-ac eterm/patches/patch-ac --- eterm.old/patches/patch-ac Tue Apr 27 00:19:25 1999 +++ eterm/patches/patch-ac Tue Apr 27 02:28:08 1999 @@ -1,14 +1,12 @@ -*** src/Makefile.in Wed Jan 13 05:54:45 1999 ---- src/Makefile.in~ Sun Feb 7 23:00:35 1999 -*************** -*** 123,128 **** ---- 123,131 ---- - system.h threads.h graphics/Makefile.am graphics/Makefile.in \ - graphics/README graphics/data graphics/grxlib.c graphics/grxlib.h \ - graphics/qplot.c Eterm.xpm -+ ifeq ($(PORTOBJFORMAT),elf) -+ LDFLAGS+=-Wl,-rpath,$(X11BASE)/lib -+ endif - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = +--- src/Makefile.in Tue Apr 27 00:48:40 1999 ++++ src/Makefile.in~ Tue Apr 27 00:48:45 1999 +@@ -121,6 +121,9 @@ + + EXTRA_DIST = activeconfig.h activeeterm.h activetags.h command.h debug.h eterm_imlib.h feature.h.in graphics.h grkelot.h grx.h main.h menubar.h misc.h options.h pixmap.h profile.h screen.h scrollbar.h system.h threads.h graphics/Makefile.am graphics/Makefile.in graphics/README graphics/data graphics/grxlib.c graphics/grxlib.h graphics/qplot.c Eterm.xpm + ++ifeq ($(PORTOBJFORMAT),elf) ++LDFLAGS+=-Wl,-rpath,$(X11BASE)/lib ++endif + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = diff -urN -x CVS eterm.old/patches/patch-ad eterm/patches/patch-ad --- eterm.old/patches/patch-ad Wed Dec 31 18:00:00 1969 +++ eterm/patches/patch-ad Tue Apr 27 02:31:23 1999 @@ -0,0 +1,20 @@ +--- configure Tue Apr 27 02:29:40 1999 ++++ configure~ Tue Apr 27 02:30:42 1999 +@@ -1859,7 +1859,7 @@ + + + # Check for any special flags to pass to ltconfig. +-libtool_flags="--cache-file=$cache_file" ++libtool_flags= + test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared" + test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static" + test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install" +@@ -2135,7 +2135,7 @@ + CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ + LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \ + DLLTOOL="$DLLTOOL" AS="$AS" \ +-${CONFIG_SHELL-/bin/sh} ${LOCALBASE}/share/libtool/ltconfig --no-reexec \ ++${CONFIG_SHELL-/bin/sh} ${LOCALBASE}/share/libtool/ltconfig \ + $libtool_flags --no-verify ${LOCALBASE}/share/libtool/ltmain.sh $host \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } + diff -urN -x CVS eterm.old/pkg/PLIST eterm/pkg/PLIST --- eterm.old/pkg/PLIST Mon Feb 22 05:31:59 1999 +++ eterm/pkg/PLIST Tue Apr 27 02:28:08 1999 @@ -1,32 +1,14 @@ -bin/Eterm -bin/Esetroot lib/libmej.so.8 -lib/libmej.so lib/libmej.la lib/libmej.a lib/libEterm.so.8 -lib/libEterm.so lib/libEterm.la lib/libEterm.a -share/doc/Eterm/ReleaseNotes -share/doc/Eterm/Eterm.help -share/doc/Eterm/Eterm.ref -share/doc/Eterm/Eterm.tcap -share/doc/Eterm/Eterm.ti -share/doc/Eterm/FAQ.html -share/doc/Eterm/menu_cmd -share/Eterm/pix/014.png -share/Eterm/pix/backwave.jpg -share/Eterm/pix/button1.jpg -share/Eterm/pix/button5.jpg -share/Eterm/pix/circuit.png -share/Eterm/pix/nebula.jpg -share/Eterm/pix/fourthday.jpg -share/Eterm/pix/gaia.jpg -share/Eterm/pix/galleon.jpg -share/Eterm/pix/night_of_the_dragon.jpg -share/Eterm/pix/pixmaps.list -share/Eterm/colortest.sh +bin/Eterm +bin/Esetroot +bin/Etbg +bin/Etcolors.sh +bin/Etmenu.sh share/Eterm/themes/Eterm/MAIN share/Eterm/themes/Eterm/Eterm.menu share/Eterm/themes/Eterm/pixmaps.list @@ -47,6 +29,22 @@ share/Eterm/themes/trans/trans.menu share/Eterm/themes/trans/MAIN share/Eterm/themes/trans/pixmaps.list +share/Eterm/pix/014.png +share/Eterm/pix/backwave.jpg +share/Eterm/pix/button1.jpg +share/Eterm/pix/button5.jpg +share/Eterm/pix/circuit.png +share/Eterm/pix/nebula.jpg +share/Eterm/pix/fourthday.jpg +share/Eterm/pix/gaia.jpg +share/Eterm/pix/galleon.jpg +share/Eterm/pix/night_of_the_dragon.jpg +share/Eterm/pix/pixmaps.list +share/doc/Eterm/ReleaseNotes +share/doc/Eterm/Eterm_reference.html +share/doc/Eterm/Eterm.tcap +share/doc/Eterm/Eterm.ti +share/doc/Eterm/FAQ.html @dirrm share/doc/Eterm @dirrm share/Eterm/themes/Eterm @dirrm share/Eterm/themes/chooser --7AUc2qLy4jB3hD7Z-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 27 1:14:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id 512C315295 for ; Tue, 27 Apr 1999 01:14:27 -0700 (PDT) (envelope-from mharo@area51.fremont.ca.us) Received: (from mharo@localhost) by area51.fremont.ca.us (8.9.2/8.9.2) id BAA84706; Tue, 27 Apr 1999 01:14:24 -0700 (PDT) (envelope-from mharo) Date: Tue, 27 Apr 1999 01:14:24 -0700 From: Michael Haro To: Shawn Leas Cc: ports@freebsd.org Subject: Re: PATCH for eterm-0.8.9 port (important bugfixes) OOPS!!! Message-ID: <19990427011424.A84692@area51.fremont.ca.us> References: <19990427020551.A29269@ixion.honeywell.com> <19990427024109.A1808@ixion.honeywell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990427024109.A1808@ixion.honeywell.com>; from Shawn Leas on Tue, Apr 27, 1999 at 02:41:09AM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Looks good (all I've really tested is that I can patch against it). I'll have more time to look at it tomorrow. No need to send-pr now as I already have it. Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 27 2:53:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.42.68.2]) by hub.freebsd.org (Postfix) with ESMTP id E0E4F14D33 for ; Tue, 27 Apr 1999 02:52:54 -0700 (PDT) (envelope-from sobomax@altavista.net) Received: from vega. (async2-06.iptelecom.net.ua [212.42.68.134]) by ipt2.iptelecom.net.ua (8.8.8/8.8.8) with ESMTP id MAA26805; Tue, 27 Apr 1999 12:52:53 +0300 (EEST) (envelope-from sobomax@altavista.net) Received: from altavista.net (big_brother [192.168.1.1]) by vega. (8.9.2/8.9.2) with ESMTP id MAA13493; Tue, 27 Apr 1999 12:52:31 +0300 (EEST) (envelope-from sobomax@altavista.net) Message-ID: <372588DF.70673E70@altavista.net> Date: Tue, 27 Apr 1999 12:52:31 +0300 From: Maxim Sobolev Reply-To: sobomax@altavista.net Organization: Vega International Capital X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: ru,en MIME-Version: 1.0 To: Neil Blakey-Milner Cc: ports@FreeBSD.ORG Subject: Re: Usefull script to clean /usr/ports/distfiles. Testers neded References: <37241D4B.C9DC6FD2@altavista.net> <19990426105508.A30028@rucus.ru.ac.za> Content-Type: multipart/alternative; boundary="------------CEC61461EF657638E9064B3B" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --------------CEC61461EF657638E9064B3B Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit > Your use of temporary files may be a problem - if someone went and ln -s'd > them to /etc/passwd, you'd have a slight problem. Ok, for those concerning security I slightly modified my script. You can download it atš http://homepages.go.com/~sobomax/distclean/distclean-0.11.tar.gz. Any further suggestions, comments, patches etc. are welcomed. Maxim --------------CEC61461EF657638E9064B3B Content-Type: text/html; charset=koi8-r Content-Transfer-Encoding: 7bit