From owner-freebsd-ports Sun Jun 21 06:31:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA18694 for freebsd-ports-outgoing; Sun, 21 Jun 1998 06:31:36 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA18684 for ; Sun, 21 Jun 1998 06:31:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA27708; Sun, 21 Jun 1998 06:30:01 -0700 (PDT) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA18338 for ; Sun, 21 Jun 1998 06:28:30 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id TAA23994 for ; Sun, 21 Jun 1998 19:29:15 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id RAA15712; Sun, 21 Jun 1998 17:33:02 +0400 (MSD) Message-Id: <199806211333.RAA15712@icc.surw.chel.su> Date: Sun, 21 Jun 1998 17:33:02 +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/7008: New port: mp3info-0.2.15 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7008 >Category: ports >Synopsis: New port: mp3info-0.2.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: Sun Jun 21 06:30:01 PDT 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of MP3 information tool, a small utility to read and write TAG info, as well as retrieve the MP3 Header info and print it all out in a nice format. Features: - Get, Set and Wipe MP3 TAG Info. - Get MPEG Audio Version 1, 2 and 2.5 Header info. - Userdefinable output formatting (rather advanced). - Can rename files according to userdefined scheme. # 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: # # mp3info-0.2.15 # mp3info-0.2.15/Makefile # mp3info-0.2.15/files # mp3info-0.2.15/files/md5 # mp3info-0.2.15/pkg # mp3info-0.2.15/pkg/COMMENT # mp3info-0.2.15/pkg/DESCR # mp3info-0.2.15/pkg/PLIST # mp3info-0.2.15/patches # mp3info-0.2.15/patches/patch-aa # echo c - mp3info-0.2.15 mkdir -p mp3info-0.2.15 > /dev/null 2>&1 echo x - mp3info-0.2.15/Makefile sed 's/^X//' >mp3info-0.2.15/Makefile << 'END-of-mp3info-0.2.15/Makefile' X# New ports collection makefile for: mp3info X# Version required: 0.2.15 X# Date created: 19 June 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= mp3info-0.2.15 XCATEGORIES= audio XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= apps/sound X XMAINTAINER= andy@icc.surw.chel.su X X#ALL_TARGET= XMAN1= mp3info.1 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/mp3info ${PREFIX}/bin X @ ${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${PREFIX}/man/man1 X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/mp3info X.for file in COPYRIGHT ChangeLog README X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/mp3info X.endfor X.endif X X.include END-of-mp3info-0.2.15/Makefile echo c - mp3info-0.2.15/files mkdir -p mp3info-0.2.15/files > /dev/null 2>&1 echo x - mp3info-0.2.15/files/md5 sed 's/^X//' >mp3info-0.2.15/files/md5 << 'END-of-mp3info-0.2.15/files/md5' XMD5 (mp3info-0.2.15.tar.gz) = e50ce36340ae93fa489007ed07d79316 END-of-mp3info-0.2.15/files/md5 echo c - mp3info-0.2.15/pkg mkdir -p mp3info-0.2.15/pkg > /dev/null 2>&1 echo x - mp3info-0.2.15/pkg/COMMENT sed 's/^X//' >mp3info-0.2.15/pkg/COMMENT << 'END-of-mp3info-0.2.15/pkg/COMMENT' XMP3 information tool. END-of-mp3info-0.2.15/pkg/COMMENT echo x - mp3info-0.2.15/pkg/DESCR sed 's/^X//' >mp3info-0.2.15/pkg/DESCR << 'END-of-mp3info-0.2.15/pkg/DESCR' XA small utility to read and write TAG info, as well as retrieve the MP3 XHeader info and print it all out in a nice format. X XFeatures: X - Get, Set and Wipe MP3 TAG Info. X - Get MPEG Audio Version 1, 2 and 2.5 Header info. X - Userdefinable output formatting (rather advanced). X - Can rename files according to userdefined scheme. END-of-mp3info-0.2.15/pkg/DESCR echo x - mp3info-0.2.15/pkg/PLIST sed 's/^X//' >mp3info-0.2.15/pkg/PLIST << 'END-of-mp3info-0.2.15/pkg/PLIST' Xbin/mp3info Xman/man1/mp3info.1.gz Xshare/doc/mp3info/COPYRIGHT Xshare/doc/mp3info/ChangeLog Xshare/doc/mp3info/README X@dirrm share/doc/mp3info END-of-mp3info-0.2.15/pkg/PLIST echo c - mp3info-0.2.15/patches mkdir -p mp3info-0.2.15/patches > /dev/null 2>&1 echo x - mp3info-0.2.15/patches/patch-aa sed 's/^X//' >mp3info-0.2.15/patches/patch-aa << 'END-of-mp3info-0.2.15/patches/patch-aa' X--- Makefile Fri Apr 10 10:35:30 1998 X+++ /home/andy/tmp/wrk/Makefile Fri Jun 19 13:07:33 1998 X@@ -40,7 +40,7 @@ X X DEFINES = -DMAJVER=$(MAJVER) -DMINVER=$(MINVER) -DPATCHVER=$(PATCHVER) $(PLAY_DEF) X INCLUDES = $(PLAY_INC) X-CFLAGS = -O3 -pipe $(DEFINES) $(INCLUDES) -Wall -fvtable-thunks X+CFLAGS+= $(DEFINES) $(INCLUDES) X X PROGS = mp3info X MANPAGES = mp3info.1 END-of-mp3info-0.2.15/patches/patch-aa exit >How-To-Repeat: >Fix: Please, check and commit this port. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 21 10:01:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05173 for freebsd-ports-outgoing; Sun, 21 Jun 1998 10:01:55 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05152 for ; Sun, 21 Jun 1998 10:01:47 -0700 (PDT) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA26191 for ports@freebsd.org; Sun, 21 Jun 1998 10:00:10 -0700 (PDT) Date: Sun, 21 Jun 1998 10:00:10 -0700 (PDT) Message-Id: <199806211700.KAA26191@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 Sun Jun 21 10:11:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06343 for freebsd-ports-outgoing; Sun, 21 Jun 1998 10:11:38 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06330 for ; Sun, 21 Jun 1998 10:11:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA26254; Sun, 21 Jun 1998 10:10:01 -0700 (PDT) Received: from tim.xenologics.com (tim.xenologics.com [194.77.5.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05336 for ; Sun, 21 Jun 1998 10:02:30 -0700 (PDT) (envelope-from seggers@semyam.dinoco.de) Received: (from uucp@localhost) by tim.xenologics.com (8.8.5/8.8.8) with UUCP id SAA08421 for FreeBSD-gnats-submit@freebsd.org; Sun, 21 Jun 1998 18:57:51 +0200 (MET DST) Received: (from seggers@localhost) by semyam.dinoco.de (8.8.8/8.8.8) id SAA20773; Sun, 21 Jun 1998 18:30:39 +0200 (CEST) (envelope-from seggers) Message-Id: <199806211630.SAA20773@semyam.dinoco.de> Date: Sun, 21 Jun 1998 18:30:39 +0200 (CEST) From: Stefan Eggers Reply-To: seggers@semyam.dinoco.de To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: seggers@semyam.dinoco.de X-Send-Pr-Version: 3.2 Subject: ports/7010: Update to crafty port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7010 >Category: ports >Synopsis: Update to crafty 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 Jun 21 10:10:01 PDT 1998 >Last-Modified: >Originator: Stefan Eggers >Organization: none >Release: FreeBSD 2.2.6-STABLE i386 >Environment: N/A >Description: I removed the build dependency to unzip by using gunzip to do the work. As the archive just contains one file this works. I also updated the man page a bit and changed it to install version 15.14. >How-To-Repeat: N/A >Fix: diff -uNr /var/tmp/crafty-ORIG/Makefile crafty/Makefile --- /var/tmp/crafty-ORIG/Makefile Thu Jun 4 04:40:28 1998 +++ crafty/Makefile Sun Jun 21 16:07:39 1998 @@ -6,26 +6,24 @@ # $Id: Makefile,v 1.2 1998/06/04 02:40:28 mph Exp $ # -DISTNAME= crafty-15.10 +DISTNAME= crafty-15.14 CATEGORIES= games MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/ \ ftp://ftp.cis.uab.edu/pub/hyatt/common/ \ ftp://ftp.cis.uab.edu/pub/hyatt/v15/ -DISTFILES= crafty-15.10.tar.gz crafty.doc crafty.faq read.me start.zip +DISTFILES= crafty-15.14.tar.gz crafty.doc crafty.faq read.me start.zip MAINTAINER= seggers@semyam.dinoco.de -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip - ALL_TARGET= crafty DIST_SUBDIR= crafty -EXTRACT_ONLY= crafty-15.10.tar.gz +EXTRACT_ONLY= crafty-15.14.tar.gz MAN6= crafty.6 NO_WRKSUBDIR= yes post-extract: - (cd ${WRKDIR}; unzip ${DISTDIR}/${DIST_SUBDIR}/start.zip) + (cd ${WRKDIR}; gunzip <${DISTDIR}/${DIST_SUBDIR}/start.zip >${WRKDIR}/start.pgn) post-build: (cd ${WRKDIR}; ./crafty <${FILESDIR}/books-building) diff -uNr /var/tmp/crafty-ORIG/files/crafty.6 crafty/files/crafty.6 --- /var/tmp/crafty-ORIG/files/crafty.6 Mon Jun 1 06:56:06 1998 +++ crafty/files/crafty.6 Sun Jun 21 16:14:45 1998 @@ -44,8 +44,9 @@ To make full use of .Nm one has to copy books.bin and an opening book (all usually located -under /usr/local/lib/crafty) into ones private directories to allow it -to learn during use. +under /usr/local/lib/crafty with standard installation on +your system) into ones private directories to allow it to learn during +use. Note that the installation of the opening books is optional. .Sh ENVIRONMENT .Nm doesn't use any environment variables. diff -uNr /var/tmp/crafty-ORIG/files/md5 crafty/files/md5 --- /var/tmp/crafty-ORIG/files/md5 Mon Jun 8 02:49:25 1998 +++ crafty/files/md5 Sun Jun 21 16:27:50 1998 @@ -1,5 +1,5 @@ -MD5 (crafty/crafty-15.10.tar.gz) = a26440d01bd6c2db70452ef4988b99eb +MD5 (crafty/crafty-15.14.tar.gz) = 1d0dab194379be3c29f75b3e80deb86b MD5 (crafty/crafty.doc) = 59295fe5abfd62b51947a093cbd6e48a MD5 (crafty/crafty.faq) = f744727e291b6dec7e7c69bb3586b6dd -MD5 (crafty/read.me) = cc66c96baf69444ce31c42485ccc3657 +MD5 (crafty/read.me) = c2ff9b6ddbb2c625e5264d5cdfe65d91 MD5 (crafty/start.zip) = 7a9faa5c4c0af5a2defa4dca942daf3d >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 21 11:01:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11165 for freebsd-ports-outgoing; Sun, 21 Jun 1998 11:01:40 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11149 for ; Sun, 21 Jun 1998 11:01:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA26389; Sun, 21 Jun 1998 11:00:01 -0700 (PDT) Date: Sun, 21 Jun 1998 11:00:01 -0700 (PDT) Message-Id: <199806211800.LAA26389@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Jacques Vidrine Subject: Re: ports/6870: new port, Kerberos V 1.0.5 Reply-To: Jacques Vidrine Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6870; it has been noted by GNATS. From: Jacques Vidrine To: freebsd-gnats-submit@freebsd.org, n@nectar.com Cc: Subject: Re: ports/6870: new port, Kerberos V 1.0.5 Date: Sun, 21 Jun 1998 12:59:37 -0500 Updated port which fixes several problems with my initial submission (which, incidently, was my first port ever :-) * All badness reported by ``portlint'' has been fixed. * Info files are now installed correctly. Jacques Vidrine # 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: # # krb5 # krb5/files # krb5/files/md5 # krb5/Makefile # krb5/patches # krb5/patches/patch-aa # krb5/patches/patch-ab # krb5/patches/patch-ac # krb5/patches/patch-ad # krb5/patches/patch-ae # krb5/patches/patch-af # krb5/pkg # krb5/pkg/COMMENT # krb5/pkg/DESCR # krb5/pkg/PLIST # echo c - krb5 mkdir -p krb5 > /dev/null 2>&1 echo c - krb5/files mkdir -p krb5/files > /dev/null 2>&1 echo x - krb5/files/md5 sed 's/^X//' >krb5/files/md5 << 'END-of-krb5/files/md5' XMD5 (krb5/krb5-1.0.5.src.tar.gz) = 97b523ba3c3f0b6a703691daadb2d85c XMD5 (krb5/krb5-1.0.5.doc.tar.gz) = 6eadfe9cff088bc5cc704b720c3883f6 XMD5 (krb5/krb5-1.0.5.crypto.tar.gz) = 2303ee0ebd08fad1945365f4cbb310d6 END-of-krb5/files/md5 echo x - krb5/Makefile sed 's/^X//' >krb5/Makefile << 'END-of-krb5/Makefile' X# Ports collection Makefile for: MIT Kerberos V X# Version required: 1.0.5 X# Date created: 6/5/1998 X# Whom: n@nectar.com X# X# $Id: Makefile,v 1.3 1998/06/21 17:48:32 nectar Exp $ X# X XDISTNAME= krb5-1.0.5 XCATEGORIES= security XMASTER_SITES= ftp://athena-dist.mit.edu/pub/kerberos/ XDISTFILES= krb5-1.0.5.src.tar.gz \ X krb5-1.0.5.doc.tar.gz \ X krb5-1.0.5.crypto.tar.gz X XMAINTAINER= n@nectar.com X XDIST_SUBDIR= krb5 X XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --enable-shared X XRESTRICTED= "Crypto; export-controlled" X# Set USA_RESIDENT appropriately in /etc/make.conf if you like X XINFO_FILES= krb425.info krb5-admin.info krb5-admin.info-1 \ X krb5-admin.info-2 krb5-admin.info-3 krb5-install.info \ X krb5-install.info-1 krb5-install.info-2 krb5-user.info X Xfetch-depends: X.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO X @echo X @echo ">> You must set the variable USA_RESIDENT to YES if you are" X @echo " a United States resident, otherwise NO." X @echo " If you are a US resident, understand that this software" X @echo " may be export restricted." X @echo " If you are not a US resident, then you cannot obtain" X @echo " Kerberos V source from a server within the United" X @echo " States. You will have to find the source elsewhere," X @echo " and put them in ${_DISTDIR}." X.endif X XMAN1= krb5-send-pr.1 kpasswd.1 v5passwd.1 klist.1 kinit.1 \ X kdestroy.1 ksu.1 sclient.1 rsh.1 rcp.1 rlogin.1 \ X v4rcp.1 ftp.1 telnet.1 kerberos.1 XMAN5= kdc.conf.5 krb5.conf.5 .k5login.5 XMAN8= krb5kdc.8 kadmin.8 kadmin.local.8 kdb5_util.8 \ X ktutil.8 kadmind.8 kprop.8 kpropd.8 sserver.8 \ X kshd.8 klogind.8 login.krb5.8 ftpd.8 telnetd.8 X XWRKSRC= ${WRKDIR}/${DISTNAME}/src XRECONF_COOKIE= ${WRKDIR}/.reconf_done XREADME_KRB5= README.KRB5-1.0.5 XAWK_SCRIPT= '/1) Change into the directory/ { if (match($$0, "dist/[0-9]+")) print substr($$0, RSTART, RLENGTH) }' X XWANT_HTML?= YES XHTML_DOC_DIR= ${WRKDIR}/${DISTNAME}/doc XHTML_DOCS= admin.html install_foot.html user-guide.html \ X admin_foot.html install_toc.html user-guide_foot.html \ X admin_toc.html krb425.html user-guide_toc.html \ X install.html krb425_toc.html XSETUID_EXE= bin/ksu bin/v4rcp X Xpre-fetch: X @${MKDIR} ${_DISTDIR} X @(cd ${_DISTDIR}; \ X if [ ! -f ${README_KRB5} ]; then \ X for site in ${MASTER_SITES}; do \ X ${ECHO_MSG} ">> Attempting to fetch ${README_KRB5} from $${site}."; \ X if ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}/${README_KRB5} ${FETCH_AFTER_ARGS}; then \ X break; \ X fi \ X done; fi); \ X if [ ! -f ${_DISTDIR}/${README_KRB5} ]; then \ X ${ECHO_MSG} ">> Couldn't fetch it - please try to retrieve"; \ X ${ECHO_MSG} ">> this port manually into ${_DISTDIR} and try"; \ X ${ECHO_MSG} ">> again."; \ X fi X Xdo-fetch: X @${MKDIR} ${_DISTDIR} X @(cd ${_DISTDIR}; \ X secret=`${AWK} ${AWK_SCRIPT} < ${_DISTDIR}/${README_KRB5}`; \ X for file in ${DISTFILES}; do \ X if [ ! -f $$file -a ! -f `${BASENAME} $$file` ]; then \ X if [ -h $$file -o -h `${BASENAME} $$file` ]; then \ X ${ECHO_MSG} ">> ${_DISTDIR}/$$file is a broken symlink."; \ X ${ECHO_MSG} ">> Perhaps a filesystem (most likely a CD) isn't mounted?"; \ X ${ECHO_MSG} ">> Please correct this problem and try again."; \ X exit 1; \ X fi ; \ X ${ECHO_MSG} ">> $$file doesn't seem to exist on this system."; \ X for site in ${MASTER_SITES}; do \ X ${ECHO_MSG} ">> Attempting to fetch from $${site}/$${secret}."; \ X if ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}/$${secret}/$${file} ${FETCH_AFTER_ARGS}; then \ X continue 2; \ X fi \ X done; \ X ${ECHO_MSG} ">> Couldn't fetch it - please try to retrieve this";\ X ${ECHO_MSG} ">> port manually into ${_DISTDIR} and try again."; \ X exit 1; \ X fi \ X done) X Xpre-configure: ${RECONF_COOKIE} X X${RECONF_COOKIE}: X @(cd ${WRKSRC}/util/autoconf && ./configure && gmake) X @(cd ${WRKSRC} && ./util/reconf --force) X ${TOUCH} ${RECONF_COOKIE} X Xpost-build: X @(cd ${WRKSRC}/../doc && \ X ${MAKE} ${INFO_FILES}) X Xpost-install: X# XXX Not sure why tmac.doc is installed here -- I don't think X# we need it. I should patch the distribution to not install X# it, I think. X @rm -f ${PREFIX}/man/man1/tmac.doc X# shared libs X ${LDCONFIG} -m ${PREFIX}/lib X# html documentation X.if defined(WANT_HTML) && ${WANT_HTML} == YES X @${MKDIR} ${PREFIX}/share/doc/krb5 X.for html in ${HTML_DOCS} X ${INSTALL_MAN} ${HTML_DOC_DIR}/${html} ${PREFIX}/share/doc/krb5 X.endfor X.endif X# fixup setuid executables X.for setuid in ${SETUID_EXE} X chown root ${PREFIX}/${setuid} X.endfor X# handle info files X if [ ! -f ${PREFIX}/info/dir ]; then \ X ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > \ X ${PREFIX}/info/dir; \ X fi X.for info in ${INFO_FILES} X ${INSTALL_MAN} ${WRKSRC}/../doc/${info} ${PREFIX}/info/${info} X.endfor X.for info in ${INFO_FILES:M*.info} X install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir X.endfor X X.include END-of-krb5/Makefile echo c - krb5/patches mkdir -p krb5/patches > /dev/null 2>&1 echo x - krb5/patches/patch-aa sed 's/^X//' >krb5/patches/patch-aa << 'END-of-krb5/patches/patch-aa' X--- configure.in.orig 1998/05/27 20:22:52 1.1.1.1 X+++ configure.in 1998/05/28 16:14:23 1.2 X@@ -21,6 +21,28 @@ X AC_ARG_ENABLE([shared], X [ --enable-shared build shared libraries],[ X case $krb5_cv_host in X+*-*-freebsd*) X+ echo "Enabling shared libraries for FreeBSD...." X+ krb5_cv_shlibs_cflags=-fpic X+ krb5_cv_shlibs_ext=so X+ krb5_cv_noshlibs_ext=a X+krb5_cv_shlibs_versioned_filenames=yes # version in filename of library X+ krb5_cv_shlibs_need_nover=no X+ krb5_cv_shlibs_dir=shared X+ krb5_cv_shlibs_ldflag= X+ krb5_cv_noshlibs_ldflag="-static" X+ krb5_cv_shlibs_sym_ufo="-u " X+ krb5_cv_shlibs_dirhead="-Wl,-R -Wl," X+ krb5_cv_exe_need_dirs=yes X+ krb5_cv_shlibs_use_dirs=yes X+ krb5_cv_shlibs_use_colon_dirs=no X+ krb5_cv_shlibs_tail_comp= X+ krb5_cv_shlibs_enabled=yes X+ krb5_cv_staticlibs_enabled=yes X+ krb5_cv_shlibs_run_ldpath=default X+ krb5_cv_shlibs_run_libpath=no X+ krb5_cv_shlibs_run_rldroot=no X+ ;; X *-*-netbsd*) X echo "Enabling shared libraries for NetBSD...." X krb5_cv_shlibs_cflags=-fpic END-of-krb5/patches/patch-aa echo x - krb5/patches/patch-ab sed 's/^X//' >krb5/patches/patch-ab << 'END-of-krb5/patches/patch-ab' X--- util/makeshlib.sh.orig 1998/05/27 20:24:15 1.1.1.1 X+++ util/makeshlib.sh 1998/05/28 16:14:32 1.2 X@@ -17,6 +17,18 @@ X VERSION="$1" ; shift X X case $host in X+*-*-freebsd*) X+ FILES=`for i X+ do X+ sed -e "s;^;$i/shared/;" -e "s; ; $i/shared/;g" -e "s;^$i/shared/\$;;" $i/DONE X+ done` X+ # Hack to deal with the fact that with cc options are different X+ # from ld... X+ ldflags=`echo $ldflags |sed -e "s/-Wl,//g"` X+ echo ld -Bshareable $ldflags -o $library $FILES $libdirfl $liblist X+ ld -Bshareable $ldflags -o $library $FILES $libdirfl $liblist X+ stat=$? X+ ;; X *-*-netbsd*) X FILES=`for i X do END-of-krb5/patches/patch-ab echo x - krb5/patches/patch-ac sed 's/^X//' >krb5/patches/patch-ac << 'END-of-krb5/patches/patch-ac' X--- ../doc/admin.texinfo Fri Feb 6 21:40:56 1998 X+++ admin.texinfo Fri Jun 19 15:13:45 1998 X@@ -5,6 +5,10 @@ X @c guide X @setfilename krb5-admin.info X @settitle Kerberos V5 System Administrator's Guide X+@dircategory Kerberos V5 X+@direntry X+* Admin Guide: (krb5-admin). Kerberos V5 System Admin's Guide X+@end direntry X @setchapternewpage odd @c chapter begins on next odd page X @c @setchapternewpage on @c chapter begins on next page X @c @smallbook @c Format for 7" X 9.25" paper END-of-krb5/patches/patch-ac echo x - krb5/patches/patch-ad sed 's/^X//' >krb5/patches/patch-ad << 'END-of-krb5/patches/patch-ad' X--- ../doc/user-guide.texinfo Fri Feb 6 21:40:58 1998 X+++ user-guide.texinfo Fri Jun 19 15:13:45 1998 X@@ -3,6 +3,10 @@ X @c guide X @setfilename krb5-user.info X @settitle Kerberos V5 UNIX User's Guide X+@dircategory Kerberos V5 X+@direntry X+* User's Guide: (krb5-user). Kerberos V5 UNIX User's Guide X+@end direntry X @setchapternewpage odd @c chapter begins on next odd page X @c @setchapternewpage on @c chapter begins on next page X @c @smallbook @c Format for 7" X 9.25" paper END-of-krb5/patches/patch-ad echo x - krb5/patches/patch-ae sed 's/^X//' >krb5/patches/patch-ae << 'END-of-krb5/patches/patch-ae' X--- ../doc/install.texinfo Fri Feb 6 21:40:56 1998 X+++ install.texinfo Fri Jun 19 15:13:45 1998 X@@ -5,6 +5,10 @@ X @c guide X @setfilename krb5-install.info X @settitle Kerberos V5 Installation Guide X+@dircategory Kerberos V5 X+@direntry X+* Installation Guide: (krb5-install). Kerberos V5 Installation Guide X+@end direntry X @setchapternewpage odd @c chapter begins on next odd page X @c @setchapternewpage on @c chapter begins on next page X @c @smallbook @c Format for 7" X 9.25" paper END-of-krb5/patches/patch-ae echo x - krb5/patches/patch-af sed 's/^X//' >krb5/patches/patch-af << 'END-of-krb5/patches/patch-af' X--- ../doc/krb425.texinfo Fri Feb 6 21:40:57 1998 X+++ krb425.texinfo Fri Jun 19 15:13:45 1998 X@@ -5,6 +5,10 @@ X @c guide X @setfilename krb425.info X @settitle Upgrading to Kerberos V5 from Kerberos V4 X+@dircategory Kerberos V5 X+@direntry X+* Upgrading from V4 to V5: (krb425). Upgrading from Kerberos V4 to V5 X+@end direntry X @setchapternewpage odd @c chapter begins on next odd page X @c @setchapternewpage on @c chapter begins on next page X @c @smallbook @c Format for 7" X 9.25" paper END-of-krb5/patches/patch-af echo c - krb5/pkg mkdir -p krb5/pkg > /dev/null 2>&1 echo x - krb5/pkg/COMMENT sed 's/^X//' >krb5/pkg/COMMENT << 'END-of-krb5/pkg/COMMENT' XAn authentication system developed at MIT, successor to Kerberos IV. END-of-krb5/pkg/COMMENT echo x - krb5/pkg/DESCR sed 's/^X//' >krb5/pkg/DESCR << 'END-of-krb5/pkg/DESCR' XKerberos V5 is an authentication system developed at MIT. XSee also: http://web.mit.edu/kerberos/www/ X XAbridged from the User Guide: X Under Kerberos, a client sends a request for a ticket to the X Key Distribution Center (KDC). The KDC creates a ticket-granting X ticket (TGT) for the client, encrypts it using the client's X password as the key, and sends the encrypted TGT back to the X client. The client then attempts to decrypt the TGT, using X its password. If the client successfully decrypts the TGT, it X keeps the decrypted TGT, which indicates proof of the client's X identity. The TGT permits the client to obtain additional tickets, X which give permission for specific services. X Since Kerberos negotiates authenticated, and optionally encrypted, X communications between two points anywhere on the internet, it X provides a layer of security that is not dependent on which side of a X firewall either client is on. X The Kerberos V5 package is designed to be easy to use. Most of the X commands are nearly identical to UNIX network programs you are already X used to. Kerberos V5 is a single-sign-on system, which means that you X have to type your password only once per session, and Kerberos does X the authenticating and encrypting transparently. X XJacques Vidrine END-of-krb5/pkg/DESCR echo x - krb5/pkg/PLIST sed 's/^X//' >krb5/pkg/PLIST << 'END-of-krb5/pkg/PLIST' Xbin/krb524init Xbin/kpasswd Xbin/v5passwd Xbin/klist Xbin/kinit Xbin/kdestroy Xbin/ksu Xbin/sclient Xbin/sim_client Xbin/uuclient Xbin/rsh Xbin/rcp Xbin/rlogin Xbin/v4rcp Xbin/gss-client Xbin/ftp Xbin/telnet Xinclude/gssapi/gssapi_generic.h Xinclude/gssapi/gssapi.h Xinclude/gssapi/gssapi_krb5.h Xinclude/kerberosIV/krb.h Xinclude/kerberosIV/des.h Xinclude/kerberosIV/kadm.h Xinclude/kerberosIV/mit-copyright.h Xinclude/kerberosIV/krb_err.h Xinclude/com_err.h Xinclude/mit-sipb-copyright.h Xinclude/libpty.h Xinclude/krb5.h Xlib/libcom_err.a Xlib/libcom_err.so.1.0 Xlib/libpty.a Xlib/libdyn.a Xlib/libdyn.so.1.0 Xlib/libcrypto.so.1.0 Xlib/libcrypto.a Xlib/libkrb5.so.1.0 Xlib/libkrb5.a Xlib/libdes425.a Xlib/libdes425.so.1.0 Xlib/libkrb4.so.1.0 Xlib/libkrb4.a Xlib/libkrb5util.a Xlib/libkdb5.so.1.0 Xlib/libkdb5.a Xlib/libgssapi_krb5.a Xlib/libgssapi_krb5.so.1.0 Xlib/libgssrpc.a Xlib/libgssrpc.so.1.0 Xlib/libkadm5clnt.a Xlib/libkadm5clnt.so.1.0 Xlib/libkadm5srv.a Xlib/libkadm5srv.so.1.0 Xlib/libkrb524.a X@exec /sbin/ldconfig -m %D/lib Xman/man1/krb5-send-pr.1.gz Xman/man1/kpasswd.1.gz Xman/man1/v5passwd.1.gz Xman/man1/klist.1.gz Xman/man1/kinit.1.gz Xman/man1/kdestroy.1.gz Xman/man1/ksu.1.gz Xman/man1/sclient.1.gz Xman/man1/rsh.1.gz Xman/man1/rcp.1.gz Xman/man1/rlogin.1.gz Xman/man1/v4rcp.1.gz Xman/man1/ftp.1.gz Xman/man1/telnet.1.gz Xman/man1/kerberos.1.gz Xman/man5/kdc.conf.5.gz Xman/man5/krb5.conf.5.gz Xman/man5/.k5login.5.gz Xman/man8/krb5kdc.8.gz Xman/man8/kadmin.8.gz Xman/man8/kadmin.local.8.gz Xman/man8/kdb5_util.8.gz Xman/man8/ktutil.8.gz Xman/man8/kadmind.8.gz Xman/man8/kprop.8.gz Xman/man8/kpropd.8.gz Xman/man8/sserver.8.gz Xman/man8/kshd.8.gz Xman/man8/klogind.8.gz Xman/man8/login.krb5.8.gz Xman/man8/ftpd.8.gz Xman/man8/telnetd.8.gz Xsbin/krb5-send-pr Xsbin/krb524d Xsbin/krb5kdc Xsbin/kadmin.local Xsbin/kadmin Xsbin/kdb5_util Xsbin/ktutil Xsbin/kadmind Xsbin/kadmind4 Xsbin/v5passwdd Xsbin/kprop Xsbin/kpropd Xsbin/sserver Xsbin/sim_server Xsbin/uuserver Xsbin/kshd Xsbin/klogind Xsbin/login.krb5 Xsbin/gss-server Xsbin/ftpd Xsbin/telnetd Xshare/gnats/mit Xshare/doc/krb5/admin.html Xshare/doc/krb5/install_foot.html Xshare/doc/krb5/user-guide.html Xshare/doc/krb5/admin_foot.html Xshare/doc/krb5/install_toc.html Xshare/doc/krb5/user-guide_foot.html Xshare/doc/krb5/admin_toc.html Xshare/doc/krb5/krb425.html Xshare/doc/krb5/user-guide_toc.html Xshare/doc/krb5/install.html Xshare/doc/krb5/krb425_toc.html X@unexec install-info --delete %D/info/krb425.info %D/info/dir X@unexec install-info --delete %D/info/krb5-admin.info %D/info/dir X@unexec install-info --delete %D/info/krb5-install.info %D/info/dir X@unexec install-info --delete %D/info/krb5-user.info %D/info/dir Xinfo/krb425.info Xinfo/krb5-admin.info Xinfo/krb5-admin.info-1 Xinfo/krb5-admin.info-2 Xinfo/krb5-admin.info-3 Xinfo/krb5-install.info Xinfo/krb5-install.info-1 Xinfo/krb5-install.info-2 Xinfo/krb5-user.info X@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir X@exec install-info %D/info/krb425.info %D/info/dir X@exec install-info %D/info/krb5-admin.info %D/info/dir X@exec install-info %D/info/krb5-install.info %D/info/dir X@exec install-info %D/info/krb5-user.info %D/info/dir X@dirrm include/gssapi X@dirrm include/kerberosIV X@dirrm share/doc/krb5 END-of-krb5/pkg/PLIST exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 21 12:06:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17193 for freebsd-ports-outgoing; Sun, 21 Jun 1998 12:06:01 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from shire.domestic.de (kuebart.stuttgart.netsurf.de [194.233.216.182]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA17174 for ; Sun, 21 Jun 1998 12:05:51 -0700 (PDT) (envelope-from joki@kuebart.stuttgart.netsurf.de) Received: from yacht.domestic.de (yacht.domestic.de [192.168.1.4]) by shire.domestic.de (8.8.8/8.8.7) with ESMTP id VAA29854 for ; Sun, 21 Jun 1998 21:05:24 +0200 (CEST) (envelope-from joki@shire.domestic.de) From: Joachim Kuebart Received: (from joki@localhost) by yacht.domestic.de (8.8.8/8.8.7) id VAA05276 for freebsd-ports@freebsd.org; Sun, 21 Jun 1998 21:07:05 +0200 (CEST) (envelope-from joki@shire.domestic.de) Message-Id: <199806211907.VAA05276@yacht.domestic.de> Subject: X11 port broken To: freebsd-ports@FreeBSD.ORG Date: Sun, 21 Jun 1998 21:07:05 +0200 (CEST) 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 Hi, when I try to make ports/x11/XFree86, make complains that "XFree86 uses X11, but /usr/X11R6 not found." The test in /usr/share/mk/bsd.ports.mk that issues this warning is bogus since USE_X11 must be set in XFree86's makefile in order to get the correct BASEDIR setting. cu Jo --------------------------------------------------------------------- FreeBSD: The Power to Serve Joachim Kuebart Tel: +49 711 653706 Replicants are like any other machine -- Germany they're either a benefit or a hazard. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 21 12:27:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18750 for freebsd-ports-outgoing; Sun, 21 Jun 1998 12:27:28 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tim.xenologics.com (tim.xenologics.com [194.77.5.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18738 for ; Sun, 21 Jun 1998 12:27:22 -0700 (PDT) (envelope-from seggers@semyam.dinoco.de) Received: (from uucp@localhost) by tim.xenologics.com (8.8.5/8.8.8) with UUCP id VAA23724 for freebsd-ports@FreeBSD.ORG; Sun, 21 Jun 1998 21:23:19 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by semyam.dinoco.de (8.8.8/8.8.8) with ESMTP id TAA23666; Sun, 21 Jun 1998 19:53:43 +0200 (CEST) (envelope-from seggers@semyam.dinoco.de) Message-Id: <199806211753.TAA23666@semyam.dinoco.de> To: freebsd-ports@FreeBSD.ORG Subject: Concurrent package making allowed? Cc: seggers@semyam.dinoco.de Date: Sun, 21 Jun 1998 19:53:42 +0200 From: Stefan Eggers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! As I was thinking about how to make a list of package sizes I was stumbling about the question of how much locking it will require. Is it legal to make several package concurrently? I.e. I make crafty and at the same time xboard? Stefan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 21 12:54:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA21444 for freebsd-ports-outgoing; Sun, 21 Jun 1998 12:54:53 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freebsd.scds.com (jseger.shore.net [204.167.102.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA21425 for ; Sun, 21 Jun 1998 12:54:45 -0700 (PDT) (envelope-from jseger@freebsd.scds.com) Received: (from jseger@localhost) by freebsd.scds.com (8.8.8/8.8.5) id QAA04393; Sun, 21 Jun 1998 16:03:54 -0400 (EDT) Date: Sun, 21 Jun 1998 16:03:54 -0400 (EDT) Message-Id: <199806212003.QAA04393@freebsd.scds.com> From: "Justin M. Seger" To: joki@kuebart.stuttgart.netsurf.de CC: freebsd-ports@FreeBSD.ORG In-reply-to: <199806211907.VAA05276@yacht.domestic.de> (message from Joachim Kuebart on Sun, 21 Jun 1998 21:07:05 +0200 (CEST)) Subject: Re: X11 port broken References: <199806211907.VAA05276@yacht.domestic.de> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org when I try to make ports/x11/XFree86, make complains that "XFree86 uses X11, but /usr/X11R6 not found." The test in /usr/share/mk/bsd.ports.mk that issues this warning is bogus since USE_X11 must be set in XFree86's makefile in order to get the correct BASEDIR setting. Just do a mkdir /usr/X11R6 and you're all set. 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 Jun 21 12:57:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA21735 for freebsd-ports-outgoing; Sun, 21 Jun 1998 12:57:21 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tim.xenologics.com (tim.xenologics.com [194.77.5.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA21729; Sun, 21 Jun 1998 12:57:17 -0700 (PDT) (envelope-from seggers@semyam.dinoco.de) Received: (from uucp@localhost) by tim.xenologics.com (8.8.5/8.8.8) with UUCP id VAA24986; Sun, 21 Jun 1998 21:55:25 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by semyam.dinoco.de (8.8.8/8.8.8) with ESMTP id VAA04047; Sun, 21 Jun 1998 21:50:42 +0200 (CEST) (envelope-from seggers@semyam.dinoco.de) Message-Id: <199806211950.VAA04047@semyam.dinoco.de> Cc: "Jordan K. Hubbard" , Stefan Eggers To: hackers@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: package sizes (was: Re: 2.2.6 CD-ROM : Package dependencies up the creek ? ) In-reply-to: Your message of "Sat, 20 Jun 1998 21:56:34 PDT." <24004.898404994@time.cdrom.com> Date: Sun, 21 Jun 1998 21:50:40 +0200 From: Stefan Eggers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > The most important question first: How is the opinion on doing this > > with a precomputed package size table on the CD? Would it be worth to > Depends mostly on how well integrated the creation and actual usage of > this table was, I guess! Diffs are always happily reviewed, at least. :) I am now investigating the possibility of pkg_create doing the size calculations based on the packing list. The patch suggested on the ports mailing list with the "grep Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA04454 for freebsd-ports-outgoing; Sun, 21 Jun 1998 17:31:50 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA04423 for ; Sun, 21 Jun 1998 17:31:38 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA27337; Sun, 21 Jun 1998 17:30:01 -0700 (PDT) Received: from cesit1.unifi.it (cesit1.unifi.it [150.217.1.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA04350 for ; Sun, 21 Jun 1998 17:31:13 -0700 (PDT) (envelope-from ugo@dsi.UNIFI.IT) Received: from aguirre.dsi.unifi.it by CESIT1.UNIFI.IT (PMDF V5.1-10 #23168) with SMTP id <01IYIRK1B2KQ0004VD@CESIT1.UNIFI.IT> for FreeBSD-gnats-submit@freebsd.org; Mon, 22 Jun 1998 02:31:23 MET Received: from dsi.unifi.it (ppp-firenze71-70.iol.it) by aguirre.dsi.unifi.it (4.1/SMI-4.1) id AA11559; Sun, 21 Jun 1998 18:56:41 +0200 Received: from pegasus.home.net (pegasus.home.net [192.168.1.3]) by dsi.unifi.it (8.8.8/8.8.8) with ESMTP id UAA22513 for ; Sun, 21 Jun 1998 20:17:31 +0200 (MET DST envelope-from ugo) Received: (from ugo@localhost) by pegasus.home.net (8.8.8/8.8.8) id UAA01386; Sun, 21 Jun 1998 20:17:30 +0200 (MET DST envelope-from ugo) Message-Id: <199806211817.UAA01386@pegasus.home.net> Date: Sun, 21 Jun 1998 20:17:30 +0200 (MET DST) From: paterno@dsi.UNIFI.IT Reply-To: paterno@dsi.UNIFI.IT To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7013: SANE v0.73 cannot be pkg_deleted due to incomplete PLIST Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7013 >Category: ports >Synopsis: SANE v0.73 cannot be pkg_deleted due to incomplete PLIST >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 21 17:30:01 PDT 1998 >Last-Modified: >Originator: Ugo Paternostro >Organization: Not an organization >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD pegasus.home.net 2.2.6-STABLE FreeBSD 2.2.6-STABLE #4: Sun Jun 14 14:53:39 MET DST 1998 ugo@pegasus.home.net:/usr/src/sys/compile/PEGASUS i386 >Description: Subject says it all: "etc/sane.d/dll.conf" is missing from ports/graphics/sane/pkg/PLIST, so the package cannot be completly removed using pkg_delete (it was there since 1.1, then it disappeared in 1.5...) >How-To-Repeat: cd /usr/ports/graphics/sane && make install && pkg_delete -v sane-0.73 >Fix: Index: PLIST =================================================================== RCS file: /home/ncvs/ports/graphics/sane/pkg/PLIST,v retrieving revision 1.5 diff -u -r1.5 PLIST --- PLIST 1998/05/26 08:18:01 1.5 +++ PLIST 1998/06/11 11:01:43 @@ -4,6 +4,7 @@ etc/sane.d/apple.conf etc/sane.d/artec.conf etc/sane.d/coolscan.conf +etc/sane.d/dll.conf etc/sane.d/dmc.conf etc/sane.d/epson.conf etc/sane.d/hp.conf >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 21 18:20:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA13471 for freebsd-ports-outgoing; Sun, 21 Jun 1998 18:20:14 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA13382 for ; Sun, 21 Jun 1998 18:19:39 -0700 (PDT) (envelope-from doconnor@cain.gsoft.com.au) Received: from cain (localhost [127.0.0.1]) by cain.gsoft.com.au (8.8.8/8.6.9) with ESMTP id KAA14774; Mon, 22 Jun 1998 10:48:59 +0930 (CST) Message-Id: <199806220118.KAA14774@cain.gsoft.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Tim Vanderhoek cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/6985: New port: battalion-1.4 In-reply-to: Your message of "Fri, 19 Jun 1998 14:50:01 MST." <199806192150.OAA18638@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 22 Jun 1998 10:48:59 +0930 From: "Daniel O'Connor" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > XHomepage: http://www.evl.uic.edu/aej/AndyBattalion.html > > I think we can leave out the "Homepage: " tag. Except in the > extremely rare case where multiple URLs should be listed at the > end of pkg/DESCR, it's just noise. Hmm.. I like this because quite often I go looking through the ports collection for stuff, an I want to find the home page of the program without actually installing it (also there are several ports in which you can't actually find the home page any other way :) --------------------------------------------------------------------- |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 Jun 21 18:32:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15552 for freebsd-ports-outgoing; Sun, 21 Jun 1998 18:32:14 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA15472 for ; Sun, 21 Jun 1998 18:31:41 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA27465; Sun, 21 Jun 1998 18:30:01 -0700 (PDT) Received: from aldan.ziplink.net (mi@kot.ne.mediaone.net [24.128.29.55]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA13860 for ; Sun, 21 Jun 1998 18:22:12 -0700 (PDT) (envelope-from mi@rtfm.ziplink.net) Received: from rtfm.ziplink.net (rtfm [199.232.255.52]) by aldan.ziplink.net (8.8.8/8.8.7) with ESMTP id BAA14362 for ; Mon, 22 Jun 1998 01:22:02 GMT (envelope-from mi@rtfm.ziplink.net) Received: (from root@localhost) by rtfm.ziplink.net (8.8.8/8.8.5) id VAA20179; Sun, 21 Jun 1998 21:21:54 -0400 (EDT) Message-Id: <199806220121.VAA20179@rtfm.ziplink.net> Date: Sun, 21 Jun 1998 21:21:54 -0400 (EDT) From: root@rtfm.ziplink.net Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7015: jbigkit port upgraded Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7015 >Category: ports >Synopsis: jbigkit port upgraded to 1.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: Sun Jun 21 18:30:00 PDT 1998 >Last-Modified: >Originator: Mikhail Teterin >Organization: Virtual Estates >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: >How-To-Repeat: >Fix: It's in the ``incoming''... >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 21 19:21:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA21504 for freebsd-ports-outgoing; Sun, 21 Jun 1998 19:21:41 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA21497 for ; Sun, 21 Jun 1998 19:21:37 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA27567; Sun, 21 Jun 1998 19:20:01 -0700 (PDT) Date: Sun, 21 Jun 1998 19:20:01 -0700 (PDT) Message-Id: <199806220220.TAA27567@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Jacques Vidrine Subject: Re: ports/6924: New port, Hesiod 3.0.2 Reply-To: Jacques Vidrine Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6924; it has been noted by GNATS. From: Jacques Vidrine To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/6924: New port, Hesiod 3.0.2 Date: Sun, 21 Jun 1998 21:11:52 -0500 This diff fixes the errors and warnings emitted by portlint. Jacques Vidrine --- Makefile 1998/06/12 05:01:30 1.1 +++ Makefile 1998/06/22 02:09:14 1.2 @@ -3,7 +3,7 @@ # Date created: 6/11/1998 # Whom: n@nectar.com # -# $Id: Makefile,v 1.1 1998/06/12 05:01:30 nectar Exp $ +# $Id: Makefile,v 1.2 1998/06/22 02:09:14 nectar Exp $ # DISTNAME= hesiod-3.0.2 @@ -18,10 +18,8 @@ hesiod_free_servent.3 hesiod_getmailhost.3 \ hesiod_getpwnam.3 hesiod_getpwuid.3 \ hesiod_getservbyname.3 hesiod_init.3 \ - hesiod_resolve.3 hesiod_to_bind.3 + hesiod_resolve.3 hesiod_to_bind.3 MAN5= hesiod.conf.5 - - HAS_CONFIGURE= YES GNU_CONFIGURE= YES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 21 19:35:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA23265 for freebsd-ports-outgoing; Sun, 21 Jun 1998 19:35:13 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hwcn.org (ac199@james.hwcn.org [199.212.94.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA23254 for ; Sun, 21 Jun 1998 19:35:09 -0700 (PDT) (envelope-from hoek@hwcn.org) Received: from localhost (ac199@localhost) by hwcn.org (8.8.8/8.8.8) with SMTP id WAA06031; Sun, 21 Jun 1998 22:28:59 -0400 (EDT) Date: Sun, 21 Jun 1998 22:28:59 -0400 (EDT) From: Tim Vanderhoek To: "Daniel O'Connor" cc: Tim Vanderhoek , freebsd-ports@FreeBSD.ORG Subject: Re: ports/6985: New port: battalion-1.4 In-Reply-To: <199806220118.KAA14774@cain.gsoft.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 Mon, 22 Jun 1998, Daniel O'Connor wrote: > Hmm.. I like this because quite often I go looking through the ports > collection for stuff, an I want to find the home page of the program without > actually installing it (also there are several ports in which you can't > actually find the home page any other way :) I hope you're not suggesting that we disclude a URL for the program's homepage!?!? That's just a plain dumb idea, I'm sorry. In fact, the handbook specifically instructs porters to add the homepage URL to pkg/DESCR! [I know --- I added that instruction myself....however, the format I encouraged did not include the letters "H","o","m","e",etc., and that was for a reason :-]. -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 21 19:39:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA24029 for freebsd-ports-outgoing; Sun, 21 Jun 1998 19:39:31 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA23948 for ; Sun, 21 Jun 1998 19:38:50 -0700 (PDT) (envelope-from doconnor@cain.gsoft.com.au) Received: from cain (localhost [127.0.0.1]) by cain.gsoft.com.au (8.8.8/8.6.9) with ESMTP id MAA15803; Mon, 22 Jun 1998 12:08:38 +0930 (CST) Message-Id: <199806220238.MAA15803@cain.gsoft.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Tim Vanderhoek cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/6985: New port: battalion-1.4 In-reply-to: Your message of "Sun, 21 Jun 1998 22:28:59 -0400." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 22 Jun 1998 12:08:38 +0930 From: "Daniel O'Connor" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I hope you're not suggesting that we disclude a URL for the > program's homepage!?!? That's just a plain dumb idea, I'm sorry. > In fact, the handbook specifically instructs porters to add the > homepage URL to pkg/DESCR! [I know --- I added that instruction > myself....however, the format I encouraged did not include the > letters "H","o","m","e",etc., and that was for a reason :-]. OK, sorry :) I agree that the URL for a port should be included.. I must have misread your post, sorry! --------------------------------------------------------------------- |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 Jun 21 20:15:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA29984 for freebsd-ports-outgoing; Sun, 21 Jun 1998 20:15:49 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from flarn.dyn.ml.org (mph@usr336.third-wave.com [147.72.122.147]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA29960 for ; Sun, 21 Jun 1998 20:15:37 -0700 (PDT) (envelope-from mph@flarn.dyn.ml.org) Received: (from mph@localhost) by flarn.dyn.ml.org (8.8.8/8.8.8) id XAA26522; Sun, 21 Jun 1998 23:14:42 -0400 (EDT) (envelope-from mph) Message-ID: <19980621231442.A13327@flarn.dyn.ml.org> Date: Sun, 21 Jun 1998 23:14:42 -0400 From: Matthew Hunt To: "Daniel O'Connor" , Tim Vanderhoek Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/6985: New port: battalion-1.4 Mail-Followup-To: Daniel O'Connor , Tim Vanderhoek , freebsd-ports@freebsd.org References: <199806192150.OAA18638@freefall.freebsd.org> <199806220118.KAA14774@cain.gsoft.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199806220118.KAA14774@cain.gsoft.com.au>; from Daniel O'Connor on Mon, Jun 22, 1998 at 10:48:59AM +0930 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jun 22, 1998 at 10:48:59AM +0930, Daniel O'Connor wrote: > Hmm.. I like this because quite often I go looking through the ports > collection for stuff, an I want to find the home page of the program without > actually installing it (also there are several ports in which you can't > actually find the home page any other way :) The suggestion was not to remove the URL for the homepage. The suggestion was to remove the word "Homepage:" from the beginning of the line, because the purpose of the URL should be self-evident. -- Matthew Hunt * Stay close to the Vorlon. http://www.pobox.com/~mph/pgp.key for PGP public key 0x67203349. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 21 20:21:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00959 for freebsd-ports-outgoing; Sun, 21 Jun 1998 20:21:42 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA00952 for ; Sun, 21 Jun 1998 20:21:39 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA27809; Sun, 21 Jun 1998 20:20:03 -0700 (PDT) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA00911 for ; Sun, 21 Jun 1998 20:21:03 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id JAA01472 for ; Mon, 22 Jun 1998 09:21:49 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id HAA17442; Mon, 22 Jun 1998 07:25:41 +0400 (MSD) Message-Id: <199806220325.HAA17442@icc.surw.chel.su> Date: Mon, 22 Jun 1998 07:25:41 +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/7017: Update port: net/lftp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7017 >Category: ports >Synopsis: Update port: net/lftp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 21 20:20:01 PDT 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a patch to update net/lftp port. diff -Nru lftp/Makefile lftp-1.0.1/Makefile --- lftp/Makefile Sun May 10 22:27:38 1998 +++ lftp-1.0.1/Makefile Mon Jun 22 10:40:01 1998 @@ -1,12 +1,12 @@ # New ports collection makefile for: lftp -# Version required: 1.0 +# Version required: 1.0.1 # Date created: 11 September 1997 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.8 1998/05/10 16:45:29 steve Exp $ # -DISTNAME= lftp-1.0 +DISTNAME= lftp-1.0.1 CATEGORIES= net MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/ \ ${MASTER_SITE_SUNSITE} diff -Nru lftp/files/md5 lftp-1.0.1/files/md5 --- lftp/files/md5 Sun May 10 22:27:38 1998 +++ lftp-1.0.1/files/md5 Mon Jun 22 10:40:12 1998 @@ -1 +1 @@ -MD5 (lftp-1.0.tar.gz) = 900bffc55ca7c39e61c5b493df31a238 +MD5 (lftp-1.0.1.tar.gz) = 2605202739031f2b7cf65d0f9b2b8712 diff -Nru lftp/pkg/PLIST lftp-1.0.1/pkg/PLIST --- lftp/pkg/PLIST Sun May 10 22:27:40 1998 +++ lftp-1.0.1/pkg/PLIST Mon Jun 22 10:45:46 1998 @@ -11,5 +11,6 @@ share/doc/lftp/TODO share/locale/es/LC_MESSAGES/lftp.mo share/locale/it/LC_MESSAGES/lftp.mo +share/locale/pt_BR/LC_MESSAGES/lftp.mo share/locale/ru/LC_MESSAGES/lftp.mo @dirrm share/doc/lftp >How-To-Repeat: >Fix: Please, check and cmmit this port. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 21 20:41:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03325 for freebsd-ports-outgoing; Sun, 21 Jun 1998 20:41:52 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03313 for ; Sun, 21 Jun 1998 20:41:42 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA27849; Sun, 21 Jun 1998 20:40:01 -0700 (PDT) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA02911 for ; Sun, 21 Jun 1998 20:38:32 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id JAA01847 for ; Mon, 22 Jun 1998 09:39:11 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id HAA17623; Mon, 22 Jun 1998 07:43:05 +0400 (MSD) Message-Id: <199806220343.HAA17623@icc.surw.chel.su> Date: Mon, 22 Jun 1998 07:43: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/7018: New port: xmball-5.4.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7018 >Category: ports >Synopsis: New port: xmball-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: Sun Jun 21 20:40:00 PDT 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of Masterball puzzle for X Window System. Masterball is a puzzle similar in nature to the famous Rubik's Cube. The original puzzle has 8 sectors on a sphere (longitudinal cuts), with each sector divided into 4 segments (latitudinal cuts). # 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: # # xmball-5.4.4 # xmball-5.4.4/Makefile # xmball-5.4.4/files # xmball-5.4.4/files/md5 # xmball-5.4.4/pkg # xmball-5.4.4/pkg/COMMENT # xmball-5.4.4/pkg/DESCR # xmball-5.4.4/pkg/PLIST # echo c - xmball-5.4.4 mkdir -p xmball-5.4.4 > /dev/null 2>&1 echo x - xmball-5.4.4/Makefile sed 's/^X//' >xmball-5.4.4/Makefile << 'END-of-xmball-5.4.4/Makefile' X# New ports collection makefile for: xmball X# Version required: 5.4.4 X# Date created: 21 May 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= xmball-5.4.4 XCATEGORIES= games x11 XMASTER_SITES= ${MASTER_SITE_XCONTRIB} XMASTER_SITE_SUBDIR= games/xpuzzles X XMAINTAINER= andy@icc.surw.chel.su X XWRKSRC= ${WRKDIR}/xmball XUSE_IMAKE= yes XMAN1= xmball.1 X X# Not configured to use Motif. X# Optionally edit ${WRKSRC}/Imakefile before build. X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/xmball ${PREFIX}/bin X @${INSTALL_DATA} ${WRKSRC}/Mball.ad ${PREFIX}/lib/X11/app-defaults/Mball X @${INSTALL_MAN} ${WRKSRC}/xmball.man ${PREFIX}/man/man1/xmball.1 X X.include END-of-xmball-5.4.4/Makefile echo c - xmball-5.4.4/files mkdir -p xmball-5.4.4/files > /dev/null 2>&1 echo x - xmball-5.4.4/files/md5 sed 's/^X//' >xmball-5.4.4/files/md5 << 'END-of-xmball-5.4.4/files/md5' XMD5 (xmball-5.4.4.tar.gz) = 291887ad76cb53fa5368f4d237ce2a37 END-of-xmball-5.4.4/files/md5 echo c - xmball-5.4.4/pkg mkdir -p xmball-5.4.4/pkg > /dev/null 2>&1 echo x - xmball-5.4.4/pkg/COMMENT sed 's/^X//' >xmball-5.4.4/pkg/COMMENT << 'END-of-xmball-5.4.4/pkg/COMMENT' XMasterball puzzle for X Window System. END-of-xmball-5.4.4/pkg/COMMENT echo x - xmball-5.4.4/pkg/DESCR sed 's/^X//' >xmball-5.4.4/pkg/DESCR << 'END-of-xmball-5.4.4/pkg/DESCR' XMasterball is a puzzle similar in nature to the famous Rubik's Cube. XThe original puzzle has 8 sectors on a sphere (longitudinal cuts), Xwith each sector divided into 4 segments (latitudinal cuts). 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. END-of-xmball-5.4.4/pkg/DESCR echo x - xmball-5.4.4/pkg/PLIST sed 's/^X//' >xmball-5.4.4/pkg/PLIST << 'END-of-xmball-5.4.4/pkg/PLIST' Xbin/xmball Xman/man1/xmball.1.gz Xlib/X11/app-defaults/Mball END-of-xmball-5.4.4/pkg/PLIST exit >How-To-Repeat: >Fix: Please, check and commit this port. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 21 23:51:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA02066 for freebsd-ports-outgoing; Sun, 21 Jun 1998 23:51:26 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from rfhs8012.fh-regensburg.de (root@rfhs8012.fh-regensburg.de [194.95.108.29]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA02031 for ; Sun, 21 Jun 1998 23:51:05 -0700 (PDT) (envelope-from feyrer@rfhs8012.fh-regensburg.de) Received: from rfhs8028.fh-regensburg.de (feyrer@rfhs8028 [194.95.108.83]) by rfhs8012.fh-regensburg.de (8.8.3/8.8.3) with ESMTP id IAA00518 for ; Mon, 22 Jun 1998 08:50:51 +0200 (MET DST) From: Hubert Feyrer Received: (from feyrer@localhost) by rfhs8028.fh-regensburg.de (8.8.3/8.8.3) id IAA24680 for freebsd-ports@freebsd.org; Mon, 22 Jun 1998 08:50:49 +0200 (MET DST) Date: Mon, 22 Jun 1998 08:50:49 +0200 (MET DST) Message-Id: <199806220650.IAA24680@rfhs8028.fh-regensburg.de> To: freebsd-ports@FreeBSD.ORG Subject: Re: package sizes (was: Re: 2.2.6 CD-ROM : Package dependencies up the creek ? ) Newsgroups: muc.lists.freebsd.ports,mpc.lists.freebsd.ports Reply-To: hubert.feyrer@rz.uni-regensburg.de X-Newsreader: TIN [UNIX 1.3 unoff BETA release 960901] Content-Type: text Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In article <199806211950.VAA04047@semyam.dinoco.de> you wrote: > calculations based on the packing list. The patch suggested on the > ports mailing list with the "grep here (the @cwd statements get ignored so the file names are not right > at least for some of the packages) and I think the propper solution > would be this one. Of course you'll have to find a place where the @cwd statements are resolved. Have a look at check_list() in pkg_install/create/pl.c, that's where the md5 checksums are calculated also. > Then I intend to make a file with the size in KByte somewhere. I set > it to the directory of the port for my experiments and modelled it > after the targets readmes and readme. That builds a table from the > size files by just concatenating the ones one level below. The end > result is a table of package name and size in KByte. > And I think this information should be in the package, too as someone > had suggested putting it in the package db to allow estimating how > much space would be freed by deleting a package. Eww, sounds a bit whacky to first write this information to a file, and then stuff it into binary packages. I've worked on this myself this weekend, and I added a @size directive that's written to the +CONTENTS file, and that can subsequently be queried by pkg_info (i'm using the "-s" switch there) on installed packages as well as binary packages not installed yet. BTW, i'm noting the size in bytes at the @size command to be as precise as possible. I intend to commit this as soon as I find an application for it. X-) - Hubert -- Hubert Feyrer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 22 07:23:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06783 for freebsd-ports-outgoing; Mon, 22 Jun 1998 07:23:25 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tim.xenologics.com (tim.xenologics.com [194.77.5.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06775 for ; Mon, 22 Jun 1998 07:23:20 -0700 (PDT) (envelope-from seggers@semyam.dinoco.de) Received: (from uucp@localhost) by tim.xenologics.com (8.8.5/8.8.8) with UUCP id QAA07171; Mon, 22 Jun 1998 16:18:52 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by semyam.dinoco.de (8.8.8/8.8.8) with ESMTP id QAA05598; Mon, 22 Jun 1998 16:12:22 +0200 (CEST) (envelope-from seggers@semyam.dinoco.de) Message-Id: <199806221412.QAA05598@semyam.dinoco.de> To: freebsd-ports@FreeBSD.ORG, "Jordan K. Hubbard" Subject: Re: package sizes (was: Re: 2.2.6 CD-ROM : Package dependencies up the creek ? ) In-reply-to: Your message of "Sun, 21 Jun 1998 21:50:40 +0200." <199806211950.VAA04047@semyam.dinoco.de> Cc: seggers@semyam.dinoco.de Date: Mon, 22 Jun 1998 16:12:22 +0200 From: Stefan Eggers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I am now investigating the possibility of pkg_create doing the size > calculations based on the packing list. The patch suggested on the Just as a note to those interested: That is done now and working for me. See the PR I sent in/the file I uploaded to ftp.FreeBSD.org under pub/FreeBSD/incoming. Now I have to make a small change to bsd.ports.mk to make its install target know how to add +SIZE to the package database. Otherwise this information would be missing when installing from the ports. Stefan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 22 07:24:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06965 for freebsd-ports-outgoing; Mon, 22 Jun 1998 07:24:08 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tim.xenologics.com (tim.xenologics.com [194.77.5.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06898 for ; Mon, 22 Jun 1998 07:23:59 -0700 (PDT) (envelope-from seggers@semyam.dinoco.de) Received: (from uucp@localhost) by tim.xenologics.com (8.8.5/8.8.8) with UUCP id QAA07170; Mon, 22 Jun 1998 16:18:51 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by semyam.dinoco.de (8.8.8/8.8.8) with ESMTP id PAA05209; Mon, 22 Jun 1998 15:56:07 +0200 (CEST) (envelope-from seggers@semyam.dinoco.de) Message-Id: <199806221356.PAA05209@semyam.dinoco.de> To: hubert.feyrer@rz.uni-regensburg.de Subject: Re: Size of a port... In-reply-to: Your message of "Thu, 18 Jun 1998 07:59:36 +0200." <199806180559.HAA18593@rfhs8028.fh-regensburg.de> Cc: seggers@semyam.dinoco.de, ports@FreeBSD.ORG Date: Mon, 22 Jun 1998 15:56:06 +0200 From: Stefan Eggers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > How about generating pkg_create generate this information automatically > and putting it into the port's +CONTENTS file. Then teach pkg_info some Bad idea as then one can't easily get it out of the file. One more file in the package database won't be that bad I think and it makes the whole thing very easy. About a dozen lines in pkg_info were the result of doing it that way. :-) > For the ftp-install, you'd have to "pkg_info -s ftp://.../foo.tgz" > instead of downloading the size-file manually, which I think would be Yeah, right. I used option "-s" in my patches - for obvious reasons. :-) Only for pkg_create I had to use "-S" as "-s" was already in use. And for the "size only" feature option "-z" as in si(z)e. :-( Maybe someone has a better idea and can explain why it is better. For now I made "-S" give the name of the (optional) file which gets the size estimation and "-z" to indicate it should only do this estimation and not actually create a package. I would have liked "-s" for the size file and "-S" for the size file w/o actually creating a package. > Also, associating a port with any size of some (compiled binary) > package seems a bit misleading to me, as the size may vary if e.g. > some dependant (static) lib changes, or you might not even know > what compiler-toolchain the building user's using (or even which > architecture :-). Lib changes are usually not that severe I think. How much would they usually add? A few KByte I suppose. The compiler and architecture are the part which convinces me that this is not a good idea to put into the ports w/o propper identifi- cation of at least the architecture. The compiler we could just assume to be the system's compiler. Anybody using something else should know what he/she is doing anyway. Stefan. -- Stefan Eggers Lu4 yao2 zhi1 ma3 li4, Max-Slevogt-Str. 1 ri4 jiu3 jian4 ren2 xin1. 51109 Koeln Federal Republic of Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 22 07:24:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07105 for freebsd-ports-outgoing; Mon, 22 Jun 1998 07:24:35 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tim.xenologics.com (tim.xenologics.com [194.77.5.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07092 for ; Mon, 22 Jun 1998 07:24:25 -0700 (PDT) (envelope-from seggers@semyam.dinoco.de) Received: (from uucp@localhost) by tim.xenologics.com (8.8.5/8.8.8) with UUCP id QAA07169; Mon, 22 Jun 1998 16:18:43 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by semyam.dinoco.de (8.8.8/8.8.8) with ESMTP id PAA04632; Mon, 22 Jun 1998 15:41:30 +0200 (CEST) (envelope-from seggers@semyam.dinoco.de) Message-Id: <199806221341.PAA04632@semyam.dinoco.de> To: "Justin M. Seger" cc: ports@FreeBSD.ORG, asami@cs.berkeley.edu, seggers@semyam.dinoco.de Subject: Re: Size of a port... In-reply-to: Your message of "Mon, 15 Jun 1998 22:44:00 EDT." <199806160244.WAA26468@freebsd.scds.com> Date: Mon, 22 Jun 1998 15:41:29 +0200 From: Stefan Eggers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > A few people have expressed interest in a file being stored with every port > that contains the size of the installed port. Here are a few lines that coul d > be added to bsd.port.mk to create such a file. Please let me know what you I just finished a patch to pkg_create which puts a file +SIZE in the tar ball. The new pkg_add knows that this belongs into the package database. And finally the new pkg_info knows where to get this info and how to display it. Only bad thing is that pkg_info doesn't do any fancy formatting, yet. It just prints the size in bytes from the file w/o any change. That looks a bit ugly. As supportive feature for future additions pkg_create also can put the estimated size into a file named on the command line. The next thing to do is adding some support to bsd.port.(%|subdir.)mk to put the size estimations created by pkg_create together to a large table a la INDEX. After doing that sysinstall will have to get a bit more functionality in the package management to actually show the sizes from this table. Then the support should be complete. Stefan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 22 07:41:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA10615 for freebsd-ports-outgoing; Mon, 22 Jun 1998 07:41:22 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from rrzs2.rz.uni-regensburg.de (rrzs2.rz.uni-regensburg.de [132.199.1.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA10579 for ; Mon, 22 Jun 1998 07:41:10 -0700 (PDT) (envelope-from hubert.feyrer@rrzc1.rz.uni-regensburg.de) Received: from rrzc1.rz.uni-regensburg.de (rrzc6.rz.uni-regensburg.de [132.199.3.65]) by rrzs2.rz.uni-regensburg.de (8.8.8/8.8.8) with SMTP id QAA25147; Mon, 22 Jun 1998 16:41:06 +0200 (MET DST) Date: Mon, 22 Jun 1998 16:41:19 +0200 (MET DST) From: Hubert Feyrer X-Sender: feh39068@rrzc6 To: Stefan Eggers Cc: ports@FreeBSD.ORG Subject: Re: Size of a port... In-Reply-To: <199806221356.PAA05209@semyam.dinoco.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 Mon, 22 Jun 1998, Stefan Eggers wrote: > Only for pkg_create I had to use "-S" as "-s" was already in use. And > for the "size only" feature option "-z" as in si(z)e. :-( Maybe > someone has a better idea and can explain why it is better. > > For now I made "-S" give the name of the (optional) file which gets > the size estimation and "-z" to indicate it should only do this > estimation and not actually create a package. > > I would have liked "-s" for the size file and "-S" for the size file > w/o actually creating a package. Hum... well, I don't really see the point in that intermediate file, but if you think it's necessary... :-) What mechanism do you use to store this in precopiled packages and to retrieve it? (I.e. what format did you use in the +CONTENTS file) I hope you aren't depending on the ports collection (and thus your size-file) being installed when trying to find out the size of some package in - say - an ftp-install. :} > Lib changes are usually not that severe I think. How much would they > usually add? A few KByte I suppose. > > The compiler and architecture are the part which convinces me that > this is not a good idea to put into the ports w/o propper identifi- > cation of at least the architecture. The compiler we could just > assume to be the system's compiler. Anybody using something else > should know what he/she is doing anyway. Well, I prefer actual values instead of rough estimates. And for the compiler, there might be architectures that use egcs, and others that (still) use gcc here, some of them RISC, others CISC happily intermixed. Moreover, imagine the impact of other package variables like NOPORTSDIR(sp?) employed at pkg create time, which will also result in the pkg size differ. (The reason I try to argue here is to get *BSD not too far apart - at least from the interface's point of view :-) - Hubert -- Hubert Feyrer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 22 09:09:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA25016 for freebsd-ports-outgoing; Mon, 22 Jun 1998 09:09:57 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from santorini.odyssey.cs.cmu.edu (hmpierce@SANTORINI.ODYSSEY.CS.CMU.EDU [128.2.185.181]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA25003 for ; Mon, 22 Jun 1998 09:09:51 -0700 (PDT) (envelope-from hmpierce@santorini.odyssey.cs.cmu.edu) Received: from localhost (hmpierce@localhost) by santorini.odyssey.cs.cmu.edu (8.8.7/8.8.7) with SMTP id MAA07105 for ; Mon, 22 Jun 1998 12:09:48 -0400 Date: Mon, 22 Jun 1998 12:09:48 -0400 (EDT) From: "Henry M. Pierce" To: freebsd-ports@FreeBSD.ORG Subject: uids Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello. I am creating FreeBSD packages for the Coda File system. There is a blurb in the FreeBSD manual concerning uid's: "If your port requires a certain user ID to be on the installed system, let the pkg/INSTALL script call pw to create it automatically. Look at japanese/Wnn or net/cvsup-mirror for examples. It is customary to use UIDs in the upper 2-digit range (i.e., from around 50 to 99) for this purpose." We currently use uid "500" for account "admin" needed by coda. While this can be changed to be a bit more arbitrary in the future, it is inconvenient for Coda development at this time to do so because of cross-platform issues. Are there any hidden technical problems this might cause that anyone is aware off? thanks! henry ---------------------------------------------- Henry M. Pierce Research Programmer Department of Computer Science Carnegie Mellon University 5000 Forbes Avenue Pittsburgh, PA email: hmpierce@cs.cmu.edu, hmp@infomagic.com --- Quote for the Millennium: "It seems the most important metric of useful software is not its feature set, but its bug set." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 22 11:22:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19981 for freebsd-ports-outgoing; Mon, 22 Jun 1998 11:22:19 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA19839 for ; Mon, 22 Jun 1998 11:21:25 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA27931 for freebsd-ports; Mon, 22 Jun 1998 11:00:09 -0700 (PDT) Date: Mon, 22 Jun 1998 11:00:09 -0700 (PDT) Message-Id: <199806221800.LAA27931@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 [1998/04/24] ports/6405 ports does not build; ignores local CFLAGS, CXX o [1998/06/16] ports/6969 ports cyrus won't compile o [1998/06/19] ports/6998 ports Istall (2.2.5) does not find CDROM device 3 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [1996/12/22] ports/2268 ports libc from linux emulator does not use /et o [1997/10/19] ports/4803 ports xgrabsc dies with "bus error" after selec o [1997/10/27] ports/4865 ports xdm doesn't set env variables o [1998/02/23] ports/5825 ports cd-write 1.4 fails to read tracks. o [1998/03/06] ports/5933 ports emacsserver (19.34b) hostname in /tmp/ese o [1998/03/10] ports/5970 ports psmisc ports uploaded to freebsd.org:/pub o [1998/04/26] ports/6426 ports ports/graphics/jpeg doesn't build o [1998/05/02] ports/6484 ports xemacs hangs o [1998/05/11] ports/6591 ports KDE starts /usr/bin/kzip instead of /usr/ o [1998/06/01] ports/6821 ports wwwoffle-2.1 port (second posting) o [1998/06/03] ports/6850 ports New port: xteddy o [1998/06/03] ports/6851 ports apply DFN-CERT#34784 to CGIParse.c o [1998/06/05] ports/6870 ports new port, Kerberos V 1.0.5 o [1998/06/08] ports/6897 ports kde port doesn't compile w/o slight modif o [1998/06/09] ports/6902 ports xemacs package broken (motif dependency) o [1998/06/11] ports/6924 ports New port, Hesiod 3.0.2 o [1998/06/12] ports/6929 ports fxtv-0.47 fails to build on AccelX server o [1998/06/12] ports/6930 ports socks5 port broken by /usr/lib/aout chang o [1998/06/18] ports/6986 ports LaTeX vs. teTeX ; xdvi, xdvik vs. teTeX 19 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1996/07/21] ports/1416 ports cflow(1) doesn't parse GNU C __attribute_ o [1996/10/14] ports/1804 ports pkg_create hangs if the packing list has f [1997/03/11] ports/2956 ports New Port: xgospel-1.10d in ftp.freebsd.or o [1997/04/01] ports/3169 ports nn port broken o [1997/04/17] ports/3318 ports New port: jigsaw (Java-based HTTP server) o [1997/04/25] ports/3383 ports kaffe core dumps if LD_LIBRARY_PATH not s o [1997/05/21] ports/3657 ports Port of NCSA HyperNews submitted as p5-hy o [1997/07/02] ports/4014 ports package/port installation obeys roots uma o [1997/07/20] ports/4127 ports netscape-3.01: get rid of bogus error mes f [1997/08/10] ports/4264 ports mftp get a Segmentation fault o [1997/08/12] ports/4281 ports Compress pcl graphics files - this is an o [1997/08/14] ports/4304 ports Recommendation re. Ports Collection o [1997/08/26] ports/4391 ports New port: VPCE o [1997/08/28] ports/4412 ports New port: YaTeX (in print and japanese) a [1997/10/15] ports/4770 ports New port: Xitami HTTP Server o [1997/10/23] ports/4839 ports New port - spin - Verification system for o [1997/11/07] ports/4967 ports I have ported Carl DeClerck's mserver-0.2 o [1997/11/13] ports/5034 ports (tcsh) blocked write on named pipe sticks o [1997/11/14] ports/5045 ports freebsd.ftp.markers for xearth is out of o [1997/11/20] ports/5104 ports New port: sis-1.2pl1 a [1997/11/23] ports/5131 ports New math port: SuperLU o [1997/11/26] ports/5158 ports thot editor port doesn't install template o [1997/12/03] ports/5200 ports new port-package for pgpmoose o [1997/12/03] ports/5201 ports new port-package for fidogate o [1997/12/03] ports/5202 ports new port-package for pathalias o [1997/12/06] ports/5240 ports Incorrect path in pkfonts (fix) o [1997/12/07] ports/5245 ports new port, bugsx game a [1997/12/14] ports/5295 ports New Math port: umfpack o [1997/12/15] ports/5309 ports New port: sls-1.00 [category misc] o [1997/12/15] ports/5312 ports New math port xwpl o [1997/12/26] ports/5380 ports wb uses ghostscript 4 o [1997/12/28] ports/5393 ports DOOMSRC port & package o [1997/12/30] ports/5397 ports upload of new port (fly) o [1998/01/08] ports/5463 ports No spell check in pico editor because /us o [1998/01/10] ports/5475 ports abacus sentry o [1998/01/15] ports/5504 ports New port sidplay (category audio) o [1998/01/15] ports/5509 ports submit new port xruskb-1.5.1 o [1998/01/25] ports/5566 ports New port: wmx-4 (category x11) o [1998/01/26] ports/5570 ports new port, rise 0.3.3 o [1998/01/30] ports/5607 ports NEW PORT: timidity-luigi [category audio] o [1998/02/02] ports/5626 ports 'ldap' port eats all available CPU time o [1998/02/03] ports/5633 ports Submission of new port in 'lang' category a [1998/02/03] ports/5638 ports mail/bulk_mailer port update o [1998/02/04] ports/5653 ports New port of ICI language a [1998/02/05] ports/5660 ports New port type1inst a [1998/02/06] ports/5667 ports I have ported the VICE 0.13.0 Commodore e o [1998/02/07] ports/5675 ports New port in category devel: DOC++ o [1998/02/10] ports/5706 ports New port: ja-dvi2dvi-1.0 (japanese/dvi2dv o [1998/02/17] ports/5771 ports New port: Stuttgart Neural Network Simula o [1998/02/17] ports/5776 ports New compression port: lzo o [1998/02/19] ports/5788 ports pcemu harddisk-access fixes o [1998/02/21] ports/5811 ports netatalk ioctl(SIOCADDMULTI) failure a [1998/02/22] ports/5814 ports New package XShodou o [1998/02/22] ports/5821 ports Port of Swish-E, a Web site indexer o [1998/02/26] ports/5859 ports xxgdb port doesn't recognize the -k optio o [1998/03/01] ports/5884 ports New port: icqjava-0.981a (net/icqjava) o [1998/03/01] ports/5885 ports New port: dc20ctrl-0.4 (graphics/dc20ctrl o [1998/03/08] ports/5946 ports New port biology/molmol o [1998/03/10] ports/5972 ports x11/fvwm95 requiring gsm, and rplay is a o [1998/03/15] ports/6017 ports new port: yacl o [1998/03/15] ports/6018 ports new port: ml-3.3 a [1998/03/15] ports/6020 ports new port: Xfstt-0.9.7 o [1998/03/15] ports/6029 ports New Ports: jvim+onew o [1998/03/18] ports/6057 ports xperfmon++-1.40 package fails XtRealloc() o [1998/03/20] ports/6078 ports Documentation concerning logging suggests o [1998/03/21] ports/6085 ports New port: pavuk-0.8 o [1998/03/23] ports/6113 ports new port: rinfo-1.2 o [1998/03/23] ports/6120 ports New port: xtetris-2.6 o [1998/03/27] ports/6151 ports New port: xrus-1.5.2 o [1998/03/28] ports/6153 ports New port: flick o [1998/03/28] ports/6155 ports new port: emulators/vice, Versatile Commo o [1998/03/29] ports/6170 ports another squid ports o [1998/03/29] ports/6171 ports New port: xtron-1.1a o [1998/03/30] ports/6176 ports running architextSearch (excite) under li o [1998/03/30] ports/6181 ports New port: xoj-1.0 o [1998/04/01] ports/6194 ports New port: mirrormagic-1.3 o [1998/04/03] ports/6207 ports new port request: korean/ftghostscript5 o [1998/04/05] ports/6221 ports New port: mico o [1998/04/06] ports/6230 ports gfont_mkgdf calls wrong interpreter o [1998/04/07] ports/6235 ports New port: scwm-icon o [1998/04/07] ports/6236 ports New port: scwm o [1998/04/10] ports/6262 ports New port of bulk_mailer 1.9 o [1998/04/15] ports/6305 ports New ports collection: ja-libslang o [1998/04/15] ports/6306 ports New ports collection: ja-slrn o [1998/04/15] ports/6311 ports New port: gsfonts o [1998/04/15] ports/6312 ports New port: ghostscript-3.33 a [1998/04/16] ports/6321 ports can't run any version of PostgreSQL on 2. o [1998/04/17] ports/6331 ports New port: libshhopt-1.1.3 o [1998/04/19] ports/6355 ports New port o [1998/04/20] ports/6361 ports New ports collection: GNU Pascal Compiler o [1998/04/23] ports/6393 ports patch for multimedia-2.1.tar.gz o [1998/04/25] ports/6413 ports new ports for lynx2.8rel.3 (modified for o [1998/04/25] ports/6414 ports new ports for ja-color-lynx2.8rel.3 (modi o [1998/04/25] ports/6415 ports new ports for ja-lynx2.8.1dev.7 (modified o [1998/04/25] ports/6416 ports new ports for ja-color-lynx2.8.1dev.7 (mo o [1998/04/25] ports/6417 ports new ports for ja-libslang-1.0.3 (modified o [1998/04/28] ports/6445 ports New port for `fhist' o [1998/04/29] ports/6460 ports New port: lang/kawk 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/01] ports/6483 ports New port: affenspiel-1.0 o [1998/05/03] ports/6504 ports New port of `C Interfaces and Implementat o [1998/05/07] ports/6541 ports New port: math/dc o [1998/05/07] ports/6546 ports 3line ansi prompt in tcsh: cursor disappe o [1998/05/09] ports/6565 ports new port o [1998/05/10] ports/6570 ports port of java CUP parser o [1998/05/11] ports/6598 ports new port for FreeBSD - asmodem o [1998/05/12] ports/6604 ports New port: web500gw, an HTTP - LDAP gatewa o [1998/05/12] ports/6606 ports package add of perl-5.00404 fails w/3.0 S o [1998/05/12] ports/6613 ports ports/lang/perl5 fails to install by addi o [1998/05/13] ports/6622 ports IIJ-PPP current version o [1998/05/15] ports/6645 ports Updated port: mysql o [1998/05/16] ports/6657 ports new port for perl/Tk 800.004 o [1998/05/17] ports/6666 ports Update port: ja-netscape-4.05 o [1998/05/19] ports/6684 ports New port: xzip-1.7 o [1998/05/19] ports/6687 ports New port, ktelnet v0.6 o [1998/05/19] ports/6688 ports New port: kbiff v0.6 o [1998/05/19] ports/6699 ports Generic NQS port (new) o [1998/05/19] ports/6700 ports New port: xworm-1.02 o [1998/05/20] ports/6704 ports New port: gtk-- o [1998/05/21] ports/6709 ports New port kmessage o [1998/05/21] ports/6718 ports New port: boa-0.92 o [1998/05/23] ports/6728 ports New port ktranslator o [1998/05/24] ports/6743 ports diff to upgrade tkrat to tkrat1.1 o [1998/05/25] ports/6748 ports New port: xmailbox-2.5 o [1998/05/26] ports/6765 ports p5-Mysql port out of date o [1998/05/27] ports/6772 ports glbiff Port Has Missing Dependency o [1998/05/28] ports/6776 ports New port - xqf o [1998/05/28] ports/6777 ports New port - qstat o [1998/05/29] ports/6789 ports new port : mailcrypt-3.4 o [1998/05/29] ports/6791 ports New Port, TinyMUX o [1998/05/31] ports/6806 ports /usr/ports/graphics/killustrator doesn't o [1998/05/31] ports/6812 ports New port: GNU plotutils o [1998/05/31] ports/6813 ports patched audio module for vat port o [1998/05/31] ports/6814 ports vic patches for x11 grabber o [1998/06/01] ports/6815 ports ssh lookup ignores second IP address o [1998/06/02] ports/6838 ports Enable lj4dith driver by default f [1998/06/03] ports/6847 ports Zebra Port still doesn't compile o [1998/06/04] ports/6862 ports Cyrus upgraded to 1.5.10 o [1998/06/05] ports/6867 ports bpatch can't display character '%' o [1998/06/05] ports/6869 ports Egcs port update from version 19980508 to o [1998/06/06] ports/6882 ports Perl5 in 3.0-980518-SNAP o [1998/06/08] ports/6895 ports Status of lsof in 3.0-980518-SNAP o [1998/06/09] ports/6898 ports improper installation of a2ps-A4-4.9.8 in o [1998/06/11] ports/6915 ports Apache-FP for apache v1.3.0 o [1998/06/11] ports/6925 ports new ports: ja-rxvt f [1998/06/12] ports/6935 ports Update to the w3c-httpd port o [1998/06/13] ports/6942 ports New port, mrouted-beta o [1998/06/14] ports/6943 ports new ports submitted o [1998/06/14] ports/6945 ports Minor fixes to w3c-httpd o [1998/06/14] ports/6949 ports ports/mail/faces o [1998/06/14] ports/6951 ports ${PORTSDIR}/japanese/tcl80 update o [1998/06/14] ports/6952 ports ${PORTSDIR}/japanese/tk80 update o [1998/06/15] ports/6954 ports New port: CJK o [1998/06/15] ports/6961 ports netatalk needs tweek for 3.0 multicasting o [1998/06/17] ports/6973 ports New port: bg5ps o [1998/06/17] ports/6974 ports Update port: xemacs-mule-20.4. o [1998/06/17] ports/6976 ports changed distfile site for expect o [1998/06/17] ports/6977 ports smtpd port does not compile in -current o [1998/06/17] ports/6978 ports New port: extension fonts for enscript o [1998/06/18] ports/6979 ports Update port: devel/ncurses o [1998/06/18] ports/6982 ports Enabling anonymous ftp in proftpd can be o [1998/06/19] ports/7000 ports new port www/webalizer o [1998/06/19] ports/7001 ports new port de/webalizer o [1998/06/19] ports/7002 ports tcplist is not in the ports/net archive o [1998/06/20] ports/7004 ports sysutils/cdrecord depends on mkisofs, is o [1998/06/20] ports/7005 ports Submitting RealAudio Player 3.0 as a new o [1998/06/20] ports/7006 ports hylafax port improved o [1998/06/21] ports/7008 ports New port: mp3info-0.2.15 o [1998/06/21] ports/7010 ports Update to crafty port o [1998/06/21] ports/7013 ports SANE v0.73 cannot be pkg_deleted due to i o [1998/06/21] ports/7015 ports jbigkit port upgraded to 1.0 o [1998/06/21] ports/7017 ports Update port: net/lftp o [1998/06/21] ports/7018 ports New port: xmball-5.4.4 174 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 Jun 22 11:28:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA21635 for freebsd-ports-outgoing; Mon, 22 Jun 1998 11:28:23 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tim.xenologics.com (tim.xenologics.com [194.77.5.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA21487 for ; Mon, 22 Jun 1998 11:27:50 -0700 (PDT) (envelope-from seggers@semyam.dinoco.de) Received: (from uucp@localhost) by tim.xenologics.com (8.8.5/8.8.8) with UUCP id UAA21347; Mon, 22 Jun 1998 20:27:29 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by semyam.dinoco.de (8.8.8/8.8.8) with ESMTP id SAA12938; Mon, 22 Jun 1998 18:49:07 +0200 (CEST) (envelope-from seggers@semyam.dinoco.de) Message-Id: <199806221649.SAA12938@semyam.dinoco.de> To: Hubert Feyrer cc: Stefan Eggers , ports@FreeBSD.ORG Subject: Re: Size of a port... In-reply-to: Your message of "Mon, 22 Jun 1998 16:41:19 +0200." Date: Mon, 22 Jun 1998 18:49:06 +0200 From: Stefan Eggers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I would have liked "-s" for the size file and "-S" for the size file > > w/o actually creating a package. > > Hum... well, I don't really see the point in that intermediate file, but > if you think it's necessary... :-) What mechanism do you use to store How else would you do the package registration (as pkg_add does it) from the ports collection? Making a package and then a pkg_add? A little bit expensive and slow. :-) Take a look at the process of registering in /usr/share/mk/bsd.port.mk to find out why this option is necessary for the way I did it. > this in precopiled packages and to retrieve it? (I.e. what format did you > use in the +CONTENTS file) I added another file. I like to be able to easily access the package database manually so for me the additional file +SIZE is the right solution. It will also help scripts that want to look at this infor- mation w/o much effort. If it is a problem I can of course change this to a new line type in the +CONTENT file. > I hope you aren't depending on the ports collection (and thus your > size-file) being installed when trying to find out the size of some > package in - say - an ftp-install. :} I am not stupid. :) No, the only things I left out are using the dependencies in pkg_info to get the size of other packages which would be unnecessary once the package gets removed. Otherwise it should be as complete as I think it can be. Hm. How about this format: 6.8 MByte for crafty-book-large (depending on 640 KByte for crafty-16.789 100 KByte for libxyz-0.99 also used by appxyz-1.2, megamonster-99.123 and mightybad-0.0) One would get to know what this depends on, how large those packages are and who else uses them. The only problem is how to do it recur- sively. It will look very, very ugly. :-) But at least such a nonrecursive version is a step in the right direction and should make it easier to see where one can save much space. In any case it is better than having the list of required packages and the size separated as a simple pkg_info has it. > Moreover, imagine the impact of other package variables like > NOPORTSDIR(sp?) employed at pkg create time, which will also result in > the pkg size differ. > > (The reason I try to argue here is to get *BSD not too far apart - at > least from the interface's point of view :-) I didn't do any size files in the ports collection, yet. If I put them in they are just a byproduct of the size table (to help sysinstall) generation and not useful for anything else. The easiest and most simple solution that crossed my mind so far is a file with just the size and a name like package+SIZE in the place the package gets created. Then one could just pretty much cat them together and the table is finished. The thing that I don't like about this is that it adds a lot of new files w/o much benefit. Maybe someone has a prettier solution which is not too hard to implement. Stefan. -- Stefan Eggers Lu4 yao2 zhi1 ma3 li4, Max-Slevogt-Str. 1 ri4 jiu3 jian4 ren2 xin1. 51109 Koeln Federal Republic of Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 22 12:24:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA03083 for freebsd-ports-outgoing; Mon, 22 Jun 1998 12:24:47 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA03071 for ; Mon, 22 Jun 1998 12:24:45 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id MAA23680; Mon, 22 Jun 1998 12:24:25 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Stefan Eggers cc: "Justin M. Seger" , ports@FreeBSD.ORG, asami@cs.berkeley.edu Subject: Re: Size of a port... In-reply-to: Your message of "Mon, 22 Jun 1998 15:41:29 +0200." <199806221341.PAA04632@semyam.dinoco.de> Date: Mon, 22 Jun 1998 12:24:24 -0700 Message-ID: <23676.898543464@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > After doing that sysinstall will have to get a bit more functionality > in the package management to actually show the sizes from this table. > Then the support should be complete. Sounds good so far - go Stefan go! :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 22 13:00:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08410 for freebsd-ports-outgoing; Mon, 22 Jun 1998 13:00:41 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from myrddin.demon.co.uk (exim@myrddin.demon.co.uk [158.152.54.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA08356 for ; Mon, 22 Jun 1998 13:00:31 -0700 (PDT) (envelope-from dom@myrddin.demon.co.uk) Received: from dom by myrddin.demon.co.uk with local (Exim 1.92 #1) id 0yoCPE-0000Jk-00; Mon, 22 Jun 1998 20:37:32 +0100 To: "Henry M. Pierce" Cc: freebsd-ports@FreeBSD.ORG Subject: Re: uids References: From: Dom Mitchell In-Reply-To: "Henry M. Pierce"'s message of "Mon, 22 Jun 1998 12:09:48 -0400 (EDT)" X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Date: Mon, 22 Jun 1998 20:37:32 +0100 Message-Id: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Henry M. Pierce" writes: > Hello. I am creating FreeBSD packages for the Coda File system. > There is a blurb in the FreeBSD manual concerning uid's: > > "If your port requires a certain user ID to be on the installed system, > let > the pkg/INSTALL script call pw to create it > automatically. Look at japanese/Wnn or net/cvsup-mirror for examples. It > is customary to use UIDs in the upper 2-digit > range (i.e., from around 50 to 99) for this purpose." > > > We currently use uid "500" for account "admin" needed by coda. > While this can be changed to be a bit more arbitrary in the > future, it is inconvenient for Coda development at this time > to do so because of cross-platform issues. Are there > any hidden technical problems this might cause that anyone > is aware off? Will this fact matter to a brand new site installation of coda? That is to say, if you are starting from a blank slate at a site, could you use something different and get away with it? If so, there should be an option to create the user yourself, with whatever UID is desirable. -- "Remember the Golden Rule: he who has the gold makes the rules" -- WoID To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 22 13:23:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA12383 for freebsd-ports-outgoing; Mon, 22 Jun 1998 13:23:33 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from santorini.odyssey.cs.cmu.edu (hmpierce@SANTORINI.ODYSSEY.CS.CMU.EDU [128.2.185.181]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA12359 for ; Mon, 22 Jun 1998 13:23:14 -0700 (PDT) (envelope-from hmpierce@santorini.odyssey.cs.cmu.edu) Received: from localhost (hmpierce@localhost) by santorini.odyssey.cs.cmu.edu (8.8.7/8.8.7) with SMTP id QAA07231; Mon, 22 Jun 1998 16:23:09 -0400 Date: Mon, 22 Jun 1998 16:23:09 -0400 (EDT) From: "Henry M. Pierce" To: Dom Mitchell cc: freebsd-ports@FreeBSD.ORG Subject: Re: uids 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 Yes, but it requires our conifguration scripts to be changed. Since Coda uses acl's based on a client have an account present on the Coda client machine, the uid of user admin for coda must be present. -henry ---------------------------------------------- Henry M. Pierce Research Programmer Department of Computer Science Carnegie Mellon University 5000 Forbes Avenue Pittsburgh, PA email: hmpierce@cs.cmu.edu, hmp@infomagic.com --- Quote for the Millennium: "It seems the most important metric of useful software is not its feature set, but its bug set." On Mon, 22 Jun 1998, Dom Mitchell wrote: > Date: Mon, 22 Jun 1998 20:37:32 +0100 > From: Dom Mitchell > To: "Henry M. Pierce" > Cc: freebsd-ports@FreeBSD.ORG > Subject: Re: uids > > "Henry M. Pierce" writes: > > Hello. I am creating FreeBSD packages for the Coda File system. > > There is a blurb in the FreeBSD manual concerning uid's: > > > > "If your port requires a certain user ID to be on the installed system, > > let > > the pkg/INSTALL script call pw to create it > > automatically. Look at japanese/Wnn or net/cvsup-mirror for examples. It > > is customary to use UIDs in the upper 2-digit > > range (i.e., from around 50 to 99) for this purpose." > > > > > > We currently use uid "500" for account "admin" needed by coda. > > While this can be changed to be a bit more arbitrary in the > > future, it is inconvenient for Coda development at this time > > to do so because of cross-platform issues. Are there > > any hidden technical problems this might cause that anyone > > is aware off? > > Will this fact matter to a brand new site installation of coda? That > is to say, if you are starting from a blank slate at a site, could you > use something different and get away with it? If so, there should be > an option to create the user yourself, with whatever UID is desirable. > -- > "Remember the Golden Rule: he who has the gold makes the rules" -- WoID > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 22 14:48:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00988 for freebsd-ports-outgoing; Mon, 22 Jun 1998 14:48:23 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00880; Mon, 22 Jun 1998 14:47:46 -0700 (PDT) (envelope-from stb@FreeBSD.org) From: Stefan Bethke Received: (from stb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA28914; Mon, 22 Jun 1998 14:46:02 -0700 (PDT) Date: Mon, 22 Jun 1998 14:46:02 -0700 (PDT) Message-Id: <199806222146.OAA28914@freefall.freebsd.org> To: julian@whistle.com, stb@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, stb@FreeBSD.ORG Subject: Re: ports/6961 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: netatalk needs tweek for 3.0 multicasting [patch] State-Changed-From-To: open-feedback State-Changed-By: stb State-Changed-When: Mon Jun 22 23:16:11 MEST 1998 State-Changed-Why: Patches already incorporated. Responsible-Changed-From-To: freebsd-ports->stb Responsible-Changed-By: stb Responsible-Changed-When: Mon Jun 22 23:16:11 MEST 1998 Responsible-Changed-Why: I'm the port maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 22 15:43:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11477 for freebsd-ports-outgoing; Mon, 22 Jun 1998 15:43:32 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from rrzs2.rz.uni-regensburg.de (rrzs2.rz.uni-regensburg.de [132.199.1.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA11451 for ; Mon, 22 Jun 1998 15:43:24 -0700 (PDT) (envelope-from hubert.feyrer@rrzc1.rz.uni-regensburg.de) Received: from rrzc1.rz.uni-regensburg.de (rrzc6.rz.uni-regensburg.de [132.199.3.65]) by rrzs2.rz.uni-regensburg.de (8.8.8/8.8.8) with SMTP id AAA00578; Tue, 23 Jun 1998 00:43:19 +0200 (MET DST) Date: Tue, 23 Jun 1998 00:43:32 +0200 (MET DST) From: Hubert Feyrer X-Sender: feh39068@rrzc6 To: Stefan Eggers Cc: Hubert Feyrer , Stefan Eggers , ports@FreeBSD.ORG Subject: Re: Size of a port... In-Reply-To: <199806221649.SAA12938@semyam.dinoco.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 Mon, 22 Jun 1998, Stefan Eggers wrote: > How else would you do the package registration (as pkg_add does it) > from the ports collection? Making a package and then a pkg_add? A > little bit expensive and slow. :-) What pkg_add as well as pkg_create do is put a +CONTENTS file into /var/db/pkg/foo-x.y, and that file is where to put the size information. If a pkg is first created (either by "make install" or by a "make package"), pkg_create puts the size information in place (/var/db/pkg/.../+CONTENTS in the case of a "make install" or the corresponding binary package file when taring it up with "make package". pkg_add subsequently extracts that size inforamtion with the +CONTENTS file, and voila, everything is in sync. > Take a look at the process of registering in /usr/share/mk/bsd.port.mk > to find out why this option is necessary for the way I did it. All it does is call pkg_create, so that seemed the right place to me... > If it is a problem I can of course change this to a new line type in > the +CONTENT file. The future will show if it's a problem, but accessing data private to the ports system (i.e. /var/db/pkg/...) instead of some well-defined interface (pkg_info -s) cries for problems anyways; just think of someone setting PKG_DBDIR to something else. > Hm. How about this format: > > 6.8 MByte for crafty-book-large > (depending on > 640 KByte for crafty-16.789 > 100 KByte for libxyz-0.99 > also used by appxyz-1.2, > megamonster-99.123 and > mightybad-0.0) > > One would get to know what this depends on, how large those packages > are and who else uses them. The only problem is how to do it recur- > sively. It will look very, very ugly. :-) Probably. :) I haven't thought about this yet, maybe i'll have some time next week or the century... - Hubert -- Hubert Feyrer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 22 18:50:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA00768 for freebsd-ports-outgoing; Mon, 22 Jun 1998 18:50:09 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAB00761 for ; Mon, 22 Jun 1998 18:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA00367; Mon, 22 Jun 1998 18:50:04 -0700 (PDT) Received: from universe.serc.rmit.edu.au (universe.serc.rmit.edu.au [144.110.168.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA00673 for ; Mon, 22 Jun 1998 18:49:00 -0700 (PDT) (envelope-from maurice@planetoid.serc.rmit.edu.au) Received: from planetoid.serc.rmit.edu.au (planetoid.serc.rmit.edu.au [144.110.168.139]) by universe.serc.rmit.edu.au (8.8.5/8.8.5) with ESMTP id LAA10419 for ; Tue, 23 Jun 1998 11:30:42 +1000 (EST) Received: (from root@localhost) by planetoid.serc.rmit.edu.au (8.8.7/8.8.5) id LAA15296; Tue, 23 Jun 1998 11:28:45 +1000 (EST) Message-Id: <199806230128.LAA15296@planetoid.serc.rmit.edu.au> Date: Tue, 23 Jun 1998 11:28:45 +1000 (EST) From: Maurice Castro Reply-To: maurice@serc.rmit.edu.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7025: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7025 >Category: ports >Synopsis: >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 Jun 22 18:50:04 PDT 1998 >Last-Modified: >Originator: Maurice Castro >Organization: Software Engineering Research Centre >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: All versions >Description: R port has been updated to version 0.62.1 Port structure has been revised so a complete share file is provided in fix section >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: # # r # r/files # r/files/R # r/files/md5 # r/pkg # r/pkg/COMMENT # r/pkg/DESCR # r/pkg/PLIST # r/Makefile # echo c - r mkdir -p r > /dev/null 2>&1 echo c - r/files mkdir -p r/files > /dev/null 2>&1 echo x - r/files/R sed 's/^X//' >r/files/R << 'END-of-r/files/R' X#!/bin/sh X# Shell wrapper for R executable. X# Just sets a few environment items X XRHOME=PREFIX/share/R Xexport RHOME X Xif [ "$1" = "RHOME" ] Xthen X echo $RHOME; exit 0 Xfi X Xif [ "$1" = "SHLIB" ] Xthen X shift X exec sh $RHOME/etc/SHLIB $* Xfi X Xif [ "$1" = "COMPILE" ] Xthen X shift X exec sh $RHOME/etc/COMPILE $* Xfi X Xif [ "$1" = "INSTALL" ] Xthen X shift X exec sh $RHOME/etc/INSTALL $* Xfi X Xif [ "$1" = "REMOVE" ] Xthen X shift X exec sh $RHOME/etc/REMOVE $* Xfi X Xif [ "$1" = -xxgdb ] Xthen X shift X DEBUGGER=xxgdb Xfi X Xif [ "$1" = -gdb ] Xthen X shift X DEBUGGER=gdb Xfi X X# Default Printer Paper Size X# Choose one of the following X# R_PAPERSIZE="a4" X# R_PAPERSIZE="letter" X# R_PAPERSIZE="none" XR_PAPERSIZE=DEFAULTPAPER Xexport R_PAPERSIZE X X# Default Print Command X# Choose one of the following X# R_PRINTCMD="lpr" X# R_PRINTCMD="lp" XR_PRINTCMD=lpr Xexport R_PRINTCMD X Xif [ $DEBUGGER ] Xthen X exec $DEBUGGER $RHOME/bin/R.binary Xelse X exec $RHOME/bin/R.binary $* Xfi END-of-r/files/R echo x - r/files/md5 sed 's/^X//' >r/files/md5 << 'END-of-r/files/md5' XMD5 (R-0.62.1.tgz) = 9385fbb32da8851d1c1cf847e1ff5644 END-of-r/files/md5 echo c - r/pkg mkdir -p r/pkg > /dev/null 2>&1 echo x - r/pkg/COMMENT sed 's/^X//' >r/pkg/COMMENT << 'END-of-r/pkg/COMMENT' XR a language for statistics similar to AT&T's S END-of-r/pkg/COMMENT echo x - r/pkg/DESCR sed 's/^X//' >r/pkg/DESCR << 'END-of-r/pkg/DESCR' XR is a language which is not entirely unlike the S language developed Xat AT&T Bell Laboratories by Rick Becker, John Chambers and Allan XWilks. X XR is free software distributed under a GNU-style copyleft. X XThis port has most of the functionality in the first S book (the X"Blue Book") and many of the applications. In addition, a certain Xamount of functionality from the second S book (the "White Book") Xhas been implemented. In particular functioning versions of "lm" Xand "glm" and their associated "summary" and "anova" methods are Xprovided. END-of-r/pkg/DESCR echo x - r/pkg/PLIST sed 's/^X//' >r/pkg/PLIST << 'END-of-r/pkg/PLIST' X@exec mkdir %D/share/R X@exec mkdir %D/share/R/bin X@exec mkdir %D/share/R/afm X@exec mkdir %D/share/R/etc X@exec mkdir %D/share/R/etc/Rdoc X@exec mkdir %D/share/R/etc/older-stuff X@exec mkdir %D/share/R/etc/undoc X@exec mkdir %D/share/R/doc X@exec mkdir %D/share/R/doc/html X@exec mkdir %D/share/R/doc/html/search X@exec mkdir %D/share/R/doc/manual X@exec mkdir %D/share/R/include X@exec mkdir %D/share/R/library X@exec mkdir %D/share/R/library/base X@exec mkdir %D/share/R/library/base/R X@exec mkdir %D/share/R/library/base/data X@exec mkdir %D/share/R/library/base/help X@exec mkdir %D/share/R/library/base/html X@exec mkdir %D/share/R/library/base/latex X@exec mkdir %D/share/R/library/eda X@exec mkdir %D/share/R/library/eda/libs X@exec mkdir %D/share/R/library/eda/R X@exec mkdir %D/share/R/library/eda/help X@exec mkdir %D/share/R/library/eda/html X@exec mkdir %D/share/R/library/eda/latex X@exec mkdir %D/share/R/library/mva X@exec mkdir %D/share/R/library/mva/libs X@exec mkdir %D/share/R/library/mva/R X@exec mkdir %D/share/R/library/mva/help X@exec mkdir %D/share/R/library/mva/html X@exec mkdir %D/share/R/library/mva/latex X@exec mkdir %D/share/R/library/stepfun X@exec mkdir %D/share/R/library/stepfun/R X@exec mkdir %D/share/R/library/stepfun/help X@exec mkdir %D/share/R/library/stepfun/html X@exec mkdir %D/share/R/library/stepfun/latex X@exec mkdir %D/share/R/demos X@exec mkdir %D/share/R/demos/dynload X@exec mkdir %D/share/R/demos/models X@exec mkdir %D/share/R/demos/graphics X@exec mkdir %D/share/R/demos/language X@exec mkdir %D/share/R/demos/nlm X@exec mkdir %D/share/R/cmd Xman/man1/R.1.gz Xman/man1/Rdconv.1.gz Xshare/R/bin/R.binary Xshare/R/afm/AvantB Xshare/R/afm/AvantBO Xshare/R/afm/AvantD Xshare/R/afm/AvantDO Xshare/R/afm/BookD Xshare/R/afm/BookDI Xshare/R/afm/BookL Xshare/R/afm/BookLI Xshare/R/afm/Cour Xshare/R/afm/CourB Xshare/R/afm/CourBO Xshare/R/afm/CourO Xshare/R/afm/Helv Xshare/R/afm/HelvB Xshare/R/afm/HelvBO Xshare/R/afm/HelvN Xshare/R/afm/HelvNB Xshare/R/afm/HelvNBO Xshare/R/afm/HelvNO Xshare/R/afm/HelvO Xshare/R/afm/NCSchlB Xshare/R/afm/Makefile Xshare/R/afm/NCSchlBI Xshare/R/afm/NCSchlI Xshare/R/afm/NCSchlR Xshare/R/afm/PalatB Xshare/R/afm/PalatBI Xshare/R/afm/PalatI Xshare/R/afm/PalatO Xshare/R/afm/PalatR Xshare/R/afm/Symbol Xshare/R/afm/TimesB Xshare/R/afm/TimesBI Xshare/R/afm/TimesI Xshare/R/afm/TimesO Xshare/R/afm/TimesR Xshare/R/afm/ZapfCMI Xshare/R/afm/ZapfD Xshare/R/etc/COMPILE Xshare/R/etc/INSTALL.in Xshare/R/etc/Makeconf.in Xshare/R/etc/REMOVE.in Xshare/R/etc/Makefile Xshare/R/etc/Rd.files Xshare/R/etc/Rd2dvi Xshare/R/etc/Rd2txt Xshare/R/etc/Rdconv.in Xshare/R/etc/Rdindex.in Xshare/R/etc/Rdconvlib.pl Xshare/R/etc/SHLIB.in Xshare/R/etc/Rman2Rd.in Xshare/R/etc/Sd2Rd.in Xshare/R/etc/build-alldocs Xshare/R/etc/build-allhelp Xshare/R/etc/build-allhtml Xshare/R/etc/build-alllatex Xshare/R/etc/build-help.in Xshare/R/etc/colors.big Xshare/R/etc/buildlib.pl Xshare/R/etc/colors.small Xshare/R/etc/config.sub Xshare/R/etc/config.guess Xshare/R/etc/help.pretty.in Xshare/R/etc/html-layout.pl Xshare/R/etc/html2dos.in Xshare/R/etc/tasks Xshare/R/etc/install-sh Xshare/R/etc/test-things.Rd Xshare/R/etc/Rdoc/Rdconv.pl Xshare/R/etc/Rdoc/Rdoc.pm Xshare/R/etc/Rdoc/Rdtest.pl Xshare/R/etc/older-stuff/doc2EX Xshare/R/etc/older-stuff/doc2dvi Xshare/R/etc/older-stuff/doc2html Xshare/R/etc/older-stuff/doc2latex Xshare/R/etc/older-stuff/doc2ms Xshare/R/etc/older-stuff/extract-Examples Xshare/R/etc/older-stuff/help.format Xshare/R/etc/older-stuff/help.index Xshare/R/etc/older-stuff/help.pretty Xshare/R/etc/older-stuff/help.pretty.perl Xshare/R/etc/older-stuff/help.update Xshare/R/etc/undoc/NoEx Xshare/R/etc/undoc/Makefile Xshare/R/etc/undoc/extrExamp Xshare/R/etc/undoc/R-funs Xshare/R/etc/undoc/extrAllExamp Xshare/R/etc/undoc/getDoc Xshare/R/etc/undoc/getFunctions Xshare/R/etc/undoc/getnames Xshare/R/etc/INSTALL Xshare/R/etc/Makeconf Xshare/R/etc/REMOVE Xshare/R/etc/Rdconv Xshare/R/etc/Rdindex Xshare/R/etc/Rman2Rd Xshare/R/etc/SHLIB Xshare/R/etc/Sd2Rd Xshare/R/etc/build-help Xshare/R/etc/help.pretty Xshare/R/etc/html2dos Xshare/R/etc/stamp-docs Xshare/R/etc/stamp-help Xshare/R/etc/stamp-html Xshare/R/etc/stamp-latex Xshare/R/doc/KEYWORDS Xshare/R/doc/html/about.html Xshare/R/doc/html/authors.html Xshare/R/doc/html/index.html Xshare/R/doc/html/left.jpg Xshare/R/doc/html/logo.jpg Xshare/R/doc/html/logosm.jpg Xshare/R/doc/html/resource.html Xshare/R/doc/html/right.jpg Xshare/R/doc/html/template.html Xshare/R/doc/html/thanks.html Xshare/R/doc/html/up.jpg Xshare/R/doc/html/search/IndexEntry.class Xshare/R/doc/html/search/Value.class Xshare/R/doc/html/search/IndexEntry.java Xshare/R/doc/html/search/IndexStream.class Xshare/R/doc/html/search/IndexStream.java Xshare/R/doc/html/search/IndexTable.class Xshare/R/doc/html/search/IndexTable.java Xshare/R/doc/html/search/SearchEngine.class Xshare/R/doc/html/search/SearchEngine.html Xshare/R/doc/html/search/SearchEngine.java Xshare/R/doc/html/search/Tracer.class Xshare/R/doc/html/search/Tracer.java Xshare/R/doc/html/search/index.txt Xshare/R/doc/html/search/Value.java Xshare/R/doc/html/packages.html Xshare/R/doc/html/function.html Xshare/R/doc/Makefile Xshare/R/doc/keyword-test.in Xshare/R/doc/manual/ABOUT.tex Xshare/R/doc/manual/EQN Xshare/R/doc/manual/Man.tex Xshare/R/doc/manual/Makefile Xshare/R/doc/manual/Man0.tex Xshare/R/doc/manual/Pkg-end.tex Xshare/R/doc/manual/Pkg-start.tex Xshare/R/doc/manual/Rd.sty Xshare/R/doc/manual/lib2tex.in Xshare/R/doc/manual/plotmath.tex Xshare/R/doc/manual/writing-Rd.tex Xshare/R/doc/manual/lib2tex Xshare/R/doc/keyword-test Xshare/R/include/S.h Xshare/R/include/S_compat.h Xshare/R/include/f2c.h Xshare/R/include/Fortran.h Xshare/R/include/Blas.h Xshare/R/include/Linpack.h Xshare/R/include/Platform.h Xshare/R/library/base/R/base Xshare/R/library/base/R/Rprofile Xshare/R/library/base/data/acid.R Xshare/R/library/base/data/warpbreaks.R Xshare/R/library/base/data/volcano.R Xshare/R/library/base/data/uspop.R Xshare/R/library/base/data/trees.R Xshare/R/library/base/data/swiss.tab Xshare/R/library/base/data/sunspots.R Xshare/R/library/base/data/state.R Xshare/R/library/base/data/stackloss.R Xshare/R/library/base/data/sleep.R Xshare/R/library/base/data/savings.R Xshare/R/library/base/data/rivers.R Xshare/R/library/base/data/randu.R Xshare/R/library/base/data/quakes.R Xshare/R/library/base/data/pressure.R Xshare/R/library/base/data/presidents.R Xshare/R/library/base/data/precip.R Xshare/R/library/base/data/plants.R Xshare/R/library/base/data/pigs.R Xshare/R/library/base/data/phones.R Xshare/R/library/base/data/nhtemp.R Xshare/R/library/base/data/mtcars.R Xshare/R/library/base/data/longley.R Xshare/R/library/base/data/judges.R Xshare/R/library/base/data/islands.R Xshare/R/library/base/data/iris3.R Xshare/R/library/base/data/iris.R Xshare/R/library/base/data/insects.R Xshare/R/library/base/data/infert.R Xshare/R/library/base/data/index.doc Xshare/R/library/base/data/freeny.R Xshare/R/library/base/data/faithful.R Xshare/R/library/base/data/eurodist.R Xshare/R/library/base/data/esoph.R Xshare/R/library/base/data/discoveries.R Xshare/R/library/base/data/deaths.R Xshare/R/library/base/data/crimes.tab Xshare/R/library/base/data/consume.R Xshare/R/library/base/data/chickwts.R Xshare/R/library/base/data/cars.R Xshare/R/library/base/data/bees.R Xshare/R/library/base/data/attitude.R Xshare/R/library/base/data/attenu.R Xshare/R/library/base/data/anscombe.R Xshare/R/library/base/data/airquality.tab Xshare/R/library/base/data/airmiles.R Xshare/R/library/base/data/women.R Xshare/R/library/base/TITLE Xshare/R/library/base/INDEX Xshare/R/library/base/help/00Titles Xshare/R/library/base/help/AnIndex Xshare/R/library/base/help/Alias Xshare/R/library/base/help/Arithmetic Xshare/R/library/base/help/Beta Xshare/R/library/base/help/Binomial Xshare/R/library/base/help/COMPILE Xshare/R/library/base/help/Cauchy Xshare/R/library/base/help/Chisquare Xshare/R/library/base/help/Comparison Xshare/R/library/base/help/Constants Xshare/R/library/base/help/Control Xshare/R/library/base/help/Defunct Xshare/R/library/base/help/Deprecated Xshare/R/library/base/help/Devices Xshare/R/library/base/help/Exponential Xshare/R/library/base/help/Extract Xshare/R/library/base/help/Extremes Xshare/R/library/base/help/F Xshare/R/library/base/help/Foreign Xshare/R/library/base/help/GammaDist Xshare/R/library/base/help/Geometric Xshare/R/library/base/help/Hyperbolic Xshare/R/library/base/help/Hypergeometric Xshare/R/library/base/help/INSTALL Xshare/R/library/base/help/IQR Xshare/R/library/base/help/Internal Xshare/R/library/base/help/Log Xshare/R/library/base/help/Logic Xshare/R/library/base/help/Logistic Xshare/R/library/base/help/Lognormal Xshare/R/library/base/help/Machine Xshare/R/library/base/help/Math Xshare/R/library/base/help/NA Xshare/R/library/base/help/NChisquare Xshare/R/library/base/help/NULL Xshare/R/library/base/help/NegBinomial Xshare/R/library/base/help/Normal Xshare/R/library/base/help/Poisson Xshare/R/library/base/help/Primitive Xshare/R/library/base/help/REMOVE Xshare/R/library/base/help/RHOME Xshare/R/library/base/help/Random Xshare/R/library/base/help/Round Xshare/R/library/base/help/SHLIB Xshare/R/library/base/help/Special Xshare/R/library/base/help/TDist Xshare/R/library/base/help/Trig Xshare/R/library/base/help/Tukey Xshare/R/library/base/help/Uniform Xshare/R/library/base/help/Version Xshare/R/library/base/help/Weibull Xshare/R/library/base/help/Wilcoxon Xshare/R/library/base/help/abbreviate Xshare/R/library/base/help/abline Xshare/R/library/base/help/acid Xshare/R/library/base/help/airmiles Xshare/R/library/base/help/airquality Xshare/R/library/base/help/all Xshare/R/library/base/help/allnames Xshare/R/library/base/help/anova Xshare/R/library/base/help/anscombe Xshare/R/library/base/help/aperm Xshare/R/library/base/help/append Xshare/R/library/base/help/apply Xshare/R/library/base/help/approxfun Xshare/R/library/base/help/apropos Xshare/R/library/base/help/args Xshare/R/library/base/help/array Xshare/R/library/base/help/arrows Xshare/R/library/base/help/as.function Xshare/R/library/base/help/assign Xshare/R/library/base/help/attach Xshare/R/library/base/help/attenu Xshare/R/library/base/help/attr Xshare/R/library/base/help/attributes Xshare/R/library/base/help/autoload Xshare/R/library/base/help/ave Xshare/R/library/base/help/axis Xshare/R/library/base/help/backsolve Xshare/R/library/base/help/barplot Xshare/R/library/base/help/bees Xshare/R/library/base/help/body Xshare/R/library/base/help/box Xshare/R/library/base/help/boxplot Xshare/R/library/base/help/boxplot.stats Xshare/R/library/base/help/browser Xshare/R/library/base/help/bxp Xshare/R/library/base/help/c Xshare/R/library/base/help/call Xshare/R/library/base/help/cars Xshare/R/library/base/help/case.names Xshare/R/library/base/help/cat Xshare/R/library/base/help/cbind Xshare/R/library/base/help/character Xshare/R/library/base/help/charmatch Xshare/R/library/base/help/chickwts Xshare/R/library/base/help/chisq.test Xshare/R/library/base/help/chol Xshare/R/library/base/help/chol2inv Xshare/R/library/base/help/class Xshare/R/library/base/help/codes Xshare/R/library/base/help/coefficients Xshare/R/library/base/help/col Xshare/R/library/base/help/colnames Xshare/R/library/base/help/colors Xshare/R/library/base/help/comment Xshare/R/library/base/help/complete.cases Xshare/R/library/base/help/complex Xshare/R/library/base/help/consume Xshare/R/library/base/help/contour Xshare/R/library/base/help/contrast Xshare/R/library/base/help/contrasts Xshare/R/library/base/help/contributors Xshare/R/library/base/help/convolve Xshare/R/library/base/help/coplot Xshare/R/library/base/help/cor Xshare/R/library/base/help/count.fields Xshare/R/library/base/help/crimes Xshare/R/library/base/help/crossprod Xshare/R/library/base/help/cumsum Xshare/R/library/base/help/curve Xshare/R/library/base/help/cut Xshare/R/library/base/help/data Xshare/R/library/base/help/data.class Xshare/R/library/base/help/data.frame Xshare/R/library/base/help/data.matrix Xshare/R/library/base/help/dataentry Xshare/R/library/base/help/deaths Xshare/R/library/base/help/debug Xshare/R/library/base/help/delay Xshare/R/library/base/help/delete.response Xshare/R/library/base/help/demo Xshare/R/library/base/help/density Xshare/R/library/base/help/deparse Xshare/R/library/base/help/deriv Xshare/R/library/base/help/detach Xshare/R/library/base/help/dev Xshare/R/library/base/help/dev2 Xshare/R/library/base/help/deviance Xshare/R/library/base/help/df.residual Xshare/R/library/base/help/diag Xshare/R/library/base/help/diff Xshare/R/library/base/help/dim Xshare/R/library/base/help/dimnames Xshare/R/library/base/help/do.call Xshare/R/library/base/help/discoveries Xshare/R/library/base/help/dotplot Xshare/R/library/base/help/double Xshare/R/library/base/help/dput Xshare/R/library/base/help/drop Xshare/R/library/base/help/dump Xshare/R/library/base/help/duplicated Xshare/R/library/base/help/dynload Xshare/R/library/base/help/edit Xshare/R/library/base/help/eigen Xshare/R/library/base/help/environment Xshare/R/library/base/help/esoph Xshare/R/library/base/help/eurodist Xshare/R/library/base/help/eval Xshare/R/library/base/help/exists Xshare/R/library/base/help/expression Xshare/R/library/base/help/factor Xshare/R/library/base/help/faithful Xshare/R/library/base/help/family Xshare/R/library/base/help/fft Xshare/R/library/base/help/fitted.values Xshare/R/library/base/help/fivenum Xshare/R/library/base/help/fix Xshare/R/library/base/help/formals Xshare/R/library/base/help/format Xshare/R/library/base/help/format.info Xshare/R/library/base/help/formatc Xshare/R/library/base/help/formula Xshare/R/library/base/help/frame Xshare/R/library/base/help/freeny Xshare/R/library/base/help/function Xshare/R/library/base/help/gc Xshare/R/library/base/help/get Xshare/R/library/base/help/getenv Xshare/R/library/base/help/gl Xshare/R/library/base/help/glm Xshare/R/library/base/help/glm.summaries Xshare/R/library/base/help/graphics.off Xshare/R/library/base/help/gray Xshare/R/library/base/help/grep Xshare/R/library/base/help/grid Xshare/R/library/base/help/help Xshare/R/library/base/help/hist Xshare/R/library/base/help/hsv Xshare/R/library/base/help/identify Xshare/R/library/base/help/ifelse Xshare/R/library/base/help/image Xshare/R/library/base/help/infert Xshare/R/library/base/help/influence.measures Xshare/R/library/base/help/insects Xshare/R/library/base/help/integer Xshare/R/library/base/help/interactive Xshare/R/library/base/help/invisible Xshare/R/library/base/help/is.atomic Xshare/R/library/base/help/is.finite Xshare/R/library/base/help/is.function Xshare/R/library/base/help/is.language Xshare/R/library/base/help/is.recursive Xshare/R/library/base/help/isR Xshare/R/library/base/help/is.single Xshare/R/library/base/help/islands Xshare/R/library/base/help/judges Xshare/R/library/base/help/lapply Xshare/R/library/base/help/layout Xshare/R/library/base/help/legend Xshare/R/library/base/help/length Xshare/R/library/base/help/levels Xshare/R/library/base/help/library Xshare/R/library/base/help/library.dynam Xshare/R/library/base/help/license Xshare/R/library/base/help/lines Xshare/R/library/base/help/list Xshare/R/library/base/help/lm Xshare/R/library/base/help/lm.influence Xshare/R/library/base/help/lm.summaries Xshare/R/library/base/help/load Xshare/R/library/base/help/locator Xshare/R/library/base/help/logical Xshare/R/library/base/help/longley Xshare/R/library/base/help/lower.tri Xshare/R/library/base/help/lowess Xshare/R/library/base/help/ls Xshare/R/library/base/help/ls.diag Xshare/R/library/base/help/ls.print Xshare/R/library/base/help/lsfit Xshare/R/library/base/help/machine Xshare/R/library/base/help/macintosh Xshare/R/library/base/help/mad Xshare/R/library/base/help/mahalanobis Xshare/R/library/base/help/mat.or.vec Xshare/R/library/base/help/match Xshare/R/library/base/help/match.arg Xshare/R/library/base/help/match.call Xshare/R/library/base/help/matmult Xshare/R/library/base/help/matplot Xshare/R/library/base/help/matrix Xshare/R/library/base/help/mean Xshare/R/library/base/help/median Xshare/R/library/base/help/menu Xshare/R/library/base/help/methods Xshare/R/library/base/help/missing Xshare/R/library/base/help/mode Xshare/R/library/base/help/model.extract Xshare/R/library/base/help/model.frame Xshare/R/library/base/help/model.matrix Xshare/R/library/base/help/mtext Xshare/R/library/base/help/na.action Xshare/R/library/base/help/na.fail Xshare/R/library/base/help/name Xshare/R/library/base/help/names Xshare/R/library/base/help/nargs Xshare/R/library/base/help/nchar Xshare/R/library/base/help/nextn Xshare/R/library/base/help/nhtemp Xshare/R/library/base/help/nlevels Xshare/R/library/base/help/nlm Xshare/R/library/base/help/noquote Xshare/R/library/base/help/notyet Xshare/R/library/base/help/nrow Xshare/R/library/base/help/numeric Xshare/R/library/base/help/offset Xshare/R/library/base/help/on.exit Xshare/R/library/base/help/optimize Xshare/R/library/base/help/options Xshare/R/library/base/help/order Xshare/R/library/base/help/outer Xshare/R/library/base/help/pairs Xshare/R/library/base/help/palette Xshare/R/library/base/help/palettes Xshare/R/library/base/help/par Xshare/R/library/base/help/parse Xshare/R/library/base/help/paste Xshare/R/library/base/help/phones Xshare/R/library/base/help/pictex Xshare/R/library/base/help/piechart Xshare/R/library/base/help/pigs Xshare/R/library/base/help/plot Xshare/R/library/base/help/plot.window Xshare/R/library/base/help/plot.xy Xshare/R/library/base/help/plotdefault Xshare/R/library/base/help/plotfactor Xshare/R/library/base/help/plotformula Xshare/R/library/base/help/pmatch Xshare/R/library/base/help/points Xshare/R/library/base/help/polygon Xshare/R/library/base/help/polyroot Xshare/R/library/base/help/postscript Xshare/R/library/base/help/ppoints Xshare/R/library/base/help/precip Xshare/R/library/base/help/predict Xshare/R/library/base/help/presidents Xshare/R/library/base/help/pretty Xshare/R/library/base/help/print Xshare/R/library/base/help/print.default Xshare/R/library/base/help/proc.time Xshare/R/library/base/help/prod Xshare/R/library/base/help/prompt Xshare/R/library/base/help/prop.test Xshare/R/library/base/help/qqnorm Xshare/R/library/base/help/qr Xshare/R/library/base/help/qraux Xshare/R/library/base/help/quakes Xshare/R/library/base/help/quantile Xshare/R/library/base/help/quit Xshare/R/library/base/help/range Xshare/R/library/base/help/rank Xshare/R/library/base/help/read.fwf Xshare/R/library/base/help/read.table Xshare/R/library/base/help/readline Xshare/R/library/base/help/real Xshare/R/library/base/help/rect Xshare/R/library/base/help/remove Xshare/R/library/base/help/rep Xshare/R/library/base/help/replace Xshare/R/library/base/help/residuals Xshare/R/library/base/help/rev Xshare/R/library/base/help/rgb Xshare/R/library/base/help/rivers Xshare/R/library/base/help/row Xshare/R/library/base/help/sd Xshare/R/library/base/help/rownames Xshare/R/library/base/help/sample Xshare/R/library/base/help/save Xshare/R/library/base/help/savings Xshare/R/library/base/help/scale Xshare/R/library/base/help/scan Xshare/R/library/base/help/search Xshare/R/library/base/help/seq Xshare/R/library/base/help/sequence Xshare/R/library/base/help/sign Xshare/R/library/base/help/sink Xshare/R/library/base/help/solve Xshare/R/library/base/help/sort Xshare/R/library/base/help/source Xshare/R/library/base/help/splinefun Xshare/R/library/base/help/split Xshare/R/library/base/help/stackloss Xshare/R/library/base/help/stat.anova Xshare/R/library/base/help/stem Xshare/R/library/base/help/stop Xshare/R/library/base/help/str Xshare/R/library/base/help/stripplot Xshare/R/library/base/help/strsplit Xshare/R/library/base/help/structure Xshare/R/library/base/help/strwidth Xshare/R/library/base/help/subset Xshare/R/library/base/help/substitute Xshare/R/library/base/help/substr Xshare/R/library/base/help/sum Xshare/R/library/base/help/summary Xshare/R/library/base/help/svd Xshare/R/library/base/help/sweep Xshare/R/library/base/help/swiss Xshare/R/library/base/help/switch Xshare/R/library/base/help/symnum Xshare/R/library/base/help/sys.parent Xshare/R/library/base/help/system Xshare/R/library/base/help/system.date Xshare/R/library/base/help/system.file Xshare/R/library/base/help/system.time Xshare/R/library/base/help/t Xshare/R/library/base/help/t.test Xshare/R/library/base/help/table Xshare/R/library/base/help/tabulate Xshare/R/library/base/help/tapply Xshare/R/library/base/help/tempfile Xshare/R/library/base/help/terms Xshare/R/library/base/help/text Xshare/R/library/base/help/time Xshare/R/library/base/help/title Xshare/R/library/base/help/trace Xshare/R/library/base/help/traceback Xshare/R/library/base/help/transform Xshare/R/library/base/help/trees Xshare/R/library/base/help/ts Xshare/R/library/base/help/typeof Xshare/R/library/base/help/unique Xshare/R/library/base/help/uniroot Xshare/R/library/base/help/units Xshare/R/library/base/help/unlink Xshare/R/library/base/help/var Xshare/R/library/base/help/unlist Xshare/R/library/base/help/update.formula Xshare/R/library/base/help/update.lm Xshare/R/library/base/help/uspop Xshare/R/library/base/help/vector Xshare/R/library/base/help/volcano Xshare/R/library/base/help/warning Xshare/R/library/base/help/warpbreaks Xshare/R/library/base/help/weighted.mean Xshare/R/library/base/help/which Xshare/R/library/base/help/window Xshare/R/library/base/help/women Xshare/R/library/base/help/write Xshare/R/library/base/help/write.table Xshare/R/library/base/help/x11 Xshare/R/library/base/help/xy.coords Xshare/R/library/base/html/00Index.html Xshare/R/library/base/html/Alias.html Xshare/R/library/base/html/Arithmetic.html Xshare/R/library/base/html/Beta.html Xshare/R/library/base/html/Binomial.html Xshare/R/library/base/html/COMPILE.html Xshare/R/library/base/html/Cauchy.html Xshare/R/library/base/html/Chisquare.html Xshare/R/library/base/html/Comparison.html Xshare/R/library/base/html/Constants.html Xshare/R/library/base/html/Control.html Xshare/R/library/base/html/Defunct.html Xshare/R/library/base/html/Deprecated.html Xshare/R/library/base/html/Devices.html Xshare/R/library/base/html/Exponential.html Xshare/R/library/base/html/Extract.html Xshare/R/library/base/html/Extremes.html Xshare/R/library/base/html/logical.html Xshare/R/library/base/html/Foreign.html Xshare/R/library/base/html/GammaDist.html Xshare/R/library/base/html/NA.html Xshare/R/library/base/html/Geometric.html Xshare/R/library/base/html/Hyperbolic.html Xshare/R/library/base/html/Hypergeometric.html Xshare/R/library/base/html/INSTALL.html Xshare/R/library/base/html/IQR.html Xshare/R/library/base/html/Internal.html Xshare/R/library/base/html/Log.html Xshare/R/library/base/html/Logic.html Xshare/R/library/base/html/Logistic.html Xshare/R/library/base/html/Lognormal.html Xshare/R/library/base/html/Machine.html Xshare/R/library/base/html/Math.html Xshare/R/library/base/html/NChisquare.html Xshare/R/library/base/html/NULL.html Xshare/R/library/base/html/NegBinomial.html Xshare/R/library/base/html/Normal.html Xshare/R/library/base/html/Poisson.html Xshare/R/library/base/html/Primitive.html Xshare/R/library/base/html/REMOVE.html Xshare/R/library/base/html/RHOME.html Xshare/R/library/base/html/Random.html Xshare/R/library/base/html/Round.html Xshare/R/library/base/html/c.html Xshare/R/library/base/html/SHLIB.html Xshare/R/library/base/html/Special.html Xshare/R/library/base/html/TDist.html Xshare/R/library/base/html/Trig.html Xshare/R/library/base/html/Tukey.html Xshare/R/library/base/html/Uniform.html Xshare/R/library/base/html/Version.html Xshare/R/library/base/html/Weibull.html Xshare/R/library/base/html/Wilcoxon.html Xshare/R/library/base/html/abbreviate.html Xshare/R/library/base/html/abline.html Xshare/R/library/base/html/acid.html Xshare/R/library/base/html/airmiles.html Xshare/R/library/base/html/airquality.html Xshare/R/library/base/html/all.html Xshare/R/library/base/html/allnames.html Xshare/R/library/base/html/anova.html Xshare/R/library/base/html/anscombe.html Xshare/R/library/base/html/aperm.html Xshare/R/library/base/html/append.html Xshare/R/library/base/html/apply.html Xshare/R/library/base/html/approxfun.html Xshare/R/library/base/html/apropos.html Xshare/R/library/base/html/args.html Xshare/R/library/base/html/array.html Xshare/R/library/base/html/arrows.html Xshare/R/library/base/html/as.function.html Xshare/R/library/base/html/assign.html Xshare/R/library/base/html/attach.html Xshare/R/library/base/html/attenu.html Xshare/R/library/base/html/attr.html Xshare/R/library/base/html/attributes.html Xshare/R/library/base/html/autoload.html Xshare/R/library/base/html/ave.html Xshare/R/library/base/html/axis.html Xshare/R/library/base/html/backsolve.html Xshare/R/library/base/html/barplot.html Xshare/R/library/base/html/bees.html Xshare/R/library/base/html/body.html Xshare/R/library/base/html/box.html Xshare/R/library/base/html/boxplot.html Xshare/R/library/base/html/boxplot.stats.html Xshare/R/library/base/html/browser.html Xshare/R/library/base/html/bxp.html Xshare/R/library/base/html/call.html Xshare/R/library/base/html/cars.html Xshare/R/library/base/html/case.names.html Xshare/R/library/base/html/cat.html Xshare/R/library/base/html/cbind.html Xshare/R/library/base/html/character.html Xshare/R/library/base/html/charmatch.html Xshare/R/library/base/html/chickwts.html Xshare/R/library/base/html/chisq.test.html Xshare/R/library/base/html/chol.html Xshare/R/library/base/html/chol2inv.html Xshare/R/library/base/html/class.html Xshare/R/library/base/html/codes.html Xshare/R/library/base/html/coefficients.html Xshare/R/library/base/html/col.html Xshare/R/library/base/html/colnames.html Xshare/R/library/base/html/colors.html Xshare/R/library/base/html/comment.html Xshare/R/library/base/html/complete.cases.html Xshare/R/library/base/html/complex.html Xshare/R/library/base/html/consume.html Xshare/R/library/base/html/contour.html Xshare/R/library/base/html/contrast.html Xshare/R/library/base/html/contrasts.html Xshare/R/library/base/html/contributors.html Xshare/R/library/base/html/convolve.html Xshare/R/library/base/html/coplot.html Xshare/R/library/base/html/cor.html Xshare/R/library/base/html/count.fields.html Xshare/R/library/base/html/crimes.html Xshare/R/library/base/html/crossprod.html Xshare/R/library/base/html/cumsum.html Xshare/R/library/base/html/curve.html Xshare/R/library/base/html/cut.html Xshare/R/library/base/html/data.html Xshare/R/library/base/html/data.class.html Xshare/R/library/base/html/data.frame.html Xshare/R/library/base/html/data.matrix.html Xshare/R/library/base/html/dataentry.html Xshare/R/library/base/html/deaths.html Xshare/R/library/base/html/debug.html Xshare/R/library/base/html/delay.html Xshare/R/library/base/html/delete.response.html Xshare/R/library/base/html/demo.html Xshare/R/library/base/html/density.html Xshare/R/library/base/html/deparse.html Xshare/R/library/base/html/deriv.html Xshare/R/library/base/html/detach.html Xshare/R/library/base/html/dev.html Xshare/R/library/base/html/dev2.html Xshare/R/library/base/html/deviance.html Xshare/R/library/base/html/df.residual.html Xshare/R/library/base/html/diag.html Xshare/R/library/base/html/diff.html Xshare/R/library/base/html/dim.html Xshare/R/library/base/html/dimnames.html Xshare/R/library/base/html/discoveries.html Xshare/R/library/base/html/do.call.html Xshare/R/library/base/html/dotplot.html Xshare/R/library/base/html/double.html Xshare/R/library/base/html/dput.html Xshare/R/library/base/html/drop.html Xshare/R/library/base/html/dump.html Xshare/R/library/base/html/duplicated.html Xshare/R/library/base/html/dynload.html Xshare/R/library/base/html/edit.html Xshare/R/library/base/html/eigen.html Xshare/R/library/base/html/environment.html Xshare/R/library/base/html/esoph.html Xshare/R/library/base/html/eurodist.html Xshare/R/library/base/html/eval.html Xshare/R/library/base/html/exists.html Xshare/R/library/base/html/expression.html Xshare/R/library/base/html/factor.html Xshare/R/library/base/html/faithful.html Xshare/R/library/base/html/family.html Xshare/R/library/base/html/fft.html Xshare/R/library/base/html/fitted.values.html Xshare/R/library/base/html/fivenum.html Xshare/R/library/base/html/fix.html Xshare/R/library/base/html/formals.html Xshare/R/library/base/html/format.html Xshare/R/library/base/html/format.info.html Xshare/R/library/base/html/formatc.html Xshare/R/library/base/html/formula.html Xshare/R/library/base/html/frame.html Xshare/R/library/base/html/freeny.html Xshare/R/library/base/html/function.html Xshare/R/library/base/html/gc.html Xshare/R/library/base/html/get.html Xshare/R/library/base/html/getenv.html Xshare/R/library/base/html/gl.html Xshare/R/library/base/html/glm.html Xshare/R/library/base/html/glm.summaries.html Xshare/R/library/base/html/graphics.off.html Xshare/R/library/base/html/gray.html Xshare/R/library/base/html/grep.html Xshare/R/library/base/html/grid.html Xshare/R/library/base/html/help.html Xshare/R/library/base/html/hist.html Xshare/R/library/base/html/hsv.html Xshare/R/library/base/html/identify.html Xshare/R/library/base/html/ifelse.html Xshare/R/library/base/html/image.html Xshare/R/library/base/html/infert.html Xshare/R/library/base/html/influence.measures.html Xshare/R/library/base/html/insects.html Xshare/R/library/base/html/integer.html Xshare/R/library/base/html/interactive.html Xshare/R/library/base/html/invisible.html Xshare/R/library/base/html/is.atomic.html Xshare/R/library/base/html/is.finite.html Xshare/R/library/base/html/is.function.html Xshare/R/library/base/html/is.single.html Xshare/R/library/base/html/is.language.html Xshare/R/library/base/html/is.recursive.html Xshare/R/library/base/html/isR.html Xshare/R/library/base/html/islands.html Xshare/R/library/base/html/judges.html Xshare/R/library/base/html/lapply.html Xshare/R/library/base/html/layout.html Xshare/R/library/base/html/legend.html Xshare/R/library/base/html/length.html Xshare/R/library/base/html/levels.html Xshare/R/library/base/html/library.html Xshare/R/library/base/html/library.dynam.html Xshare/R/library/base/html/license.html Xshare/R/library/base/html/lines.html Xshare/R/library/base/html/list.html Xshare/R/library/base/html/lm.html Xshare/R/library/base/html/lm.influence.html Xshare/R/library/base/html/lm.summaries.html Xshare/R/library/base/html/load.html Xshare/R/library/base/html/locator.html Xshare/R/library/base/html/longley.html Xshare/R/library/base/html/lower.tri.html Xshare/R/library/base/html/lowess.html Xshare/R/library/base/html/ls.html Xshare/R/library/base/html/ls.diag.html Xshare/R/library/base/html/ls.print.html Xshare/R/library/base/html/lsfit.html Xshare/R/library/base/html/machine.html Xshare/R/library/base/html/macintosh.html Xshare/R/library/base/html/mad.html Xshare/R/library/base/html/mahalanobis.html Xshare/R/library/base/html/mat.or.vec.html Xshare/R/library/base/html/match.html Xshare/R/library/base/html/match.arg.html Xshare/R/library/base/html/match.call.html Xshare/R/library/base/html/matmult.html Xshare/R/library/base/html/matplot.html Xshare/R/library/base/html/matrix.html Xshare/R/library/base/html/mean.html Xshare/R/library/base/html/median.html Xshare/R/library/base/html/menu.html Xshare/R/library/base/html/methods.html Xshare/R/library/base/html/missing.html Xshare/R/library/base/html/mode.html Xshare/R/library/base/html/mtext.html Xshare/R/library/base/html/model.extract.html Xshare/R/library/base/html/model.frame.html Xshare/R/library/base/html/model.matrix.html Xshare/R/library/base/html/na.action.html Xshare/R/library/base/html/na.fail.html Xshare/R/library/base/html/name.html Xshare/R/library/base/html/names.html Xshare/R/library/base/html/nargs.html Xshare/R/library/base/html/nchar.html Xshare/R/library/base/html/nextn.html Xshare/R/library/base/html/nhtemp.html Xshare/R/library/base/html/nlevels.html Xshare/R/library/base/html/nlm.html Xshare/R/library/base/html/noquote.html Xshare/R/library/base/html/notyet.html Xshare/R/library/base/html/nrow.html Xshare/R/library/base/html/numeric.html Xshare/R/library/base/html/offset.html Xshare/R/library/base/html/on.exit.html Xshare/R/library/base/html/optimize.html Xshare/R/library/base/html/options.html Xshare/R/library/base/html/order.html Xshare/R/library/base/html/qr.html Xshare/R/library/base/html/outer.html Xshare/R/library/base/html/pairs.html Xshare/R/library/base/html/palette.html Xshare/R/library/base/html/palettes.html Xshare/R/library/base/html/par.html Xshare/R/library/base/html/parse.html Xshare/R/library/base/html/paste.html Xshare/R/library/base/html/phones.html Xshare/R/library/base/html/pictex.html Xshare/R/library/base/html/piechart.html Xshare/R/library/base/html/pigs.html Xshare/R/library/base/html/plot.html Xshare/R/library/base/html/plot.window.html Xshare/R/library/base/html/plot.xy.html Xshare/R/library/base/html/plotdefault.html Xshare/R/library/base/html/plotfactor.html Xshare/R/library/base/html/plotformula.html Xshare/R/library/base/html/pmatch.html Xshare/R/library/base/html/points.html Xshare/R/library/base/html/polygon.html Xshare/R/library/base/html/polyroot.html Xshare/R/library/base/html/postscript.html Xshare/R/library/base/html/sd.html Xshare/R/library/base/html/ppoints.html Xshare/R/library/base/html/precip.html Xshare/R/library/base/html/predict.html Xshare/R/library/base/html/presidents.html Xshare/R/library/base/html/pretty.html Xshare/R/library/base/html/print.html Xshare/R/library/base/html/print.default.html Xshare/R/library/base/html/proc.time.html Xshare/R/library/base/html/prod.html Xshare/R/library/base/html/prompt.html Xshare/R/library/base/html/prop.test.html Xshare/R/library/base/html/qqnorm.html Xshare/R/library/base/html/qraux.html Xshare/R/library/base/html/quakes.html Xshare/R/library/base/html/quantile.html Xshare/R/library/base/html/quit.html Xshare/R/library/base/html/range.html Xshare/R/library/base/html/rank.html Xshare/R/library/base/html/read.fwf.html Xshare/R/library/base/html/read.table.html Xshare/R/library/base/html/readline.html Xshare/R/library/base/html/real.html Xshare/R/library/base/html/rect.html Xshare/R/library/base/html/remove.html Xshare/R/library/base/html/rep.html Xshare/R/library/base/html/replace.html Xshare/R/library/base/html/residuals.html Xshare/R/library/base/html/rev.html Xshare/R/library/base/html/rgb.html Xshare/R/library/base/html/rivers.html Xshare/R/library/base/html/row.html Xshare/R/library/base/html/rownames.html Xshare/R/library/base/html/sample.html Xshare/R/library/base/html/save.html Xshare/R/library/base/html/savings.html Xshare/R/library/base/html/scale.html Xshare/R/library/base/html/scan.html Xshare/R/library/base/html/search.html Xshare/R/library/base/html/seq.html Xshare/R/library/base/html/sequence.html Xshare/R/library/base/html/sign.html Xshare/R/library/base/html/sink.html Xshare/R/library/base/html/solve.html Xshare/R/library/base/html/sort.html Xshare/R/library/base/html/source.html Xshare/R/library/base/html/splinefun.html Xshare/R/library/base/html/split.html Xshare/R/library/base/html/stackloss.html Xshare/R/library/base/html/stat.anova.html Xshare/R/library/base/html/stem.html Xshare/R/library/base/html/stop.html Xshare/R/library/base/html/str.html Xshare/R/library/base/html/stripplot.html Xshare/R/library/base/html/strsplit.html Xshare/R/library/base/html/structure.html Xshare/R/library/base/html/strwidth.html Xshare/R/library/base/html/subset.html Xshare/R/library/base/html/substitute.html Xshare/R/library/base/html/substr.html Xshare/R/library/base/html/sum.html Xshare/R/library/base/html/summary.html Xshare/R/library/base/html/svd.html Xshare/R/library/base/html/sweep.html Xshare/R/library/base/html/swiss.html Xshare/R/library/base/html/switch.html Xshare/R/library/base/html/symnum.html Xshare/R/library/base/html/sys.parent.html Xshare/R/library/base/html/system.html Xshare/R/library/base/html/system.date.html Xshare/R/library/base/html/system.file.html Xshare/R/library/base/html/system.time.html Xshare/R/library/base/html/t.html Xshare/R/library/base/html/t.test.html Xshare/R/library/base/html/table.html Xshare/R/library/base/html/tabulate.html Xshare/R/library/base/html/tapply.html Xshare/R/library/base/html/tempfile.html Xshare/R/library/base/html/terms.html Xshare/R/library/base/html/text.html Xshare/R/library/base/html/time.html Xshare/R/library/base/html/title.html Xshare/R/library/base/html/trace.html Xshare/R/library/base/html/traceback.html Xshare/R/library/base/html/transform.html Xshare/R/library/base/html/trees.html Xshare/R/library/base/html/ts.html Xshare/R/library/base/html/typeof.html Xshare/R/library/base/html/unique.html Xshare/R/library/base/html/uniroot.html Xshare/R/library/base/html/units.html Xshare/R/library/base/html/unlink.html Xshare/R/library/base/html/unlist.html Xshare/R/library/base/html/update.formula.html Xshare/R/library/base/html/update.lm.html Xshare/R/library/base/html/uspop.html Xshare/R/library/base/html/var.html Xshare/R/library/base/html/vector.html Xshare/R/library/base/html/volcano.html Xshare/R/library/base/html/warning.html Xshare/R/library/base/html/warpbreaks.html Xshare/R/library/base/html/weighted.mean.html Xshare/R/library/base/html/which.html Xshare/R/library/base/html/window.html Xshare/R/library/base/html/women.html Xshare/R/library/base/html/write.html Xshare/R/library/base/html/write.table.html Xshare/R/library/base/html/x11.html Xshare/R/library/base/html/xy.coords.html Xshare/R/library/base/latex/Alias.tex Xshare/R/library/base/latex/Arithmetic.tex Xshare/R/library/base/latex/Beta.tex Xshare/R/library/base/latex/Binomial.tex Xshare/R/library/base/latex/COMPILE.tex Xshare/R/library/base/latex/Cauchy.tex Xshare/R/library/base/latex/Chisquare.tex Xshare/R/library/base/latex/Comparison.tex Xshare/R/library/base/latex/Constants.tex Xshare/R/library/base/latex/Control.tex Xshare/R/library/base/latex/Defunct.tex Xshare/R/library/base/latex/Deprecated.tex Xshare/R/library/base/latex/Devices.tex Xshare/R/library/base/latex/Exponential.tex Xshare/R/library/base/latex/Extract.tex Xshare/R/library/base/latex/Extremes.tex Xshare/R/library/base/latex/F.tex Xshare/R/library/base/latex/Foreign.tex Xshare/R/library/base/latex/GammaDist.tex Xshare/R/library/base/latex/Geometric.tex Xshare/R/library/base/latex/Hyperbolic.tex Xshare/R/library/base/latex/Hypergeometric.tex Xshare/R/library/base/latex/INSTALL.tex Xshare/R/library/base/latex/IQR.tex Xshare/R/library/base/latex/Internal.tex Xshare/R/library/base/latex/Log.tex Xshare/R/library/base/latex/Logic.tex Xshare/R/library/base/latex/Logistic.tex Xshare/R/library/base/latex/Lognormal.tex Xshare/R/library/base/latex/Machine.tex Xshare/R/library/base/latex/Math.tex Xshare/R/library/base/latex/NA.tex Xshare/R/library/base/latex/NChisquare.tex Xshare/R/library/base/latex/NULL.tex Xshare/R/library/base/latex/NegBinomial.tex Xshare/R/library/base/latex/Normal.tex Xshare/R/library/base/latex/Poisson.tex Xshare/R/library/base/latex/Primitive.tex Xshare/R/library/base/latex/REMOVE.tex Xshare/R/library/base/latex/RHOME.tex Xshare/R/library/base/latex/Random.tex Xshare/R/library/base/latex/Round.tex Xshare/R/library/base/latex/SHLIB.tex Xshare/R/library/base/latex/Special.tex Xshare/R/library/base/latex/TDist.tex Xshare/R/library/base/latex/Trig.tex Xshare/R/library/base/latex/Tukey.tex Xshare/R/library/base/latex/Uniform.tex Xshare/R/library/base/latex/Version.tex Xshare/R/library/base/latex/Weibull.tex Xshare/R/library/base/latex/Wilcoxon.tex Xshare/R/library/base/latex/abbreviate.tex Xshare/R/library/base/latex/abline.tex Xshare/R/library/base/latex/acid.tex Xshare/R/library/base/latex/airmiles.tex Xshare/R/library/base/latex/airquality.tex Xshare/R/library/base/latex/all.tex Xshare/R/library/base/latex/allnames.tex Xshare/R/library/base/latex/anova.tex Xshare/R/library/base/latex/anscombe.tex Xshare/R/library/base/latex/aperm.tex Xshare/R/library/base/latex/append.tex Xshare/R/library/base/latex/apply.tex Xshare/R/library/base/latex/approxfun.tex Xshare/R/library/base/latex/apropos.tex Xshare/R/library/base/latex/args.tex Xshare/R/library/base/latex/array.tex Xshare/R/library/base/latex/arrows.tex Xshare/R/library/base/latex/as.function.tex Xshare/R/library/base/latex/assign.tex Xshare/R/library/base/latex/attach.tex Xshare/R/library/base/latex/attenu.tex Xshare/R/library/base/latex/attr.tex Xshare/R/library/base/latex/attributes.tex Xshare/R/library/base/latex/autoload.tex Xshare/R/library/base/latex/ave.tex Xshare/R/library/base/latex/axis.tex Xshare/R/library/base/latex/backsolve.tex Xshare/R/library/base/latex/barplot.tex Xshare/R/library/base/latex/bees.tex Xshare/R/library/base/latex/body.tex Xshare/R/library/base/latex/box.tex Xshare/R/library/base/latex/boxplot.tex Xshare/R/library/base/latex/boxplot.stats.tex Xshare/R/library/base/latex/browser.tex Xshare/R/library/base/latex/bxp.tex Xshare/R/library/base/latex/c.tex Xshare/R/library/base/latex/call.tex Xshare/R/library/base/latex/cars.tex Xshare/R/library/base/latex/case.names.tex Xshare/R/library/base/latex/cat.tex Xshare/R/library/base/latex/cbind.tex Xshare/R/library/base/latex/character.tex Xshare/R/library/base/latex/charmatch.tex Xshare/R/library/base/latex/chickwts.tex Xshare/R/library/base/latex/col.tex Xshare/R/library/base/latex/chisq.test.tex Xshare/R/library/base/latex/chol.tex Xshare/R/library/base/latex/chol2inv.tex Xshare/R/library/base/latex/class.tex Xshare/R/library/base/latex/codes.tex Xshare/R/library/base/latex/coefficients.tex Xshare/R/library/base/latex/colnames.tex Xshare/R/library/base/latex/colors.tex Xshare/R/library/base/latex/comment.tex Xshare/R/library/base/latex/complete.cases.tex Xshare/R/library/base/latex/complex.tex Xshare/R/library/base/latex/consume.tex Xshare/R/library/base/latex/contour.tex Xshare/R/library/base/latex/contrast.tex Xshare/R/library/base/latex/contrasts.tex Xshare/R/library/base/latex/contributors.tex Xshare/R/library/base/latex/convolve.tex Xshare/R/library/base/latex/coplot.tex Xshare/R/library/base/latex/cor.tex Xshare/R/library/base/latex/count.fields.tex Xshare/R/library/base/latex/crimes.tex Xshare/R/library/base/latex/crossprod.tex Xshare/R/library/base/latex/cut.tex Xshare/R/library/base/latex/cumsum.tex Xshare/R/library/base/latex/curve.tex Xshare/R/library/base/latex/data.tex Xshare/R/library/base/latex/data.class.tex Xshare/R/library/base/latex/data.frame.tex Xshare/R/library/base/latex/data.matrix.tex Xshare/R/library/base/latex/dataentry.tex Xshare/R/library/base/latex/deaths.tex Xshare/R/library/base/latex/debug.tex Xshare/R/library/base/latex/delay.tex Xshare/R/library/base/latex/delete.response.tex Xshare/R/library/base/latex/demo.tex Xshare/R/library/base/latex/density.tex Xshare/R/library/base/latex/deparse.tex Xshare/R/library/base/latex/deriv.tex Xshare/R/library/base/latex/detach.tex Xshare/R/library/base/latex/dev.tex Xshare/R/library/base/latex/dev2.tex Xshare/R/library/base/latex/deviance.tex Xshare/R/library/base/latex/df.residual.tex Xshare/R/library/base/latex/diag.tex Xshare/R/library/base/latex/diff.tex Xshare/R/library/base/latex/dim.tex Xshare/R/library/base/latex/dimnames.tex Xshare/R/library/base/latex/discoveries.tex Xshare/R/library/base/latex/do.call.tex Xshare/R/library/base/latex/dotplot.tex Xshare/R/library/base/latex/double.tex Xshare/R/library/base/latex/dput.tex Xshare/R/library/base/latex/drop.tex Xshare/R/library/base/latex/dump.tex Xshare/R/library/base/latex/duplicated.tex Xshare/R/library/base/latex/dynload.tex Xshare/R/library/base/latex/edit.tex Xshare/R/library/base/latex/eigen.tex Xshare/R/library/base/latex/environment.tex Xshare/R/library/base/latex/esoph.tex Xshare/R/library/base/latex/eurodist.tex Xshare/R/library/base/latex/eval.tex Xshare/R/library/base/latex/exists.tex Xshare/R/library/base/latex/expression.tex Xshare/R/library/base/latex/factor.tex Xshare/R/library/base/latex/faithful.tex Xshare/R/library/base/latex/family.tex Xshare/R/library/base/latex/fft.tex Xshare/R/library/base/latex/fitted.values.tex Xshare/R/library/base/latex/fivenum.tex Xshare/R/library/base/latex/fix.tex Xshare/R/library/base/latex/formals.tex Xshare/R/library/base/latex/format.tex Xshare/R/library/base/latex/format.info.tex Xshare/R/library/base/latex/formatc.tex Xshare/R/library/base/latex/formula.tex Xshare/R/library/base/latex/frame.tex Xshare/R/library/base/latex/freeny.tex Xshare/R/library/base/latex/function.tex Xshare/R/library/base/latex/gc.tex Xshare/R/library/base/latex/get.tex Xshare/R/library/base/latex/getenv.tex Xshare/R/library/base/latex/gl.tex Xshare/R/library/base/latex/glm.tex Xshare/R/library/base/latex/glm.summaries.tex Xshare/R/library/base/latex/graphics.off.tex Xshare/R/library/base/latex/gray.tex Xshare/R/library/base/latex/grep.tex Xshare/R/library/base/latex/grid.tex Xshare/R/library/base/latex/help.tex Xshare/R/library/base/latex/hist.tex Xshare/R/library/base/latex/hsv.tex Xshare/R/library/base/latex/identify.tex Xshare/R/library/base/latex/ifelse.tex Xshare/R/library/base/latex/image.tex Xshare/R/library/base/latex/infert.tex Xshare/R/library/base/latex/influence.measures.tex Xshare/R/library/base/latex/insects.tex Xshare/R/library/base/latex/integer.tex Xshare/R/library/base/latex/interactive.tex Xshare/R/library/base/latex/invisible.tex Xshare/R/library/base/latex/is.atomic.tex Xshare/R/library/base/latex/is.finite.tex Xshare/R/library/base/latex/is.function.tex Xshare/R/library/base/latex/is.language.tex Xshare/R/library/base/latex/is.recursive.tex Xshare/R/library/base/latex/is.single.tex Xshare/R/library/base/latex/isR.tex Xshare/R/library/base/latex/islands.tex Xshare/R/library/base/latex/judges.tex Xshare/R/library/base/latex/lapply.tex Xshare/R/library/base/latex/layout.tex Xshare/R/library/base/latex/legend.tex Xshare/R/library/base/latex/length.tex Xshare/R/library/base/latex/levels.tex Xshare/R/library/base/latex/library.tex Xshare/R/library/base/latex/library.dynam.tex Xshare/R/library/base/latex/license.tex Xshare/R/library/base/latex/lines.tex Xshare/R/library/base/latex/list.tex Xshare/R/library/base/latex/lm.tex Xshare/R/library/base/latex/lm.influence.tex Xshare/R/library/base/latex/lm.summaries.tex Xshare/R/library/base/latex/load.tex Xshare/R/library/base/latex/locator.tex Xshare/R/library/base/latex/logical.tex Xshare/R/library/base/latex/longley.tex Xshare/R/library/base/latex/lower.tri.tex Xshare/R/library/base/latex/lowess.tex Xshare/R/library/base/latex/ls.tex Xshare/R/library/base/latex/ls.diag.tex Xshare/R/library/base/latex/ls.print.tex Xshare/R/library/base/latex/lsfit.tex Xshare/R/library/base/latex/machine.tex Xshare/R/library/base/latex/macintosh.tex Xshare/R/library/base/latex/mad.tex Xshare/R/library/base/latex/mahalanobis.tex Xshare/R/library/base/latex/mat.or.vec.tex Xshare/R/library/base/latex/match.tex Xshare/R/library/base/latex/match.arg.tex Xshare/R/library/base/latex/match.call.tex Xshare/R/library/base/latex/matmult.tex Xshare/R/library/base/latex/matplot.tex Xshare/R/library/base/latex/matrix.tex Xshare/R/library/base/latex/mean.tex Xshare/R/library/base/latex/median.tex Xshare/R/library/base/latex/menu.tex Xshare/R/library/base/latex/methods.tex Xshare/R/library/base/latex/missing.tex Xshare/R/library/base/latex/mode.tex Xshare/R/library/base/latex/model.extract.tex Xshare/R/library/base/latex/model.frame.tex Xshare/R/library/base/latex/model.matrix.tex Xshare/R/library/base/latex/mtext.tex Xshare/R/library/base/latex/na.action.tex Xshare/R/library/base/latex/na.fail.tex Xshare/R/library/base/latex/name.tex Xshare/R/library/base/latex/names.tex Xshare/R/library/base/latex/nargs.tex Xshare/R/library/base/latex/nchar.tex Xshare/R/library/base/latex/nextn.tex Xshare/R/library/base/latex/nhtemp.tex Xshare/R/library/base/latex/nlevels.tex Xshare/R/library/base/latex/nlm.tex Xshare/R/library/base/latex/noquote.tex Xshare/R/library/base/latex/notyet.tex Xshare/R/library/base/latex/nrow.tex Xshare/R/library/base/latex/numeric.tex Xshare/R/library/base/latex/offset.tex Xshare/R/library/base/latex/on.exit.tex Xshare/R/library/base/latex/optimize.tex Xshare/R/library/base/latex/options.tex Xshare/R/library/base/latex/order.tex Xshare/R/library/base/latex/outer.tex Xshare/R/library/base/latex/pairs.tex Xshare/R/library/base/latex/palette.tex Xshare/R/library/base/latex/palettes.tex Xshare/R/library/base/latex/par.tex Xshare/R/library/base/latex/parse.tex Xshare/R/library/base/latex/paste.tex Xshare/R/library/base/latex/phones.tex Xshare/R/library/base/latex/pictex.tex Xshare/R/library/base/latex/piechart.tex Xshare/R/library/base/latex/pigs.tex Xshare/R/library/base/latex/plot.tex Xshare/R/library/base/latex/plot.window.tex Xshare/R/library/base/latex/plot.xy.tex Xshare/R/library/base/latex/plotdefault.tex Xshare/R/library/base/latex/plotfactor.tex Xshare/R/library/base/latex/plotformula.tex Xshare/R/library/base/latex/pmatch.tex Xshare/R/library/base/latex/points.tex Xshare/R/library/base/latex/polygon.tex Xshare/R/library/base/latex/polyroot.tex Xshare/R/library/base/latex/postscript.tex Xshare/R/library/base/latex/ppoints.tex Xshare/R/library/base/latex/precip.tex Xshare/R/library/base/latex/predict.tex Xshare/R/library/base/latex/presidents.tex Xshare/R/library/base/latex/pretty.tex Xshare/R/library/base/latex/print.tex Xshare/R/library/base/latex/print.default.tex Xshare/R/library/base/latex/proc.time.tex Xshare/R/library/base/latex/prod.tex Xshare/R/library/base/latex/prompt.tex Xshare/R/library/base/latex/prop.test.tex Xshare/R/library/base/latex/qqnorm.tex Xshare/R/library/base/latex/qr.tex Xshare/R/library/base/latex/qraux.tex Xshare/R/library/base/latex/quakes.tex Xshare/R/library/base/latex/quantile.tex Xshare/R/library/base/latex/quit.tex Xshare/R/library/base/latex/range.tex Xshare/R/library/base/latex/rank.tex Xshare/R/library/base/latex/read.fwf.tex Xshare/R/library/base/latex/read.table.tex Xshare/R/library/base/latex/readline.tex Xshare/R/library/base/latex/real.tex Xshare/R/library/base/latex/rect.tex Xshare/R/library/base/latex/remove.tex Xshare/R/library/base/latex/rep.tex Xshare/R/library/base/latex/replace.tex Xshare/R/library/base/latex/residuals.tex Xshare/R/library/base/latex/rev.tex Xshare/R/library/base/latex/rgb.tex Xshare/R/library/base/latex/rivers.tex Xshare/R/library/base/latex/row.tex Xshare/R/library/base/latex/rownames.tex Xshare/R/library/base/latex/sample.tex Xshare/R/library/base/latex/save.tex Xshare/R/library/base/latex/savings.tex Xshare/R/library/base/latex/scale.tex Xshare/R/library/base/latex/scan.tex Xshare/R/library/base/latex/sd.tex Xshare/R/library/base/latex/search.tex Xshare/R/library/base/latex/seq.tex Xshare/R/library/base/latex/sequence.tex Xshare/R/library/base/latex/sign.tex Xshare/R/library/base/latex/sink.tex Xshare/R/library/base/latex/solve.tex Xshare/R/library/base/latex/str.tex Xshare/R/library/base/latex/sort.tex Xshare/R/library/base/latex/source.tex Xshare/R/library/base/latex/splinefun.tex Xshare/R/library/base/latex/split.tex Xshare/R/library/base/latex/stackloss.tex Xshare/R/library/base/latex/stat.anova.tex Xshare/R/library/base/latex/stem.tex Xshare/R/library/base/latex/stop.tex Xshare/R/library/base/latex/stripplot.tex Xshare/R/library/base/latex/strsplit.tex Xshare/R/library/base/latex/structure.tex Xshare/R/library/base/latex/strwidth.tex Xshare/R/library/base/latex/subset.tex Xshare/R/library/base/latex/substitute.tex Xshare/R/library/base/latex/substr.tex Xshare/R/library/base/latex/sum.tex Xshare/R/library/base/latex/summary.tex Xshare/R/library/base/latex/svd.tex Xshare/R/library/base/latex/sweep.tex Xshare/R/library/base/latex/swiss.tex Xshare/R/library/base/latex/switch.tex Xshare/R/library/base/latex/symnum.tex Xshare/R/library/base/latex/sys.parent.tex Xshare/R/library/base/latex/system.tex Xshare/R/library/base/latex/system.date.tex Xshare/R/library/base/latex/system.file.tex Xshare/R/library/base/latex/system.time.tex Xshare/R/library/base/latex/t.tex Xshare/R/library/base/latex/t.test.tex Xshare/R/library/base/latex/table.tex Xshare/R/library/base/latex/tabulate.tex Xshare/R/library/base/latex/tapply.tex Xshare/R/library/base/latex/tempfile.tex Xshare/R/library/base/latex/terms.tex Xshare/R/library/base/latex/text.tex Xshare/R/library/base/latex/time.tex Xshare/R/library/base/latex/title.tex Xshare/R/library/base/latex/trace.tex Xshare/R/library/base/latex/traceback.tex Xshare/R/library/base/latex/transform.tex Xshare/R/library/base/latex/trees.tex Xshare/R/library/base/latex/ts.tex Xshare/R/library/base/latex/typeof.tex Xshare/R/library/base/latex/unique.tex Xshare/R/library/base/latex/uniroot.tex Xshare/R/library/base/latex/units.tex Xshare/R/library/base/latex/unlink.tex Xshare/R/library/base/latex/unlist.tex Xshare/R/library/base/latex/update.formula.tex Xshare/R/library/base/latex/update.lm.tex Xshare/R/library/base/latex/uspop.tex Xshare/R/library/base/latex/var.tex Xshare/R/library/base/latex/vector.tex Xshare/R/library/base/latex/volcano.tex Xshare/R/library/base/latex/warning.tex Xshare/R/library/base/latex/warpbreaks.tex Xshare/R/library/base/latex/weighted.mean.tex Xshare/R/library/base/latex/which.tex Xshare/R/library/base/latex/window.tex Xshare/R/library/base/latex/women.tex Xshare/R/library/base/latex/write.tex Xshare/R/library/base/latex/write.table.tex Xshare/R/library/base/latex/x11.tex Xshare/R/library/base/latex/xy.coords.tex Xshare/R/library/eda/libs/eda.so Xshare/R/library/eda/R/eda Xshare/R/library/eda/INDEX Xshare/R/library/eda/TITLE Xshare/R/library/eda/help/00Titles Xshare/R/library/eda/help/AnIndex Xshare/R/library/eda/help/line Xshare/R/library/eda/help/medpolish Xshare/R/library/eda/help/smooth Xshare/R/library/eda/html/00Index.html Xshare/R/library/eda/html/line.html Xshare/R/library/eda/html/medpolish.html Xshare/R/library/eda/html/smooth.html Xshare/R/library/eda/latex/line.tex Xshare/R/library/eda/latex/medpolish.tex Xshare/R/library/eda/latex/smooth.tex Xshare/R/library/LibIndex Xshare/R/library/mva/libs/mva.so Xshare/R/library/mva/R/mva Xshare/R/library/mva/INDEX Xshare/R/library/mva/TITLE Xshare/R/library/mva/help/00Titles Xshare/R/library/mva/help/AnIndex Xshare/R/library/mva/help/cancor Xshare/R/library/mva/help/cmdscale Xshare/R/library/mva/help/dist Xshare/R/library/mva/help/hclust Xshare/R/library/mva/help/prcomp Xshare/R/library/mva/html/00Index.html Xshare/R/library/mva/html/cancor.html Xshare/R/library/mva/html/cmdscale.html Xshare/R/library/mva/html/dist.html Xshare/R/library/mva/html/hclust.html Xshare/R/library/mva/html/prcomp.html Xshare/R/library/mva/latex/cancor.tex Xshare/R/library/mva/latex/cmdscale.tex Xshare/R/library/mva/latex/dist.tex Xshare/R/library/mva/latex/hclust.tex Xshare/R/library/mva/latex/prcomp.tex Xshare/R/library/stepfun/R/stepfun Xshare/R/library/stepfun/INDEX Xshare/R/library/stepfun/TITLE Xshare/R/library/stepfun/help/00Titles Xshare/R/library/stepfun/help/AnIndex Xshare/R/library/stepfun/help/ecdf Xshare/R/library/stepfun/help/plot.stepfun Xshare/R/library/stepfun/help/stepfun Xshare/R/library/stepfun/html/00Index.html Xshare/R/library/stepfun/html/ecdf.html Xshare/R/library/stepfun/html/plot.stepfun.html Xshare/R/library/stepfun/html/stepfun.html Xshare/R/library/stepfun/latex/ecdf.tex Xshare/R/library/stepfun/latex/plot.stepfun.tex Xshare/R/library/stepfun/latex/stepfun.tex Xshare/R/demos/dynload/Makefile.in Xshare/R/demos/dynload/README Xshare/R/demos/dynload/zero.R Xshare/R/demos/dynload/zero.c Xshare/R/demos/dynload/Makefile Xshare/R/demos/models/glm-v+r.R Xshare/R/demos/models/lm+glm.R Xshare/R/demos/Makefile Xshare/R/demos/graphics/graphics.R Xshare/R/demos/graphics/image.R Xshare/R/demos/language/is-things.R Xshare/R/demos/language/recursion.R Xshare/R/demos/language/scoping.R Xshare/R/demos/nlm/valley.R Xshare/R/cmd/filename Xshare/R/cmd/fwf2table.in Xshare/R/cmd/help Xshare/R/cmd/loadpath Xshare/R/cmd/pager Xshare/R/cmd/fwf2table X@dirrm share/R/etc/Rdoc X@dirrm share/R/etc/older-stuff X@dirrm share/R/etc/undoc X@dirrm share/R/doc/html/search X@dirrm share/R/doc/html X@dirrm share/R/doc/manual X@dirrm share/R/library/base/R X@dirrm share/R/library/base/data X@dirrm share/R/library/base/help X@dirrm share/R/library/base/html X@dirrm share/R/library/base/latex X@dirrm share/R/library/base X@dirrm share/R/library/eda/libs X@dirrm share/R/library/eda/R X@dirrm share/R/library/eda/help X@dirrm share/R/library/eda/html X@dirrm share/R/library/eda/latex X@dirrm share/R/library/eda X@dirrm share/R/library/mva/libs X@dirrm share/R/library/mva/R X@dirrm share/R/library/mva/help X@dirrm share/R/library/mva/html X@dirrm share/R/library/mva/latex X@dirrm share/R/library/mva X@dirrm share/R/library/stepfun/R X@dirrm share/R/library/stepfun/help X@dirrm share/R/library/stepfun/html X@dirrm share/R/library/stepfun/latex X@dirrm share/R/library/stepfun X@dirrm share/R/demos/dynload X@dirrm share/R/demos/models X@dirrm share/R/demos/graphics X@dirrm share/R/demos/language X@dirrm share/R/demos/nlm X@dirrm share/R/demos X@dirrm share/R/include X@dirrm share/R/library X@dirrm share/R/doc X@dirrm share/R/cmd X@dirrm share/R/bin X@dirrm share/R/afm X@dirrm share/R/etc X@dirrm share/R END-of-r/pkg/PLIST echo x - r/Makefile sed 's/^X//' >r/Makefile << 'END-of-r/Makefile' X# New ports collection makefile for: R X# Version required: R-0.62.1 X# Date created: Tue Jun 23 07:36:55 EST 1998 X# Whom: Maurice Castro X# X# $Id: Makefile,v 1.2 1998/05/07 06:08:24 mph Exp $ X# X XDISTNAME= R-0.62.1 XPKGNAME= R-${PAPERSIZE:S/A4/a4/:S/LETTER/letter/:S/Letter/letter/}-0.62.1 XCATEGORIES= math XMASTER_SITES= http://lib.stat.cmu.edu/R/CRAN/src/base/ \ X ftp://ftp.stat.math.ethz.ch/R/ \ X ftp://ftp.u-aizu.ac.jp/pub/lang/R/ XEXTRACT_SUFX= .tgz X XMAINTAINER= maurice@serc.rmit.edu.au X XGNU_CONFIGURE= yes XUSE_PERL5= yes X XMANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to Letter A4 XCONFIGURE_ENV= R_PAPERSIZE=${PAPERSIZE} X X.if !defined(PAPERSIZE) XPAPERSIZE=a4 X.elif ${PAPERSIZE} == LETTER || ${PAPERSIZE} == Letter XPAPERSIZE=letter X.elif ${PAPERSIZE} == A4 XPAPERSIZE=a4 X.elif ${PAPERSIZE} != a4 && ${PAPERSIZE} != letter XPAPERSIZE_INVALID=yes X.endif X XALL_TARGET=all help html X Xpre-fetch: X.if defined(PAPERSIZE_INVALID) X @${ECHO} "Invalid value for PAPERSIZE: \"${PAPERSIZE}\"" X @${ECHO} "Possible values are: A4 (default), and Letter." X @${FALSE} X.endif X Xdo-install: X -gzip ${WRKSRC}/R.1 X -gzip ${WRKSRC}/Rdconv.1 X ${INSTALL_DATA} ${WRKSRC}/R.1.gz ${PREFIX}/man/man1 X ${INSTALL_DATA} ${WRKSRC}/Rdconv.1.gz ${PREFIX}/man/man1 X ${SED} 's:PREFIX:${PREFIX}:;s:DEFAULTPAPER:${PAPERSIZE}:' ${FILESDIR}/R > ${PREFIX}/bin/R X (cd ${WRKSRC}; find . -type d -exec chmod a+rx \{\} \; ) X (cd ${WRKSRC}; find . -type f -exec chmod a+r \{\} \; ) X chmod a+x ${PREFIX}/bin/R X ${MKDIR} ${PREFIX}/share/R X ${MKDIR} ${PREFIX}/share/R/bin X ${INSTALL_PROGRAM} ${WRKSRC}/bin/R.binary ${PREFIX}/share/R/bin X (cd ${WRKSRC}; tar cpf - afm ) | (cd ${PREFIX}/share/R; tar xpf - ) X (cd ${WRKSRC}; tar cpf - etc ) | (cd ${PREFIX}/share/R; tar xpf - ) X (cd ${WRKSRC}; tar cpf - doc ) | (cd ${PREFIX}/share/R; tar xpf - ) X (cd ${WRKSRC}; tar cpf - include ) | (cd ${PREFIX}/share/R; tar xpf - ) X (cd ${WRKSRC}; tar cpf - library ) | (cd ${PREFIX}/share/R; tar xpf - ) X (cd ${WRKSRC}; tar cpf - demos ) | (cd ${PREFIX}/share/R; tar xpf - ) X (cd ${WRKSRC}; tar cpf - cmd ) | (cd ${PREFIX}/share/R; tar xpf - ) X X.include END-of-r/Makefile exit >Audit-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 Jun 22 20:00:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10563 for freebsd-ports-outgoing; Mon, 22 Jun 1998 20:00:05 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10495 for ; Mon, 22 Jun 1998 20:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA00660; Mon, 22 Jun 1998 20:00:00 -0700 (PDT) Received: from aldan.ziplink.net (mi@kot.ne.mediaone.net [24.128.29.55]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA09629 for ; Mon, 22 Jun 1998 19:54:24 -0700 (PDT) (envelope-from mi@rtfm.ziplink.net) Received: from rtfm.ziplink.net (rtfm [199.232.255.52]) by aldan.ziplink.net (8.8.8/8.8.7) with ESMTP id CAA22313 for ; Tue, 23 Jun 1998 02:54:04 GMT (envelope-from mi@rtfm.ziplink.net) Received: (from root@localhost) by rtfm.ziplink.net (8.8.8/8.8.5) id WAA10808; Mon, 22 Jun 1998 22:54:03 -0400 (EDT) Message-Id: <199806230254.WAA10808@rtfm.ziplink.net> Date: Mon, 22 Jun 1998 22:54:03 -0400 (EDT) From: root@rtfm.ziplink.net Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7026: perl-port did not build on -current :-( Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7026 >Category: ports >Synopsis: corrections to the perl5 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: Mon Jun 22 20:00:00 PDT 1998 >Last-Modified: >Originator: Mikhail Teterin >Organization: Virtual Estates, Inc. >Release: FreeBSD 3.0-CURRENT i386 >Environment: Fairly recent current. gcc28 >Description: 1. The port ignores local settings for CC and CFLAGS 2. doio.c needs patching to behave like it does on Linux >How-To-Repeat: >Fix: All of the perl's tests passed with this corrections. CFLAGS were "-O2 -mno-486 -mpentium -fexpensive-optimizations -pipe -fomit-frame-pointer -DNDEBUG". This patch makes port obey local settings: --- Makefile.orig Sun Feb 15 18:03:58 1998 +++ Makefile Mon Jun 22 22:41:48 1998 @@ -18,3 +18,3 @@ CONFIGURE_SCRIPT= Configure -CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} +CONFIGURE_ARGS= -sde -Doptimize="${CFLAGS}" -Dcc="${CC}" -Dprefix="${PREFIX}" This patch fixes doio.c . The Perl people are aware of this problem (see their XXX-comments), so it will likely go away with the next release of Perl. --- doio.c.orig Mon Jul 28 21:08:11 1997 +++ doio.c Mon Jun 22 22:18:41 1998 @@ -1333,7 +1333,7 @@ char *a; I32 id, n, cmd, infosize, getinfo; I32 ret = -1; -#ifdef __linux__ /* XXX Need metaconfig test */ +#if defined(__linux__) || defined(__FreeBSD__) /* XXX Need metaconfig test */ union semun unsemds; #endif @@ -1365,7 +1365,7 @@ else if (cmd == GETALL || cmd == SETALL) { struct semid_ds semds; -#ifdef __linux__ /* XXX Need metaconfig test */ +#if defined(__linux__) || defined(__FreeBSD__) /* XXX Need metaconfig test */ /* linux (and Solaris2?) uses : int semctl (int semid, int semnum, int cmd, union semun arg) union semun { @@ -1425,7 +1425,7 @@ #endif #ifdef HAS_SEM case OP_SEMCTL: -#ifdef __linux__ /* XXX Need metaconfig test */ +#if defined(__linux__) || defined(__FreeBSD__) /* XXX Need metaconfig test */ unsemds.buf = (struct semid_ds *)a; ret = semctl(id, n, cmd, unsemds); #else >Audit-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 Jun 23 00:22:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA08484 for freebsd-ports-outgoing; Tue, 23 Jun 1998 00:22:51 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from asteroid.svib.ru (root@asteroid.svib.ru [195.151.166.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA08462 for ; Tue, 23 Jun 1998 00:22:47 -0700 (PDT) (envelope-from tarkhil@asteroid.svib.ru) Received: from minas-tirith.pol.ru (shuttle.svib.ru [195.151.166.144]) by asteroid.svib.ru (8.8.8/8.8.8) with ESMTP id LAA07141 for ; Tue, 23 Jun 1998 11:22:37 +0400 (MSD) (envelope-from tarkhil@asteroid.svib.ru) Received: from minas-tirith.pol.ru (minas-tirith.pol.ru [127.0.0.1]) by minas-tirith.pol.ru (8.8.8/8.8.7) with ESMTP id LAA16972 for ; Tue, 23 Jun 1998 11:23:37 +0400 (MSD) (envelope-from tarkhil@minas-tirith.pol.ru) Message-Id: <199806230723.LAA16972@minas-tirith.pol.ru> X-Mailer: exmh version 2.0.2 2/24/98 To: ports@FreeBSD.ORG Reply-To: tarkhil@asteroid.svib.ru Subject: mysql under current is broken? X-URL: http://freebsd.svib.ru Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 23 Jun 1998 11:23:36 +0400 From: Alex Povolotsky Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! While mysql-3.21.25g on SNAP-980217 works fine, mysql-3.21.29 (and 30 and 31 as well) under april snap (don't have exact uname at hand) dumps core on every attempt to connect to its port. I've tried to debug coredump, but do not understand mysql internals anough :-( Alex. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 23 03:30:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA13330 for freebsd-ports-outgoing; Tue, 23 Jun 1998 03:30:09 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA13265 for ; Tue, 23 Jun 1998 03:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA02542; Tue, 23 Jun 1998 03:30:01 -0700 (PDT) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA12614 for ; Tue, 23 Jun 1998 03:27:06 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id QAA17436 for ; Tue, 23 Jun 1998 16:27:29 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id OAA01624; Tue, 23 Jun 1998 14:30:04 +0400 (MSD) Message-Id: <199806231030.OAA01624@icc.surw.chel.su> Date: Tue, 23 Jun 1998 14:30:04 +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/7030: New port: bogged-1.0.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7030 >Category: ports >Synopsis: New port: bogged-1.0.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 Jun 23 03:30:01 PDT 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of Word game for X Window System. Bogged is an addictive word game, like boggle, for X Window System and Tcl/Tk. # 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: # # bogged-1.0.0 # bogged-1.0.0/Makefile # bogged-1.0.0/files # bogged-1.0.0/files/md5 # bogged-1.0.0/pkg # bogged-1.0.0/pkg/PLIST # bogged-1.0.0/pkg/COMMENT # bogged-1.0.0/pkg/DESCR # bogged-1.0.0/patches # bogged-1.0.0/patches/patch-aa # echo c - bogged-1.0.0 mkdir -p bogged-1.0.0 > /dev/null 2>&1 echo x - bogged-1.0.0/Makefile sed 's/^X//' >bogged-1.0.0/Makefile << 'END-of-bogged-1.0.0/Makefile' X# New ports collection makefile for: bogged X# Version required: 1.0.0 X# Date created: 18 May 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= bogged-1.0.0 XCATEGORIES= games x11 XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= games/strategy XEXTRACT_SUFX= .gz XEXTRACT_CMD= ${CP} XEXTRACT_BEFORE_ARGS= XEXTRACT_AFTER_ARGS= ${WRKDIR} X XMAINTAINER= andy@icc.surw.chel.su X XRUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 X XNO_BUILD= yes XUSE_X11= yes XWRKSRC= ${WRKDIR} X Xpost-extract: X @ ${GUNZIP_CMD} ${WRKDIR}/${DISTNAME}${EXTRACT_SUFX} X Xdo-install: X @ ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/bogged X X.include END-of-bogged-1.0.0/Makefile echo c - bogged-1.0.0/files mkdir -p bogged-1.0.0/files > /dev/null 2>&1 echo x - bogged-1.0.0/files/md5 sed 's/^X//' >bogged-1.0.0/files/md5 << 'END-of-bogged-1.0.0/files/md5' XMD5 (bogged-1.0.0.gz) = 0b42c72a937c0681ef423d22adf6e18d END-of-bogged-1.0.0/files/md5 echo c - bogged-1.0.0/pkg mkdir -p bogged-1.0.0/pkg > /dev/null 2>&1 echo x - bogged-1.0.0/pkg/PLIST sed 's/^X//' >bogged-1.0.0/pkg/PLIST << 'END-of-bogged-1.0.0/pkg/PLIST' Xbin/bogged END-of-bogged-1.0.0/pkg/PLIST echo x - bogged-1.0.0/pkg/COMMENT sed 's/^X//' >bogged-1.0.0/pkg/COMMENT << 'END-of-bogged-1.0.0/pkg/COMMENT' XWord game for X Window System. END-of-bogged-1.0.0/pkg/COMMENT echo x - bogged-1.0.0/pkg/DESCR sed 's/^X//' >bogged-1.0.0/pkg/DESCR << 'END-of-bogged-1.0.0/pkg/DESCR' XBogged is an addictive word game, like boggle, Xfor X Window System and Tcl/Tk. END-of-bogged-1.0.0/pkg/DESCR echo c - bogged-1.0.0/patches mkdir -p bogged-1.0.0/patches > /dev/null 2>&1 echo x - bogged-1.0.0/patches/patch-aa sed 's/^X//' >bogged-1.0.0/patches/patch-aa << 'END-of-bogged-1.0.0/patches/patch-aa' X--- bogged-1.0.0 Mon May 18 11:52:13 1998 X+++ /home/andy/tmp/wrk/bogged-1.0.0 Mon May 18 11:51:59 1998 X@@ -1,6 +1,6 @@ X #!/bin/sh X # the next line restarts using wish \ X-exec wish "$0" "$@" X+exec wish8.0 "$0" "$@" X X # X # Bogged is Copyright 1998 Todd David Rudick END-of-bogged-1.0.0/patches/patch-aa exit >How-To-Repeat: >Fix: Please, check and commit this port. >Audit-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 Jun 23 04:12:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA21106 for freebsd-ports-outgoing; Tue, 23 Jun 1998 04:12:43 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from jaguar.domestic.de (kuebart.stuttgart.netsurf.de [194.233.216.182]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA20957; Tue, 23 Jun 1998 04:12:25 -0700 (PDT) (envelope-from joki@jaguar.domestic.de) Received: (from joki@localhost) by jaguar.domestic.de (8.8.8/8.8.8) id NAA00347; Tue, 23 Jun 1998 13:12:18 +0200 (CEST) (envelope-from joki) From: Joachim Kuebart Message-Id: <199806231112.NAA00347@jaguar.domestic.de> Subject: ELF ports of TenDRA compiler To: freebsd-ports@FreeBSD.ORG Date: Tue, 23 Jun 1998 13:12:18 +0200 (CEST) Cc: freebsd-current@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 Hi, forgive the cross-post, but this might also be interesting to the -current people: I have a port available at ftp://ftp.lf.net/pub/users/Joachim.Kuebart/freebsd-port-TenDRA-4.1.2.tar.gz that can bootstrap the TenDRA compiler in an ELF world. It is not tested, so I appreciate your input. I already sent this to Robert Nordier who maintains the port, collaborating with DERA. cu Jo --------------------------------------------------------------------- FreeBSD: The Power to Serve Joachim Kuebart Tel: +49 711 653706 Oh god, god, god -- My tongue's asleep Germany and my teeth itch. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 23 11:10:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02981 for freebsd-ports-outgoing; Tue, 23 Jun 1998 11:10:15 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA02913 for ; Tue, 23 Jun 1998 11:10:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA01017; Tue, 23 Jun 1998 11:10:01 -0700 (PDT) Received: from disco.cdrom.com (disco.cdrom.com [204.216.28.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA02670 for ; Tue, 23 Jun 1998 11:08:55 -0700 (PDT) (envelope-from murray@disco.cdrom.com) Received: (from root@localhost) by disco.cdrom.com (8.8.8/8.8.8) id LAA25787; Tue, 23 Jun 1998 11:01:20 -0700 (PDT) (envelope-from murray) Message-Id: <199806231801.LAA25787@disco.cdrom.com> Date: Tue, 23 Jun 1998 11:01:20 -0700 (PDT) From: Murray Stokely Reply-To: murray@disco.cdrom.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7032: new port: mkhybrid 1.12 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7032 >Category: ports >Synopsis: new port : mkhybrid 1.12 >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: Tue Jun 23 11:10:00 PDT 1998 >Last-Modified: >Originator: Murray Stokely >Organization: Walnut Creek CDROM >Release: FreeBSD 2.2.6-STABLE i386 >Environment: [disco] /home/murray/port-mkhybrid1.12# portlint OK: checking pkg/PLIST. OK: checking pkg/COMMENT. OK: checking pkg/DESCR. OK: checking Makefile. OK: checking files/md5. looks fine. >Description: mkhybrid 1.11 is already a port and is the last "official" release, however there are many new experimental features in this beta (1.12) version that make it very valuable; even in a production environment >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: mkhybrid1.12 X# Version required: 1.12a4.1 X# Date created: 23 Jun 1998 X# Whom: Murray Stokely X# X# $Id$ X# X XDISTNAME= mkhybrid-1.12a4.1 XCATEGORIES= sysutils XMASTER_SITES= ftp://ftp.ge.ucl.ac.uk/pub/mkhfs/ X XMAINTAINER= murray@cdrom.com X XGNU_CONFIGURE= yes XMAN8= mkhybrid.8 X X# Yes, this is an empty ALL_TARGET. Oddly, the Makefile does not grok X# "all" as a possible target. Feh. XALL_TARGET= 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 (mkhybrid-1.12a4.1.tar.gz) = 58142629b10413bf9259724a15541d7d 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' Xcreate a hybrid ISO9660/JOLIET/HFS/Rock Ridge filesystem. END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' Xmkhybrid is a pre-mastering program to create iso9660 cd images with Xoptional Rockridge, Joliet, or HFS support. It is based on mkisofs Xand generates a binary image which can be written onto a block device Xsuch as a CDR drive. X XAlpha version based on mkisofs 1.12 beta. END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/mkhybrid Xman/man8/mkhybrid.8.gz END-of-./pkg/PLIST exit >Audit-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 Jun 23 11:13:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03591 for freebsd-ports-outgoing; Tue, 23 Jun 1998 11:13:10 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA03528; Tue, 23 Jun 1998 11:12:51 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA01079; Tue, 23 Jun 1998 11:12:45 -0700 (PDT) Date: Tue, 23 Jun 1998 11:12:45 -0700 (PDT) Message-Id: <199806231812.LAA01079@freefall.freebsd.org> To: seggers@semyam.dinoco.de, mph@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, mph@FreeBSD.ORG Subject: Re: ports/7010 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update to crafty port State-Changed-From-To: open-closed State-Changed-By: mph State-Changed-When: Tue Jun 23 14:12:24 EDT 1998 State-Changed-Why: Patch applied, thanks! Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Tue Jun 23 14:12:24 EDT 1998 Responsible-Changed-Why: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 23 11:20:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04993 for freebsd-ports-outgoing; Tue, 23 Jun 1998 11:20:45 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04974 for ; Tue, 23 Jun 1998 11:20:28 -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 SMTP id MAA11954; Tue, 23 Jun 1998 12:19:56 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Tue, 23 Jun 1998 12:19:56 -0600 (MDT) From: Brett Taylor Reply-To: Brett Taylor To: "Alok K. Dhir" cc: ports@FreeBSD.ORG Subject: Re: Can't build gimp1 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 -> redirected to ports.... > Running 6/15 -current, I can't build the gimp1 port. The output follows. > script-fu-console.o: Undefined symbol `_gimp_message' referenced from > text segment What??? I thought I commented all of these out of the port as if you look through the source they SAY it's been implemented but it hasn't. They've commented all the gimp_message stuff out. Let me try to build here (although I'm running stable this shouldn't be a problem). > ld: Spurious undefined symbols: # undefined symbols 14, reported 1 These other errors (deleted) I haven't ever seen. Vanilla is the maintainer and he's running current so I'm surprised he hasn't seen these other errors if they're -current related. Hmm... my build proceeded just fine. One thing that should work is to turn the gimp_message to g_message. Option 2 - grab the package! As I recall, there are problems right now w/ the -current package machine, but maybe the stable one will work: ftp://ftp.freebsd.org/pub/FreeBSD/packages-stable/graphics/gimp-1.0.0.tgz Brett ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ If you meet a beautiful woman wearing skintight, clingy lycra, and one of the first five words out of your mouth is "Campagnolo" . . . . . you might be a cyclist. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 23 12:30:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA19551 for freebsd-ports-outgoing; Tue, 23 Jun 1998 12:30:26 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA19453; Tue, 23 Jun 1998 12:29:46 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01307; Tue, 23 Jun 1998 12:29:38 -0700 (PDT) Date: Tue, 23 Jun 1998 12:29:38 -0700 (PDT) Message-Id: <199806231929.MAA01307@freefall.freebsd.org> To: billf@chc-chimes.com, mph@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7002 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tcplist is not in the ports/net archive State-Changed-From-To: open-closed State-Changed-By: mph State-Changed-When: Tue Jun 23 15:27:20 EDT 1998 State-Changed-Why: Not a bug. Ports are only physically located in the first entry of the CATEGORIES line. The others on that line are "virtual", indicating that they are also relevant. Compare "x11" which appears on several CATEGORIES lines outside of ports/x11. Likewise, "tk80" and friends which do not even have associated directories under /usr/ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 23 13:40:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01866 for freebsd-ports-outgoing; Tue, 23 Jun 1998 13:40:19 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA01780 for ; Tue, 23 Jun 1998 13:40:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA01483; Tue, 23 Jun 1998 13:40:01 -0700 (PDT) Received: from gargoyle.bazzle.com (gargoyle.bazzle.com [206.103.246.189]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA00630 for ; Tue, 23 Jun 1998 13:33:15 -0700 (PDT) (envelope-from ejc@bazzle.com) Received: (qmail 199 invoked by uid 1000); 23 Jun 1998 20:33:12 -0000 Message-Id: <19980623203312.198.qmail@gargoyle.bazzle.com> Date: 23 Jun 1998 20:33:12 -0000 From: ejc@bazzle.com To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: dmobrien@lucent.com X-Send-Pr-Version: 3.2 Subject: ports/7034: New CORBA port ORBacus, should replace omniBroker Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7034 >Category: ports >Synopsis: new port >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 23 13:40:00 PDT 1998 >Last-Modified: >Originator: Eric J. Chet >Organization: Bazzle Systems Consulting >Release: FreeBSD 3.0-CURRENT i386 >Environment: -current/i386 Tested only under -current. >Description: OOC - Object Oriented Concepts, Inc have released a new version of thereCORBA ORB. The last version of the ORB was called OmniBroker the latest versionis called ORBacus. ports/devel/omniBroker should me moved to the Attic and this new port ports/devel/ORBacus should take it's place. >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: # # ORBacus # ORBacus/Makefile # ORBacus/files # ORBacus/files/md5 # ORBacus/patches # ORBacus/patches/patch-aa # ORBacus/patches/patch-ab # ORBacus/pkg # ORBacus/pkg/COMMENT # ORBacus/pkg/DESCR # ORBacus/pkg/PLIST # echo c - ORBacus mkdir -p ORBacus > /dev/null 2>&1 echo x - ORBacus/Makefile sed 's/^X//' >ORBacus/Makefile << 'END-of-ORBacus/Makefile' X# New ports collection makefile for: ORBacus X# Date created: 22 June 1998 X# Whom: ejc@bazzle.com X# Version required: 3.0b1 X# X# $Id$ X# X XDISTNAME= OB-3.0b1 XPKGNAME= ORBacus-3.0b1 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.ooc.com/pub/OB/3.0/ X XMAINTAINER= ejc@bazzle.com X XBUILD_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \ X g++28:${PORTSDIR}/lang/gcc28 \ X $(PREFIX)/lib/gcc-lib/i386-unknown-freebsd3.0/2.8.1/libstdc++.a:${PORTSDIR}/lang/glibstdc++28 X XHAS_CONFIGURE= yes XCONFIGURE_ENV= CXX=g++28 CXXFLAGS="-O -pipe" XMAN1= idl.1 X Xpost-install: X ${LDCONFIG} -m $(PREFIX)/lib X ${MKDIR} ${PREFIX}/share/doc/ORBacus X ${INSTALL_DATA} ${WRKSRC}/ob/LICENSE ${PREFIX}/share/doc/ORBacus X X.include END-of-ORBacus/Makefile echo c - ORBacus/files mkdir -p ORBacus/files > /dev/null 2>&1 echo x - ORBacus/files/md5 sed 's/^X//' >ORBacus/files/md5 << 'END-of-ORBacus/files/md5' XMD5 (OB-3.0b1.tar.gz) = a132ae700a49206a6ef70aeae52d098b END-of-ORBacus/files/md5 echo c - ORBacus/patches mkdir -p ORBacus/patches > /dev/null 2>&1 echo x - ORBacus/patches/patch-aa sed 's/^X//' >ORBacus/patches/patch-aa << 'END-of-ORBacus/patches/patch-aa' X*** ob/demo/chat/Client.cpp.orig Mon Jun 8 16:55:23 1998 X--- ob/demo/chat/Client.cpp Tue Jun 23 09:57:59 1998 X*************** X*** 42,48 **** X #ifdef HAVE_TERMIO_H X ioctl(STDIN_FILENO, TCSETA, &TerminalSettings); X #else X! ioctl(STDIN_FILENO, TCSETS, &TerminalSettings); X #endif X X // X--- 42,48 ---- X #ifdef HAVE_TERMIO_H X ioctl(STDIN_FILENO, TCSETA, &TerminalSettings); X #else X! ioctl(STDIN_FILENO, TCSANOW, &TerminalSettings); X #endif X X // X*************** X*** 129,136 **** X ioctl(STDIN_FILENO, TCGETA, &ctl); X #else X struct termios ctl; X! ioctl(STDIN_FILENO, TCGETS, &TerminalSettings); X! ioctl(STDIN_FILENO, TCGETS, &ctl); X #endif X ctl.c_lflag &= ~(ICANON | ECHO); X ctl.c_cc[VMIN] = 1; X--- 129,136 ---- X ioctl(STDIN_FILENO, TCGETA, &ctl); X #else X struct termios ctl; X! tcgetattr(STDIN_FILENO, &TerminalSettings); X! tcgetattr(STDIN_FILENO, &ctl); X #endif X ctl.c_lflag &= ~(ICANON | ECHO); X ctl.c_cc[VMIN] = 1; X*************** X*** 138,144 **** X #ifdef HAVE_TERMIO_H X ioctl(STDIN_FILENO, TCSETA, &ctl); X #else X! ioctl(STDIN_FILENO, TCSETS, &ctl); X #endif X X // X--- 138,144 ---- X #ifdef HAVE_TERMIO_H X ioctl(STDIN_FILENO, TCSETA, &ctl); X #else X! tcsetattr(STDIN_FILENO, TCSANOW, &ctl); X #endif X X // X*************** X*** 179,185 **** X #ifdef HAVE_TERMIO_H X ioctl(STDIN_FILENO, TCSETA, &TerminalSettings); X #else X! ioctl(STDIN_FILENO, TCSETS, &TerminalSettings); X #endif X X return status; X--- 179,185 ---- X #ifdef HAVE_TERMIO_H X ioctl(STDIN_FILENO, TCSETA, &TerminalSettings); X #else X! tcsetattr(STDIN_FILENO, TCSANOW, &TerminalSettings); X #endif X X return status; END-of-ORBacus/patches/patch-aa echo x - ORBacus/patches/patch-ab sed 's/^X//' >ORBacus/patches/patch-ab << 'END-of-ORBacus/patches/patch-ab' X*** ob/demo/chat/Receiver_impl.h.orig Tue Jun 23 09:58:48 1998 X--- ob/demo/chat/Receiver_impl.h Tue Jun 23 09:59:19 1998 X*************** X*** 14,20 **** X #include X #include X #include X! #include X X class Receiver_impl : public ReceiverBase_impl, public OBEventHandler X { X--- 14,20 ---- X #include X #include X #include X! #include X X class Receiver_impl : public ReceiverBase_impl, public OBEventHandler X { END-of-ORBacus/patches/patch-ab echo c - ORBacus/pkg mkdir -p ORBacus/pkg > /dev/null 2>&1 echo x - ORBacus/pkg/COMMENT sed 's/^X//' >ORBacus/pkg/COMMENT << 'END-of-ORBacus/pkg/COMMENT' XA CORBA 2 implementation END-of-ORBacus/pkg/COMMENT echo x - ORBacus/pkg/DESCR sed 's/^X//' >ORBacus/pkg/DESCR << 'END-of-ORBacus/pkg/DESCR' XORBacus for C++ and Java is an Object Request Broker (ORB) that is Xcompliant to the Common Object Request Broker Architecture (CORBA) Xspecification as defined in: X X The Common Object Request Broker: Architecture and Specification X Revision 2.0, OMG document 97-02-25 X Xand X X IDL/Java Language Mapping, OMG document 97-03-01 X XORBacus for C++ and Java is free for non-commercial use and available Xwith full source code. See the file LICENSE for details. For Xcommercial licenses, please email OOC at support@ooc.com. X XSome highlights of ORBacus 3.0 Preview Release are: X X- Full CORBA IDL support X- Complete CORBA IDL-to-C++ mapping X- Complete CORBA IDL-to-Java mapping X- Includes the following Basic Services: X * Naming X * Event X * Property X- Pluggable Protocols with IIOP as default plug-in X- Single- and Multi-Threaded with many different concurrency models: X * Blocking X * Reactive X * Threaded X * Thread per Client X * Thread per Request X * Thread Pool X- Nested method invocations even in the single-threaded version X- Support for timeouts X- Seamless event loop integration with X11 and Windows X- Full support for dynamic programming: X * Dynamic Invocation Interface X * Dynamic Skeleton Interface X * Interface Repository X * DynAny for dynamic Any type handling X- IDL-to-HTML and IDL-to-RTF translator for generating "javadoc"-like X documentation X XThe current Preview Release has the following limitations: X X- Only persistent (i.e. manually launched) servers are currently X supported X XORBacus was tested to work on the following platforms: X X- ORBacus for C++: X * SGI C++ 7.1 or 7.2 SGI Irix 6.2 or 6.3 X * SUN C++ 4.1 or 4.2 SUN Solaris 2.5 X * HP aC++ A.01.00 or A.01.03 HP-UX B.10.20 X * AIX C Set ++ xlC 3.1.4.6 AIX Version 4.2.1 X * GNU C++ 2.7.2 Intel- or Sparc-based OS X * GNU C++ 2.8.1 Any supported OS X * EGCS C++ 1.0.2 Any supported OS X * Visual C++ 4.2/5.0 Windows NT 4.0 X * Visual C++ 4.2/5.0 Windows 95 X X- ORBacus for Java: X * SUN's JDK 1.1.x or compatible X XFor more information on ORBacus, please see the ORBacus manual or Xvisit the ORBacus Home Page at http://www.ORBacus.com. X XFor installation instructions, please see the file ../INSTALL. END-of-ORBacus/pkg/DESCR echo x - ORBacus/pkg/PLIST sed 's/^X//' >ORBacus/pkg/PLIST << 'END-of-ORBacus/pkg/PLIST' Xinclude/OB/Any.h Xinclude/OB/BOA.h Xinclude/OB/Basic.h Xinclude/OB/CORBA.h Xinclude/OB/Config.h Xinclude/OB/Context.h Xinclude/OB/Current.h Xinclude/OB/DII.h Xinclude/OB/DSI.h Xinclude/OB/Declarations.h Xinclude/OB/DynAny.h Xinclude/OB/Environment.h Xinclude/OB/Except.h Xinclude/OB/GIOP.h Xinclude/OB/IIOP.h Xinclude/OB/IOP.h Xinclude/OB/ImplRep.h Xinclude/OB/IntRep.h Xinclude/OB/IntRepMember.h Xinclude/OB/IntRepMember_skel.h Xinclude/OB/IntRep_skel.h Xinclude/OB/NamedValue.h Xinclude/OB/Narrow_impl.h Xinclude/OB/Net.h Xinclude/OB/OBPolicies.h Xinclude/OB/OCI.h Xinclude/OB/OCIBuffer.h Xinclude/OB/OCI_IIOP.h Xinclude/OB/ORB.h Xinclude/OB/Object.h Xinclude/OB/Object_skel.h Xinclude/OB/Policy.h Xinclude/OB/PolicyManager.h Xinclude/OB/Principal.h Xinclude/OB/Reactor.h Xinclude/OB/TCKind.h Xinclude/OB/Template.h Xinclude/OB/TemplateI.h Xinclude/OB/Timer.h Xinclude/OB/TypeCode.h Xinclude/OB/Util.h Xinclude/OB/X11.h Xinclude/OB/CosNaming.h Xinclude/OB/CosNaming_skel.h Xinclude/OB/CosProperty.h Xinclude/OB/CosProperty_skel.h Xinclude/OB/CosEventComm.h Xinclude/OB/CosEventComm_skel.h Xinclude/OB/CosEventChannelAdmin.h Xinclude/OB/CosEventChannelAdmin_skel.h Xbin/idl Xbin/jidl Xbin/hidl Xbin/ridl Xbin/irserv Xbin/irfeed Xbin/irdel Xbin/irgen Xbin/idlcpp Xbin/iordump Xbin/nameserv Xbin/propserv Xbin/eventserv Xlib/libOBTest.a Xlib/libOB.a Xlib/libOBX11.a Xlib/libIDL.a Xlib/libCosNaming.a Xlib/libCosProperty.a Xlib/libCosEvent.a Xman/man1/idl.1.gz END-of-ORBacus/pkg/PLIST exit >Audit-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 Jun 23 14:48:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA15462 for freebsd-ports-outgoing; Tue, 23 Jun 1998 14:48:28 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA15281 for ; Tue, 23 Jun 1998 14:47:45 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id XAA07507; Tue, 23 Jun 1998 23:15:24 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id WAA18666; Tue, 23 Jun 1998 22:59:05 +0200 (CEST) (envelope-from andreas) Message-ID: <19980623225905.C17953@klemm.gtn.com> Date: Tue, 23 Jun 1998 22:59:05 +0200 From: Andreas Klemm To: Ryan Schutt Cc: ports@FreeBSD.ORG Subject: Re: building postgresql 6.3.2 craps out on me References: <00df01bd9ed9$8bc3d1c0$6eb452c6@rufus.dis.vt.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <00df01bd9ed9$8bc3d1c0$6eb452c6@rufus.dis.vt.edu>; from Ryan Schutt on Tue, Jun 23, 1998 at 03:03:02PM -0400 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jun 23, 1998 at 03:03:02PM -0400, Ryan Schutt wrote: > I run into this probably when trying to make the postgresql 6.3.2 port : I only have -current at home. Could someone with -STABLE please be so kind to test ?! > > make USE_TCL=yes > Building PostgreSQL with "libpgtcl". > >> Checksum OK for postgresql-6.3.2.tar.gz. > ===> Building for postgresql-6.3.2 > gmake -C lextest all > gmake[1]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/lextest' > gmake[1]: Nothing to be done for `all'. > gmake[1]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/lextest' > gmake -C utils all > gmake[1]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/utils' > gmake[1]: Nothing to be done for `all'. > gmake[1]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/utils' > gmake -C backend all > gmake[1]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend' > gmake -C access all > gmake[2]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/access' > gmake -C common SUBSYS.o > gmake[3]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/access/co > mmon' > gmake[3]: `SUBSYS.o' is up to date. > gmake[3]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/access/co > mmon' > gmake -C gist SUBSYS.o > gmake[3]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/access/gi > st' > gmake[3]: `SUBSYS.o' is up to date. > gmake[3]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/access/gi > st' > gmake -C hash SUBSYS.o > gmake[3]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/access/ha > sh' > gmake[3]: `SUBSYS.o' is up to date. > gmake[3]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/access/ha > sh' > gmake -C heap SUBSYS.o > gmake[3]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/access/he > ap' > gmake[3]: `SUBSYS.o' is up to date. > gmake[3]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/access/he > ap' > gmake -C index SUBSYS.o > gmake[3]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/access/in > dex' > gmake[3]: `SUBSYS.o' is up to date. > gmake[3]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/access/in > dex' > gmake -C rtree SUBSYS.o > gmake[3]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/access/rt > ree' > gmake[3]: `SUBSYS.o' is up to date. > gmake[3]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/access/rt > ree' > gmake -C nbtree SUBSYS.o > gmake[3]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/access/nb > tree' > gmake[3]: `SUBSYS.o' is up to date. > gmake[3]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/access/nb > tree' > gmake -C transam SUBSYS.o > gmake[3]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/access/tr > ansam' > gmake[3]: `SUBSYS.o' is up to date. > gmake[3]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/access/tr > ansam' > gmake[2]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/access' > gmake -C bootstrap all > gmake[2]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/bootstrap > ' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/bootstrap > ' > gmake -C catalog all > gmake[2]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/catalog' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/catalog' > gmake -C commands all > gmake[2]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/commands' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/commands' > gmake -C executor all > gmake[2]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/executor' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/executor' > gmake -C lib all > gmake[2]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/lib' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/lib' > gmake -C libpq all > gmake[2]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/libpq' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/libpq' > gmake -C main all > gmake[2]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/main' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/main' > gmake -C nodes all > gmake[2]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/nodes' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/nodes' > gmake -C optimizer all > gmake[2]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/optimizer > ' > for i in path plan prep util geqo; do gmake -C $i SUBSYS.o; done > gmake[3]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/optimizer > /path' > gcc -I../../../include -I../../../backend -I/usr/local/include -I/usr/loca > l/include/tcl8.0 -pipe -O2 -Wall -Wmissing-prototypes -I../.. -c > indxpath.c -o indxpath.o > In file included from indxpath.c:41: > ../../../include/catalog/catname.h:44: unterminated string or character > constant > ../../../include/catalog/catname.h:44: possible real start of unterminated > constant > ../../../include/catalog/catname.h:13: unterminated `#if' conditional > gcc: Internal compiler error: program cc1 got fatal signal 10 > gmake[3]: *** [indxpath.o] Error 1 > gmake[3]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/optimizer > /path' > gmake[3]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/optimizer > /plan' > gmake[3]: `SUBSYS.o' is up to date. > gmake[3]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/optimizer > /plan' > gmake[3]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/optimizer > /prep' > gmake[3]: `SUBSYS.o' is up to date. > gmake[3]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/optimizer > /prep' > gmake[3]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/optimizer > /util' > gcc -I../../../include -I../../../backend -I/usr/local/include -I/usr/loca > l/include/tcl8.0 -pipe -O2 -Wall -Wmissing-prototypes -I../.. -c > plancat.c -o plancat.o > In file included from plancat.c:23: > ../../../include/catalog/catname.h:44: unterminated string or character > constant > ../../../include/catalog/catname.h:44: possible real start of unterminated > constant > ../../../include/catalog/catname.h:13: unterminated `#if' conditional > gmake[3]: *** [plancat.o] Error 1 > gmake[3]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/optimizer > /util' > gmake[3]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/optimizer > /geqo' > gmake[3]: `SUBSYS.o' is up to date. > gmake[3]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/optimizer > /geqo' > for i in path plan prep util geqo; do gmake -C $i path/SUBSYS.o; done > gmake[3]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/optimizer > /path' > gmake[3]: *** No rule to make target `path/SUBSYS.o'. Stop. > gmake[3]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/optimizer > /path' > gmake[3]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/optimizer > /plan' > gmake[3]: *** No rule to make target `path/SUBSYS.o'. Stop. > gmake[3]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/optimizer > /plan' > gmake[3]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/optimizer > /prep' > gmake[3]: *** No rule to make target `path/SUBSYS.o'. Stop. > gmake[3]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/optimizer > /prep' > gmake[3]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/optimizer > /util' > gmake[3]: *** No rule to make target `path/SUBSYS.o'. Stop. > gmake[3]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/optimizer > /util' > gmake[3]: Entering directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/optimizer > /geqo' > gmake[3]: *** No rule to make target `path/SUBSYS.o'. Stop. > gmake[3]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/optimizer > /geqo' > gmake[2]: *** [path/SUBSYS.o] Error 2 > gmake[2]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend/optimizer > ' > gmake[1]: *** [optimizer.dir] Error 2 > gmake[1]: Leaving directory > `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/backend' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > > I'm using gmake 3.76.1, gcc 2.7.2.1, tcl 8.0p2, and FreeBSD 2.2.6. Anyone > clue as to what's going on? > > -Ryan > -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 23 14:50:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA15908 for freebsd-ports-outgoing; Tue, 23 Jun 1998 14:50:43 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA15828 for ; Tue, 23 Jun 1998 14:50:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA01839; Tue, 23 Jun 1998 14:50:03 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA15004; Tue, 23 Jun 1998 14:46:43 -0700 (PDT) (envelope-from nobody) Message-Id: <199806232146.OAA15004@hub.freebsd.org> Date: Tue, 23 Jun 1998 14:46:43 -0700 (PDT) From: jhicks@mail.glenatl.glenayre.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/7035: Update to devel/m68kgdb (to version 4.17) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7035 >Category: ports >Synopsis: Update to devel/m68kgdb (to version 4.17) >Confidential: 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 Jun 23 14:50:00 PDT 1998 >Last-Modified: >Originator: Jerry Hicks >Organization: Glenayre Electronics, Inc. >Release: RELENG_2_2 >Environment: FreeBSD jhicks.glenatl.glenayre.com 2.2.6-STABLE FreeBSD 2.2.6-STABLE #0: Fri Jun 19 12:04:44 EDT 1998 root@jhicks.glenatl.glenayre.com:/usr/src/sys/compile/JHICKS i386 >Description: FSF has recently issued an update to gdb. The following uuencoded tarball contains the updated devel/m68kgdb port: >How-To-Repeat: >Fix: begin 644 m68kgdb.tar.gz M'XL(`/@9D#4``^U8;8_:.!#F*_X5(RVJV@]DDVP2:%6J>V.IN`]\];U0(,-2. M:4(#_CAI#H%`:= M%G'I_QG>DG48D2IT:*IJ&<:_^E_3=*/P_T7'TDQ=ESVZUE$;H%9AS$/\YOX_ M`YM\A)0RP<&C440\$=($XO(XP)JR5[F3RG."SN`OPG@^A9'W62`:^(S"N-PORE_HT6O M^?,2-MBA.SYZKH_F/;'4G4:$#N7TY&=\LY*P=X>C&D=IF_6GYNNPOQJ-EKUD8W_;H>HV^+%C),:<' M[;8\N@$1O=;S_>P7N:6V=KRH+?^WHB$TL9UE_^IJ58H-$WGLHP@AG[;+]BO4 M]'QH?;Y=3)W%X.Y<+H1GSV1'8=2=;-R7(;=%"1,ORGP"KUWN*_DA4N+M&_2K MSW2-[\_A!%P";A9&`@3=9P-(&0T8CCFL&8T!,V\3"N*)C!$.5&P(0V(C M%X:"PX9RH2!T&XH-B$W(B\(B[&A6B,XXR8MS0!.X9(3\X0R_*G'#!+-02I3: M_,PC/K@[P("^S4$D^1`RFA3M??U+A$EPG,:FN1"/<$X9ETKE*!K,+R_W.G9Y M:HMQ;F:[C=X1)GO^S"MZJ"SL81'A1.#[-;U?[:;*S_W?POVE] M$_^65L?_*2!CXOQ>L1C%6/;@1#M_4$-6@D]/-PQJU*A1HT:-&C5JU/@M\`\H '_"ZG`"@``"!C ` end >Audit-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 Jun 23 15:40:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23820 for freebsd-ports-outgoing; Tue, 23 Jun 1998 15:40:33 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA23765 for ; Tue, 23 Jun 1998 15:40:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA02128; Tue, 23 Jun 1998 15:40:02 -0700 (PDT) Date: Tue, 23 Jun 1998 15:40:02 -0700 (PDT) Message-Id: <199806232240.PAA02128@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Maurice Castro Subject: Re: ports/7025: <Synopsis of the problem (one line)> Reply-To: Maurice Castro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7025; it has been noted by GNATS. From: Maurice Castro To: freebsd-gnats-submit@freebsd.org, maurice@serc.rmit.edu.au Cc: Subject: Re: ports/7025: <Synopsis of the problem (one line)> Date: Wed, 24 Jun 1998 08:29:56 +1000 An acceptable change has been suggested by NABETANI Masaki (nabe@ksj.mcu.or.jp). The patch follows: --- Makefile.orig Wed Jun 24 03:20:25 1998 +++ Makefile Wed Jun 24 03:40:59 1998 @@ -9,9 +9,14 @@ DISTNAME= R-0.62.1 PKGNAME= R-${PAPERSIZE:S/A4/a4/:S/LETTER/letter/:S/Letter/letter/}-0.62.1 CATEGORIES= math -MASTER_SITES= http://lib.stat.cmu.edu/R/CRAN/src/base/ \ - ftp://ftp.stat.math.ethz.ch/R/ \ - ftp://ftp.u-aizu.ac.jp/pub/lang/R/ +MASTER_SITES= ftp://ftp.ci.tuwien.ac.at/pub/R/src/base/ \ + ftp://SunSITE.auc.dk/pub/languages/R/src/base/ \ + http://www.stat.unipg.it/pub/stat/statlib/R/CRAN/src/base/ \ + ftp://ftp.u-aizu.ac.jp/pub/lang/R/CRAN/src/base/ \ + ftp://ftp.stat.math.ethz.ch/R-CRAN/src/base/ \ + http://lib.stat.cmu.edu/R/CRAN/src/base/ \ + ftp://ftp.biostat.washington.edu/mirrors/R/CRAN/src/base/ \ + ftp://franz.stat.wisc.edu/pub/R/src/base/ EXTRACT_SUFX= .tgz MAINTAINER= maurice@serc.rmit.edu.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 23 17:00:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08453 for freebsd-ports-outgoing; Tue, 23 Jun 1998 17:00:17 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA08379 for ; Tue, 23 Jun 1998 17:00:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA02346; Tue, 23 Jun 1998 17:00:04 -0700 (PDT) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA07013 for ; Tue, 23 Jun 1998 16:53:07 -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 RAA21513; Tue, 23 Jun 1998 17:52:29 -0600 (MDT) (envelope-from brett) Message-Id: <199806232352.RAA21513@peloton.physics.montana.edu> Date: Tue, 23 Jun 1998 17:52:29 -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/7036: NEW port - fnlib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7036 >Category: ports >Synopsis: new port of fnlib, a new requirement for 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: Tue Jun 23 17:00:03 PDT 1998 >Last-Modified: >Originator: Brett Taylor >Organization: Montana State University, Bozeman >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD 2.2.6-STABLE #0: Wed Jun 17 11:08:32 MDT 1998 >Description: This is a new port of fnlib, a set of fonts and libraries now necessary for Enlightenment. I'm trying to get the 0.14 version of Enlightenment so we have something sort of up to date and working (present version of E! in ports does NOT work). That's going slower due to stupid configure script problems, but this piece is done so ... >How-To-Repeat: Unpack uuencoded tarball below. >Fix: #!/bin/csh -f # Uuencoded gz-compressed .tar file created by csh script uufiles # For more info (11/95), see e.g. http://xxx.lanl.gov/faq/uufaq.html # If you are on a unix machine this file will unpack itself: strip # any mail header and call resulting file, e.g., fnlib.uu # (uudecode ignores these header lines and starts at begin line below) # Then say csh fnlib.uu # or explicitly execute the commands (generally more secure): # uudecode fnlib.uu ; gunzip fnlib.tar.gz ; # tar -xvf fnlib.tar # On some non-unix (e.g. VAX/VMS), first use editor to change filename # in "begin" line below to fnlib.tar-gz , then execute # uudecode fnlib.uu # gzip -d fnlib.tar-gz # tar -xvf fnlib.tar # uudecode $0 chmod 644 fnlib.tar.gz gunzip -c fnlib.tar.gz | tar -xvf - rm $0 fnlib.tar.gz exit begin 644 fnlib.tar.gz M'XL(`,D^D#4``^V;>UO;-A2'^3?^%.J@6V&-[XDA*UTH,30M"2Q)+]O8,L>1 M$Q?'=FVG0#OVV2?9X9)"@=_3)KWY//%C63JO+SHZ1W(L.;[G]J2%F0K19<,H MD05"%*,D7]R?BDQ(N:3KLE8V-(45RV5-7B"EV=Y6)N,XL2)"%GH139)K]&XJ M_TK%2>T?'@QFV`8`^\N*H;)B19?5W/[SD'/[[^W4VYV97$.1Y7)9G]C[DOT5 M0V:-8V+_DJJSM*(JJK9`Y)G MWO2Q9TT?6T*5'E&;2''/]26O;P>^XPY(<43NUKB64!W[5RJT!->WO7&?2MF) MAM/'W>0XI#'+I8DM.7YDGQ6_5!3)"?PDEM+&V\W2\=#UCTS#Q&TRT8*(-$QV8>`83SV'B!4R\ MA(G?8>(/F/@3)O9AXB^8^!LFNC#Q#TQ8,-&#"1LF8L^*AS#5APD*$PY,#&`" M?W(7)E[!Q`%,>#`Q@@D?)@*8"&'B-4Q$N(_@1&C9>(M/8&(,$V]@XA`FCF#B M&";>PL0[F/@7)D[PB!UX`>A9/,/UG>`&(@KL`VE-EMYV>4H,_<$M`1D%%!10 M44!#`1T%2BA01@$#!5918`T%+!C`"0H3<0(C,-%#`1L&@A&*]&'`?0,C`5Q7 ML`7I$5Q;#@H,4&"(`BX*O$*!`Q3PNB&.@`#<:D>NCR(P$*``7$\AC6#$&Z/( M:Q@8P]X7X8T$?O08!>"@`U`(!8[A:N6O#1!T-A:L]MTH&I%;7>?V MRK?3G!K1HHCPN3]>Y_+1DEHVG?]1,]N;K9E%9"XT2(J$>MF'+89*UI,$RH/Z)^(N;QXOV?T>[*BK1J.OJHYFD)E0]%7]7+>#7S]DOE_PSJ@/`;, MYAHW^+^BE(SS\5_9X/ZO&>7<_^>1^W$#7PRFC0(/OBK M%-)&(BR2YS2*>6E$7X_=B/8KA2QFL*(:>Q05F(UI%Z0!+X8#H]CUX[%$1MY6KXETOY86&3:2_4^66(IH59O=YH; M#7.]<#%""9L;'7-[MU4WV^N%062%0W82H;'1[IBM;KO>X=E.$E8DZ?#P4(RL M.*'1R/)%.QA)X;@GT8MC6;Y$(98$AM>;';:9K?5"6AM5)Z*T%_?%(!H(PD[] M4;=F[IG-6GN=M]G0'^SOBRK;*DOO]G9;G7:MWCJ13N]&8N5D7R@4ZB-V?J:E ML*U\M:K+55+EQ'4<39]H7ZVN&8QNG! M=F/CJ9D=;C>?=3=WFUOU[6>M2=:+UM-V:W.]4%AZQY+I*3/S"V$0)T779_[B M>16!E>_4,O:$K_9@]]`RM^HO3])%'X(X^1.1/.!UR&M4'!T\S'N,+TTF[_]6 M8@]G]@9P/OZ_:OW7]/I/-O3G\5_FZ[_F.O[_3M=_3=L_W1X_+ZOPM[ MOMI7.[._)I?Y^%^;?_]_D_T/AY1Z\[BA^]^H9JDJRWMNMMKUW2;/G"1YKG`GNW#?C5C)TKTP8I<_6K[X>8IIC0XFG113 MBU.]]F-S9V>9)9(@[,:1S0J6I2DUAF5]6?>QN5$S6PP312E;JB@.STLW=\R- M9G>KOF.VF4I:%=FSL%3QHYYETE^FMW;EA[?Y/MGG;I>YS$>NC/^]3WN-Z]=_ ML]"OZV?]OYK^_Z>5Y'E___M.^W\>C;-@(/%%UI-/8S!:+G[Z*DBW>7--&LWB;L]PA_/M&C878 M:M975*Audit-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 Jun 23 20:30:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA12588 for freebsd-ports-outgoing; Tue, 23 Jun 1998 20:30:33 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA12501 for ; Tue, 23 Jun 1998 20:30:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA03138; Tue, 23 Jun 1998 20:30:01 -0700 (PDT) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10524 for ; Tue, 23 Jun 1998 20:21:48 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id JAA01895 for ; Wed, 24 Jun 1998 09:22:25 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id HAA04399; Wed, 24 Jun 1998 07:25:17 +0400 (MSD) Message-Id: <199806240325.HAA04399@icc.surw.chel.su> Date: Wed, 24 Jun 1998 07:25:17 +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/7037: New port: sted-0.2.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7037 >Category: ports >Synopsis: New port: sted-0.2.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 23 20:30:00 PDT 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of Simple/Small/Stupid Text Editor. sted, which is an abbreviation for Small/Stupid (you choose) Text Editor, is a small and/or stupid text editor. So far it doesn't do much. You can edit files, load them and save them. # 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: # # sted-0.2.2 # sted-0.2.2/Makefile # sted-0.2.2/files # sted-0.2.2/files/md5 # sted-0.2.2/patches # sted-0.2.2/patches/patch-ab # sted-0.2.2/patches/patch-aa # sted-0.2.2/pkg # sted-0.2.2/pkg/PLIST # sted-0.2.2/pkg/COMMENT # sted-0.2.2/pkg/DESCR # echo c - sted-0.2.2 mkdir -p sted-0.2.2 > /dev/null 2>&1 echo x - sted-0.2.2/Makefile sed 's/^X//' >sted-0.2.2/Makefile << 'END-of-sted-0.2.2/Makefile' X# New ports collection makefile for: sted X# Version required: 0.2.2 X# Date created: 19 May 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= sted-0.2.2 XCATEGORIES= editors XMASTER_SITES= http://user.tninet.se/~uxm165t/ X XMAINTAINER= andy@icc.surw.chel.su X XWRKSRC= ${WRKDIR}/sted X XMAN1= sted.1 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/sted ${PREFIX}/bin X @ ${INSTALL_MAN} ${WRKSRC}/sted.1 ${PREFIX}/man/man1 X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/sted X.for file in CHANGES COPYING README X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/sted X.endfor X.endif X X.include END-of-sted-0.2.2/Makefile echo c - sted-0.2.2/files mkdir -p sted-0.2.2/files > /dev/null 2>&1 echo x - sted-0.2.2/files/md5 sed 's/^X//' >sted-0.2.2/files/md5 << 'END-of-sted-0.2.2/files/md5' XMD5 (sted-0.2.2.tar.gz) = d16597d6ce5f723227a92b3cc99d8e9b END-of-sted-0.2.2/files/md5 echo c - sted-0.2.2/patches mkdir -p sted-0.2.2/patches > /dev/null 2>&1 echo x - sted-0.2.2/patches/patch-ab sed 's/^X//' >sted-0.2.2/patches/patch-ab << 'END-of-sted-0.2.2/patches/patch-ab' X--- sted.c Sun May 17 13:15:08 1998 X+++ /home/andy/tmp/wrk/sted.c Tue May 19 10:42:21 1998 X@@ -34,7 +34,7 @@ X **************************************************************************/ X X X-#include X+#include X #include X #include X #include END-of-sted-0.2.2/patches/patch-ab echo x - sted-0.2.2/patches/patch-aa sed 's/^X//' >sted-0.2.2/patches/patch-aa << 'END-of-sted-0.2.2/patches/patch-aa' X--- Makefile Sun May 17 13:09:10 1998 X+++ /home/andy/tmp/wrk/Makefile Tue May 19 10:42:14 1998 X@@ -5,10 +5,10 @@ X X X #Compiler, change if you're using some other compiler X-CC = gcc X+#CC = gcc X X #Compiler and linker options X-C_OPTS = -Wall -O2 X+C_OPTS = ${CFLAGS} X L_OPTS = -lncurses X X #Install directory END-of-sted-0.2.2/patches/patch-aa echo c - sted-0.2.2/pkg mkdir -p sted-0.2.2/pkg > /dev/null 2>&1 echo x - sted-0.2.2/pkg/PLIST sed 's/^X//' >sted-0.2.2/pkg/PLIST << 'END-of-sted-0.2.2/pkg/PLIST' Xbin/sted Xman/man1/sted.1.gz Xshare/doc/sted/CHANGES Xshare/doc/sted/COPYING Xshare/doc/sted/README X@dirrm share/doc/sted END-of-sted-0.2.2/pkg/PLIST echo x - sted-0.2.2/pkg/COMMENT sed 's/^X//' >sted-0.2.2/pkg/COMMENT << 'END-of-sted-0.2.2/pkg/COMMENT' XSimple/Small/Stupid Text Editor. END-of-sted-0.2.2/pkg/COMMENT echo x - sted-0.2.2/pkg/DESCR sed 's/^X//' >sted-0.2.2/pkg/DESCR << 'END-of-sted-0.2.2/pkg/DESCR' Xsted, which is an abbreviation for Small/Stupid (you choose) Text XEditor, is a small and/or stupid text editor. So far it doesn't do Xmuch. You can edit files, load them and save them. X Xhttp://user.tninet.se/~uxm165t/sted.html END-of-sted-0.2.2/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >Audit-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 Jun 23 21:37:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA23509 for freebsd-ports-outgoing; Tue, 23 Jun 1998 21:37:55 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA23358; Tue, 23 Jun 1998 21:36:40 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA03378; Tue, 23 Jun 1998 21:36:30 -0700 (PDT) Date: Tue, 23 Jun 1998 21:36:30 -0700 (PDT) Message-Id: <199806240436.VAA03378@freefall.freebsd.org> To: andy@icc.surw.chel.su, mph@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, mph@FreeBSD.ORG Subject: Re: ports/7008 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: mp3info-0.2.15 State-Changed-From-To: open-feedback State-Changed-By: mph State-Changed-When: Wed Jun 24 00:32:25 EDT 1998 State-Changed-Why: The distfile doesn't appear to exist on sunsite. I also checked mp3* in case a new version was present, and I checked /incoming/Linux (which appears empty). Can you provide a working master site? (Or if you can't, but you have the distfile, send it and I'll put it on www.freebsd.org.) (Clarification: If you send the distfile, private email is fine.) Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Wed Jun 24 00:32:25 EDT 1998 Responsible-Changed-Why: I will commit it, provided you can (a) understand my convoluted writing, since edit-pr doesn't provide decent editing capabilities and (b) point me to the distfile. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 23 22:14:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA29772 for freebsd-ports-outgoing; Tue, 23 Jun 1998 22:14:20 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA29704; Tue, 23 Jun 1998 22:14:02 -0700 (PDT) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA03512; Tue, 23 Jun 1998 22:13:48 -0700 (PDT) Date: Tue, 23 Jun 1998 22:13:48 -0700 (PDT) Message-Id: <199806240513.WAA03512@freefall.freebsd.org> To: fenner@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, fenner@FreeBSD.ORG Subject: Re: ports/6813 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: patched audio module for vat port Responsible-Changed-From-To: freebsd-ports->fenner Responsible-Changed-By: fenner Responsible-Changed-When: Tue Jun 23 22:13:21 PDT 1998 Responsible-Changed-Why: fenner is 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 Jun 23 22:14:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA29949 for freebsd-ports-outgoing; Tue, 23 Jun 1998 22:14:54 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA29886; Tue, 23 Jun 1998 22:14:42 -0700 (PDT) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA03585; Tue, 23 Jun 1998 22:14:32 -0700 (PDT) Date: Tue, 23 Jun 1998 22:14:32 -0700 (PDT) Message-Id: <199806240514.WAA03585@freefall.freebsd.org> To: fenner@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, fenner@FreeBSD.ORG Subject: Re: ports/6814 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: vic patches for x11 grabber Responsible-Changed-From-To: freebsd-ports->fenner Responsible-Changed-By: fenner Responsible-Changed-When: Tue Jun 23 22:14:00 PDT 1998 Responsible-Changed-Why: fenner is 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 Jun 23 22:18:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA00696 for freebsd-ports-outgoing; Tue, 23 Jun 1998 22:18:34 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA00587; Tue, 23 Jun 1998 22:18:11 -0700 (PDT) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA03695; Tue, 23 Jun 1998 22:18:01 -0700 (PDT) Date: Tue, 23 Jun 1998 22:18:01 -0700 (PDT) Message-Id: <199806240518.WAA03695@freefall.freebsd.org> To: luigi@iet.unipi.it, fenner@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5380 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wb uses ghostscript 4 State-Changed-From-To: open-closed State-Changed-By: fenner State-Changed-When: Tue Jun 23 22:17:42 PDT 1998 State-Changed-Why: Suggested 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 Jun 23 22:23:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01536 for freebsd-ports-outgoing; Tue, 23 Jun 1998 22:23:33 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA01517; Tue, 23 Jun 1998 22:23:22 -0700 (PDT) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA03836; Tue, 23 Jun 1998 22:23:12 -0700 (PDT) Date: Tue, 23 Jun 1998 22:23:12 -0700 (PDT) Message-Id: <199806240523.WAA03836@freefall.freebsd.org> To: fenner@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, jfitz@FreeBSD.ORG Subject: Re: ports/6969 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: cyrus won't compile Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: fenner Responsible-Changed-When: Tue Jun 23 22:22:54 PDT 1998 Responsible-Changed-Why: jfitz is port maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 24 00:30:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA24705 for freebsd-ports-outgoing; Wed, 24 Jun 1998 00:30:33 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA24639 for ; Wed, 24 Jun 1998 00:30:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA05550; Wed, 24 Jun 1998 00:30:01 -0700 (PDT) Received: from universe.serc.rmit.edu.au (universe.serc.rmit.edu.au [144.110.168.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA22721 for ; Wed, 24 Jun 1998 00:22:33 -0700 (PDT) (envelope-from maurice@planetoid.serc.rmit.edu.au) Received: from planetoid.serc.rmit.edu.au (planetoid.serc.rmit.edu.au [144.110.168.139]) by universe.serc.rmit.edu.au (8.8.5/8.8.5) with ESMTP id RAA09794 for ; Wed, 24 Jun 1998 17:22:23 +1000 (EST) Received: (from maurice@localhost) by planetoid.serc.rmit.edu.au (8.8.7/8.8.5) id RAA16862; Wed, 24 Jun 1998 17:22:23 +1000 (EST) Message-Id: <199806240722.RAA16862@planetoid.serc.rmit.edu.au> Date: Wed, 24 Jun 1998 17:22:23 +1000 (EST) From: Maurice Castro Reply-To: maurice@serc.rmit.edu.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7040: math/r port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7040 >Category: ports >Synopsis: math/r port update >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 24 00:30:00 PDT 1998 >Last-Modified: >Originator: Maurice Castro >Organization: Software Engineering Research Centre >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: All versions >Description: New port of R software Error made in original post leaving out synopsis >How-To-Repeat: >Fix: Alter original request ports/7025 to have same synopsis as this request. >Audit-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 Jun 24 00:31:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA24940 for freebsd-ports-outgoing; Wed, 24 Jun 1998 00:31:39 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [195.8.129.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA24897 for ; Wed, 24 Jun 1998 00:31:20 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.8.7/8.8.5) with ESMTP id JAA02309 for ; Wed, 24 Jun 1998 09:29:23 +0200 (CEST) To: ports@FreeBSD.ORG Subject: graphics/gd From: Poul-Henning Kamp Date: Wed, 24 Jun 1998 09:29:23 +0200 Message-ID: <2307.898673363@critter.freebsd.dk> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org rover# make all install clean >> Checksum mismatch for gd1.3.tar.gz. Make sure the Makefile and md5 file (/usr/ports/graphics/gd/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "ttyv0" -- What UNIX calls a $20K state-of-the-art, 3D, hi-res color terminal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 24 00:34:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA25592 for freebsd-ports-outgoing; Wed, 24 Jun 1998 00:34:40 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA25348; Wed, 24 Jun 1998 00:33:22 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA05740; Wed, 24 Jun 1998 00:33:11 -0700 (PDT) Date: Wed, 24 Jun 1998 00:33:11 -0700 (PDT) Message-Id: <199806240733.AAA05740@freefall.freebsd.org> To: phk@FreeBSD.ORG, gnats-admin@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: pending/6970 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mule and family build faulure Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: phk Responsible-Changed-When: Wed Jun 24 00:31:58 PDT 1998 Responsible-Changed-Why: ports issue To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 24 00:38:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA26280 for freebsd-ports-outgoing; Wed, 24 Jun 1998 00:38:26 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA26215; Wed, 24 Jun 1998 00:38:07 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA05989; Wed, 24 Jun 1998 00:37:55 -0700 (PDT) Date: Wed, 24 Jun 1998 00:37:55 -0700 (PDT) Message-Id: <199806240737.AAA05989@freefall.freebsd.org> To: phk@FreeBSD.ORG, freebsd-port@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6971 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Socks5 ports old Responsible-Changed-From-To: freebsd-port->freebsd-ports Responsible-Changed-By: phk Responsible-Changed-When: Wed Jun 24 00:37:30 PDT 1998 Responsible-Changed-Why: typo, missed an "s" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 24 03:56:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA02083 for freebsd-ports-outgoing; Wed, 24 Jun 1998 03:56:17 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA02001; Wed, 24 Jun 1998 03:55:47 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA08451; Wed, 24 Jun 1998 03:55:34 -0700 (PDT) Date: Wed, 24 Jun 1998 03:55:34 -0700 (PDT) Message-Id: <199806241055.DAA08451@freefall.freebsd.org> To: sec@42.org, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5566 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: wmx-4 (category x11) State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Wed Jun 24 03:54:43 PDT 1998 State-Changed-Why: The port has benn imported with some changes: 1. Add LIB_DEPENDS to xpm 2. Install README file. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 24 04:50:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA14746 for freebsd-ports-outgoing; Wed, 24 Jun 1998 04:50:41 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA14657 for ; Wed, 24 Jun 1998 04:50:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA08743; Wed, 24 Jun 1998 04:50:02 -0700 (PDT) Date: Wed, 24 Jun 1998 04:50:02 -0700 (PDT) Message-Id: <199806241150.EAA08743@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: KIRIYAMA Kazuhiko Subject: Re:ports/6974:Updateport:xemacs-mule-20.4. Reply-To: KIRIYAMA Kazuhiko Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6974; it has been noted by GNATS. From: KIRIYAMA Kazuhiko To: freebsd-gnats-submit@freebsd.org, kiri@pis.toba-cmt.ac.jp Cc: Subject: Re:ports/6974:Updateport:xemacs-mule-20.4. Date: 24 Jun 1998 20:44:08 +0900 There is a bug in "make configure" when database/db port was installed , so I've put following patch to current xemacs-mule-common port. Please take your jobs to make update this port. Thank you. diff -urN ../../current/editors/xemacs-mule-common/patches/patch-ab ./patches/patch-ab --- ../../current/editors/xemacs-mule-common/patches/patch-ab Sun May 31 21:37:51 1998 +++ ./patches/patch-ab Thu Jun 18 23:03:45 1998 @@ -1,5 +1,5 @@ ---- ./configure.in.~1~ Tue Feb 10 12:58:57 1998 -+++ configure.in Thu Apr 30 12:09:31 1998 +--- configure.in.orig Tue Feb 10 12:58:57 1998 ++++ configure.in Thu Jun 18 23:02:00 1998 @@ -2573,7 +2573,9 @@ AC_DEFINE(HAVE_WNN) XE_PREPEND(-lwnn, libs_x) @@ -10,3 +10,16 @@ + fi test "$with_wnn6" = "yes" && AC_DEFINE(WNN6) fi + +@@ -3037,6 +3039,11 @@ + if test "$need_libdb" != "no"; then + AC_CHECK_LIB(db, dbopen, with_database_berkdb=yes need_libdb=yes) + fi ++ dnl try to figure out if Berkeley DB 2 (db_open) had been installed. ++ dnl or do we better to check (#if DB_VERSION_MAJOR == 2)? ++ if test "$with_database_berkdb" = "yes"; then ++ AC_CHECK_LIB(db, db_open, with_database_berkdb=yes need_libdb=yes) ++ fi + if test "$with_database_berkdb" = "yes"; then + for path in "db/db.h" "db.h"; do + AC_TRY_COMPILE([#ifdef HAVE_INTTYPES_H To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 24 06:30:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA03377 for freebsd-ports-outgoing; Wed, 24 Jun 1998 06:30:46 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA03282 for ; Wed, 24 Jun 1998 06:30:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA10991; Wed, 24 Jun 1998 06:30:02 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA02112; Wed, 24 Jun 1998 06:23:50 -0700 (PDT) (envelope-from nobody) Message-Id: <199806241323.GAA02112@hub.freebsd.org> Date: Wed, 24 Jun 1998 06:23:50 -0700 (PDT) From: Nakai@technoligist.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/7045: Fixed port: guavac Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7045 >Category: ports >Synopsis: Fixed port: guavac >Confidential: 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 Jun 24 06:30:02 PDT 1998 >Last-Modified: >Originator: Yukihiro Nakai >Organization: Apricot Computer, Japan >Release: 3.0 >Environment: 3.0-980622-SNAP >Description: I have fixed the guavac port to follow its latest version. guavac-1.0 -> guavac-1.2 Guavac is the GNU java Compiler. Please enjoy.. Yukihiro Nakai -------------- diff -ruN guavac.orig/Makefile guavac/Makefile --- guavac.orig/Makefile Wed Jun 24 21:57:42 1998 +++ guavac/Makefile Wed Jun 24 19:20:26 1998 @@ -1,23 +1,31 @@ # New ports collection makefile for: guavac -# Version required: 1.0 +# Version required: 1.2 # Date created: 10 October 1996 # Whom: Yukihiro Nakai # # $Id: Makefile,v 1.6 1997/11/14 10:20:25 tg Exp $ # -DISTNAME= guavac-1.0 +DISTNAME= guavac-1.2 CATEGORIES= lang MASTER_SITES= ftp://summit.stanford.edu/pub/guavac/ \ ftp://ftp.Germany.EU.net/pub/programming/languages/java/guavac/\ ftp://sunsite.mff.cuni.cz/Languages/Java/guavac/ -MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp +MAINTAINER= Nakai@technologist.com + +CC= gcc28 +CXX= g++28 +GNUOSREL!= uname -r | sed -e 's/[-(].*//' +LIB_DEPENDS= ${LOCALBASE}/i386-unknown-freebsd${GNUOSREL}/lib/libiberty.a:${PORTSDIR}/lang/glibstdc++28 USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= guavac.1 STRIP= + +pre-install: + @chmod +x ${WRKSRC}/mkinstalldirs post-install: @strip ${PREFIX}/bin/guavac ${PREFIX}/bin/guavad diff -ruN guavac.orig/files/md5 guavac/files/md5 --- guavac.orig/files/md5 Wed Jun 24 21:57:42 1998 +++ guavac/files/md5 Wed Jun 24 18:58:34 1998 @@ -1 +1 @@ -MD5 (guavac-1.0.tar.gz) = d5456f8a90e66c5727e9a606b00fdfdd +MD5 (guavac-1.2.tar.gz) = 06b7391584fc6b22db7f16fc0a2f9b3e diff -ruN guavac.orig/patches/patch-ae guavac/patches/patch-ae --- guavac.orig/patches/patch-ae Wed Jun 24 21:57:42 1998 +++ guavac/patches/patch-ae Wed Jun 24 19:02:11 1998 @@ -1,10 +1,8 @@ -*** common/string.h.orig Sat Jan 13 18:40:28 1996 ---- common/string.h Thu Jun 12 10:49:44 1997 -*************** -*** 5,8 **** ---- 5,9 ---- - #ifndef __SINST__ - #define __SINST__ - #endif -+ #include_next // Get missing memmove() prototype for libg++ - #include +--- common/cppstring.h.orig Wed Jun 24 19:00:48 1998 ++++ common/cppstring.h Wed Jun 24 19:01:49 1998 +@@ -8,4 +8,5 @@ + #endif + #endif + ++#include_next + #include diff -ruN guavac.orig/pkg/PLIST guavac/pkg/PLIST --- guavac.orig/pkg/PLIST Wed Jun 24 21:57:42 1998 +++ guavac/pkg/PLIST Wed Jun 24 19:22:47 1998 @@ -1,6 +1,6 @@ +bin/gcok bin/guavac bin/guavad -bin/gcok man/man1/guavac.1.gz share/guavac/classes.zip @dirrm share/guavac >How-To-Repeat: >Fix: >Audit-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 Jun 24 06:30:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA03384 for freebsd-ports-outgoing; Wed, 24 Jun 1998 06:30:52 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA03295 for ; Wed, 24 Jun 1998 06:30:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA11008; Wed, 24 Jun 1998 06:30:04 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA02478; Wed, 24 Jun 1998 06:26:09 -0700 (PDT) (envelope-from nobody) Message-Id: <199806241326.GAA02478@hub.freebsd.org> Date: Wed, 24 Jun 1998 06:26:09 -0700 (PDT) From: Nakai@Technologist.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/7046: Fixed port: icewm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7046 >Category: ports >Synopsis: Fixed port: 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: Wed Jun 24 06:30:04 PDT 1998 >Last-Modified: >Originator: Yukihiro Nakai >Organization: Apricot Computer, Japan >Release: 3.0 >Environment: 3.0-980622-SNAP >Description: I have fixed the icewm port to follow its lastest version. icewm-0.9.4 ->icewm-0.9.8 It is added some nice themes. Please enjoy! Yukihiro Nakai -------------- diff -ruN icewm.orig/Makefile icewm/Makefile --- icewm.orig/Makefile Thu Jun 4 19:28:39 1998 +++ icewm/Makefile Wed Jun 24 22:00:53 1998 @@ -1,12 +1,12 @@ # New ports collection makefile for: icewm -# Version required: 0.9.4 +# Version required: 0.9.8 # Date created: 10 August 1997 # Whom: Yukihiro Nakai # # $Id: Makefile,v 1.9 1998/06/04 04:28:05 vanilla Exp $ # -DISTNAME= icewm-0.9.4 +DISTNAME= icewm-0.9.8 CATEGORIES= x11 MASTER_SITES= http://ixtas.fri.uni-lj.si/%7Emarkom/icewm/ EXTRACT_SUFX= .src.tar.gz diff -ruN icewm.orig/files/md5 icewm/files/md5 --- icewm.orig/files/md5 Thu Jun 4 19:28:39 1998 +++ icewm/files/md5 Wed Jun 24 22:01:32 1998 @@ -1 +1 @@ -MD5 (icewm-0.9.4.src.tar.gz) = e3b2d55b624cde547d89a74fd4c64e3f +MD5 (icewm-0.9.8.src.tar.gz) = b912ee376d96778712122a215a5e3dd5 diff -ruN icewm.orig/patches/patch-ab icewm/patches/patch-ab --- icewm.orig/patches/patch-ab Sun May 3 07:24:53 1998 +++ icewm/patches/patch-ab Wed Jun 24 22:05:42 1998 @@ -1,33 +1,33 @@ ---- src/Makefile.orig Mon Apr 6 20:30:21 1998 -+++ src/Makefile Fri May 1 08:34:15 1998 -@@ -3,9 +3,9 @@ - # Linux - CXX = g++ - LD = gcc +--- src/Makefile.orig Wed Jun 24 22:03:37 1998 ++++ src/Makefile Wed Jun 24 22:05:27 1998 +@@ -7,9 +7,9 @@ + # alternative (link with g++) + #CXX = g++ + #LD = g++ -CXXOPTS = -pipe $(WARN) -INCSDIR = -I/usr/X11R6/include -LIBSDIR = -L/usr/X11R6/lib -+CXXOPTS = $(CFLAGS) $(WARN) -+INCSDIR = -I$(PREFIX)/include -+LIBSDIR = -L$(PREFIX)/lib ++CXXOPTS = ${CFLAGS} $(WARN) ++INCSDIR = -I${PREFIX}/include ++LIBSDIR = -L${PREFIX}/lib #XPMINCDIR = -I../../include #XPMLIBDIR = -L../../lib -@@ -34,7 +34,7 @@ - SHAPEDEF = -DSHAPE - SHAPELIB = -lXext +@@ -46,7 +46,7 @@ + #if you use linux you need to define X_LOCALE. + #I18N = -DI18N -DX_LOCALE --DEBUG = -DDEBUG -+#DEBUG = -DDEBUG +-DEBUG = -DDEBUG -DAVOID_GRAB ++#DEBUG = -DDEBUG -DAVOID_GRAB # executable extenstion EXEEXT= -@@ -48,7 +48,7 @@ - #OPTIMIZE = -g +@@ -62,7 +62,7 @@ #OPTIMIZE = -O -g #OPTIMIZE = -O -g -pg --OPTIMIZE = -O -+#OPTIMIZE = -O - #OPTIMIZE = -O2 + #OPTIMIZE = -O +-OPTIMIZE = -O2 ++#OPTIMIZE = -O2 #OPTIMIZE = -O -s #OPTIMIZE = -O2 -s + diff -ruN icewm.orig/patches/patch-ac icewm/patches/patch-ac --- icewm.orig/patches/patch-ac Thu Jan 1 09:00:00 1970 +++ icewm/patches/patch-ac Wed Jun 24 22:11:34 1998 @@ -0,0 +1,27 @@ +--- src/config.h.orig Mon Mar 16 02:20:35 1998 ++++ src/config.h Mon May 11 14:09:44 1998 +@@ -17,11 +17,12 @@ + */ + #define SUPPORT_WIN95KBD + +-#define MAIL_SPOOL "/var/spool/mail/" /* '/' terminated ! */ ++#define MAIL_SPOOL "/var/mail/" /* '/' terminated ! */ + +-/** Use Linux 2.0 Penguin as start button */ ++/** Use BSD logo as start button ++ * (freebsd didn't fit properly, plus this is nicer to open/net ppl) */ + #ifndef START_PIXMAP +-#define START_PIXMAP "linux.xpm" ++#define START_PIXMAP "bsd-daemon.xpm" + //#define START_PIXMAP "start.xpm" + //#define START_PIXMAP "xfree86os2.xpm" + #endif +@@ -39,7 +40,7 @@ + #undef NO_WINDOW_OPTIONS + + /* experimental: broadcast various gui events (for icesound) */ +-#undef CONFIG_GUIEVENTS ++#define CONFIG_GUIEVENTS + + /* TODO */ + #define CONFIG_MAILBOX_STATUS diff -ruN icewm.orig/patches/patch-ad icewm/patches/patch-ad --- icewm.orig/patches/patch-ad Sun May 3 06:23:01 1998 +++ icewm/patches/patch-ad Wed Jun 24 22:11:22 1998 @@ -1,18 +1,5 @@ ---- src/option.cc.orig Sun Apr 12 20:12:04 1998 -+++ src/option.cc Fri May 1 08:36:17 1998 -@@ -583,8 +583,10 @@ - void setWinOption(char *class_instance, char *opt, char *arg) { - WindowOption *op = getWindowOption(class_instance, 1); - -+#ifdef DEBUG - if (debug) - fprintf(stderr, "%s-%s-%s\\", class_instance, opt, arg); -+#endif - if (strcmp(opt, "icon") == 0) { - op->icon = strdup(arg); - } else { ---- src/guievent.h.orig Fri May 1 08:40:31 1998 -+++ src/guievent.h Fri May 1 08:41:32 1998 +--- src/guievent.h.orig Sun Apr 12 21:16:24 1998 ++++ src/guievent.h Wed Jun 24 22:11:18 1998 @@ -23,7 +23,8 @@ geWindowRollup, // geWindowMoved, diff -ruN icewm.orig/pkg/PLIST icewm/pkg/PLIST --- icewm.orig/pkg/PLIST Thu Jun 4 19:28:40 1998 +++ icewm/pkg/PLIST Wed Jun 24 22:15:32 1998 @@ -41,14 +41,77 @@ lib/X11/icewm/ledclock/p.xpm lib/X11/icewm/ledclock/slash.xpm lib/X11/icewm/ledclock/space.xpm +lib/X11/icewm/mailbox/mail.xpm +lib/X11/icewm/mailbox/newmail.xpm +lib/X11/icewm/mailbox/unreadmail.xpm lib/X11/icewm/taskbar/bsd-daemon.xpm lib/X11/icewm/taskbar/linux.xpm -lib/X11/icewm/taskbar/mail.xpm -lib/X11/icewm/taskbar/newmail.xpm lib/X11/icewm/taskbar/start.xpm -lib/X11/icewm/taskbar/unreadmail.xpm lib/X11/icewm/taskbar/windows.xpm lib/X11/icewm/taskbar/xfreeos2.xpm +lib/X11/icewm/themes/bluegold/closeA.xpm +lib/X11/icewm/themes/bluegold/closeI.xpm +lib/X11/icewm/themes/bluegold/default.theme +lib/X11/icewm/themes/bluegold/dframeAB.xpm +lib/X11/icewm/themes/bluegold/dframeABL.xpm +lib/X11/icewm/themes/bluegold/dframeABR.xpm +lib/X11/icewm/themes/bluegold/dframeAL.xpm +lib/X11/icewm/themes/bluegold/dframeAR.xpm +lib/X11/icewm/themes/bluegold/dframeAT.xpm +lib/X11/icewm/themes/bluegold/dframeATL.xpm +lib/X11/icewm/themes/bluegold/dframeATR.xpm +lib/X11/icewm/themes/bluegold/dframeIB.xpm +lib/X11/icewm/themes/bluegold/dframeIBL.xpm +lib/X11/icewm/themes/bluegold/dframeIBR.xpm +lib/X11/icewm/themes/bluegold/dframeIL.xpm +lib/X11/icewm/themes/bluegold/dframeIR.xpm +lib/X11/icewm/themes/bluegold/dframeIT.xpm +lib/X11/icewm/themes/bluegold/dframeITL.xpm +lib/X11/icewm/themes/bluegold/dframeITR.xpm +lib/X11/icewm/themes/bluegold/frameAB.old.xpm +lib/X11/icewm/themes/bluegold/frameAB.xpm +lib/X11/icewm/themes/bluegold/frameABL.xpm +lib/X11/icewm/themes/bluegold/frameABR.xpm +lib/X11/icewm/themes/bluegold/frameAL.xpm +lib/X11/icewm/themes/bluegold/frameAR.xpm +lib/X11/icewm/themes/bluegold/frameAT.xpm +lib/X11/icewm/themes/bluegold/frameATL.xpm +lib/X11/icewm/themes/bluegold/frameATR.xpm +lib/X11/icewm/themes/bluegold/frameIB.xpm +lib/X11/icewm/themes/bluegold/frameIBL.xpm +lib/X11/icewm/themes/bluegold/frameIBR.xpm +lib/X11/icewm/themes/bluegold/frameIL.xpm +lib/X11/icewm/themes/bluegold/frameIR.xpm +lib/X11/icewm/themes/bluegold/frameIT.xpm +lib/X11/icewm/themes/bluegold/frameITL.xpm +lib/X11/icewm/themes/bluegold/frameITR.xpm +lib/X11/icewm/themes/bluegold/icons/app_16x16.xpm +lib/X11/icewm/themes/bluegold/icons/app_32x32.xpm +lib/X11/icewm/themes/bluegold/mailbox/mail.xpm +lib/X11/icewm/themes/bluegold/mailbox/newmail.xpm +lib/X11/icewm/themes/bluegold/mailbox/unreadmail.xpm +lib/X11/icewm/themes/bluegold/maximizeA.xpm +lib/X11/icewm/themes/bluegold/maximizeI.xpm +lib/X11/icewm/themes/bluegold/menuButtonA.xpm +lib/X11/icewm/themes/bluegold/menuButtonI.xpm +lib/X11/icewm/themes/bluegold/minimizeA.xpm +lib/X11/icewm/themes/bluegold/minimizeI.xpm +lib/X11/icewm/themes/bluegold/restoreA.xpm +lib/X11/icewm/themes/bluegold/restoreI.xpm +lib/X11/icewm/themes/bluegold/taskbar/linux.xpm +lib/X11/icewm/themes/bluegold/taskbar/windows.xpm +lib/X11/icewm/themes/bluegold/titleAB.old.xpm +lib/X11/icewm/themes/bluegold/titleAB.xpm +lib/X11/icewm/themes/bluegold/titleAL.xpm +lib/X11/icewm/themes/bluegold/titleAM.xpm +lib/X11/icewm/themes/bluegold/titleAR.xpm +lib/X11/icewm/themes/bluegold/titleAT.old.xpm +lib/X11/icewm/themes/bluegold/titleAT.xpm +lib/X11/icewm/themes/bluegold/titleIB.xpm +lib/X11/icewm/themes/bluegold/titleIL.xpm +lib/X11/icewm/themes/bluegold/titleIM.xpm +lib/X11/icewm/themes/bluegold/titleIR.xpm +lib/X11/icewm/themes/bluegold/titleIT.xpm lib/X11/icewm/themes/gtk/closeA.xpm lib/X11/icewm/themes/gtk/closeI.xpm lib/X11/icewm/themes/gtk/default.theme @@ -159,6 +222,90 @@ lib/X11/icewm/themes/metal/titleIM.xpm lib/X11/icewm/themes/metal/titleIR.xpm lib/X11/icewm/themes/metal/titleIT.xpm +lib/X11/icewm/themes/metal-big/black.theme +lib/X11/icewm/themes/metal-big/closeA.xpm +lib/X11/icewm/themes/metal-big/closeI.xpm +lib/X11/icewm/themes/metal-big/default.theme +lib/X11/icewm/themes/metal-big/dframeAB.xpm +lib/X11/icewm/themes/metal-big/dframeABL.xpm +lib/X11/icewm/themes/metal-big/dframeABR.xpm +lib/X11/icewm/themes/metal-big/dframeAL.xpm +lib/X11/icewm/themes/metal-big/dframeAR.xpm +lib/X11/icewm/themes/metal-big/dframeAT.xpm +lib/X11/icewm/themes/metal-big/dframeATL.xpm +lib/X11/icewm/themes/metal-big/dframeATR.xpm +lib/X11/icewm/themes/metal-big/dframeIB.xpm +lib/X11/icewm/themes/metal-big/dframeIBL.xpm +lib/X11/icewm/themes/metal-big/dframeIBR.xpm +lib/X11/icewm/themes/metal-big/dframeIL.xpm +lib/X11/icewm/themes/metal-big/dframeIR.xpm +lib/X11/icewm/themes/metal-big/dframeIT.xpm +lib/X11/icewm/themes/metal-big/dframeITL.xpm +lib/X11/icewm/themes/metal-big/dframeITR.xpm +lib/X11/icewm/themes/metal-big/frameAB.xpm +lib/X11/icewm/themes/metal-big/frameABL.xpm +lib/X11/icewm/themes/metal-big/frameABR.xpm +lib/X11/icewm/themes/metal-big/frameAL.xpm +lib/X11/icewm/themes/metal-big/frameAR.xpm +lib/X11/icewm/themes/metal-big/frameAT.xpm +lib/X11/icewm/themes/metal-big/frameATL.xpm +lib/X11/icewm/themes/metal-big/frameATR.xpm +lib/X11/icewm/themes/metal-big/frameIB.xpm +lib/X11/icewm/themes/metal-big/frameIBL.xpm +lib/X11/icewm/themes/metal-big/frameIBR.xpm +lib/X11/icewm/themes/metal-big/frameIL.xpm +lib/X11/icewm/themes/metal-big/frameIR.xpm +lib/X11/icewm/themes/metal-big/frameIT.xpm +lib/X11/icewm/themes/metal-big/frameITL.xpm +lib/X11/icewm/themes/metal-big/frameITR.xpm +lib/X11/icewm/themes/metal-big/maximizeA.xpm +lib/X11/icewm/themes/metal-big/maximizeI.xpm +lib/X11/icewm/themes/metal-big/menuButtonA.xpm +lib/X11/icewm/themes/metal-big/menuButtonAN.xpm +lib/X11/icewm/themes/metal-big/menuButtonAP.xpm +lib/X11/icewm/themes/metal-big/menuButtonI.xpm +lib/X11/icewm/themes/metal-big/minimizeA.xpm +lib/X11/icewm/themes/metal-big/minimizeI.xpm +lib/X11/icewm/themes/metal-big/restoreA.xpm +lib/X11/icewm/themes/metal-big/restoreI.xpm +lib/X11/icewm/themes/metal-big/titleAB.xpm +lib/X11/icewm/themes/metal-big/titleAL.xpm +lib/X11/icewm/themes/metal-big/titleAM.xpm +lib/X11/icewm/themes/metal-big/titleAR.xpm +lib/X11/icewm/themes/metal-big/titleAT.xpm +lib/X11/icewm/themes/metal-big/titleIB.xpm +lib/X11/icewm/themes/metal-big/titleIL.xpm +lib/X11/icewm/themes/metal-big/titleIM.xpm +lib/X11/icewm/themes/metal-big/titleIR.xpm +lib/X11/icewm/themes/metal-big/titleIT.xpm +lib/X11/icewm/themes/monte-carlo/close.xpm +lib/X11/icewm/themes/monte-carlo/default.theme +lib/X11/icewm/themes/monte-carlo/hide.xpm +lib/X11/icewm/themes/monte-carlo/ledclock/a.xpm +lib/X11/icewm/themes/monte-carlo/ledclock/colon.xpm +lib/X11/icewm/themes/monte-carlo/ledclock/dot.xpm +lib/X11/icewm/themes/monte-carlo/ledclock/m.xpm +lib/X11/icewm/themes/monte-carlo/ledclock/n0.xpm +lib/X11/icewm/themes/monte-carlo/ledclock/n1.xpm +lib/X11/icewm/themes/monte-carlo/ledclock/n2.xpm +lib/X11/icewm/themes/monte-carlo/ledclock/n3.xpm +lib/X11/icewm/themes/monte-carlo/ledclock/n4.xpm +lib/X11/icewm/themes/monte-carlo/ledclock/n5.xpm +lib/X11/icewm/themes/monte-carlo/ledclock/n6.xpm +lib/X11/icewm/themes/monte-carlo/ledclock/n7.xpm +lib/X11/icewm/themes/monte-carlo/ledclock/n8.xpm +lib/X11/icewm/themes/monte-carlo/ledclock/n9.xpm +lib/X11/icewm/themes/monte-carlo/ledclock/p.xpm +lib/X11/icewm/themes/monte-carlo/ledclock/slash.xpm +lib/X11/icewm/themes/monte-carlo/ledclock/space.xpm +lib/X11/icewm/themes/monte-carlo/mailbox/mail.xpm +lib/X11/icewm/themes/monte-carlo/mailbox/newmail.xpm +lib/X11/icewm/themes/monte-carlo/mailbox/unreadmail.xpm +lib/X11/icewm/themes/monte-carlo/maximize.xpm +lib/X11/icewm/themes/monte-carlo/minimize.xpm +lib/X11/icewm/themes/monte-carlo/restore.xpm +lib/X11/icewm/themes/monte-carlo/taskbar/linux.xpm +lib/X11/icewm/themes/monte-carlo/taskbar/windows.xpm lib/X11/icewm/themes/motif/close.xpm lib/X11/icewm/themes/motif/default.theme lib/X11/icewm/themes/motif/maximize.xpm @@ -241,9 +388,19 @@ lib/X11/icewm/themes/win95/restore.xpm @dirrm lib/X11/icewm/icons @dirrm lib/X11/icewm/ledclock +@dirrm lib/X11/icewm/mailbox @dirrm lib/X11/icewm/taskbar +@dirrm lib/X11/icewm/themes/bluegold/icons +@dirrm lib/X11/icewm/themes/bluegold/mailbox +@dirrm lib/X11/icewm/themes/bluegold/taskbar +@dirrm lib/X11/icewm/themes/bluegold @dirrm lib/X11/icewm/themes/gtk @dirrm lib/X11/icewm/themes/metal +@dirrm lib/X11/icewm/themes/metal-big +@dirrm lib/X11/icewm/themes/monte-carlo/ledclock +@dirrm lib/X11/icewm/themes/monte-carlo/mailbox +@dirrm lib/X11/icewm/themes/monte-carlo/taskbar +@dirrm lib/X11/icewm/themes/monte-carlo @dirrm lib/X11/icewm/themes/motif @dirrm lib/X11/icewm/themes/nice @dirrm lib/X11/icewm/themes/warp3 >How-To-Repeat: >Fix: >Audit-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 Jun 24 07:30:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA13346 for freebsd-ports-outgoing; Wed, 24 Jun 1998 07:30:19 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA13336 for ; Wed, 24 Jun 1998 07:30:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA09959; Wed, 24 Jun 1998 07:30:02 -0700 (PDT) Received: from ail.ail-inc.co.jp ([210.145.48.250]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA12215 for ; Wed, 24 Jun 1998 07:21:53 -0700 (PDT) (envelope-from sada@e-mail.ne.jp) Received: from amygdala.ail-inc.co.jp (amygdala.ail-inc.co.jp [210.145.48.251]) by ail.ail-inc.co.jp (8.8.5/3.6W) with ESMTP id XAA27766 for ; Wed, 24 Jun 1998 23:21:32 +0900 (JST) Received: from thalamus.local.ail-inc.co.jp (thalamus.local.ail-inc.co.jp [192.168.1.6]) by amygdala.ail-inc.co.jp (8.8.8/3.6W98030310) with ESMTP id XAA21288 for ; Wed, 24 Jun 1998 23:19:29 +0900 (JST) Received: (from sada@localhost) by thalamus.local.ail-inc.co.jp (8.8.8/3.6W98032015) id XAA03489; Wed, 24 Jun 1998 23:20:42 +0900 (JST) Message-Id: <199806241421.XAA27766@ail.ail-inc.co.jp> Date: Wed, 24 Jun 1998 23:20:42 +0900 (JST) From: sada@e-mail.ne.jp (SADA Kenji) To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7047: New port: ja-jcode-pl-2.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7047 >Category: ports >Synopsis: New port: ja-jcode-pl-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: Wed Jun 24 07:30:01 PDT 1998 >Last-Modified: >Originator: SADA Kenji >Organization: Nagoya.Aichi.Japan >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: FreeBSD 2.2.6-RELEASE i386 XFree86 3.3.2 >Description: ``jcode-pl-2.x'' is a perl library for japanese character code conversion. It supports translation of each JIS, EUC, Shift JIS texts, and automatically recognizes the encode-mothod of the target text files. # See also: # http://www.bekkoame.or.jp/~syunji/perl/perl_j.html # http://www.bekkoame.or.jp/~syunji/perl/jcode20.txt # (both pages are written in Japanese) >How-To-Repeat: >Fix: begin 644 ja-jcode-pl-2.6-1998-0624.tar.gz M'XL(``T&D34``^U8;4_C.!#F:_TK1@L2H*-Y;[)EC]-VV\`%:*F:J8D]GAE/,YZQ/1,O\4D]C>2-U0$, MQ6HT8`-`M1J*>'.4[T4'S(9A:(JNJ"IG4TQ+WX#&"FU:(L\8I@`;&?;QO_'- M`D*B=1BT7DQ*_W?Q%1F'$5G!'*JBF(;QC_Y7-:-1^E^S.*.@&.8&*"NPY3O\ MS_V_"3TR@S2A+`,OB2+BL3")8;I8#3!.Z'ZM7"1H$WXC-!,,E'S+0TK\_9HF MF9S>P8R`1PE_<5I-4^"0C&B.Z0VHS>9[SO$Y2*9\I"8^--KDA"W'W^(-U''< M8:_5M0_F\TAI5!PXQ[(?9DS.&M]O#"/3_\%N);M_V!?>A\N9.C<%28AI"?U,DUH]AC^ZCV<>MVT+V#.AW#UBV? METO=%=1NT7Q";/<%17A!D.1Y\]`YM=V'G'R",.:Q$D7[CU7=6S97M^A?=%K# MU@,%"[W"I4^DY-+M"$EA[$6Y3^#G4>9+8E5*TZM?T&L'R1O&,O^+:,]6 M[KN[<`!^TVLV-_DYGLW_FC;WOZ9JJFF)_*_KU?UO+2AO$/>' M\->VJ,(Z\2C^VV?=KMU[\0SP_/G/*/._I>I%_#=,K8K_=:#/8Q]X$J"B4C-. M*!PO*BK@!5B4$P@%L43X(_YC7ONI,L0;PJ/X[]AN>_#RO#VJKU]O;$&:`(7V:%2;/9@4).0RR/)V7DAG%<1;AHI:< MC(%@+X!CQ]T#^[R]!VX0CIGH`R/7+-L#'/N`(EEW'X)^&Z M`@(D+JR<)BQ(?*%1$+GC+@DK=$!1OI`0&B:0SA#Z*>RG@WORG/0NP\HH?<#.]OEP/;N!X0VP24$<)0E^[P=L*)V M/)O-I!&YNDKPE$@)%07DO[*;/)Z$\R.6>%Q,I(!-HQ\7*J;5%(E=,RZT,^)? M`%)\R;\+YN;.:,@8B2&,EXE[%Z$ZN*U."TX(UX*^KT:_]IJK4*%"A0H5*E2H .4*'"Z^!O;'F;P0`H``", ` end >Audit-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 Jun 24 09:23:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03357 for freebsd-ports-outgoing; Wed, 24 Jun 1998 09:23:34 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA03168; Wed, 24 Jun 1998 09:22:28 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA14441; Wed, 24 Jun 1998 09:22:10 -0700 (PDT) Date: Wed, 24 Jun 1998 09:22:10 -0700 (PDT) Message-Id: <199806241622.JAA14441@freefall.freebsd.org> To: brett@peloton.physics.montana.edu, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7036 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port of fnlib, a new requirement for enlightenment State-Changed-From-To: open-closed State-Changed-By: vanilla State-Changed-When: Wed Jun 24 09:17:36 PDT 1998 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 Jun 24 09:49:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA08862 for freebsd-ports-outgoing; Wed, 24 Jun 1998 09:49:36 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA08788; Wed, 24 Jun 1998 09:48:58 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) From: Guy Helmer Received: (from ghelmer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA15674; Wed, 24 Jun 1998 09:48:43 -0700 (PDT) Date: Wed, 24 Jun 1998 09:48:43 -0700 (PDT) Message-Id: <199806241648.JAA15674@freefall.freebsd.org> To: ghelmer@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, ghelmer@FreeBSD.ORG Subject: Re: ports/6850 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xteddy Responsible-Changed-From-To: freebsd-ports->ghelmer Responsible-Changed-By: ghelmer Responsible-Changed-When: Wed Jun 24 11:47:49 CDT 1998 Responsible-Changed-Why: Assigned PR to myself for review. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 24 10:31:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA16583 for freebsd-ports-outgoing; Wed, 24 Jun 1998 10:31:05 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA16431 for ; Wed, 24 Jun 1998 10:30:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA17610; Wed, 24 Jun 1998 10:30:02 -0700 (PDT) Date: Wed, 24 Jun 1998 10:30:02 -0700 (PDT) Message-Id: <199806241730.KAA17610@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Brett Taylor Subject: Re: ports/4803: xgrabsc dies w/ a bus error Reply-To: Brett Taylor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/4803; it has been noted by GNATS. From: Brett Taylor To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/4803: xgrabsc dies w/ a bus error Date: Wed, 24 Jun 1998 11:28:25 -0600 (MDT) I talked to the original submitter and suggested that it may have failed due to his X process running in > 8 bpp (which will cause xgrabsc to fail in the way he described). He said this was true and said he would submit a followup, but he hasn't. I think we can close this. Brett ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 24 11:01:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA23576 for freebsd-ports-outgoing; Wed, 24 Jun 1998 11:01:11 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA23458 for ; Wed, 24 Jun 1998 11:00:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA18991; Wed, 24 Jun 1998 11:00:03 -0700 (PDT) Date: Wed, 24 Jun 1998 11:00:03 -0700 (PDT) Message-Id: <199806241800.LAA18991@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Brett Taylor Subject: Re: ports/6546: 3line ansi prompt in tcsh.. Reply-To: Brett Taylor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6546; it has been noted by GNATS. From: Brett Taylor To: freebsd-gnats-submit@freebsd.org Cc: xcene@beauty.net Subject: Re: ports/6546: 3line ansi prompt in tcsh.. Date: Wed, 24 Jun 1998 11:55:50 -0600 (MDT) Can we close this pr? I don't see how this is a port problem and the fix is, as you say in the pr, don't use a 3 line prompt. Brett ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 24 11:11:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA25426 for freebsd-ports-outgoing; Wed, 24 Jun 1998 11:11:13 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA25304 for ; Wed, 24 Jun 1998 11:10:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19400; Wed, 24 Jun 1998 11:10:02 -0700 (PDT) Date: Wed, 24 Jun 1998 11:10:02 -0700 (PDT) Message-Id: <199806241810.LAA19400@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Brett Taylor Subject: Re: ports/6688: New port of kbiff v0.6 Reply-To: Brett Taylor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6688; it has been noted by GNATS. From: Brett Taylor To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/6688: New port of kbiff v0.6 Date: Wed, 24 Jun 1998 12:00:04 -0600 (MDT) This can be closed - current version in the ports collection is 0.73. Brett ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 24 11:51:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03985 for freebsd-ports-outgoing; Wed, 24 Jun 1998 11:51:03 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA03883 for ; Wed, 24 Jun 1998 11:50:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA20918; Wed, 24 Jun 1998 11:50:01 -0700 (PDT) Received: from disco.cdrom.com (disco.cdrom.com [204.216.28.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA03570 for ; Wed, 24 Jun 1998 11:48:43 -0700 (PDT) (envelope-from murray@disco.cdrom.com) Received: (from root@localhost) by disco.cdrom.com (8.8.8/8.8.8) id LAA29526; Wed, 24 Jun 1998 11:40:54 -0700 (PDT) (envelope-from murray) Message-Id: <199806241840.LAA29526@disco.cdrom.com> Date: Wed, 24 Jun 1998 11:40:54 -0700 (PDT) From: Murray Stokely Reply-To: murray@cdrom.com To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: r3cgm@cdrom.com, pjenvey@cdrom.com X-Send-Pr-Version: 3.2 Subject: ports/7053: port fix : eterm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7053 >Category: ports >Synopsis: port fix : eterm >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 24 11:50:00 PDT 1998 >Last-Modified: >Originator: Murray Stokely >Organization: Walnut Creek CDROM >Release: FreeBSD 2.2.6-STABLE i386 >Environment: >Description: The current version of Eterm is confused about FreeBSD's handling of TTY's and will not allow you to have more than 16 Eterm's open at once. >How-To-Repeat: Try to open 17 copies of Eterm. >Fix: This is a simple patchfile for the port, just commit it to the patches directory of the eterm port and everything will work fine. (patch-ae) --- src/command.c.orig Wed Jun 24 11:15:40 1998 +++ src/command.c Wed Jun 24 11:16:32 1998 @@ -893,7 +893,7 @@ ttydev = tty_name; # define PTYCHAR1 "pqrstuvwxyz" -# define PTYCHAR2 "0123456789abcdef" +# define PTYCHAR2 "0123456789abcdefghijklmnopqrstuvwxyz" for (c1 = PTYCHAR1; *c1; c1++) { ptydev[len-2] = ttydev[len-2] = *c1; for (c2 = PTYCHAR2; *c2; c2++) { (end of patch) >Audit-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 Jun 24 13:30:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21489 for freebsd-ports-outgoing; Wed, 24 Jun 1998 13:30:45 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21392 for ; Wed, 24 Jun 1998 13:30:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA24773; Wed, 24 Jun 1998 13:30:01 -0700 (PDT) Received: from lituussun (mail.lituus.fr [195.25.51.6]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA20186 for ; Wed, 24 Jun 1998 13:22:46 -0700 (PDT) (envelope-from root@smtp.wanadoo.fr) Received: from (sequoia.lituus.fr) [193.252.144.37] by lituussun with esmtp (Exim 1.82 #1) id 0yowwx-0002sx-00; Wed, 24 Jun 1998 22:19:27 +0100 Received: (from root@localhost) by sequoia.lituus.fr (8.8.8/8.8.8) id VAA01461; Wed, 24 Jun 1998 21:45:43 +0200 (CEST) (envelope-from root) Message-Id: <199806241945.VAA01461@sequoia.lituus.fr> Date: Wed, 24 Jun 1998 21:45:43 +0200 (CEST) From: Stephane Legrand To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/7058: New port : BUGS - Cryptography library and sample programs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7058 >Category: ports >Synopsis: New port : BUGS - cryptography library >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 24 13:30:01 PDT 1998 >Last-Modified: >Originator: Stephane Legrand >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: >Description: This is a new port for BUGS. --fUOzNoGb/+ Content-Type: application/x-gzip Content-Description: BUGS port Content-Disposition: attachment; filename="bugs.tar.gz" Content-Transfer-Encoding: base64 H4sIAJ1UkTUAA+1ZbW+bSBDOV++vmLSR0p4SMH5NfE1V1yYpFxsiIE0rnRphWAwKBm4BuW7k ++03S+zESWznTjq7Oh2PFDk7Mzs7u7MzzMAgGybizmYBtXKzXocd4Cg/+Z0NoFGv1Sr1Sllq AkhlqdLYgfqG7cqRJanFAHZYFKXr5MYepcE2DNouBtz/feuGun5AN7SGVC43arWV/q9IyJz5 X2o28S5IUqMp7UB5Q/Y8wv/c/69BpWOII5YmYEdBQO3Uj0IYzW4EuBFrlfglIa/hM2UJZzL6 R+Yz6rRKknAkSMjpWikFm1H8QWqpUobfspCCdHx8hNwrLxohtWSkNPYspPfokFmhQ14T0lUM U2335ZNSvsrhncZO25TPNF2RDaQn1M6Yn05Iv22Ysn5tKKZ8bVx+7Cr6ScmK40S02SROo0U+ n7d3+3iCyn+n8DtBU7w0jVuiOB6PBSvxBZeJf44slvoh/THTJqI6RTXxT9a5ETPbPwR+mmUJ ziCXhnx91m+fc9snNCG4UzWCvhVmVgCxNaSc0smV4XZjbwInMKBAv6fMAtti1M0CQRCIql13 urrWP8m14Oii3Tlvn8l3Y102TF3pmHL3pLSojBASR0l6aEeh6w8zRluElN7YDuzdXunnht6Z /gr8BM5xy4PEeYtcHH6ePvDvw34JSYgZvU6owycZcndaOqSwn7S+Kaphtns9NNH8hNt5JWYJ E4PItgIxd5/wy6vWU5m92wtdPlW+TMW927m7p69a+9wRuVrxmx9iFAZBC/g/thf5NgUci0vo 4n7uwXdrjIb3S5g4h5TujmyulRDBd2HXQX5InTeqdqHpZlfrGG/5tjsXUzjUFzQ5kQ1L90IE Gjq+i+qXTfNDO8gcumIqzklS5sfL2eIgv4z5jlcIeD7qXsO/oZN17CAa+uE6gdhKkpf4Dg1Q hB/nbK/v8MYJPKkIo5v35GfnuAKrkT//45vhJmvAv1v/VStStVKt8fqvWa4V9d82cO//jtbv y6q5iTVeqP8A6o07/5erlUa5yuu/ZqNR1H/bwBkv2sBerFICf8AsNgGs0CCxRjEWCDHjzFHy s60t8G/jPv67stHRN7PGS/HfqFUf8n+F53+pXivifyswPT/BZsW+wX4F5uWbBZ3HWSAa0Vkq SOa5AFIPEwdx6CjCcprxBjCnpFzhfDLXHY0p450OIUrKCdbSbHMAkyjDrii84+KyE0gnMYXI BcdKLYF8jTIGvJoNaDhMPUijmSjqzMLAH/nYfOZiuZohDWluFS9QxxFzDrCpDfkuswT72API C+cUuzHcNvAO4QBoaqOZpG2a+CRUNBV2d3dBUcHQ+jJ0tEvV5C0pmJ8UA2mn5lVbl6Hf/gof ZVB6Pfms3UM6dDV13wRsD4lignIKX7VL4JKqZgI2RtqV3OV9HyGH8KwlXtJnbtT/9/F/0cOa fjNrvBD/ktSozp//Damcx39Dahbxvw08vHSZ9ZpkkcJj5BEB4+/ROG8fH1F4uD0jYIO4SMOY z9cSrEUq9tfiJ+3K1J4Sdbnd7ctPqV46Claw0u+piEki8BNPpN/jAOOev9VKhBlxnbybhfaL wi6joe2J8heMmk6bpwpDuKOtkeacazeaq38uP0u/Yv6GSFjKuj85j3xwfMZGsHorayRmay8X 4Ae7eu5yzhLqzOTnnJ995QssIM///Om3wa9A/+D7j1Rr5vm/Ui2+/2wFC/4fORs68Bf7/2b1 qf+b5Wrx/N8G+t06vHnIzQIehjD88RZOoGbVnLpj2UdN17Hqjm0PnOaxVHGtmkSPrMpx8Vq3 QIECBQoUKFDgv4i/AOZ7XQMAKAAA --fUOzNoGb/+-- >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: --fUOzNoGb/+ Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 24 18:30:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16170 for freebsd-ports-outgoing; Wed, 24 Jun 1998 18:30:54 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA16054 for ; Wed, 24 Jun 1998 18:30:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA02612; Wed, 24 Jun 1998 18:30:01 -0700 (PDT) Date: Wed, 24 Jun 1998 18:30:01 -0700 (PDT) Message-Id: <199806250130.SAA02612@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: sada@e-mail.ne.jp (SADA Kenji) Subject: Re: ports/7047: New port: ja-jcode-pl-2.6 Reply-To: sada@e-mail.ne.jp (SADA Kenji) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7047; it has been noted by GNATS. From: sada@e-mail.ne.jp (SADA Kenji) To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/7047: New port: ja-jcode-pl-2.6 Date: Thu, 25 Jun 1998 10:20:41 +0900 (JST) This is SADA from Nagoya. >> >Number: 7047 >> >Category: ports >> >Synopsis: New port: ja-jcode-pl-2.6 The package-name `ja-jcode.pl-2.6' should be better. begin 644 ja-jcode.pl-2.6-1998-0625.tar.gz M'XL(`&FCD34``^U8;4_C.!#F:_TK1@L2H*-Y;[+M'J?MMH$+T%(UY98/)X&; MN"0E37*.V;L\8R=&7N)3Z0TDC=6!S`4 MJU:##0#5JBGBR['XSBM@U@Q#UU1#5WDWQ5+T#:BM4*VPSOLU!Z]=EK77:/7`.S_KVDO+ES#EISVK(Z;J# MYLE),7SKKM>W#YSS>SD*AX5J"/E)E=PPBCW60)7/6W?]SCU4Z0BV[KA5*&H\9?6@V8S=O'[1;@Z:CQC, M^0J3/ALE+[<7DL+8BW*?P,_#S)?$KI0FU[^@MW:2=XQE_!?>GJWF%O!]Y[]A MZ:IE6(HBXK^BEN?_6O#,_A-_!8O^POG/;6\^M[]A:N7YOPYTVC78>7R\[L(^ M^'6O7MR?\AO;Z,EZ,_YHVL[^F:JIIB?BOZU89_]>!Q1_$PR7\K34J ML4X\\?_6::=C=U\]`KQ\_S,6\=]2]<+_:Z9>^O\ZT..^#SP(4)&I&244CN89 M%?`"+-()A(+8(OP5_SG+_901XAWAB?^W;;?5?WT9+^5_%4M=YO\U?E$4Y[]1 MGO]KP>7EHY^_F^UM"#/`D#Z/"N,7HX*$'`99GLY2R8SB.(MPD4M.1D"P%\"1 MX^Z!?=;:`S<(1TS4@9$;ENT!CGW`.4LF?(2'H^@64>(E5W'X%^&\`@(D%N*J M$\*"Q!<3!2%G>YOD%&896\B")(]\B!+L%ZW+ MZ>$,H9\6^6SXL%B.#Y]00A\:=K87#=N[GQ#:A,O+/,[$/'8^.UT^IVTYSZ@< M)5S]95J6=^4KZA6"AP1B0GPB2GQ%B228N(0`CK*DP)U\58"M@D^OY!A>Z:(K$;Q@?M#!,60(JO^.)B/NVWWK@E2I0H4:)$B1(E2I3X8?P#K&7, %<``H``#Q ` end To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 24 20:01:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA29925 for freebsd-ports-outgoing; Wed, 24 Jun 1998 20:01:16 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from adams-online.erols.com (adams-online.erols.com [207.96.8.126]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA29868; Wed, 24 Jun 1998 20:01:05 -0700 (PDT) (envelope-from chris@adams-online.erols.com) Received: from adams-online.erols (adams-online.erols.com [192.168.1.1]) by adams-online.erols.com (8.8.5/8.8.5) with ESMTP id WAA13512; Wed, 24 Jun 1998 22:59:55 -0400 (EDT) Message-ID: <3591BD29.2D3C03D8@adams-online.erols> Date: Wed, 24 Jun 1998 22:59:54 -0400 From: Chris Adams X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: msmith@FreeBSD.ORG CC: ports@FreeBSD.ORG Subject: FreeBSD Port: vnc-3.1.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 have install the vnc port successfully, but when I run vncserver I get the following message in the X.log: rfbInitSockets: listening on TCP port 5901 httpInitSockets: listening on TCP port 5801 failed to set default font path '/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/' Fatal server error: could not open default font 'fixed' _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 xsetroot: unable to open display 'adams-online.erols.com:1' _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 xterm Xt error: Can't open display: adams-online.erols.com:1 twm: Can't open display adams-online.erols.com:1 Can you help me get pass this or send me in the right direction? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 24 20:10:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA01228 for freebsd-ports-outgoing; Wed, 24 Jun 1998 20:10:26 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA01215 for ; Wed, 24 Jun 1998 20:10:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA05603; Wed, 24 Jun 1998 20:10:01 -0700 (PDT) Received: from home.dragondata.com (toasty@home.dragondata.com [204.137.237.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA29843 for ; Wed, 24 Jun 1998 20:00:48 -0700 (PDT) (envelope-from toasty@home.dragondata.com) Received: (from toasty@localhost) by home.dragondata.com (8.8.8/8.8.5) id WAA06956; Wed, 24 Jun 1998 22:00:34 -0500 (CDT) Message-Id: <199806250300.WAA06956@home.dragondata.com> Date: Wed, 24 Jun 1998 22:00:34 -0500 (CDT) From: toasty@dragondata.com Reply-To: toasty@dragondata.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7062: pidentd partialy broken in current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7062 >Category: ports >Synopsis: pidentd partialy broken in current >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 Jun 24 20:10:00 PDT 1998 >Last-Modified: >Originator: Kevin Day >Organization: DragonData Internet Services >Release: FreeBSD -current >Environment: ports/security/pidentd installed on -current I'm not sure if it's related, but this box is a NIS client, and an NFS client. >Description: pidentd occasionally doesn't ident users, and causes these type of messages to appear in syslog. This has occured since somewhere around November/December. Jun 24 20:44:21 shell1 identd[21746]: k_getuid: ofiles malloc failed Jun 24 20:50:21 shell1 identd[22069]: k_getuid: ofiles malloc failed Jun 24 20:50:21 shell1 identd[22088]: getbuf: bad address (00000014 not in f0100000-0xFFC00000) - ofile Jun 24 20:50:21 shell1 identd[22088]: k_getuid retries: 1 Jun 24 21:34:54 shell1 identd[24604]: from: 208.128.8.59 (ts.glenda.net) EMPTY REQUEST Jun 24 21:45:04 shell1 identd[25401]: k_getuid: ofiles malloc failed Jun 24 21:51:20 shell1 identd[25853]: k_getuid: ofiles malloc failed (the 'empty request' field may not be related) >How-To-Repeat: install pidentd in a -current machine >Fix: Unknown >Audit-Trail: >Unformatted: Kevin Day To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 24 21:25:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA12336 for freebsd-ports-outgoing; Wed, 24 Jun 1998 21:25:25 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA12281 for ; Wed, 24 Jun 1998 21:25:00 -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 SMTP id WAA08810; Wed, 24 Jun 1998 22:24:36 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Wed, 24 Jun 1998 22:24:36 -0600 (MDT) From: Brett Taylor To: davehummel@earthling.net cc: ports@FreeBSD.ORG Subject: Re: anyone porting JX ? 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 moved to -ports instead of -questions... On Wed, 24 Jun 1998, Dave Hummel wrote: > This seems like it may be a worthwhile port. I contacted them via their > webpage mailer and got two prompt responses. The jist of the messages is > that they don't have a FreeBSD box to tinker with, but would include a > working port at their ftp site if someone would create one. > > I'm currently tinkering with it, but if there is a lot of interest in it > maybe a more experienced/talented "portmeister" would be willing to create > a proper port (?). I saw Arrow, a new mail program at freshmeat. Arrow depends on jx so I downloaded both but haven't attempted to do anything w/ it yet so I have no idea how hard a port it is. At my present rate and list of things to do it's low on my priority list. I'd be happy to help you test/develop a port though. If no one else touches this I would eventually get to it, but I wouldn't hold your breath waiting. :-) > (From the homepage at http://www.cco.caltech.edu/~jafl/jx/) > > "JX is a full-featured application framework and widget library for use > with the X Window System. It provides support for all facets of > application development, including distributed applications, and aims to > combine the best of MacOS and NeXTSTEP. It is built directly on top of > Xlib and has been carefully optimized for performance. > > JX comes with a complete test suite that demonstrates all of the features > of the library and a set of tutorial programs that introduce the major > concepts, one at a time. This provides a rich source of sample code, both > for top level application design and for individual widget classes. It > also shows how to extend the functionality of the library by, for example, > creating custom tables or menu layouts. > > JX also includes a complete C++ development environment (Code Crusader). > Among other features, this includes a graphical class browser to help you > visualize and understand the inheritance relationships between the classes > and to search for all the classes that implement a particular function." Brett ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ If you meet a beautiful woman wearing skintight, clingy lycra, and one of the first five words out of your mouth is "Campagnolo" . . . . . you might be a cyclist. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 24 22:55:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26468 for freebsd-ports-outgoing; Wed, 24 Jun 1998 22:55:47 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from antipodes.cdrom.com (castles133.castles.com [208.214.165.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26317; Wed, 24 Jun 1998 22:54:35 -0700 (PDT) (envelope-from mike@antipodes.cdrom.com) Received: from antipodes.cdrom.com (localhost [127.0.0.1]) by antipodes.cdrom.com (8.8.8/8.8.5) with ESMTP id WAA00684; Wed, 24 Jun 1998 22:54:14 -0700 (PDT) Message-Id: <199806250554.WAA00684@antipodes.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Chris Adams cc: msmith@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: vnc-3.1.1 In-reply-to: Your message of "Wed, 24 Jun 1998 22:59:54 EDT." <3591BD29.2D3C03D8@adams-online.erols> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 24 Jun 1998 22:54:14 -0700 From: Mike Smith Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I have install the vnc port successfully, but when I run vncserver I get > the following message in the X.log: You don't have X installed, or you don't have access to the fonts as the user you are. At the very least, you need to install the basic font set (the 75dpi fonts). You might want to add others (the scaled fonts and 100dpi ones in particular). > rfbInitSockets: listening on TCP port 5901 > httpInitSockets: listening on TCP port 5801 > failed to set default font path > '/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/' > > Fatal server error: > could not open default font 'fixed' > _X11TransSocketINETConnect: Can't connect: errno = 61 > _X11TransSocketINETConnect: Can't connect: errno = 61 > _X11TransSocketINETConnect: Can't connect: errno = 61 > _X11TransSocketINETConnect: Can't connect: errno = 61 > _X11TransSocketINETConnect: Can't connect: errno = 61 > _X11TransSocketINETConnect: Can't connect: errno = 61 > xsetroot: unable to open display 'adams-online.erols.com:1' > _X11TransSocketINETConnect: Can't connect: errno = 61 > _X11TransSocketINETConnect: Can't connect: errno = 61 > _X11TransSocketINETConnect: Can't connect: errno = 61 > _X11TransSocketINETConnect: Can't connect: errno = 61 > _X11TransSocketINETConnect: Can't connect: errno = 61 > _X11TransSocketINETConnect: Can't connect: errno = 61 > _X11TransSocketINETConnect: Can't connect: errno = 61 > _X11TransSocketINETConnect: Can't connect: errno = 61 > _X11TransSocketINETConnect: Can't connect: errno = 61 > _X11TransSocketINETConnect: Can't connect: errno = 61 > _X11TransSocketINETConnect: Can't connect: errno = 61 > _X11TransSocketINETConnect: Can't connect: errno = 61 > xterm Xt error: Can't open display: adams-online.erols.com:1 > twm: Can't open display adams-online.erols.com:1 > > Can you help me get pass this or send me in the right direction? > Thanks. > > -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 24 22:56:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26532 for freebsd-ports-outgoing; Wed, 24 Jun 1998 22:56:14 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from frankenstein.bluetongue.com (frankenstein.bluetongue.com [203.31.198.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26353; Wed, 24 Jun 1998 22:54:50 -0700 (PDT) (envelope-from drew@bluetongue.com.au) Received: from bluetongue.com.au (jade.bluetongue.com [203.31.198.30]) by frankenstein.bluetongue.com (8.8.5/8.8.5) with ESMTP id PAA15168; Thu, 25 Jun 1998 15:54:37 +1000 (EST) Message-ID: <3591E5D3.9F7A2A04@bluetongue.com.au> Date: Thu, 25 Jun 1998 15:53:23 +1000 From: Andrew Heath Organization: Blue Tongue Software X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: jseger@FreeBSD.ORG CC: ports@FreeBSD.ORG Subject: FreeBSD Port: bind-8.1.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm having trouble installing BIND08.1.2 on my system at the moment, I am getting a syntax error: Bad substitution in my install The system we are currently running on is a Pentium 166 with 64 Mb RAM Current OS version FreeBSD 2.1.7-RELEASE Does anyone have any idea what might be causing the problem? We have been having a number of named failures recently and as this is our secondary server we need to have it up and running. Moreover, we are changing ISPs so it will be _THE_ nameserver and mail queue for a couple of days in the near future. Any help appreciated. Regards, Andrew Heath Blue Tongue Software /usr/local/src/bind8 92> make >> Checksum OK for bind-8.1.2-src.tar.gz. >> Checksum OK for bind-8.1.2-doc.tar.gz. ===> Extracting for bind-8.1.2 ===> Patching for bind-8.1.2 ===> Applying FreeBSD patches for bind-8.1.2 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- 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 -------------------------- Patching file src/port/freebsd/Makefile.set using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 18. done Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- doc/man/Makefile.orig Fri Mar 14 04:43:51 1997 |+++ doc/man/Makefile Mon Jan 5 14:03:46 1998 -------------------------- Patching file doc/man/Makefile using Plan A... Hunk #1 succeeded at 52. Hunk #2 succeeded at 105. done Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- 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 -------------------------- Patching file src/lib/irs/getpwent.c using Plan A... Hunk #1 succeeded at 102. done ===> Configuring for bind-8.1.2 ===> Building for bind-8.1.2 Making /usr/local/src/bind8/work/src/.systype Making .settings port/settings: 1: Syntax error: Bad substitution *** Error code 2 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 Wed Jun 24 23:57:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA07557 for freebsd-ports-outgoing; Wed, 24 Jun 1998 23:57:24 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA07206; Wed, 24 Jun 1998 23:55:31 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA16345; Wed, 24 Jun 1998 23:55:10 -0700 (PDT) Date: Wed, 24 Jun 1998 23:55:10 -0700 (PDT) Message-Id: <199806250655.XAA16345@freefall.freebsd.org> To: phk@FreeBSD.ORG, gnats-admin@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: pending/7061 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fspclient's grab command fails (and removes local copy) Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: phk Responsible-Changed-When: Wed Jun 24 23:52:29 PDT 1998 Responsible-Changed-Why: -> ports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 25 00:09:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA10014 for freebsd-ports-outgoing; Thu, 25 Jun 1998 00:09:11 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA09945; Thu, 25 Jun 1998 00:08:44 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA17379; Thu, 25 Jun 1998 00:08:26 -0700 (PDT) Date: Thu, 25 Jun 1998 00:08:26 -0700 (PDT) Message-Id: <199806250708.AAA17379@freefall.freebsd.org> To: mi@aldan.algebra.com, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7015 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: jbigkit port upgraded to 1.0 State-Changed-From-To: open-closed State-Changed-By: vanilla State-Changed-When: Thu Jun 25 00:07:56 PDT 1998 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 Jun 25 04:08:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA14465 for freebsd-ports-outgoing; Thu, 25 Jun 1998 04:08:19 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA14454; Thu, 25 Jun 1998 04:08:12 -0700 (PDT) (envelope-from dburr@FreeBSD.org) From: Donald Burr Received: (from dburr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA22117; Thu, 25 Jun 1998 04:07:53 -0700 (PDT) Date: Thu, 25 Jun 1998 04:07:53 -0700 (PDT) Message-Id: <199806251107.EAA22117@freefall.freebsd.org> To: dburr@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, dburr@FreeBSD.ORG Subject: Re: ports/7032 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port : mkhybrid 1.12 Responsible-Changed-From-To: freebsd-ports->dburr Responsible-Changed-By: dburr Responsible-Changed-When: Thu Jun 25 04:07:18 PDT 1998 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 Jun 25 05:23:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA25697 for freebsd-ports-outgoing; Thu, 25 Jun 1998 05:23:55 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from jseger@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA25680; Thu, 25 Jun 1998 05:23:48 -0700 (PDT) (envelope-from jseger) Date: Thu, 25 Jun 1998 05:23:48 -0700 (PDT) From: "Justin M. Seger" Message-Id: <199806251223.FAA25680@hub.freebsd.org> To: drew@bluetongue.com.au, jseger@FreeBSD.ORG Subject: Re: FreeBSD Port: bind-8.1.2 Cc: ports@FreeBSD.ORG In-Reply-To: <3591E5D3.9F7A2A04@bluetongue.com.au> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have never tested this port on 2.1.7-RELEASE. Not sure what is causing the problem. You could try getting the latest bsd.port.mk and see if that helps. 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 Thu Jun 25 10:30:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17505 for freebsd-ports-outgoing; Thu, 25 Jun 1998 10:30:31 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17460 for ; Thu, 25 Jun 1998 10:30:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA04150; Thu, 25 Jun 1998 10:30:02 -0700 (PDT) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA16732 for ; Thu, 25 Jun 1998 10:26:43 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: (from brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) id LAA13190; Thu, 25 Jun 1998 11:26:27 -0600 (MDT) (envelope-from brett) Message-Id: <199806251726.LAA13190@peloton.physics.montana.edu> Date: Thu, 25 Jun 1998 11:26:27 -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/7067: update xosview port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7067 >Category: ports >Synopsis: fix MD5 for xosview >Confidential: 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 Jun 25 10:30:01 PDT 1998 >Last-Modified: >Originator: Brett Taylor >Organization: Montana State University, Bozeman >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD 2.2.6-STABLE #0: Wed Jun 17 11:08:32 MDT 1998 >Description: xosview source has new MD5.... just updated the MD5 done for the maintainer, Brian Handy, (who's in the Canary Islands and is having trouble getting a decent connection. Note I am NOT in the Canary Islands in at an observatory for some reason! :-P >How-To-Repeat: apply diff below >Fix: diff -ruN xosview/files/md5 xosview/files/md5 --- xosview/files/md5 Sun Jun 7 10:03:55 1998 +++ xosview/files/md5 Thu Jun 25 11:18:21 1998 @@ -1 +1 @@ -MD5 (xosview-1.6.1.a.tar.gz) = 9cf67195d6bd125358de849b78deb8e9 +MD5 (xosview-1.6.1.a.tar.gz) = 4523ed2593b77d9d99f08c2568340b4b >Audit-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 Jun 25 12:51:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14588 for freebsd-ports-outgoing; Thu, 25 Jun 1998 12:51:11 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14498 for ; Thu, 25 Jun 1998 12:50:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA08454; Thu, 25 Jun 1998 12:50:01 -0700 (PDT) Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA13526 for ; Thu, 25 Jun 1998 12:46:08 -0700 (PDT) (envelope-from cmascott@world.std.com) Received: from world.std.com by europe.std.com (8.7.6/BZS-8-1.0) id PAA26761; Thu, 25 Jun 1998 15:46:01 -0400 (EDT) Received: from europa.my.pc (world-f.std.com) by world.std.com (TheWorld/Spike-2.0) id AA29626; Thu, 25 Jun 1998 15:44:49 -0400 Received: (from cem@localhost) by europa.my.pc (8.8.8/8.8.8) id PAA01967; Thu, 25 Jun 1998 15:44:10 -0400 (EDT) (envelope-from cem) Message-Id: <199806251944.PAA01967@europa.my.pc> Date: Thu, 25 Jun 1998 15:44:10 -0400 (EDT) From: cmascott@world.std.com Reply-To: cmascott@world.std.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7071: jove 4.16: Clicking button 1 causes xterm display corruption Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7071 >Category: ports >Synopsis: jove 4.16: Clicking button 1 causes xterm display corruption >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 Jun 25 12:50:01 PDT 1998 >Last-Modified: >Originator: Carl Mascott >Organization: >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: Jove 4.16 running in an xterm window >Description: When you click mouse button 1 in an xterm window running jove, the displayed character at the old cursor location is replaced with 'X'. Only the display is affected, not the buffer being edited. Redrawing the screen with ctrl-L fixes the display. >How-To-Repeat: Click mouse button 1 in window while editing a file. >Fix: Apply this patch to undefine XTERMBUG in mouse.c. Xterm apparently no longer has the bug. *** mouse.c.org Thu Mar 7 12:34:43 1996 --- mouse.c Thu Jun 25 14:17:16 1998 *************** *** 266,272 **** /* Format of command to xterm to start or stop mouse hilite tracking: * ^[ [ func ; startx ; starty ; firstrow ; lastrow T */ ! #define XTERMBUG #ifdef XTERMBUG static const char hl_fmt[] = "\033[%d;%d;%d;%d;%dTX"; #else --- 266,272 ---- /* Format of command to xterm to start or stop mouse hilite tracking: * ^[ [ func ; startx ; starty ; firstrow ; lastrow T */ ! /* #undef XTERMBUG */ #ifdef XTERMBUG static const char hl_fmt[] = "\033[%d;%d;%d;%d;%dTX"; #else >Audit-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 Jun 25 15:09:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07854 for freebsd-ports-outgoing; Thu, 25 Jun 1998 15:09:33 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07785; Thu, 25 Jun 1998 15:09:07 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA17417; Thu, 25 Jun 1998 15:08:43 -0700 (PDT) Date: Thu, 25 Jun 1998 15:08:43 -0700 (PDT) Message-Id: <199806252208.PAA17417@freefall.freebsd.org> To: brett@peloton.physics.montana.edu, jkh@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7067 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix MD5 for xosview State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Thu Jun 25 15:08:37 PDT 1998 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 Thu Jun 25 15:21:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA09952 for freebsd-ports-outgoing; Thu, 25 Jun 1998 15:21:37 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA09791 for ; Thu, 25 Jun 1998 15:20:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA18485; Thu, 25 Jun 1998 15:20:01 -0700 (PDT) Date: Thu, 25 Jun 1998 15:20:01 -0700 (PDT) Message-Id: <199806252220.PAA18485@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Tim Vanderhoek Subject: Re: bin/7047 Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7047; it has been noted by GNATS. From: Tim Vanderhoek To: Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/7047 Date: Thu, 25 Jun 1998 18:17:09 -0400 (EDT) See also bin/7068. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 25 16:11:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18950 for freebsd-ports-outgoing; Thu, 25 Jun 1998 16:11:04 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA18850 for ; Thu, 25 Jun 1998 16:10:33 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA24281; Thu, 25 Jun 1998 16:10:02 -0700 (PDT) Date: Thu, 25 Jun 1998 16:10:02 -0700 (PDT) Message-Id: <199806252310.QAA24281@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Jacques Vidrine Subject: Re: ports/6870: new port, Kerberos V 1.0.5 Reply-To: Jacques Vidrine Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6870; it has been noted by GNATS. From: Jacques Vidrine To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/6870: new port, Kerberos V 1.0.5 Date: Thu, 25 Jun 1998 18:06:43 -0500 Oops, I missed some dependencies for building. I'm not sure whether I really need to list gmake; USE_GMAKE seems to pull that in, but I figure it can't hurt. We need m4, because we have to run autoconf after patching. We _don't_ need autoconf, because MIT KerberosV ships with its own autoconf in the util directory. == cut here == --- Makefile 1998/06/21 17:48:32 1.3 +++ Makefile 1998/06/23 18:47:00 1.5 @@ -15,6 +15,9 @@ MAINTAINER= n@nectar.com +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ + gmake:${PORTSDIR}/devel/gmake + DIST_SUBDIR= krb5 USE_GMAKE= yes == cut here == Jacques Vidrine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 25 16:38:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11927 for freebsd-ports-outgoing; Thu, 25 Jun 1998 15:33:15 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA11675 for ; Thu, 25 Jun 1998 15:31:18 -0700 (PDT) (envelope-from asami@sunrise.cs.berkeley.edu) Received: from bubble.didi.com (sji-ca6-40.ix.netcom.com [205.186.213.40]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id PAA07349; Thu, 25 Jun 1998 15:30:46 -0700 (PDT) Received: (from asami@localhost) by bubble.didi.com (8.8.8/8.8.8) id PAA02532; Thu, 25 Jun 1998 15:30:23 -0700 (PDT) (envelope-from asami) Date: Thu, 25 Jun 1998 15:30:23 -0700 (PDT) Message-Id: <199806252230.PAA02532@bubble.didi.com> To: chet@ins.CWRU.Edu CC: obrien@nuxi.com, ports@FreeBSD.ORG Subject: bash -> bash1 From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Chet, According to your request, I renamed the directory "bash" to "bash1" in the FreeBSD ports collection. (Unfortunately, limitations in CVS does not allow us to rename "bash2" to "bash", so the two versions are called "bash1" and "bash2".) Regards, Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 25 17:11:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA29448 for freebsd-ports-outgoing; Thu, 25 Jun 1998 17:11:38 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA29286 for ; Thu, 25 Jun 1998 17:10:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA25631; Thu, 25 Jun 1998 17:10:02 -0700 (PDT) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA27857 for ; Thu, 25 Jun 1998 17:01:30 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: (from brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) id SAA25484; Thu, 25 Jun 1998 18:00:42 -0600 (MDT) (envelope-from brett) Message-Id: <199806260000.SAA25484@peloton.physics.montana.edu> Date: Thu, 25 Jun 1998 18:00:42 -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/7072: update of afterstep144 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7072 >Category: ports >Synopsis: update of afterstep144 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: Thu Jun 25 17:10:01 PDT 1998 >Last-Modified: >Originator: Brett Taylor >Organization: Montana State University, Bozeman >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD 2.2.6-STABLE #0: Wed Jun 17 11:08:32 MDT 1998 >Description: update of afterstep144 port: - AS is now packageable (pkg_add can handle weird chars now) so NO_PACKAGE removed - stole some asmodem patches from a pending PR by Sean Cole for a separate asmodem port (thanks Sean) so now asmodem is made w/ AS - update PLIST to recognize this - removed scripts directory (it's empty - I thought I said to do this before, but it's still there - can we PLEASE PLEASE PLEASE change the name of the port to something that actually reflects the version! The port builds AS-1.4.5.3 and the port is named afterstep144! AS-1.5 is in pre-release now and I believe that it will be able to replace the 1.0 port so maybe this isn't so big a deal, but it's a bit annoying. As it is, you can make 1.4.5.3 use old .steprc files so maybe it can replace the 1.0 port right now. -shrug- >How-To-Repeat: apply diff below >Fix: diff -ruN afterstep144/Makefile afterstep-devel/Makefile --- afterstep144/Makefile Wed Jun 24 16:28:58 1998 +++ afterstep-devel/Makefile Thu Jun 25 17:38:43 1998 @@ -20,10 +20,6 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -#NO_PACKAGE= yes -#there are 130 files or so with spaces or parens in their name which -#makes pkg_add die so we can't easily package this - WRKSRC= ${WRKDIR}/AfterStep IS_INTERACTIVE= yes diff -ruN afterstep144/patches/patch-ae afterstep-devel/patches/patch-ae --- afterstep144/patches/patch-ae Sun May 17 21:24:08 1998 +++ afterstep-devel/patches/patch-ae Thu Jun 25 17:29:24 1998 @@ -1,5 +1,5 @@ -*** Imakefile Sun May 10 11:54:54 1998 ---- Imakefile Sun May 10 11:55:46 1998 +*** Imakefile.orig Thu Jun 25 17:23:03 1998 +--- Imakefile Thu Jun 25 17:24:18 1998 *************** *** 17,28 **** afterdoc \ @@ -8,13 +8,21 @@ - apps/asfsm \ - apps/asload \ apps/asmail \ -- apps/asmix \ -- apps/asmixer \ -- apps/asprint \ +! apps/asmix \ +! apps/asmixer \ +! apps/asprint \ + apps/xiterm/src \ + modules/ASSound \ + modules/Animate \ +--- 17,24 ---- + afterdoc \ + apps/ascd \ + apps/asclock \ + apps/asmail \ +! apps/asmodem \ apps/xiterm/src \ modules/ASSound \ modules/Animate \ ---- 17,23 ---- *************** *** 43,52 **** MakeSubdirs($(SUBDIRS)) @@ -27,7 +35,7 @@ mrproper:: rm -fr config.cache config.log config.status Makefile.bak *.orig ---- 38,47 ---- +--- 39,48 ---- MakeSubdirs($(SUBDIRS)) install:: diff -ruN afterstep144/patches/patch-am afterstep-devel/patches/patch-am --- afterstep144/patches/patch-am Wed Dec 31 17:00:00 1969 +++ afterstep-devel/patches/patch-am Thu Jun 25 17:18:06 1998 @@ -0,0 +1,114 @@ +--- apps/asmodem/asmodem.c Mon May 11 15:38:04 1998 ++++ apps/asmodem/asmodem.c Mon May 11 15:58:52 1998 +@@ -22,8 +22,7 @@ + #include + #include + #include +-#include +- ++#include + + /* XPM struct and icons ******************************************************/ + typedef struct _XpmIcon { +@@ -58,7 +57,7 @@ + #define DEFINTERVAL 3 /* Default interval 2 sec */ + #define TRUE 1; + #define FALSE 0; +-#define DEFAULTMODEM "/var/lock/LCK..modem" ++#define DEFAULTMODEM "/var/run/cuaa1.if" + + int withdrawn= FALSE; + Display *Disp; +@@ -109,8 +108,8 @@ + fprintf(stderr,"options:\n"); + fprintf(stderr," -w withdrawn mode (For WindowMaker's Dock)\n"); + fprintf(stderr," -s transparent edge mode\n"); +- fprintf(stderr," -m modem lockfile (ie /var/lock/LCK..cua1) \n"); +- fprintf(stderr," default is /var/lock/LCK..modem (/dev/modem) \n"); ++ fprintf(stderr," -m modem lockfile (ie /var/lock/LCK..modem) \n"); ++ fprintf(stderr," default is /var/run/cuaa1.if \n"); + fprintf(stderr," -u update frequency (default 5 sec)\n"); + fprintf(stderr," -p [+|-]x[+|-]y position of asmodem\n"); + fprintf(stderr," -d program to execute on click while disconnected (dial?)\n"); +@@ -293,7 +292,7 @@ + { + XEvent Event; + XpmIcon Prev; +- struct ifreq ifreq; ++ struct ifpppstatsreq ifreq; + struct ppp_stats stats; + int rb, tb; + +@@ -309,13 +308,14 @@ + } + //fprintf(stderr, "x "); + if (CarrierOn) { +- memset(&ifreq, 0, sizeof(ifreq)); +- strcpy(ifreq.ifr_ifrn.ifrn_name, "ppp0"); +- ifreq.ifr_ifru.ifru_data = (caddr_t)&stats; +- if ((ioctl(sock,SIOCDEVPRIVATE,(caddr_t)&ifreq) < 0)){ ++ memset(&ifreq, 0, sizeof(ifreq)); ++ ++ strcpy(ifreq.ifr_name, "ppp0"); ++ if ((ioctl(sock,SIOCGPPPSTATS,&ifreq) < 0)){ + fprintf(stderr, "asmodem: ioctl f*cked\n"); + prb = ptb = 0; + } else { ++ stats = ifreq.stats; + rb = stats.p.ppp_ibytes; + tb = stats.p.ppp_obytes; + if (rb > prb) { +@@ -398,14 +398,14 @@ + /****************************************************************************/ + int IsNewMail(char *Mbox) + { ++ + FILE* MailFile; + int Ret = 0; + char Buffer[30] = ""; + int WasStatus = 1; + int NewMailn = 0; + +- MailFile = fopen(Mbox, "r"); +- ++/* MailFile = fopen(Mbox, "r"); + while(!feof(MailFile)) + { + fgets(Buffer, 29, MailFile); +@@ -420,6 +420,8 @@ + fclose(MailFile); + + return (NewMailn||!WasStatus); ++*/ ++ return 0; + } + + /****************************************************************************/ +@@ -427,8 +429,9 @@ + { + FILE* MailFile = 0; + int Ret = 0; ++ ++/* MailFile = fopen(Mbox, "r"); + +- MailFile = fopen(Mbox, "r"); + if(MailFile == 0) + Ret = 0; + else +@@ -441,7 +444,15 @@ + } + fclose(MailFile); + +- return Ret; ++ return Ret; ++*/ ++ ++ if ((MailFile=fopen(Mbox,"r"))==NULL) ++ return 0; ++ else { ++ fclose(MailFile); ++ return 1; ++ } + } + + /****************************************************************************/ diff -ruN afterstep144/patches/patch-an afterstep-devel/patches/patch-an --- afterstep144/patches/patch-an Wed Dec 31 17:00:00 1969 +++ afterstep-devel/patches/patch-an Thu Jun 25 17:17:25 1998 @@ -0,0 +1,25 @@ +*** apps/asmodem/asmodem.man.orig Thu Mar 26 05:25:41 1998 +--- apps/asmodem/asmodem.man Thu Jun 25 17:16:32 1998 +*************** +*** 1,4 **** +! .TH asmodem 0.6 "19 Jul 1997" asmodem + .UC + .SH NAME + \fBasmodem\fP \- AfterStep Modem +--- 1,4 ---- +! .TH asmodem 0.6 "15 Sept 1996" asmail + .UC + .SH NAME + \fBasmodem\fP \- AfterStep Modem +*************** +*** 98,100 **** +--- 98,106 ---- + asmodem: http://www.cs.hope.edu/~malda/ + .RE + asmail:http://www.rby.hk-r.se/~pt95pli/ ++ .RE ++ afterstep:http://www.afterstep.org/ ++ .SH FREEBSD PORT ++ Note that the FreeBSD port uses /var/run/cuaa1.if as its default lockfile and the names of the serial devices (modems) are spelled with two aa's (e.g. /dev/cuaa1 ). ++ ++ Modified May 1998 for FreeBSD. diff -ruN afterstep144/pkg/PLIST afterstep-devel/pkg/PLIST --- afterstep144/pkg/PLIST Fri May 22 11:57:36 1998 +++ afterstep-devel/pkg/PLIST Thu Jun 25 17:39:12 1998 @@ -2,6 +2,7 @@ bin/afterstep bin/asclock bin/asmail +bin/asmodem bin/xiterm bin/ASSound bin/Animate @@ -33,6 +34,7 @@ man/man1/Auto.1.gz man/man1/asclock.1.gz man/man1/asmail.1.gz +man/man1/asmodem.1.gz man/man1/xiterm.1.gz man/man1/Clean.1.gz man/man1/ASSound.1.gz >Audit-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 Jun 25 18:10:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA07708 for freebsd-ports-outgoing; Thu, 25 Jun 1998 18:10:53 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA07660 for ; Thu, 25 Jun 1998 18:10:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA28847; Thu, 25 Jun 1998 18:10:01 -0700 (PDT) Date: Thu, 25 Jun 1998 18:10:01 -0700 (PDT) Message-Id: <199806260110.SAA28847@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: asami@FreeBSD.ORG (Satoshi Asami) Subject: Re: ports/7034: New CORBA port ORBacus, should replace omniBroker Reply-To: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7034; it has been noted by GNATS. From: asami@FreeBSD.ORG (Satoshi Asami) To: ejc@bazzle.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG, dmobrien@lucent.com Subject: Re: ports/7034: New CORBA port ORBacus, should replace omniBroker Date: Thu, 25 Jun 1998 18:07:13 -0700 (PDT) * ports/devel/omniBroker should me moved to the Attic and this new * port ports/devel/ORBacus should take it's place. I've done the repository copy, so commit away. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 25 19:44:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA19512 for freebsd-ports-outgoing; Thu, 25 Jun 1998 19:44:58 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA19491 for ; Thu, 25 Jun 1998 19:44:32 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (sji-ca6-40.ix.netcom.com [205.186.213.40]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id TAA07572; Thu, 25 Jun 1998 19:44:29 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id TAA23831; Thu, 25 Jun 1998 19:44:26 -0700 (PDT) Date: Thu, 25 Jun 1998 19:44:26 -0700 (PDT) Message-Id: <199806260244.TAA23831@silvia.HIP.Berkeley.EDU> To: seggers@semyam.dinoco.de CC: freebsd-ports@FreeBSD.ORG, seggers@semyam.dinoco.de In-reply-to: <199806211753.TAA23666@semyam.dinoco.de> (message from Stefan Eggers on Sun, 21 Jun 1998 19:53:42 +0200) Subject: Re: Concurrent package making allowed? From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * As I was thinking about how to make a list of package sizes I was * stumbling about the question of how much locking it will require. If you need locking, you should probably rethink the design.... ;) * Is it legal to make several package concurrently? I.e. I make crafty * and at the same time xboard? Yes. Pretty much everything can be built concurrently (and it is indeed essential to build all 1,500+ packages quickly and without too much extra disk space). There are only few exceptions, mostly different versions of the same software. Also, if you try to type "make" twice in the same directory, it could fail. The same thing can happen due to dependencies, so I generally build oft-depended ports first to avoid this. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jun 25 20:00:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA20709 for freebsd-ports-outgoing; Thu, 25 Jun 1998 20:00:29 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA20699 for ; Thu, 25 Jun 1998 20:00:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA02949; Thu, 25 Jun 1998 20:00:01 -0700 (PDT) Received: from bone.nectar.com (bone.nectar.com [204.27.67.93]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA20571 for ; Thu, 25 Jun 1998 19:59:27 -0700 (PDT) (envelope-from nectar@bone.nectar.com) Received: (from nectar@localhost) by bone.nectar.com (8.9.0/8.9.0) id VAA21886; Thu, 25 Jun 1998 21:58:54 -0500 (CDT) Message-Id: <199806260258.VAA21886@bone.nectar.com> Date: Thu, 25 Jun 1998 21:58:54 -0500 (CDT) From: n@nectar.com Reply-To: n@nectar.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7073: New port, PyGreSQL 2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7073 >Category: ports >Synopsis: New port, PyGreSQL 2.1 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 25 20:00:01 PDT 1998 >Last-Modified: >Originator: Jacques Vidrine >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: 3.0-CURRENT >Description: A Python interface for PostgreSQL database. >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: # # py-PyGreSQL # py-PyGreSQL/files # py-PyGreSQL/files/md5 # py-PyGreSQL/Makefile # py-PyGreSQL/pkg # py-PyGreSQL/pkg/COMMENT # py-PyGreSQL/pkg/DESCR # py-PyGreSQL/pkg/PLIST # py-PyGreSQL/scripts # py-PyGreSQL/scripts/Makefile # py-PyGreSQL/scripts/Makefile.in # py-PyGreSQL/scripts/configure.in # py-PyGreSQL/scripts/configure.local # py-PyGreSQL/scripts/install-sh # echo c - py-PyGreSQL mkdir -p py-PyGreSQL > /dev/null 2>&1 echo c - py-PyGreSQL/files mkdir -p py-PyGreSQL/files > /dev/null 2>&1 echo x - py-PyGreSQL/files/md5 sed 's/^X//' >py-PyGreSQL/files/md5 << 'END-of-py-PyGreSQL/files/md5' XMD5 (PyGreSQL-2.1.tgz) = 132439355a273423b70f5daf852edb1f END-of-py-PyGreSQL/files/md5 echo x - py-PyGreSQL/Makefile sed 's/^X//' >py-PyGreSQL/Makefile << 'END-of-py-PyGreSQL/Makefile' X# Ports collection Makefile for: PyGreSQL X# Version required: 2.1 X# Date created: 6/25/1998 X# Whom: n@nectar.com X# X# $Id: Makefile,v 1.1 1998/06/26 02:49:50 nectar Exp $ X# X XDISTNAME= PyGreSQL-2.1 XPKGNAME= py-PyGreSQL-2.1 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.druid.net/pub/distrib/ XEXTRACT_SUFX= .tgz X XMAINTAINER= n@nectar.com X XBUILD_DEPENDS= python:${PORTSDIR}/lang/python XRUN_DEPENDS= python:${PORTSDIR}/lang/python XLIB_DEPENDS= pq\\.1\\.:${PORTSDIR}/databases/postgresql X XWRKSRC= ${WRKDIR} XHAS_CONFIGURE= YES XGNU_CONFIGURE= YES X XPY_PREFIX= python -c "import sys; print sys.prefix" XPY_EXEC_PREFIX= python -c "import sys; print sys.exec_prefix" XPY_SITE_PYTHON= python -c "import sys; import string; print (filter(lambda a: string.find(a, 'site-python') >= 0, sys.path) or [''])[0]" X XCONFIGURE_ENV= LDFLAGS="-L${PREFIX}/lib/python1.5/config -L${PREFIX}/pgsql/lib" \ X CPPFLAGS="-I${PREFIX}/include/python1.5 -I${PREFIX}/pgsql/include" X XCHOWN?= chown XCHMOD?= chmod X Xdo-configure: X.if defined(BATCH) X @(if test `${PY_SITE_PYTHON}` == ""; then \ X ${MKDIR} ${PREFIX}/lib/site-python; \ X ${CHOWN} ${BINOWN}.${BINGRP} ${PREFIX}/lib/site-python; \ X ${CHMOD} ${BINMODE} ${PREFIX}/lib/site-python; \ X fi) X.else X @(if test `${PY_SITE_PYTHON}` == ""; then \ X ${ECHO} "You must create a site-python directory in order to"; \ X ${ECHO} "build and install this port. On most systems, creating"; \ X ${ECHO} "a directory called ${PREFIX}/lib/site-python will do."; \ X exit 1; \ X fi) X.endif X.for f in Makefile Makefile.in configure.in install-sh X ${CP} ${SCRIPTDIR}/${f} ${WRKSRC} X.endfor X ${CP} ${SCRIPTDIR}/configure.local ${WRKSRC}/configure X @(cd ${WRKSRC} && CC="${CC}" CXX="${CXX}" ac_cv_path_CC="${CC}" \ X CFLAGS="${CFLAGS}" \ X INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \ X INSTALL_DATA="${INSTALL_DATA}" \ X INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ X INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ X PY_EXEC_PREFIX=`${PY_EXEC_PREFIX}` \ X PY_SITE_PYTHON=`${PY_SITE_PYTHON}` \ X ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}) X X Xpost-install: X ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.PyGreSQL X X.include END-of-py-PyGreSQL/Makefile echo c - py-PyGreSQL/pkg mkdir -p py-PyGreSQL/pkg > /dev/null 2>&1 echo x - py-PyGreSQL/pkg/COMMENT sed 's/^X//' >py-PyGreSQL/pkg/COMMENT << 'END-of-py-PyGreSQL/pkg/COMMENT' XA Python interface for PostgreSQL database. END-of-py-PyGreSQL/pkg/COMMENT echo x - py-PyGreSQL/pkg/DESCR sed 's/^X//' >py-PyGreSQL/pkg/DESCR << 'END-of-py-PyGreSQL/pkg/DESCR' XFrom the README: X XPyGreSQL is a python module that interfaces to a PostgreSQL database. It Xembeds the PostgreSQL query library to allow easy use of the powerful XPostgreSQL features from a Python script. X XJacques Vidrine END-of-py-PyGreSQL/pkg/DESCR echo x - py-PyGreSQL/pkg/PLIST sed 's/^X//' >py-PyGreSQL/pkg/PLIST << 'END-of-py-PyGreSQL/pkg/PLIST' Xlib/site-python/pgmodule.so Xlib/site-python/pgext.py Xlib/site-python/pgext.pyc Xlib/site-python/pgtools.py Xlib/site-python/pgtools.pyc Xshare/doc/README.PyGreSQL END-of-py-PyGreSQL/pkg/PLIST echo c - py-PyGreSQL/scripts mkdir -p py-PyGreSQL/scripts > /dev/null 2>&1 echo x - py-PyGreSQL/scripts/Makefile sed 's/^X//' >py-PyGreSQL/scripts/Makefile << 'END-of-py-PyGreSQL/scripts/Makefile' X# Generated automatically from Makefile.in by configure. X# $Id: Makefile,v 1.1 1998/06/26 02:49:51 nectar Exp $ X.SUFFIXES: .py .pyc X XCC = gcc XINSTALL = /usr/bin/install -c X XCEXT_SRC = pgmodule.c XCEXT_OBJ = ${CEXT_SRC:.c=.o} XCEXT_MOD = pgmodule${SO} X XCFLAGS = -g -O2 XCPPFLAGS = -I/usr/python15/include/python1.5 -I/usr/local/pgsql/include XLDFLAGS = -L/usr/python15/lib/python1.5/config -L/usr/local/pgsql/lib -L/usr/local/lib XLIBS = -lm -lpython1.5 -lpq X XPYTHON = /usr/local/bin/python XPREFIX = /usr/local X XSO = .so XLDSHARED = ld -Bshareable XCCSHARED = -fpic X XPY_MODS = pgext pgtools XPY_PYCS = ${PY_MODS:=.pyc} X XPYGRESQL_DIR = /usr/python15/lib/site-python X X Xall: ${CEXT_MOD} ${PY_PYCS} X Xpgtools.py: tutorial/pgtools.py X ln -fs ${.CURDIR}/tutorial/pgtools.py ${.CURDIR}/pgtools.py X Xinstall: all dirs X for p in ${PY_PYCS}; do \ X ${INSTALL} -c -m 0444 -o bin -g bin $$p ${PYGRESQL_DIR}; done X ${INSTALL} -c -m 0444 -o bin -g bin ${CEXT_MOD} ${PYGRESQL_DIR} X Xdirs: X mkdir -p ${PYGRESQL_DIR} X X${CEXT_MOD}: ${CEXT_OBJ} X ${LDSHARED} ${LDFLAGS} ${CEXT_OBJ} ${LIBS} -o ${CEXT_MOD} X X${CEXT_SRC}: ${CEXT_INT} X ${SWIG} -python ${CEXT_INT} X X${CEXT_OBJ}: ${CEXT_WRAP} X ${CC} -c ${CCSHARED} ${CPPFLAGS} ${CFLAGS} ${.ALLSRC} X X.py.pyc: X PYTHONPATH=${.CURDIR}/.. ${PYTHON} -c 'import ${<:.py=}' X Xclean: X rm -f *_wrap* *.o *.so *.pyc *.core *~ .~* X Xdistclean: clean X rm Makefile config.cache config.status config.log END-of-py-PyGreSQL/scripts/Makefile echo x - py-PyGreSQL/scripts/Makefile.in sed 's/^X//' >py-PyGreSQL/scripts/Makefile.in << 'END-of-py-PyGreSQL/scripts/Makefile.in' X# $Id: Makefile.in,v 1.1 1998/06/26 02:49:51 nectar Exp $ X.SUFFIXES: .py .pyc X XCC = @CC@ XINSTALL = @INSTALL@ X XCEXT_SRC = pgmodule.c XCEXT_OBJ = ${CEXT_SRC:.c=.o} XCEXT_MOD = pgmodule${SO} X XCFLAGS = @CFLAGS@ XCPPFLAGS = @CPPFLAGS@ XLDFLAGS = @LDFLAGS@ XLIBS = @LIBS@ X XPYTHON = @python@ XPREFIX = @prefix@ X XSO = @SO@ XLDSHARED = @LDSHARED@ XCCSHARED = @CCSHARED@ X XPY_MODS = pgext pgtools X XPY_SITE_PYTHON = @PY_SITE_PYTHON@ X X Xall: ${CEXT_MOD} ${PY_MODS:=.pyc} X Xpgtools.py: tutorial/pgtools.py X ln -fs ${.CURDIR}/tutorial/pgtools.py ${.CURDIR}/pgtools.py X Xinstall: all X for p in ${PY_MODS:=.py} ${PY_MODS:=.pyc}; do \ X ${INSTALL} -c -m 0444 -o bin -g bin $$p ${PY_SITE_PYTHON}; done X ${INSTALL} -c -m 0444 -o bin -g bin ${CEXT_MOD} ${PY_SITE_PYTHON} X X${CEXT_MOD}: ${CEXT_OBJ} X ${LDSHARED} ${LDFLAGS} ${CEXT_OBJ} ${LIBS} -o ${CEXT_MOD} X X${CEXT_SRC}: ${CEXT_INT} X ${SWIG} -python ${CEXT_INT} X X${CEXT_OBJ}: ${CEXT_WRAP} X ${CC} -c ${CCSHARED} ${CPPFLAGS} ${CFLAGS} ${.ALLSRC} X X.py.pyc: X PYTHONPATH=${.CURDIR}/.. ${PYTHON} -c 'import ${<:.py=}' X Xclean: X rm -f *_wrap* *.o *.so *.pyc *.core *~ .~* X Xdistclean: clean X rm Makefile config.cache config.status config.log END-of-py-PyGreSQL/scripts/Makefile.in echo x - py-PyGreSQL/scripts/configure.in sed 's/^X//' >py-PyGreSQL/scripts/configure.in << 'END-of-py-PyGreSQL/scripts/configure.in' X# $Id: configure.in,v 1.1 1998/06/26 02:49:51 nectar Exp $ X Xdnl Process this file with autoconf to produce a configure script. XAC_INIT() X Xdnl Checks for programs. XAC_PROG_INSTALL XAC_PROG_CC XAC_PATH_PROG(python, python) Xif test "$python" = ""; then X AC_MSG_ERROR([The python interpreter could not be located. Make sure Xthat it is in your path.]) Xfi X Xdnl Get some information from Python XPYTHON_CONFIG="$PY_EXEC_PREFIX/lib/python1.5/config" XAC_SUBST(PY_SITE_PYTHON) X X Xdnl Checks for libraries. XAC_CHECK_LIB(m, pow) XAC_CHECK_LIB(readline, read_history) XAC_CHECK_LIB(crypt, crypt) XAC_CHECK_LIB(python1.5, PyArg_Parse, [pythonlib=yes;LIBS="$LIBS -lpython1.5"]) Xif test "$pythonlib" != "yes"; then X AC_MSG_ERROR([The Python 1.5 library could not be found.]) Xfi XAC_CHECK_LIB(pq, PQfinish, [pqlib=yes;LIBS="$LIBS -lpq"]) Xif test "$pqlib" != "yes"; then X AC_MSG_ERROR([The PostgreSQL library, libpq.a, could not be found.]) Xfi X Xdnl Checks for header files. XAC_CHECK_HEADER(Python.h, pythonh=yes) Xif test "$pythonh" != "yes"; then X AC_MSG_ERROR([The Python header files could not be found.]) Xfi XAC_CHECK_HEADER(libpq-fe.h, pqh=yes) Xif test "$pqh" != "yes"; then X AC_MSG_ERROR([The PostgreSQL header files could not be found.]) Xfi X X Xdnl Figure out how to build shared libraries by seeing how Xdnl Python did it. XAC_SUBST(SO) XAC_SUBST(LDSHARED) XAC_SUBST(CCSHARED) XAC_MSG_CHECKING(SO) Xif SO=`grep ^SO $PYTHON_CONFIG/Makefile | cut -d '=' -f 2-`; then :; else X AC_MSG_ERROR([I couldn't figure out what SO should be.]) Xfi XAC_MSG_RESULT($SO) XAC_MSG_CHECKING(LDSHARED) Xif LDSHARED=`grep ^LDSHARED $PYTHON_CONFIG/Makefile | cut -d '=' -f 2-`; then :; else X AC_MSG_ERROR([I couldn't figure out what LDSHARED should be.]) Xfi XAC_MSG_RESULT($LDSHARED) XAC_MSG_CHECKING(CCSHARED) Xif CCSHARED=`grep ^CCSHARED $PYTHON_CONFIG/Makefile | cut -d '=' -f 2-`; then :; else X AC_MSG_ERROR([I couldn't figure out what CCSHARED should be.]) Xfi XAC_MSG_RESULT($CCSHARED) X X Xdnl one last thing Xif test "$MAKE" = ""; then X MAKE="make" Xfi XAC_SUBST(MAKE) XAC_OUTPUT(Makefile) END-of-py-PyGreSQL/scripts/configure.in echo x - py-PyGreSQL/scripts/configure.local sed 's/^X//' >py-PyGreSQL/scripts/configure.local << 'END-of-py-PyGreSQL/scripts/configure.local' X#! /bin/sh X X# Guess values for system-dependent variables and create Makefiles. X# Generated automatically using autoconf version 2.12 X# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. X# X# This configure script is free software; the Free Software Foundation X# gives unlimited permission to copy, distribute and modify it. X X# Defaults: Xac_help= Xac_default_prefix=/usr/local X# Any additions from configure.in: X X# Initialize some variables set by options. X# The variables have the same names as the options, with X# dashes changed to underlines. Xbuild=NONE Xcache_file=./config.cache Xexec_prefix=NONE Xhost=NONE Xno_create= Xnonopt=NONE Xno_recursion= Xprefix=NONE Xprogram_prefix=NONE Xprogram_suffix=NONE Xprogram_transform_name=s,x,x, Xsilent= Xsite= Xsrcdir= Xtarget=NONE Xverbose= Xx_includes=NONE Xx_libraries=NONE Xbindir='${exec_prefix}/bin' Xsbindir='${exec_prefix}/sbin' Xlibexecdir='${exec_prefix}/libexec' Xdatadir='${prefix}/share' Xsysconfdir='${prefix}/etc' Xsharedstatedir='${prefix}/com' Xlocalstatedir='${prefix}/var' Xlibdir='${exec_prefix}/lib' Xincludedir='${prefix}/include' Xoldincludedir='/usr/include' Xinfodir='${prefix}/info' Xmandir='${prefix}/man' X X# Initialize some other variables. Xsubdirs= XMFLAGS= MAKEFLAGS= X# Maximum number of lines to put in a shell here document. Xac_max_here_lines=12 X Xac_prev= Xfor ac_option Xdo X X # If the previous option needs an argument, assign it. X if test -n "$ac_prev"; then X eval "$ac_prev=\$ac_option" X ac_prev= X continue X fi X X case "$ac_option" in X -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; X *) ac_optarg= ;; X esac X X # Accept the important Cygnus configure options, so we can diagnose typos. X X case "$ac_option" in X X -bindir | --bindir | --bindi | --bind | --bin | --bi) X ac_prev=bindir ;; X -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) X bindir="$ac_optarg" ;; X X -build | --build | --buil | --bui | --bu) X ac_prev=build ;; X -build=* | --build=* | --buil=* | --bui=* | --bu=*) X build="$ac_optarg" ;; X X -cache-file | --cache-file | --cache-fil | --cache-fi \ X | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) X ac_prev=cache_file ;; X -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ X | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) X cache_file="$ac_optarg" ;; X X -datadir | --datadir | --datadi | --datad | --data | --dat | --da) X ac_prev=datadir ;; X -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ X | --da=*) X datadir="$ac_optarg" ;; X X -disable-* | --disable-*) X ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` X # Reject names that are not valid shell variable names. X if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then X { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } X fi X ac_feature=`echo $ac_feature| sed 's/-/_/g'` X eval "enable_${ac_feature}=no" ;; X X -enable-* | --enable-*) X ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` X # Reject names that are not valid shell variable names. X if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then X { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } X fi X ac_feature=`echo $ac_feature| sed 's/-/_/g'` X case "$ac_option" in X *=*) ;; X *) ac_optarg=yes ;; X esac X eval "enable_${ac_feature}='$ac_optarg'" ;; X X -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ X | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ X | --exec | --exe | --ex) X ac_prev=exec_prefix ;; X -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ X | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ X | --exec=* | --exe=* | --ex=*) X exec_prefix="$ac_optarg" ;; X X -gas | --gas | --ga | --g) X # Obsolete; use --with-gas. X with_gas=yes ;; X X -help | --help | --hel | --he) X # Omit some internal or obsolete options to make the list less imposing. X # This message is too long to be a string in the A/UX 3.1 sh. X cat << EOF XUsage: configure [options] [host] XOptions: [defaults in brackets after descriptions] XConfiguration: X --cache-file=FILE cache test results in FILE X --help print this message X --no-create do not create output files X --quiet, --silent do not print \`checking...' messages X --version print the version of autoconf that created configure XDirectory and file names: X --prefix=PREFIX install architecture-independent files in PREFIX X [$ac_default_prefix] X --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX X [same as prefix] X --bindir=DIR user executables in DIR [EPREFIX/bin] X --sbindir=DIR system admin executables in DIR [EPREFIX/sbin] X --libexecdir=DIR program executables in DIR [EPREFIX/libexec] X --datadir=DIR read-only architecture-independent data in DIR X [PREFIX/share] X --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc] X --sharedstatedir=DIR modifiable architecture-independent data in DIR X [PREFIX/com] X --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var] X --libdir=DIR object code libraries in DIR [EPREFIX/lib] X --includedir=DIR C header files in DIR [PREFIX/include] X --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include] X --infodir=DIR info documentation in DIR [PREFIX/info] X --mandir=DIR man documentation in DIR [PREFIX/man] X --srcdir=DIR find the sources in DIR [configure dir or ..] X --program-prefix=PREFIX prepend PREFIX to installed program names X --program-suffix=SUFFIX append SUFFIX to installed program names X --program-transform-name=PROGRAM X run sed PROGRAM on installed program names XEOF X cat << EOF XHost type: X --build=BUILD configure for building on BUILD [BUILD=HOST] X --host=HOST configure for HOST [guessed] X --target=TARGET configure for TARGET [TARGET=HOST] XFeatures and packages: X --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) X --enable-FEATURE[=ARG] include FEATURE [ARG=yes] X --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] X --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) X --x-includes=DIR X include files are in DIR X --x-libraries=DIR X library files are in DIR XEOF X if test -n "$ac_help"; then X echo "--enable and --with options recognized:$ac_help" X fi X exit 0 ;; X X -host | --host | --hos | --ho) X ac_prev=host ;; X -host=* | --host=* | --hos=* | --ho=*) X host="$ac_optarg" ;; X X -includedir | --includedir | --includedi | --included | --include \ X | --includ | --inclu | --incl | --inc) X ac_prev=includedir ;; X -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ X | --includ=* | --inclu=* | --incl=* | --inc=*) X includedir="$ac_optarg" ;; X X -infodir | --infodir | --infodi | --infod | --info | --inf) X ac_prev=infodir ;; X -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) X infodir="$ac_optarg" ;; X X -libdir | --libdir | --libdi | --libd) X ac_prev=libdir ;; X -libdir=* | --libdir=* | --libdi=* | --libd=*) X libdir="$ac_optarg" ;; X X -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ X | --libexe | --libex | --libe) X ac_prev=libexecdir ;; X -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ X | --libexe=* | --libex=* | --libe=*) X libexecdir="$ac_optarg" ;; X X -localstatedir | --localstatedir | --localstatedi | --localstated \ X | --localstate | --localstat | --localsta | --localst \ X | --locals | --local | --loca | --loc | --lo) X ac_prev=localstatedir ;; X -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ X | --localstate=* | --localstat=* | --localsta=* | --localst=* \ X | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) X localstatedir="$ac_optarg" ;; X X -mandir | --mandir | --mandi | --mand | --man | --ma | --m) X ac_prev=mandir ;; X -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) X mandir="$ac_optarg" ;; X X -nfp | --nfp | --nf) X # Obsolete; use --without-fp. X with_fp=no ;; X X -no-create | --no-create | --no-creat | --no-crea | --no-cre \ X | --no-cr | --no-c) X no_create=yes ;; X X -no-recursion | --no-recursion | --no-recursio | --no-recursi \ X | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) X no_recursion=yes ;; X X -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ X | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ X | --oldin | --oldi | --old | --ol | --o) X ac_prev=oldincludedir ;; X -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ X | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ X | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) X oldincludedir="$ac_optarg" ;; X X -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) X ac_prev=prefix ;; X -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) X prefix="$ac_optarg" ;; X X -program-prefix | --program-prefix | --program-prefi | --program-pref \ X | --program-pre | --program-pr | --program-p) X ac_prev=program_prefix ;; X -program-prefix=* | --program-prefix=* | --program-prefi=* \ X | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) X program_prefix="$ac_optarg" ;; X X -program-suffix | --program-suffix | --program-suffi | --program-suff \ X | --program-suf | --program-su | --program-s) X ac_prev=program_suffix ;; X -program-suffix=* | --program-suffix=* | --program-suffi=* \ X | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) X program_suffix="$ac_optarg" ;; X X -program-transform-name | --program-transform-name \ X | --program-transform-nam | --program-transform-na \ X | --program-transform-n | --program-transform- \ X | --program-transform | --program-transfor \ X | --program-transfo | --program-transf \ X | --program-trans | --program-tran \ X | --progr-tra | --program-tr | --program-t) X ac_prev=program_transform_name ;; X -program-transform-name=* | --program-transform-name=* \ X | --program-transform-nam=* | --program-transform-na=* \ X | --program-transform-n=* | --program-transform-=* \ X | --program-transform=* | --program-transfor=* \ X | --program-transfo=* | --program-transf=* \ X | --program-trans=* | --program-tran=* \ X | --progr-tra=* | --program-tr=* | --program-t=*) X program_transform_name="$ac_optarg" ;; X X -q | -quiet | --quiet | --quie | --qui | --qu | --q \ X | -silent | --silent | --silen | --sile | --sil) X silent=yes ;; X X -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) X ac_prev=sbindir ;; X -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ X | --sbi=* | --sb=*) X sbindir="$ac_optarg" ;; X X -sharedstatedir | --sharedstatedir | --sharedstatedi \ X | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ X | --sharedst | --shareds | --shared | --share | --shar \ X | --sha | --sh) X ac_prev=sharedstatedir ;; X -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ X | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ X | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ X | --sha=* | --sh=*) X sharedstatedir="$ac_optarg" ;; X X -site | --site | --sit) X ac_prev=site ;; X -site=* | --site=* | --sit=*) X site="$ac_optarg" ;; X X -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) X ac_prev=srcdir ;; X -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) X srcdir="$ac_optarg" ;; X X -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ X | --syscon | --sysco | --sysc | --sys | --sy) X ac_prev=sysconfdir ;; X -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ X | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) X sysconfdir="$ac_optarg" ;; X X -target | --target | --targe | --targ | --tar | --ta | --t) X ac_prev=target ;; X -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) X target="$ac_optarg" ;; X X -v | -verbose | --verbose | --verbos | --verbo | --verb) X verbose=yes ;; X X -version | --version | --versio | --versi | --vers) X echo "configure generated by autoconf version 2.12" X exit 0 ;; X X -with-* | --with-*) X ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` X # Reject names that are not valid shell variable names. X if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then X { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } X fi X ac_package=`echo $ac_package| sed 's/-/_/g'` X case "$ac_option" in X *=*) ;; X *) ac_optarg=yes ;; X esac X eval "with_${ac_package}='$ac_optarg'" ;; X X -without-* | --without-*) X ac_package=`echo $ac_option|sed -e 's/-*without-//'` X # Reject names that are not valid shell variable names. X if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then X { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } X fi X ac_package=`echo $ac_package| sed 's/-/_/g'` X eval "with_${ac_package}=no" ;; X X --x) X # Obsolete; use --with-x. X with_x=yes ;; X X -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ X | --x-incl | --x-inc | --x-in | --x-i) X ac_prev=x_includes ;; X -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ X | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) X x_includes="$ac_optarg" ;; X X -x-libraries | --x-libraries | --x-librarie | --x-librari \ X | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) X ac_prev=x_libraries ;; X -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ X | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) X x_libraries="$ac_optarg" ;; X X -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } X ;; X X *) X if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then X echo "configure: warning: $ac_option: invalid host type" 1>&2 X fi X if test "x$nonopt" != xNONE; then X { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } X fi X nonopt="$ac_option" X ;; X X esac Xdone X Xif test -n "$ac_prev"; then X { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } Xfi X Xtrap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 X X# File descriptor usage: X# 0 standard input X# 1 file creation X# 2 errors and warnings X# 3 some systems may open it to /dev/tty X# 4 used on the Kubota Titan X# 6 checking for... messages and results X# 5 compiler messages saved in config.log Xif test "$silent" = yes; then X exec 6>/dev/null Xelse X exec 6>&1 Xfi Xexec 5>./config.log X Xecho "\ XThis file contains any messages produced by compilers while Xrunning configure, to aid debugging if configure makes a mistake. X" 1>&5 X X# Strip out --no-create and --no-recursion so they do not pile up. X# Also quote any args containing shell metacharacters. Xac_configure_args= Xfor ac_arg Xdo X case "$ac_arg" in X -no-create | --no-create | --no-creat | --no-crea | --no-cre \ X | --no-cr | --no-c) ;; X -no-recursion | --no-recursion | --no-recursio | --no-recursi \ X | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; X *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*) X ac_configure_args="$ac_configure_args '$ac_arg'" ;; X *) ac_configure_args="$ac_configure_args $ac_arg" ;; X esac Xdone X X# NLS nuisances. X# Only set these to C if already set. These must not be set unconditionally X# because not all systems understand e.g. LANG=C (notably SCO). X# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! X# Non-C LC_CTYPE values break the ctype check. Xif test "${LANG+set}" = set; then LANG=C; export LANG; fi Xif test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi Xif test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi Xif test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi X X# confdefs.h avoids OS command line length limits that DEFS can exceed. Xrm -rf conftest* confdefs.h X# AIX cpp loses on an empty file, so make sure it contains at least a newline. Xecho > confdefs.h X X# A filename unique to this package, relative to the directory that X# configure is in, which we can look for to find out if srcdir is correct. Xac_unique_file= X X# Find the source files, if location was not specified. Xif test -z "$srcdir"; then X ac_srcdir_defaulted=yes X # Try the directory containing this script, then its parent. X ac_prog=$0 X ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` X test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. X srcdir=$ac_confdir X if test ! -r $srcdir/$ac_unique_file; then X srcdir=.. X fi Xelse X ac_srcdir_defaulted=no Xfi Xif test ! -r $srcdir/$ac_unique_file; then X if test "$ac_srcdir_defaulted" = yes; then X { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; } X else X { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; } X fi Xfi Xsrcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` X X# Prefer explicitly selected file to automatically selected ones. Xif test -z "$CONFIG_SITE"; then X if test "x$prefix" != xNONE; then X CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" X else X CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" X fi Xfi Xfor ac_site_file in $CONFIG_SITE; do X if test -r "$ac_site_file"; then X echo "loading site script $ac_site_file" X . "$ac_site_file" X fi Xdone X Xif test -r "$cache_file"; then X echo "loading cache $cache_file" X . $cache_file Xelse X echo "creating cache $cache_file" X > $cache_file Xfi X Xac_ext=c X# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. Xac_cpp='$CPP $CPPFLAGS' Xac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' Xac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' Xcross_compiling=$ac_cv_prog_cc_cross X Xif (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then X # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. X if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then X ac_n= ac_c=' X' ac_t=' ' X else X ac_n=-n ac_c= ac_t= X fi Xelse X ac_n= ac_c='\c' ac_t= Xfi X X X Xac_aux_dir= Xfor ac_dir in $srcdir $srcdir/.. $srcdir/../..; do X if test -f $ac_dir/install-sh; then X ac_aux_dir=$ac_dir X ac_install_sh="$ac_aux_dir/install-sh -c" X break X elif test -f $ac_dir/install.sh; then X ac_aux_dir=$ac_dir X ac_install_sh="$ac_aux_dir/install.sh -c" X break X fi Xdone Xif test -z "$ac_aux_dir"; then X { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } Xfi Xac_config_guess=$ac_aux_dir/config.guess Xac_config_sub=$ac_aux_dir/config.sub Xac_configure=$ac_aux_dir/configure # This should be Cygnus configure. X X# Find a good install program. We prefer a C program (faster), X# so one script is as good as another. But avoid the broken or X# incompatible versions: X# SysV /etc/install, /usr/sbin/install X# SunOS /usr/etc/install X# IRIX /sbin/install X# AIX /bin/install X# AFS /usr/afsws/bin/install, which mishandles nonexistent args X# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" X# ./install, which can be erroneously created by make from ./install.sh. Xecho $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 Xecho "configure:553: checking for a BSD compatible install" >&5 Xif test -z "$INSTALL"; then Xif eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 Xelse X IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:" X for ac_dir in $PATH; do X # Account for people who put trailing slashes in PATH elements. X case "$ac_dir/" in X /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; X *) X # OSF1 and SCO ODT 3.0 have their own names for install. X for ac_prog in ginstall installbsd scoinst install; do X if test -f $ac_dir/$ac_prog; then X if test $ac_prog = install && X grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then X # AIX install. It has an incompatible calling convention. X # OSF/1 installbsd also uses dspmsg, but is usable. X : X else X ac_cv_path_install="$ac_dir/$ac_prog -c" X break 2 X fi X fi X done X ;; X esac X done X IFS="$ac_save_IFS" X Xfi X if test "${ac_cv_path_install+set}" = set; then X INSTALL="$ac_cv_path_install" X else X # As a last resort, use the slow shell script. We don't cache a X # path for INSTALL within a source directory, because that will X # break other packages using the cache if that directory is X # removed, or if the path is relative. X INSTALL="$ac_install_sh" X fi Xfi Xecho "$ac_t""$INSTALL" 1>&6 X X# Use test -z because SunOS4 sh mishandles braces in ${var-val}. X# It thinks the first close brace ends the variable substitution. Xtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' X Xtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' X X# Extract the first word of "gcc", so it can be a program name with args. Xset dummy gcc; ac_word=$2 Xecho $ac_n "checking for $ac_word""... $ac_c" 1>&6 Xecho "configure:605: checking for $ac_word" >&5 Xif eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 Xelse X if test -n "$CC"; then X ac_cv_prog_CC="$CC" # Let the user override the test. Xelse X IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" X for ac_dir in $PATH; do X test -z "$ac_dir" && ac_dir=. X if test -f $ac_dir/$ac_word; then X ac_cv_prog_CC="gcc" X break X fi X done X IFS="$ac_save_ifs" Xfi Xfi XCC="$ac_cv_prog_CC" Xif test -n "$CC"; then X echo "$ac_t""$CC" 1>&6 Xelse X echo "$ac_t""no" 1>&6 Xfi X Xif test -z "$CC"; then X # Extract the first word of "cc", so it can be a program name with args. Xset dummy cc; ac_word=$2 Xecho $ac_n "checking for $ac_word""... $ac_c" 1>&6 Xecho "configure:634: checking for $ac_word" >&5 Xif eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 Xelse X if test -n "$CC"; then X ac_cv_prog_CC="$CC" # Let the user override the test. Xelse X IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" X ac_prog_rejected=no X for ac_dir in $PATH; do X test -z "$ac_dir" && ac_dir=. X if test -f $ac_dir/$ac_word; then X if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then X ac_prog_rejected=yes X continue X fi X ac_cv_prog_CC="cc" X break X fi X done X IFS="$ac_save_ifs" Xif test $ac_prog_rejected = yes; then X # We found a bogon in the path, so make sure we never use it. X set dummy $ac_cv_prog_CC X shift X if test $# -gt 0; then X # We chose a different compiler from the bogus one. X # However, it has the same basename, so the bogon will be chosen X # first if we set CC to just the basename; use the full file name. X shift X set dummy "$ac_dir/$ac_word" "$@" X shift X ac_cv_prog_CC="$@" X fi Xfi Xfi Xfi XCC="$ac_cv_prog_CC" Xif test -n "$CC"; then X echo "$ac_t""$CC" 1>&6 Xelse X echo "$ac_t""no" 1>&6 Xfi X X test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } Xfi X Xecho $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 Xecho "configure:682: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 X Xac_ext=c X# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. Xac_cpp='$CPP $CPPFLAGS' Xac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' Xac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' Xcross_compiling=$ac_cv_prog_cc_cross X Xcat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then X ac_cv_prog_cc_works=yes X # If we can't run a trivial program, we are probably using a cross compiler. X if (./conftest; exit) 2>/dev/null; then X ac_cv_prog_cc_cross=no X else X ac_cv_prog_cc_cross=yes X fi Xelse X echo "configure: failed program was:" >&5 X cat conftest.$ac_ext >&5 X ac_cv_prog_cc_works=no Xfi Xrm -fr conftest* X Xecho "$ac_t""$ac_cv_prog_cc_works" 1>&6 Xif test $ac_cv_prog_cc_works = no; then X { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } Xfi Xecho $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 Xecho "configure:716: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 Xecho "$ac_t""$ac_cv_prog_cc_cross" 1>&6 Xcross_compiling=$ac_cv_prog_cc_cross X Xecho $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 Xecho "configure:721: checking whether we are using GNU C" >&5 Xif eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 Xelse X cat > conftest.c <&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then X ac_cv_prog_gcc=yes Xelse X ac_cv_prog_gcc=no Xfi Xfi X Xecho "$ac_t""$ac_cv_prog_gcc" 1>&6 X Xif test $ac_cv_prog_gcc = yes; then X GCC=yes X ac_test_CFLAGS="${CFLAGS+set}" X ac_save_CFLAGS="$CFLAGS" X CFLAGS= X echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 Xecho "configure:745: checking whether ${CC-cc} accepts -g" >&5 Xif eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 Xelse X echo 'void f(){}' > conftest.c Xif test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then X ac_cv_prog_cc_g=yes Xelse X ac_cv_prog_cc_g=no Xfi Xrm -f conftest* X Xfi X Xecho "$ac_t""$ac_cv_prog_cc_g" 1>&6 X if test "$ac_test_CFLAGS" = set; then X CFLAGS="$ac_save_CFLAGS" X elif test $ac_cv_prog_cc_g = yes; then X CFLAGS="-g -O2" X else X CFLAGS="-O2" X fi Xelse X GCC= X test "${CFLAGS+set}" = set || CFLAGS="-g" Xfi X X# Extract the first word of "python", so it can be a program name with args. Xset dummy python; ac_word=$2 Xecho $ac_n "checking for $ac_word""... $ac_c" 1>&6 Xecho "configure:775: checking for $ac_word" >&5 Xif eval "test \"`echo '$''{'ac_cv_path_python'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 Xelse X case "$python" in X /*) X ac_cv_path_python="$python" # Let the user override the test with a path. X ;; X *) X IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" X for ac_dir in $PATH; do X test -z "$ac_dir" && ac_dir=. X if test -f $ac_dir/$ac_word; then X ac_cv_path_python="$ac_dir/$ac_word" X break X fi X done X IFS="$ac_save_ifs" X ;; Xesac Xfi Xpython="$ac_cv_path_python" Xif test -n "$python"; then X echo "$ac_t""$python" 1>&6 Xelse X echo "$ac_t""no" 1>&6 Xfi X Xif test "$python" = ""; then X { echo "configure: error: The python interpreter could not be located. Make sure Xthat it is in your path." 1>&2; exit 1; } Xfi X XPYTHON_CONFIG="$PY_EXEC_PREFIX/lib/python1.5/config" X X X Xecho $ac_n "checking for pow in -lm""... $ac_c" 1>&6 Xecho "configure:813: checking for pow in -lm" >&5 Xac_lib_var=`echo m'_'pow | sed 'y%./+-%__p_%'` Xif eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 Xelse X ac_save_LIBS="$LIBS" XLIBS="-lm $LIBS" Xcat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then X rm -rf conftest* X eval "ac_cv_lib_$ac_lib_var=yes" Xelse X echo "configure: failed program was:" >&5 X cat conftest.$ac_ext >&5 X rm -rf conftest* X eval "ac_cv_lib_$ac_lib_var=no" Xfi Xrm -f conftest* XLIBS="$ac_save_LIBS" X Xfi Xif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then X echo "$ac_t""yes" 1>&6 X ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \ X -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` X cat >> confdefs.h <&6 Xfi X Xecho $ac_n "checking for read_history in -lreadline""... $ac_c" 1>&6 Xecho "configure:860: checking for read_history in -lreadline" >&5 Xac_lib_var=`echo readline'_'read_history | sed 'y%./+-%__p_%'` Xif eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 Xelse X ac_save_LIBS="$LIBS" XLIBS="-lreadline $LIBS" Xcat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then X rm -rf conftest* X eval "ac_cv_lib_$ac_lib_var=yes" Xelse X echo "configure: failed program was:" >&5 X cat conftest.$ac_ext >&5 X rm -rf conftest* X eval "ac_cv_lib_$ac_lib_var=no" Xfi Xrm -f conftest* XLIBS="$ac_save_LIBS" X Xfi Xif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then X echo "$ac_t""yes" 1>&6 X ac_tr_lib=HAVE_LIB`echo readline | sed -e 's/[^a-zA-Z0-9_]/_/g' \ X -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` X cat >> confdefs.h <&6 Xfi X Xecho $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6 Xecho "configure:907: checking for crypt in -lcrypt" >&5 Xac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'` Xif eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 Xelse X ac_save_LIBS="$LIBS" XLIBS="-lcrypt $LIBS" Xcat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then X rm -rf conftest* X eval "ac_cv_lib_$ac_lib_var=yes" Xelse X echo "configure: failed program was:" >&5 X cat conftest.$ac_ext >&5 X rm -rf conftest* X eval "ac_cv_lib_$ac_lib_var=no" Xfi Xrm -f conftest* XLIBS="$ac_save_LIBS" X Xfi Xif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then X echo "$ac_t""yes" 1>&6 X ac_tr_lib=HAVE_LIB`echo crypt | sed -e 's/[^a-zA-Z0-9_]/_/g' \ X -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` X cat >> confdefs.h <&6 Xfi X Xecho $ac_n "checking for PyArg_Parse in -lpython1.5""... $ac_c" 1>&6 Xecho "configure:954: checking for PyArg_Parse in -lpython1.5" >&5 Xac_lib_var=`echo python1.5'_'PyArg_Parse | sed 'y%./+-%__p_%'` Xif eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 Xelse X ac_save_LIBS="$LIBS" XLIBS="-lpython1.5 $LIBS" Xcat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then X rm -rf conftest* X eval "ac_cv_lib_$ac_lib_var=yes" Xelse X echo "configure: failed program was:" >&5 X cat conftest.$ac_ext >&5 X rm -rf conftest* X eval "ac_cv_lib_$ac_lib_var=no" Xfi Xrm -f conftest* XLIBS="$ac_save_LIBS" X Xfi Xif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then X echo "$ac_t""yes" 1>&6 X pythonlib=yes;LIBS="$LIBS -lpython1.5" Xelse X echo "$ac_t""no" 1>&6 Xfi X Xif test "$pythonlib" != "yes"; then X { echo "configure: error: The Python 1.5 library could not be found." 1>&2; exit 1; } Xfi Xecho $ac_n "checking for PQfinish in -lpq""... $ac_c" 1>&6 Xecho "configure:997: checking for PQfinish in -lpq" >&5 Xac_lib_var=`echo pq'_'PQfinish | sed 'y%./+-%__p_%'` Xif eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 Xelse X ac_save_LIBS="$LIBS" XLIBS="-lpq $LIBS" Xcat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then X rm -rf conftest* X eval "ac_cv_lib_$ac_lib_var=yes" Xelse X echo "configure: failed program was:" >&5 X cat conftest.$ac_ext >&5 X rm -rf conftest* X eval "ac_cv_lib_$ac_lib_var=no" Xfi Xrm -f conftest* XLIBS="$ac_save_LIBS" X Xfi Xif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then X echo "$ac_t""yes" 1>&6 X pqlib=yes;LIBS="$LIBS -lpq" Xelse X echo "$ac_t""no" 1>&6 Xfi X Xif test "$pqlib" != "yes"; then X { echo "configure: error: The PostgreSQL library, libpq.a, could not be found." 1>&2; exit 1; } Xfi X Xecho $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 Xecho "configure:1041: checking how to run the C preprocessor" >&5 X# On Suns, sometimes $CPP names a directory. Xif test -n "$CPP" && test -d "$CPP"; then X CPP= Xfi Xif test -z "$CPP"; then Xif eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 Xelse X # This must be in double quotes, not single quotes, because CPP may get X # substituted into the Makefile and "${CC-cc}" will confuse make. X CPP="${CC-cc} -E" X # On the NeXT, cc -E runs the code through the compiler's parser, X # not just through cpp. X cat > conftest.$ac_ext < XSyntax Error XEOF Xac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" X{ (eval echo configure:1062: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } Xac_err=`grep -v '^ *+' conftest.out` Xif test -z "$ac_err"; then X : Xelse X echo "$ac_err" >&5 X echo "configure: failed program was:" >&5 X cat conftest.$ac_ext >&5 X rm -rf conftest* X CPP="${CC-cc} -E -traditional-cpp" X cat > conftest.$ac_ext < XSyntax Error XEOF Xac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" X{ (eval echo configure:1079: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } Xac_err=`grep -v '^ *+' conftest.out` Xif test -z "$ac_err"; then X : Xelse X echo "$ac_err" >&5 X echo "configure: failed program was:" >&5 X cat conftest.$ac_ext >&5 X rm -rf conftest* X CPP=/lib/cpp Xfi Xrm -f conftest* Xfi Xrm -f conftest* X ac_cv_prog_CPP="$CPP" Xfi X CPP="$ac_cv_prog_CPP" Xelse X ac_cv_prog_CPP="$CPP" Xfi Xecho "$ac_t""$CPP" 1>&6 X Xac_safe=`echo "Python.h" | sed 'y%./+-%__p_%'` Xecho $ac_n "checking for Python.h""... $ac_c" 1>&6 Xecho "configure:1103: checking for Python.h" >&5 Xif eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 Xelse X cat > conftest.$ac_ext < XEOF Xac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" X{ (eval echo configure:1113: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } Xac_err=`grep -v '^ *+' conftest.out` Xif test -z "$ac_err"; then X rm -rf conftest* X eval "ac_cv_header_$ac_safe=yes" Xelse X echo "$ac_err" >&5 X echo "configure: failed program was:" >&5 X cat conftest.$ac_ext >&5 X rm -rf conftest* X eval "ac_cv_header_$ac_safe=no" Xfi Xrm -f conftest* Xfi Xif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then X echo "$ac_t""yes" 1>&6 X pythonh=yes Xelse X echo "$ac_t""no" 1>&6 Xfi X Xif test "$pythonh" != "yes"; then X { echo "configure: error: The Python header files could not be found." 1>&2; exit 1; } Xfi Xac_safe=`echo "libpq-fe.h" | sed 'y%./+-%__p_%'` Xecho $ac_n "checking for libpq-fe.h""... $ac_c" 1>&6 Xecho "configure:1139: checking for libpq-fe.h" >&5 Xif eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 Xelse X cat > conftest.$ac_ext < XEOF Xac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" X{ (eval echo configure:1149: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } Xac_err=`grep -v '^ *+' conftest.out` Xif test -z "$ac_err"; then X rm -rf conftest* X eval "ac_cv_header_$ac_safe=yes" Xelse X echo "$ac_err" >&5 X echo "configure: failed program was:" >&5 X cat conftest.$ac_ext >&5 X rm -rf conftest* X eval "ac_cv_header_$ac_safe=no" Xfi Xrm -f conftest* Xfi Xif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then X echo "$ac_t""yes" 1>&6 X pqh=yes Xelse X echo "$ac_t""no" 1>&6 Xfi X Xif test "$pqh" != "yes"; then X { echo "configure: error: The PostgreSQL header files could not be found." 1>&2; exit 1; } Xfi X X X X X Xecho $ac_n "checking SO""... $ac_c" 1>&6 Xecho "configure:1179: checking SO" >&5 Xif SO=`grep ^SO $PYTHON_CONFIG/Makefile | cut -d '=' -f 2-`; then :; else X { echo "configure: error: I couldn't figure out what SO should be." 1>&2; exit 1; } Xfi Xecho "$ac_t""$SO" 1>&6 Xecho $ac_n "checking LDSHARED""... $ac_c" 1>&6 Xecho "configure:1185: checking LDSHARED" >&5 Xif LDSHARED=`grep ^LDSHARED $PYTHON_CONFIG/Makefile | cut -d '=' -f 2-`; then :; else X { echo "configure: error: I couldn't figure out what LDSHARED should be." 1>&2; exit 1; } Xfi Xecho "$ac_t""$LDSHARED" 1>&6 Xecho $ac_n "checking CCSHARED""... $ac_c" 1>&6 Xecho "configure:1191: checking CCSHARED" >&5 Xif CCSHARED=`grep ^CCSHARED $PYTHON_CONFIG/Makefile | cut -d '=' -f 2-`; then :; else X { echo "configure: error: I couldn't figure out what CCSHARED should be." 1>&2; exit 1; } Xfi Xecho "$ac_t""$CCSHARED" 1>&6 X X Xif test "$MAKE" = ""; then X MAKE="make" Xfi X Xtrap '' 1 2 15 Xcat > confcache <<\EOF X# This file is a shell script that caches the results of configure X# tests run on this system so they can be shared between configure X# scripts and configure runs. It is not useful on other systems. X# If it contains results you don't want to keep, you may remove or edit it. X# X# By default, configure uses ./config.cache as the cache file, X# creating it if it does not exist already. You can give configure X# the --cache-file=FILE option to use a different cache file; that is X# what configure does when it calls configure scripts in X# subdirectories, so they share the cache. X# Giving --cache-file=/dev/null disables caching, for debugging configure. X# config.status only pays attention to the cache file if you give it the X# --recheck option to rerun configure. X# XEOF X# The following way of writing the cache mishandles newlines in values, X# but we know of no workaround that is simple, portable, and efficient. X# So, don't put newlines in cache variables' values. X# Ultrix sh set writes to stderr and can't be redirected directly, X# and sets the high bit in the cache file unless we assign to the vars. X(set) 2>&1 | X case `(ac_space=' '; set) 2>&1` in X *ac_space=\ *) X # `set' does not quote correctly, so add quotes (double-quote substitution X # turns \\\\ into \\, and sed turns \\ into \). X sed -n \ X -e "s/'/'\\\\''/g" \ X -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" X ;; X *) X # `set' quotes correctly as required by POSIX, so do not add quotes. X sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' X ;; X esac >> confcache Xif cmp -s $cache_file confcache; then X : Xelse X if test -w $cache_file; then X echo "updating cache $cache_file" X cat confcache > $cache_file X else X echo "not updating unwritable cache $cache_file" X fi Xfi Xrm -f confcache X Xtrap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 X Xtest "x$prefix" = xNONE && prefix=$ac_default_prefix X# Let make expand exec_prefix. Xtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}' X X# Any assignment to VPATH causes Sun make to only execute X# the first set of double-colon rules, so remove it if not needed. X# If there is a colon in the path, we need to keep it. Xif test "x$srcdir" = x.; then X ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' Xfi X Xtrap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 X X# Transform confdefs.h into DEFS. X# Protect against shell expansion while executing Makefile rules. X# Protect against Makefile macro expansion. Xcat > conftest.defs <<\EOF Xs%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g Xs%[ `~#$^&*(){}\\|;'"<>?]%\\&%g Xs%\[%\\&%g Xs%\]%\\&%g Xs%\$%$$%g XEOF XDEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '` Xrm -f conftest.defs X X X# Without the "./", some shells look in PATH for config.status. X: ${CONFIG_STATUS=./config.status} X Xecho creating $CONFIG_STATUS Xrm -f $CONFIG_STATUS Xcat > $CONFIG_STATUS </dev/null | sed 1q`: X# X# $0 $ac_configure_args X# X# Compiler output produced by configure, useful for debugging X# configure, is in ./config.log if it exists. X Xac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" Xfor ac_option Xdo X case "\$ac_option" in X -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) X echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" X exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; X -version | --version | --versio | --versi | --vers | --ver | --ve | --v) X echo "$CONFIG_STATUS generated by autoconf version 2.12" X exit 0 ;; X -help | --help | --hel | --he | --h) X echo "\$ac_cs_usage"; exit 0 ;; X *) echo "\$ac_cs_usage"; exit 1 ;; X esac Xdone X Xac_given_srcdir=$srcdir Xac_given_INSTALL="$INSTALL" X Xtrap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 XEOF Xcat >> $CONFIG_STATUS < conftest.subs <<\\CEOF X$ac_vpsub X$extrasub Xs%@CFLAGS@%$CFLAGS%g Xs%@CPPFLAGS@%$CPPFLAGS%g Xs%@CXXFLAGS@%$CXXFLAGS%g Xs%@DEFS@%$DEFS%g Xs%@LDFLAGS@%$LDFLAGS%g Xs%@LIBS@%$LIBS%g Xs%@exec_prefix@%$exec_prefix%g Xs%@prefix@%$prefix%g Xs%@program_transform_name@%$program_transform_name%g Xs%@bindir@%$bindir%g Xs%@sbindir@%$sbindir%g Xs%@libexecdir@%$libexecdir%g Xs%@datadir@%$datadir%g Xs%@sysconfdir@%$sysconfdir%g Xs%@sharedstatedir@%$sharedstatedir%g Xs%@localstatedir@%$localstatedir%g Xs%@libdir@%$libdir%g Xs%@includedir@%$includedir%g Xs%@oldincludedir@%$oldincludedir%g Xs%@infodir@%$infodir%g Xs%@mandir@%$mandir%g Xs%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g Xs%@INSTALL_DATA@%$INSTALL_DATA%g Xs%@CC@%$CC%g Xs%@python@%$python%g Xs%@PY_SITE_PYTHON@%$PY_SITE_PYTHON%g Xs%@CPP@%$CPP%g Xs%@SO@%$SO%g Xs%@LDSHARED@%$LDSHARED%g Xs%@CCSHARED@%$CCSHARED%g Xs%@MAKE@%$MAKE%g X XCEOF XEOF X Xcat >> $CONFIG_STATUS <<\EOF X X# Split the substitutions into bite-sized pieces for seds with X# small command number limits, like on Digital OSF/1 and HP-UX. Xac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. Xac_file=1 # Number of current file. Xac_beg=1 # First line for current file. Xac_end=$ac_max_sed_cmds # Line after last line for current file. Xac_more_lines=: Xac_sed_cmds="" Xwhile $ac_more_lines; do X if test $ac_beg -gt 1; then X sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file X else X sed "${ac_end}q" conftest.subs > conftest.s$ac_file X fi X if test ! -s conftest.s$ac_file; then X ac_more_lines=false X rm -f conftest.s$ac_file X else X if test -z "$ac_sed_cmds"; then X ac_sed_cmds="sed -f conftest.s$ac_file" X else X ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file" X fi X ac_file=`expr $ac_file + 1` X ac_beg=$ac_end X ac_end=`expr $ac_end + $ac_max_sed_cmds` X fi Xdone Xif test -z "$ac_sed_cmds"; then X ac_sed_cmds=cat Xfi XEOF X Xcat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF Xfor ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then X # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". X case "$ac_file" in X *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` X ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; X *) ac_file_in="${ac_file}.in" ;; X esac X X # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. X X # Remove last slash and all that follows it. Not all systems have dirname. X ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` X if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then X # The file is in a subdirectory. X test ! -d "$ac_dir" && mkdir "$ac_dir" X ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" X # A "../" for each directory in $ac_dir_suffix. X ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` X else X ac_dir_suffix= ac_dots= X fi X X case "$ac_given_srcdir" in X .) srcdir=. X if test -z "$ac_dots"; then top_srcdir=. X else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; X /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; X *) # Relative path. X srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" X top_srcdir="$ac_dots$ac_given_srcdir" ;; X esac X X case "$ac_given_INSTALL" in X [/$]*) INSTALL="$ac_given_INSTALL" ;; X *) INSTALL="$ac_dots$ac_given_INSTALL" ;; X esac X X echo creating "$ac_file" X rm -f "$ac_file" X configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." X case "$ac_file" in X *Makefile*) ac_comsub="1i\\ X# $configure_input" ;; X *) ac_comsub= ;; X esac X X ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` X sed -e "$ac_comsub Xs%@configure_input@%$configure_input%g Xs%@srcdir@%$srcdir%g Xs%@top_srcdir@%$top_srcdir%g Xs%@INSTALL@%$INSTALL%g X" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file Xfi; done Xrm -f conftest.s* X XEOF Xcat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF X Xexit 0 XEOF Xchmod +x $CONFIG_STATUS Xrm -fr confdefs* $ac_clean_files Xtest "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 X END-of-py-PyGreSQL/scripts/configure.local echo x - py-PyGreSQL/scripts/install-sh sed 's/^X//' >py-PyGreSQL/scripts/install-sh << 'END-of-py-PyGreSQL/scripts/install-sh' X#! /bin/sh X# X# install - install a program, script, or datafile X# This comes from X11R5 (mit/util/scripts/install.sh). X# X# Copyright 1991 by the Massachusetts Institute of Technology X# X# Permission to use, copy, modify, distribute, and sell this software and its X# documentation for any purpose is hereby granted without fee, provided that X# the above copyright notice appear in all copies and that both that X# copyright notice and this permission notice appear in supporting X# documentation, and that the name of M.I.T. not be used in advertising or X# publicity pertaining to distribution of the software without specific, X# written prior permission. M.I.T. makes no representations about the X# suitability of this software for any purpose. It is provided "as is" X# without express or implied warranty. X# X# Calling this script install-sh is preferred over install.sh, to prevent X# `make' implicit rules from creating a file called install from it X# when there is no Makefile. X# X# This script is compatible with the BSD install script, but was written X# from scratch. It can only install one file at a time, a restriction X# shared with many OS's install programs. X X X# set DOITPROG to echo to test this script X X# Don't use :- since 4.3BSD and earlier shells don't like it. Xdoit="${DOITPROG-}" X X X# put in absolute paths if you don't have them in your path; or use env. vars. X Xmvprog="${MVPROG-mv}" Xcpprog="${CPPROG-cp}" Xchmodprog="${CHMODPROG-chmod}" Xchownprog="${CHOWNPROG-chown}" Xchgrpprog="${CHGRPPROG-chgrp}" Xstripprog="${STRIPPROG-strip}" Xrmprog="${RMPROG-rm}" Xmkdirprog="${MKDIRPROG-mkdir}" X Xtransformbasename="" Xtransform_arg="" Xinstcmd="$mvprog" Xchmodcmd="$chmodprog 0755" Xchowncmd="" Xchgrpcmd="" Xstripcmd="" Xrmcmd="$rmprog -f" Xmvcmd="$mvprog" Xsrc="" Xdst="" Xdir_arg="" X Xwhile [ x"$1" != x ]; do X case $1 in X -c) instcmd="$cpprog" X shift X continue;; X X -d) dir_arg=true X shift X continue;; X X -m) chmodcmd="$chmodprog $2" X shift X shift X continue;; X X -o) chowncmd="$chownprog $2" X shift X shift X continue;; X X -g) chgrpcmd="$chgrpprog $2" X shift X shift X continue;; X X -s) stripcmd="$stripprog" X shift X continue;; X X -t=*) transformarg=`echo $1 | sed 's/-t=//'` X shift X continue;; X X -b=*) transformbasename=`echo $1 | sed 's/-b=//'` X shift X continue;; X X *) if [ x"$src" = x ] X then X src=$1 X else X # this colon is to work around a 386BSD /bin/sh bug X : X dst=$1 X fi X shift X continue;; X esac Xdone X Xif [ x"$src" = x ] Xthen X echo "install: no input file specified" X exit 1 Xelse X true Xfi X Xif [ x"$dir_arg" != x ]; then X dst=$src X src="" X X if [ -d $dst ]; then X instcmd=: X else X instcmd=mkdir X fi Xelse X X# Waiting for this to be detected by the "$instcmd $src $dsttmp" command X# might cause directories to be created, which would be especially bad X# if $src (and thus $dsttmp) contains '*'. X X if [ -f $src -o -d $src ] X then X true X else X echo "install: $src does not exist" X exit 1 X fi X X if [ x"$dst" = x ] X then X echo "install: no destination specified" X exit 1 X else X true X fi X X# If destination is a directory, append the input filename; if your system X# does not like double slashes in filenames, you may need to add some logic X X if [ -d $dst ] X then X dst="$dst"/`basename $src` X else X true X fi Xfi X X## this sed command emulates the dirname command Xdstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` X X# Make sure that the destination directory exists. X# this part is taken from Noah Friedman's mkinstalldirs script X X# Skip lots of stat calls in the usual case. Xif [ ! -d "$dstdir" ]; then XdefaultIFS=' X' XIFS="${IFS-${defaultIFS}}" X XoIFS="${IFS}" X# Some sh's can't handle IFS=/ for some reason. XIFS='%' Xset - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` XIFS="${oIFS}" X Xpathcomp='' X Xwhile [ $# -ne 0 ] ; do X pathcomp="${pathcomp}${1}" X shift X X if [ ! -d "${pathcomp}" ] ; X then X $mkdirprog "${pathcomp}" X else X true X fi X X pathcomp="${pathcomp}/" Xdone Xfi X Xif [ x"$dir_arg" != x ] Xthen X $doit $instcmd $dst && X X if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && X if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && X if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && X if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi Xelse X X# If we're going to rename the final executable, determine the name now. X X if [ x"$transformarg" = x ] X then X dstfile=`basename $dst` X else X dstfile=`basename $dst $transformbasename | X sed $transformarg`$transformbasename X fi X X# don't allow the sed command to completely eliminate the filename X X if [ x"$dstfile" = x ] X then X dstfile=`basename $dst` X else X true X fi X X# Make a temp file name in the proper directory. X X dsttmp=$dstdir/#inst.$$# X X# Move or copy the file name to the temp name X X $doit $instcmd $src $dsttmp && X X trap "rm -f ${dsttmp}" 0 && X X# and set any options; do chmod last to preserve setuid bits X X# If any of these fail, we abort the whole thing. If we want to X# ignore errors from any of these, just make sure not to ignore X# errors from the above "$doit $instcmd $src $dsttmp" command. X X if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && X if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi && X if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi && X if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi && X X# Now rename the file to the real destination. X X $doit $rmcmd -f $dstdir/$dstfile && X $doit $mvcmd $dsttmp $dstdir/$dstfile X Xfi && X X Xexit 0 END-of-py-PyGreSQL/scripts/install-sh exit >Audit-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 Jun 25 21:40:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04150 for freebsd-ports-outgoing; Thu, 25 Jun 1998 21:40:41 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA04048 for ; Thu, 25 Jun 1998 21:40:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA05221; Thu, 25 Jun 1998 21:40:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA03641; Thu, 25 Jun 1998 21:38:36 -0700 (PDT) (envelope-from nobody) Message-Id: <199806260438.VAA03641@hub.freebsd.org> Date: Thu, 25 Jun 1998 21:38:36 -0700 (PDT) From: taguchi@tohoku.iij.ad.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/7074: [New Ports] Xtt0.6 a TrueType X servers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7074 >Category: ports >Synopsis: [New Ports] Xtt0.6 a TrueType X servers >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 Jun 25 21:40:00 PDT 1998 >Last-Modified: >Originator: Taguchi Takeshi >Organization: IIJ >Release: FreeBSD-stable >Environment: FreeBSD expect.tohoku.iij.ad.jp 2.2.6-STABLE FreeBSD 2.2.6-STABLE #0: Sat May 30 16:04:41 JST 1998 root@www.tohoku.iij.ad.jp:/usr/src/sys/compile/WWW i386 >Description: Category: x11 This is a set of port of Xtt (X True Type Server). It include X servers (such as XF86_SVGA, XF86_Mach64, etc), and xfs. This servers can use TrueType Fonts which have following charactor sets. ISO8859 JISX0201.1976 (Japanese Kana) JISX0208.1983 (Japanese Kanji) JISX0212.1990 (Japanese additional Kanji) BIG5 (Chinese Hanji) GB2312 (Chinese Hanji) KSC5601 (Korean Hangeul) This means allmost CJK charsets are acceptable! For more details, see: http://hawk.ise.chuo-u.ac.jp/student/person/ tshiozak/study/freebsd-at-random/x-tt/index-en.html Debian-JP (one of the Linux distrib) already includes Xtt. Enjoy! >How-To-Repeat: >Fix: begin 644 xtt06.980626.tar.gz M'XL(`)LADS4``^Q]>W_B.)9V_PN?0IVJGDTZ`7R%)-7IJ50@:;9R^T$JG=[M MW:PQ-K@`F[%-)ZF>>C_[JXL-QI8#EATGE?*9Z0K(TN/G2#I'\K$D;ESWYGBW M[MA_579E7JK]\`0")*XAR^`'@(0+_?6^@+HL\0V.D^HB`#PO\^(/0'X*,F&9 M.:YB`_"#;5GN8_GNAIHVSH-0OG(3:O_I:)!Y'UBS_46.$V5>X&'["T)=*-H_ M#Z&U_^5INWN5X3UXCJM+4GS[\XU&J/U%'K4_ER&'6/G.V[]GF#74`6Y1ZU?O M7;?\7KO75%!#%\8FJ.@.^*E9^^D8_/2A=E-^/S/QY=]373K4TUV[&@=X$0UA=EA-,?:N7Y5$.W-:WG]"N*6[$5LV]-R!T, MLZ_=5S03\P.;A@E:YF!L.,.M78S@%7V#^1Z MV/Y%22[L/P])9O_/S;:0K"5L_V?*2-.-L9;E/5;9O\S)Y/F_SC?@_Y']"Q)7 MV'\>\@:<:W=@:MFN`U1K/-94U[!,,/&Z`7(%^Z4;9^$7VM@QW!GN,.@YRF_` M-1QX45%;^]?,L+7^?HFKUF%Z4W$UH-H:_`/32KP,#J>V,0;\WMXNO/S[T)K` MY-*5,IBI0P-'9ZV#TKU:OOQXXGUVWZ,`//E\O=5N>ZU3DH ME>;/*>5RU3#A-*:O@8VW?U>//G6:[<[76K5:"QB*:DTF<(KAF\K&M^P6`VH= MGMP\2?B/*?XG\D7\)P\)M?]3A/\2QO\X'/]K-(KVST,H[9_U]'^-^;\<:G]1 MK//%^)^'Q,[_86\HIO^O7RCVGW7X;XWXGQ"V?[Z8_^R_"/^].J'8?]:O M_]9X_R=%[+]1Q/]SD?G[/]CZK*__D*N(??N'+A8O_UZLA.S_*<)_:\3_^$7\ M3Q1(_*]1V'\>DCC^A^SY6XK^0;[K!/]@MN\N]HAM?_SOO_WXG_U8OS/0V*?_U%O*`*`KUYH]O^\Z_^\ M^%^Q_B<726;_10#PM0G-_I]W_3^V?P'-_PK[?WJ9Q_]0Z[,&`+&OB(T`XJM% M"/!E2MC^GV?]G[2(_TDBMO]Z\?XO%TF^_@]9\[<4`$2$UXD`HGS?7P@PH->9 MH@Y%X0DB@,GB?Q**__`B5\1_\I!H^V&$1_T-S`5Z$WPK[ST,2Q_\\2_Z6(H"$\CHQ0)+S>XH"ANR__A0G`#+%_XKX M3RX2;?]GCO_A^(_0X(OX;RY";_]GG/^3^%^=*][_Y2)+\_\Z\PF`I/3C\_]Z M<0K@RQ.Z_3]C_(_8OUS,__.11^-_]>($P.\L_E=_BA,`F=[_%>O___A$C\GR_V_^8B M2^__F#<`$V?QZ-N_8@OPBY2(_3_!!N"5\3\Y\/L?C3J.__'%^)^+,,7_OJT- MP)@Q/?KWH7/QL75^4"H]:$[54\W3U7!`;S88/%1I,<+7LU$X:/^6:;V`\_]( M_$\HXG^Y2+C]G_W\/QZ=_R#(C>+W?W,16OL_Z_E_N/W%NESL_\E%XI__86\H MPG^O7FCV_ZSG_Q'[E\1B_5\NDLS^B_#?:Q.:_3_K^7^>_3>*]W^YR"+^!UN? M.?R'?$5\]`]=+8)_+U/"]O_._\CV+_3RZ2//Z'K/F;"O]!PFNM_8/Y M7DU8;VT)Z'6YQW'+^%\^$FG_9U__5\>__U&<_Y>/4-O_6=?_X?=_ M4G'^7SX2^_R/>T,1`'SM0K7_9UW_5R>__U?,_W.1A/9?!`!?F5#M_UG7_Q'[ M+_;_Y2/S^!]N?=8`('$6L1%` M+M;_Y2+1]L]Z]=\Z\;_H\[]8[/_)16*?_[MB$?S[#B1J_UFO_ELG_L>'[9\K M]O_G(TGLOPC^O3Z)VG_6J__66?\7M7^I6/^;B\SC?UV1-?@'/45LY`]>*\)^ M+UF6[?\I5O^M,?XWZHOXGXC7_\(G@,+^\Y#$\3]HT=]2\*\KKA/YZXK?6=AO M+DOV?_TT`4"&^)]*_6<>`%P=_Q/"]L\7Z__RD43V7P0`7YU0[#_S M`.#J^)\4L?]&$?_+10+QOVOV`.#U8Q'`ZR($^'(E9/]/$@!MS_P``,L^\@2`KA:/`"]3:/;_O.=_8ON7N49A_WE(?/P/66WQ M`N"U"\W^G_?\3YGL_RU^_S<726;_Q0N`UR9A^W_F\_\D;_VO6"_V_^8BR>-_ MR"]\4P%`2'BM-8`PWZL(Z262@%Y0?[[^4L[_*]9_Y2.1]G_V\_](_$\N]G_G M(M3V?];S_\CS?W'^?SX2.__'O:$(`+QVH=K_LY[_1^+_Q>]_YB,)[;\(`+PR MH=K_LY[_1^Q?+)[_?!;%H_UR$TO[/O/]7(NO_BOU_N4CL\S_L#47T[_4+Q?Z?>?\OMG^N4:S_ MRT42V7\1_7MU0K'_9][_*Y'SOXKX?RXRC__!UF>-_B%7$1O[0Q>+R-^+E9#] M/\_^7RZP_[>!XW\"7\S_G MJ;6&XW]\^_.PL;WS?R6Q(0M\`Z;5!:&8_^F!/0,#RQT:*H#/Z5KE;K=B5TS+GBCC M2H7S_J?"_SX;SCTG<+M5?F]7K'!_FAL[F0+S46!G'6#@#)6^=<="/%/\*/_A M[@I\!L[I,2,\>_IH&=.%H$,%3=Y&BN$\6)6)UC=FDX14LX&-LIV:R[!P;ME3 MP%0S&6FFPXORL[4XM6TM16UF`AMAJ_8PJNJC]JS9OV::R\8Q#5B4V6@9;*B8 M(\M@;.0T8%%F7E/,T5`#0,-C8Y8"+,)LL!=RQ2-EM.R$F3AF`TMAZSP.ZWM> M1M(9HD>Y/RRWVN#!8C;M%%@17D.EMZSU4!E8MC6Q*KV$K)B1*)RT&"0M,2=& M)`JG<0S2.#$G1B0*ITF<>DF[%#M4M*?WILM(WC2C-[6MI!V=&2I:5P,Q9#3> MY$=,6E.,0+&,PLHQ,TH*1&$DTU63$S-B`XIE%%&-E5%2(`JC!EVU1F)&;$"Q MC"*JL3)*"D1AM$=7;2\Q(S:@6$81U5@9)06*,AKIRZHYAJTX,_])IV>-^TFI MI46D5?`1B!(IE%%:.F5%2(`JC/;IJB3T'(U`LHXAJK(R2`D49V5)(M6!T24I* M*PT:A=ON(VA)HVFIT"+<1J$I]^C!&LV4B-2.#JQB*D"3ED!1QA/33XT?;%FFL$^'4J)%^4WY<,]?00G5]:4D5XJ MN%AV>K;LV.`H[`3*")2"71JX"#L[_&HO\E*/B64VL!2V80.,>9/'2#I#]`AW M)SRVIO#K*;#B>.D9\F+!6N;5UX?.Y$XD.O8?3&6L]-@>+=(@Q7'2,^.4'(G& M2:9KERCDE@8ICA-%.T9.R9%HG!IT[1*%W=(@Q7&B:,?(*3D2C=,>7;M$CZMI MD.(X4;1CY)0<**=HR,VH)])X7&?N9@?&JX.'9ZMNP8X2)S'7LP=N.5'1N# MH9MPQI,:,8YCC,HI.+(C4CA.^O%:)P\%9`(9QS)&[S0L4T!26/8>49QA$IX6 M,(YAC-+L#)D!PPQ'BA&V0B^2Q&`NJ<#BF.E9,F,"HS`+&QQS)"\M6ARWJ*)I MN+&A4;@Y/:JFCC8Q&*8(J0'C&$;U38566K0X;GJFW-C0PMS&6L0KC5DWW*1%B^.F9\J-#2UB!ZY]'W%) M_E(%!E-(!Q?'3L^6'2-.3T0O1CY)<6A\]FAZ)8QTL>+$\8GHQ<@G*0Z%#T]1B\5IIH"*8156+@4K M%JCHDUOT339\T)I8GXW$]I\&*XZ7GB$O%BP:K_";VCE6PHA\&JPX7E0=&7FQ M8-%XA=_8SK$2^H'#^:KFGXL>)%9GY6 M-,I@&28CNW1H<=ST3+FQH46>T8QA^!D9)AFNPD8N)5P<.SU;=HQPR^QT6?FL MZA.!:*O//ANN,YMOR$D:PDN+%LM-SY0;$QJ5VRY5TZ3/:"G!8IE%]4S!C`6, MQFP@+JO)^MXG+5HL-SU3;DQH5&X-JJ9L+D>M&8 M"60L2SU[ENR05):->,79FCH=8BS'&+53<&1&I'`!BV>G9LF.#H[&3&A%E):[!S"X%7"P[/5MV;'`T=G(_HJS,B\SL4L#%LM.S M9<<&M\S.UH>3,='4?K!Z!G/8+`40G9&>%2,&H"BC"46UY(V7!HG.*:P<.R<6 MI"BG'D6[I$_4[#AT/F'-6/DDQXGRT2AZ)3H#AQ&$SB2L$1.3A"!A)@-WR2*8 M%Z6G0:)STC/CQ((4Y=2C:)>\+[/BT/F$-6/EDQPGRD>CZ)6P1S.!T)F$-6)B MDA`DS,2QEX9D1[,-:^:P#*7L2'1.>F:<6)"BG"8T[5@,/@44G55$/W963%!1 M5CV:@LD-GQF(SBBB'"LC!J`H(XVF6D(7P(9"YQ)1BHE+4I3(K&.P9!R+@[=9 M9JTIL.B\]`QYL6%%>?6H.C+,8)F1Z)RB^K%R8D$*>!-:]$M@`U@NW6J*+"!C6>K9LV2'I+*< MQ"O.$.+,!#.69XSJJ7BFP*3R[,7KGGA]2@:(L1QC]$[!D1DQPM%T(WW(=%60 MNLTSPHWEJS\1WY2XT3XPG!\GYN,R'0*6"BJ6E9X=J^105%8R7<%$V^M20<6R MHBC(RBHY%)55@ZY@HBT^J:!B65$49&65'(K*:H^N8*+M/:F@8EE1%&1EE1PJ MPFHX'5@SJH(,PU4:L%AF4253,&,!BS`S[B9&>%++NJ\B)5HL-SU3;DQH%`N8 MA`BLMJC*YA\%&*%BF5%49"557(HR@@T,694!9E&(':P6&91)5,P M8P&+MJ0Z>`@]![*O0$\+%\M.SY8=&UR$W3A6V;&:E%H*K%A>4379>3%@15MS M,!R%=!PJ)F#\U>\,`&,9ZEDS9`6D>!(G'+>!C3$;:<;\)QD3NY.4B+$<]HS/;TD@HOEA]-X33\&/$H ML=)1V.?/\4PW>80T!5HL-YJN[-R8T"+<1KW(6.E[`V=HF*Q.)AO86+84WY4% MVW2P%+:V%GK+XFV#8YBII@&+9:9GR8P%C,IL0E63R4^G@XME%U4U%3LVN.A< MU77"+YP=S>CA3FQ;`\74*N.D4];4D+$L]>Q9LD-&6$[LD6V'1@`K35NG!8QE MJ&?-D!60PM#19N'.8SI#A?'8K$P@8UGJV;-DAUQK?L-Z\'=JN+5F.!FP8X.C ML'/4D!-#[[L=:Z8.+98?+,X&,Y:G_@0\4V#2>([Z%-WA5`DU$^LS53:PL6S# M-9`1VW2P$;:.IO7##@Y-0;6^Q7)H:A:(L1SUS#DR(U(X3J>AZ?+4F@JL]-C! M8IGI63)C`5MF-G'(2V&BYL10;Z)H!X!+#K7?E MLC75S,UFN[.S,79`A0?_WM@"__XWZ!L:V%`5\S]<0-(WWI7?JN``<.]`^6YH MC#6P^0LL]NL6^+M<@G>?OBN7WNHH_0"\O85?#!ULOA\<#&QMNEG[7WSI3[>V M\QXU^Q8N57JK6C/3W=Z&N4O3F3.$!?0=\'X`>96^:F-'0YFFMF&ZH'O5;'4Z M8`/C[(-/YLBT[DRH!J^_*_O07J9S"R!.`)/7 M88$^+O"U7-;N#1:`@`U&5)XAJR($HPI<')]1\`EYF6C\C, M<14;@!]LRW(?RWPC='/D/^F.,>VIET]3#40E#]:W;*?Q\]P M:O2:AKW(\_ZXTVI=_7'9.FU_@*;[/E*@;:KT`NWS(VH!>(=S9;)@`OWZ/,^' MF3'N_VZXPQ#?(%.HS8>Q8?:/%9BO;7XR#=7J:R1/^0VT1$T'J-MWKT\.NYK] MEV8'4V$B7X]);LZ4>+`KT]#H% MYG*/X[AH\N')333Q=QIPFQ=\&GXR;IYCZ/>6<\^3G7EY4W-"F6ZN#=N%%79L MP\;OS71=LT,9IK9?Y`7XSM<@*_T_NGJ+[(3]'BO]O\1C_R^(]8;`(_]?EV6A M\/]YR+););;E7)CCAQ+QE=[596=)'QY"KG.>Y_PBFF7A%DNARPM7"N(0EOUJ M&,#WK<%1+)+E.I(GE"7@>&-I+)SP8UE\O_E(EKKT:):`FRZ%M9W[ZLB5N<.. M7%EX;7QIN0LL7/=2N87_7H9;./'E]#A/OI1I[LV7><#IPGC6UX['RL`IW/S3 MRDK_?WAZFO8>*_U_G2/S?U&4./29E^N26/C_/"0'_T_-$_#?X>NT$8"6YQ$( MVA@0S1,=!,)Y:*-`A`IE&*#E"8\#M#SA@2"<9VDD"%\,#`7A2X&Q(*)B8#!8 M:O(7.1H4PT'&LM[\'_:?%/=8/?\7%OY?YM'\7ZSSA?_/0U+Z?]K8_S^ZZN>[\__/;2&O6];W_^P!H"3K_SD9^?]Z0Y8+_Y^' M%/X_2_^_SKK/EQ4`>O'K?Y[;0%ZYK.G_H";>P%0^/_O6];S_[@',M\C2?P'?L'[?XOX?S[R+?C_;V?^__3N_Y%- M7Z_3_Q<#P)/*FN<_B&GND>WO^O.OZA>``H_'_Q`/![RZ MNRMJ`B_M[M;UWB[?YS5-5\6R7_+>=;FZ7TJ1>OV^)(N\WE.XOJXU9+DN\KPJ M*WQC5^\M2OUN*].A-IY6552L?7)^T6D5MIZ_K)S_W>M.VGNLLG]>%A?GOTMX M_R=7G/^2C^0XOC^WJH50),[^1YK=TVS+D:I]0T_I`AZW?UZ6&][YK[Q0KW/U MXOSO'`6U+JC,^C:H5FOW:O6BTSZIJ9:I&X.:JM?:$V6D5=W)=`RJU.1RI5(! MM`M5RS8&)?BL!LY0_0J`%_=E>5_@`;^WMUO>WMZF%BO]KO5Q"4&&\\)]3MP7 MO1+OWX.*L"OOU,$V^K,'WK\O@S>&CG\8X#?%^6CW9)C@^1XOH80\#^EGM9^! MH8,':P:&RE\:^.AU<'`M@Y]KL*!FPKHH;R\C2C!A"5%:!U%"B-L>8I#CJ>)J M]TLD<0IYK>]30(J*/(<4%7EQAQ>7-#WY8DQ/C9ZMV`\E0N"BZ]4DZ!M]],,Z M'KKA[@#%<683]/$_'%`9?R&:>M<#2.C:4A4@:EU-G=E:Y_)H42GS)%+.T)Q% M_42O051[JCI_J?.Z@'_'CO9HF=K/H;H+M*W'`GWSGA&=A3K!5%!IUT;P>\T@ M":1.!1'7J0CKU.L]LSG>0J$EP!"OEG0;8 MYGFY`?^B!B#2O6K>-EO'[?-6%SX+=%W%["MVOXDA'?!V\[)S\9^MHRL_SQ8L MU[JYZAS>GEX<-F^/3P]/4+G6O6LKIY;2)W$#,,_4O+B\:E^<+^6YF+J&93KE MRCQ7^T/GL-/&#`C_10V04O.OR]UEFP&!TNV7.]MRPX`EN2+J7D$ECR9]8B)' M4!?7GJGN&:Z-I1)G?@55WFZ>'7YLX:];Y16.O],Z;)ZUEIP^2<(._Y$BG@-_ M`,C3R_NSRHWBEKN*"P]D`"#";M"\(^[)$\J,^4Z\CDX7_DOY2 M@C9WHJK"L64?3<Z!=3::E4L^RQIIB8MH!A!H@A6A#TS M<2G-)M>M20_6)79`I9*._N`ZAZQL#365,L;9#7.`\FOW=$`X15AAG3<\'YV4 M^8GQ%NKG6-]&YR5"5@KG596.5CYX,<&*X#3>M=:Y\?G7YJMKQK\_D(OGCQX3]1 M(30W4V;NL&J1Y&[G:"D9SAAAJ2;_N3$UC273)=$#L^6Q,!DZ:9Y=G1Q?MP^:;8[ M$!+F/\*F.B/>OSOK]0U;4UW+?EC,`;J?T*_R(0IO-T_0#^_=PJ];\$L0#4ZJ MRA5/-9(UV)9;Y>WPM<4ET&Q=PLD/N0(_WYQ]@E^WO"]7%Q>G@:^!C\B``U\A M&00#\4XOC@Y/E^93D.L<-(CHPP6QYD#P,YIB>7XA9[7-2W7? M:95*`#B:@T;M*OIE:'6DN>B#:VO0EN`G.%*.X1]H5.H4_OV3%)D8+FE7/V&@ MF5Z"HJH0#WY0AY;E:#A+!67!-!%IU#D\IOY'WR"V_/;"7^"XM;H1?A+J&;IY2C%`C6+JEJ`-0OY.T-MC#I)N.*7 M+EN>Y>.HZQ'6P":]VNAYP"%!BS>AB<.JG#_H$%ED(:-BNW/P MY\;;3?)QZ\\-F`Q5])/)1Y2,Z_;M9K=]<@[-SG_((O4YKY5%.JZ9X-?@@("* M;:]=+%@*<[C\O1G,$M1\GL=S88M_ M@[>;RPDHW^H1&QK",#R@HK1'QVF4`8>^FIH*`!R9^7VYL<_CYYHZ;8C&!1X= MG84Z#R?EV^@/+Q!O]8',ZDLE]+!Y=VO.QN/;J>(X=_UW:(J"4P%*!3C5LOO` M0M/5@6'B6+_@4^+-30HP6D]VM@O$3P MT/0'\-EAZ@`#/DE8+E`MZ$3@O++W`"XONNV;'0`?=("+?J#U+S*/AC>MH%Y/ M9E;]S>X?W6ORH]!^PG5'6DJXO;4<_?9V*6ULF+/[+3)F9X&$4C;]I`_=YA;X MQS\`^@!^/4#U+W+UK:U`U*S=O+T"`Z-_ZT:FN>2:8;IK=*S%0%.-N?!H%YOG M2C05C"L5ZFQRG4SGT800SP3GSU6_X*@:^@?UB,4\QN]&9%H>Z$(;\VG/<"/8 M@^;A3&S-G[JMSFWWZO"J?80N^3?KCW75)#?RLG>N3INWYQ>_>S/6/<13VA-W M!.^!%?G!K_#O5Y\;ZJH?9?RL@&?^RS11!+4/'_R,$6(*IW&N;3UL^&$!7,+W MKG_#W.BO"B=KX&=WA`;%=UX:^KEO.`C.QNX[-)O$:22'-TL\T=RKC\?P^R:T M$4-_J,Z,_M:\M`XV2>XM?)<2@8)%9R;LHB/_(LJ/?_W'C^M[S%$I70X70[6#VG_;=C^VX'VE_SV!U[_ M"-ZL:3C3,7P6_LD!Z'?9X;,YN#/<(>2KN#,'_(1NMP/ZE5]-98+50,GP9A@$ M_Y+[YCP-AZP:.,QJ5A&NYRERS%],5`?R+=K/(KZF?@[Q)!1.\& M!K`Z2:V2T`1Z[45`2X_V6`(U[X)+_=6_J5?N"(X"FZ2RR'"T`_SLL&MRI%?. M4>',IV7^9=AP:#K`5Q`:'%Q@XB8ETP[8@!,'2`V.^!MSX'E_#?>'TM?2&KVB MU/L"N]NFSQ9VL[%F>E]11P6EKN9^@B0.H2.S;.,+B;5MPKR$(LXSM":H]@:8 M.X@A_]O%60OUWN=^[^=+W/O?>=`@@WNL6/\A\IR__DL4&A+:_R<7O_^3DZ`` M`+*E@])\Q<_84I5Q^>CR`+J-GF'6U&FY>7%[?M@\/"C59HZ-$UU[II5;1[]= MW)YU3PY*&GP,*__>^0@?*?YY4*J6F^WN%?F,2Z#PMU/KPV=+$C)&=^QZ>:ND MQY7+GA=<>O/XVV&WVSKZU&G!+P>EY6O>9&)1[*8_00:*"GF/'P>E0+*?/U`" M!WQ@=NA2I`,_GN]E+)7+<`J]O[]X6W,TU-01\.#(%Y0??RJ7D9\VE+'Q1=O? M+Y?>O_W;KYVO`(Z]=]!9PVQH='F`#\O@YAAZJMTZT(AG0,'AZ@8L9D]`10=O M__;;Y6NYO'Q_2&AQIW(U,`D.UA6>Q+[].YCT%7E?])ZY]!ZU%M@(O(6>WR)< M9@/\^NL2FRH>KY%Z7I]`2;A>R\&*>92EUS@+CEY"@.$F?#@K16AZ=U@N%*8( MWJ&R\([_#7XD=4GZY57!N!SXM31]09X#3!Q=%1%#\!,`9 MDE;=(`I`Z*/+K_$L8M0BA?',;:&(;VY?TZGAP[#I026Q6@M'BS(,`*`G3TRP M"OZP9G"F:.(D]*8/=I`*#NATVO]UB-X`5_@??5*Z@H#]N^@&^>C_W7JLF\]- M_M$^CCS*HH.C;RM[-P(.9*?WZVA+@1^L_ M)5B@F/_G(6@N/QGIENG"0;TZ'9?1(`S_0RE5QZKR5:[\7KO75%!S4-YQWUMK M6)F`GYHH)RYQP_.UOJ768'',]]0 MQF)<>7JAV__1Q=E9ZSPK#[#*_H%41_8OH>=3*[QPK[%SA9\/9_U251:N#Q7^8+ M^\]#UK/_$`'.';P9LA[HSQ&)B: MU@=*SYJY@.<%4$%M6C[[\*#A$#U9WHI>1^-@V&_-)KP'F`?%T.+4B6(^`+*$ MJ;P!X)[FS#U0@%Z\X$ MY1!'7"U0TXU['=HNS$H80&TWYM^J`)0A_8O.%7FLOX?D_0I&X9%@4=BZL$:0 M`]#(.M0RRF&XJ.5ATY-58I\Z.(H"V^E0=S7;7P4<[@*ZA18>X)B0MR@=K;0' M:$VRK?UK9MA:'\+R5:"A-96J2[1<=#JT"1%1.+XX1W&O*G[1]@9,1G"."'`T M&39#ISYO$#13=6JH/"KNY5:GX.>JZ^JK"]3*9:%*5H/C.2^Z"VG)X+08+7)0 M\"HEPWT`CFH;4]=GIO;7N8NO10#SU_D=RV6QBEYZ8>4O%7`=;52VA16$U3J[Q'.`::#\N)Y3$*B]4A2J/ M5ZBM*KU;XZ0:UP`\MR_M[DM[Y9^7!7T']<;N3GU/`#B!=(N>IIEX9\X!N.I\ M:J$%-_#_;Y9?L]R>G1U>WAZ>H^6`/!SY0DJ?#NL2X5_]^2MX-?+8\V`UBDMT!"O+7BE%-\Z M\WK>]H'GS>)I28/<7H*D->2C98\5.+/VUMM=.&W3<`^102FN9>^#(\5$KSC[ M&IR$3]`,$`$`A$`6QJ7H&<_MC0K)6U:._WKZ>ZR*_\J"$!G_N>+W/W*1N!'< MKS*'$SR>WQ<:^_`Q8+[*G.?) M!C?X9W=IP^%\53G>+7!QV3J_/3N\`;\<`%[8+6^C4R\&I@4'JODER`]%-CYT MFSODK(N>-9@YXP>`MD!X*VS#0&AQQH^+[0%>^=O;P%I_F+E[NT63R4K[_Y+^'JOLO\$W(O9?O/_)1Y#]GWE+??$V$VSLAU,; M/I9!L]T79&BVBR-[_*SA7/5];C=P3`^'-Y"@/]ZY#:$EA\$3/D&E_7_3N_[_ MU;1[LDS4V_ZQ@;=QH350F^W.I]-6MW.T-3^6+@J)M]+=Z/CL6K3,BBR?HA7= M+KV',RGJ-73:76PY4#)PF!`2#EQ'>=&Q&HOM9Q4'W,_W>5>:5Q>7:,_=VTWX M`5YL'GWJD._P0Z=U[NW&K30_.9IWW(+6A_'*`Q]:\[AWJ517M!4ON M?%;:_T/Z/K;2_M%O?B'[%Z2Z7.>Q_4O%^H]<9&G\GR_Z)Y[@:J;A4R+X/33L M0T\@U1>>(%HHG']OR2?(/-Y3QB\.[HH<.5U>VJI^TX7F17:F^P`-#Z MAHORZHYAZF3WL>Z,'1PUAXFN!4%@*MGN@_1JH`,PL*<+$,<;T^=?_L073S_< M7'8N;OY89(%W;U_B=S1;\ZE/97%&!;)ZLJ_?V829B49H0V)3F\(LM$M)VC]J M_V?9;?SP9,7Y?WR=Q/\D"1J_(//X_-]Z\?NON<@;<*[=D5=W0+7@V(-?UX'Y M^*5;]G[)>TE\O'A)[+UA)3OET%*M-^#:.^_(?\FW7^*J=9C>5%P-J+:&WG[N METJ\C.8-QIAXAC?@]Z$U@MX#><\XY=072. M#J]:)Q?H5`F8A>?+9X?=*[3UM'V%4G1WNE^KP7_A/`"_**U:]J`VG?7\%ZM217><$6IH8N+J7"FTZNJ:M6=N55%A=K5_M_` MJLU,X[Z&-<.KL@]*2Z M#HJRO_T[F(87I9]?+-7#ME\14^=!'5;AO]79OZK6EZHR(UKQ?$<.*H\JS#!= MS385MXHJHN?TYS7G/5>A4I4C^V'J6J&B8O6+LDZI17U`@HL=`&5\^MK1U>W% M^>D?\35%3ICVJC-0VEO"[J]D/SMLGU_!_UK_O[VK[6D;"<)\Q;_"C7(J.8@C M&DHEJG`-P84(2%!B2D[J*;B-(5%>C&)'@>/\WV]F=M>[ZY@DU^/"5W9F=7<^S;I0VGQN`AG%>Q:,+8$EX#,+"\/;K5^L=_#M07[?#&!^%!7PN MA,!K\("FC6<0Y(S&54V*T3,-]`Q,$&RQL#$J6%9AQF?'ZE\U[38T66GS$:)$ MEN=?0NS$7.["U!_WD1KF)**6``'CLNQ43DG*(B$\;(RA78LY6"R+O=IF9 ML-I05#LTT='528ZITFXY3KO<.&F6-"P#`AF@`8FBZ485A>BXZ7`= M0/-(.69,(V8]I]9S[8\''=(Q/JC!.:TV>8^0Y7.L3?*V`-WD%NL9/RI78"$# M:"B&Q[+/)^B/ZQ5AFLG\(I'[?%2MU:]K0(*!"?XZ:2`BD\(0HX6C^3<$:`H\ MYH,[OD-C:O#Y+_X#1(>(Q3;`JYUK'*';&QBI?DFD^]B5>OVL:JO#QA*)2%Z[ MXX\\X^BJ>GXLR%2Z;QBG,QJ>.)9&Q5.(&%U<;7MAO4IGD0;M^2HHY%R95`95 M&X7ELEPYPQ^>S>CE/#'VORLV-4;[P'?P&RE:ILSCAKU,QO[WHD3 MQ>#_SF0X?+0TV8Q.\,-DW9+(&K'KRMQYXYP,=>L;?OW*,&+M7JSO5BGV@ MW4NC,ZOLX..IRY*U2/N".!>2TL&D'BQ8-'U8LNUH4E!"T/4G@XZ)$(-)Z.DU M4\84;KDDS;I$&SP*):B#!WLFZ2A3C@"!WSQ\!:9F`&)JGB:#GL&$P8$!;5XD M0`4LSU`\&CZ$?#1+$T"]-?3<49#(@QSB9G6G%_1YWB,*K%Q>F6%OZ`6Z#/;# M)+R=%IE@+](<&_AFZ6K\\B\^T317;0#,7H+=U&SPJT MN_2CQ9H)52=7'-TP942=U5J%URD(0)*NT(W8`16MV[2/(S,3;'_2Z3YM)SFW M[S((((V#@XA4FF%G.JCL[`ZR'TH!,)O%H%-8-T6J:.BEPU12CCA6PX[(_(-- MSKH0_K=T,;GG_=L/AP"88)",9XQ[F)GU(0(2ZE=L\-,%.V`ZXE!<=8**#,9. MCF,^JSI+B0!CMFHS:=:YN82"O"(KFWWJ\18E<\TE-?ZW-2KS?UIM M"1^6-AT:'3_/G6MLH-DG,4VSS3'=N6@YM#*`@ICFH\Y\7';*D2GC,0RQD%5= M7?VJIWAS"8H_&*827)QQA\,BN>CYFF>\K03&_1"[`IN3_#%".SV,GQGU>IO+ MBB\;]9-&^4)M-'E^V"W]TUL<[UB@&!_2<_MRGG#Q[EAJJE/$1J!.-X,-SPP%+&&_4.# MRNKW_Y1E.7;P?U+'/\K_W6[5U64%)L?^7!?]O+)/_/6/_Q37^:S5E MCOT;M;IC'Y@U=^@A5(3MT-/9S[T`D><4-&1VS+$;=KVQ&7;=$=W.`"L"[VG7 M&_.G=D"DAU@4+>LAG(1:XL,O'VR1^@!RK6XX'!C^6')-IU-K_#CI/T[8:WAD M"+IX)!&"A0H/^3`L:`Q==]JW>OC5C>[$ST]X-4$(:^]16+CWQH$_*H0@PO_3 M[=/]1X$W,ME)PK!`S[MA?NR..OZ0U=`;=;R'O##7M#-_9Q` MZ83]OWSRU\9B^]_?WV/K_R*L_O$L,+C86W__=25EJ?ROENH8>,Z7]!JOE_O% MT[WT;"\8QJFI7DOF]K"=>B4M9W'NC/KR=F&JCB'22"A[0NX&9A;5)$PS\W,Y /F'7Y7Y>_`0!,4R0`@`(` ` end >Audit-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 Jun 25 23:01:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14274 for freebsd-ports-outgoing; Thu, 25 Jun 1998 23:01:35 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from www.giovannelli.it (www.giovannelli.it [194.184.65.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14255 for ; Thu, 25 Jun 1998 23:01:26 -0700 (PDT) (envelope-from gmarco@scotty.masternet.it) Received: from scotty.masternet.it (modem00.masternet.it [194.184.65.254]) by www.giovannelli.it (8.8.8/8.8.5) with ESMTP id HAA00284 for ; Fri, 26 Jun 1998 07:57:38 +0200 (MET DST) Message-ID: <35933945.2766C909@scotty.masternet.it> Date: Fri, 26 Jun 1998 08:01:41 +0200 From: Gianmarco Giovannelli Reply-To: gmarco@giovannelli.it X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: ports@FreeBSD.ORG Subject: P5-Apache : are there any troubles with it ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org gmarco:/usr/ports/www/p5-Apache# make >> mod_perl-1.07.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Apache/. Receiving mod_perl-1.07.tar.gz (156819 bytes): 100% 156819 bytes transfered in 45.8 seconds (3.34 Kbytes/s) >> Checksum OK for mod_perl-1.07.tar.gz. ===> Extracting for p5-Apache-1.07 ===> p5-Apache-1.07 depends on executable: perl5.00404 - found ===> Patching for p5-Apache-1.07 ===> Applying FreeBSD patches for p5-Apache-1.07 ===> Configuring for p5-Apache-1.07 make: don't know how to make clean. Stop *** Error code 2 Stop. *** Error code 1 -- Regards... Gianmarco "Unix expert since yesterday" http://www.giovannelli.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 26 00:14:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA21631 for freebsd-ports-outgoing; Fri, 26 Jun 1998 00:14:57 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from iserver.itworks.com.au (iserver.itworks.com.au [203.32.61.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA21612 for ; Fri, 26 Jun 1998 00:14:49 -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 SMTP id RAA06545 for ; Fri, 26 Jun 1998 17:14:42 +1000 (EST) (envelope-from gavin@itworks.com.au) Date: Fri, 26 Jun 1998 17:14:42 +1000 (EST) From: Gavin Cameron To: ports@FreeBSD.ORG Subject: Apache SSl 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 install apache with SSL and I'm hitting the following problems. I cvsup'ed last night so I'm fairly upto date. Machine is running 2.2.5-STABLE from March 5. Hope someone can help. Gavin # make >> apache_1.2.6+ssl_1.16.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://www.apache.org/apache/dist/. fetch: apache/dist/apache_1.2.6+ssl_1.16.tar.gz: cannot get remote modification time fetch: ftp://www.apache.org/apache/dist/apache_1.2.6+ssl_1.16.tar.gz: FTP error: fetch: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.ox.ac.uk/pub/crypto/SSL/. Receiving apache_1.2.6+ssl_1.16.tar.gz (30025 bytes): 100% 30025 bytes transfered in 9.6 seconds (3.05 Kbytes/s) >> Checksum OK for apache_1.2.6.tar.gz. >> No checksum recorded for apache_1.2.6+ssl_1.16.tar.gz. Make sure the Makefile and md5 file (/usr/ports/www/apache-ssl/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop. # make NO_CHECKSUM=yes ===> Extracting for apacheSSL-1.2.6 ===> apacheSSL-1.2.6 depends on executable: ssleay - found ===> Patching for apacheSSL-1.2.6 -d: not found *** Error code 127 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 Fri Jun 26 00:30:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA24603 for freebsd-ports-outgoing; Fri, 26 Jun 1998 00:30:27 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA24593 for ; Fri, 26 Jun 1998 00:30:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA09352; Fri, 26 Jun 1998 00:30:00 -0700 (PDT) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA23210 for ; Fri, 26 Jun 1998 00:23:36 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id NAA28165 for ; Fri, 26 Jun 1998 13:24:09 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id LAA13714; Fri, 26 Jun 1998 11:27:46 +0400 (MSD) Message-Id: <199806260727.LAA13714@icc.surw.chel.su> Date: Fri, 26 Jun 1998 11:27:46 +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/7076: New port: xmlink-5.4.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7076 >Category: ports >Synopsis: New port: xmlink-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: Fri Jun 26 00:30:00 PDT 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of Missing Link puzzle for X Window System. Ideal's The Missing Link, a 4x4 puzzle, riding on the wave of Rubik's Cube craze. There are many variations on this theme, including the "6x6" puzzle and Babylon Tower. What makes the Missing Link a harder puzzle to solve is that the 2 center positions rotate together. # 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: # # xmlink-5.4.4 # xmlink-5.4.4/Makefile # xmlink-5.4.4/files # xmlink-5.4.4/files/md5 # xmlink-5.4.4/pkg # xmlink-5.4.4/pkg/PLIST # xmlink-5.4.4/pkg/DESCR # xmlink-5.4.4/pkg/COMMENT # echo c - xmlink-5.4.4 mkdir -p xmlink-5.4.4 > /dev/null 2>&1 echo x - xmlink-5.4.4/Makefile sed 's/^X//' >xmlink-5.4.4/Makefile << 'END-of-xmlink-5.4.4/Makefile' X# New ports collection makefile for: xmlink X# Version required: 5.4.4 X# Date created: 19 May 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= xmlink-5.4.4 XCATEGORIES= games x11 XMASTER_SITES= ${MASTER_SITE_XCONTRIB} XMASTER_SITE_SUBDIR= games/xpuzzles X XMAINTAINER= andy@icc.surw.chel.su X XWRKSRC= ${WRKDIR}/xmlink XUSE_IMAKE= yes XMAN1= xmlink.1 X X# Not configured to use Motif. X# Optionally edit ${WRKSRC}/Imakefile before build. X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/xmlink ${PREFIX}/bin X @ ${INSTALL_DATA} ${WRKSRC}/Mlink.ad ${PREFIX}/lib/X11/app-defaults/Mlink X @ ${INSTALL_MAN} ${WRKSRC}/xmlink.man ${PREFIX}/man/man1/xmlink.1 X X.include END-of-xmlink-5.4.4/Makefile echo c - xmlink-5.4.4/files mkdir -p xmlink-5.4.4/files > /dev/null 2>&1 echo x - xmlink-5.4.4/files/md5 sed 's/^X//' >xmlink-5.4.4/files/md5 << 'END-of-xmlink-5.4.4/files/md5' XMD5 (xmlink-5.4.4.tar.gz) = 283333adf34fcd27ec6ad035c518952c END-of-xmlink-5.4.4/files/md5 echo c - xmlink-5.4.4/pkg mkdir -p xmlink-5.4.4/pkg > /dev/null 2>&1 echo x - xmlink-5.4.4/pkg/PLIST sed 's/^X//' >xmlink-5.4.4/pkg/PLIST << 'END-of-xmlink-5.4.4/pkg/PLIST' Xbin/xmlink Xman/man1/xmlink.1.gz Xlib/X11/app-defaults/Mlink END-of-xmlink-5.4.4/pkg/PLIST echo x - xmlink-5.4.4/pkg/DESCR sed 's/^X//' >xmlink-5.4.4/pkg/DESCR << 'END-of-xmlink-5.4.4/pkg/DESCR' XIdeal's The Missing Link, a 4x4 puzzle, riding on the wave of Rubik's XCube craze. There are many variations on this theme, including the "6x6" Xpuzzle and Babylon Tower. What makes the Missing Link a harder puzzle to Xsolve is that the 2 center positions rotate together. END-of-xmlink-5.4.4/pkg/DESCR echo x - xmlink-5.4.4/pkg/COMMENT sed 's/^X//' >xmlink-5.4.4/pkg/COMMENT << 'END-of-xmlink-5.4.4/pkg/COMMENT' XMissing Link puzzle for X Window System. END-of-xmlink-5.4.4/pkg/COMMENT exit >How-To-Repeat: >Fix: Please, check and commit this port. >Audit-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 Jun 26 01:12:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00398 for freebsd-ports-outgoing; Fri, 26 Jun 1998 01:12:18 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from www.giovannelli.it (www.giovannelli.it [194.184.65.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA00218 for ; Fri, 26 Jun 1998 01:11:59 -0700 (PDT) (envelope-from gmarco@scotty.masternet.it) Received: from scotty.masternet.it (modem00.masternet.it [194.184.65.254]) by www.giovannelli.it (8.8.8/8.8.5) with ESMTP id KAA00559; Fri, 26 Jun 1998 10:07:31 +0200 (MET DST) Message-ID: <359357B6.FB67F873@scotty.masternet.it> Date: Fri, 26 Jun 1998 10:11:34 +0200 From: Gianmarco Giovannelli X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: gmarco@giovannelli.it, ports@FreeBSD.ORG Subject: Re: P5-Apache : are there any troubles with it ? References: <35933945.2766C909@scotty.masternet.it> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Gianmarco Giovannelli wrote: > > gmarco:/usr/ports/www/p5-Apache# make > >> mod_perl-1.07.tar.gz doesn't seem to exist on this system. > >> Attempting to fetch from ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Apache/. > Receiving mod_perl-1.07.tar.gz (156819 bytes): 100% > 156819 bytes transfered in 45.8 seconds (3.34 Kbytes/s) > >> Checksum OK for mod_perl-1.07.tar.gz. > ===> Extracting for p5-Apache-1.07 > ===> p5-Apache-1.07 depends on executable: perl5.00404 - found > ===> Patching for p5-Apache-1.07 > ===> Applying FreeBSD patches for p5-Apache-1.07 > ===> Configuring for p5-Apache-1.07 > make: don't know how to make clean. Stop > *** Error code 2 > > Stop. > *** Error code 1 I think the problem is related to the fact that the port now is apache12 (or apache13) and not apache only. Infact : ln -s apache12 apache solves the problem... -- Regards... Gianmarco "Unix expert since yesterday" http://www.giovannelli.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 26 01:19:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA01147 for freebsd-ports-outgoing; Fri, 26 Jun 1998 01:19:35 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from www.giovannelli.it (www.giovannelli.it [194.184.65.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA01141 for ; Fri, 26 Jun 1998 01:19:31 -0700 (PDT) (envelope-from gmarco@scotty.masternet.it) Received: from scotty.masternet.it (modem00.masternet.it [194.184.65.254]) by www.giovannelli.it (8.8.8/8.8.5) with ESMTP id KAA00578; Fri, 26 Jun 1998 10:15:49 +0200 (MET DST) Message-ID: <359359A2.3E4BB6AF@scotty.masternet.it> Date: Fri, 26 Jun 1998 10:19:46 +0200 From: Gianmarco Giovannelli X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: gmarco@giovannelli.it, ports@FreeBSD.ORG Subject: Re: P5-Apache : are there any troubles with it ? References: <35933945.2766C909@scotty.masternet.it> <359357B6.FB67F873@scotty.masternet.it> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Gianmarco Giovannelli wrote: > > Gianmarco Giovannelli wrote: > > > > gmarco:/usr/ports/www/p5-Apache# make > > >> mod_perl-1.07.tar.gz doesn't seem to exist on this system. > > >> Attempting to fetch from ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Apache/. > > Receiving mod_perl-1.07.tar.gz (156819 bytes): 100% > > 156819 bytes transfered in 45.8 seconds (3.34 Kbytes/s) > > >> Checksum OK for mod_perl-1.07.tar.gz. > > ===> Extracting for p5-Apache-1.07 > > ===> p5-Apache-1.07 depends on executable: perl5.00404 - found > > ===> Patching for p5-Apache-1.07 > > ===> Applying FreeBSD patches for p5-Apache-1.07 > > ===> Configuring for p5-Apache-1.07 > > make: don't know how to make clean. Stop > > *** Error code 2 > > > > Stop. > > *** Error code 1 > > I think the problem is related to the fact that the port now is apache12 > (or apache13) and not apache only. > > Infact : ln -s apache12 apache solves the problem... But it is not enough : a - perlio.o a - Apache.o a - Constants.o ranlib libperl.a Done building module subdirectories cc -o httpd alloc.o http_main.o http_core.o http_config.o http_request.o http_log.o http_protoc ol.o rfc1413.o util.o util_script.o modules.o buff.o md5c.o util_md5.o explain.o http_bprintf.o uti l_date.o util_snprintf.o mod_env.o mod_log_config.o mod_mime.o mod_negotiation.o mod_status.o mod_info.o mod_include.o mod_dir.o mod_cgi.o mod_asis.o mod_imap.o mod_actions.o mod_userdir .o mod_alias.o mod_rewrite.o mod_access.o mod_auth.o mod_auth_db.o mod_digest.o mod_cern_met a.o mod_expires.o mod_headers.o mod_browser.o modules/perl/libperl.a -lmd `/usr/local/bin/perl /usr/ports/www/p5-Apache/work/mod_perl-1.07/src/modules/perl/ldopts ` -lcrypt Note (probably harmless): No library found for -lm Note (probably harmless): No library found for -lc Note (probably harmless): No library found for -lcrypt pp.o: Undefined symbol `_pow' referenced from text segment pp.o: Undefined symbol `_atan2' referenced from text segment pp.o: Undefined symbol `_sin' referenced from text segment pp.o: Undefined symbol `_cos' referenced from text segment pp.o: Undefined symbol `_exp' referenced from text segment pp.o: Undefined symbol `_log' referenced from text segment pp.o: Undefined symbol `_sqrt' referenced from text segment pp.o: Undefined symbol `_floor' referenced from text segment pp.o: Undefined symbol `_floor' referenced from text segment *** Error code 1 I can't go further by myself... I am waiting some good inputs... Thanks again for everything... -- Regards... Gianmarco "Unix expert since yesterday" http://www.giovannelli.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 26 01:50:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA04675 for freebsd-ports-outgoing; Fri, 26 Jun 1998 01:50:34 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA04667 for ; Fri, 26 Jun 1998 01:50:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA11136; Fri, 26 Jun 1998 01:50:01 -0700 (PDT) Received: from crayon.planet.kobe-u.ac.jp (crayon.planet.kobe-u.ac.jp [133.30.53.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA04234 for ; Fri, 26 Jun 1998 01:48:08 -0700 (PDT) (envelope-from watanabe@crayon.planet.kobe-u.ac.jp) Received: (from watanabe@localhost) by crayon.planet.kobe-u.ac.jp (8.9.0/3.6W-mx) id RAA08045; Fri, 26 Jun 1998 17:46:52 +0900 (JST) Message-Id: <199806260846.RAA08045@crayon.planet.kobe-u.ac.jp> Date: Fri, 26 Jun 1998 17:46:52 +0900 (JST) From: watanabe@komadori.planet.kobe-u.ac.jp Reply-To: watanabe@komadori.planet.kobe-u.ac.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7077: [archie] The default archie host "archie.sura.net" does not exist. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7077 >Category: ports >Synopsis: The default archie host "archie.sura.net" does not exist. >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 Jun 26 01:50:00 PDT 1998 >Last-Modified: >Originator: Takeshi WATANABE >Organization: Kobe University, Kobe, Japan >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: archie-1.4.1 is installed from packages-2.2.6. The environment variable ARCHIE_HOST is not defined. >Description: The default archie host "archie.sura.net" has no DNS entry. >How-To-Repeat: I don't know whether this is a temporary problem of sura.net. >Fix: Since we can change the default archie host by the environment variable ARCHIE_HOST, this is not so critical problem. However, if "archie.sura.net" has really disappeared, we should change the default archie host, I think. >Audit-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 Jun 26 07:21:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA13282 for freebsd-ports-outgoing; Fri, 26 Jun 1998 07:21:29 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tim.xenologics.com (tim.xenologics.com [194.77.5.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA13155; Fri, 26 Jun 1998 07:20:33 -0700 (PDT) (envelope-from seggers@semyam.dinoco.de) Received: (from uucp@localhost) by tim.xenologics.com (8.8.5/8.8.8) with UUCP id QAA27060; Fri, 26 Jun 1998 16:18:43 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by semyam.dinoco.de (8.8.8/8.8.8) with ESMTP id LAA05800; Fri, 26 Jun 1998 11:07:29 +0200 (CEST) (envelope-from seggers@semyam.dinoco.de) Message-Id: <199806260907.LAA05800@semyam.dinoco.de> To: asami@FreeBSD.ORG (Satoshi Asami) cc: seggers@semyam.dinoco.de, freebsd-ports@FreeBSD.ORG Subject: Re: Concurrent package making allowed? In-reply-to: Your message of "Thu, 25 Jun 1998 19:44:26 PDT." <199806260244.TAA23831@silvia.HIP.Berkeley.EDU> Date: Fri, 26 Jun 1998 11:07:28 +0200 From: Stefan Eggers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > * As I was thinking about how to make a list of package sizes I was > * stumbling about the question of how much locking it will require. > > If you need locking, you should probably rethink the design.... ;) I had two options of doing it. I choose the non-locking one already. ;-) The patches to the make files for the ports collection I will have to revise I think as it is possible (and as far as I saw from the source by now even compatible with older sysinstall versions) to add a new field to the INDEX w/o too much work. So if that works I will change them to merge the INDEX in /usr/ports and my size information with a little bit of awk code. That way it is easier to read that information in in sysinstall. Just a few new lines of code instead of handling and merging in a whole file with just the sizes. Stefan. -- Stefan Eggers Lu4 yao2 zhi1 ma3 li4, Max-Slevogt-Str. 1 ri4 jiu3 jian4 ren2 xin1. 51109 Koeln Federal Republic of Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 26 07:21:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA13336 for freebsd-ports-outgoing; Fri, 26 Jun 1998 07:21:51 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA13224; Fri, 26 Jun 1998 07:20:57 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA16735; Fri, 26 Jun 1998 07:20:26 -0700 (PDT) Date: Fri, 26 Jun 1998 07:20:26 -0700 (PDT) Message-Id: <199806261420.HAA16735@freefall.freebsd.org> To: keith@email.gcn.net.tw, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6973 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: bg5ps State-Changed-From-To: open-closed State-Changed-By: vanilla State-Changed-When: Fri Jun 26 07:19:55 PDT 1998 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 Jun 26 07:27:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA14004 for freebsd-ports-outgoing; Fri, 26 Jun 1998 07:27:01 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA13873; Fri, 26 Jun 1998 07:25:59 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA17039; Fri, 26 Jun 1998 07:25:24 -0700 (PDT) Date: Fri, 26 Jun 1998 07:25:24 -0700 (PDT) Message-Id: <199806261425.HAA17039@freefall.freebsd.org> To: vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, vanilla@FreeBSD.ORG Subject: Re: ports/6954 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: CJK Responsible-Changed-From-To: freebsd-ports->vanilla Responsible-Changed-By: vanilla Responsible-Changed-When: Fri Jun 26 07:24:43 PDT 1998 Responsible-Changed-Why: I will look for this ports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 26 07:31:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA14828 for freebsd-ports-outgoing; Fri, 26 Jun 1998 07:31:24 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA14710 for ; Fri, 26 Jun 1998 07:30:36 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA17232; Fri, 26 Jun 1998 07:30:01 -0700 (PDT) Date: Fri, 26 Jun 1998 07:30:01 -0700 (PDT) Message-Id: <199806261430.HAA17232@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: "Eric J. Chet" Subject: Re: ports/7034: New CORBA port ORBacus, should replace omniBroker Reply-To: "Eric J. Chet" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7034; it has been noted by GNATS. From: "Eric J. Chet" To: Satoshi Asami Cc: FreeBSD-gnats-submit@FreeBSD.ORG, dmobrien@lucent.com Subject: Re: ports/7034: New CORBA port ORBacus, should replace omniBroker Date: Fri, 26 Jun 1998 10:28:01 -0400 (EDT) On Thu, 25 Jun 1998, Satoshi Asami wrote: > * ports/devel/omniBroker should me moved to the Attic and this new > * port ports/devel/ORBacus should take it's place. > > I've done the repository copy, so commit away. If I only had commit privileges, I would. Could you please commit it? Thanks, Eric Chet -- ejchet@lucent.com || ejc@bazzle.com Systems Analysts - Specializing in OOA, OOD and CORBA Bazzle Systems Consulting, Inc. Software Engineering Services Empowering Your Business for Internet Commerce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 26 10:19:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA15117 for freebsd-ports-outgoing; Fri, 26 Jun 1998 10:19:53 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vds01.vailsystems.com (root@vds01.vailsys.com [207.152.98.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA15020; Fri, 26 Jun 1998 10:19:30 -0700 (PDT) (envelope-from daniel@vailsys.com) Received: from gator.vail (gator.vail [192.168.128.53]) by vds01.vailsystems.com (8.8.8/8.8.7) with ESMTP id MAA05596; Fri, 26 Jun 1998 12:19:25 -0500 (CDT) (envelope-from daniel@vailsys.com) Received: from vailsys.com (slave1.vail [192.168.129.10]) by gator.vail (8.8.8/8.8.8) with ESMTP id MAA28317; Fri, 26 Jun 1998 12:19:22 -0500 (CDT) (envelope-from daniel@vailsys.com) Message-ID: <3593E2BD.969FA592@vailsys.com> Date: Fri, 26 Jun 1998 13:04:45 -0500 From: Dan Riley Organization: Vail Systems, Inc. X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: andreas@FreeBSD.ORG CC: ports@FreeBSD.ORG Subject: FreeBSD Port: apache-1.2.6-php3.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Has anyone done any work in getting PHP3.0 to work with Apache-1.3 as a module? Thanks, Dan Riley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 26 11:08:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27434 for freebsd-ports-outgoing; Fri, 26 Jun 1998 11:08:03 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from thor.cs.uop.edu (thor.cs.uop.edu [138.9.200.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27236; Fri, 26 Jun 1998 11:07:24 -0700 (PDT) (envelope-from billf@uop.edu) Received: from billf.cs.uop.edu (billf.cs.uop.edu [138.9.200.6]) by thor.cs.uop.edu (8.8.8/8.8.8) with SMTP id LAA05842; Fri, 26 Jun 1998 11:07:11 -0700 (PDT) Message-Id: <199806261807.LAA05842@thor.cs.uop.edu> X-Sender: billf@thor.cs.uop.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.1 Date: Fri, 26 Jun 1998 11:06:45 -0700 To: se@FreeBSD.ORG From: Bill Ford Subject: FreeBSD Port: kdemultimedia-3.1b Cc: 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 Will the Beta 4 version of kdemultimedia be available in the ports tree soon. The current version will not install. I get an 'Update' statement. Thanks. ---------------------------------------------------------- Bill Ford Department of Computer Science Hand Hall University of the Pacific Stockton, CA 95211 209-946-3028 billf@uop.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 26 11:15:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29635 for freebsd-ports-outgoing; Fri, 26 Jun 1998 11:15:55 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ppp6412.on.bellglobal.com (ppp1634.on.bellglobal.com [206.172.249.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29485; Fri, 26 Jun 1998 11:15:25 -0700 (PDT) (envelope-from ac199@hwcn.org) Received: from localhost (tim@localhost) by ppp6412.on.bellglobal.com (8.8.8/8.8.8) with SMTP id OAA22506; Fri, 26 Jun 1998 14:16:24 -0400 (EDT) (envelope-from ac199@hwcn.org) X-Authentication-Warning: ppp6412.on.bellglobal.com: tim owned process doing -bs Date: Fri, 26 Jun 1998 14:16:24 -0400 (EDT) From: Tim Vanderhoek X-Sender: tim@ppp6412.on.bellglobal.com Reply-To: ac199@hwcn.org To: Stefan Eggers cc: Satoshi Asami , freebsd-ports@FreeBSD.ORG Subject: Re: Concurrent package making allowed? In-Reply-To: <199806260907.LAA05800@semyam.dinoco.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 Fri, 26 Jun 1998, Stefan Eggers wrote: > field to the INDEX w/o too much work. So if that works I will change > them to merge the INDEX in /usr/ports and my size information with a > little bit of awk code. Oh-uh. I sense a whole new INDEX file coming on. Are there fields that we could even remotely want to add while the format is being changed? -- 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 Fri Jun 26 11:27:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02674 for freebsd-ports-outgoing; Fri, 26 Jun 1998 11:27:21 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA02591; Fri, 26 Jun 1998 11:26:56 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id UAA20734; Fri, 26 Jun 1998 20:15:14 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id TAA02675; Fri, 26 Jun 1998 19:32:47 +0200 (CEST) (envelope-from andreas) Message-ID: <19980626193246.B1497@klemm.gtn.com> Date: Fri, 26 Jun 1998 19:32:46 +0200 From: Andreas Klemm To: Dan Riley , andreas@FreeBSD.ORG Cc: ports@FreeBSD.ORG, Dirk Froemberg Subject: Re: FreeBSD Port: apache-1.2.6-php3.0 References: <3593E2BD.969FA592@vailsys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <3593E2BD.969FA592@vailsys.com>; from Dan Riley on Fri, Jun 26, 1998 at 01:04:45PM -0500 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jun 26, 1998 at 01:04:45PM -0500, Dan Riley wrote: > Has anyone done any work in getting PHP3.0 to work with Apache-1.3 as a > module? I already asked the author of the previous patches, but didn't get an answer ... Let's try again ;-) Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 26 13:16:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21878 for freebsd-ports-outgoing; Fri, 26 Jun 1998 13:16:02 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tim.xenologics.com (tim.xenologics.com [194.77.5.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21842; Fri, 26 Jun 1998 13:15:52 -0700 (PDT) (envelope-from seggers@semyam.dinoco.de) Received: (from uucp@localhost) by tim.xenologics.com (8.8.5/8.8.8) with UUCP id WAA05783; Fri, 26 Jun 1998 22:12:26 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by semyam.dinoco.de (8.8.8/8.8.8) with ESMTP id WAA00689; Fri, 26 Jun 1998 22:03:18 +0200 (CEST) (envelope-from seggers@semyam.dinoco.de) Message-Id: <199806262003.WAA00689@semyam.dinoco.de> To: ac199@hwcn.org cc: Stefan Eggers , Satoshi Asami , freebsd-ports@FreeBSD.ORG Subject: Re: Concurrent package making allowed? In-reply-to: Your message of "Fri, 26 Jun 1998 14:16:24 EDT." Date: Fri, 26 Jun 1998 22:03:18 +0200 From: Stefan Eggers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > field to the INDEX w/o too much work. So if that works I will change > > them to merge the INDEX in /usr/ports and my size information with a > > little bit of awk code. > > Oh-uh. I sense a whole new INDEX file coming on. Are there I'm not crazy. It looks as if older sysinstall versions ignore the additional fields to the end and someone suggested to put it into the INDEX file. As this removes the need for a separate SIZE file and also decreases the amount of processing needed at package installation time (otherwise one would have to merge INDEX and SIZE) I think this is the right way to do it. The reasons not to do it would be problems with automatic generation of the size information improved INDEX from /usr/ports/INDEX and incompatibilities with older sysinstall versions. The former is not likely (a little bit of awk code should be able to do it I think - if need be I will do it with Perl 4) and the latter I will try with a 2.1.7 sysinstall. I don't think the relevant piece of code changed much. > fields that we could even remotely want to add while the format > is being changed? Why bother now? From reading the source I saw the possibility to add new fields at the end. So if ever anybody wants some new field it could be added there. No need to add new fields before someone even knows what to add. :-) Stefan. -- Stefan Eggers Lu4 yao2 zhi1 ma3 li4, Max-Slevogt-Str. 1 ri4 jiu3 jian4 ren2 xin1. 51109 Koeln Federal Republic of Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 26 14:30:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA07841 for freebsd-ports-outgoing; Fri, 26 Jun 1998 14:30:22 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA07744 for ; Fri, 26 Jun 1998 14:30:07 -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 SMTP id PAA29621; Fri, 26 Jun 1998 15:29:14 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Fri, 26 Jun 1998 15:29:14 -0600 (MDT) From: Brett Taylor To: "James E. Housley" cc: andreas@klemm.gtn.com, ports@FreeBSD.ORG Subject: Re: gwstat and xmgr In-Reply-To: <35938FD0.1788865F@pr-comm.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 Fri, 26 Jun 1998, James E. Housley wrote: > gwstat depends on xmgr. xmgr4 can not be fetched from any of the sites > listed in the make file. Looking around, that's because it's been updated to 4.1.2 - I don't know why there's no distfile on ftp.freebsd.org though. Brett ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 26 14:42:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA10738 for freebsd-ports-outgoing; Fri, 26 Jun 1998 14:42:53 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA10608; Fri, 26 Jun 1998 14:42:12 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.7/8.7.3) id OAA08935; Fri, 26 Jun 1998 14:42:02 -0700 (PDT) Date: Fri, 26 Jun 1998 14:42:02 -0700 (PDT) Message-Id: <199806262142.OAA08935@vader.cs.berkeley.edu> To: steve@FreeBSD.ORG CC: gmarco@giovannelli.it, ports@FreeBSD.ORG In-reply-to: <359357B6.FB67F873@scotty.masternet.it> (message from Gianmarco Giovannelli on Fri, 26 Jun 1998 10:11:34 +0200) Subject: Re: P5-Apache : are there any troubles with it ? From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * I think the problem is related to the fact that the port now is apache12 * (or apache13) and not apache only. Steve, can you fix the port? In fact, this port does something very weird: === pre-configure: @ cd ${PORTSDIR}/www/apache && ${MAKE} clean patch === That should be BUILD_DEPENDS=/nonexistent:${PORTSDIR}/www/apache12:patch unless it specifically needs the apache port to be in the post-patch, pre-configure stage. If that is the case, it is very bad for this port's *build* to wipe out a source tree of another port. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 26 16:13:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA23261 for freebsd-ports-outgoing; Fri, 26 Jun 1998 16:13:36 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA23108; Fri, 26 Jun 1998 16:12:31 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.0/8.9.0) with SMTP id RAA22896; Fri, 26 Jun 1998 17:31:38 -0500 (CDT) Date: Fri, 26 Jun 1998 17:31:38 -0500 (CDT) From: Steve Price To: Satoshi Asami cc: gmarco@giovannelli.it, ports@FreeBSD.ORG Subject: Re: P5-Apache : are there any troubles with it ? In-Reply-To: <199806262142.OAA08935@vader.cs.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 Sure, I will take a look at it in a little while when I get back home. Steve On Fri, 26 Jun 1998, Satoshi Asami wrote: # * I think the problem is related to the fact that the port now is apache12 # * (or apache13) and not apache only. # # Steve, can you fix the port? In fact, this port does something very # weird: # # === # pre-configure: # @ cd ${PORTSDIR}/www/apache && ${MAKE} clean patch # === # # That should be # # BUILD_DEPENDS=/nonexistent:${PORTSDIR}/www/apache12:patch # # unless it specifically needs the apache port to be in the post-patch, # pre-configure stage. If that is the case, it is very bad for this # port's *build* to wipe out a source tree of another port. # # Satoshi # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 26 16:21:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA24858 for freebsd-ports-outgoing; Fri, 26 Jun 1998 16:21:56 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA24630 for ; Fri, 26 Jun 1998 16:20:35 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.7/8.7.3) id QAA09208; Fri, 26 Jun 1998 16:20:13 -0700 (PDT) Date: Fri, 26 Jun 1998 16:20:13 -0700 (PDT) Message-Id: <199806262320.QAA09208@vader.cs.berkeley.edu> To: seggers@semyam.dinoco.de CC: ac199@hwcn.org, seggers@semyam.dinoco.de, freebsd-ports@FreeBSD.ORG In-reply-to: <199806262003.WAA00689@semyam.dinoco.de> (message from Stefan Eggers on Fri, 26 Jun 1998 22:03:18 +0200) Subject: Re: Concurrent package making allowed? From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * I'm not crazy. It looks as if older sysinstall versions ignore the * additional fields to the end and someone suggested to put it into the * INDEX file. Nobody's saying you are crazy. :) It's just that adding a new column to ports/INDEX will make our repository grow by almost 300KB, so he suggested that we look if there are any other things we might want to add at the same time. * As this removes the need for a separate SIZE file and * also decreases the amount of processing needed at package installation * time (otherwise one would have to merge INDEX and SIZE) I think this * is the right way to do it. Um, I think we want a separate SIZE file regardless of what's going to happen to INDEX. Otherwise "make index" will have to depend on installing all ports (unless I'm misunderstanding something grossly). Sorry, but can you summarize what's the proposed changes? I'm way behind in my mail and don't have time to go through the dozen or so ping-pong on this issue. No need to talk about implementation details, just the general design and interface and stuff (like, exactly *who* measures the size of the port, etc.). 50 lines max, please. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 26 16:43:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00287 for freebsd-ports-outgoing; Fri, 26 Jun 1998 16:43:46 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA00269 for ; Fri, 26 Jun 1998 16:43:34 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.7/8.7.3) id QAA09289; Fri, 26 Jun 1998 16:43:28 -0700 (PDT) Date: Fri, 26 Jun 1998 16:43:28 -0700 (PDT) Message-Id: <199806262343.QAA09289@vader.cs.berkeley.edu> To: seggers@semyam.dinoco.de CC: ac199@hwcn.org, seggers@semyam.dinoco.de, freebsd-ports@FreeBSD.ORG In-reply-to: <199806262003.WAA00689@semyam.dinoco.de> (message from Stefan Eggers on Fri, 26 Jun 1998 22:03:18 +0200) Subject: Re: Concurrent package making allowed? From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org FWIW, this is how I think it should be done: (1) A new mandatory file pkg/SIZE, containing the number of bytes required by the installation, to be submitted by the porter. Like files/md5, there is a target in bsd.port.mk to create it (probably via pkg_create, like you suggested). Maybe another target in bsd.port.mk to verify it, but it has to ignore a difference of a few bytes (few Kbytes?). (2) A new field in ports/INDEX containing all the sizes of all ports. (3) New option to pkg_create to calculate the size and print it out to stdout. Also another option to put the size file in the package itself. A new option to pkg_info to print the size out (in bytes) to stdout, as well as maybe mods to pretty-print it with the rest of the stuff. (4) sysinstall uses new field in ports/INDEX to do whatever nice things for the user (for instance, to warn they are about to exhaust their disk space by installing ktamaga which pulls in a whole bunch of kde stuff). Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 26 17:21:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA07625 for freebsd-ports-outgoing; Fri, 26 Jun 1998 17:21:09 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hwcn.org (ac199@james.hwcn.org [199.212.94.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA07599; Fri, 26 Jun 1998 17:20:56 -0700 (PDT) (envelope-from hoek@hwcn.org) Received: from localhost (ac199@localhost) by hwcn.org (8.8.8/8.8.8) with SMTP id UAA01907; Fri, 26 Jun 1998 20:14:33 -0400 (EDT) Date: Fri, 26 Jun 1998 20:14:33 -0400 (EDT) From: Tim Vanderhoek To: Satoshi Asami cc: seggers@semyam.dinoco.de, freebsd-ports@FreeBSD.ORG Subject: Re: Concurrent package making allowed? In-Reply-To: <199806262343.QAA09289@vader.cs.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, 26 Jun 1998, Satoshi Asami wrote: > (1) A new mandatory file pkg/SIZE, containing the number of bytes > required by the installation, to be submitted by the porter. Like Depending on the level of precision desired, the format should support multiple architectures. > via pkg_create, like you suggested). Maybe another target in > bsd.port.mk to verify it, but it has to ignore a difference of a > few bytes (few Kbytes?). Perhaps perform verification automatically when PACKAGE_BUILDING. The sizes are mostly useful for packages, since ports built from source will sometimes change their compilation to take advantage of other installed software. [PACKAGE_BUILDING is a variable defined when asami, jseger, and that other guy, go around building all the packages]. -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 26 19:07:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA22045 for freebsd-ports-outgoing; Fri, 26 Jun 1998 19:07:13 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from phoenix.welearn.com.au (suebla.lnk.telstra.net [139.130.44.81]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA21976; Fri, 26 Jun 1998 19:06:35 -0700 (PDT) (envelope-from sue@phoenix.welearn.com.au) Received: (from sue@localhost) by phoenix.welearn.com.au (8.8.5/8.8.5) id MAA26449; Sat, 27 Jun 1998 12:06:18 +1000 (EST) Message-ID: <19980627120615.53392@welearn.com.au> Date: Sat, 27 Jun 1998 12:06:15 +1000 From: Sue Blake To: ac199@hwcn.org Cc: Stefan Eggers , Satoshi Asami , freebsd-ports@FreeBSD.ORG Subject: Re: Concurrent package making allowed? References: <199806260907.LAA05800@semyam.dinoco.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: ; from Tim Vanderhoek on Fri, Jun 26, 1998 at 02:16:24PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jun 26, 1998 at 02:16:24PM -0400, Tim Vanderhoek wrote: > On Fri, 26 Jun 1998, Stefan Eggers wrote: > > > field to the INDEX w/o too much work. So if that works I will change > > them to merge the INDEX in /usr/ports and my size information with a > > little bit of awk code. > > Oh-uh. I sense a whole new INDEX file coming on. Are there > fields that we could even remotely want to add while the format > is being changed? I have a problem, but I'm not sure whether adding a field for it is the ideal solution. When installing ports to a system not capable of running X it is often difficult to know whether that port requires X before a long expensive and frustratingly useless download. They aren't all identified by their categories or path in INDEX (e.g. most of those listed under audio, some games, and graphics). Apologies if I've missed something obvious here. -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 26 19:15:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA23369 for freebsd-ports-outgoing; Fri, 26 Jun 1998 19:15:43 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from localhost.my.domain (ppp1562.on.bellglobal.com [206.172.249.26]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA23272; Fri, 26 Jun 1998 19:15:10 -0700 (PDT) (envelope-from ac199@hwcn.org) Received: from localhost (tim@localhost) by localhost.my.domain (8.8.8/8.8.8) with SMTP id WAA00523; Fri, 26 Jun 1998 22:15:27 -0400 (EDT) (envelope-from ac199@hwcn.org) X-Authentication-Warning: localhost.my.domain: tim owned process doing -bs Date: Fri, 26 Jun 1998 22:15:26 -0400 (EDT) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: Sue Blake cc: ac199@hwcn.org, Stefan Eggers , Satoshi Asami , freebsd-ports@FreeBSD.ORG Subject: Re: Concurrent package making allowed? In-Reply-To: <19980627120615.53392@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 Sat, 27 Jun 1998, Sue Blake wrote: > I have a problem, but I'm not sure whether adding a field for it is the > ideal solution. When installing ports to a system not capable of running > X it is often difficult to know whether that port requires X before a > long expensive and frustratingly useless download. They aren't all Another INDEX field is probably not the solution. This is just a dependency problem, and there are hundreds of dependencies... :) > identified by their categories or path in INDEX (e.g. most of those > listed under audio, some games, and graphics). Ports that need X are identified by belonging to one of the following categories: X11 Tk41 Tk42 Tk80 Tk81 There is a number of ports that don't. These ports are broken. Report them if you find them. :) Ugh. Looking over the list of all categories, you might have to add "plan9" to the above list. That's yucky. -- 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 Fri Jun 26 19:57:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA29351 for freebsd-ports-outgoing; Fri, 26 Jun 1998 19:57:34 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from phoenix.welearn.com.au (suebla.lnk.telstra.net [139.130.44.81]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA29328; Fri, 26 Jun 1998 19:57:24 -0700 (PDT) (envelope-from sue@phoenix.welearn.com.au) Received: (from sue@localhost) by phoenix.welearn.com.au (8.8.5/8.8.5) id MAA26627; Sat, 27 Jun 1998 12:57:06 +1000 (EST) Message-ID: <19980627125701.16222@welearn.com.au> Date: Sat, 27 Jun 1998 12:57:01 +1000 From: Sue Blake To: ac199@hwcn.org Cc: Stefan Eggers , Satoshi Asami , freebsd-ports@FreeBSD.ORG Subject: Re: Concurrent package making allowed? References: <19980627120615.53392@welearn.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: ; from Tim Vanderhoek on Fri, Jun 26, 1998 at 10:15:26PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jun 26, 1998 at 10:15:26PM -0400, Tim Vanderhoek wrote: > On Sat, 27 Jun 1998, Sue Blake wrote: > > > I have a problem, but I'm not sure whether adding a field for it is the > > ideal solution. When installing ports to a system not capable of running > > X it is often difficult to know whether that port requires X before a > > long expensive and frustratingly useless download. They aren't all > > Another INDEX field is probably not the solution. This is just a > dependency problem, and there are hundreds of dependencies... :) Does dependency mean it will be installed automatically? Jeez, I'd hate to attempt to install oneko and come back to find all of X clogging my little modem. > > identified by their categories or path in INDEX (e.g. most of those > > listed under audio, some games, and graphics). > > Ports that need X are identified by belonging to one of the > following categories: > > X11 > Tk41 > Tk42 > Tk80 > Tk81 > > There is a number of ports that don't. These ports are broken. > Report them if you find them. :) > > Ugh. Looking over the list of all categories, you might have to > add "plan9" to the above list. That's yucky. And "cam" I suppose. OK, after eyeballing the list sifted as above, here's just a few of the ports that look like they could be for X but I can't tell from INDEX. ephem-4.28 luna-1.9 sattrack-3.1.6 amp-0.7.6 cam-1.02 cddbd-1.3.1p1 cdplay-0.92 gsm-1.0.10 maplay-1.2 mikmod-2.14 mpegaudio-3.9 mpg123-0.59n nspmod-0.1 playmidi-2.3 radio-2.0.4 rosegarden-2.0.1 rplay-3.2.0b6 rsynth-2.0 s3mod-1.09 sox-12.12 splay-0.5 timidity-0.2i tosha-0.05 tracker-5.3 xmpeg3-1.0 kinemage-4.2 povchem-1.0 pilot-link-0.8.9 qpage-3.2 staroffice-3.1 xemacs-19.16 xemacs-20.3 pcemu-1.01a then there's screens and screens of games and graphics... some in databases, mail, math, misc, print, textproc, www... everywhere. I happen to know that I won't get far with staroffice xemacs or kirc, but that's luck. Not all ports called x can be discounted either. Basically, if you don't run X it still looks like a mess. -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 26 22:07:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA12905 for freebsd-ports-outgoing; Fri, 26 Jun 1998 22:07:10 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA12893; Fri, 26 Jun 1998 22:07:01 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (sji-ca6-40.ix.netcom.com [205.186.213.40]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id WAA10032; Fri, 26 Jun 1998 22:06:38 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id WAA26301; Fri, 26 Jun 1998 22:06:34 -0700 (PDT) Date: Fri, 26 Jun 1998 22:06:34 -0700 (PDT) Message-Id: <199806270506.WAA26301@silvia.HIP.Berkeley.EDU> To: ac199@hwcn.org CC: sue@welearn.com.au, jkh@FreeBSD.ORG, ac199@hwcn.org, seggers@semyam.dinoco.de, freebsd-ports@FreeBSD.ORG In-reply-to: (message from Tim Vanderhoek on Fri, 26 Jun 1998 22:15:26 -0400 (EDT)) Subject: Re: Concurrent package making allowed? From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Another INDEX field is probably not the solution. This is just a * dependency problem, and there are hundreds of dependencies... :) That's because the X dependency is implicit, the fact caused by X traditionally being installed from the XF86 distributions instead of the x11/XFree86 port. So ports that require X libraries (etc.) do not have anything in their Makefiles (except for USE_X11 or USE_IMAKE, which are really only for changing PREFIX and calling xmkmf). Maybe we should add dependencies to X too. A simple LIB_DEPENDS on X11 or something just work if installations of the XF86lib (or whatever the right name is) tarball can be coerced to leave a entry like "/var/db/pkg/XFree86-3.3.2". Jordan, how hard would that be? Here's a sample patch (warning, untested!). Basically it renames USE_X11 (which always didn't really mean what it says) to USE_X_PREFIX and adds a renewed USE_X11 meaning "requires X libraries". While I was there, I got rid of NO_CONFIGURE and NO_PATCH, which never meant anything. === Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/src/share/mk/bsd.port.mk,v retrieving revision 1.227.2.38 diff -u -r1.227.2.38 bsd.port.mk --- bsd.port.mk 1998/05/30 22:40:59 1.227.2.38 +++ bsd.port.mk 1998/06/27 05:04:04 @@ -108,7 +108,6 @@ # otherwise.) # # NO_BUILD - Use a dummy (do-nothing) build target. -# NO_CONFIGURE - Use a dummy (do-nothing) configure target. # NO_CDROM - Port may not go on CDROM. Set this string to reason. # NO_DESCRIBE - Use a dummy (do-nothing) describe target. # NO_EXTRACT - Use a dummy (do-nothing) extract target. @@ -127,8 +126,9 @@ # USE_GMAKE - Says that the port uses gmake. # USE_AUTOCONF - Says that the port uses autoconf. Implies GNU_CONFIGURE. # USE_PERL5 - Says that the port uses perl5 for building and running. -# USE_IMAKE - Says that the port uses imake. Implies USE_X11. -# USE_X11 - Says that the port uses X11 (i.e., installs in ${X11BASE}). +# USE_IMAKE - Says that the port uses imake. Implies USE_X_PREFIX. +# USE_X_PREFIX - Says that the port installs in ${X11BASE}. Implies USE_X11. +# USE_X11 - Says that the port uses X libraries. # NO_INSTALL_MANPAGES - For imake ports that don't like the install.man # target. # HAS_CONFIGURE - Says that the port has its own configure script. @@ -348,10 +348,14 @@ .endif .if defined(USE_IMAKE) +USE_X_PREFIX= yes +.endif + +.if defined(USE_X_PREFIX) USE_X11= yes .endif -.if defined(USE_X11) +.if defined(USE_X_PREFIX) PREFIX?= ${X11BASE} .else PREFIX?= ${LOCALBASE} @@ -372,6 +376,9 @@ BUILD_DEPENDS+= perl5.00404:${PORTSDIR}/lang/perl5 RUN_DEPENDS+= perl5.00404:${PORTSDIR}/lang/perl5 .endif +.if defined(USE_X11) +LIB_DEPENDS+= X11\\.6:${PORTSDIR}/x11/XFree86 +.endif .if exists(${PORTSDIR}/../Makefile.inc) .include "${PORTSDIR}/../Makefile.inc" @@ -455,7 +462,7 @@ # Figure out where the local mtree file is .if !defined(MTREE_FILE) -.if defined(USE_X11) +.if defined(USE_X_PREFIX) MTREE_FILE= /etc/mtree/BSD.x11.dist .else MTREE_FILE= /etc/mtree/BSD.local.dist @@ -792,8 +800,10 @@ IGNORE= "may not be placed on a CDROM: ${NO_CDROM}" .elif (defined(RESTRICTED) && defined(NO_RESTRICTED)) IGNORE= "is restricted: ${RESTRICTED}" -.elif (defined(USE_X11) && !exists(${X11BASE})) -IGNORE= "uses X11, but ${X11BASE} not found" +.elif defined(NO_CONFIGURE) +IGNORE= "defines NO_CONFIGURE, which is obsoleted" +.elif defined(NO_PATCH) +IGNORE= "defines NO_PATCH, which is obsoleted" .elif defined(BROKEN) IGNORE= "is marked as broken: ${BROKEN}" .endif @@ -879,18 +889,6 @@ @${DO_NADA} makesum: @${DO_NADA} -.endif - -# Disable patch -.if defined(NO_PATCH) && !target(patch) -patch: extract - @${TOUCH} ${TOUCH_FLAGS} ${PATCH_COOKIE} -.endif - -# Disable configure -.if defined(NO_CONFIGURE) && !target(configure) -configure: patch - @${TOUCH} ${TOUCH_FLAGS} ${CONFIGURE_COOKIE} .endif # Disable build === Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 26 22:10:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA13287 for freebsd-ports-outgoing; Fri, 26 Jun 1998 22:10:28 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from localhost.my.domain (ppp6532.on.bellglobal.com [206.172.208.124]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA13131 for ; Fri, 26 Jun 1998 22:10:08 -0700 (PDT) (envelope-from ac199@hwcn.org) Received: from localhost (tim@localhost) by localhost.my.domain (8.8.8/8.8.8) with SMTP id BAA04214; Sat, 27 Jun 1998 01:10:58 -0400 (EDT) (envelope-from ac199@hwcn.org) X-Authentication-Warning: localhost.my.domain: tim owned process doing -bs Date: Sat, 27 Jun 1998 01:10:58 -0400 (EDT) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: Sue Blake cc: freebsd-ports@FreeBSD.ORG Subject: Re: Concurrent package making allowed? In-Reply-To: <19980627125701.16222@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 Sat, 27 Jun 1998, Sue Blake wrote: > Does dependency mean it will be installed automatically? Jeez, I'd hate > to attempt to install oneko and come back to find all of X clogging my > little modem. That's why X is an exception to the normal dependency handling. :-) > cdplay-0.92 Come'on! Read the COMMENT, at least! That one's claim to fame is that it _doesn't_ require X. In fact, I just fixed it to work on (my) IDE cdroms, and added a nifty pause function. Above and beyond the call of a porter! (Ah, but I'm not just a porter, I'm also a user! ;) > I happen to know that I won't get far with staroffice xemacs or kirc, > but that's luck. Not all ports called x can be discounted either. Hm. I'm not so sure about xemacs. It might work without X, actually.... Don't bother trying---it's still emacs, either way. ;) -- 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 Fri Jun 26 22:18:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA14084 for freebsd-ports-outgoing; Fri, 26 Jun 1998 22:18:27 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from localhost.my.domain (ppp6532.on.bellglobal.com [206.172.208.124]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA14074; Fri, 26 Jun 1998 22:18:22 -0700 (PDT) (envelope-from ac199@hwcn.org) Received: from localhost (tim@localhost) by localhost.my.domain (8.8.8/8.8.8) with SMTP id BAA04221; Sat, 27 Jun 1998 01:19:50 -0400 (EDT) (envelope-from ac199@hwcn.org) X-Authentication-Warning: localhost.my.domain: tim owned process doing -bs Date: Sat, 27 Jun 1998 01:19:50 -0400 (EDT) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: Satoshi Asami cc: ac199@hwcn.org, sue@welearn.com.au, jkh@FreeBSD.ORG, seggers@semyam.dinoco.de, freebsd-ports@FreeBSD.ORG Subject: Re: Concurrent package making allowed? In-Reply-To: <199806270506.WAA26301@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, 26 Jun 1998, Satoshi Asami wrote: > and adds a renewed USE_X11 meaning "requires X libraries". While I > was there, I got rid of NO_CONFIGURE and NO_PATCH, which never meant > anything. I thought NO_PATCH, at least, was potentially useful for testing purposes. eg. {Hmm... I'm testing this upgrade, and I don't want to apply the last rev's patches... what will I do? I know!} $ NO_PATCH=yes make configure Although, I've never actually used NO_PATCH, yet.... -- 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 Fri Jun 26 22:22:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA14728 for freebsd-ports-outgoing; Fri, 26 Jun 1998 22:22:18 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA14721; Fri, 26 Jun 1998 22:22:10 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (sji-ca6-40.ix.netcom.com [205.186.213.40]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id WAA10049; Fri, 26 Jun 1998 22:21:58 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id WAA26332; Fri, 26 Jun 1998 22:21:55 -0700 (PDT) Date: Fri, 26 Jun 1998 22:21:55 -0700 (PDT) Message-Id: <199806270521.WAA26332@silvia.HIP.Berkeley.EDU> To: ac199@hwcn.org CC: ac199@hwcn.org, sue@welearn.com.au, jkh@FreeBSD.ORG, seggers@semyam.dinoco.de, freebsd-ports@FreeBSD.ORG In-reply-to: (message from Tim Vanderhoek on Sat, 27 Jun 1998 01:19:50 -0400 (EDT)) Subject: Re: Concurrent package making allowed? From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * I thought NO_PATCH, at least, was potentially useful for testing * purposes. * * eg. * * {Hmm... I'm testing this upgrade, and I don't want to apply the * last rev's patches... what will I do? I know!} * * $ NO_PATCH=yes make configure I usually just rename the "patch" directory to "p". * Although, I've never actually used NO_PATCH, yet.... I think its usefulness is severely limited. ;) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jun 26 22:59:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA18736 for freebsd-ports-outgoing; Fri, 26 Jun 1998 22:59:57 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from phoenix.welearn.com.au (suebla.lnk.telstra.net [139.130.44.81]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA18715 for ; Fri, 26 Jun 1998 22:59:50 -0700 (PDT) (envelope-from sue@phoenix.welearn.com.au) Received: (from sue@localhost) by phoenix.welearn.com.au (8.8.5/8.8.5) id PAA27167; Sat, 27 Jun 1998 15:59:32 +1000 (EST) Message-ID: <19980627155927.53563@welearn.com.au> Date: Sat, 27 Jun 1998 15:59:27 +1000 From: Sue Blake To: ac199@hwcn.org Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Concurrent package making allowed? References: <19980627125701.16222@welearn.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: ; from Tim Vanderhoek on Sat, Jun 27, 1998 at 01:10:58AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jun 27, 1998 at 01:10:58AM -0400, Tim Vanderhoek wrote: > On Sat, 27 Jun 1998, Sue Blake wrote: > > > Does dependency mean it will be installed automatically? Jeez, I'd hate > > to attempt to install oneko and come back to find all of X clogging my > > little modem. > > That's why X is an exception to the normal dependency handling. :-) > > > > cdplay-0.92 > > Come'on! Read the COMMENT, at least! OK, normally I would :-) In fact I usually spend ages searching through all the info for clues, for each port that looks remotely interesting, before installing a short list of them, just in case one of them will work without X. There have been some good surprises after this effort. I'd rather not have the effort, though. I'd rather have a list of what will work, or an identifying mark, or a script I could run on INDEX to exclude (only) those I can't use, or... I want to browse to answer questions like "What types of sound files can I get a player for?" "Where's a new game I can try?" "Is there anything like plan or xmbase-grok that doesn't need X?" Right now, these are quite difficult to answer, so I tend to assume "no" and go mope. > That one's claim to fame is that it _doesn't_ require X. In fact, I > just fixed it to work on (my) IDE cdroms, and added a nifty pause > function. Above and beyond the call of a porter! (Ah, but I'm not just > a porter, I'm also a user! ;) Good on you! I'd better try it now, eh :-) > > I happen to know that I won't get far with staroffice xemacs or kirc, > > but that's luck. Not all ports called x can be discounted either. > > Hm. I'm not so sure about xemacs. It might work without X, > actually.... Don't bother trying---it's still emacs, either way. ;) Sshhh! Someone might be listening! :-) -- 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 Jun 27 01:30:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA08013 for freebsd-ports-outgoing; Sat, 27 Jun 1998 01:30:51 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tokyonet-entrance.astec.co.jp (tokyonet-entrance.astec.co.jp [202.239.16.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA07924 for ; Sat, 27 Jun 1998 01:30:25 -0700 (PDT) (envelope-from g-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.8.8+2.7Wbeta7/3.6W-astecMX2.3) with ESMTP id RAA06256 for ; Sat, 27 Jun 1998 17:30:21 +0900 (JST) Received: from apricot (isi29.astec.co.jp [172.20.12.229]) by amont.astec.co.jp (8.7.6/3.6W-astecMX2.4) with SMTP id RAA28523 for ; Sat, 27 Jun 1998 17:30:19 +0900 (JST) Date: Sat, 27 Jun 1998 17:30:19 +0900 (JST) Message-Id: <199806270830.RAA28523@amont.astec.co.jp> From: =?ISO-2022-JP?B?GyRCQ2YwZhsoQg==?= =?ISO-2022-JP?B?GyRCOSxHbhsoQg==?= To: freebsd-ports@FreeBSD.ORG Subject: Compiled Gnome and it run but.. MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver 1.23 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, Today I compiled gnome-0.20(http://www.gnome.org/) on FreeBSD 2.2.6 and found it runs well(some programs create core). The ports skeltons is here. http://www.geocities.co.jp/SiliconValley-PaloAlto/4384/gnome-0.20-980627.tar.gz I also tried the build of that many many times on the many different versions of FreeBSD-current, but failed. So, it can't be send-pred until -current is good for gnome but I annnounce here to report some progress for desktop developers (and for the FreeBSD Desktop Theme contest? :-). Below is what I tried. - normal FreeBSD-current(gcc 2.7.2.1) causes link errors about gnomelibs. - FreeBSD-current(gcc 2.8.1+libg++2.8.1.1) also causes another link error about gnomelibs. - FreeBSD-current(make world with gcc 2.8.1+libg++2.8.1.1) causes no error about gnomelibs but core dumps about gnomecore. (This info is from another person) - but FreeBSD-2.2.6(gcc 2.7.2.1) can compile both gnomelibs and gnomecore, with no link errors or core dumps. (because it is stable?) 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 Sat Jun 27 01:50:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA10263 for freebsd-ports-outgoing; Sat, 27 Jun 1998 01:50:48 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA10251; Sat, 27 Jun 1998 01:50:40 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id BAA25715; Sat, 27 Jun 1998 01:51:15 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: asami@FreeBSD.ORG (Satoshi Asami) cc: seggers@semyam.dinoco.de, ac199@hwcn.org, freebsd-ports@FreeBSD.ORG Subject: Re: Concurrent package making allowed? In-reply-to: Your message of "Fri, 26 Jun 1998 16:43:28 PDT." <199806262343.QAA09289@vader.cs.berkeley.edu> Date: Sat, 27 Jun 1998 01:51:14 -0700 Message-ID: <25711.898937474@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > (1) A new mandatory file pkg/SIZE, containing the number of bytes > required by the installation, to be submitted by the porter. Like That will would kill your proposal right there. There is very little likelyhood that this information would be kept up to date, nor should it be the responsibility of the porter to do such grunt work - this is the kind of data which practically screams for an automated solution. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 27 03:51:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA26280 for freebsd-ports-outgoing; Sat, 27 Jun 1998 03:51:02 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA26224 for ; Sat, 27 Jun 1998 03:50:40 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA20395; Sat, 27 Jun 1998 03:50:03 -0700 (PDT) Received: from ail.ail-inc.co.jp ([210.145.48.250]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA25118 for ; Sat, 27 Jun 1998 03:41:35 -0700 (PDT) (envelope-from sada@e-mail.ne.jp) Received: from amygdala.ail-inc.co.jp (amygdala.ail-inc.co.jp [210.145.48.251]) by ail.ail-inc.co.jp (8.8.5/3.6W) with ESMTP id TAA04117 for ; Sat, 27 Jun 1998 19:41:27 +0900 (JST) Received: from thalamus.local.ail-inc.co.jp (thalamus.local.ail-inc.co.jp [192.168.1.6]) by amygdala.ail-inc.co.jp (8.8.8/3.6W98030310) with ESMTP id TAA05131 for ; Sat, 27 Jun 1998 19:39:12 +0900 (JST) Received: (from sada@localhost) by thalamus.local.ail-inc.co.jp (8.8.8/3.6W98032015) id TAA00577; Sat, 27 Jun 1998 19:40:26 +0900 (JST) Message-Id: <199806271041.TAA04117@ail.ail-inc.co.jp> Date: Sat, 27 Jun 1998 19:40:26 +0900 (JST) From: sada@e-mail.ne.jp Reply-To: sada@e-mail.ne.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7086: Port: ja-p5-jcode.pl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7086 >Category: ports >Synopsis: Port: ja-p5-jcode.pl >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 Jun 27 03:50:02 PDT 1998 >Last-Modified: >Originator: SADA Kenji >Organization: Nagoya.Aichi.Japan >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: FreeBSD 2.2.6-RELEASE i386 >Description: A wrapper of ja-jcode.pl for use of Perl5 interpreter. This is only a sybolic link $PREFIX/lib/perl5/site_perl/jcode.pl to $PREFIX/lib/perl/jcode.pl . >How-To-Repeat: >Fix: begin 644 ja-p5-jcode.pl-2.6-1998-0627.tar.gz M'XL(`)L6E#4``^U8ZW/:.!#/5^NOV&ERDW8N^`7&5]ITPH'3.N4U0.[Q*5%L M$1O\.ED^DG9R?_M))A"2-$=O#LC,Q;\!V])*6DF[VH<2HS1V8I?(2:#L;`A0 M44W#@!T`S314\>:8OV\+4#4J%=,T=5/GS32]8NZ`L:D)+2-+&:8`.REV\3^U MFWJ$!-N8T':1+,F_C2=DY`=DW3PT5:U6*D_*7U,K^D+^%97K@J9S1=@!==T3 M^19>N/QWH4.FD,24I>#$04`J`*.8UJ0E)4&[\`NAJ6A#R1^93XE; MDR1)EZNW;GSCY5R\.\VII4&_6X3.)QCZ\%QM_ M1$HA]@,Y(O(X^8!V>>,]V]WC'ZAI#X:=>MLZE,:XM#21DF#9J`^MC]V^;0T$ M.<$120DDA`9&WN_8;G$*0NVZW1GRO]4_E!ZQ0ZA_VCEK6CVKT^3#['WM]:UC M^[<;)?`O%#&6,F=9X[1N?SAHVOT;9-3X?2[]9`E!K=SK'] M\;1O+6I^/K5;S5GI=&"=]:Q^RY@54:MS*$G*A1\I0820&Y?\B*MF$-20=+3W MM?U9<(7'LS.4U&?D3'SF#5N=&RBE(,L*_]V;_HK.2/8C)\A<`N\O4E<6*B&' MDP_HN36TP":Q;/^3R>5&8H#O]O^&6=;5JK#_JE;X_ZW@H?P;W7;;Z@S7RF.% M_Q>RG\N_JADB_BMKJE'X_VV@)[P`<']`,;T6WAY.YG[4\3#%#B,4A(+P1_3G MS/,7+N'_@X?GOVD-&OTU\U@9_YN5A?W7JEH>_ZM:_A\)CW&E'BQ)>1_X7PL3P")!+L2B%A7NR*$44E%]PE8?D8 M()*55$9HZ/$%G)_?3Q1NUR46,K-W@I]+$A*Y*?`9WFY":=Y8C!-#QI?+^'`' MH9C>$5[OSPG[;]XA MGN<,"`$V7^UL/_;P!&Y(@[DUP[AQ/4I M_-#\YNW`4KL@>NJ"X:F^6737FX90&CW1\NXNY;FWY<5@^?SG/G0#-P#_[OZ_ M(LY_V2@7^?\V\%C^H;ON?5^9_X/^4/ZF6=C_K6"W,+4%"A0H4*!`@0(%"KP8 *_`TFQC[(`"@``%C^ ` end >Audit-Trail: >Unformatted: This is SADA from Nagoya. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 27 04:00:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA27424 for freebsd-ports-outgoing; Sat, 27 Jun 1998 04:00:50 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA27405 for ; Sat, 27 Jun 1998 04:00:38 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA20535; Sat, 27 Jun 1998 04:00:02 -0700 (PDT) Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA26746 for ; Sat, 27 Jun 1998 03:58:31 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from root@localhost) by nothing-going-on.demon.co.uk (8.8.8/8.8.8) id LAA22605; Sat, 27 Jun 1998 11:21:59 +0100 (BST) (envelope-from nik) Message-Id: <199806271021.LAA22605@nothing-going-on.demon.co.uk> Date: Sat, 27 Jun 1998 11:21:59 +0100 (BST) From: Nik Clayton Reply-To: nik@nothing-going-on.demon.co.uk To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7087: PORT: texproc/docproj, meta port for the Doc. Project's ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7087 >Category: ports >Synopsis: PORT: texproc/docproj, meta port for the Doc. Project's 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: Sat Jun 27 04:00:01 PDT 1998 >Last-Modified: >Originator: Nik Clayton >Organization: FreeBSD >Release: FreeBSD 2.2.6-STABLE i386 >Environment: N/A >Description: Before working with the FreeBSD documentation project you need to have some apps from ports/textproc installed. This meta-port (based on Satoshi's 'kde' meta-port) depends on all the applications needed so that volunteers can be told "Install textproc/docproj to get everything you need.". I intend to commit this early next week. The PR is to remind me to do so. >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: # # docproj # docproj/Makefile # docproj/pkg # docproj/pkg/COMMENT # docproj/pkg/DESCR # docproj/pkg/PLIST # echo c - docproj mkdir -p docproj > /dev/null 2>&1 echo x - docproj/Makefile sed 's/^X//' >docproj/Makefile << 'END-of-docproj/Makefile' X# New ports collection makefile for: docproj X# Version required: around June 1998 X# Date created: 27 June 1998 X# Whom: Nik Clayton X# X# $Id$ X# X XDISTNAME= docproj XCATEGORIES= textproc XMASTER_SITES= # empty XDISTFILES= # empty X XMAINTAINER= nik@freebsd.org X X# sgmlformat brings in almost everything except for the modular stylesheets XRUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \ X ${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular X XEXTRACT_ONLY= # empty XNO_PATCH= yes XNO_BUILD= yes X Xdo-install: # empty X X.include END-of-docproj/Makefile echo c - docproj/pkg mkdir -p docproj/pkg > /dev/null 2>&1 echo x - docproj/pkg/COMMENT sed 's/^X//' >docproj/pkg/COMMENT << 'END-of-docproj/pkg/COMMENT' XThe "meta-port" for the FreeBSD Documentation Project END-of-docproj/pkg/COMMENT echo x - docproj/pkg/DESCR sed 's/^X//' >docproj/pkg/DESCR << 'END-of-docproj/pkg/DESCR' XThe FreeBSD Documentation Project maintains the FAQ, Handbook and tutorials. X XThis package does not contain anything by itself -- it is a X"meta-port" that depends on other text processing packages. Its sole Xpurpose is to require dependencies so users can install this package only Xand have all the Documentation Project stuff pulled in by the port/package Xdependency mechanism. END-of-docproj/pkg/DESCR echo x - docproj/pkg/PLIST sed 's/^X//' >docproj/pkg/PLIST << 'END-of-docproj/pkg/PLIST' X@comment this plist intentionally left empty END-of-docproj/pkg/PLIST exit >Audit-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 Jun 27 04:20:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA01310 for freebsd-ports-outgoing; Sat, 27 Jun 1998 04:20:48 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA01215 for ; Sat, 27 Jun 1998 04:20:38 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA20773; Sat, 27 Jun 1998 04:20:02 -0700 (PDT) Received: from odin.sat.t.u-tokyo.ac.jp (odin.sat.t.u-tokyo.ac.jp [133.11.156.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA29383 for ; Sat, 27 Jun 1998 04:17:34 -0700 (PDT) (envelope-from hideyuki@sat.t.u-tokyo.ac.jp) Received: by odin.sat.t.u-tokyo.ac.jp (8.8.8/8.7.3) id UAA24467; Sat, 27 Jun 1998 20:17:28 +0900 (JST) Message-Id: <199806271117.UAA24467@odin.sat.t.u-tokyo.ac.jp> Date: Sat, 27 Jun 1998 20:17:28 +0900 (JST) From: Hideyuki Suzuki Reply-To: hideyuki@sat.t.u-tokyo.ac.jp To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: takayuki@moon.trad.pfu.co.jp, hideyuki@sat.t.u-tokyo.ac.jp X-Send-Pr-Version: 3.2 Subject: ports/7088: wide-dhcp: resolv.conf generation problem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7088 >Category: ports >Synopsis: wide-dhcp: resolv.conf generation problem >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 Jun 27 04:20:01 PDT 1998 >Last-Modified: >Originator: Hideyuki Suzuki >Organization: Univ. of Tokyo, Japan. >Release: FreeBSD 2.2.6-STABLE i386 >Environment: ports-current >Description: Though wide-dhcp port includes a patch to generate /etc/resolv.conf from information offered by DHCP server, both DNS server address and domain name have been required to generate resolv.conf. Since domain name is not essential, dhcp client should generate resolv.conf regardless of domain name. >How-To-Repeat: When the dhcp server does not offer domain name, see its wide-dhcp client does not generate /etc/resolv.conf in spite of -r option. >Fix: Apply the following patch. One file is modified. No file is added or removed. Index: wide-dhcp/patches/patch-ac =================================================================== RCS file: /pub/FreeBSD-CVS/ports/net/wide-dhcp/patches/patch-ac,v retrieving revision 1.6 diff -u -r1.6 patch-ac --- patch-ac 1998/05/02 15:14:41 1.6 +++ patch-ac 1998/06/27 10:34:29 @@ -1,5 +1,5 @@ --- client/dhcpc_subr.c.orig Thu Jul 3 05:19:01 1997 -+++ client/dhcpc_subr.c Wed Apr 22 01:10:00 1998 ++++ client/dhcpc_subr.c Sat Jun 27 19:30:56 1998 @@ -64,6 +64,12 @@ #ifdef __osf__ #include @@ -42,7 +42,7 @@ bzero(&so_dst, sizeof(struct sockaddr)); bzero(&so_mask, sizeof(struct sockaddr)); bzero(&so_gate, sizeof(struct sockaddr)); -@@ -1895,6 +1909,44 @@ +@@ -1895,6 +1909,45 @@ #endif @@ -60,13 +60,14 @@ + /* + * set resolv.conf + */ -+ if (param->dns_domain != NULL && param->dns_server != NULL) { ++ if (param->dns_server != NULL) { + if (param->dns_server->num && param->dns_server->addr != NULL) { + unlink(_PATH_RESCONF); + if ((fp = fopen(_PATH_RESCONF, "w")) == NULL) { + return; + } -+ fprintf(fp, "domain %s\n", param->dns_domain); ++ if (param->dns_domain != NULL) ++ fprintf(fp, "domain %s\n", param->dns_domain); + for (i = 0; i < param->dns_server->num; i++) { + fprintf(fp,"nameserver %s\n",inet_ntoa(param->dns_server->addr[i])); + } @@ -87,7 +88,7 @@ void make_decline(lsbuf, reqspecp) -@@ -2528,11 +2580,9 @@ +@@ -2528,11 +2581,9 @@ struct msghdr msg; struct iovec bufvec[1]; int bufsize = DFLTDHCPLEN; @@ -99,7 +100,7 @@ if (sockfd == -1) { struct sockaddr_in myaddr; -@@ -2556,7 +2606,7 @@ +@@ -2556,7 +2607,7 @@ return(-1); } >Audit-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 Jun 27 06:41:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA13363 for freebsd-ports-outgoing; Sat, 27 Jun 1998 06:41:42 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA13358 for ; Sat, 27 Jun 1998 06:41:39 -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.8.7/8.8.7) with ESMTP id NAA20243; Sat, 27 Jun 1998 13:41:37 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id PAA13927; Sat, 27 Jun 1998 15:41:36 +0200 (MET DST) Message-ID: <19980627154135.62194@follo.net> Date: Sat, 27 Jun 1998 15:41:35 +0200 From: Eivind Eklund To: ac199@hwcn.org, Sue Blake Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Concurrent package making allowed? References: <19980627125701.16222@welearn.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: ; from Tim Vanderhoek on Sat, Jun 27, 1998 at 01:10:58AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jun 27, 1998 at 01:10:58AM -0400, Tim Vanderhoek wrote: > > I happen to know that I won't get far with staroffice xemacs or kirc, > > but that's luck. Not all ports called x can be discounted either. > > Hm. I'm not so sure about xemacs. It might work without X, > actually.... Don't bother trying---it's still emacs, either way. ;) Emacs is nice :-) XEmacs works in console mode, and is actually nicer in console mode than the regular emacs. I've yet to decide whether it is nicer in X; it has pros (graphics support) and cons (the clipboard handling SUCKS - separate clipboards that 'sometimes' mesh. GNU Emacs handles it nicely...) Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 27 07:46:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA18899 for freebsd-ports-outgoing; Sat, 27 Jun 1998 07:46:53 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from bandicoot.prth.tensor.pgs.com (bandicoot.prth.tensor.pgs.com [157.147.224.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA18873 for ; Sat, 27 Jun 1998 07:46:47 -0700 (PDT) (envelope-from shocking@ariadne.prth.tensor.pgs.com) Received: from ariadne.tensor.pgs.com (ariadne [157.147.227.36]) by bandicoot.prth.tensor.pgs.com (8.8.8/8.8.8) with SMTP id WAA04823 for ; Sat, 27 Jun 1998 22:45:55 +0800 (WST) Received: from ariadne by ariadne.tensor.pgs.com (SMI-8.6/SMI-SVR4) id WAA16450; Sat, 27 Jun 1998 22:46:16 +0800 Message-Id: <199806271446.WAA16450@ariadne.tensor.pgs.com> X-Mailer: exmh version 2.0.2 2/24/98 To: ports@FreeBSD.ORG Subject: RPM port not building under current. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 27 Jun 1998 22:46:16 +0800 From: Stephen Hocking-Senior Programmer PGS Tensor Perth Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Complains about missing gzread,gzwrite procedures. Stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 27 08:30:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA22798 for freebsd-ports-outgoing; Sat, 27 Jun 1998 08:30:40 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA22791 for ; Sat, 27 Jun 1998 08:30:38 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA27476; Sat, 27 Jun 1998 08:30:02 -0700 (PDT) Received: from catastrophe.gelemna.ft-wayne.in.us (fw-line-69.fwi.com [209.84.172.74]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA22290 for ; Sat, 27 Jun 1998 08:25:01 -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 KAA20197 for ; Sat, 27 Jun 1998 10:23:56 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.8.8/8.8.8) id KAA23197; Sat, 27 Jun 1998 10:23:56 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Message-Id: <199806271523.KAA23197@emerson.gelemna.ft-wayne.in.us> Date: Sat, 27 Jun 1998 10:23:56 -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/7091: Update x11/blackbox port to 0.33.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7091 >Category: ports >Synopsis: Update blackbox port to 0.33.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: Sat Jun 27 08:30:01 PDT 1998 >Last-Modified: >Originator: Don Croyle >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: Blackbox has gone through a few releases since the original port. These diffs update it to the latest. >How-To-Repeat: >Fix: Apply these diffs. Note that this adds a new file: patches/patch-ab --- blackbox.old/Makefile Mon Jun 15 22:04:34 1998 +++ blackbox/Makefile Sat Jun 27 10:04:02 1998 @@ -1,18 +1,17 @@ # New ports collection makefile for: Blackbox -# Version required: 0.33.3 +# Version required: 0.33.6 # Date created: June 15, 1998 # Whom: Brian Handy # # $Id: Makefile,v 1.1.1.1 1998/06/16 03:04:34 mph Exp $ # -DISTNAME= blackbox-0.33.3 +DISTNAME= blackbox-0.33.6 CATEGORIES= x11 MASTER_SITES= http://linux.wiw.org/blackbox/sources/ MAINTAINER= ports@FreeBSD.ORG USE_IMAKE= yes -NO_INSTALL_MANPAGES= yes .include diff -ruN blackbox.old/files/md5 blackbox/files/md5 --- blackbox.old/files/md5 Mon Jun 15 22:04:34 1998 +++ blackbox/files/md5 Sat Jun 27 09:46:51 1998 @@ -1 +1 @@ -MD5 (blackbox-0.33.3.tar.gz) = 829eb34ad710a745ba875e4c27c82043 +MD5 (blackbox-0.33.6.tar.gz) = 3ff57f0cf03bb54d143838bf065b4526 diff -ruN blackbox.old/patches/patch-aa blackbox/patches/patch-aa --- blackbox.old/patches/patch-aa Mon Jun 15 22:04:34 1998 +++ blackbox/patches/patch-aa Sat Jun 27 10:00:46 1998 @@ -1,11 +1,19 @@ ---- graphics.cc.orig Mon Jun 15 14:45:59 1998 -+++ graphics.cc Mon Jun 15 14:46:10 1998 -@@ -26,7 +26,7 @@ - #include "blackbox.hh" - #include "graphics.hh" - --#include -+#include - - - // ************************************************************************* +*** src/graphics.cc.orig Thu Jun 25 23:11:57 1998 +--- src/graphics.cc Sat Jun 27 09:58:19 1998 +*************** +*** 26,32 **** + #include "blackbox.hh" + #include "graphics.hh" + +! #include + + #ifdef GradientHack + # include +--- 26,32 ---- + #include "blackbox.hh" + #include "graphics.hh" + +! #include + + #ifdef GradientHack + # include diff -ruN blackbox.old/patches/patch-ab blackbox/patches/patch-ab --- blackbox.old/patches/patch-ab Wed Dec 31 19:00:00 1969 +++ blackbox/patches/patch-ab Sat Jun 27 10:01:13 1998 @@ -0,0 +1,12 @@ +*** src/Imakefile.orig Thu Jun 25 23:44:45 1998 +--- src/Imakefile Sat Jun 27 09:54:22 1998 +*************** +*** 76,82 **** + + #ifndef ComplexCplusplusProgramTargetNoMan + #define ComplexCplusplusProgramTargetNoMan(program) @@\ +- PROGRAM = program @@\ + @@\ + AllTarget(program) @@\ + @@\ +--- 76,81 ---- >Audit-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 Jun 27 09:28:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29476 for freebsd-ports-outgoing; Sat, 27 Jun 1998 09:28:52 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA29458; Sat, 27 Jun 1998 09:28:40 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA00192; Sat, 27 Jun 1998 09:28:05 -0700 (PDT) Date: Sat, 27 Jun 1998 09:28:05 -0700 (PDT) Message-Id: <199806271628.JAA00192@freefall.freebsd.org> To: phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: bin/7090 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: crypt(3) partially returns raw password when salt isn't null-terminated New Synopsis: xlock manhandles crypt(3) apr. Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: phk Responsible-Changed-When: Sat Jun 27 09:26:56 PDT 1998 Responsible-Changed-Why: xlock issue. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 27 10:12:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04148 for freebsd-ports-outgoing; Sat, 27 Jun 1998 10:12:09 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from Octopussy.MI.Uni-Koeln.DE (Octopussy.MI.Uni-Koeln.DE [134.95.166.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04028; Sat, 27 Jun 1998 10:11:57 -0700 (PDT) (envelope-from se@dialup124.zpr.uni-koeln.de) Received: from dialup124.zpr.Uni-Koeln.DE (annexr3-13.slip.Uni-Koeln.DE [134.95.170.203]) by Octopussy.MI.Uni-Koeln.DE (8.8.8/8.8.8) with ESMTP id TAA14177; Sat, 27 Jun 1998 19:11:52 +0200 (MET DST) Received: (from se@localhost) by dialup124.zpr.Uni-Koeln.DE (8.8.8/8.6.9) id PAA11307; Sat, 27 Jun 1998 15:21:25 +0200 (CEST) X-Face: " Date: Sat, 27 Jun 1998 15:21:24 +0200 From: Stefan Esser To: Bill Ford Cc: ports@FreeBSD.ORG, Stefan Esser Subject: Re: FreeBSD Port: kdemultimedia-3.1b References: <199806261807.LAA05842@thor.cs.uop.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <199806261807.LAA05842@thor.cs.uop.edu>; from Bill Ford on Fri, Jun 26, 1998 at 11:06:45AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 1998-06-26 11:06 -0700, Bill Ford wrote: > Will the Beta 4 version of kdemultimedia be available > in the ports tree soon. The current version will not > install. I get an 'Update' statement. The BETA4 version of kdemultimedia could not easily be built and I ran out of time. There is now a version 1 prerelease on the KDE mirrors, and I'm going to upgrade our ports to be based on that, as soon as I find some time. Regards, STefan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 27 12:30:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17580 for freebsd-ports-outgoing; Sat, 27 Jun 1998 12:30:40 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA17566 for ; Sat, 27 Jun 1998 12:30:37 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA03655; Sat, 27 Jun 1998 12:30:01 -0700 (PDT) Date: Sat, 27 Jun 1998 12:30:01 -0700 (PDT) Message-Id: <199806271930.MAA03655@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Bill Fenner Subject: Re: bin/7090: crypt(3) partially returns raw password when salt isn't null-terminated Reply-To: Bill Fenner Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7090; it has been noted by GNATS. From: Bill Fenner To: Just Another Perl Hacker Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/7090: crypt(3) partially returns raw password when salt isn't null-terminated Date: Sat, 27 Jun 1998 12:21:37 PDT In message you write: >Refer to the manpages of >other operating systems, e.g. BSD/OS, Linux, Sun. The SunOS, BSD4.3, OSF/1, Solaris, and IRIX man pages all say: The second [argument to crypt] is a 2-character string chosen from the set [a-zA-Z0-9./]. The Single UNIX ® Specification, Version 2 says: The key argument points to a string to be encoded. The salt argument is a string chosen from the set: [...] All of these pieces of documentation say that the salt argument is a string. Strings are null terminated. Since crypt()'s 2nd argument is documented to be a string, xlock is wrong to pass in something that's not a string (even though it appears to work on most OS's). Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 27 13:38:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25453 for freebsd-ports-outgoing; Sat, 27 Jun 1998 13:38:22 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25414; Sat, 27 Jun 1998 13:38:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA05516; Sat, 27 Jun 1998 13:37:37 -0700 (PDT) Date: Sat, 27 Jun 1998 13:37:37 -0700 (PDT) Message-Id: <199806272037.NAA05516@freefall.freebsd.org> To: croyle@gelemna.ft-wayne.in.us, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7091 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update blackbox port to 0.33.6 State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sat Jun 27 13:36:05 PDT 1998 State-Changed-Why: Upgrade 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 Jun 27 13:40:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25687 for freebsd-ports-outgoing; Sat, 27 Jun 1998 13:40:35 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25652; Sat, 27 Jun 1998 13:40:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA05707; Sat, 27 Jun 1998 13:39:44 -0700 (PDT) Date: Sat, 27 Jun 1998 13:39:44 -0700 (PDT) Message-Id: <199806272039.NAA05707@freefall.freebsd.org> To: hideyuki@sat.t.u-tokyo.ac.jp, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/7088 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wide-dhcp: resolv.conf generation problem State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sat Jun 27 13:38:35 PDT 1998 State-Changed-Why: Suggested 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 Sat Jun 27 13:55:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA27900 for freebsd-ports-outgoing; Sat, 27 Jun 1998 13:55:38 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA27832; Sat, 27 Jun 1998 13:55:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA06576; Sat, 27 Jun 1998 13:54:24 -0700 (PDT) Date: Sat, 27 Jun 1998 13:54:24 -0700 (PDT) Message-Id: <199806272054.NAA06576@freefall.freebsd.org> To: steve@FreeBSD.ORG, gnats-admin@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: pending/7027 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: New Synopsis: lang/kaffe port is out of date Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Sat Jun 27 13:49:58 PDT 1998 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 27 14:06:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29892 for freebsd-ports-outgoing; Sat, 27 Jun 1998 14:06:27 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA29818; Sat, 27 Jun 1998 14:06:10 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA07380; Sat, 27 Jun 1998 14:05:32 -0700 (PDT) Date: Sat, 27 Jun 1998 14:05:32 -0700 (PDT) Message-Id: <199806272105.OAA07380@freefall.freebsd.org> To: lmarc@mail.labcontrol.com, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6898 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: improper installation of a2ps-A4-4.9.8 info file State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sat Jun 27 14:03:47 PDT 1998 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 Sat Jun 27 14:14:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01110 for freebsd-ports-outgoing; Sat, 27 Jun 1998 14:14:35 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tim.xenologics.com (tim.xenologics.com [194.77.5.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01099; Sat, 27 Jun 1998 14:14:27 -0700 (PDT) (envelope-from seggers@semyam.dinoco.de) Received: (from uucp@localhost) by tim.xenologics.com (8.8.5/8.8.8) with UUCP id XAA04377; Sat, 27 Jun 1998 23:09:37 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by semyam.dinoco.de (8.8.8/8.8.8) with ESMTP id WAA02008; Sat, 27 Jun 1998 22:29:27 +0200 (CEST) (envelope-from seggers@semyam.dinoco.de) Message-Id: <199806272029.WAA02008@semyam.dinoco.de> To: asami@FreeBSD.ORG (Satoshi Asami) cc: seggers@semyam.dinoco.de, ac199@hwcn.org, freebsd-ports@FreeBSD.ORG Subject: Re: Concurrent package making allowed? In-reply-to: Your message of "Fri, 26 Jun 1998 16:43:28 PDT." <199806262343.QAA09289@vader.cs.berkeley.edu> Date: Sat, 27 Jun 1998 22:29:27 +0200 From: Stefan Eggers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > FWIW, this is how I think it should be done: > > (1) A new mandatory file pkg/SIZE, containing the number of bytes > required by the installation, to be submitted by the porter. Like I use /usr/ports/packages/All with filenames like package+SIZE for this information. Resembles the file in the package a little bit. If one doesn't have a separate package directory it just gets to the place the package is. > files/md5, there is a target in bsd.port.mk to create it (probably > via pkg_create, like you suggested). Maybe another target in Done the above mentioned way. See my PR. bin/7019/7020/7021 (something around there) I think. > bsd.port.mk to verify it, but it has to ignore a difference of a > few bytes (few Kbytes?). It can't be used reasonably. How do you expect a size for a FreeBSD i386 version to work for a SPARC version under NetBSD for example? It doesn't make sense. And even if we stay with FreeBSD it won't work in the long run. Alpha binaries are different in size from i386 bina- ries. I think we can assume someone using the ports collection instead of pre-compiled packages knows how to estimate the size and if he/she underestimates it how to get out of the trouble. > (2) A new field in ports/INDEX containing all the sizes of all ports. I will try this solution with an automatic merge of /usr/ports/INDEX and the size information accompanying the packages after building. The index will be the right one for the built packages. The merged INDEX file is intended for inclusion on CDs and FTP servers with these packages. > (3) New option to pkg_create to calculate the size and print it out > to stdout. Also another option to put the size file in the Use options "-S /dev/stdout -z" with a pkg_create patched the way I did it. See my PR for this. A new option just for outputting it to stdout seems to be a waste of effort and space and makes the man page even harder to understand. > package itself. A new option to pkg_info to print the size out > (in bytes) to stdout, as well as maybe mods to pretty-print it > with the rest of the stuff. Sure. Guess what my todo list says. :-) The former option I will add and submit if someone has a need for it. > (4) sysinstall uses new field in ports/INDEX to do whatever nice > things for the user (for instance, to warn they are about to Sure. Same todo list. :-) Stefan. -- Stefan Eggers Lu4 yao2 zhi1 ma3 li4, Max-Slevogt-Str. 1 ri4 jiu3 jian4 ren2 xin1. 51109 Koeln Federal Republic of Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 27 14:17:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01546 for freebsd-ports-outgoing; Sat, 27 Jun 1998 14:17:45 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tim.xenologics.com (tim.xenologics.com [194.77.5.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01541 for ; Sat, 27 Jun 1998 14:17:40 -0700 (PDT) (envelope-from seggers@semyam.dinoco.de) Received: (from uucp@localhost) by tim.xenologics.com (8.8.5/8.8.8) with UUCP id XAA04928; Sat, 27 Jun 1998 23:11:02 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by semyam.dinoco.de (8.8.8/8.8.8) with ESMTP id XAA03033; Sat, 27 Jun 1998 23:06:29 +0200 (CEST) (envelope-from seggers@semyam.dinoco.de) Message-Id: <199806272106.XAA03033@semyam.dinoco.de> To: ac199@hwcn.org cc: Sue Blake , Stefan Eggers , freebsd-ports@FreeBSD.ORG Subject: Re: Concurrent package making allowed? In-reply-to: Your message of "Fri, 26 Jun 1998 22:15:26 EDT." Date: Sat, 27 Jun 1998 23:06:28 +0200 From: Stefan Eggers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > X it is often difficult to know whether that port requires X before a > > long expensive and frustratingly useless download. They aren't all > Ports that need X are identified by belonging to one of the > following categories: How about telling sysinstall about it? If chinese/cxterm gets high- lighted it could add an "(needs X11)" in front of the description shown at the bottom of the list by recognizing it is also in x11. Same for TkXX. Not a nice solution but one working right now w/o any serious modifi- cation to the INDEX file at this point. Stefan. -- Stefan Eggers Lu4 yao2 zhi1 ma3 li4, Max-Slevogt-Str. 1 ri4 jiu3 jian4 ren2 xin1. 51109 Koeln Federal Republic of Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 27 15:10:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA09777 for freebsd-ports-outgoing; Sat, 27 Jun 1998 15:10:41 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA09764 for ; Sat, 27 Jun 1998 15:10:38 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA09126; Sat, 27 Jun 1998 15:10:01 -0700 (PDT) Date: Sat, 27 Jun 1998 15:10:01 -0700 (PDT) Message-Id: <199806272210.PAA09126@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Poul-Henning Kamp Subject: Re: bin/7090: crypt(3) partially returns raw password when salt isn't null-terminated Reply-To: Poul-Henning Kamp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7090; it has been noted by GNATS. From: Poul-Henning Kamp To: Just Another Perl Hacker Cc: FreeBSD-bugs@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/7090: crypt(3) partially returns raw password when salt isn't null-terminated Date: Sun, 28 Jun 1998 00:00:18 +0200 >It is therefore FreeBSD's fault in not expecting non-terminated salts, >while providing a compatible API with an incompatible behaviour which >results the blatantly wrong output. You missed my point. No I didn't, I carefully surveyed the issue back in 1994 when I wrote the MD5 based crypt(3), and found that only very few programs were brain-damaged enough to peek into the internals of the crypt implementation this way. Most sane users simply pass the entrypted password they have found in the passwd file as salt arg to crypt, which means that the crypt(3) can chew it up any way it wants to, and you will work both with the "old DES", which you refer to, the "new DES" which takes a 9 character salt or the MD5 based "$1$" one which takes a 12 char salt or the OpenBSD "$2a$" SHS based with has a salt longer than the number of atoms in the universe... Remember: "Be conservative in what you send and liberal in what you expect". QED: xlock has no business knowing that salts are X characters for any value of X. -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "ttyv0" -- What UNIX calls a $20K state-of-the-art, 3D, hi-res color terminal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 27 15:54:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14478 for freebsd-ports-outgoing; Sat, 27 Jun 1998 15:54:09 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14465 for ; Sat, 27 Jun 1998 15:54:03 -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 SMTP id QAA04065; Sat, 27 Jun 1998 16:53:17 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Sat, 27 Jun 1998 16:53:17 -0600 (MDT) From: Brett Taylor To: Sue Blake cc: freebsd-ports@FreeBSD.ORG Subject: Re: Concurrent package making allowed? In-Reply-To: <19980627125701.16222@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 Sat, 27 Jun 1998, Sue Blake wrote: -snip- > OK, after eyeballing the list sifted as above, here's just a few of the > ports that look like they could be for X but I can't tell from INDEX. > > cddbd-1.3.1p1 don't think so - this is just a database server > cdplay-0.92 nope - read the DESCR :-) > gsm-1.0.10 doubt it - this just converst sound files amongst different types > maplay-1.2 don't think so.. > mikmod-2.14 nope - uses ncurses, which is marked broken anyway... :-) > sox nope - sound converter again -snip- tired of reading pkg/DESCR > splay-0.5 oops one more - nope - I did splay-tk port to make an X gui > then there's screens and screens of games and graphics... > some in databases, mail, math, misc, print, textproc, www... everywhere. Essentially all the games use X. Graphics - well that pretty much screams X. I understand it can be confusing, but we don't want to make an X dependency. I suppose we could go back and put "USE_X11= yes" in each of the port Makefiles, but that won't help in the INDEX. In addition, all USE_X11 does is set PREFIX = ${X11BASE} anyway, as I recall. I personally don't think the INDEX should be the end all to everything and have every single piece of information in it. If you SEE something in the INDEX, don't you go read the pkg/DESCR or pkg/COMMENT for that port to see if it's really what you want? It's pretty easy, usually, to determine what needs X and what doesn't from the description (of course maybe I've been at this too long and it just seems easy to me now). Brett ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 27 16:50:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA19345 for freebsd-ports-outgoing; Sat, 27 Jun 1998 16:50:32 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from phoenix.welearn.com.au (suebla.lnk.telstra.net [139.130.44.81]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA19323 for ; Sat, 27 Jun 1998 16:50:26 -0700 (PDT) (envelope-from sue@phoenix.welearn.com.au) Received: (from sue@localhost) by phoenix.welearn.com.au (8.8.5/8.8.5) id JAA29348; Sun, 28 Jun 1998 09:50:06 +1000 (EST) Message-ID: <19980628095002.19830@welearn.com.au> Date: Sun, 28 Jun 1998 09:50:02 +1000 From: Sue Blake To: Brett Taylor Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Concurrent package making allowed? References: <19980627125701.16222@welearn.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: ; from Brett Taylor on Sat, Jun 27, 1998 at 04:53:17PM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jun 27, 1998 at 04:53:17PM -0600, Brett Taylor wrote: > On Sat, 27 Jun 1998, Sue Blake wrote: > > then there's screens and screens of games and graphics... > > some in databases, mail, math, misc, print, textproc, www... everywhere. > > Essentially all the games use X. Which makes it important but difficult to select the one or two games that don't have to use X. > Graphics - well that pretty much screams X. Oh, you'd be surprised what some of the graphics ports can do without X. Install them all to a machine without X and you'll find some real gems. > I understand it can be confusing, but we don't want to make an X > dependency. I suppose we could go back and put "USE_X11= yes" in each of > the port Makefiles, but that won't help in the INDEX. In addition, all > USE_X11 does is set PREFIX = ${X11BASE} anyway, as I recall. Looking in every Makefile might seem a pain, but quite tolerable when simply looking for a port to do a particular job without X. Consider that at present there is absolutely no way to determine with certainty whether an app needs X before downloading (unless certain tell-tale signs happen to be present) and a little searching for this info becomes quite acceptable. But I'm not sure that this is the business of a Makefile. > I personally don't think the INDEX should be the end all to everything and > have every single piece of information in it. If you SEE something in the > INDEX, don't you go read the pkg/DESCR or pkg/COMMENT for that port to see > if it's really what you want? It's pretty easy, usually, to determine > what needs X and what doesn't from the description (of course maybe I've > been at this too long and it just seems easy to me now). Sure, normally I read *everything* but still can't be sure for many ports. I would not be happy with a solution that caused others a great deal of inconvenience or was difficult to maintain. Nevertheless, I think that the problem is real and the search for a solution worthwhile. Nobody's machine is going to crash because they can't find suitable ports, but the problem while relatively small applies to anyone who only runs FreeBSD (and X is not FreeBSD). One way, for example, would be to put up a personal web page listing those ports which I know to work without X, but I can't see any good way of maintaining it for new and X-"enhanced" ports. Maybe that's all that could be done though. I don't know enough about ports to judge. Before I start working systematically through the 885 ports left in my filtered list to identify those that don't need X, I'm mentioning the problem in case there is something else which can and should be done. Hey, many of those listed under "x11" already appear elsewhere, so what about a secondary non-X category for those we know don't need it? -- 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 Jun 27 16:53:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA19691 for freebsd-ports-outgoing; Sat, 27 Jun 1998 16:53:53 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA19674 for ; Sat, 27 Jun 1998 16:53:47 -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 SMTP id RAA04228; Sat, 27 Jun 1998 17:53:09 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Sat, 27 Jun 1998 17:53:09 -0600 (MDT) From: Brett Taylor To: Sue Blake cc: freebsd-ports@FreeBSD.ORG Subject: Re: Concurrent package making allowed? In-Reply-To: <19980628095002.19830@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 Hi Sue, -lots of good comments snipped for brevity- Well, I hadn't read my email for awhile when I responded and I then saw Satoshi's patch to bsd.port.mk - I think that will take care of most of the trouble (fingers crossed). > Hey, many of those listed under "x11" already appear elsewhere, so what > about a secondary non-X category for those we know don't need it? You have to talk to someone higher up than me to get that to happen! :-) Brett To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 27 22:00:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26670 for freebsd-ports-outgoing; Sat, 27 Jun 1998 22:00:41 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hwcn.org (ac199@james.hwcn.org [199.212.94.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26664 for ; Sat, 27 Jun 1998 22:00:37 -0700 (PDT) (envelope-from hoek@hwcn.org) Received: from localhost (ac199@localhost) by hwcn.org (8.8.8/8.8.8) with SMTP id AAA28702; Sun, 28 Jun 1998 00:53:57 -0400 (EDT) Date: Sun, 28 Jun 1998 00:53:57 -0400 (EDT) From: Tim Vanderhoek Reply-To: Tim Vanderhoek To: Sue Blake cc: Brett Taylor , freebsd-ports@FreeBSD.ORG Subject: Re: Concurrent package making allowed? In-Reply-To: <19980628095002.19830@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 Sun, 28 Jun 1998, Sue Blake wrote: > One way, for example, would be to put up a personal web page listing > those ports which I know to work without X, but I can't see any good way Ugh! > Hey, many of those listed under "x11" already appear elsewhere, so what > about a secondary non-X category for those we know don't need it? Ugh! > Looking in every Makefile might seem a pain, but quite tolerable when > simply looking for a port to do a particular job without X. Consider that You should look in the Makefile of any port before you compile it... However, it shouldn't be necessary to look in the Makefile to determine if the port requires X. Currently you should be able to divine it from the CATEGORIES (yes, I know, many of the ports don't have the right CATEGORIES, but that's a problem due to the fast growth of the collection and education is the solution to it). Actually, I prefer the patch asami posted (with the caveat that I lost the patch and can't look over it right now to make sure I still prefer it :). We should give X as little special treatement as possible. Also, if we can stop using x11 as a virtual category, it will become a little more readable. [... thinking ...] There is a bit of a problem in that some port that require on X do not legitimately depend on X. I'm thinking particularly of the various Tcl/Tk scripts. They shouldn't have a dependency on X. A much more flexible method of handling dependencies in general needs to be designed. This has been a known failing of the ports system for quite some time... :-) -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 27 22:34:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01039 for freebsd-ports-outgoing; Sat, 27 Jun 1998 22:34:31 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from phoenix.welearn.com.au (suebla.lnk.telstra.net [139.130.44.81]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA01032 for ; Sat, 27 Jun 1998 22:34:24 -0700 (PDT) (envelope-from sue@phoenix.welearn.com.au) Received: (from sue@localhost) by phoenix.welearn.com.au (8.8.5/8.8.5) id PAA00156; Sun, 28 Jun 1998 15:34:06 +1000 (EST) Message-ID: <19980628153402.12114@welearn.com.au> Date: Sun, 28 Jun 1998 15:34:02 +1000 From: Sue Blake To: Tim Vanderhoek Cc: Brett Taylor , freebsd-ports@FreeBSD.ORG Subject: Re: Concurrent package making allowed? References: <19980628095002.19830@welearn.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: ; from Tim Vanderhoek on Sun, Jun 28, 1998 at 12:53:57AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Jun 28, 1998 at 12:53:57AM -0400, Tim Vanderhoek wrote: > On Sun, 28 Jun 1998, Sue Blake wrote: > > > One way, for example, would be to put up a personal web page listing > > those ports which I know to work without X, but I can't see any good way > > Ugh! Yes, well, this is the best I can come up with :-) > > Looking in every Makefile might seem a pain, but quite tolerable when > > simply looking for a port to do a particular job without X. Consider that > > You should look in the Makefile of any port before you compile it... If you know what the stuff in a Makefile is. Beginners won't. I'm juuuust staaaarting to learn about them, and I've been blindly typing "make install" for months. > However, it shouldn't be necessary to look in the Makefile to > determine if the port requires X. > > Currently you should be able to divine it from the CATEGORIES > (yes, I know, many of the ports don't have the right CATEGORIES, > but that's a problem due to the fast growth of the collection and > education is the solution to it). You mean categories like audio? graphics? We found that didn't help. If I could use grep to exclude everything uninteresting from INDEX I'd be happy as larry, but we haven't found a way to do that that comes close. > Actually, I prefer the patch asami posted (with the caveat that I > lost the patch and can't look over it right now to make sure I > still prefer it :). Hmm.. ok, maybe there's a good solution there but it would have gone over my head. I'm just a user who wanted to explain why it's hard to avoid installing the wrong stuff. I think my point has been taken and there's nothing more I can usefully contribute. It'll be fixed one day if it can be, and that's great. Thanks for listening. -- 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 Jun 27 22:55:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA03743 for freebsd-ports-outgoing; Sat, 27 Jun 1998 22:55:16 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hwcn.org (ac199@james.hwcn.org [199.212.94.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA03738 for ; Sat, 27 Jun 1998 22:55:11 -0700 (PDT) (envelope-from hoek@hwcn.org) Received: from localhost (ac199@localhost) by hwcn.org (8.8.8/8.8.8) with SMTP id BAA04080; Sun, 28 Jun 1998 01:44:09 -0400 (EDT) Date: Sun, 28 Jun 1998 01:44:09 -0400 (EDT) From: Tim Vanderhoek To: Sue Blake cc: Tim Vanderhoek , Brett Taylor , freebsd-ports@FreeBSD.ORG Subject: Re: Concurrent package making allowed? In-Reply-To: <19980628153402.12114@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 Sun, 28 Jun 1998, Sue Blake wrote: > > You should look in the Makefile of any port before you compile it... > > If you know what the stuff in a Makefile is. Beginners won't. I'm juuuust > staaaarting to learn about them, and I've been blindly typing "make > install" for months. No, you're supposed to be looking for comments like: # Change this to "yes" to enable compilation of the foo-baz feature Or, to grab a real-life example... # Remove the below line to get Cyrillic code page support instead (free cookie to whoever guesses which port -- no cheating! ;-). > You mean categories like audio? graphics? We found that didn't help. > If I could use grep to exclude everything uninteresting from INDEX I'd be > happy as larry, but we haven't found a way to do that that comes close. No, those aren't the categories I mean. x11 and tk* are the ones. Rest assured I certainly wasn't thinking of either audio or graphics since I can name ones offhand from both that don't require X. :) > Hmm.. ok, maybe there's a good solution there but it would have gone over > my head. I'm just a user who wanted to explain why it's hard to avoid > installing the wrong stuff. I think my point has been taken and there's > nothing more I can usefully contribute. It'll be fixed one day if it can > be, and that's great. Thanks for listening. Hehe. I've had to work from a non-X computer before, too. :) -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jun 27 22:58:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA04247 for freebsd-ports-outgoing; Sat, 27 Jun 1998 22:58:59 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA04227 for ; Sat, 27 Jun 1998 22:58:53 -0700 (PDT) (envelope-from asami@sunrise.cs.berkeley.edu) Received: from bubble.didi.com (sji-ca3-186.ix.netcom.com [209.109.233.186]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id WAA14462; Sat, 27 Jun 1998 22:58:40 -0700 (PDT) Received: (from asami@localhost) by bubble.didi.com (8.8.8/8.8.8) id UAA04287; Sat, 27 Jun 1998 20:54:50 -0700 (PDT) (envelope-from asami) Date: Sat, 27 Jun 1998 20:54:50 -0700 (PDT) Message-Id: <199806280354.UAA04287@bubble.didi.com> To: seggers@semyam.dinoco.de CC: seggers@semyam.dinoco.de, ac199@hwcn.org, freebsd-ports@FreeBSD.ORG In-reply-to: <199806272029.WAA02008@semyam.dinoco.de> (message from Stefan Eggers on Sat, 27 Jun 1998 22:29:27 +0200) Subject: Re: Concurrent package making allowed? From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * > bsd.port.mk to verify it, but it has to ignore a difference of a * > few bytes (few Kbytes?). * * It can't be used reasonably. How do you expect a size for a FreeBSD * i386 version to work for a SPARC version under NetBSD for example? It * doesn't make sense. And even if we stay with FreeBSD it won't work in * the long run. Alpha binaries are different in size from i386 bina- * ries. Let's limit the discussion to FreeBSD here, we already have a hard enough time taking care of ourselves we can hardly go try solve others' problems. :) Then the issue will be only two architectures (for now). We can solve the problem easily by writing the arch type as well as size in the SIZE file like Tim suggested: # cat pkg/SIZE i386 1387141 alpha 1424222 # We should initially only make the i386 size mandatory. Of course, we can add more lines if FreeBSD is ported to more architectures. * I think we can assume someone using the ports collection instead of * pre-compiled packages knows how to estimate the size and if he/she * underestimates it how to get out of the trouble. My point is to make INDEX generation easier. * I will try this solution with an automatic merge of /usr/ports/INDEX * and the size information accompanying the packages after building. * The index will be the right one for the built packages. The merged * INDEX file is intended for inclusion on CDs and FTP servers with these * packages. I'd like to keep the INDEX file simple (i.e., only one kind, not different ones for CDs and FTPs, etc.). * > (3) New option to pkg_create to calculate the size and print it out * > to stdout. Also another option to put the size file in the * * Use options "-S /dev/stdout -z" with a pkg_create patched the way I * did it. See my PR for this. A new option just for outputting it to * stdout seems to be a waste of effort and space and makes the man page * even harder to understand. Sorry, I meant only one new option that prints out the size (to stdout). You can always redirect the output to a file if you want. So there are two new options to pkg_create, one to calculate the size and print it out, and another to include it in the package. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message